.w1200{
  width: 1200px;
  margin: 0 auto;
}
.line1{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 头部-S */
.header{
  background: url(../img/top-bg.png) no-repeat center / cover;
  height: 82px;
  box-sizing: border-box;
  padding: 13px 0 18px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  right: 0;
}
.header .w1200{
  display: flex;
  align-items: center;
}
.header .logo-box img{
  height: 51px;
  margin-right: 70px;
}
.nav-list {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.nav-list .nav-item {
  min-width: 112px;
  height: 36px;
  position: relative;
  text-align: center;
  line-height: 36px;
}
.nav-list .nav-item.active::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #2C75E2;
  transform: skewX(-30deg);
}
.nav-list .nav-item.active::after{
  position: absolute;
  content: '';
  top: 0;
  left: 9px;
  width: 112px;
  height: 4px;
  z-index: 1;
  background: #F1AB3F;
  transform: skewX(-30deg);

}
.nav-list .nav-item.active a{
  color: #fff;
}
.nav-list .nav-item a{
  position: relative;
  display: block;
  z-index: 2;
  color: #000000; 
  font-size: 18px; 
  font-weight: 500; 
  line-height: 36px;
}
.header-zw{
  height: 82px;
}
/* 头部-E */


/* 底部-S */
.footer{
  min-width: 1200px;
}
.friendLink{
  padding: 18px 0;
  background: #F2F2F2;
}
.friendLink .w1200{
  display: flex;
  align-items: center;
}
.friendLink .w1200 h3{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  flex: none;
}
.friendLink .w1200 .friendList-list{
  display: flex;
  flex-wrap: wrap;
}
.friendLink .w1200 .friendList-list li{
  color: #666;
  font-size: 14px;
  margin-right: 20px;
}
.footer-info{
  background: #1E64BF;
  padding: 30px 0 20px;
}
.footer-info .w1200{
  display: flex;
}
.footer-info .w1200 .left-info{
  padding-top: 16px;
  flex: 1;
}
.footer-info .w1200 .left-info .addr{
  font-size: 14px; 
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  margin-bottom: 20px;
}
.footer-info .w1200 .left-info .phone{
  font-size: 14px; 
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  margin-bottom: 30px;
}
.footer-info .w1200 .left-info .sin .copyright{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-right: 40px;
}
.footer-info .w1200 .left-info .sin .copyright a{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-info .w1200 .left-info .sin .zc{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255, 1);
  line-height: 30px;
}
.footer-info .w1200 .left-info .phone span{
  margin-right: 15px;
}
.footer-info .w1200 .right-info{
  width: 250px;
  flex: none;
}
.footer-info .w1200 .right-info .qrcode-box {
  display: flex;
  justify-content: space-between;
}
.footer-info .w1200 .right-info .qrcode-item{

}
.footer-info .w1200 .right-info .qrcode-item .qr{
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  display: block;
}
.footer-info .w1200 .right-info .qrcode-item .qr img{
  width: 100%;
  height: 100%;
}
.footer-info .w1200 .right-info .qrcode-item p{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
/* 底部-E */

.innerBanner{
  height: 270px;
  min-width: 1200px;
}
.innerBanner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-box{
  min-width: 1200px;
}
/* 首页-S */
.indexBanner {
  min-width: 1200px;
  height: 450px;
  position: relative;
}
.indexBanner .swiper-slide{
  height: 450px;
}
.indexBanner .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexBanner .swiper-slide .slider-inner{
  height: 450px;
}
.indexBanner .info{
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  z-index: 88;
}
.indexBanner .info .w1200 h3{
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 24px;
}
.indexBanner .info .w1200 p{
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255, .7);
  line-height: 1; 
}

.index-newsCenter{
  padding: 48px 0 40px;
  min-width: 1200px;
}
.index-newsCenter .w1200{
  display: flex;
}
.index-newsCenter .w1200 .news-left {
  width: 574px;
  flex: none;
  margin-right: 30px;
}
.index-newsCenter .w1200 .news-left .img-box{
  width: 574px;
  height: 328px;
}
.index-newsCenter .w1200 .news-left .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-newsCenter .w1200 .news-left .title{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 18px;
}
.index-newsCenter .w1200 .news-left .dete {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.news-left .swiper-slide a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.news-left .swiper-slide:hover .title{
  color: #FFAE00;
}
.news-left .swiper-button-next{
  background: url(../img/swiper-right.png) no-repeat center / cover;
  width: 38px;
  height: 80px;
  top: 140px;
}
.news-left .swiper-button-prev{
  background: url(../img/swiper-left.png) no-repeat center / cover;
  width: 38px;
  height: 80px;
  top: 140px;
}
.index-newsCenter .w1200 .news-right{
  position: relative;
  flex: 1;
} 
.section-title{
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
} 
.section-title::after{
  position: absolute;
  content: '';
  width: 61px;
  height: 4px;
  background: #2A85E4;
  bottom: 0;
  left: 0;
}
.section-title span{
  font-size: 18px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 30px;
  text-transform:uppercase
}
.index-newsCenter .w1200 .news-right .seemore{
  position: absolute;
  top: 12px;
  right: 0;
}
.seemore.nobg{
  font-size: 14px;
  font-weight: 400;
  color: #2A85E4;
  line-height: 1;
  position: relative;
  padding-right: 18px;
}
.seemore.nobg::after{
  position: absolute;
  top: 2px;
  right: 0;
  content: 0;
  width: 12px;
  height: 10px;
  content: '';
  background: url(../img/see-more-blue.png) no-repeat center / cover;

}
.index-newsCenter .w1200 .news-right .news-list{
  margin-top: 30px;
} 
.index-newsCenter .w1200 .news-right .news-list li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 28px;
}
.index-newsCenter .w1200 .news-right .news-list li:nth-last-of-type(1){
  margin-bottom: 0;
}
.index-newsCenter .w1200 .news-right .news-list li::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #F1AB3F;
  transform: translateY(-50%);
  box-sizing: border-box;
} 
.index-newsCenter .w1200 .news-right .news-list li a{
  display: flex;
  align-items: center;
}
.index-newsCenter .w1200 .news-right .news-list li a h4{
  width: 460px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1;
}
.index-newsCenter .w1200 .news-right .news-list li:hover h4{
  color: #F1AB3F;
}
.index-newsCenter .w1200 .news-right .news-list li a span{
  text-align: right;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}

.company-intro{
  background: #EBF4FF;
  padding: 56px 0 60px;
  position: relative;
  min-width: 1200px;
}
.company-intro .w1200{
  position: relative;
}
.seemore.hasbg{
  width: 140px;
  height: 36px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 50px 0 28px;
  background: #FF9600 url(../img/see-more-white.png) no-repeat 104px center / 15px 13px;
}
.company-intro .seemore{
  position: absolute;
  top: 7px;
  right: 0;
}
.company-intro .company-intro-man{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.company-intro .company-intro-left{
  width: 560px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.company-intro .company-intro-left p{
  margin-bottom: 40px;
  text-indent: 28px;
}
.company-intro .company-intro-left p:nth-last-of-type(1){
  margin-bottom: 0;
}
.company-intro .company-intro-right{
  width: 561px;
  height: 287px;
}
.company-intro .company-intro-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-honor{
  padding: 48px 0 46px;
  background: white;
}
.index-honor .w1200{
  position: relative;
}
.index-honor .seemore{
  position: absolute;
  top: 7px;
  right: 0;
}
.index-honor .index-honor-main{
  margin-top: 40px;
}
.index-honor .index-honor-main .index-honor-list{
  display: flex;
}
.index-honor .index-honor-main .index-honor-list .index-honor-item{
  width: 272px;
  height: 180px;
  margin-right: 24px;
}
.index-honor .index-honor-main .index-honor-list .index-honor-item:nth-last-of-type(1){
  margin-right: 0;
}
.index-honor .index-honor-main .index-honor-list .index-honor-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 首页-E */
.inner-nav{
  background: #347FF1;
  min-width: 1200px;
}
.inner-nav ul{
  display: flex;
}
.inner-nav ul li.active{ 
  background: #FFAE00;
}
.inner-nav ul li.active:hover a{
  color: white;
}
.inner-nav ul li a{
  padding: 0 50px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
  transition: all .3s;
}
.inner-nav ul li:hover a{
  color: #FFAE00;
}
.company-content{
  min-height: 400px;
  padding: 52px 0 32px;
  background: #fefefe url(../img/company-bg.png) no-repeat bottom center / 100%;
}
.company-content .w1200>h3{
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 56px;
}
.company-content .w1200>h3::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000000;
}
.company-content .content{
  font-size: 16px;
  font-weight: 400;
  color: #5E5555;
}
.company-content .content img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.company-content .pics{
  margin-top: 70px;
  position: relative;
  height: 370px;
}
.company-content .pics .pic-box{
  position: absolute;
}
.company-content .pics .pic-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-content .pics .pic-box:nth-of-type(1){
  width: 793px;
  height: 262px;
  top: 0;
  left: 0;
  z-index: 3;
}
.company-content .pics .pic-box:nth-of-type(2){
  width: 793px;
  height: 262px;
  top: 50px;
  left: 272px;
  z-index: 2;
}
.company-content .pics .pic-box:nth-of-type(3){
  width: 741px;
  height: 262px;
  top: 95px;
  right: 0;
  z-index: 1;
}
.honor-box{
  min-height: 400px;
  padding: 70px 0 36px;
}
.honor-box .honor-list{
  display: flex;
  flex-wrap: wrap;
} 
.honor-box .honor-list .honor-item{
  margin-right: 92px;
  width: 318px;
  height: 206px;
  padding: 8px;
  background: #ddd;
  box-sizing: border-box;
  margin-bottom: 54px;
}
.honor-box .honor-list .honor-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor-box .honor-list .honor-item:nth-of-type(3n){
  margin-right: 0;
}
.pages{
  text-align: center;
  font-size: 0;
  padding: 15px 0;
}
.pages a{
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  min-width: 36px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #000000;
}
.pages a.active{
  background: #FF9600;
  color: white;
  border-color: #FF9600;
}
.pages a:hover{
  color: #FF9600;
}
.crumbs{
  padding: 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.crumbs a{
  color: #282828;
}
.crumbs span{
  color: #FF3300;
}
.news-detail{
  padding: 35px 0 70px;
}
.news-detail .title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  line-height: 36px;
  margin-bottom: 44px;
}
.news-detail .author{ 
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 1;
  padding-bottom: 38px;
  border-bottom: 1px solid #E2E2E2;
}
.news-detail .author span:nth-of-type(1){
  margin-right: 20px;
}
.news-detail .content{
  padding-top: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.news-detail .content img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-box{
  padding: 24px 0 20px;
}
.news-list{
  margin-bottom: 20px;
}
.news-box .news-item{
  display: flex;
  padding: 37px 0;
  border-bottom: #EBEBEB 1px solid;
  position: relative;
}
.news-box .news-item:nth-last-of-type(1){
  border: none;
}
.news-box .news-item a{
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.news-box .news-item .news-date{
  width: 155px;
  padding-right: 47px;
  box-sizing: border-box;
  flex: none;
}
.news-box .news-item .news-date .date{
  height: 83px;
  background: #F1F1F1;
  text-align: center;
  line-height: 83px;
  margin-bottom: 2px;
  transition: all .3s;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.news-box .news-item .news-date .year-month{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 30px;
  background: #F1F1F1
}
.news-box .news-item .news-info{
  flex: 1;
}
.news-box .news-item .news-info .news-title{
  width: 90%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #282828;
  line-height: 2;
  margin-bottom: 15px;
  transition: all .3s;
}
.news-box .news-item .news-info .news-desc{
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.news-box .news-item:hover .news-title{
  color: #FF3300;
}
.news-box .news-item:hover .date{
  color: #FF3300;
}

.news-box .news-item .news-pic{
  width: 210px;
  height: 123px;
  float: none;
}
.news-box .news-item .news-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-box{
  min-height: 400px;
  padding: 70px 0 40px;
}
.recruit-item{
  margin-bottom: 20px;
}
.recruit-box .recruit-item-header {
  display: flex;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding-left: 18px;
  line-height: 70px;
}
.recruit-box .recruit-item-header .zhiwei{
  flex: 1; 
  font-size: 18px;
  font-weight: bold;
  color: #000000; 
}
.recruit-box .recruit-item-header .place,
.recruit-box .recruit-item-header .date,
.recruit-box .recruit-item-header .number{
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.recruit-box .recruit-item-header .icon{
  width: 70px;
  height: 70px;
  background: #01ACC6;
  color: white;
  font-size: 30px;
  text-align: center;
}
.recruit-box .recruit-item .recruit-detail{
  padding: 25px;
  box-sizing: border-box;
  background-color: #D6D6D6;
  display: none;
}
.recruit-box .recruit-item .recruit-detail h4{
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.recruit-box .recruit-item .recruit-detail .content{
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-bottom: 30px;
}

.contact-us{
  box-sizing: border-box;
  padding: 80px 0 30px;
}
.contact-us .w1200{
  font-size: 0;
  display: flex;
  align-items: center;
}
.contact-us .contact-us-left{
  width: 50%;
  height: 100%;
  height: 435px;
}
.contact-us .contact-us-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us .contact-us-right{
  width: 50%;
  height: 435px;
  background: #F0F0F0;
  padding-left: 50px;
  box-sizing: border-box;
  padding-top: 100px;
}
.contact-us .contact-us-right>div{
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 34px;
}
.contact-us .contact-us-right>div::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.contact-us .contact-us-right>div.addr::after{
  background: url(../img/addr-icon.png) no-repeat center / contain;
}
.contact-us .contact-us-right>div.phone-number::after{
  background: url(../img/phone-icon.png) no-repeat center / contain;
}
.contact-us .contact-us-right>div.email::after{
  background: url(../img/emial-icon.png) no-repeat center / contain;
}
.contact-us .contact-us-right>div.phone-number p{
  margin-bottom: 10px;
}
.contact-us .contact-us-right .label{
  font-size: 16px;
  line-height: 26px;
  color: #282828;
  font-weight: bold;
}
.form-box{
  padding: 10px 0 160px;
}
.form-box h3{
  color: #D70010;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.liuyan{
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.liuyan .from-item.w100{
  width: 100%;
}
.liuyan .from-item{
  width: 570px;
  margin-bottom: 20px;
}
.liuyan .from-item input{
  height: 46px;
  font-size: 16px;
  padding-left: 15px;
  outline: none;
  border: none;
  width: 100%;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
}
.liuyan .from-item textarea{
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 180px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  font-family: '';
  border: 1px solid #EBEBEB;
}
.mr20{
  margin-right: 20px;
}
.width180{
  width: 180px !important;
}
.vcode{
  margin-left: 20px;
  width: 120px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.vcode img{
  width: 100%;
  height: 100%;
}
.liuyan .from-item .upload{
  width: 180px;
  height: 46px;
  background: #D70010;
  color: white;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
}
.textright{
  text-align: right;
}

.marks{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, .7);
  display: none;
  align-items: center;
}
.marks .maxImg{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.video-box-detail{
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 400px;
  background: #000;
}