/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
@import url('jquery.fancybox.min.css');

/* reset css start */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #262626;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar{
  /*display: none;*/
}

:root {
  --primary: #d6000f;
  --main:#262626;
}


*:focus {
  outline: none;
}

a{
  color: #262626;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-left: -40px;
  margin-bottom: 0;
  list-style: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.container-fluid{
  max-width: 1600px;
  margin: auto;
}

/**
 * 头部
 */
.headermain{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}

.headermain .d2{
  padding-left: 65px;
}

.headermain .d2 ul li{
  display: inline-block;
}

.headermain ul li>a{
  display: block;
  padding: 0 15px;
  height: 105px;
  line-height: 105px;
  color: #000000;
  position: relative;
}

.headermain ul li>a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
 /* background: var(--primary);*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.headermain ul li>a.active{
  color: var(--primary);
}

.headermain ul li>a:hover, .headermain ul li>a:focus, .headermain ul li>a:active {
  color:var(--primary) ;
}



.headermain ul .sub-menu{
  position: absolute;
  width: 100%;
  left: 0;
  background: #f5f5f5;
  height: 0;
  transition: all .6s;
  overflow: hidden;
  z-index: 999;
}

.headermain ul .sub-menu a{
  padding: 0 15px;
}

.headermain ul .sub-menu a:hover{
  color: var(--primary);
}

.headermain ul li:hover .sub-menu{
  height: 65px!important;
}

.headermain ul li:hover .sub-menu a{
  line-height: 65px;
}

.headermain2{
  background: #fff;
  box-shadow:0 0 5px rgba(0, 0, 0, .2);
}


.headermain2 ul li>a {
  height: 105px;
  line-height: 105px;
  color: #262626;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--primary);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.headermain2 ul li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.headermain2 ul li>a:hover:before, .headermain2 ul li>a:focus:before, .headermain2 ul li>a:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


.headermain2 ul li>a:hover{
  color: #fff;
}




/****/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-bullet-active{
  background: var(--primary);
}

/*.s-btn{
  background: #d2d2d2;
  color: #fff;
  padding: 25px;
  font-size: 24px;
  font-weight: lighter;
  top: 85%;
  left: 25px;
  transition: all .6s;
}

.s-btn:after{
  content: "";
}

.banner .swiper-button-next{
  left: 85px;
}

.s-btn:hover{
  background: var(--primary);
}*/




/**
 * 关于我们
 */
.sp{
  padding-top: 85px;
  padding-bottom: 85px;
}

.aboutSection{
  margin-top: -6px;
  background-image: url(../images/about/business-map-none.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*.aboutSection .div-text,.aboutSection .div-img{
  max-width: 870px;
}*/

/*.aboutSection .div-text{
  min-width: 650px;
}*/

.aboutSection .div-text{
  max-width: 860px;
}

.comm-title .en-title{
  font-size: 26px;
  color: #ddddde;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.comm-title .cn-title{
  font-size: 36px;
  font-weight: bolder;
  color: #262626;
}

.aboutSection .comm-title{
  margin-bottom: 25px;
}

.aboutSection .main{
/*  position: relative;
  background-image: url(../images/about/company.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;*/

}

.aboutSection .gq{
    padding-left: 45px;
}

.readMore a{
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 45px;
  border: 2px solid var(--primary);
  /*background: var(--primary);*/
  color: #333;
  padding: 10px 55px 10px 15px;
  border-radius: 25px;
  position: relative;
}



.readMore a span{
  position: absolute;
  background: #f0f0f0;
  color: var(--primary);
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  top: calc(50% - 15px);
  right: 10px;
  transition: all .3s;
}

.readMore a:hover span{
 right: 5px;
 background: var(--primary);
 color: #fff;
}

.readMore a:hover{
  background: var(--primary);
  color: #fff;
}

.aboutSection .items{
  margin-top: 85px;
  margin-bottom: 85px;
}

.aboutSection .item {
  margin-bottom: 25px;
}

.aboutSection .item .d1{
  min-width: 160px;
}

.aboutSection .item .d2{
  min-width: 36px;
}

.aboutSection .item .counter{
  font-size: 56px;
  font-weight: bolder;
  color: var(--primary);
}

.aboutSection .item .counter:hover{
  cursor: pointer;
}


.left_tooltip{
  display: inline;
  position: relative;
}

div.left_tooltip span.s1 {
    width: 140px;
    height: auto;
    color: #fff;
    background: #262626;
    position: absolute;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    visibility: hidden;
    border-radius: 10px;
    left: -150px;
}

div.left_tooltip span.s1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #262626;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

div.left_tooltip:hover span.s1 {
    visibility: visible;
    opacity: 0.7;
    right: 100%;
    top: 50%;
    margin-top: -30px;
    margin-right: 10px;
    z-index: 999;
}

/**
 * 关于我们END
 */


/**
 * 产品中心
 */
.productSection{
  background-image: url(../images/product/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.productSection .swiper-button-next, .productSection .swiper-button-prev{
  color: rgba(255, 255, 255, .3);
  z-index: 99;
}

.productSection .swiper-button-prev:after, .productSection .swiper-button-next:after{
  font-size: 30px;
}

.productSection  .swiper-button-next {
  /*right: -10px;*/
}

.productSection .swiper-button-prev{
/*  left: -10px;*/
}

.productSection .en-title{
  opacity: .6;
}

.productSection .swiper2{
  padding: 30px 0;
  margin-top: 25px;
}

.productSection .swiper2 .swiper-wrapper{
   background: #ff3c4a;
}


.productSection .swiper2 .item{
   color: #fff;
  text-align: center;
  background: var(--primary);
  height: 100%;
  padding: 45px 15px;
  position: relative;
  width: 100%;
}


.productSection .swiper2 .item img{
  height: 63px;
}

.productSection .swiper2 .swiper-slide-active .item{
    background: #ff3c4a;
}

.swiper2 .item:after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  top: -15px;
  left: calc(50% - 8px);
}

.swiper2 .swiper-slide-active .item:after{
  border-bottom: 16px solid #ff3c4a;
}

.swiper2 .item:hover{
  background: #ff3c4a;
  cursor: pointer;
}

.swiper2 .item:hover:after{
   border-bottom: 16px solid #ff3c4a;
}

.productSection .div-text .sub-title{
  font-size: 24px;
  font-weight: bolder;
  padding-left: 65px;
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}

.productSection .div-text .sub-title:after{
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  left: 0;
  top: calc(50% - 2px);
  background-image: url(../images/product/title-tb.png);
  background-repeat: no-repeat;
  background-position: left center;
}


.productSection .div-text .readMore{
  margin-top: 35px;
}

.productSection .div-text .des{
    line-height: 36px;
}




/**
 * 研发
 */

.yfSection .container-fluid{
  position: relative;
}

.yfSection .sub-title{
  font-size: 20px;
  font-weight: bolder;
  color: var(--primary);
  margin-top: 25px;
  margin-bottom: 45px;
}

.yfSection .div-text{
  padding-right: 25px;
}

.yfSection .div-img{
  padding-left: 25px;
}

.c-swiper{
  position: absolute;
  width: 100%;
  bottom: 45px;

}

.c-swiper ul{
 width: calc(100% - 40px);
 
 bottom: 45px;
 position: relative;
 z-index: 1;
}

.c-swiper ul li {
  display: inline-block;
  width: calc(25% - 10px);
  padding: 25px 35px;
  min-height: 130px;
  vertical-align: bottom;
  background: #f9fafc;
  position: relative;
  transition: all .6s;
}

.c-swiper ul li:not(:last-child):after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #e3e4e6;
}

.c-swiper ul li:not(:first-child){
  margin-left: -5px;
}

.c-swiper ul li:hover{
  cursor: pointer;
}

.c-swiper ul li div{
  font-size: 20px;
  font-weight: bolder;
}

.c-swiper ul li p{
  margin-top: 10px;
  margin-bottom: 15px;
}

.c-swiper ul li:hover{
  background: var(--primary);
  color: #fff;
}

.c-swiper ul li:hover img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);

}

/**
 * 新闻中心
 */
.newsSection{
  padding-top: 85px;
}

.newsSection .cates ul li{
  display: inline-block;
}

.newsSection .cates ul li a{
  padding: 5px 15px;
  border-radius: 15px;
  transition: all .6s;
}

.newsSection .cates ul li+li{
  margin-left: 25px;
}

.newsSection .cates ul li a:hover{
  background: var(--primary);
  color: #fff;
}

.newsSection .main{
  margin-top: 45px;
  padding-bottom: 85px;
 /* border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;*/
}

.newsSection .item{
  /*border-left: 1px solid #eee;*/
  padding-bottom: 65px;
}

.newsSection .item .div-img img{
  width: 100%;
  transition: all .6s;
}



.newsSection .item .div-img{
  overflow: hidden;
 /* margin-top: 25px;*/
  margin-bottom: 25px;
 /* border: 4px solid #fafafa;*/
}


.newsSection .item .div-img a{
  display: block;
  position: relative;
}

.newsSection .item .time{
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--primary);
  padding: 5px 15px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}



.newsSection .item .content{
  padding: 0 15px;
}

.newsSection .content .title{
  font-size: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.newsSection .content a{
  display: block;
  font-weight: bolder;
}

.newsSection .content .des{
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsSection .newsD{
  text-align: center;
  margin-top: 45px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}

.newsSection .newsD img{
  margin-left: 0;
  transition: all .6s;
}

.newsSection .item:hover{
  cursor: pointer;
}

.newsSection .item:hover .div-img img{
  transform: scale(1.2);
}

.newsSection .item:hover .title a{
  /*color: var(--primary);*/
}

.newsSection .item:hover .newsD img{
  margin-left: 25px;
}

.newsSection .item:hover .newsD a{
  color: #262626;
}



/*.newsSection .item:hover .time font{
  background: var(--primary);

}*/


/**
 * 底部
 */
.main-footer{
  background-color: #f7f7f7;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 14px;
}


.main-footer .fastMenu ul li{
  padding-left: 25px;
  background-image: url(../images/footer/menu.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.main-footer .divWx{
  padding-top: 15px;
  padding-bottom: 25px;
}


.main-footer .infos{
  margin-bottom: 25px;
}

.main-footer .d1{
  position: relative;
  min-height: 50px;
  padding-right: 10%;
}

.main-footer .d1 img{
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*left: 0;*/
}

.main-footer .d2,.main-footer .d3{
  padding-right: 10%;
  padding-left: 10%;
  border-right:  1px solid #cdcdcd;
  height: 100%;
}

.main-footer p.title{
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 15px;
}

.main-footer ul li{
  display: block;
}

.main-footer .d3 .item{
  margin-bottom: 10px;
}

.main-footer ul li a{
    display: block;
    margin-bottom: 10px;
}

.main-footer ul li a:hover{
    color: var(--primary);
}

.copyright{
  padding: 15px 0;
  background-color: #262626;
  color: #fff;
  font-size: 14px;
} 

.copyright a{
  color: #fff;
}


.main-footer .fastMenu{
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 18px;
}

/**
 * 产品中心样式2
 */

.productSection .comm-title{
  padding: 0 25px 15px 45px;
  border-bottom: 1px solid #d8d8d8;
}

.productSection .swiper-pro .swiper-slide img{
  width: 100%;
}

.productSection .div-text{
  padding: 25px 15px 25px 45px;
}

.modal-body{
    line-height: 36px;
}


/**
 * 关于我们
 */
.pagetitle {
  position: relative;
}

.pagetitle .div-text{
  position: absolute;
  bottom: 15%;
  width: 100%;
}

.pagetitle .div-text div.main{
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.pagetitle .div-text div.main:after{
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary);
}

.pagetitle .div-text h4.title{
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.pagetitle .div-text p.entitle{
  color: rgba(255,255,255,.4);
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.clocation{
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 45px;
}

.clocation span,.clocation a{
  display: inline-block;
  margin: 0 3px;
  vertical-align: sub;
}

.clocation img{
  margin-right: 3px;
}

.tmenu{
  margin-bottom: 65px;
  transition: all .3s;
  position: relative;
}

.tmenu:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color:#d8d8d8;
  bottom: 0;
  left: 0;
  z-index: -1; 
}

.tmenu .item{
  min-width: 225px;
}

.tmenu .item a{
  display: block;
  height: 65px;
  line-height: 65px;
  position: relative;
  
  padding: 0 25px;
  text-align: center;
  transition: all .3s;
}

.tmenu .item a:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  right: 0;
  background-color: #d8d8d8;
  top: calc(50% - 13px);
  transition: all .3s;
}

.tmenu .item.active,.tmenu .item:hover{
  background-color: var(--primary); 
}

.tmenu .item.active a,.tmenu .item:hover a{
  color: #fff;
}

.tmenu .item.active a:after,.tmenu .item:hover a:after{
  content: unset;
}

.tmenu2 .item{
    min-width: 14%;
  }

.aboutMain .title h2{
  font-size: 30px;
}

.aboutMain .title p{
  margin-top: 15px;
  margin-bottom: 35px;
}

.aboutMain .title p img{
  margin-right: 5px;
}

.aboutMain .detail p{
  text-indent: 24px;
  line-height: 38px;
}

.aboutMain .detail p.p3{
  margin-top: 25px;
}

.aboutMain .detail2 p{
  margin-top: 25px;
}

.aboutMain .detail2{
  margin-bottom: 65px;
}

.aboutCount{
  max-width: 90%;
  margin: 65px auto;
}

.aboutCount .item .counter{
  font-size: 46px;
  font-weight: bold;
}

.aboutVideo{
  position: relative;
}

.aboutVideo .overlink{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.aboutVideo .overlink a{
  position: relative;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  z-index: 9;
}

.aboutVideo .overlink:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .6s;
}

.aboutVideo:hover .overlink:after{
  opacity: 1;
}

.aboutVideo .div-img{
  overflow: hidden;
}

.aboutVideo .div-img img{
  transition: all .6s; 
}


.aboutVideo:hover .div-img img{
  transform: scale(1.2);
}

.fancybox-slide video {
    width: 80%;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 25px;
  margin: 45px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe{
  background: #fff;
}

/**
 * 企业文化
 */
.cultureMain .lists{
  margin-top: 45px;
  margin-bottom: 85px;
}

.cultureMain .item{
  min-height: 600px;
  color: #fff;
  transition: all 1s;
  background-position: center center;
  width: 25%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-size: auto 120%;
  background-repeat: no-repeat;
  position: relative;
}

.cultureMain .item.active{
  width: 50%;
}

.cultureMain .item:hover{
  cursor: pointer;
}

.cultureMain .item .div-text{
  position: absolute;
  left: 25px;
  bottom: 15px;
}

.cultureMain .item strong{
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cultureMain .item .div-text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 85px;
}

.cultureMain .item.active .div-text p{
  -webkit-line-clamp: unset;
}

.cultureMain .mlists{
    margin-bottom: 65px;
    color: #fff;
}

.cultureMain .mitem{
  margin-bottom: 25px;
  position: relative;
}

.cultureMain .mitem img{
  width: 100%;
}

.cultureMain .mitem .div-text{
  position: absolute;
  bottom: 15%;
  left: 15px;
}

.cultureMain .mitem strong{
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}


/**
 * 发展历程
 */
.aboutMain3{
  background-image: url(../images/history/bg.jpg);
  margin-top: -65px;
  padding: 85px 0;
}


.hisMain .d1{
  min-width: 200px;
}

.hisMain .d1 .swiper-container{
  width: 250px;
  height: 400px;
  overflow: hidden;
}

.hisMain .d1 .swiper-slide{
  position: relative;
}

.hisMain .d1 .swiper-slide:hover{
  cursor: pointer;
}


.hisMain .d1 .swiper-container{
  padding-right: 45px;
  background-image: url(../images/history/1.png);
  background-repeat: repeat-y;
  background-position: top;
  padding-top: 45px;
}

.hisMain .d1 .swiper-slide img{
  height: 100%;
}

.hisMain .d1 .swiper-slide span{
  display: block;
  vertical-align: top;
  width: 85px;
  transition: all .6s;
  position: absolute;
  top: 28px;
  text-align: right;
  height: 100%;
}

.hisMain .d1 .swiper-slide.swiper-slide-active span{
  font-size: 32px;
  font-weight: bold;
  color: var(--primary);
  top: -3px!important;
}

.hisMain .d1 .swiper-slide.swiper-slide-active span:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  border: 2px solid var(--primary);
  right: -50px;
  top: 23px;
  background: #fff;
}


.hisMain .d2{
  width: calc(100% - 200px);
  overflow: hidden;
}

.hisMain .d2{
   max-width: 100%;
  padding-top: 25px;
}

.hisMain .d2 .div-img{
  padding-left: 65px;
}

.hisMain .d2 .div-text h2{
  font-size: 24px;
  font-weight: bold;
}

.hisMain .d2 .div-text p{
  line-height: 30px;
  margin-top: 5px;
}

/**
 * 公司荣誉
 */
.gsryMain{
  margin-bottom: 125px;
}

.gsryMain .item {
  margin-bottom: 25px;
  background-color: #f7f7f7;
}

.gsryMain .item a{
  display: block;
}

.gsryMain .item .div-img{
  padding: 25px;
  text-align: center;
}

.gsryMain .item p{
  text-align: center;
  background-color: #dcdcdc;
  padding: 15px 15px;
  transition: all .6s;
}

.gsryMain .item:hover p{
  background-color: var(--primary);
  color: #fff;
}

/**
 * 分页
 */
.div-page{
  margin-top: 25px;
  margin-bottom: 65px;
}

.div-page a,.div-page span{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border:1px solid #eee;
  margin: 0 5px;
  border-radius: 3px;
}

.div-page a.page-num-current,.div-page a:hover,.div-page span:hover{
  background-color: var(--primary);
  color: #fff;
}

/**
 * 技术质量
 */
.jszlSwiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: unset;
    border:2px solid #fff;
    width: 14px;
    height: 14px;
    transition: all .8s;
    border-radius: 8px;
}

.jszlSwiper>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 45px;
  background-color: var(--primary);
  border:unset;
}

.jstd{
  background-color: #f7f7f9;
  margin-bottom: 65px;
}

.jstd .div-text{
  padding: 25px 15px;
  max-width: 240px;
}

.jstd .div-text p{
  color: #919192;
  line-height: 26px;
  margin-top: 15px;
  font-size: 14px;
}

.jstd .div-text h2{
  font-size: 20px;
  font-weight: bold;
}

.jstd .mainText .div-img{
  padding-top: 30px;
}

.jstd .mainText .div-img img{
  max-width: 45px;
}



.jstd  .dleft{
  text-align: right;
}

.jstd .mainText .dleft .div-img{
  text-align: left;
}

.jstd .mainText .dright .div-img{
  text-align: right;
}

.jstd .middletxt{
  text-align: center;
  margin-top: -120px;
  margin-bottom: -45px;
}

.jszlMain .yftr .main{
  margin-bottom: 65px;
  padding-bottom: 55px;
  border-bottom: 1px solid #fff;
}

.jszlMain .yftr{
  padding: 85px 0;
  background-image: url(../images/jszl/yftr-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

.jszlMain .yftr .item .div-text{
  padding-left: 25px;
  min-width: 200px;
  max-width: 25%;
}

.jszlMain .yftr .item font{
  font-size: 56px;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
}

.jszlMain .yftr .des{
  line-height: 36px;
  font-weight: lighter;
}

.jszlMain  .jq{
  margin-top: 35px;
}

.jszlMain  .jq .item{
  margin-bottom: 35px;
}

.jszlMain  .jq .p1{
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}

.cyyf{
  margin: 65px 0;
}

.cyyf .cyyfMain{
  padding: 35px 25px;
  background-color: #f7f7f9;
}

.cyyf .item .div-text>div{
  font-size: 46px;
  font-weight: bold;
  color: var(--primary);

}

.cyyf .item .div-img{
  padding-right: 25px;
}

.cyyf .item{
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.cyyf .item1{
  border-bottom: 1px solid #dedee0;
}

.cyyf .dmiddle{
  margin: 0 25px;
}

.cyyf2{
  padding: 85px 0;
  background-image: url(../images/jszl/cyyf2-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color:#fff;
}

.cyyf2 .des{
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #ffffff;
}

.cyyf2 .des h2{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cyyf2 .des p{
  text-transform: uppercase;
  font-size: 18px;
  color: #8e939b;
}

.cyyf2 .item {
  text-align: center;
} 


.cyyf2 .item>div{
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px;
}

.cyyf2 .item>div font{
  font-size: 46px;
  font-weight: bold;
}

.cyyf2 .item:nth-child(even)>div{
  background-color:#fff;
  color: #262626;
}

.cyyf2 .item:nth-child(odd)>div{
  background-color:var(--primary);
  color: #fff;
}

/**
 * 营销网络 
 */
.yxwlMain h2.title{
  font-weight: 28px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  color: #113c73;
}


.yxwlMain .block1{
  padding: 25px;
  background-color: #f7f7f9;
}

.yxwlMain .block1 h3.btitle{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}

.yxwlMain .block1 p.des{
  line-height: 36px;
}

.yxwlMain .block2{
  background-image: url(../images/yxwl/part-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.yxwlMain .block2{
  padding: 65px 0;
  margin: 65px 0;
}

.yxwlMain .block2 h3.btitle{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 65px;
}

.yxwlMain  .block3{
  padding: 25px;
  background-color: #f7f7f9;
  margin-top: 35px;
  margin-bottom: 85px;
}


.swiperC .swiper-wrapper{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


/**
 * 招聘信息
 */
.section-job{
  font-size: 16px;
}

.section-job .top-title{
  margin: 45px 0;
  font-weight: bold;
  font-size: 18px;
}

.section-job .main{
  padding: 0 15px;
  margin-bottom: 125px;
}

.section-job .main .job-title{
  background: #dbdbdb;
  color: #fff;
  padding: 25px 35px;

}

.section-job .card{
    border: unset;
    margin-top: 15px;
    border:1px solid #ccc!important;

}

.section-job .card .card-header{
  padding: 20px 0;
}

.section-job .card.active .card-header{
  background-color: var(--primary);
  color: #fff;
}

.section-job .card-header{
  background-color: unset;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0!important;
}

.section-job  .card-body{
  background: #f6f8fd;
  padding: 45px 8%;
}


.job-des{
    margin-bottom: 25px;
}


.job-des strong{
    color: var(--primary);
}

.job-des p.p2{
    margin-top: 10px;
}

.job-des p.p2 a{
     display: inline-block; 
     padding-left: 15px;
}



/*动画*/
.job-des p.p2 a img{
  max-width: 120px;
    -webkit-animation: Tada 1s both;
    -moz-animation: Tada 1s both;
    -ms-animation: Tada 1s both;
    animation: Tada 1s both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*浏览器兼容性部分略过*/
@keyframes Tada {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

/**
 * 新闻中心
 */


.nNewsSection{
  margin-bottom: 65px;
}


.nNewsSection .item{
  padding: 25px;
  background-color: #fff;
  transition: all .6s; 
}

.nNewsSection .item .div-img{
  overflow: hidden;
  min-width: 350px;
  max-width: 350px;
  padding-right: 25px;
}

.nNewsSection .item .div-img img{
  width: 100%;
}

.nNewsSection .item h3.title{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 15px 0;
}

.nNewsSection .item .date{
  padding-left: 65px;
  position: relative;
  font-size: 12px;
}

.nNewsSection .item .date:before{
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #262626;
}

.nNewsSection .item p.des{
  font-size: 14px;
  line-height: 26px;
}

.nNewsSection .item .nreadMore{
  margin-top: 25px;
}

.nNewsSection .item .nreadMore a{
  padding: 10px 35px;
  border-radius: 25px;
  color: #262626;
  background-color: #e9e9e9;
  display: inline-block;
}

.nNewsSection .item:hover{
  /*background-color: var(--primary);*/
  cursor: pointer;
  /*color: #fff;*/
}

.nNewsSection .item2 .div-img{
    overflow: hidden;
}

.nNewsSection .item2 .div-img a{
    display: block;
    overflow: hidden;
}

.nNewsSection .item2 .div-img img{
    transition: all .6s;
}

.nNewsSection .item2:hover .div-img img{
    transform: scale(1.15);
}

.nNewsSection .item2:hover .title a{
    color: #0083ce;
}

.nNewsSection .item:hover a{
  /*color: #fff;*/
}

.nNewsSection .item2:hover .nreadMore a{
  color: #fff;
  background-color: var(--primary);
}

.nNewsSection .item:hover .date:before{
  /*background-color: #fff;*/
}

.pt0{
  padding-top: 0;
}

/**
 * 新闻详情
 */
.newsDetail{
  margin-bottom: 65px;
}

.newsDetail .newsMain{
  padding: 35px 25px;
  background-color: #f7f7f9;
  min-height: 450px;
  margin-bottom: 25px;
}

.newsDetail .newsMain h2.title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.newsDetail .newsMain .meta{
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 25px;
}

.pre-next .d2 a{
  padding: 10px 25px;
  color: #fff;
  background-color: var(--primary);
}

/**
 * 联系我们
 */
.nContact>div{
  background-image: url(../images/contact/cbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.nContact h2.title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #262626;
}

.nContact .infos {
  margin:45px 0;
}

.nContact p.title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

.nContact .infos .item{
  padding: 25px 15px;
  border:2px solid #dfdfdf;
  height: 100%;
}

.nContact .item .info p{
  line-height: 30px;
  flex-wrap: wrap;
}

.nContact .item1{
  text-align: center;
}

.nContact  .infos>div>div{
  margin-bottom: 25px;
}

.nContact .info .title{
  padding-right: 25px;
  min-width: 125px;
}

.nContact .info span{
  display: inline-block;
  width: max-content;
}

.nContact .info span:nth-child(1){
  margin-right: 15px;
}

.nContact .infos div.title{
  font-weight: bold;
}

.nContact .area-infos{
    margin: 45px 0;
}

.nContact .area-infos .item{
  margin-bottom: 25px;
  text-align: center;
}

.nContact .area-infos .item:hover{
  cursor: pointer;
}


/*.nContact .d2{
  height: 100%;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.nContact .d3{
  height: 100%;
  border-right: 1px solid #d9d9d9;
}*/

.nContact .bcon{
  border:1px solid #d9d9d9;
  padding: 25px 20px;
  margin-bottom: 25px;
}

.nContact .bcon strong{
  display: inline-block;
  font-size: 20px;
  padding-right: 10%;
}

.nContact .bcon span{
  margin-right: 15px;
}

.nContact .infos .more{
  text-align: center;
}

.nContact .infos .more a{
  display: block;
}

.nContact .infos .more span{
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.nContact .infos .more font{
  color: var(--primary);
}

.nContact .infos .more a:hover,.nContact .infos .more a:hover font{
  color: #006db5;
}


/**
 * 产品中心
 */

.nproSection{
  margin-bottom: 65px;
}

.nproSection .item{
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.nproSection .item:before{
    content: "";
    width: 0;
    height: 100%;
    background:var(--primary);
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.nproSection .item:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.8;
}

.nproSection .item .div-text img{
    width: 100%;
    height: auto;
}

.nproSection .item .div-text p{
  text-align: center;
  padding: 20px 15px;
  background-color: #f7f7f9; 
}

.nproSection .item .div-text{
  border:2px solid #f7f7f9;
}


.nproSection  .item .item-content{
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 25px;
    left: 0;
}
.nproSection  .item .title{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.nproSection  .item .post{
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
    margin-top: 25px;
    margin-bottom: 15px;
}

.nproSection  .item .post p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nproSection .item:hover {
  cursor: pointer;
}
 
.nproSection .item:hover .title,
.nproSection .item:hover .post{
    opacity: 1;
    transition-delay: 0.7s;
}

.nproSection .preadMore{
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease 0s;
}

.nproSection .item:hover .preadMore{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.nproSection .preadMore span{
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #fff;
  color: #262626;
}

.nproSection .detail{
  display: none;
}

.content table td{
   padding: 5px 15px;
   min-width: 100px;
}

















































