@charset "UTF-8";
/* CSS Document */
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #222;
}
* {
    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;
    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;
}
.wid{
    width: 1200px;
    margin: 0 auto;
}

/*====header====*/
.header{
    background-color: #fff;
}
.header .toptxt{
    line-height: 35px;
    background-color: #efefef;
}
.header .toptxt span{
    display: inline-block;
}
.header .toptxt span a{
    padding: 0 15px;
}
.header .wid{
    display: flex;
    justify-content: space-between;
}
.header .logo{
    width: 400px;
    display: flex;
    align-items: center;
}
.header .logo img{
    width: 100%;
}
/*nav*/
.header .nav {
  height: 100px;
}
.header .nav ul {
  font-size: 0;
}
.header .nav li {
  display: inline-block;
  position: relative;
  line-height: 100px;
}
.header .nav li a {
  font-size: 16px;
  display: block;
  position: relative;
  text-align: center;
  width: 100px;
    border-left: solid 1px #ddd;
    transition: all ease .4s;
}
.header .nav li .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  color: #999;
  width: 20px;
}

.header .nav li:last-child:after {
  display: none;
}
.header .nav li#parent::before {
  display: block;
}

.header .nav li:hover::before {
  display: block;
}
.header .nav li:hover a{
    color: #fff;
    background-color: #e60012;
}
.header .nav li .navitem-wrap {
  background: #fff;
  /*border-radius: 0 0 8px 8px;*/
  width: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.navitem {
  position: absolute;
  left: 50%;
  top: 100px;
  display: none;
  margin-left: -50px;
  width: 100px;
  z-index: 1000;
}
.header .nav li:nth-child(3) .navitem, .header .nav li:nth-child(4) .navitem{
    width: 200px;
    margin-left: -100px;
}
.header .nav li:nth-child(3) .navitem-wrap, .header .nav li:nth-child(4) .navitem-wrap{
    width: 200px;
}
.header .nav li .navitem-wrap dl dd {
  line-height: 40px;
  text-align: center;
  border-bottom: #eee solid 1px;
}
.header .nav li .navitem-wrap dl dd:last-child {
  border: none;
}
.header .nav li .navitem-wrap dl dd a {
    width: 100%;
  font-size: 14px;
}
.header .nav li:hover .navitem-wrap dl dd a{
    background-color: #fff;
    color: #222;
}
.header .nav li:hover .navitem-wrap dl dd a, .header .nav li#selected .navitem-wrap dl dd a{
    font-weight: normal;
    color: #333;
}
.header .nav li .navitem-wrap dl dd:last-child a {
  /*border-radius: 0 0 8px 8px;*/
}
.header .nav li .navitem-wrap dl dd:hover a, .header .nav li#selected .navitem-wrap dl dd:hover a {
  background-color: #e60012;
  color: #fff;
}
.header .nav li:hover .navitem {
  display: block;
}
.header .nav .wap-lang{
    display: none;
}

/*====banner====*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.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: 60px 0;
}
.main .feature .title{
    text-align: center;
    margin-bottom: 50px;
}
.main .feature .con{
    
}
.main .feature .con .cona{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.main .feature .con .cona .info{
    width: 600px;
}
.main .feature .con .cona .info ul li{
    padding: 15px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
}
.main .feature .con .cona .info ul li h2{
    font-size: 24px;
    color: #e60013;
    margin-bottom: 15px;
}
.main .feature .con .cona .info ul li p{
    font-size: 16px;
    line-height: 180%;
}
.main .feature .con .cona .info ul li h2 span{
    font-size: 40px;
    color: #535353;
}
.main .feature .con .cona .img{
    width: 540px;
}
.main .feature .con .cona .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*====main-about====*/
.main .about{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.main .about .l{
    width: 700px;
}
.main .about .l img{
    margin-bottom: 40px;
}
.main .about .l p{
    font-size: 16px;
    line-height: 180%;
}
.main .about .r{
    width:  450px;
}
.main .about .r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*====main-intro====*/
.main .intro{
    background-color: rgba(0,0,0,0.7);
    padding: 50px 0;
    background-image: url("../images/introbg.png");
    background-size: 100%;
    background-position: center bottom;
}
.main .intro ul {
    display: flex;
    justify-content: space-between;
}
.main .intro ul li{
    width: 25%;
    text-align: center;
    color: #fff;
}
.main .intro ul li span{
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
.main .intro ul li span i{
    font-size: 40px;
    font-style: normal;
}
.main .intro ul li p{
    font-size: 16px;
}

/*====main=honor====*/
.main .honor{
    padding: 60px 0;
}
.main .honor .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #e60013;
}
.main .honor .title span{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #777;
    font-weight: normal;
    line-height: 180%;
}
.main .honor .con{
    position: relative;
    width: 1300px;
    margin: 0 auto;
    padding: 30px 0;
}
.main .honor .con .swiper-container{
    position: relative;
    width: 1200px;
    margin: 0 50px;
    overflow: hidden;
}
.main .honor .con .swiper-container .swiper-slide h2{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.main .honor .swiper-button-next, .main .honor .swiper-button-prev{
    width: 40px;
    height: 40px;
    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: 18px;
}
.main .honor .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -10px;
}
.main .honor .swiper-pagination-bullet-active{
    background-color: #e60013;
}

/*====main=cooperrate====*/
.main .cooperate{
    padding: 20px 0;
    background-color: rgba(0,0,0,0.9);
    background-image: url("../images/introbg.png");
    background-size: 100%;
    background-position: center center;
    margin-bottom: 50px;
}
.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: 10px;
    width: 190px;
}

.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: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerbanner h1{
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}
.innerbanner h1 span{
    display: block;
    font-size: 42px;
    line-height: 180%;
}


/*====innermain====*/
.innerbg{
    background-color: #f6f6f6;
}
.innermain{
    padding: 60px 0;
    min-height: 500px;
}

/*====innerhonor====*/
.nhonor ul{
    display: grid;
      justify-content: space-between;
      grid-template-columns: repeat(auto-fill, 290px);
    
}
.nhonor ul li{
    width: 290px;
    margin-bottom: 20px;
}
.nhonor ul li .img{
    width: 290px;
    height: 200px;
    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: 16px;
    line-height: 200%;
}
.nhonor ul li:hover a h3{
    text-decoration: underline;
}

/*====innerpro====*/
.pro.wid{
    display: flex;
    justify-content: space-between;
}
.innermain .left{
    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;
    line-height: 1.2;
}
.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: 909px;
}
.innermain .right .title{
    font-size: 28px;
    border-bottom: solid 1px #ddd;
    padding: 30px 0;
    margin-bottom: 30px;
}
.innermain .right .title .class-btn, .innermain .right .title .type{
    display: none;
}
.innermain .right .con ul{
    display: grid;
      justify-content: space-between;
      grid-template-columns: repeat(auto-fill, 290px);
    
}
.innermain .right .con ul li{
    width: 290px;
    margin-bottom: 20px;
}
.innermain .right .con ul li .img{
    width: 290px;
    height: 200px;
    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: 16px;
    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: 20px;
    margin-bottom: 30px;
}
.innermain .right .con .dimg{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*====innnernews====*/
.nnews ul li{
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nnews ul li a{
    display: flex;
    justify-content: space-between;
}
.nnews ul li .date{
    width: 70px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    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: 28px;
    font-weight: bold;
}
.nnews ul li .info{
    width: 1100px;
}
.nnews ul li .info h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 200%;
    margin-bottom: 10px;
}
.nnews ul li .info p{
    color: #666;
    line-height: 200%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.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: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.nnews .npost{
    height: 30px;
      line-height: 30px;
      color: #666;
      text-align: center;
      border-bottom: 1px solid #ddd;
}
.nnews .ninfo{
    padding-top: 20px;
    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;
}
.ncontact .info .txt{
    width: 600px;
}
.ncontact .info .map{
    width: 550px;
}


/*====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: 50px 0;
    color: #fff;
}
.footer .wid{
    display: flex;
    justify-content: space-between;
}
.footer .form{
    width: 600px;
}
.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: 550px;
    line-height: 220%;
}
.footer .info h1{
    font-size: 26px;
    margin-bottom: 40px;
}
.footer .info p{
    line-height: 300%;
}













