/*content-box*/
.content-box {position: relative;width: 100%; padding: 20px 0;display: block;}
.content-box .about{margin-bottom: 4rem}
.content-box .tt{ margin-top: 3rem;margin-bottom: 3.375rem;}
.content-box .tt span{ font-size: 1rem; color: #999; text-transform: uppercase;}
.content-box .tt h3{ font-size: 1.875rem; color: #3e3e3e; font-weight: bold;}
.content-box .tt i{ display: block; width: 55px; height: 3px; background: #0e64b1; margin-top: 1.5rem;}
.content-box .con{ font-size: 1rem; color: #7e7e7e; line-height: 1.75rem;}
.content-box .con p{margin-bottom: 20px;}

.content-box .sz{margin-top: 10px;}
.content-box .sz .left{width:50%;float: left;}
.content-box .sz .right{width:50%;float: right;position: relative;}
.content-box .sz .right .r-box{position: absolute;right:0;top:-100px;width:70%;background-color: rgba(14,100,177,.8);text-align: center;}

.s_shuzi{display: flex; justify-content: space-between;}
.s_shuzi li{}
.s_shuzi li div{ font-size: 3.125rem; color: #fd8e0c;  font-family: "BarlowCondensed-Bold";}
.s_shuzi li div p span{ font-size: 1.25rem;color: #fd8e0c;  font-family: "BarlowCondensed-Bold";}
.s_shuzi li div p{ align-self: flex-end; font-size: .875rem; color: #7e7e7e; font-weight: normal; margin-bottom: .75rem;}
.s_shuzi li p{ font-size: 1rem; color: #7e7e7e; margin-top: 3px;}

.inrow>li,.inrow span{display:inline-block;*display:inline;*zoom:1;font-size:14px;letter-spacing:normal;word-spacing:normal; }
.s_shuzi li .counter{display: inline-block;margin-right: 4px;overflow: hidden;}
.s_shuzi li>div{ display: flex; align-items: center; transition: .5s ease-out; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -ms-transition: .5s ease-out; -o-transition: .5s ease-out; }
.s_shuzi li:hover>div{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }
.dataNums{  width:100%; text-align:center;}
.dataNums .dataOne{width: 1.375rem;height:4rem;display: block;float: left;text-align: center; }
.dataNums .dataBoc {position: relative;width: 100%;height: 100%;/* overflow: hidden; */}
.dataNums .dataBoc .numtt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums .numtt span{width:100%;height:100%; font-family: inherit;display: block; line-height: 4rem; height:4rem; color: inherit;font-size: inherit; }
.s_shuzi li div{ vertical-align: top;}


.content-box .company{padding-top: 4rem;}
.b_title{max-width: 1620px;padding: 0 10px;margin: 0 auto;text-align: center;margin-bottom: 80px;}
.b_title i {display: block; width: 55px; height: 3px; background: #0e64b1; margin-top: 1.5rem; margin:0 auto;}
.b_title h3{display: block;font-size: 1.875rem;color: #3e3e3e;font-weight: bold;padding:10px 0;}
.b_title span{display: block;color: #888;}


.content-box .box1 {}

.content-box .box1 ul {
    overflow: hidden;
    margin: -5px;
}

.content-box .box1 ul li {
    width: 39.5%;
    float: left;
    padding: 5px;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.content-box .box1 ul li .box {
    height: 22.5rem;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding: 3.125rem;
}

.content-box .box1 ul li .box:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wh-1.jpg) center no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.content-box .box1 ul li:nth-child(2) .box:before {
    background: url(../images/wh-2.jpg) center no-repeat;
}

.content-box .box1 ul li .ico {
    margin-bottom: 1.375rem;
    width: 2rem;
    height: 2rem;
}

.content-box .box1 ul li .ico img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.content-box .box1 ul li .ico img.img02 {
    display: none;
}

.content-box .box1 ul li h3 {
    font-size: 1.125rem;
    color: #5a5a5a;
    margin-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.content-box .box1 ul li span {
    font-size: 1rem;
    color: #5a5a5a;
    display: block;
    margin-bottom: 3.75rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.content-box .box1 ul li p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #5a5a5a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.content-box .box1 ul li.on {
    width: 60.5%;
}


.content-box .box1 ul li.on .box:before {
    opacity: 1;
    visibility: visible;
}

.content-box .box1 ul li.on .ico img.img01 {
    display: none;
}

.content-box .box1 ul li.on .ico img.img02 {
    display: block;
}

.content-box .box1 ul li.on h3 {
    color: #fff;
}

.content-box .box1 ul li.on span {
    color: #fff;
}

.content-box .box1 ul li.on p {
    color: #fff;
}

.content-box .box2 {}

.content-box .box2 ul {
    overflow: hidden;
    margin: -5px;
}

.content-box .box2 ul li {
    width: 33.333%;
    float: left;
    padding: 5px;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.content-box .box2 ul li .box {
    height: 20.5rem;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding: 3.125rem;
}

.content-box .box2 ul li .ico {
    margin-bottom: 1.375rem;
    width: 2rem;
    height: 2rem;
}

.content-box .box2 ul li .ico img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.content-box .box2 ul li .ico img.img02 {
    display: none;
}

.content-box .box2 ul li h3 {
    font-size: 1.125rem;
    color: #5a5a5a;
    margin-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.content-box .box2 ul li span {
    font-size: 1rem;
    color: #5a5a5a;
    display: block;
    margin-bottom: 3.75rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.content-box .box2 ul li p {
    font-size: 1.125rem;
    position: relative;
    display: inline-block;
    color: #5a5a5a;
    line-height: 1.5rem;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.content-box .box2 ul li.on .ico img.img01 {
    display: none;
}

.content-box .box2 ul li.on .ico img.img02 {
    display: block;
}

.content-box .box2 ul li.on h3 {
    color: #fff;
}

.content-box .box2 ul li.on span {
    color: #fff;
}

.content-box .box2 ul li.on p {
    color: #fff;
}

.content-box .box2 ul li:hover p {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.content-box .box2 ul li:nth-child(1) .box {
    background: #3d75c0;
}

.content-box .box2 ul li:nth-child(3) .box {
    background: #71c32b;
}

.content-box ul li:hover .ico {
  -webkit-animation: animat-shake .5s;
  animation: animat-shake .5s
}

@keyframes animat-shake {
	0%,100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	25%,75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
}

/*荣誉*/
.products{ padding-top: 5rem; width: 100%; overflow: hidden; }
.products .p_main{
  background: url(../images/ry_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  height: auto;
  padding:3rem 0;
  background-attachment: fixed;
  position: relative;
}
.products .p_main .p_main_box{
  max-width: 1750px;
  position: relative;
  padding:0 50px;
  margin:0 auto;
}
.products .swiper{max-width: 1620px;margin:0 auto;padding:50px;}
.products .swiper-slide{height:auto; background-color: #fff;cursor: pointer;}
.products .swiper-slide:hover{
  -webkit-box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);
}
.products .swiper-button-next,.products .swiper-rtl .swiper-button-prev{right:10px;}
.products .swiper-button-prev,.products .swiper-rtl .swiper-button-next{left:10px;}
.products .swiper-button-next:after, .products .swiper-button-prev:after {font-size: 20px; font-weight: bold; }
.products .swiper-button-next, .products .swiper-button-prev {border: 2px solid #1181FA; padding: 20px; border-radius: 50%; }

.products .swiper-slide .p_img{height: 100%;}
.products .swiper-slide .p_img img{
  width: 100%;
  height: 100%;
  transition: 1s; 
  -webkit-transition: 1s; 
  -moz-transition: 1s; 
  -ms-transition: 1s; 
  -o-transition: 1s; 
}
.products .swiper-slide:hover .p_img img {
  transform: scale(1.05) rotate(.1deg);
  -webkit-transform: scale(1.05) rotate(.1deg);
  -moz-transform: scale(1.05) rotate(.1deg);
  -ms-transform: scale(1.05) rotate(.1deg);
  -o-transform: scale(1.05) rotate(.1deg);
}
.s_tt i{
  display: block;
  width: 55px;
  height: 3px;
  background: #0e64b1;
  margin: 0 0 10px 3px;
}


/*历程*/
.n_licheng {
    padding-top: 4.25rem;
    padding-bottom: 9rem;
}

.n_licheng .hd {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
}

.n_licheng .hd .tt {
    float: left;
}

.n_licheng .hd .tt span {
    font-size: 2rem;
    color: #71c32b;
}

.n_licheng .hd .tt h3 {
    font-size: 1.625rem;
    color: #434343;
    margin-top: .75rem;
}

.n_licheng .hd .arrowbox {
    float: right;
}

.n_licheng .slick-arrow {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    width: 3.4375rem;
    height: 3.4375rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.n_licheng .slick-prev2 {
    background: url(../images/licheng_left.png) center no-repeat;
    background-size: contain !important;
    margin-right: .75rem;
}

.n_licheng .slick-next2 {
    background: url(../images/licheng_right.png) center no-repeat;
    background-size: contain !important;
}

.n_licheng .slick-prev2:hover {
    background: url(../images/licheng_left_on.png) center no-repeat;
}

.n_licheng .slick-next2:hover {
    background: url(../images/licheng_right_on.png) center no-repeat;
}

.n_licheng .bd {
    position: relative;
}

.licheng_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.licheng_slide .m {
    height: 100%;
}

.licheng_slide ul {
    height: 100%;
}

.licheng_slide ul li {
    float: left;
    width: 18%;
    position: relative;
    height: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide ul li .txt {
    position: absolute;
    padding-left: 24px;
}

.licheng_slide ul li .txt .year {
    font-size: 2rem;
    margin-bottom: 7px;
    color: #3d75c0;
    transform: translateY(50px);
    opacity: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.licheng_slide ul li .txt .con {
    font-size: .9375rem;
    line-height: 1.625rem;
    color: #626262;
    width: 25rem;
    transform: translateY(50px);
    opacity: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.licheng_slide ul li .txt:before {
    content: "";
    background: #fff;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 1rem;
    border: 2px solid #71c32b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.licheng_slide ul li .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    background: #e2e2e2;
    left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.licheng_slide ul li:nth-child(1) .txt {
    bottom: 40%;
    padding-bottom: 4rem;
}

.licheng_slide ul li:nth-child(2) .txt {
    top: 56%;
    padding-top: 5rem;
}

.licheng_slide ul li:nth-child(3) .txt {
    bottom: 40%;
    padding-bottom: 6rem;
}

.licheng_slide ul li:nth-child(4) .txt {
    top: 65%;
    padding-top: 5rem;
}

.licheng_slide ul li:nth-child(5) .txt {
    bottom: 30%;
    padding-bottom: 13rem;
}

.licheng_slide ul li:nth-child(6) .txt {
    top: 65%;
    padding-top: 5rem;
}

.licheng_slide ul li:nth-child(7) .txt {
    bottom: 50%;
    padding-bottom: 13rem;
}

.licheng_slide ul li:nth-child(even) .txt:before {
    top: 6rem;
}

.licheng_slide ul li:nth-child(even) .txt:after {
    height: 6rem;
}

.licheng_slide .slick-list,
.licheng_slide .slick-track {
    height: 100%;
    overflow: visible;
}

.n_licheng ul.slick-current li .year {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.n_licheng ul.slick-current li .con {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.licheng_slide_wap {
    display: none;
}

.licheng_slide_wap ul {}

.licheng_slide_wap ul li {
    position: relative;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt {
    padding-left: 24px;
    position: relative;
}

.licheng_slide_wap ul li .txt .year {
    font-size: 2rem;
    color: #3d75c0;
    margin-bottom: 5px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt .con {
    font-size: .9375rem;
    line-height: 1.625rem;
    padding-bottom: 2rem;
    color: #626262;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.licheng_slide_wap ul li .txt:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 1rem;
    border: 2px solid #71c32b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.licheng_slide_wap ul li .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1rem;
    background: #e2e2e2;
    left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.n_licheng{ width: 100%; overflow: hidden;}
    .mask_lc{ display: block; width:100%; height: 100%; position: absolute; left: 0; top: 0; background: #eff2f7;
      ​background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(10%,#eff2f7));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='#eff2f7',GradientType=0 );
    }
.mask_lc.aos-animate{ opacity: 1 !important;}
.mask_lc[aos^=fade][aos^=fade]{opacity:1;-webkit-transition-property:all;transition-property:all; left: 0;}
.mask_lc[aos^=fade][aos^=fade].aos-animate{opacity:1; left: 100%;}
.licheng_slide ul li:nth-child(odd) .txt:hover .con{ padding-bottom: 1rem;}
.licheng_slide ul li .txt:hover .year{ margin-top: -1rem;}

.n_licheng .company .b_title{margin-bottom: 0px;}
.licheng_line {width: 100%; }

@media (max-width: 992px){
	.content-box {box-sizing: border-box;padding-top:0;}
	.content-left,.content-right{width: 100%;}
	.content-left .content video{width: 100%;}
    .class-box .menu {flex-direction: column; }
    .class-box .menu .menu_left {display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 0;order:1;}
    .class-box .menu .menu_left a{margin-top: 20px;margin-right:20px;}
    .content-box .sz .left {width: 100%;}
    .content-box .sz .right {width: 100%;}
    .content-box .sz .right .r-box{width: 100%;position: initial;}
    .class-box .menu .menu_right {margin-bottom: 20px; }
    .s_shuzi {margin-top: 0rem;margin-bottom: 1.5rem;}    
}

@media (max-width: 767px) {
    .class-box .menu .menu_left a{margin-right:0;}
    .content-box .box1 ul li,.content-box .box2 ul li{width: 100%;}
    .content-box .box1 ul li.on {width: 100%; } 
    .content-box .box1 ul li .box{height:18rem;}    
    .content-box .box1 ul li .box:before{background-size: cover !important;}
    .n_licheng .bd,.n_licheng .hd .arrowbox {display: none; }
    .licheng_slide_wap {display: block; }
    .n_licheng .company .b_title{margin-bottom: 3rem;}
    .n_licheng{padding-bottom: 4rem;}
}

@media (max-width: 576px){
	.content-left h3{font-size: 20px;}
	.content-left .d-image{width: 100%;}
	.content-left .d-info{width: 100%;padding-top: 20px;}
	.content-left .d-info h4{font-size: 22px;}
	.content-left .d-info span{font-size: 18px;}
}