* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}


.header{

  background: none ;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -1rem;
}


.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .banner_button{
  position: absolute;
  bottom: 0.4rem;
  right: 6%;
}


.banner .swiper-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(/templates/pc_cn/images/bannerR.png) no-repeat center;
  right: 0%;
  top: 0%;
  z-index: 5;
  float: right;
  cursor: pointer;
  opacity: 0.4;
}

.banner .swiper-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(/templates/pc_cn/images/bannerL.png) no-repeat center;
  left: 0%;
  top: 0%;
  float: left;
  z-index: 5;
  cursor: pointer;
  margin-right: 20px;
  opacity: 0.4;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.4rem;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
  background: url(/templates/pc_cn/images/ico2.png) no-repeat center;
  width: 0.34rem;
  height: 0.34rem;
  opacity: 1;
  border-radius: 0%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  background-size: 100%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: url(/templates/pc_cn/images/ico3.png) no-repeat center;
  background-size: 100%;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}


@media (max-width: 980px){

  .banner{
    top: 0;
  }

  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }


  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
  }

  .banner .swiper-pagination {
    bottom: 0.1rem;
  }
}

/* title */

.title{

}

.title h3 a{
  display: block;
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.36rem;
}

.title i{
  display: block;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  line-height: 0.3rem;
  margin-top: 0.05rem;
}


@media (max-width: 980px){

  
.title{

  margin: 0 auto;
  text-align: center;

}

  .title h3 a{
    font-size: 0.24rem;
  }
  
  .title i{
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin-top: 0rem;
  }

}

/* product */

.product{
  width: 100%;
  margin: -0.3rem auto 0 auto;
  padding-bottom: 0.5rem;
}

.product .protop{
  overflow: hidden;

}

.product .protop .title{
  float: left;
}

.product .productMenu{
  float: right;
  margin-top: 0.08rem;
  width: 88%;
}

.product .productMenu ul li.swiper-slide{
  float: left;
  height: 0.54rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .productMenu ul li a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  border: 2px solid #dedede;
  border-radius: 45px;
  height: 0.5rem;
  line-height: 0.5rem;
}

.product .productMenu ul li::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0.54rem;
  background: url(/templates/pc_cn/images/list.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
}

.product .productMenu ul li.swiper-slide-thumb-active a{
  border: 2px solid #d33600;
}



.product .productMCenter{
  margin: 0.45rem auto 0 auto;
}

.product .productMCenter .swiper-slide{

}

.product .productMCenter .swiper-slide ul li{
  float: left;
  position: relative;
  width: 24%;
  background: #f7f9fc;
  margin: 0 1.3% 0.2rem 0;
}

.product .productMCenter .swiper-slide ul li:nth-child(4n){
  margin-right: 0;
}

.product .productMCenter .swiper-slide ul li .pic{
  width: 98%;
  padding-top: 71%;
  position: relative;
  margin: 0.04rem auto 0 auto;
  overflow: hidden;
}

.product .productMCenter .swiper-slide ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .productMCenter .swiper-slide ul li .txt {
  margin: 0 auto;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  z-index: 5;

}

.product .productMCenter .swiper-slide ul li .txt  a{
  display: block;
  width: 88%;
  margin: 0 auto;
}

.product .productMCenter .swiper-slide ul li .txt  a span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.16rem;
  color: #1a1a1a;
  float: left;
  width: 70%;
}

.product .productMCenter .swiper-slide ul li .txt  a i{
  display: block;
  float: right;
  background: url(/templates/pc_cn/images/more.png) no-repeat  center;
  width: 0.17rem;
  height: 0.13rem;
  margin: 0.18rem 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.product .productMCenter .swiper-slide ul li:hover .pic img{
  transform: scale(1.1);

}

.product .productMCenter .swiper-slide ul li .txt::after{
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #d33600;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .productMCenter .swiper-slide ul li:hover .txt::after{
  width: 100%;
}

.product .productMCenter .swiper-slide ul li:hover .txt a span{
  color: #fff;

}

.product .productMCenter .swiper-slide ul li:hover .txt a i{
  background: url(/templates/pc_cn/images/more1.png) no-repeat  center;
}



@media (max-width: 980px){


  .product{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.2rem;
  }
  
  
  .product .protop .title{
    float: none;
  }
  
  .product .productMenu{
    float: none;
    margin-top: 0.2rem;
    width: 100%;
  }
  


  
  .product .productMCenter{
    margin: 0.3rem auto 0 auto;
  }
  
  
  .product .productMCenter .swiper-slide ul li{
    float: left;
    position: relative;
    width: 48%;
    margin: 0 4% 0.15rem 0;
  }

  .product .productMCenter .swiper-slide ul li:nth-child(2n){
    margin-right: 0;
  }
  
  
  .product .productMenu ul li::after{
    width: 99.6%;
    background-size: 100%;
  }

}




/*case*/

.casebg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #f2f4f7;
}

.casebg .case{
  padding-top: 0.6rem;
}

.casebg .case .case_t{
  overflow: hidden;
}

.casebg .case .case_t .title{
  float: left;
}

.casebg .case .case_t .more{
  float: right;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border: 2px solid #dedede;
  border-radius: 45px;
  position: relative;
}

.casebg .case .case_t .more a{
  display: block;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}


.casebg .case .case_t .more::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0.54rem;
  background: url(/templates/pc_cn/images/list.png) no-repeat center;
    background-size: auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
}


.casebg .case .casebox{
  margin: 0.35rem auto 0 auto;
  width: 98%;
} 

.casebg .case .casebox .swiper-slide{
  position: relative;
}


.casebg .case .casebox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 71%;
  overflow: hidden;

}

.casebg .case .casebox .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.casebg .case .casebox .swiper-slide .txt{
  width: 100%;
  height: 0.5rem;
  background: #fff;
} 

.casebg .case .casebox .swiper-slide .txt a{
  display: block;
  width: 90%;
  margin: 0 auto;
}

.casebg .case .casebox .swiper-slide .txt a span{
  float: left;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-left: 2px solid #ad1f24;
  height: 0.2rem;
  line-height: 0.18rem;
  margin-top: 0.15rem;
  padding-left: 0.12rem;
  width: 75%;


}

.casebg .case .casebox .swiper-slide .txt a em{
  display: block;
  float: right;
  background: url(/templates/pc_cn/images/more2.png) no-repeat  center;
  width: 0.28rem;
  height: 0.06rem;
  margin-top: 0.22rem;
  background-size: 100%;

}

.casebg .case .casebox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.casebg .case .casebox .swiper-slide:hover .txt a span{
  color: #d33600;
}


.casebg .case .casebox .case_button{
  margin: 0.5rem auto 0.7rem auto;
  text-align: center;
}

.casebg .case .casebox .case_button .swiper-case-next{
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(/templates/pc_cn/images/left.png) no-repeat  center;
  width: 0.1rem;
  height: 0.18rem;
  background-size: 100%;
  margin: 0;
}



.casebg .case .casebox .case_button .swiper-case-prev{
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(/templates/pc_cn/images/right.png) no-repeat  center;
  width: 0.1rem;
  height: 0.18rem;
  background-size: 100%;
  margin: 0;

}


.casebg .case .casebox .case_button .swiper-case{
  display: inline-block;
  margin: 0 0.17rem;
  position: relative;
  top: -0.02rem;
}


.casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  background: #cbcbcb;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.08rem;
}


.casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet-active{

  background: #ad1f24;
}

@media (max-width: 980px){

  
  .casebg .case{
    padding-top: 0.2rem;
    padding-bottom: 0.25rem;
  }
  
  
  .casebg .case .case_t .title{
    float: none;
  }
  
  .casebg .case .case_t .more{
    float: none;
    margin: 0.15rem auto 0 auto;
    width: 1.6rem;
    height: 0.44rem;
    line-height: 0.44rem;
  }
  
  .casebg .case .case_t .more a{
    display: block;
    font-size: 0.16rem;
  }
  
  .casebg .case .case_t .more::after {
    height: 0.44rem;
    background: url(/templates/pc_cn/images/list.png) no-repeat center;
    background-size: cover;
}
  
  .casebg .case .casebox{
    margin: 0.35rem auto 0 auto;
    width: 96%;
  } 

  

  
  .casebg .case .casebox .swiper-slide .txt a em{
    display: none;
  
  }
  
  
  
  .casebg .case .casebox .case_button{
    margin: 0.35rem auto 0 auto;
    text-align: center;
  }
  
  
  
  .casebg .case .casebox .case_button .swiper-case{
    display: inline-block;
    margin: 0 0.17rem;
    position: relative;
    top: -0.02rem;
  }
  
  
  .casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.1rem;
  }
  


}



/* about */


.aboutbg{
  margin: 0rem auto;
  width: 100%;
  background: url(/templates/pc_cn/images/aboutbg.jpg) no-repeat top center;
  overflow: hidden;
}

.aboutbg .about{
  margin: 0 auto;
  padding-top: 0.65rem;
}


.aboutbg .about .ableft{
  float: left;
  width: 25%;
}

.aboutbg .about .ableft .abtitle{

}

.aboutbg .about .ableft .abtitle h3{
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}

.aboutbg .about .ableft .abtitle i{
  display: block;
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
}

.aboutbg .about .ableft .abtitle a{
  display: block;
  font-size: 0.18rem;
  color: #333;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background: url(/templates/pc_cn/images/titlelist.png) no-repeat  center;
  margin: 0.35rem 0 0 0;
}

.aboutbg .about .ableft .ab_list{
  margin: 0.45rem 0 0 0;

}

.aboutbg .about .ableft .ab_list ul li{
  margin-bottom: 0.45rem;

}

.aboutbg .about .ableft .ab_list ul li h5{
  position: relative;

}

.aboutbg .about .ableft .ab_list ul li h5 span{
  font-size: 0.56rem;
  color: #d33600;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  line-height: 0.55rem;
}

.aboutbg .about .ableft .ab_list ul li h5 i{
  font-size: 0.24rem;
  color: #d33600;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -0.25rem;
}

.aboutbg .about .ableft .ab_list ul li p{
  font-size: 0.18rem;
  color: #333;
}







.aboutbg .about .ab_nr{
  float: right;
  width: 75%;
}

.aboutbg .about .ab_nr .txt{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.4rem;
  height: 2.4rem;
  overflow: hidden;

}

.aboutbg .about .ab_nr .aboutimg{
  width: 100%;
  height: 4.2rem;
  margin: 0.4rem auto 0 auto;
  position: relative;
}

.aboutbg .about .ab_nr .aboutimg img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}



@media (max-width: 980px){


  .aboutbg{

  }
  
  .aboutbg .about{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .aboutbg .about .ableft{
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  
  .aboutbg .about .ableft .abtitle{
    text-align: center;
    margin: 0 auto;
  
  }
  
  .aboutbg .about .ableft .abtitle h3{
    font-size: 0.24rem;
  }
  
  .aboutbg .about .ableft .abtitle i{
    font-size: 0.2rem;
  }
  
  .aboutbg .about .ableft .abtitle a{
    display: block;
    font-size: 0.16rem;
    margin: 0.2rem auto 0 auto;
    width: 1.64rem;
    height: 0.44rem;
    line-height: 0.44rem;
    background-size: contain;
  }
  
  .aboutbg .about .ableft .ab_list{
    margin: 0.3rem 0 0 0;
    overflow: hidden;
  
  }
  
  .aboutbg .about .ableft .ab_list ul li{
    margin-bottom: 0.2rem;
    float: left;
    width: 48%;
    margin-left: 2%;
  
  }
  
  .aboutbg .about .ableft .ab_list ul li h5{
    position: relative;
  
  }
  
  .aboutbg .about .ableft .ab_list ul li h5 span{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  
  .aboutbg .about .ableft .ab_list ul li h5 i{
    font-size: 0.2rem;
    top: -0.1rem;
  }
  
  .aboutbg .about .ableft .ab_list ul li p{
    font-size: 0.16rem;
    color: #333;
  }
  
  
  
  .aboutbg .about .ab_nr{
    float: none;
    width: 100%;
  }
  
  .aboutbg .about .ab_nr .txt{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    height: 1.8rem;
  
  }
  
  .aboutbg .about .ab_nr .aboutimg{
    width: 100%;
    height: 2rem;
    margin: 0.22rem auto 0 auto;
  }
  

}

/* honor */

.honor_bg{
  margin: 0.4rem auto 0 auto;
  width: 100%;
  background: url(/templates/pc_cn/images/honorbg.png) no-repeat bottom center;
  padding-bottom: 0.35rem;
}

.honor_bg .honor{
  margin: 0 auto;
}


.honor_bg .honor .honor_t{
  margin: 0 auto;
  height: 0.85rem;
}

.honor_bg .honor .honor_t .title{
  float: left;
}


.honor_bg .honor .honor_t .title h3{
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}

.honor_bg .honor .honor_t .title h3 em{
  font-size: 0.24rem;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0.15rem;
}

.honor_bg .honor .honor_t .titlemore{
  float: right;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: url(/templates/pc_cn/images/titlelist.png) no-repeat  center;
}

.honor_bg .honor .honor_t .titlemore a{
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #333;
}

.honor_bg .honor .honorbox{
  margin: 0 auto;
  position: relative;
}

.honor_bg .honor .honorbox .swiper-slide{
  position: relative;
}

.honor_bg .honor .honorbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 129%;
  background: url(/templates/pc_cn/images/honorlist.png) no-repeat top center;
  background-size: 100%;
}

.honor_bg .honor .honorbox .swiper-slide .pic img{
  position: absolute;
  width: 79%;
  height: 84%;
  left: 10.5%;
  top: 5.5%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.honor_bg .honor .honorbox .swiper-honor-next{
  position: absolute;
  top: 50%;
  right: -0.65rem;
  cursor: pointer;
  background: url(/templates/pc_cn/images/ryright.png) no-repeat center;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  z-index: 5;

}

.honor_bg .honor .honorbox .swiper-honor-prev{
  position: absolute;
  top: 50%;
  left: -0.65rem;
  cursor: pointer;
  background: url(/templates/pc_cn/images/ryleft.png) no-repeat center;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  z-index: 5;
}


@media (max-width: 980px){

  .honor_bg{
    margin: 0.3rem auto;
    width: 100%;
    padding-bottom: 0.3rem;
    background-size: 100%;
  }
  
  
  .honor_bg .honor .honor_t{
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  

  .honor_bg .honor .honor_t .title {
    float: none;
}

.honor_bg .honor .honor_t .title h3 {
  font-size: 0.24rem;
}

.honor_bg .honor .honor_t .title h3 em {
  font-size: 0.16rem;
}


  .honor_bg .honor .honor_t .titlemore{
    float: none;
    margin: 0.1rem auto 0 auto;
    width: 1.64rem;
    height: 0.44rem;
    line-height: 0.44rem;
    background-size: contain;
  }
  
  .honor_bg .honor .honorbox{
    margin: 0.3rem auto 0 auto;
    position: relative;
  }
  
  
  .honor_bg .honor .honorbox .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 132%;
    background-size: 100%;
  }
  
  .honor_bg .honor .honorbox .swiper-slide .pic img{
    position: absolute;
    width: 83%;
    height: 85%;
    left: 9%;
    top: 5%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  
  }
  
  .honor_bg .honor .honorbox .swiper-honor-next{
    position: relative;
    top: 0%;
    right: 0rem;
    cursor: pointer;
    background: url(/templates/pc_cn/images/ryright.png) no-repeat center;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
    margin: 0.1rem 38% 0 0%;
    float: right;
  
  }
  
  .honor_bg .honor .honorbox .swiper-honor-prev{
    position: relative;
    top: 0%;
    left: 0rem;
    cursor: pointer;
    background: url(/templates/pc_cn/images/ryleft.png) no-repeat center;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
    margin: 0.1rem 0 0 38%;
    float: left;
  }
  

}



/* news */

.newsbg{
  margin: 0.6rem auto 0 auto;
  width: 100%;
  background: url(/templates/pc_cn/images/newsbg.jpg) no-repeat bottom center;
  padding-bottom: 1rem;
}

.newsbg .news{
  margin: 0 auto;
}

.newsbg .news .news_t{
  margin: 0 auto;
  overflow: hidden;
}

.newsbg .news .news_t .title{
  float: left;
}

.newsbg .news .news_t .newslist{
  float: right;
  margin-top: 0.05rem;
} 

.newsbg .news .news_t .newslist ul li{
  float: left;
  margin-left: 0.45rem;
  width: 1.74rem;
  height: 0.54rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_t .newslist ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  border: 2px solid #dedede;
  border-radius: 45px;
  height: 0.5rem;
  line-height: 0.5rem;
}

.newsbg .news .news_t .newslist ul li::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0.54rem;
  background: url(/templates/pc_cn/images/list.png) no-repeat center;
    background-size: auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
}


.newsbg .news .news_t .newslist ul li.on a{
  color: #d33600;

}

.newsbg .news .news_t .newslist ul li.on a{
  border: 2px solid #d33600;
}

.newsbg .news .newsbox{
  margin: 0.35rem auto 0 auto;
}

.newsbg .news .newsbox .newnr{

}

.newsbg .news .newsbox .newnr .newsleft{
  float: left;
  width: 50%;
  position: relative;
}

.newsbg .news .newsbox .newnr .newsleft .swiper-slide{
  position: relative;

}

.newsbg .news .newsbox .newnr .newsleft .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 5.6rem;

}

.newsbg .news .newsbox .newnr .newsleft .swiper-slide .pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;

}

.newsbg .news .newsbox .newnr .newsleft .swiper-slide .txt{
  position: absolute;
  width: 100%;
  height: 1.09rem;
  left: 0;
  bottom: 0;
  background: url(/templates/pc_cn/images/newstxt.png) no-repeat center;
}

.newsbg .news .newsbox .newnr .newsleft .swiper-slide .txt a{
  font-size: 0.25rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.52rem 0 0 3%;
  width: 70%;
}

.newsbg .news .newsbox .newnr .newsleft .newsbutton{
  position: absolute;
  right: 2%;
  bottom: 0.25rem;
  z-index: 5;
  width: auto;

}

.newsbg .news .newsbox .newnr .newsleft .news-ico{
  float: right;

}

.newsbg .news .newsbox .newnr .newsleft .news-ico .swiper-pagination-bullet{
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.1rem;
  opacity: 1;

}


.newsbg .news .newsbox .newnr .newsleft .news-ico .swiper-pagination-bullet-active{
  background: #fff;

}

.newsbg .news .newsbox .newnr .newsright{
  float: right;
  width: 46.5%;
  border-top: 1px solid #e0e0e0;
}

.newsbg .news .newsbox .newnr .newsright ul li{
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  height: 1.85rem;

}

.newsbg .news .newsbox .newnr .newsright ul li span{
  display: block;
  font-size: 0.16rem;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.3rem;
}

.newsbg .news .newsbox .newnr .newsright ul li a{
  font-size: 0.22rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.1rem 0 ;
}

.newsbg .news .newsbox .newnr .newsright ul li p{
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.25rem;
  height: 0.5rem;
  overflow: hidden;
}

.newsbg .news .newsbox .newnr .newsright ul li:hover a{
  color: #d33600;
}



@media (max-width: 980px) {
  .newsbg{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.3rem;
  }
  
  
  .newsbg .news .news_t .title{
    float: none;
  }
  
  .newsbg .news .news_t .newslist{
    float: none;
    margin-top: 0.2rem;
  } 
  
  .newsbg .news .news_t .newslist ul li{
    float: left;
    margin: 0 1.5%;
    width: 30%;
    height: 0.48rem;
  }
  
  .newsbg .news .news_t .newslist ul li a {
    font-size: 0.16rem;
    height: 0.44rem;
    line-height: 0.44rem;
  }
  
  .newsbg .news .news_t .newslist ul li::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0.48rem;
    background: url(/templates/pc_cn/images/list.png) no-repeat center;
    background-size: 100%;
  }
  
  
  .newsbg .news .newsbox{
    margin: 0.35rem auto 0 auto;
  }
  
  .newsbg .news .newsbox .newnr{
  
  }
  
  .newsbg .news .newsbox .newnr .newsleft{
    float: none;
    width: 100%;
    position: relative;
  }
  
  
  .newsbg .news .newsbox .newnr .newsleft .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: 3rem;
  
  }
  
  
  
  .newsbg .news .newsbox .newnr .newsleft .swiper-slide .txt a{
    font-size: 0.16rem;
    margin: 0.6rem 0 0 3%;
    width: 70%;
  }
  
  
  .newsbg .news .newsbox .newnr .newsleft .news-ico .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    opacity: 1;
  
  }
  

  
  .newsbg .news .newsbox .newnr .newsright{
    float: none;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    margin: 0.1rem auto 0 auto;
  }
  
  .newsbg .news .newsbox .newnr .newsright ul li{
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    height: auto;
    padding: 0.1rem 0;
  
  }
  
  .newsbg .news .newsbox .newnr .newsright ul li span{
    padding-top: 0rem;
  }
  
  .newsbg .news .newsbox .newnr .newsright ul li a{
    font-size: 0.18rem;
    margin: 0.05rem 0 ;
  }
  
  .newsbg .news .newsbox .newnr .newsright ul li p{
    font-size: 0.14rem;
  }
  
  
  
}


/* ys */

.ysbg{
  margin: 0rem auto 0 auto;
  width: 100%;
  background: url(/templates/pc_cn/images/ysbg.jpg) no-repeat top center;
  height: 8.08rem;
  position: relative;

}

.ysbg .ys{
  margin: 0 auto;
  position: relative;
}

.ysbg .ys .title{
  position: absolute;
  left: 0;
  top: 0.6rem;

}


.ysbg .ys .title h3{
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.45rem;
}

.ysbg .ys .title i{
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}


.ysbg .ys .ysbox{
  margin: 0;
  width: 49%;
  padding-top: 2.1rem;
}



.ysbg .ys .ysbox .swiper-slide{
  position: relative;
}

.ysbg .ys .ysbox .swiper-slide .nr{
  padding-left: 1px;
}

.ysbg .ys .ysbox .swiper-slide img{
  display: block;
  width: 0.62rem;
  height: 0.63rem;
}

.ysbg .ys .ysbox .swiper-slide h5{
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
  margin: 0.15rem 0;
}

.ysbg .ys .ysbox .swiper-slide em{
  display: block;
  width: 0.4rem;
  height: 3px;
  background: #ad1f24;
}

.ysbg .ys .ysbox .swiper-slide p{
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}

.ysbg .ys .ysbox .swiper-slide a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  background: url(/templates/pc_cn/images/lx_ico.png) no-repeat  center;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  margin-top: 0.4rem;
}


.ysbg .ys .yslist{
  position: absolute;
  right: -10%;
  top: 0;
  height: 8.08rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 25%;

} 

.ysbg .ys .yslist ul{
  margin-top: 2.15rem;
}

.ysbg .ys .yslist ul li{
  position: relative;
  z-index: 5;
  height: 1.1rem;
  width: 100%;

}

.ysbg .ys .yslist ul li h5{
  padding: 0.2rem 0 0 5%;

}

.ysbg .ys .yslist ul li h5 span{
  display: block;
  color: #fff;
  font-size: 0.28rem;
}

.ysbg .ys .yslist ul li h5 i{
  display: block;
  color: #fff;
  font-size: 0.14rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}


.ysbg .ys .yslist ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -2;
  content: "";
  background: #fff;
  opacity: 0.15;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .yslist ul li::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0%;
  z-index: -1;
  content: "";
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ysbg .ys .yslist ul li.on::after{
  width: 100%;

}


.ysbg .ys .yslist ul li.on::before{
  height: 100%;

}




@media (max-width: 980px){


  .ysbg{
    height: auto;
    overflow: hidden;
    padding-bottom: 0.3rem;
  
  }
  
  
  .ysbg .ys .title{
    position: relative;
    left: 0;
    top: 0.3rem;
  
  }
  
  
  .ysbg .ys .title h3{
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .ysbg .ys .title i{
    font-size: 0.2rem;
  }
  
  
  .ysbg .ys .ysbox{
    margin: 0 auto;
    width: 96%;
    padding-top: 0.2rem;
  }
  
  
  .ysbg .ys .ysbox .swiper-slide img{
    display: block;
    width: 0.32rem;
    height: 0.33rem;
  }
  
  .ysbg .ys .ysbox .swiper-slide h5{
    font-size: 0.2rem;
    margin: 0.15rem 0;
  }
  
  
  .ysbg .ys .ysbox .swiper-slide p{
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
  
  .ysbg .ys .ysbox .swiper-slide a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    background: url(/templates/pc_cn/images/lx_ico.png) no-repeat  center;
    width: 1.64rem;
    height: 0.34rem;
    line-height: 0.34rem;
    margin-top: 0.4rem;
    background-size: contain;
  }
  
  
  .ysbg .ys .yslist{
    position: relative;
    right: 0%;
    top: 0;
    height: auto;
    border-left: none;
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
  
  } 
  
  .ysbg .ys .yslist ul{
    margin-top: 0rem;
  }
  
  .ysbg .ys .yslist ul li{
    position: relative;
    z-index: 5;
    height: auto;
    width: 50%;
    float: left;
    margin-bottom: 0.1rem;
  
  }
  
  .ysbg .ys .yslist ul li h5{
    padding: 0.1rem 0 0.1rem 5%;
  
  }
  
  .ysbg .ys .yslist ul li h5 span{
    font-size: 0.18rem;
  }
  
  .ysbg .ys .yslist ul li h5 i{
    font-size: 0.12rem;
  }
  
  



}