body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: .18rem;
  scroll-behavior: smooth;
}
.wid {
  width: 96%;
  margin: 0 auto;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
img {
  display: block;
  max-width: 100%;
}
li {
  list-style-type: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  font-size: 0.26rem;
}
.mb60 {
  margin-bottom: .6rem
}

/*====head==nav====*/
.header {
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.header .toptxt{
    display: none;
}
.header .wid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .wid .logo {
  padding: .2rem;
  height: .6rem;
}
.header .wid .logo img {
  height: .6rem;
}
/*nav*/
.header .nav {
  line-height: .4rem;
  height: auto;
  position: absolute;
  top: 0rem;
  width: 100%;
  border-top: 0;
  background-color: transparent;
}
.header .nav .navtxt {
  display: none;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 1rem;
  z-index: 10;
}
.header .nav .navtxt ul {
  font-size: 0
}
.header .nav .navtxt li {
  display: inline-block;
  width: 100%;
  border-bottom: #ddd solid 1px;
  padding: 0.1rem 0;
}
.header .nav .navtxt li a {
  line-height: .5rem;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
  display: block;
  position: relative;
  width: 100%;
}
.header .nav .navtxt li a i {
  position: absolute;
  display: inline-block;
  transform: rotate(90deg);
  font-size: .16rem;
  color: #999;
  margin-left: .1rem;
}
.header .nav .navtxt li:last-child {
  border: none;
}
.header .nav .navico {
  width: 1rem;
  display: block;
  height: 1rem;
  right: 0;
  top: 0;
  background: url(../images/wap-menu.png) center center no-repeat;
  background-size: 50%;
  position: absolute;
}
.header.on .nav .navico {
  background: url(../images/wap-menu2.png) center center no-repeat;
  background-size: 50%;
}
.mmask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.header .nav .navtxt li dl {
  text-align: center;
}
.header .nav .navtxt li dl dd {
  display: inline-block;
  width: 27%;
  margin: .05rem;
  text-align: center;
  background-color: #bd2120;
}
.header .nav .navtxt li:nth-child(3) dl dd, .header .nav .navtxt li:nth-child(4) dl dd {
  width: auto;
    padding: .05rem 2.5%;
  margin: .05rem;
}
.header .nav .navtxt li dl dd a {
  display: inline-block;
  font-size: 0.2rem;
  line-height: .5rem;
  color: #fff;
}
.header .nav .navtxt li.on dl dd a {
  color: #fff;
}
.header .nav .navtxt li.on dl dd a:{
    color: #fff;
}
.header .nav span {
  width: 80px;
  background-image: url("../images/ico-eng.png");
  background-position: 20px;
  center;
  background-repeat: no-repeat;
  padding-left: 60px;
  display: inline-block;
  text-align: left;
  font-size: .22rem;
  margin-left: calc((100% - 120px) / 2);
}
.header .nav .wap-lang{
    text-align: center;
    margin-top: .4rem;
}
.header .nav .wap-lang a{
    font-size: .2rem;
    padding: 0 .2rem;
}
/*====banner====*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    color: #Fff;
}
.banner .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
    background-color: #fff;
}

/*====main-feature====*/
.main{
    
}
.main .feature{
    background-image: url("../images/ysbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: .4rem 0;
}
.main .feature .title{
    text-align: center;
    margin-bottom: .4rem;
}
.main .feature .con{
    
}
.main .feature .con .cona{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.main .feature .con .cona .info{
    width: 100%;
}
.main .feature .con .cona .info ul li{
    padding: 3%;
    border-bottom: solid 1px #ddd;
    margin-bottom: .2rem;
}
.main .feature .con .cona .info ul li h2{
    font-size: .26rem;
    color: #e60013;
    margin-bottom: .2rem;
}
.main .feature .con .cona .info ul li p{
    font-size: .2rem;
    line-height: 180%;
}
.main .feature .con .cona .info ul li h2 span{
    font-size: .4rem;
    color: #535353;
}
.main .feature .con .cona .img{
    width: 100%;
}
.main .feature .con .cona .img img{
    width: 100%;
    height: 4rem;
    object-fit: cover;
}

/*====main-about====*/
.main .about{
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    flex-wrap: wrap;
}
.main .about .l{
    width: 100%;
}
.main .about .l img{
    margin-bottom: .3rem;
}
.main .about .l p{
    font-size: .2rem;
    line-height: 180%;
}
.main .about .r{
    width:  100%;
}
.main .about .r img{
    width: 100%;
    height: 3rem;
    object-fit: cover;
}

/*====main-intro====*/
.main .intro{
    background-color: rgba(0,0,0,0.7);
    padding: .4rem 0;
    background-image: url("../images/introbg.png");
    background-size: 100%;
    background-position: center bottom;
}
.main .intro ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .intro ul li{
    width: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: .2rem;
}
.main .intro ul li span{
    display: block;
    font-size: .2rem;
    margin-bottom: .1rem;
}
.main .intro ul li span i{
    font-size: .4rem;
    font-style: normal;
}
.main .intro ul li p{
    font-size: .2rem;
}
/*====main=honor====*/
.main .honor{
    padding: .5rem 0;
}
.main .honor .title{
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    color: #e60013;
}
.main .honor .title span{
    display: block;
    font-size: .2rem;
    text-transform: uppercase;
    color: #777;
    font-weight: normal;
    line-height: 180%;
}
.main .honor .con{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .3rem 0;
}
.main .honor .con .swiper-container{
    position: relative;
    width: 80%;
    margin: 0 10%;
    overflow: hidden;
}
.main .honor .con .swiper-container .swiper-slide img{
    width: 100%;
}
.main .honor .con .swiper-container .swiper-slide h2{
    font-size: .2rem;
    line-height: 2;
    font-weight: normal;
    text-align: center;
}
.main .honor .swiper-button-next, .main .honor .swiper-button-prev{
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    left: 0;
    color: #666;
}
.main .honor .swiper-button-next {
    right: 0;
    left: auto;
}
.main .honor .swiper-button-next::after, .main .honor .swiper-button-prev::after{
    font-size: .18rem;
}
.main .honor .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -10px;
}
.main .honor .swiper-pagination-bullet-active{
    background-color: #e60013;
}

/*====main=cooperrate====*/
.main .cooperate{
    padding: .2rem 0;
    background-color: rgba(0,0,0,0.9);
    background-image: url("../images/introbg.png");
    background-size: 100%;
    background-position: center center;
    margin-bottom: .5rem;
}
.main .cooperate .wid{
    display: flex;
    justify-content: center;
}
.main .cooperate .wid {
  overflow: hidden;
  white-space: nowrap;
}
 
.scroll-container {
    overflow: hidden;
    position: relative;
    width: 100%; /* 或你需要的宽度 */
}

.scroll-content {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(100% * 5); /* 假设你有三张图片，这里设置为四倍以容纳复制的图片 */
    animation: scroll 15s linear infinite; /* 动画设置 */
}

.scroll-content li {
    /*flex: 0 0 100%; /* 确保每个li占据全部宽度 */
    text-align: center; /* 如果你想让图片居中显示 */
    margin-right: 1%;
    width: 46%;
}

.scroll-content img {
    width: 100%; /* 或你需要的宽度 */
    height: auto; /* 保持图片比例 */
    display: block; /* 去除图片底部间隙 */
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-16.666%); /* 因为有四张图片，所以移动整个宽度的75% */
    }
}


/*====innnerbanner====*/
.innerbanner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.innerbanner h1{
    font-size: .32rem;
    font-weight: normal;
    text-align: center;
}
.innerbanner h1 span{
    display: block;
    font-size: .44rem;
}


/*====innermain====*/
.innerbg{
    background-color: #f6f6f6;
}
.innermain{
    padding: .5rem 0;
    min-height: 5rem;
    line-height: 1.8;
}

/*====innerhonor====*/
.nhonor ul{
    display: flex;
      justify-content: space-between;
    flex-wrap: wrap;
}
.nhonor ul li{
    width: 47%;
    padding: 1.5%;
    margin-bottom: .2rem;
}
.nhonor ul li .img{
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.nhonor ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}
.nhonor ul li:hover .img img{
    transform: scale(1.1);
}
.nhonor ul li h3{
    text-align: center;
    font-weight: normal;
    font-size: .2rem;
    line-height: 200%;
}
.nhonor ul li:hover a h3{
    text-decoration: underline;
}

/*====innerpro====*/
.pro.wid{
    display: flex;
    justify-content: space-between;
}
.innermain .left{
    display: none;
    width: 250px;
    background-color: #fff;
}
.innermain .left .lefta{
    border: solid 2px #e60012;
}
.innermain .left .lefta .title{
    background-color: #e60012;
    padding: 45px 0;
    padding-left: 25px;
    color: #fff;
}
.innermain .left .lefta .title h2{
    font-size: 28px;
}
.innermain .left .lefta .title span{
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 10px 0;
}
.innermain .left .lefta .title p{
    font-size: 18px;
    text-transform: uppercase;
}
.innermain .left .lefta .sort{
    padding: 20px;
}
.innermain .left .lefta .sort dl{
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.innermain .left .lefta .sort dl:last-child{
    border-bottom: none;
}
.innermain .left .lefta .sort dl dt{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 10px;
    font-weight: bold;
}
.innermain .left .lefta .sort dl dt a{
    display: flex;
    justify-content: space-between;
}
.innermain .left .lefta .sort dl dt a i{
    
}
.innermain .left .lefta .sort dl dd{
    font-size: 15px;
    line-height: 200%;
}
.innermain .left .lefta .sort dl dd a:hover{
    text-decoration: underline;
}
.innermain .right{
    width: 100%;
}
.innermain .right .title{
    font-size: .3rem;
    border-bottom: solid 1px #ddd;
    padding: .2rem 0;
    margin-bottom: .3rem;
    position: relative;
}
.innermain .right .title .class-btn {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #999;
    text-align: center;
    overflow: hidden;
    padding-right: 0.15rem;
}
.type {
    width: 90%;
    position:absolute;
    top:0.79rem;
    right: 0;
    background: #fff;
    z-index: 999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 5%;
    display: none;
    border: solid 1px #ccc;
}
.type dl{
    margin-bottom: .15rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: .15rem;
}
.type dl dt a{
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
    line-height: 2;
}
.type dl dd a{
    font-size: .2rem;
    line-height: 1.8;
}
.innermain .right .con ul{
    display: flex;
      justify-content: space-between;
    flex-wrap: wrap;
}
.innermain .right .con ul li{
    width: 47%;
    padding: 1.5%;
    margin-bottom: .2rem;
}
.innermain .right .con ul li .img{
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.innermain .right .con ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}
.innermain .right .con ul li:hover .img img{
    transform: scale(1.1);
}
.innermain .right .con ul li h3{
    text-align: center;
    font-weight: normal;
    font-size: .18rem;
    line-height: 200%;
}
.innermain .right .con ul li:hover a h3{
    text-decoration: underline;
}

/*====innerpro=detail====*/
.innermain .right .con .dtitle{
    text-align: center;
    font-size: .22rem;
    margin-bottom: .3rem;
}
.innermain .right .con .dimg{
    width: 80%;
    margin: 0 auto;
    margin-bottom: .3rem;
}

/*====innnernews====*/
.nnews ul li{
    border-bottom: solid 1px #ddd;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}
.nnews ul li a{
    display: flex;
    justify-content: space-between;
}
.nnews ul li .date{
    width: 20%;
    padding: .12rem 0;
    text-align: center;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    transition: all ease .4s;
}
.nnews ul li .date span{
    width: 100%;
    font-size: .3rem;
    font-weight: bold;
}
.nnews ul li .info{
    width: 78%;
}
.nnews ul li .info h3{
    font-size: .22rem;
    line-height: 200%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nnews ul li .info p{
    color: #666;
    line-height: 160%;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nnews ul li:hover .date{
    background-color: #e60012;
    color: #fff;
}
.nnews ul li:hover .info h3{
    color: #e60012;
    font-weight: bold;
}
.nnews ul li:hover .info p{
    text-decoration: underline;
}
.nnews .ntitle{
    text-align: center;
    font-size: .26rem;
    font-weight: 600;
    margin-bottom: .2rem;
}
.nnews .npost{
    height: .4rem;
      line-height: .4rem;
      color: #666;
      text-align: center;
      border-bottom: 1px solid #ddd;
}
.nnews .ninfo{
    padding-top: .2rem;
    line-height: 2.0;
    color: #666;
}

/*====contact====*/
.ncontact h3{
    font-size: 16px;
    color: #e60012;
    line-height: 2;
}
.ncontact h1{
    font-size: 24px;
    line-height: 2;
}
.ncontact .info{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ncontact .info .txt{
    width: 100%;
    margin-bottom: .2rem
}
.ncontact .info .map{
    width: 100%;;
}


/*====link====*/
.link{
    border-top: solid 1px #ccc;
    padding: 10px 0;
}
.link .wid span{
    font-size: 16px;
    padding-right: 10px;
}
.link .wid a{
    padding: 0 10px;
}














.footer{
    background-color: #494949;
    padding: .3rem 0;
    color: #fff;
}
.footer .wid{
    display: flex;
    justify-content: space-between;
}
.footer .form{
    width: 600px;
    display: none;
}
.footer .form ul li{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.footer .form ul li input{
    width: 48%;
    height: 40px;
}
.footer .form ul li textarea{
    width: 100%;
    height: auto;
}
.footer .form .formstyle{
    box-sizing: border-box;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eae7e7;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.footer .form .btn {
  width: 100%;
  border-radius: 0;
  padding: 10px 10px;
  margin-top: 0;
  border: 1px solid #3B3B3B;
  background: #3B3B3B;
  color: #fff;
}
.footer .info{
    width: 100%;
    line-height: 200%;
}
.footer .info h1{
    font-size: .26rem;
    margin-bottom: .3rem;
}
.footer .info p{
    line-height: 180%;
}