@import "swiper.min.css";
@import "common.css";

.banner{
	height: 420px;
	max-height: 100vh;
	position: relative;
}
/*.banner:before{
	content: '';
	width: 100%;
	height: 20%;
	background-color: #000;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.banner .nav{
	position: absolute;
	bottom: 110px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.banner .nav ul{
	font-size: 0;
	border-top: 1px solid rgb(255 255 255 / 50%);
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	text-align: center;
}
.banner .nav li{
	display: inline-block;
	font-size: 18px;
	padding-top: 25px;
	margin: 0 75px;
	border-top: 2px solid transparent;
}
.banner .nav li a{
	color: #ffffff;
}
.banner .nav li.on{
	border-top: 2px solid #57B3E4;
}
.banner .nav li.on a,
.banner .nav li a:hover{
	color: #fff;
}

.g1 .warp,
.p1 .warp{
	max-width: 1660px;
}

.g2{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	min-height: 750px;
	width: 100%;
}

.group{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.group-pic{
	width: 45%;
	position: relative;
}
.group-pic img{
	max-width: 90%;
}
.group-info{
	width: 55%;
	padding: 0 190px 0 125px;
	position: relative;
	font-size: 14px;
	line-height: 2.5;
	transform: translateY(-100px);
}
.group-info .top{
	position: absolute;
	left: -120px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	color: #47484A;
	line-height: 1;
}
.group-info .top span{
	padding-left: 24px;
	margin-left: 20px;
	position: relative;
}
.group-info .top span:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #56B3E4;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
}
.group-info .top svg{
	width: 115px;
	height: 38px;
	fill: #56B3E4;
}
.group-info .r-img{
	position: absolute;
	right: 0;
	top: 0;
}
.group-pic img+img{
	position: absolute;
	right: 0;
	top: 25%;
	display: none;
}
.group-info .edit{
	padding-top: 15px;
	border-top: 1px solid #dddddd;
}


.event-main{
	height: 400px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	max-width: 900px;
	color: #ffffff;
}
@media (max-height: 800px){

}
.event-main .event{
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 70px;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0.4;
	transition: ease all .3s;
	cursor: pointer;
}
.event-main .event span{
	font-size: 22px;
	margin-right: 120px;
}
.swiper-slide-active .event{
	opacity: 1;
	background-color: rgb(0 160 233 / 27%);
}
.year-line{
	margin-top: 50px;
	width: 100%;
}


.year-line{
	color:  rgb(255 255 255 / 30%);
	text-align: center;
	font-size: 0;
	overflow: auto;
	padding-bottom: 20px;
	white-space: nowrap;
	position: relative;
	scrollbar-color: transparent transparent;
　　scrollbar-track-color: transparent;
　　-ms-scrollbar-track-color: transparent;
	border-top: 1px solid rgb(255 255 255 / 18%);
}
.year-line li{
	display: inline-block;
	font-size: 16px;
	padding-top: 20px;
	width: 200px;
	position: relative;
}
.year-line li:after{
	content: '';
	border-left: 1px solid rgb(255 255 255 / 18%);
	height: 8px;
	position: absolute;
	left: 50%;
	top: 0%
}
/*.year-line::-webkit-scrollbar-track {
	height: 8px;
	background-color: transparent;
}
.year-line::-webkit-scrollbar {
	height: 8px;
}
.year-line::-webkit-scrollbar-thumb {
	background-color: rgb(255 255 255 / 0%);
}
.year-line:hover::-webkit-scrollbar-thumb {
	background-color: rgb(255 255 255 / 50%);
}*/
.year-line::-webkit-scrollbar-track {
  display: none;
}
.year-line::-webkit-scrollbar {
  display: none;
}
.year-line::-webkit-scrollbar-thumb {
  display: none;
}
.year-line li span{
	cursor: pointer;
}
.year-line li span:hover{
	color: rgb(255 255 255 / 70%);
}
.year-line li.on span{
	color: #5eB3E4;
}
.year-line li.on:after{
	border-color: #5eB3E4;
}

.team{
	overflow: hidden;
}
.team .block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 110px;
}
.team .block:nth-child(2n+1){
	flex-direction: row-reverse;
}

.team .block .item{
	width: 50%;
	padding: 0 70px;
	position: relative;
	font-size: 14px;
	line-height: 2.5;
}
.team .block .item .sign{
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: 0;
	right: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(50%,50%);
}
.team .block .item .sign svg{
	width: 100px;
	height: 40px;
	fill: #5eB3E4;
}
.team .block .item .sign .sign-img{
	position: absolute;
	top: 0;
	left: 0;
	animation: rotate 9s linear infinite;
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


	
.n1 .warp{
	width: 1710px;
}

.blog{
	margin-top: 100px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-grid{
	width: 33.333333333%;
    padding: 5px;
}
.blog-item {
    position: relative;
    z-index: 2;
    border: 1px solid #ddd;
    padding: 43px 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    transition: ease all .5s;
    background-color: #ffffff;
}
.blog-item *{
	position: relative;
	z-index: 1;
}
.blog-item .date{
    color: #979797;
}
.blog-item .date span{
    font-size: 30px;
    font-family: "ITCAvantGardeStd-XLt";
}
.blog-item .date p{
    font-size: 16px;
}
.blog-item .title{
    color: #1E1E1E;
    margin: 37px 0;
    font-size: 25px;
}
.blog-item .des{
    font-size: 15px;
    line-height: 2;
    transition: ease all .3s;
}
.blog-item .link{
    margin-top: 50px;
    font-size: 14px;
}
.blog-item .link i{
    font-size: 12px;
}
.blog-grid:hover .blog-item .des{
    opacity: 0;
}
.blog-grid:hover .blog-item a,
.blog-grid:hover .blog-item .date span,
.blog-grid:hover .blog-item .date p,
.blog-grid:hover .blog-item .title,
.blog-grid:hover .blog-item .date{
    color: #ffffff;
}

.blog-more{
    padding: 22px 0;
    text-align: center;
    color: #303030;
    background-color: #E5E5E5;
}
.blog-more svg{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    fill: #303030;
}
.blog-grid:hover .blog-item:before{
	opacity: 0;
}



.n2 .warp{
	max-width: 1360px;
}
.blog-detail .top{
	text-align: center;
	padding-bottom: 44px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.blog-detail .top .title{
	margin: 40px 0;
	font-size: 36px;
	color: #363636;
}
.blog-detail .top .date{
	font-size: 19px;
}
.blog-detail .top .date span{
	color: #58B3E4;
	padding-right: 15px;
	margin-right: 10px;
	border-right: 1px solid #8d8d8d;
}
.blog-detail .top .share{
	font-size: 18px;
	width: 200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-detail .top .share a{
	color: #B0B0B0;
}
.blog-detail .top .share a:hover{
	color: #58B3E4;
}
.blog-detail .edit *{
	white-space: normal!important;
	line-height: 2;
	font-size: 16px;
}
.blog-actions{
	margin-top: 80px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-actions li{
	margin-bottom: 10px;
}
.blog-actions li span{
	display: inline-block;
	width: 42px;
}
.blog-actions li a:hover{
	color: #5eB3E4
}
a.back-list{
	display: inline-block;
	padding: 24px 0px;
	width: 206px;
	text-align: center;
	font-size: 16px;
	background-color: #58B4E4;
	color: #ffffff;
	border: 1px solid #58B4E4;
	transition: ease all .15s;
}
a.back-list-w{
	background-color: #ffffff;
	color: #58B4E4;
}
a.back-list:hover{
	background-color: #ffffff;
	color: #58B4E4;
}

.t1,	
.n1,
.n2,
.g2,
.p1,
.g1,
.c1,
.products,
.service,
#customer{
	padding: 100px 0;
}


.company-info{
	cursor: pointer;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 60px 40px;
	margin-top: 100px;
	color: #48494B;
	font-size: 16px;
	line-height: 1.7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.company-info:hover .info1{
	color: #5EB3E4
}
.company-info+.company-info{
	margin-top: 0;
	border-top: none;
}
.company-info.actived{
	background: rgb(95 170 215 / 14%);
}
.company-info h2{
	font-size: 28px;
	margin-bottom: 10px;
}
.company-info span{
	font-size: 18px;
	color: #000;
	padding-right: 10px;
}
.form-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-block .form-item{
    width: 47%;
    margin-bottom: 75px;
}
.form-block .form-item-full{
    width: 100%;
}
.form-block .form-item label{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding-bottom: 10px;
}
.form-block .form-item input{
    width: 100%;
    border: none;
    /*background-color: #f9f9f9;*/
    border-bottom: 1px solid #ededed;
    padding: 20px 40px;
}
.form-block .form-item-full i,
.form-block .form-item i{
	position: absolute;
	top: 20px;
	left: 10px;
	color: #A6A6A6;
	font-size: 16px;
}
.form-block .form-item-full label{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    padding-bottom: 10px;
}
.form-block .form-item-full textarea{
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    padding: 20px 40px;
    height: 200px;
}
.form-block a.submit{
    display: block;
    margin-top: 50px;
    text-align: center;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.form-block a.submit i{
	font-size: 14px;
}
.content-form{
	margin-top: 100px;
}

.map{
	max-height: 50vw;
	height: 650px;
	margin-top: 80px;
}
.BMap_mask{
	opacity: 0;
}
.infoWindow {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.8;
}
.infoWindow strong {
	display: block;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.BMap_shadow{
	display: none;
}

.company-info .info1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: ease all .2s;

}
.company-info .info1 div{
	padding-right: 10px;
}
.company-info .info1>div{
	margin-left: 44px;
}

.products-main{
	border-top: 1px solid #e2e2e2;
	padding-top: 72px;
	margin-top: 65px;
}
.products-main .warp{
	width: 1730px;
}
.products-main .title{
	font-size: 26px;
	color: #B2B2B3;
	text-transform: uppercase;
	font-weight: 500;
}
.products-main .block{
	position: relative;
}
.products-main .block:first-child:after{
	content: '';
	height: 60%;
	position: absolute;
	left: 0;
	top: 20%;
	border-left: 1px solid #AAAAAA;	
}
.products-main .block:first-child .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-main .block:first-child .item .info{
	line-height: 2.0;
	font-size: 14px;
	color: #8C8C8C;
	padding: 0 110px 0 155px;
}

.products-main .block:first-child .drop{
	transform: translateY(-100px);
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.products-main .block:first-child .drop .dh-1{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.products-main a.link{
	display: inline-block;
	padding: 16px 34px;
	font-size: 14px;
	color: #48494B; 
	border: 1px solid #AAAAAA;
	transition: ease all .3s;
}
.products-main a.link:hover{
	color: #5EB3E4;
	border-color: #5EB3E4;
	transform: translateX(10px);
}
.products-main .block:first-child .drop .dh-1 a i{
	font-size: 12px;
	margin-left: 15px;
}
.products-main .block:first-child .drop .dh-3{
	width: 515px;
	padding-top: 200px;
	font-size: 20px;
	color: #8C8C8C;
	text-transform: uppercase;
	line-height: 2;
}
.products-main .block:nth-child(2){
	border-top: 1px solid #eee;
}

.products-main .block:nth-child(2) .item{
	padding-top: 70px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.dw1{
	width: 70%;
}
.dw2{
	width: 30%;
	padding-left: 80px;
	padding-right: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.dw2 .img{
	margin-bottom: 80px;
}
.dw2 .info{
	line-height: 2.0;
	font-size: 14px;
	color: #8C8C8C;
	position: relative;
}
.dw2:after{
	content: '';
	height: 90%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 1px solid #AAAAAA;	
}
.dw3{
	margin-top: 20px;
	text-align: right;
}
.products-main .block:last-child{
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px solid #eee;
}

.products-main .block:last-child .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-main .block:last-child .item .dw4{
	width: 50%;
}
.products-main .block:last-child .item .dw4 .info{
	padding: 0 110px 0 155px;
	line-height: 2.0;
	font-size: 14px;
	color: #8C8C8C;
	position: relative;
}

.dw4{
	position: relative;
}
.dw4:after{
	content: '';
	height: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 1px solid #AAAAAA;	
}
.dw5{
	margin-top: 80px;
}
.join{
	padding: 100px 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.jobs-main{
	display: flex;
	justify-content: flex-end;
}
.join .jobs-list{
	width: 100%;
	max-width: 1000px;
}
.join .jobs-list .jobs-item{
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}
.join .jobs-list .jobs-item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.join .jobs-list .jobs-item a:hover{
	color: #5eB3E4;
}
.join .jobs-list .jobs-item i{
	font-size: 12px;
}
.job-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job-detail .de1 h2{
	font-size: 32px;
	font-weight: 700;
	color: #363636;
}
.job-detail .de2{
	font-size: 17px;
	line-height: 2;
	color: #363636;
	margin: 80px 0 30px 0;
}
.job-detail a.back-list{
	margin-top: 20px;
}
.job-detail .de3{
	width: 55%;
	padding-left: 50px;
	border-left: 1px solid #DBE4F4;
	font-size: 14px;
	color: #000;
}


.pd-main{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}
.pd-item{
	width: 33.333333%;
	padding: 0 2px;
}
.pd-pic{
	overflow: hidden;
}
.pd-pic img{
	transition: cubic-bezier(.77,0,.175,1) all 1.2s;
}
.pd-pic:hover img{
	transform: scale(1.1);
}
.pd-info{
	margin: 48px 0;
	position: relative;
	color: #333;
	transition: ease all .2s
}
.pd-info a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pd-info h4{
	font-size: 18px;
	margin-bottom: 17px;
}
.pd-info p{
	font-size: 14px;
}
.pd-info:hover{
	color: #5eB3E4
}
.breadcrumbs{
	display: flex;
	justify-content: flex-end;
}
.breadcrumbs ul li{
	display: inline-block;
	margin-left: 30px;
}
.breadcrumbs ul li a{
	font-size: 16px;
	color: #363636;
}
.breadcrumbs ul li.on a{
	color: #5eB3E4
}
.breadcrumbs ul li span{
	padding-left: 16px;
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li span:after{
	content: '·';
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 40px;
	display: inline-block;
	line-height: 0;
}
.service .service-warp{
	width: 100%;
	padding: 0 130px;
}
.produce{
	width: 100%;
	margin-top: 150px;
	display: flex;
	padding: 0 150px;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: translateX(-130px);
	position: relative;
}
.produce:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 630px;
	background-color: #F2F9FD;
}

.prd1,
.prd2{
	width: 50%;
	font-size: 14px;
	color: #5C5C5C;
	padding: 0 50px;
	line-height: 2.5;
	transform: translateY(0px);
}
.prd-top1{
	    width: 270px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: #47484A;
    line-height: 1;
}
.prd-top1 svg {
    width: 115px;
    height: 38px;
    fill: #56B3E4;
}
.prd-top1 span {
    padding-left: 24px;
    margin-left: 20px;
    position: relative;
}
.prd-top1 span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #56B3E4;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.num-group{
    padding-top: 80px;
    max-width: 600px;
    margin: auto;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.num-group span{
    font-size: 60px;
        font-family: "Akrobat-SemiBold";
    margin-left: 14px;
    line-height: 1;
    display: inline-block;
}
.num-group i{
    font-style: normal;
    font-size: 14px;
    vertical-align: top;
    line-height: 25px;
}
.num-group p{
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}


#research{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.rd1{
	width: 35%;
	position: relative;
	z-index: 2;
}
.rd2{
	padding-left: 11%;
	width: 65%;
	position: relative;
	transform: translateY(30%);
}
.rd2:before{
	content: '';
	position: absolute;
	background-color: #F7F6F0;
	width: calc(100% + 100px);
	height: 60%;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.rd3{
	margin-top: calc(7vw + 20px);
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2;
}
.rd1 .swiper-btn-prev{
	position: absolute;
	top: calc(100% + 20px);
	right: 200px;
	width: 40px;
	height: 40px;
	border: 1px solid #8D8D8D;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease all .3s;
}
.rd1 .swiper-btn-next{
	position: absolute;
	top: calc(100% + 20px);
	right: 120px;
	width: 40px;
	height: 40px;
	border: 1px solid #8D8D8D;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease all .3s;
}
.rd1 .swiper-btn-prev:hover,
.rd1 .swiper-btn-next:hover{
	border-color: #5eB3E4;
	color: #5eB3E4;
}
.rd1 .swiper-button-disabled{
	border-color: #e3e3e3;
	color: #e3e3e3;
}
.service-fix{
	margin-top: 200px;
}
.sd1{
	margin-top: 100px;
	width: 100%;
	height: 795px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sd1 .block{
	width: 100%;
	max-width: 800px;
	padding: 77px 50px;
	border: 1px solid rgb(255 255 255 / 37%);
	position: relative;
	text-align: center;
	line-height: 2.5;
	color: #fff;
	font-size: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.sd1 .block:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid rgb(255 255 255 / 37%);
	position: absolute;
	top: -17px;
	left: -17px;
}
#customer .partner{
	margin: auto;
	margin-top: 100px;
	width: 100%;
    max-width: 1200px;
	display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.partner .item {
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #A9A9A9;
    transition: ease all .3s;
    background-color: rgb(255 255 255 / 8%);
    padding: 10px;
}
.partner .item img{
    transition: ease all .3s;
    filter: invert(50%);
    max-height: 100px;
}
.partner .item:hover{
    transform: scale(1.05);
}
.partner .item:hover img{
    filter: invert(0%);
}
.partner-grid{
    width: 25%;
    padding: 0 25px;
    margin-top: 50px;
}
@media (max-width: 1730px){
	.products-main .block:first-child .item  .info+img{
		width: 50%;
	}
	.products-main .block:first-child .drop{
		transform: translateY(0px);
		flex-wrap: wrap;
	}
	.products-main .block:first-child .drop .dh-1{
		width: 100%;
		margin: 50px 0;
	}
	.products-main .block:first-child .drop .dh-2{
		width: 100%;
		text-align: center;
		padding-left: 50px;
	}
	.products-main .block:first-child .drop .dh-3{
		width: 100%;
		padding-top: 50px;
	}
}
@media (max-width: 1366px){
	.banner .nav li{
		font-size: 15px;
		padding-top: 15px;
		margin: 0 30px;
	}
	.group-info,
	.group-pic{
		width: 100%;
		transform: translateY(0px);
	}
	.group-info{
		padding: 0;
		padding-top: 80px;
		padding-right: 22%;
		margin-bottom: 50px;
	}
	.group-info .top{
		left: 0;
	}
	.group{
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.group-info .r-img{
		top: 100px;
		width: 20%;
	}
.products-main .block:first-child .item{
	flex-wrap: wrap;
}
	.products-main .block:first-child .item .info{
		width: 70%;
		padding-right: 0;
		margin: 50px 0;
	}
	.products-main .block:first-child:after,
	.dw2:after,
	.dw4:after{
		display: none;
	}
	.products-main .block:nth-child(2) .item .dw2{
    	width: 70%;
    }
    .dw2 .img{
    	margin-bottom: 20px;
    }
    .products-main .block:last-child .item{
    	flex-wrap: wrap;
    }
    .products-main .block:last-child .item .dw4{
    	width: 70%;
    	margin-top: 50px;
    }
    .company-info{
    	font-size: 12px;
    	padding-left: 0;
    	padding-right: 0;
    	max-width: 600px;
    	margin-left: auto;
    	margin-right: auto;
    }
    .company-info h2{
    	line-height: 1.5;
    	font-size: 18px;
    }
    .company-info .info1{
    	width: 100%;
    	margin-bottom: 50px;
    }
    .service .service-warp{
    	padding: 0 50px;
    }
    .produce{
    	padding: 0;
    	transform: translateX(-50px);
    }
}
@media (max-width: 899px){
	.num-group{
		width: 300px;
    	padding-top: 50px;	
    }
    .num-group span{
    	font-size: 40px;
    }
    .prd1, .prd2{
    	padding: 0 25px;
    }
    .rd1{
    	width: 70%;
    }
    .rd2{
    	width: 100%;
    	padding-left: 50px;
    	transform: translateY(0);
    }
    .rd3{
    	width: 50%;
    }
    .rd1 .swiper-btn-next,
    .rd1 .swiper-btn-prev{
    	top: unset;
    	right: calc(100% + 10px);
    	width: 30px;
    	height: 30px;
    	font-size: 12px;
    }
    .rd1 .swiper-btn-next{
    	bottom: 0;
    }
    .rd1 .swiper-btn-prev{
    	bottom: 50px;
    }
}
@media (max-width: 1299px){
    .partner-grid{
        padding: 0 10px;
        margin-top: 20px;
    }
    .blog-item .title{
    	font-size: 16px;
    	margin: 25px 0;	
    }
    .blog-item .link,
    .blog-item .des{
    	font-size: 13px;
    }
    .blog-item{
    	padding: 43px 35px;
    }
     .team .block .item{
    	padding: 0 20px;
    }
}
@media (min-width: 769px){
	.blog-grid:nth-child(3n+1){
		transform: translateY(100px);
	}
	.blog-grid:nth-child(3n){
		transform: translateY(100px);
	}
}
@media (max-width: 768px){
	.banner .nav{
		bottom: 0px;
	}
	.banner .nav ul{
		padding-bottom: 20px;
		overflow: scroll;
		white-space: nowrap;
	}
    .event-main .event{
    	padding-left: 30px;
    }
    .event-main .event span{
    	margin-right: 50px;
    }
    .products-main .block:first-child .item .info{
    	padding-left: 50px;
    	width: 100%;
    }
    .products-main .block:first-child .item .info+img{
    	width: 80%;
    }
    .products-main .block:first-child .drop .dh-2{
    	padding-left: 0;
    }
    .products-main .block:first-child .drop .dh-3{
    	font-size: 13px;
    	line-height: 1.7;
    }
    .products-main a.link{
    	font-size: 12px;
    }
    .products-main .block:nth-child(2) .item{
    	flex-wrap: wrap;
    }
    .products-main .block:nth-child(2) .item .dw2{
    	width: 100%;
    	margin-bottom: 50px;
    	padding: 0;
    	padding-right: 70px;
    }
    .products-main .block:first-child .drop .dh-1{
    	margin: 20px 0;
    }
    .products-main .block:nth-child(2) .item .dw1,
    .products-main .block:last-child .item .dw4{
    	width: 100%;
    }
    .products-main .block:last-child .item .dw4 .info{
    	padding-right: 0;
    	padding-left: 50px;
    }

    .job-detail .de1{
    	width: 100%;
    	margin-bottom: 80px;
    }
    .job-detail .de2{
    	margin: 30px 0;
    }
    a.back-list{
    	font-size: 13px;
    	    padding: 14px 0px;
    width: 140px;
    margin-top: 0;
    }
    .job-detail .de3{
    	width: 100%;
    }
    .pd-item{
    	width: 50%;
    }
    .produce{
    	transform: translateX(0px)
    }
    .service .service-warp{
    	padding: 0 20px;
    }
    .sd1 .block{
    	line-height: 2;
    	font-size: 20px;
    }
     .partner-grid{
        width: 50%;
    }
    .blog-grid{
    	width: 50%;
    }
    .team .block .item{
    	width: 100%;
    	padding: 0;
    }
    .team .block{
    	margin-bottom: 0;
    }
   .blog-detail .top .title{
   	font-size: 28px;
   }
   .form-block .form-item{
   	margin-bottom: 40px;
   }
}

@media (max-width: 499px){
	.banner .nav li{
		font-size: 13px;
	}
	.event-main .event{
		height: 100px;
		font-size: 13px;
	}
	.event-main .event span{
		font-size: 17px;
	}
	.year-line li {
	    font-size: 13px;
	    width: 70px;
	}
	.products-main .title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.job-detail .de1 h2{
		font-size: 22px;
	}
	.job-detail .de3{
		padding-left: 25px;
	}
	.company-info .info1{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.company-info .info1>div{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.pd-main{
		margin-top: 50px;
	}
	.pd-item{
    	width: 100%;
    }
    .breadcrumbs ul li{
    	margin-left: 10px;
    }
    .breadcrumbs ul li a{
    	font-size: 13px;
    }
    .prd1, .prd2{
    	font-size: 12px;
    	line-height: 2;
    }
    .prd2{
    	margin-top: 50px;
    }
    #customer{
    	padding-bottom: 0;
    }
    .blog-grid{
    	width: 100%;
    }
    .blog-detail .top .title{
   	font-size: 20px;
   }
   .blog-detail .top .date{
   	font-size: 15px;
   }
   .blog-detail .edit *{
   	font-size: 13px;
   }
   .blog-actions{
   	font-size: 12px;
   }
   .form-block .form-item{
   	width: 100%;
   }
}

