/*common*/
html,
* {
  box-sizing: border-box;
}
s {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.content {
  width: 1090px;
  margin: 0 auto;
}


.news {
  overflow: hidden;
  /* padding-bottom: 50px; */
}
.news-left {
  width: 74%;
  padding-top: 20px;
}
.news-left-position {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
}
.news-left-container-show {
  overflow: hidden;
}
.news-left-container-show a{
  width: 260px;
  height: 160px;
  background: url(../../img/new_img/news-left-container-show.jpg) no-repeat;
  background-size: 135%;
  line-height: 160px;
  text-align: center;
  display: block;
  background-color: #ccc;
  position: relative;
}
.news-left-container-show a:nth-child(1){
  margin-right: 13px;
}
.news-left-container-show a p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.news-left-container-content {
  margin-top: 50px;
}
.news-left-container-content-item {
  height: 140px;
  line-height: 140px;
  margin-bottom: 40px;
}
.news-left-container-content-item em {
  width: 80px;
  height: 100%;
  line-height: 220px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background-color: #ef413a;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.news-left-container-content-item em img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news-left-container-content-item ul {
  width: 660px;
  height: 100%;
  padding: 13px 10px 0 20px;
  line-height: 32px;
}
.news-left-container-content-item ul li {
  width: 300px;
}
.news-left-container-content-item ul li:nth-child(2n+2){
  float: right;
}
.news-left-container-content-item ul li span {
  width: 235px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left-container-content-item ul li span:hover{
  color: #ef413a;
}
.news-left-container-content-item ul li s {
  font-size: 13px;
  color: #ef413a;
}
.news-left-container-content-item i {
  width: 50px;
  height: 100px;
  margin-top: 20px;
  color: #fff;
  background-color: #ef413a;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
}
.line {
  width:70%;
  margin-left: 125px;
  margin-bottom: 10px;
}
.news-right {
  width: 24%;
  height: 1000px;
  margin-top: 53px;
  margin-bottom: 120px;
}
.news-right-item-1-title {
  width: 100%;
  height: 70px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-top: 3px solid #ef413a;
  background: url(../../img/new_img/news-right-item-1-title.jpg) no-repeat 0px -35px;
  background-size: 110%;
}
.news-right-item-1-title.bg{
  background: #e96968;
  border: 0;
}
.news-right-item-1-content {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 15px 10px;
}
.news-right-item-1-content li span {
  width: 173px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right-item-1-content li span:hover {
  color: #ef413a;
}
.news-right-item-1-content li s {
  font-size: 13px;
  color: #ef413a;
}
.news-right-item-1 form p{
  margin-bottom: 10px;
}
.news-right-item-1 label span {
  width: 73px;
  display: inline-block;
  text-align: right;
}
.news-right-item-1 label select{
  width: 145px;
  height: 30px;
  border: 1px solid #ccc;
}
.news-right-item-1 label input {
  width: 145px;
  height: 30px;
  padding-left: 6px;
  border: 1px solid #ccc;
}
.news-right-item-1-content-btn {
  margin-left: 19px;
  margin-top: 20px;
}
.news-right-item-1-content-btn button {
  width: 100px;
  height: 30px;
  background-color: #ef413a;
  color: #fff;
  border-radius: 5px;
}
.news-right .ad {
  width: 100%;
}

/* ----------------------------------------------------------国内商标页面--------------------------------------------------------- */

.news-left-title {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  padding-left: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-left: 5px solid #ef413a;
}
.news-left-nav {
  /* height: 60px;
  padding-top: 14px; */
  padding: 5px 0;
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
}
.news-left-nav ul {
  padding: 0 20px;
  height: 30px;
  margin: 8px 0;
}
.news-left-nav div ul {
  display: none;
}
.news-left-nav ul li {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin-right: 13px;
  color: #666;
  cursor: pointer;
}
.news-left-nav ul li:last-child{
  margin: 0;
}
.news-left-nav ul li.on {
  background-color: #ef413a;
  color: #fff;
}
.news-left-nav ul li:hover{
  background-color: #ef413a;
  color: #fff;
}
.news-left-nav i {
  width: 45px;
  height: 35px;
  cursor: pointer;
  background: url(../../img/new_img/news-left-nav.png) no-repeat;
  position: absolute;
  bottom: -27px;
  left: 400px;
}.news-left-nav i.on {
  transform: rotate(180deg);
  bottom: -10px;
  left: 392px;
}
.news-left-item-1 {
  padding-top: 25px;
  border: 1px solid #ddd;
  border-top: 0;
}
.news-left-item-1 h4 {
  margin-left: 30px;
  display: inline-block;
}
.news-left-item-1 h4:hover{
  color: #ef413a;
}
.news-left-item-1 em {
  display: inline-block;
  width: 130px;
  height: 27px;
  line-height: 25px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.news-left-item-1 .container em i {
  width: 15px;
  height: 15px;
  margin: 0 8px 4px 14px;
  display: inline-block;
  background: url(../../img/new_img/news-left-item-1.png) no-repeat 0px 0px;
  vertical-align: middle;
}
.news-left-item-1 .container s {
  font-size: 15px;
}
.news-left-item-1 .container{
  /* padding-left: 50px; */
  padding: 0 50px;
  margin: 15px 0;
}
.news-left-item-1 .container span {
  color: #999;
  font-size: 14px;
}
.news-left-item-1 p {
  margin: 0 50px;
  color: #666;
  margin-bottom: 25px;
}
.news-left-item-2 {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 50px;
  overflow: hidden;
}
.news-left-item-2 img {
  width: 270px;
  height: 168px;
}
.news-left-item-2 h3 {
  width: 410px;
  height: 40px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left-item-2 h3:hover{
  color: #ef413a;
}
.news-left-item-2 p {
  width: 410px;
  height: 100px;
  color: #666;
}
.news-left-item-2 .time {
  width: 410px;
}
.news-left-item-2 .time em{
  display: inline-block;
  width: 130px;
  height: 27px;
  line-height: 25px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.news-left-item-2 .time span {
  color: #999;
  font-size: 14px;
}
.news-left-item-2 .time em i {
  width: 15px;
  height: 15px;
  margin: 0 8px 4px 14px;
  display: inline-block;
  background: url(../../img/new_img/news-left-item-1.png) no-repeat 0px 0px;
  vertical-align: middle;
}
.news-left-item-3 {
  height: 100px;
  line-height: 100px;
  border: 1px solid #ddd;
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 80px;
}
.news-left-item-3 a{
  width: 700px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: #ef413a;
  display: block;
}

/* -------------------------------------------------------------文章内容--------------------------------------------------------- */
.news-left-article {
  padding: 0 20px;
}
.news-left-article-title {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.news-left-article-title i {
  padding-left: 45px;
  position: relative;
}
.news-left-article-title i::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../img/new_img/icon-like.png) no-repeat 0px 0px;
  background-size: 100%;
  position: absolute;
  top: -3px;
  left: 18px;
}
.news-left-article-title button {
  width: 90px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  background-color: #ef413a;
}
.news-left-article-about {
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px;
  color: #666;
  font-size: 15px;
  background-color: #eee;
}
.news-left-article-text {
  margin-top: 20px;
  font-size: 15px;
}
.news-left-article-text p{
  display: block;
  margin-bottom: 30px;
}
.news-left-article-text span.on {
  color: #ef413a;
}
.news-left-article-text img {
  width: 100%;
}
.news-left-article-btn{
  width: 100%;
  margin: 60px 0;
  text-align: center;
}
.news-left-article-btn button {
  width: 200px;
  height: 50px;
  border: 1px solid #ef413a;
  font-size: 17px;
  color: #ef413a;
  background-color: #fff4f4;
  margin-right: 60px;
  cursor: pointer;
}
.news-left-article-btn button:last-child{
  background-color: #ef413a;
  color: #fff;
  margin: 0;
}
.news-left-article-label {
  height: 60px;
  line-height: 60px;
  margin-top: 100px;
  padding: 0 20px;
  color: #999;
  font-size: 14px;
  background-color: #fafafa;
}
.news-left-article-label i {
  font-size: 18px;
  color: #777;
}
.news-left-article-go {
  height: 70px;
  line-height: 50px;
  background-color: #fafafa;
  position: relative;
}
.news-left-article-go span {
  padding-left: 45px;
}
.news-left-article-go span:last-child {
  padding: 0;
  padding-right: 45px;
}
.news-left-article-go span:first-child::before {
  content: '<';
  font-size: 30px;
  color: #ef413a;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 20px;
}
.news-left-article-go span:last-child::after {
  content: '>';
  font-size: 30px;
  color: #ef413a;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: 20px;
}
.news-left-article-like {
  margin: 30px 0;
  padding: 0 20px;
  overflow: hidden;
}
.news-left-article-like i{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../img/new_img/icon-news-left-article-like.png) no-repeat 0px 0px;
  background-size: 100%;
  vertical-align: middle;
  margin-top: -5px;
  margin: -5px 5px 0 0;
}
.news-left-article-like ul {
  width: 630px;
}
.news-left-article-like ul li {
  width: 310px;
  margin-bottom: 10px;
  color: #666;
}
.news-left-article-like ul li em {
  font-size: 20px;
  vertical-align: top;
  margin-right: 10px;
}





















/*foot*/
.foot {
  padding: 15px 120px;
  overflow: hidden;
}
.foot .advantage {
  padding: 50px 0;
  overflow: hidden;
}
.foot .advantage .advantage-list {
  overflow: hidden;
  float: left;
}
.foot .advantage .advantage-list li {
  float: left;
  padding: 0 30px;
}
.foot .advantage .advantage-list li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.foot .advantage .advantage-list li img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.foot .advantage .advantage-list li .advantage-desc {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
}
.foot .advantage .advantage-list li .advantage-desc p {
  line-height: 30px;
}
.foot .advantage .advantage-list li .advantage-desc span {
  line-height: 30px;
  color: #aaabab;
}
.foot .advantage .advantage-side {
  float: right;
}
.foot .advantage .advantage-side .advantage-side-phone-number {
  color: #ef413a;
  font-size: 24px;
  font-weight: bold;
}
.foot .advantage .advantage-side p {
  color: #404243;
  font-size: 16px;
}
.foot .foot-links-wrapper {
  float: left;
  margin-top: 30px;
}
.foot .foot-links-wrapper .foot-links {
  overflow: hidden;
}
.foot .foot-links-wrapper .foot-links li {
  float: left;
  /*width: 140px;*/
  line-height: 20px;
  font-size: 14px;
  /*text-align: center;*/
  margin-right: 40px;
  padding-right: 40px;
}
.foot .foot-links-wrapper .foot-links li:hover {
  color: #ef413a;
}
.foot .foot-links-wrapper .foot-links li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.foot .foot-links-wrapper p {
  font-size: 12px;
  color: #aaabab;
  margin-top: 10px;
}
.foot .foot-QRCode {
  float: right;
}
.foot .foot-QRCode img {
  display: block;
  width: 100px;
  height: 100px;
}



