﻿/*
 *	Created by Edward on 23/11/08
 *	Copyright (c) 2023 ishutime.com All rights reserved
*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype');
}

@font-face {
	font-family: SourceHanSans;
	/* src: url(../fonts/SourceHanSansCN-Regular.TTF); */
	/*src:url("https://website-ishutime.oss-cn-chengdu.aliyuncs.com/SourceHanSansCN-Medium.otf");*/
}

@font-face {
	font-family: alibaba;
	
	/* src: url(../fonts/Alibaba-PuHuiTi-Light.otf); */
	/*src: url("https://website-ishutime.oss-cn-chengdu.aliyuncs.com/Alibaba-PuHuiTi-Light.otf");*/
}

.gw_sx{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 2vw;
    z-index: 10;
}

.sx_box{
    width: 200px;
    height: auto;
    position: relative;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    padding:10px 20px;
    margin: 0px 0.5vw;
}

.sx_box .sx_current{
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    line-height: 40px;
    z-index: 2;
    cursor: pointer;
}

.sx_list{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 60px;
    background: #0067ae;
    padding: 10px;
    line-height: 25px;
    display: none;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .05);
    color: #fff;
    font-size: 14px;
}

.sx_list p{
    cursor: pointer;
    line-height: 30px;
    opacity: 0.75;
}

.sx_list p:hover{
    opacity: 1;
}

.sx_box.active .sx_list{
    display: block;
}

.sx_box:after{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    background: url(../images/jt_icon_down.png) no-repeat;
    background-size: cover;
    content: '';
}

.joblist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.joblist a{
    width: calc(25% - 15px);
    height: auto;
    position: relative;
    background: #fff;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition:all 0.6s;
}

.joblist.two a{
    width: calc(50% - 10px);
}

.joblist.three a{
    width: calc(33.33% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
}

.joblist.three a:nth-child(4n){
    margin-right: 18px;
}

.joblist.three a:nth-child(3n){
    margin-right: 0px;
}

.joblist.two a:nth-child(2n){
    margin-right: 0%;
}

.joblist a:hover{
    box-shadow: 10px 10px 30px rgba(0,0,0,.1);
}

.joblist a:nth-child(4n){
    margin-right: 0%;
}

.joblist a .title{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.joblist a .title .icon{
    width: 20px;
    height: 20px;
    position: relative;
    background: #0067ae;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-top: 2.5px;
}
.joblist a .title .name{
    width: calc(100% - 25px);
    margin-left: 5px;
    line-height: 25px;
    position: relative;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
}

.joblist a .bk{
    width: 100%;
    margin-top: 15px;
    opacity: 0.3;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.joblist a .bk span{
    margin: 0px 10px;
    background: rgba(0, 0, 0, .3);
    width: 1px;
    height: 15px;
    display: block;
}


@font-face {
	font-family: montserrat;
	src: url(../fonts/Poppins-Bold.ttf);	
}

@font-face {
	font-family: din;
	src: url(../fonts/DIN-Condensed-Bold.ttf);	
}

html,
body {
	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";

	color: #272727;
}

.menu_btn{
	outline: none;
}

input,
textarea {
	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}



.video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.video video{
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

.bannerSwiper{
	width: 100%;
	height: 100vh;
	position: relative;
}

.bannerSwiper::after{
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	z-index: 2;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.bannerSwiper .pic{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 1s;
}
.bannerSwiper .swiper-slide{
	overflow: hidden;
}

.bannerBar{
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0%;
	z-index: 5;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
}
.bannerBar .item{
	width: calc(100% / 3);
	height: auto;
	padding: 35px 25px;
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	align-items: center;
	position: relative;
	-webkit-transition: all .5s;
}

.bannerBar .item:hover,.bannerBar .item.active{
	background: rgba(255, 255, 255, .1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
}


.bannerBar .item::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #0067ae;
}

.bannerBar .item.active::after{
	-webkit-transition: all 5s linear;
	width: 100%;
}

.bannerBar .item:nth-child(3){
	border-right: none;
}
.bannerBar .item .info{
	width: calc(100% - 60px);
	display: block;
	line-height: 1.6;
}
.bannerBar .item .info p{
	font-family: BrownBlod;
	opacity: .7;
	font-size: 14px;
}
.bannerBar .item .info b{
	font-weight: normal;
	font-size: 20px;
}
.bannerBar .item .icon{
	width: 60px;
	height: 60px;
	position: relative;
}
.bannerBar .item .icon svg{
	width: 60px;
	height: 60px;
}

.bannerBar .item .icon::after{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/bannerIcon.png) no-repeat;
	background-size: cover;
	content: '';
	-webkit-transition: all .45s;
}

.bannerBar .item:hover .icon::after,.bannerBar .item.active .icon::after{
	-webkit-transform: rotate(90deg);
}

.bannerBar .item .icon .svg__circle-inner {
	stroke: #ffffff;
	fill: #fff;
	transition: all 0.3s ease;
}
.bannerBar .item:hover .icon .svg__circle,.bannerBar .item.active .icon .svg__circle {
	stroke: #ffffff;
	stroke-dasharray: 75;
	stroke-dashoffset: 0;
	-webkit-animation: progress 2s ease 1 forwards;
	animation: progress 2s ease 1 forwards;
}
.bannerBar .item:hover .icon .svg__circle-inner,.bannerBar .item.active .icon .svg__circle-inner {
	fill: #2b2d42;
	stroke: #ffffff;
}

@-webkit-keyframes progress {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}

	95%,100% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}

.header{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 10;
	padding: 20px 3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transform: translateY(0%);
	-webkit-transition: all .5s;
}

.header.active{
	-webkit-transform: translateY(-100%);
}

.wecht{
	width: 45px;
	height: 45px;
	position: relative;
	background: rgba(0, 0, 0, .35);
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: rgba(255,255,255,1);
	font-size: 24px;
	cursor: pointer;
}

.wecht::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: #0062ad;
	border-radius: 50%;
	-webkit-transition: all .45s cubic-bezier(0.175, 0.885, 0.32, 1.275);

	-webkit-transform: scale(0.5);
	opacity: 0;
}

.wecht:hover::before{
	-webkit-transform: scale(1);
	opacity: 1;
}

.wecht .icon{
	width: 20px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.wecht .img{
	width: 100px;
	height: auto;
	position: absolute;
	background: #fff;
	left: 50%;
	top: 69px;
	margin-left: -50px;
	border-radius: 5px;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
	visibility: hidden;
}

.wecht:hover .img{
	top: 60px;
	opacity: 1;
	visibility: visible;
}

.wecht .img::after{
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	content: '';
}
.wecht .img img{
	border-radius: 5px;
}
.header::before {
    width: 100%;
    height: 14vw;
    position: absolute;
    left: 0%;
    top: 0%;
    content: '';
    background: url(../images/shadow.png) top center no-repeat;
	background-size: cover;
    pointer-events: none;
	opacity: 0.5;
}

.logo{
	width: 180px;
	display: flex;
	position: relative;
}

.logo img:nth-child(2){
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: 0;
}

.nav{
	width: 60%;
	position: relative;
}

.slogan{
	width: 100%;
	height: auto;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 3.5vw;
	letter-spacing: 0.5vw;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	font-family: alibaba;
	display: flex;
	justify-content: center;
}

.slogan p{
	margin-left: 1.5vw;
}

.nav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav ul li{
	width: calc(100% / 6);
	position: relative;
	text-align: center;
	font-size: 18px;
}

.nav ul li .firstLab{
	width: 100%;
	position: relative;
}

.nav ul li .firstLab::after{
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: 0px;
	content: '';
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav ul li:hover .firstLab::after{
	width: 50px;
	margin-left: -25px;
}

.nav ul li .second{
	width: 120px;
	left: 50%;
	margin-left: -60px;
	height: auto;
	position: absolute;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(5px);
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	
}

.nav ul li:hover .second{
	-webkit-transition: all .85s;
	opacity: 1;
	visibility: visible;
}
.nav ul li .second a{
	line-height: 35px;
	font-size: 16px;
	-webkit-transform: translateY(5px);
	opacity: 0;
	position: relative;
}

.nav ul li .second a p{
	color: rgba(255, 255, 255, .75);
	-webkit-transition: all .35s;
}

.nav ul li .second a::after{
	width: 0px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	content: '';
	bottom: 0px;
	background: rgba(255, 255, 255, .3);
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav ul li .second a:hover::after{
	width: 60px;
	margin-left: -30px;
}

.nav ul li .second a:hover p{
	color: rgba(255, 255, 255, 1);
}

.nav ul li:hover .second a:nth-child(2){
	-webkit-transition: all .5s ease .1s;
}

.nav ul li:hover .second a:nth-child(3){
	-webkit-transition: all .5s ease .2s;
}

.nav ul li:hover .second a:nth-child(4){
	-webkit-transition: all .5s ease .3s;
}

.nav ul li:hover .second a:nth-child(5){
	-webkit-transition: all .5s ease .4s;
}
.nav ul li:hover .second a:nth-child(6){
	-webkit-transition: all .5s ease .5s;
}

.nav ul li:hover .second a{
	-webkit-transition: all .5s ease 0s;
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.nav ul li a{
	display: block;
	overflow: hidden;
	position: relative;
	color: #fff;
	line-height: 50px;
}

.nav ul li a p{
	/* margin-left: -10px;
	padding-left: 10px; */
	white-space: nowrap;
}
.nav ul li a p::after{
	/* content: attr(data-text);
	padding-left: 10px;
	position: absolute; */
}

.nav ul li a:hover p{
	/* animation: loop-link 2s linear infinite; */
}


@-webkit-keyframes loop-link{
	0% {
	    transform: translateX(0);
	}
	100% {
	    transform: translateX(-100%);
	}
}


.home-pagi .swiper-pagination-bullet{
	background: #fff;
	width: 14px;
	height: 4px;
	border-radius: 5px;
	margin: 10px 0px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
}

.home-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
	right: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 24px;
	justify-content: flex-end;
}

.bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	-webkit-transition: 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
	/* -webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%); */
}





.bg span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 3s;
	-webkit-transform: scale(1.2);
}

.mainSwiper{
	height: 100vh;
}

.mainSwiper>.swiper-wrapper>.swiper-slide{
	
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: hidden;
	-webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%);
}


.mainSwiper>.swiper-wrapper>.swiper-slide.swiper-slide-active{
	
	-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
}

.swiper-slide-active .bg{
	/* -webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%); */
}
.swiper-slide-active .bg span{
	-webkit-transform: scale(1);
}

.iconBox {
	position: absolute;
	width: 60px;
	color: white;
	top: 75%;
	left: 50%;
	margin-left: -30px;
	cursor: pointer;
	height: 60px;
	-webkit-transition: all .6s;
	display: none;
}

.iconBox::before{
	width: 50px;
	height: 50px;
	background: #0062ad;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	content: '';
	-webkit-animation: scaleAnimate 1s linear infinite;
}

@-webkit-keyframes scaleAnimate{
	0%{
		-webkit-transform: scale(1);
		opacity: 0;
	}
	50%{
		opacity: 0.5;
		-webkit-transform: scale(1.5);
	}
	100%{
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

.iconBox.active{
	display: none;
}


.iconBox::after {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	background:rgba(0,98,173,.5) url(../images/play_icon.png) no-repeat;
	border-radius: 50%;
	background-size: auto 100%;
	content: '';
	-webkit-transform: translate(-50%, -50%);
}


.first_news{
	width: 45%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 30%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.dc_list{
	width: 30%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 30%;
}

.dc_list .first_news{
	width: 100%;
	left: 0%;
	top: 0%;
	position: absolute;
	pointer-events: none;
}

.dc_list .first_news.active{
	pointer-events: all;
}

.hs_title{
	font-size: 1vw;
	position: relative;
	margin-bottom: 0.5vw;
	line-height: 20px;
	width: auto;
	display: inline-flex;
}

.hs_title::after{
	width: 50px;
	height: 1px;
	position: absolute;
	right: -60px;
	top: 50%;
	content: '';
	background: #3e3e3e;
}

.hs_title.show::after{
	width: 0px;
	right: -10px;
}

.swiper-slide-active .hs_title.show::after{
	width: 50px;
	right: -60px;
	-webkit-transition: all 1s ease 1.6s;
}

.first_news .name{
	width: 100%;
	position: relative;
	font-size: 1.8vw;
	font-weight: bold;
	margin-bottom: 1vw;
}
.first_news .des{
	font-size: 16px;
	line-height: 2;
	position: relative;
}
.commonMore{
	background: #fff;
	border: none;
	color: #0067ae;
	margin-top: 70px;
	-webkit-transition: all 0.5s;
}


.commonMore.blue{
	background: #0067ae;
	color: #fff;
}
.commonMore:hover{
	
}

.commonMore.blue:hover p{
	color: #0067ae;
}

.commonMore:hover p{
	color: #fff;
}

.commonMore .icon{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 18%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	background: url(../images/icon.png) no-repeat;
	background-size: cover;
	background-position: -25px 0px;
	-webkit-transition: all .4s;
	border-radius: 50%;
	overflow: hidden;
}

.commonMore:hover .icon{
	left: 16%;
}

.commonMore:hover p{
	left: 42%;
}

.commonMore.blue::before{
	background: #ffffff;
}

.commonMore::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #0067ae;
	border-radius: 50px;
	-webkit-transition: all .45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	
	-webkit-transform: scale(0);
	opacity: 0;
}

.commonMore:hover::before{
	-webkit-transform: scale(1.05);
	opacity: 1;
}

.commonMore p{
	position: absolute;
	left: 40%;
	width: auto;
	line-height: 25px;
	top: 50%;
	-webkit-transition: all .4s;
	-webkit-transform: translateY(-50%);
}

.commonMore:hover .icon{
	background-position: 0px 0px;
}
.commonMore.blue:hover .icon{
	background-position: -25px 0px;
}
.commonMore.blue .icon{
	background-position: 0px 0px;
}

.commonMore.blue:hover .icon{
	background-position: -25px 0px;
}

.commonMore:hover{
	/* background: #fff; */
	
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}


.news_focus{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 2vw;
}

.swiper-slide.slide2{
	display: flex;
	align-items: center;
}

.news_focus ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news_focus ul li{
	width: 23.5%;
	height: auto;
	position: relative;
	margin-right: 2%;
	-webkit-transition: all 0.5s;
}

.news_focus.inner ul li{
	margin-bottom: 2.5vw;
	width: 32%;
}

.news_focus ul li::after{
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #0062ad;
	-webkit-transition: all .5s;
}

.news_focus ul li:hover::after{
	width: 100%;
}

.news_focus ul li:nth-child(even) a{
	-webkit-transition-delay: 1s;
}

.news_focus ul li:nth-child(3n) a{
	-webkit-transition-delay: 1.1s;
}

.news_focus ul li:nth-child(4n){
	margin-right: 0%;
}

.news_focus.inner ul li:nth-child(4n){
	margin-right: 2%;
}

.news_focus.inner ul li:nth-child(3n){
	margin-right: 0%;
}

.swiper-slide-active .news_focus ul li a{
	-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
	-webkit-transform: translateY(0px);
}
.news_focus ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%);
	-webkit-transform: translateY(25px);
	/* -webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%); */
	-webkit-transition: 1.2s cubic-bezier(0.215, 0.610, 0.355, 1) 0.9s;
}


.news_focus.inner ul li a{
	-webkit-transition: 1.2s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.news_focus.inner ul li:nth-child(even) a{
	-webkit-transition-delay: 0.1s;
}

.news_focus.inner ul li:nth-child(3n) a{
	-webkit-transition-delay: 0.2s;
}

.news_focus ul li:hover{
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
}

.news_focus ul li a.is-inview,.news_focus ul li a.is-inview .name,.news_focus ul li a.is-inview .time,.news_focus ul li a.is-inview .des{
	-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
	-webkit-transform: translateY(0px);
}

.news_focus ul li a .pic{
	width: 100%;
	height: 100%;
	position: relative;
}
.news_focus ul li a .pic{
	-webkit-transform: scale(1);
	-webkit-transition: all 0.6s;
}
.news_focus ul li a:hover .pic{
	-webkit-transform: scale(1.05);
}

.news_focus ul li a .info{
	padding: 15px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.news_focus ul li a .name{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 15px;
}

.news_focus ul li a .time{
	font-size: 12px;
	line-height: 25px;
	opacity: .5;
}
.news_focus ul li a .icon{
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
.slide3 .img{
	width: 30%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-clip-path:circle(0%);
	-webkit-transition: all 3s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
}
.slide3 .img img{
	opacity: 0;
	-webkit-transition: all 1s;
	-webkit-transform: scale(1.05);
}

.slide3 .img img.active{
	opacity: 1;
	-webkit-transform: scale(1);
}

.slide3 .img img:nth-child(2){
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0%;
}

.swiper-slide-active.slide3 .img{
	-webkit-clip-path:circle(80%);
}

.slide3 .content{
	width: 42%;
	position: absolute;
	right: 15%;
	top: 55%;
	-webkit-transform: translateY(-50%);
}
.slide3 .content .singePage{
	font-size: 18px;
}
.hs_name{
	width: 100%;
	position: relative;
	font-size: 2.5vw;
	font-weight: bold;
	margin-bottom: 1vw;
}

.num_list{
	margin-bottom: 0vw;
	position: relative;
	width: 70%;
}

.num_list ul{
	width: 95%;
	display: flex;
	justify-content: space-between;
}

.num_list ul li{
	width: auto;
	position: relative;
	padding-bottom: 1.3vw;
}

.num_list ul li:nth-child(2) .b{
	width: 200%;
	left: -50%;
}

.num_list ul li .top{
	width: auto;
	display: flex;
	align-items: flex-start;
	color: #0062ad;
	justify-content: center;
	line-height: 1;
	position: relative;
	
}

.num_list ul li .b{
	display: flex;
	justify-content: center;
	font-size: 18px;
	position: relative;
	width: 150%;
	left: -25%;
	bottom: 0%;
}

.news_focus.inner .st_delay10 {
    -webkit-transition-delay: 0.5s;
}
.news_focus.inner .st_delay12{
	-webkit-transition-delay: 0.6s;
}

.num_list ul li .r{
	font-size: 1.2vw;
	position: absolute;
	top: 0.7vw;
	right: -1.4vw;
}

.num_list ul li:last-child .r{
    font-size: 2vw;
    right: -1.5vw;
    top: 0vw;
}
.num_list ul li:first-child .r{

    right: -2.5vw;

}

.num_list ul li .lf{
	font-size: 1.2vw;
	position: absolute;
	bottom: 0.7vw;
	left: -1.4vw;
}


.num_list ul li .l{
	font-family: din;
	font-size: 6vw;
	display: flex;
	justify-content: center;
	position: relative;
}

.service_icon{
	width: 300px;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(5px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
	
	padding: 0px 30px;
	-webkit-transform: translateX(100%);
}

.service_icon ul{
	width: 100%;
	height: auto;
	position: relative;
}

.service_icon ul li{
	width: 100%;
	display: flex;
	margin-bottom: 1.5vw;
	align-items: center;
	position: relative;
}

.swiper-slide-active .service_icon{
	-webkit-transform: translateX(0%);
}

.service_icon ul li a{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.service_icon a .icon{
	width: 60px;
	height: 60px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.service_icon a .info{
	width: calc(100% - 60px);
	height: auto;
	position: relative;
	color: rgba(255, 255, 255, .65);
	-webkit-transition: all .5s;
}

.service_icon a .icon::after{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	content: '';
	background: url(../images/icon2.png) no-repeat;
	background-size: auto 200%;
	
}

.service_icon a .info .cn{
	font-size: 24px;
	line-height: 1.2;
}

.service_icon a .info .en{
	font-size: 12px;
	text-transform: uppercase;
}

.service_icon ul li.active a .icon::after{
	background-position-y: -40px;
}

.service_icon ul li:nth-child(2).active a .icon::after{
	background-position-y: -40px;
}

.service_icon ul li:nth-child(3).active a .icon::after{
	background-position-y: -40px;
}

.service_icon ul li:nth-child(4).active a .icon::after{
	background-position-y: -40px;
}

.service_icon ul li:nth-child(5).active a .icon::after{
	background-position-y: -40px;
}

.service_icon ul li:nth-child(6).active a .icon::after{
	background-position-y: -40px;
}

.service_icon ul li:nth-child(2) a .icon::after{
	background-position: -40px 0px;
}

.service_icon ul li:nth-child(3) a .icon::after{
	background-position: -80px 0px;
}

.service_icon ul li:nth-child(4) a .icon::after{
	background-position: -120px 0px;
}

.service_icon ul li:nth-child(5) a .icon::after{
	background-position: -160px 0px;
}

.service_icon ul li:nth-child(6) a .icon::after{
	background-position: -200px 0px;
}

.service_icon ul li.active a .info{
	width: calc(100% - 75px);
	color: rgba(255, 255, 255, 1);
}

.serieSwiper{
	display: none;
}

.service_icon a .icon::before{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
	content: '';
	border-radius: 50px;
	background: #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	-webkit-transform: scale(0.75) rotate(45deg);
	opacity: 0;
}

.service_icon ul li.active .icon::before{
	border-radius: 5px;
	-webkit-transform: scale(1) rotate(0deg);
	opacity: 1;
}





.service_icon a p{
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
	margin-bottom: 35px;
}
.service_icon .line{
	width: 90px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: -2px;
	border-radius: 5px;
	background: #fff;
	display: block;
	-webkit-transform: translateX(-2px);
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.busniess{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 55%;
	-webkit-transform: translateY(-50%);
}

.busniess ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.busniess ul li{
	width: 20%;
	padding: 50px 35px;
	height: 50vh;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 10px;
	color: #fff;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(2px);
}
.busniess ul li.active{
	width: 56%;
}

.busniess ul li .b_btn{
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(60px);
}

.busniess ul li .b_btn .commonMore{
	margin-top: 0vw;
}

.slide3.swiper-slide-active .b_btn {
    -webkit-transition: all 1s ease 1.5s;
    opacity: 1;
    -webkit-transform: translateY(0px);
}

.busniess ul li .singePage{
	position: relative;
	opacity: 0;
	width: calc(100% - 70px);
	-webkit-transform: translateY(30px);
}

.busniess ul li.active .singePage{
	-webkit-transition: all 1s .75s;
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.busniess ul li.active .b_btn{
	-webkit-transition: all 1s .85s;
	opacity: 1;
	-webkit-transform: translateY(30px);
}

.busniess ul li .singePage p{
	margin-bottom: 0px;
}

.detail_box .singePage p{
    margin-bottom: 0;
}

.detail_box .singePage img{
    width: 100%;
    
}

.busniess ul li .word{
	font-family: montserrat;
	text-transform: uppercase;
	position: absolute;
	left: 35px;
	bottom: 40px;
	font-size: 1vw;
}
.singePage{
	text-align: justify;
}
.commonMore{
	margin-top: 3vw;
}

.slide2 .hs_title::after{
	background: #fff;
}

.num_list ul li .l span{

	display: flex;
	justify-content: center;
}

.num_list ul li .top .icon{
	width: 30px;
	height: auto;
	position: absolute;
	right: -15px;
	bottom: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}


.busniess ul li .hs_name{
	font-size: 2vw;
}

.busniess ul li .hs_title::after{
	background: #fff;
}

.his_line{
	width: 100%;
	height: 476px;
	position: relative;
	background: url(../images/his_line.png) center center no-repeat;
	margin-top: -10vw;
}

.his_line ul{
	width: 80%;
	height: 70%;
	position: absolute;
	left: 10%;
	top: 30%;
}

.his_line ul li{
	width: 160px;
	height: auto;
	position: absolute;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
	cursor: pointer;
}

.his_line ul li:nth-child(1){
	left: 7%;
	top: 64.5%;
}

.his_line ul li:nth-child(2){
	left: 30%;
	top: 69%;
}

.his_line ul li:nth-child(3){
	left: 50%;
	top: 17.5%;
}

.his_line ul li:nth-child(4){
	left: 80%;
	top: 21%;
}

.his_line ul li:hover .dot::after,.his_line ul li.active .dot::after{
	-webkit-transform: scale(1.5);
}

.his_line ul li:hover .dot::before,.his_line ul li.active .dot::before{
	-webkit-transform: scale(2.5);
}

.his_line ul li .txt{
	font-family: din;
	font-size: 20px;
	position: relative;
	height: 20px;
	
}

.his_line ul li .txt p{
	-webkit-transition: all 1s;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.his_line ul li:hover .txt p,.his_line ul li.active .txt p{
	font-size: 36px;
}

.his_line ul li .dot{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -4px;
}
.his_line ul li .dot::before{
	width: 100%;
	height: 100%;
	background: #0563ab;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	-webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.his_line ul li .dot::after{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	-webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #000;
}
.sbg span{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: left center no-repeat;
	background-size: cover;
	-webkit-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
}

.sbg span.active{
	opacity: 0.8;
}

.dc_list .hs_title::after{
	background: #fff;
	width: 0px;
	right: -10px;
}

.dc_list .active .hs_title::after{
	width: 50px;
	right: -60px;
	-webkit-transition: all 1s ease 0.6s;
}

.dc_list .name,.dc_list .des{
	-webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%);
}
.dc_list .hs_title p{
	-webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%);
}
.dc_list .b_btn{
	opacity: 0;
	-webkit-transform: translateY(25px);
}
.dc_list .active .hs_title p, .dc_list .active .name, .dc_list .active .des{
	-webkit-transition: 1.2s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
	-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
}

.dc_list .active .name{
	-webkit-transition: 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.2s;
}
.dc_list .active .des{
	-webkit-transition: 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}
.dc_list .active .b_btn{
	-webkit-transition: all 1s ease .5s;
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.dc_list .des{
	-webkit-line-clamp: 10;
}

.bibg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.bibg span{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transform: scale(1);
	-webkit-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 0;
}

.bibg span.active{
	-webkit-transform: scale(1);
	opacity: 1;
}

.cp{
	width: auto;
	height: auto;
	
}

.slide2 .b_btn{
	opacity: 0;
	-webkit-transform: translateY(30px);
}
.slide2.swiper-slide-active .b_btn {
    -webkit-transition: all 1s ease 1.5s;
    opacity: 1;
    -webkit-transform: translateY(0px);
}

.busniess ul li .hs_title::after{
	width: 0px;
	right: -10px;
}

.busniess ul li.active .hs_title::after{
	width: 50px;
	right: -60px;
	-webkit-transition: all 0.5s ease 0.75s;
}

.mouse_icon{
	width: 150px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 5%;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	z-index: 5;
}
.mouse_icon p{
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.mouse_icon .mouse{
	width: 25px;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.mouse_icon .mouse img{
	-webkit-animation: upAnimate 2s ease infinite;
}

@-webkit-keyframes upAnimate{
	0%,100%{
		-webkit-transform: translateY(-4px);
	}
	50%{
		-webkit-transform: translateY(4px);
	}
}

.mouse_icon .icon{
	width: 12px;
	margin: 0px auto;
}

.mouse_icon .icon img{
	-webkit-animation: upAnimate2 2s ease infinite;
} 

@-webkit-keyframes upAnimate2{
	0%,100%{
		-webkit-transform: translateY(-1px);
	}
	50%{
		-webkit-transform: translateY(3px);
	}
}

.sub_banner {
	width: 100%;
	height: 60vh;
	position: relative;
	background: #000;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: -1px;
}

.sub_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	opacity: 1;
	-webkit-transform:  scale(1.1);
	-webkit-animation: subAnimate 4s ease 1 forwards;
}

@-webkit-keyframes subAnimate {
	0% {
		-webkit-transform:  scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.slogans {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.slogans .cn {
	font-size: 3vw;
	position: relative;
	font-weight: bold;
}



.slogans .en {
	width: 100%;
	font-size: 4vw;
	font-family: montserrat;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255,255,255,.7);
}

.zz{
	width: 100%;
	height: auto;
	position: relative;
}

.zz a{
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}

.zz a:last-child{
	left: 50%;
}

.news_focus.inner{
	margin-top: 0px;
}


.circle{
	width: 110vw;
	height: 110vw;
	position: absolute;
	left: -55vw;
	top: -55vw;
	border-radius: 50%;
	background: rgba(110, 201, 243, .1);
}

.huan{
	width: 30vw;
	height: auto;
	position: absolute;
	right: -10vw;
	bottom: -10vw;
	-webkit-transform: scale(0);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.huan img{
	-webkit-animation: rotateAnimate 2s linear infinite;
}

@-webkit-keyframes rotateAnimate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

.swiper-slide-active .huan{
	-webkit-transform: scale(1);
}
.ks{
	width: 50%;
	height: auto;
	position: absolute;
	left: 40%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.hs_title.w,.hs_name.w{
	color: #fff;
}

.inner_menu{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	-webkit-perspective: 300px;
}

.inner_menu .w1400{
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	height: 75px;
	position: relative;
	align-items: center;
	padding: 0px 25px;
	-webkit-transform: rotateX(50deg);
	-webkit-transform-origin: center bottom; 
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1); 
}

.inner_menu.is-inview .w1400{
	-webkit-transform: rotateX(0deg);
	opacity: 1;
}

.active_menu{
	width: auto;
	display: flex;
	position: relative;
	line-height: 30px;
	color: rgba(0, 0, 0, .35);
}

.active_menu span{
	padding: 0px 5px;
}

.active_menu a{
	color: rgba(0, 0, 0, .35);
}

.active_menu a:hover,.active_menu a.active{
	color: rgba(0, 0, 0, .75);
}

.active_menu .icon{
	width: 30px;
	opacity: 0.1;
	margin-right: 5px;
}

.child_menu{
	width: auto;
	display: flex;
}

.child_menu a{
	padding: 0px 15px;
	position: relative;
	line-height: 75px;
}

.child_menu a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	content: '';
	bottom: 0px;
	background: #0062ad;
	-webkit-transition: all .5s;
}

.child_menu a:hover::after,.child_menu a.active::after{
	width: 100%;
	left: 0%;
}

.child_menu a:hover,.child_menu a.active{
	color: #0062ad;
}

.honors{
	width: 100%;
	height: auto;
	position: relative;
}

.honors ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.honors ul li{
	width: 23.5%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 1.5vw;
}

.honors ul li:nth-child(4n){
	margin-right: 0%;
}

.honors ul li .box{
	padding: 2vw;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	padding-top: 3vw;
}

.honors ul li .box .img{
	max-width: 140px;
	width: 70%;
	height: auto;
	margin: 0px auto;
}
.honors ul li .box .info {
    width: 100%;
    height: auto;
    position: relative;
	margin-top: 10px;
}

.honors ul li .box .info .name {
    line-height: 25px;
    min-height: 75px;
    font-size: 18px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
}

.honors ul li .box .info .name .title{
	line-height: 25px;
	-webkit-line-clamp: 3;
}

.honor_menu{
	width: 100%;
	margin-bottom: 3vw;
	display: flex;
	justify-content: center;
}

.honor_menu a{
	width: auto;
	height: auto;
	line-height: 40px;
	padding: 0px 25px;
	border: 1px solid #0062ad;
	color: #0062ad;
	border-radius: 50px;
	margin: 0px 5px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.honor_menu a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #0062ad;
	border-radius: 50px;
	-webkit-transition: all .45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	z-index: -1;
	-webkit-transform: scale(0.5);
	opacity: 0;
}
.honor_menu a:hover,.honor_menu a.active{
	color: #fff;
}
.honor_menu a:hover::before,.honor_menu a.active::before{
	-webkit-transform: scale(1);
	opacity: 1;
}

.intro_box{
	background: #f4f4f4;
}

.intro_box .w1400{
	display: flex;
	justify-content: space-between;
	direction: rtl;
	
}

.intro_left{
	width: 35%;
	position: relative;
}

.intro_left .img{
	-webkit-clip-path: circle(0%);
	-webkit-transition: all 3s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.intro_left .img.is-inview{
	-webkit-clip-path: circle(80%);
}

.intro_right{
	width: 55%;
	position: relative;
	direction: initial;
}

.sub_name{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 3vw;
	font-size: 2.6vw;
	display: flex;
}

.sub_name p{
	position: relative;
	z-index: 2;
}

.sub_name p::after{
	width: 3vw;
	height: 3vw;
	position: absolute;
	right: -0.5vw;
	top: -0.5vw;
	background: url(../images/circle211.png);
	background-size: cover;
	content: '';
	z-index: -1;
	-webkit-animation: rotateAnimate 2s linear infinite;
}

.intro_right .des{
	font-size: 20px;
	line-height: 1.7;
	position: relative;
	color: #0062ad;
	margin-bottom: 2vw;
}

.intro_right .singePage{
	margin-bottom: 2vw;
}
.intro_word{
	width: 100%;
	height: 200px;
	position: relative;
	padding-left: 5px;
	display: flex;
	align-items: flex-end;
}

.intro_word::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0px;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.intro_word .words{
	width: auto;
	writing-mode: tb-rl;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	bottom: 3px;
	color: rgba(0, 0, 0, .4);
}

.intro_word .icon{
	width: 30px;
	height: 20px;
	position: absolute;
	left: -15px;
	bottom: 0px;
	background: #f4f4f4;
	line-height: 20px;
	text-align: center;
	z-index: 2;
}

.indus_box{
	height: 100vh;
	position: relative;
	padding: 0px;
	width: 100%;
	padding: 0px 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0vw;
}

.indus_box::before{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f4f4f4;
	content: '';
}

.indus_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	overflow: hidden;
}

.gySwiper{
	display: none;
}

.indus_bg img{
	object-fit: cover;
	height: 100%;
}

.sub_name.w{
	color: #fff;
}
.sub_name.c{
	justify-content: center;
}

.sub_name.pos{
	position: absolute;
	top: 10vw;
}

.indus_list{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 5vw;
}

.indus_list a{
	display: block;
	position: relative;
	text-align: center;
	width: 120px;
	color: #fff;
}

.indus_list a.st_fadeUp{
	-webkit-transition: all 1s ease 0.1s;
}

.indus_list a:nth-child(even).st_fadeUp{
	-webkit-transition: all 1s ease 0.3s;
}

.indus_list a:nth-child(3n).st_fadeUp{
	-webkit-transition: all 1s ease 0.5s;
}

.indus_list a:hover .icon{
	background: #fff;
}

.indus_list a:hover .icon::after{
	background-position: 0px -40px;
}

.indus_list a:nth-child(2):hover .icon::after{
	background-position: -40px -40px;
}

.indus_list a:nth-child(3):hover .icon::after{
	background-position: -80px -40px;
}

.indus_list a:nth-child(4):hover .icon::after{
	background-position: -120px -40px;
}

.indus_list a:nth-child(5):hover .icon::after{
	background-position: -160px -40px;
}

.indus_list a:nth-child(6):hover .icon::after{
	background-position: -200px -40px;
}

.indus_list a .icon{
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all .35s;
}

.indus_list a .txt{
	font-size: 16px;
}

.indus_list a .icon::after{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/icon2.png) no-repeat;
	background-size: auto 200%;
	content: '';
}

.indus_list a:nth-child(2) .icon::after{
	background-position: -40px 0px;
}

.indus_list a:nth-child(3) .icon::after{
	background-position: -80px 0px;
}


.indus_list a:nth-child(4) .icon::after{
	background-position: -120px 0px;
}

.indus_list a:nth-child(5) .icon::after{
	background-position: -160px 0px;
}

.indus_list a:nth-child(6) .icon::after{
	background-position: -200px 0px;
}


.history_box{
	padding-bottom: 20vw;
}

.history_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
}

.num_list.half{
	width: 600px;
	position: relative;
	z-index: 5;
}

.num_list.half ul li .top{
	color: #fff;
}

.num_list.half ul li .b{
	color: #fff;
}

.his_info{
	width: 30%;
	position: relative;
	margin-left: 60%;
	color: #fff;
}

.his_info .his_singe{
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

.his_info .his_singe.active{
	
}

.his_info .his_singe.active .name,.his_info .his_singe.active .singePage{
	-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
	-webkit-transition: 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	-webkit-transform: translateY(0px);
}

.his_info .name{
	font-size: 4vw;
	padding-left: 15px;
	font-family: din;
	-webkit-transform: translateY(5px);
}
.his_info .singePage{
	-webkit-transform: translateY(10px);
}
.his_info .singePage p{
	margin-bottom: 0px;
	position: relative;
	padding-left: 15px;
}
.his_info .singePage p::after{
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0px;
	border-radius: 50%;
	content: '';
	background: #fff;
	top: 12px;
}

.culture_box{
	background: url(../images/cultrue_bg.jpg) center bottom no-repeat;
}

.culture_box .singePage{
	margin-bottom: 3vw;
	width: 80%;
	margin-left: 10%;
	font-size: 18px;
	text-align: center;
}

.p4padding{
	padding-top: 3vw;
}

.honor_menu{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
}
.footer{
	position: relative;
	background: url(../images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0px 0px;
	color: rgba(255,255,255,.5);
	font-size: 14px;
}

.footer a{
	color: rgba(255, 255, 255, .5);
}

.footer a:hover{
	color: rgba(255, 255, 255, 1);
}

.footer_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 50px;
}

.f_nav{
	width: 70%;
}

.f_nav ul{
	width: 100%;
	display: flex;
	position: relative;
}

.f_nav ul li{
	width: 20%;
	position: relative;
}

.pcHide{
	display: none;
}

.f_nav ul li a{
	width: 100%;
	position: relative;
	color: rgba(255, 255, 255, .5);
	display: block;
	text-align: center;
	line-height: 35px;
}

.f_nav ul li a:first-child{
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.f_ewm{
	width: 120px;
	height: auto;
	position: relative;
	text-align: center;
}

.f_ewm .img{
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
}

.f_ewm .img::before{
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	animation: gradient-rectangle 2s ease infinite;

}
@-webkit-keyframes gradient-rectangle {
	0%{
		top: 100%;
		-webkit-transform-origin: bottom;
		background: linear-gradient(to top,rgba(10, 150, 80, 0),rgba(10, 150, 80, 0.6));
		opacity: 1;
	}
	100% {
		top: -100%;
		-webkit-transform-origin: bottom;
		background: linear-gradient(to top,rgba(10, 150, 80, 0),rgba(10, 150, 80, 0.6));
		
		opacity: 1;
	}
}
.f_ewm b{
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.f_ewm p{
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.cySwiper{
	display: none;
}

.copyright{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 10px 0px;
	font-size: 12px;
}

.gy_img{
	width: 45%;
	height: auto;
	position: absolute;
	right: 0%;
	top: 0%;
}

.gy_left{
	width: 35%;
	position: relative;
}

.gy_box{
	background: url(../images/gy_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 10vw 0px;
}

.gy_grally{
	height: auto;
	padding: 0px;
	overflow: hidden;
}

.gy_menu{
	width: 400px;
	height: auto;
	position: relative;
	background: #0062ad;
	left: 10%;
	padding: 4vw 40px;
}

.gy_menu ul li{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 3vw;
	cursor: pointer;
}

.gy_menu ul li:last-child{
	margin-bottom: 0px;
}

.gy_menu ul li .num{
	width: auto;
	font-family: din;
	font-size: 5vw;
	color: transparent;
	text-stroke:1px rgba(255,255,255,.1);
	-webkit-text-stroke:1px rgba(255,255,255,.1);
	position: absolute;
	left: 0px;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all .5s;
}

.gy_menu ul li .info{
	position: relative;
	width: 100%;
	height: auto;
	color: rgba(255, 255, 255, .5);
}

.gy_menu ul li .info .name{
	font-size: 1.8vw;
	padding-bottom: 0.5vw;
	margin-bottom: 0.5vw;
	position: relative;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: all .45s;
	line-height: 3vw;
}

.gy_menu ul li .info .name::after{
	width: 15px;
	height: 3px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: rgba(255,255,255,.5);
	-webkit-transition: all .45s;
}

.gy_menu ul li .info .des{
	color: rgba(255,255,255,.5);
}

.gy_menu ul li:hover .info .name,.gy_menu ul li.active .info .name{
	color: #fff;
	font-size: 2.2vw;
}

.gy_menu ul li:hover .info .name::after,.gy_menu ul li.active .info .name::after{
	width: 40px;
	background: rgba(255,255,255,1);
}

.gy_menu ul li:hover .num,.gy_menu ul li.active .num{
	font-size: 7vw;
}
.tsBox {
	width: 50%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
}

.tsBox .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 5px;
}

.tsBox .title2 {
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: rgba(0,0,0,.5);
	    font-size: 14px;
}
.tsBox .sendEmal {
	height: auto;
	border-radius: 55px;
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	justify-content: center;
	background: #333;
	color: #fff;
	padding: 7px 0;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.tsBox .sendEmal p {
	display: block;
	width: 100%;
}

.tsBox .sendEmal a {
	color: #fff;
}

.tsBox .des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	height: 40vh;
	overflow-y: auto;
}

.tsBox .des p {
	margin-bottom: 10px;
}
.hideBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 18px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}
.grally_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.grally_img ul{
	width: calc(10% + 400px);
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
}

.grally_img ol{
	width: calc(90% - 400px);
	position: absolute;
	height: 100%;
	left: calc(10% + 400px);
	top: 0px;
}

.grally_img li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	-webkit-transition: all 1s;
	opacity: 0;
}

.grally_img li.active{
	opacity: 1;
}

.grally_img li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grally_img ul li img{
	filter: blur(20px);
	-webkit-transform: scale(1.2);
}

.gy .singePage{
	width: 60%;
	margin-left: 20%;
	text-align: center;
	margin-bottom: 3vw;
}

.gy .honors{
	margin-bottom: 3vw;
}

.boxes.pt{
	padding-top: 3vw;
}

.join_box{
	background: url(../images/con_bg.jpg) center center no-repeat;
	background-size: cover;
}

.join_box .swiper-button-prev{
    left: -60px;
}

.join_box .swiper-button-next{
    right: -60px;
}

.joinSwiper .swiper-slide{
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}

.joinSwiper .swiper-slide .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.4vw;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.joinSwiper .swiper-slide .des{
	line-height: 30px;
	font-size: 16px;
	opacity: .7;
	height: 270px;
	overflow: hidden;
}

.commonMore.s{
	margin-top: 1.5vw;
	width: 130px;
	height: 45px;
}
.commonMore.s p{
	font-size: 14px;
}
.joinSwiper {
	padding-bottom: 50px;
}
.swiper-pagination-progressbar{
	top: auto !important;
	bottom: 0px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #0062ad;
}

.hr_box{
	padding: 0px;
	height: 100vh;
	position: relative;
	
}

.hr_box_bg{
	background: center center no-repeat;
	background-size: cover;
	clip-path: circle(20%);
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}

.hr_box.is-inview .hr_box_bg{
	clip-path: circle(80%);
}

.hr_inner{
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0vw;
	top: 0%;
	background: rgba(0, 0, 0, .1);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.hr_box.is-inview .hr_inner{
	-webkit-animation: innerAnimate 1.2s ease 1 forwards 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
}


@-webkit-keyframes innerAnimate{
	0%{
		width: 0%;
		left: 0%;
	}
	50%{
		width: 100%;
		left: 0%;
	}
	100%{
		width: 40%;
		left: 60%;
	}
}

.hr_inner .box{
	width: 70%;
	height: auto;
	position: relative;
	margin-left: 15%;
	opacity: 0;
	-webkit-transform: translateY(50px);
}

.hr_box.is-inview .box{
	-webkit-transition: all 1s ease 1.7s;
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.hr_inner .info{
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	margin-bottom: 2vw;
}

.hr_inner .info p{
	font-size: 20px;
}

.hr_inner .info b{
	display: block;
	font-size: 2vw;
}

.hr_inner a{
	width: 120px;
	display: block;
}

.address_box{
	background: url(../images/address_bg.jpg) center center no-repeat;
	background-size: cover;
}

.address_warp{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.add_left{
	width: 50%;
}

.add_left ul li{
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	padding-bottom: 3vw;
	margin-bottom: 3vw;
}

.add_left ul li:last-child{
	border-bottom: none;
	padding-bottom: 0vw;
	margin-bottom: 0vw;
}

.add_left ul li .name{
	width: 120px;
	line-height: 30px;
	font-size: 20px;
}

.add_left ul li .list{
	width: calc(100% - 120px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.add_left ul li .list .li{
	width: 48%;
	position: relative;
}

.add_left ul li .list .li .title{
	font-size: 18px;
	position: relative;
	line-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.add_left ul li .list .li .rows{
	width: 100%;
	display: flex;
	position: relative;
	font-size: 14px;
}

.add_left ul li .list .li .rows .icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}
.add_left ul li .list .li .rows .title{
	width: calc(100% - 30px);
	line-height: 30px;
	margin-left: 5px;
}

.add_right{
	width: 40%;
	border-radius: 5px;
	overflow: hidden;
}

.add_left ul li .list .li .rows .txt{
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0px;
}

.add_left ul li .list .wechat{
	width: 150px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
}

.dichan_box{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.dichan_left{
	width: 40%;
	position: relative;
}

.dichan_left .singePage{
	font-size: 18px;
}

.dichan_left .name{
	position: relative;
	width: 100%;
	font-size: 2vw;
	color: #0062ad;
	margin-bottom: 0.5vw;
	font-family: alibaba;
}

.dichan_img{
	width: 50%;
	position: relative;
	height: 23vw;
	overflow: hidden;
}

.dichan_img img{
	object-fit: cover;
	object-position: center;
	height:120%;
	position: relative;
}

.pro_serie{
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0px;
}
.serie{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.serie img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 1s;
}

.serie img.active{
	opacity: 1;
}

.pro_serie ul{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	display: flex;
}

.hs_twarp{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hs_twarp .commonMore{
	margin-top: 0px;
}

.pro_serie ul li{
	width: calc(100% / 3);
	height: 100%;
	position: relative;
	cursor: pointer;
}

.pro_serie ul li .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5vw 3vw;
	color: #fff;
	text-align: center;
	font-size: 18px;
	z-index: 10;
	-webkit-transition: all 1s;
}

.pro_serie ul li .name b{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2vw;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	-webkit-transition: all 1s;
}

.pro_serie ul li .name b::after{
	width: 20px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	content: '';
	background: #fff;
	-webkit-transition: all 1s;
}

.pro_serie ul li:hover .name b::after,.pro_serie ul li.active .name b::after{
	width: 40px;
	margin-left: -20px;
}

.pro_serie ul li:hover .name b,.pro_serie ul li.active .name b{
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
}

.pro_serie ul li::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 98, 173, .75));
	content: '';
	opacity: 0;
	-webkit-transition: all .5s;
}

.pro_serie ul li:hover::after,.pro_serie ul li.active::after{
	opacity: 1;
}

.pro_serie ul li .name p{
	-webkit-transition: all 0.75s;
}

.pro_serie ul li:hover .name p,.pro_serie ul li.active .name p{
	letter-spacing: 3px;
}

.project_list{
	width: 100%;
	position: relative;
}

.project_list ul{
	width: 100%;
	position: relative;
}

.project_list ul li{
	width: 100%;
	position: relative;
	display: flex;
	background: #fff;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, .1);
	margin-bottom: 4vw;
}

.project_list ul li:last-child{
	margin-bottom: 0px;
}

.singePage.w60{
	width: 60%;
	margin-left: 20%;
}

.project_list ul li:nth-child(even){
	direction: rtl;
}

.project_list ul li:nth-child(even) .info{
	direction: initial;
}

.project_list ul li .thum{
	width: 50%;
	height: auto;
	position: relative;
}

.project_list ul li .thum img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project_list ul li .info{
	width: 50%;
	padding: 3vw;
}

.project_list ul li .info .name{
	font-size: 24px;
	margin-bottom: 0.5vw;
}

.project_list ul li .info .singePage{
	margin-bottom: 2vw;
}

.project_list ul li .info .singePage p{
	margin-bottom: 0px;
}

.pro_box{
	position: relative;
	width: 100%;
}

.pro_row{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.pro_row .icon{
	width: 30px;
	height: auto;
	position: relative;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #0062ad;
}

.pro_row .txt{
	width: calc(100% - 30px);
	position: relative;
	line-height: 30px;
}

.jc_grally{
	width: 100%;
	height: 100vh;
	position: relative;
}

.jiancai{
	padding: 0px;
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#jiancai{
	left: 0;
	position: absolute;
	right: 0;
	top: -100vh;
	bottom: -100vh;
}

.jiancai .grally{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	background: center center no-repeat;
	background-size: cover;
	top: -100vh;
}

.zb_box{
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0px;
	display: flex;
}

.zb_box a{
	width: 50%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-clip-path: polygon(0% 0,0 0,0% 100%,0% 100%);
	-webkit-transition: 1.2s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.zb_box a:nth-child(2n){
	-webkit-transition-delay: 0.15s;
}

.zb_box a.is-inview{
	-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
}

.zb_box a .pic{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.zb_box a:hover .pic{
	-webkit-transform: scale(1.05);
}

.zb_box a .zb_logo{
	width: 380px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.singePage.w{
	color: #fff;
}

.idea_box{
	padding: 0px;
}

.idea_box .box{
	width: 35%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.idea_box .singePage{
	font-size: 18px;
}

.idea_info{
	font-size: 3vw;
	font-family: alibaba;
	color: #d9c7a1;
	margin-top: 2vw;
	border-top: 1px solid rgba(255,255,255,.3);
	padding-top: 1vw;
}

.idea_info.xiaobei{
	color: #272727;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.idea_info.fei{
	color: #0062ad;
	border-top: 1px solid rgba(0, 0, 0, .1);
}



.ys_list{
	width: 100%;
	position: relative;
	margin-bottom: 6vw;
}

.ys_list ul{
	width: 100%;
	display: flex;
	height: 50vh;
	justify-content: space-between;
}

.ys_list ul li{
	width: 17%;
	height: 100%;
	position: relative;
	background: #fff;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: hidden;
}

.ys_list ul li .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 25px;
	top: 25px;
	background: url(../images/yhx_icon.png) no-repeat;
}
.ys_list ul li:nth-child(1) .icon{
	background-position: 0px -50px;
}
.ys_list ul li:nth-child(2) .icon{
	background-position: -50px -50px;
}

.ys_list ul li:nth-child(3) .icon{
	background-position: -100px -50px;
}

.ys_list ul li:nth-child(4) .icon{
	background-position: -150px -50px;
}

.ys_list ul li:nth-child(1).active .icon{
	background-position: 0px 0px;
}

.ys_list ul li:nth-child(2).active .icon{
	background-position: -50px 0px;
}

.ys_list ul li:nth-child(3).active .icon{
	background-position: -100px 0px;
}

.ys_list ul li:nth-child(4).active .icon{
	background-position: -150px 0px;
}

.detail_top .w100,.detail_box{
    width: 700px;
}

.singePage table,.singePage table tr,.singePage table td,.singePage video{
    width: 100%;
    height: auto;
    display: block;
}

.ys_list ul li .name{
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	top: 90px;
	left: 25px;
	font-size: 1.6vw;
	line-height: 1.2;
}

.ys_list ul li .des{
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	left: 25px;
	top: 115px;
	opacity: 0;
	color: #fff;
	line-height: 2;
	font-size: 18px;
}



.ys_list ul li .name span{
	display: block;
}

.ys_list ul li .img{
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0.1;
}

.ys_list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ys_list ul li.active .icon{
	left: auto;
	right: 25px;
	top: 25px;
}
.ys_list ul li.active{
	width: 45%;
}

.ys_list ul li.active .words{
	opacity: 0;
}

.ys_list ul li.active .img{
	opacity: 0.15;
}

.ys_list ul li.active .name{
	top: 35px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	color: #fff;
}

.hisSwiper{
	display: none;
}

.ys_list ul li.active .name span{
	display: initial;
	padding: 0px 5px;
}

.ys_list ul li.active{
	background: #2c6935;
}
.ys_list ul li.active .des{
	opacity: 1;
}

.ys_list ul li .words{
	width: auto;
	position: absolute;
	left: 25px;
	bottom: 25px;
	text-transform: uppercase;
}

.cpxl_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cpxl_left{
	width: 25%;
	position: relative;
}

.cpxl_left ul li{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 1.5vw;
	cursor: pointer;
	overflow: hidden;
}

.cpxl_left ul li:hover .pic,.cpxl_left ul li.active .pic{
	-webkit-transform: scale(1.1);
}

.cpxl_left ul li:last-child{
	margin-bottom: 0px;
}

.cpxl_left ul li .name{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.cpxl_left ul li .name b{
	font-size: 20px;
	font-weight: normal;
}

.cpxl_left ul li .name p{
	text-transform: uppercase;
}

.cpxl_left ul li .icon{
	width: auto;
	height: auto;
	position: absolute;
	left: 8%;
	bottom: 5%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .35s;
}

.cpxl_left ul li:hover .icon,.cpxl_left ul li.active .icon{
	left: 10%;
	opacity: 1;
}

.cp_swiper{
	width: calc(75% - 25px);
	margin: 0px;
}

.cp_swiper .swiper-slide .pic{
	width: 100%;
	height: 100%;
}

.yhx_md{
	width: 100%;
	height: 80vh;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}

.yhx_md .yhx_pic{
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0%;
	top: 0%;
}

.yhx_adds{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}

.yhx_adds img{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2vw;
}
.yhx_adds img:nth-child(3n){
	margin-right: 0%;
}

.yhx_warp{
	width: 550px;
	height: auto;
	position: absolute;
	left: 60%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.yhx_socals{
	width: 100%;
	position: relative;
}

.yhx_socals ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.yhx_socals ul li{
	width: 135px;
	position: relative;
	text-align: center;
	font-size: 14px;
}

.yhx_socals.yxb ul li{
    width: 20%;
}



.yhx_socals.s ul li{
	width: 120px;
}

.yhx_socals ul li .img{
	border: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.yhx_socals ul li:first-child .img{
	border-radius: 50%;
}
.yhx_socals.tt{
    margin-bottom: 1vw;
}
.yhx_socals.tt ul li:first-child .img{
    border-radius: 0px;
}

.yhx_socals.tt ul li .txt{
    font-size: 20px;
    font-weight: bold;
}

.sub_name.s{
	font-size: 2vw;	
}

.select_box{
	width: 305px;
	height: 50px;
	position: relative;
	margin: 0px auto;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	padding-left: 20px;
	margin-bottom: 3vw;
	z-index: 10;
}
.select_result{
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 20px;
	line-height: 50px;
}

.select_result::after{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	background: url(../images/jt_icon_down.png) no-repeat;
	background-size: cover;
	content: '';
}

.select_box ul{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 50px;
	padding: 20px 0px;
	background: rgba(0,0,0,.1);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
}
.select_box ul li{
	width: calc(100% / 3);
	height: auto;
	line-height: 35px;
	cursor: pointer;
	-webkit-transition: all .4s;
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-align: center;
}

.select_box ul li:hover{
	text-decoration: underline;
}

.select_box.active ul{
	opacity: 1;
	visibility: visible;
}

.store_list{
	width: 100%;
	position: relative;
}

.store_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.store_list ul li{
	width: 32%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 1.5vw;
	background: url(../images/add_bg.jpg) center center no-repeat;
	background-size: cover;
	padding:50px 35px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.store_list ul li:nth-child(3n){
	margin-right: 0%;
}

.store_list ul li .name{
	font-size: 18px;
	margin-bottom: 10px;
}

.store_list ul li .des{
	position: relative;
}

.store_list ul li .des .row{
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

.store_list ul li .des .row:last-child{
	margin-bottom: 0px;
}

.store_list ul li .des .row .icon{
	width: 20px;
	height: 25px;
	line-height: 25px;
}

.store_list ul li .des .row p{
	width: calc(100% - 20px);
	line-height: 25px;
}

.cpxl_box.yxb{
	flex-wrap: wrap;
}

.yxb .cpxl_left{
	width: 100%;
}
.yxb .cpxl_left ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.yxb .cpxl_left ul li{
	width: calc(100%/3 - 20px);
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
}
.yxb .cpxl_left ul li:nth-child(3n){
	margin-right: 0%;
}

.yxb .cp_swiper{
	width: 100%;
	height: 80vh;
}

.feiyi.idea_box .box{
	left: 50%;
}

.store_list.fy ul li{
	width: 100%;
    margin-right: 0%;
    padding: 35px;
}

.store_list.fy ul li:nth-child(even){
    margin-right: 0%;
}

.fycc{
	background: url(../images/cc_bg.jpg1) center center no-repeat;
	background-size: cover;
}

.fycc .w1400{
	display: flex;
	justify-content: space-between;
}

.fycc_left{
	width: 30%;
	position: relative;
}

.news_focus.fyi{
	width: 65%;
}

.news_focus.fyi ul li{
	width: 32%;
	margin-right: 2%;
}

.news_focus.fyi ul li:nth-child(4n){
	margin-right: 2%;
}

.news_focus.fyi ul li:nth-child(3n){
	margin-right: 0%;
}

.news_focus.fyi ul li a .name{
	margin-bottom: 5px;
}

.news_focus.fyi ul li a .des{
	margin-bottom: 50px;
	opacity: 0.5;
}

.maoyi_box{
	width: 100%;
	height: 100vh;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}

.maoyi_box .dichan_left{
	position: absolute;
	left: 10%;
	top: 30%;
	-webkit-transform: translateY(-50%);
	color: #fff;
}

.maoyi_box .dichan_left .name{
	color: #fff;
}


.swiper-button-prev, .swiper-button-next{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	line-height: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	background: url(../images/jt_icon_prev.png) no-repeat;
	background-size: cover;
	content: '';
	width: 30px;
	height: 30px;
}

.swiper-button-next:after{
	background-image: url(../images/jt_icon_next.png);
}

.goTop {
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, .1);
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    color: rgba(0, 0, 0, .3);
    -webkit-transition: all .35s;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.goTop:hover{
	border: 1px solid rgba(255, 255, 255, 1);
}

.hfooter{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 10px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	color: rgba(255,255,255,.3);
	padding: 0px 5%;
	flex-wrap: wrap;
}

.hfooter a{
	color: rgba(255,255,255,.3);
	margin-left: 5px;
}
.hfooter a:hover{
	color: rgba(255,255,255,.6);
}
.hfooter .st{
	margin-left: 0px;
}
@media screen and (max-width: 1440px) {
	.busniess ul li{
		height: 60vh;
	}
	.busniess ul li.active .b_btn{
		-webkit-transform: translateY(80px);
	}
	.busniess ul li .b_btn{
		-webkit-transform: translateY(100px);
	}
	.news_focus ul li a .name {
	    font-size: 18px;
	    line-height: 25px;
	    height: 50px;
	    margin-bottom: 10px;
	}
	.dc_list{
		left: 45%;
	}
	.service_icon{
		width: 270px;
		padding: 0px 20px;
	}
	.service_icon a .info .cn{
		font-size: 20px;
	}
	.service_icon ul li.active a .info {
	    width: calc(100% - 70px);
	    color: rgba(255, 255, 255, 1);
	}
	.w1400{
		width: 90%;
	}
	.his_line ul{
		width: 90%;
		left: 5%;
	}
	.his_line ul li:nth-child(1) {
	    top: 72.5%;
	}
	.his_line ul li:nth-child(2) {
	    top: 64%;
	}
	.his_line ul li:nth-child(4) {
	    top: 26%;
	}
	.yhx_warp{
		width: 500px;
		left: 55%;
	}
	.yhx_socals ul li{
		width: 125px;
	}
	.dichan_left .singePage,.idea_box .singePage,.ys_list ul li .des{
		font-size: 16px;
	}
	.cpxl_left ul li .name p{
		font-size: 12px;
	}
	.cpxl_left ul li .name b{
		font-size: 16px;
	}
	.cpxl_left ul li .icon{
		bottom: 2%;
	}
	.slide3 .content .singePage{
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.logo{
		width: 120px;
	}
	.nav{
		width: 70%;
	}
	.num_list ul li .top .icon{
		bottom: 0px;
	}
	.slide3 .content{
		width: 55%;
		right: 5%;
	}
	.service_icon a .icon{
		width: 50px;
		height: 50px;
	}
	.service_icon ul li.active a .info {
	    width: calc(100% - 60px);
	}
	.service_icon a .info .cn{
		font-size: 18px;
	}
	.service_icon ul li{
		margin-bottom: 1vw;
	}
	.service_icon {
	    width: 220px;
	    padding: 0px 10px;
	}
	.hs_title,.first_news .des{
		font-size: 14px;
	}
	.first_news .name{
		font-size: 2vw;
	}
	.dc_list{
		left: 40%;
		width: 35%;
	}
	.news_focus ul li a .name{
		font-size: 16px;
	}
	.inner_menu .w1400{
		height: 55px;
		font-size: 14px;
	}
	.child_menu a{
		line-height: 55px;
		padding: 0px 10px;
	}
	html.has-scroll-smooth, html{
		position: relative;
		overflow: auto;
	}
	.intro_right .des{
		font-size: 18px;
	}
	.his_info{
		width: 50%;
		margin-left: 40%;
	}
	.history_box{
		padding-bottom: 30vw;
	}
	.honors ul li .box .info .name{
		font-size: 16px;
	}
	.pro_row .txt{
		font-size: 14px;
	}
	.culture_box .singePage{
		font-size: 16px;
	}
	#jiancai{
		top: 0vh;
		bottom: 0vh;
	}
	.jiancai .grally{
		top: 0vh;
	}
	.jiancai,#jiancai,.jiancai .grally{
		height: 60vh;
	}
	.zb_box{
		height: 70vh;
	}
	.zb_box a .zb_logo{
		width: 220px;
	}
	.yhx_warp {
	    width: 50%;
	    left: 45%;
	}
	.yhx_socals.s ul li {
	    width: 23.5%;
	}
	.store_list ul li{
		padding: 30px 15px;
	}
	.store_list ul li .des .row p{
		font-size: 14px;
	}
	.active_menu{
		font-size: 12px;
	}
	.dichan_img img{
		height: 100%;
	}
	.yxb .cp_swiper {
	    width: 100%;
	    height: 60vh;
	}
	.store_list ul li .name {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.maoyi_box{
		height: 70vh;
	}
	.maoyi_box .dichan_left{
		top: 50%;
	}
	.nav ul li{
		font-size: 16px;
	}
	.gy_left {
	    width: 45%;
	    position: relative;
	}
	.gy_menu{
		width: 300px;
		padding: 4vw 20px;
	}
	.grally_img ul{
		width: calc(10% + 300px);
	}
	.grally_img ol {
	    width: calc(90% - 300px);
		left: calc(10% + 300px);
	}
	.commonMore.c{
		margin-top: 3vw;
	}
	.detail_top .w100,.detail_box{
		width: 90%;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		font-size: 14px;
	}
	.ndc_npnews .post_next p, .ndc_npnews .post_prev p{
		font-size: 12px;
	}
	.joinSwiper .swiper-slide .name{
		font-size: 1.8vw;
	}

	.joinSwiper .swiper-slide .des {
	    line-height: 25px;
	    font-size: 14px;
	    opacity: .7;
	    height: 250px;
	    overflow: hidden;
	}
}

@media screen and (max-width: 900px) {
    .num_list ul li:first-child .r{
        right:-6.5vw;
    }
	.menu_btn{
		display: block;
		position: relative;
		z-index: 10;
	}
	.header{
		position: fixed;
		padding: 0px;
		z-index: 20;
		background: transparent;
		-webkit-transition: all .5s;
	}
	.header.active {
	    -webkit-transform: translateY(-0%);
		background: #fff;
		box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	}
	.header.active .logo img:nth-child(2) {
	    opacity: 1;
	}
	.header.active .logo img:nth-child(1) {
	    opacity: 0;
	}
	.header.active.open .logo img:nth-child(2) {
	    opacity: 0;
	}
	.header.active.open .logo img:nth-child(1) {
	    opacity: 1;
	}
	
	.header.active.open .menu_btn span:before,.header.active.open .menu_btn span:after{
		background-color: #fff;
	}
	.header.active .menu_btn span,.header.active  .menu_btn span:after,.header.active  .menu_btn span:before{
		background: #0062ad;
	}
	.wecht{
		display: none;
	}
	.logo{
		width: 27vw;
		margin-left: 3%;
		position: relative;
		z-index: 15;
	}
	.nav{
		height: calc(100vh - 0px);
		position: fixed;
		left: 0px;
		top: 0px;
		display: flex;
		align-items: center;
		width: 100%;
		-webkit-transition: all .5s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		margin-right: 0%;
		z-index: 10;
	}
	.nav ul{
		flex-wrap: wrap;
		display: block;
		padding: 0px 5%;
		position: relative;
	}
	.nav ul li{
		display: flex;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.1);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
	.nav.active ul li{
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.8s;
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
	.nav.active ul li:nth-child(2){
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.9s;
	}
	.nav.active ul li:nth-child(3){
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
	}
	.nav.active ul li:nth-child(4){
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.1s;
	}
	.nav.active ul li:nth-child(5){
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.2s;
	}
	.nav.active ul li:nth-child(6){
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.3s;
	}
	.nav ul li .second{
		width: calc(100% - 90px);
		position: relative;
		top: 0px;
		left: 0px;
		margin-left: 0px;
		opacity: 1;
		visibility: visible;
		background: transparent;
		display: flex;
		flex-wrap: wrap;
	}
	.nav ul li .second a{
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
	.slogan{
		font-size: 10vw;
		top: 40%;
		flex-wrap: wrap;
	}
	.slogan p{
		width: 100%;
		margin-left: 0px;
	}
	.mouse_icon p,.mouse_icon .mouse{
		display: none;
	}
	.home-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 15px;
	}
	.home-pagi .swiper-pagination-bullet{
		width: 9px;
		margin: 5px 0px !important;
	}
	.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
		width: 12px;
	}
	.slide3 .img{
		display: none;
	}
	.slide3 .content{
		width: 90%;
	}
	.hs_name{
		font-size: 7vw;
		margin-bottom: 3vw;
	}
	.num_list ul li .l{
		font-size: 20vw;
	}
	.num_list ul li .b{
		font-size: 14px;
	}
	.num_list ul li{
		padding-bottom: 3vw;
	}
	.commonMore {
	    font-size: 14px;
	    width: 130px;
	    height: 45px;
		margin-top: 5vw;
	}
	.commonMore .icon{
		width: 20px;
		height: 20px;
		background-position: -20px 0px 
	}
	.commonMore.blue:hover .icon {
	    background-position: -20px 0px;
	}
	.hs_twarp .b_btn .commonMore{
		width: 100px;
	}
	.news_focus ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 1.5vw;
	}
	.news_focus ul li:nth-child(even){
		margin-right: 0%;
	}
	.news_focus ul li a .icon,.news_focus ul li::after{
		display: none;
	}
	.first_news .name{
		font-size: 6vw;
	}
	.cySwiper{
		display: block;
		width: 100%;
		height: 100vh;
		position: absolute;
		left: 0%;
		top: 0%;
		background: #0067ae;
	}
	.cySwiper .swiper-slide{
		background: center center no-repeat;
		background-size: cover;
	}
	.cySwiper .swiper-slide .pic{
		width: 100%;
		height: 50vh;
		position: relative;
		background: 20% 50% no-repeat;
		background-size: cover;
	}
	.dc_list{
		left: 0%;
		width: 100%;
		top: 50%;
		height: 50vh;
		background: transparent;
		z-index: 10;
	}
	.first_news{
		
	}
	.sbg{
		display: none;
	}
	.service_icon {
	    width: 100%;
	    padding: 0px 0px;
	    height: 30vh;
	    bottom: 0px;
	    top: auto;
		display: none;
	}
	.dc_list .first_news{
		padding: 10vw 5vw 0vw;
	}
	.news_focus ul li a .name{
		margin-bottom: 0px;
		color: #272727;
	}
	.news_focus ul li a .info{
		padding: 10px;
	}
	.dc_list .active .hs_title::after {
	    width: 30px;
	    right: -40px;
	}
	.hs_title,.first_news .name,.dc_list .des,.dc_list .first_news.active,.dc_list{
		pointer-events: none;
	}
	.dc_list .active .b_btn{
		pointer-events: auto;
	}
	.mainSwiper>.swiper-wrapper>.swiper-slide{
		-webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%);
	}
	
	.header::before{
		display: none;
	}
	@-webkit-keyframes openAnimate{
		0%{
			height: 100vh;
		}
		100%{
			height: 0vh;
		}
	}
	.nav::before{
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0px;
		top: 0px;
		-webkit-transform: scale(0);
		border-radius: 50%;
		-webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
		background: #0062ad;
		content: '';
	}
	.nav.active{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.nav.active::before{
		-webkit-transform: scale(30);
	}
	.first_news .des{
		-webkit-line-clamp: 5;
	}
	.swiper-pagination-bullet-active{
		background: #fff;
	}
	.hs_twarp .b_btn .commonMore p{
		font-size: 12px;
	}
	.nav ul li .firstLab{
		width: 90px;
		text-align: left;
		height: 55px;
		position: relative;
	}
	.nav ul li .second a{
		margin-right: 10px;
	}
	.nav ul li:hover .firstLab::after {
	    width: 30px;
	    margin-left: 0px;
	    left: 0%;
	}
	.nav ul li .firstLab::after{
		bottom: 10px;
	}
	.inner_menu{
		display: none;
	}
	.sub_banner{
		height: 40vh;
	}
	.slogans .en{
		font-size: 6vw;
	}
	.slogans .cn {
	    font-size: 5vw;
	    font-weight: normal;
	}
	.intro_left,.intro_right{
		width: 100%;
	}
	.intro_box .w1400{
		flex-wrap: wrap;
		direction: inherit;
	}
	.sub_name {
	    margin-bottom: 3vw;
	    font-size: 7vw;
	}
	.intro_right .des{
		font-size: 16px;
	}
	.intro_word{
		display: none;
	}
	.intro_right{
		margin-bottom: 0vw;
	}
	.intro_left{
		width: 70%;
		margin-left: 15%;
	}
	.boxes{
		padding: 10vw 0px;
	}
	.indus_list{
		flex-wrap: wrap;
	}
	.indus_list a{
		width: 100px;
		margin-bottom: 15px;
	}
	.indus_list a:nth-child(n+4){
		margin-bottom: 0px;
	}
	.indus_list a .icon{
		margin-bottom: 5px;
	}
	.indus_box{
		height: 70vh;
	}
	.num_list.half{
		width: 80%;
		padding-right: 0%;
	}
	.num_list ul li .r{
		font-size: 14px;
		right: -4vw;
	}
	.his_line{
		display: none;
	}
	.his_info{
		display: none;
	}
	.honor_menu a{
		padding: 0px 10px;
		line-height: 35px;
		font-size: 14px;
		margin: 0px 3px;
	}
	.honors ul li{
		width: 49%;
	}
	.honors ul li:nth-child(4n){
		margin-right: 2%;
	}
	.honors ul li:nth-child(2n){
		margin-right: 0%;
	}
	.culture_box{
		background-size: cover;
	}
	.honors ul li .box .info .name{
		font-size: 14px;
		line-height: 20px;
		min-height: 60px;
	}
	.honors ul li .box .info .name .title{
		line-height: 20px;
	}
	.f_nav{
		display: none;
	}
	.f_ewm{
		margin: 0px auto;
	}
	.copyright{
		font-size: 10px;
		flex-wrap: wrap;
	}
	.goTop{
		display: none;
	}
	.footer a,.cp{
		color: rgba(255, 255, 255, .3);
	}
	.footer{
		padding-top: 30px;
	}
	.footer_top{
		padding-bottom: 30px;
	}
	.slogans{
		width: 90%;
		left: 5%;
	}
	.nav ul li .firstLab::after{
		left: 0%;
	}
	.dichan_box{
		flex-wrap: wrap;
	}
	.dichan_left{
		width: 100%;
	}
	.dichan_img{
		width: 100%;
		height: auto;
	}
	.dichan_left .name{
		font-size: 6vw;
	}
	.pro_serie{
		height: 50vh;
	}
	.pro_serie ul li .name p{
		opacity:0;
		height: 0px;
		font-size: 14px;
	}
	.pro_serie ul li .name b{
		font-size: 5vw;
	}
	.pro_serie ul li .name b::after{
		width: 10px;
		margin-left: -5px;
	}
	.pro_serie ul li{
		width: 25%;
	}
	.pro_serie ul li.active{
		width: 50%;
	}
	.pro_serie ul li.active .name p{
		height: 40px;
		opacity: 1;
	}
	.project_list ul li{
		flex-wrap: wrap;
	}
	.project_list ul li .thum{
		width: 100%;
		height: 50vw;
	}
	.project_list ul li .info{
		width: 100%;
		padding: 5vw;
	}
	.project_list ul li{
		margin-bottom: 5vw;
	}
	.project_list ul li .info .name{
		font-size: 5vw;
	}
	.project_list ul li .info .singePage{
		font-size: 14px;
	}
	.pro_row .icon{
		width: 25px;
		line-height: 25px;
		font-size: 16px;
	}
	.pro_row .txt{
		width: calc(100% - 25px);
		line-height: 25px;
		opacity: 0.7;
	}
	.culture_box .singePage {
	    font-size: 14px;
	    width: 100%;
	    margin-left: 0%;
	    margin-bottom: 5vw;
	}
	.jiancai, #jiancai, .jiancai .grally {
	    height: 30vh;
	}
	.boxes.zb_box{
		padding: 0px;
		height: auto;
		flex-wrap: wrap;
	}
	.zb_box a{
		width: 100%;
		height: calc(50vh + 1px);
	}
	.zb_box a .zb_logo{
		width: 40vw;
	}
	.zb_box a:last-child{
		margin-top: -1px;
	}
	.ys_list ul{
		flex-wrap: wrap;
		height: auto;
	}
	.ys_list ul li{
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.ys_list ul li,.ys_list ul li.active{
		width: 100%;
		background: #fff;
		padding: 5vw;
	}
	.ys_list ul li .img{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
	}
	.boxes.idea_box{
		padding: 0px;
	}
	.ys_list ul li .icon{
		width: 40px;
		height: 40px;
		background-size: auto 200%;
	}
	.ys_list ul li.active .name,.ys_list ul li .name{
		color: #272727;
		border-bottom: 1px solid #272727;
		top: 0px;
		padding-bottom: 0px;
		margin-bottom: 2vw;
	}
	.ys_list ul li .name{
		line-height: 40px;
	}
	.ys_list ul li .name{
		font-size: 18px;
	}
	.ys_list ul li .name{
		width: 100%;
		left: 0px;
		position: relative;
	}
	.sub_img{
		background: 70% 0% no-repeat;
		background-size: cover;
	}
	.idea_box .box{
		width: 100%;
		height: auto;
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
		left: 0%;
		background: #f9f9f9;
		padding: 10vw 5vw;
		padding-bottom: 3vw;
	}
	.idea_box .sub_name{
		font-size: 6vw;
		margin-bottom: 1vw;
		color: #272727;
	}
	.idea_box .singePage{
		color: #272727;
	}
	.idea_box .singePage{
		font-size: 14px;
	}
	.ys_list ul li .des{
		width: 100%;
		left: 0px;
		top: 0px;
		position: relative;
		color: #272727;
	}
	.idea_info{
		padding-top: 3vw;
		margin-top: 3vw;
		font-size: 7vw;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.sub_name p::after{
		width: 5vw;
		height: 5vw;
	}
	.yxb .cpxl_left ul li{
		width: calc(50% - 1px);
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.yxb .cpxl_left ul li:nth-child(3n){
		margin-right: 2px;
	}
	.yxb .cpxl_left ul li:nth-child(2n){
		margin-right: 0px;
	}
	.yxb .cp_swiper{
		height: 30vh;
	}
	.swiper-button-prev, .swiper-button-next{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		width: 20px;
		height: 20px;
	}
	.select_box {
		width: 50%;
		font-size: 14px;
	}
	.store_list ul li,.store_list ul li:nth-child(3n){
		margin-right: 2%;
	}

	.store_list ul li{
		padding: 20px 10px;
	}
	.store_list ul li{
		margin-bottom: 2vw;
		width: 49%;
		margin-right: 2%;
	}
	.store_list ul li:nth-child(even){
		margin-right: 0%;
	}
	.honors ul li .box .img{
		width: 50%;
	}
	.store_list ul li .name{
		font-size: 14px;
	}
	.store_list ul li .des .row{
		margin-bottom: 0px;
	}
	.news_focus.inner ul li{
		width: 49%;
	}
	.news_focus.inner ul li:nth-child(3n){
		margin-right: 2%;
	}
	.news_focus.inner ul li:nth-child(2n){
		margin-right: 0%;
	}
	.news_focus.inner ul li a .info{
		padding:10px 0px;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.news_focus.inner ul li{
		margin-bottom: 5vw;
	}
	#page li{
		width: 35px;
		font-size: 12px;
		line-height: 35px;
		margin: 0 3px;
	}
	.f_ewm p{
		font-size: 12px;
	}
	.gy_left{
		width: 100%;
		z-index: 10;
	}
	.boxes.gy_box{
		padding-top: 20vw;
	}
	.grally_img ul{
		display: none;
	}
	.grally_img ol{
		width: 100%;
		left: 0%;
	}
	.gy .singePage{
		width: 100%;
		margin-left: 0%;
		font-size: 14px;
	}
	.hr_box{
		height: auto;
	}
	@-webkit-keyframes innerAnimate{
		0%{
			width: 0%;
			left: 0%;
		}
		50%{
			width: 100%;
			left: 0%;
		}
		100%{
			width: 50%;
			left: 50%;
		}
	}
	.hr_box_bg{
		height: 50vh;
		position: relative;
	}
	.hr_box.is-inview .hr_inner{
		-webkit-animation: none;
		width: 50%;
		left: 50%;
	}
	.boxes.hr_box{
		padding: 0px;
	}
	.hr_inner a{
		width: 60px;
	}
	.hr_inner .info p{
		font-size: 14px;
	}
	.hr_inner .info b{
		font-size: 3.5vw;
	}
	.hr_inner .box{
		width: 90%;
		height: auto;
		position: relative;
		margin-left: 5%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.hr_inner{
		left: 50%;
	}
	.hr_inner .box .sub_name{
		justify-content: center;
	}
	.hr_box.is-inview .box{
		-webkit-transition: all 1s ease 0.5s;
	}
	.hr_box .hr_box_bg {
	    clip-path: circle(80%);
	}
	.ys_list ul li.active .img {
	    opacity: 0.05;
	}
	.ys_list ul li:nth-child(1).active .icon {
	    background-position: 0px -40px;
	}
	.ys_list ul li:nth-child(2) .icon {
	    background-position: -40px -40px;
	}
	.ys_list ul li:nth-child(3) .icon {
	    background-position: -80px -40px;
	}
	.ys_list ul li:nth-child(4) .icon {
	    background-position: -120px -40px;
	}
	.ys_list ul li .name span,.ys_list ul li.active .name span{
		display: initial;
		padding: 0px 3px;
	}
	.ys_list ul li .icon,.ys_list ul li.active .icon{
		right: 5vw;
		top: 3vw;
		left: auto;
	}
	.ys_list ul li .des{
		font-size: 14px;
	}
	.ys_list ul li .des{
		opacity: 1;
	}
	.ys_list ul li .words{
		display: none;
	}
	.cpxl_box{
		flex-wrap: wrap;
	}
	.cpxl_left,.cp_swiper{
		width: 100%;
	}
	.cpxl_left ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.cpxl_left ul li{
		width: calc(50% - 1px);
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.cpxl_left ul li:nth-child(even){
		margin-right: 0%;
	}
	.cp_swiper{
		height: 30vh;
	}
	.store_list ul li .des .row .icon{
		height: 20px;
		line-height: 20px;
	}
	.store_list ul li .des .row p{
		font-size: 12px;
		line-height: 20px;
		width: calc(100% - 20px);
	}
	.feiyi.idea_box .box {
	    left: 0%;
	}
	.cpxl_left{
		margin-bottom: 2px;
	}
	.fycc .w1400{
		flex-wrap: wrap;
	}
	.fycc_left,.news_focus.fyi{
		width: 100%;
	}
	.fycc_left .singePage{
		font-size: 14px;
	}
	.fycc_left{
		margin-bottom: 5vw;
	}
	.news_focus.fyi ul li a .des{
		display: none;
	}
	.news_focus.fyi.inner ul li a .info{
		padding: 10px;
	}
	.news_focus.fyi ul li a .name {
	    margin-bottom: 0px;
	}
	.sub_name.s {
	    font-size: 5vw;
	}
	.maoyi_box .dichan_left {
	    top: 50%;
	    width: 90%;
	    left: 5%;
	}
	.dichan_left .singePage, .idea_box .singePage, .ys_list ul li .des{
		font-size: 14px;
	}
	.f_ewm b{
		font-size: 14px;
		font-weight: normal;
	}
	.news_focus ul li:hover {
	    box-shadow: none;
	}
	.hr_inner .sub_name{
		/* font-size: 5vw; */
	}
	.address_warp,.add_left ul li{
		flex-wrap: wrap;
	}
	.add_left,.add_right{
		width: 100%;
	}
	.add_left ul li .name {
	    width: 80px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.add_left ul li .list{
		width: 100%;
	}
	.add_left ul li .list .li .rows .icon{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.add_left ul li .list .li .rows .txt{
		width: calc(100% - 25px);
		font-size: 14px;
		line-height: 19px;
		padding: 3px 0px;
	}
	.add_left ul li:last-child{
		display: none;
	}
	.commonMore.s {
	    margin-top: 1.5vw;
	    width: 100px;
	    height: 40px;
	}
	.commonMore.s p{
		font-size: 12px;
	}
	.joinSwiper{
		padding-bottom: 20px;
	}
	.gySwiper{
		display: block;
	}
	.gy_grally{
		display: none;
	}
	.gySwiper{
		height: 80vw;
	}
	.gySwiper .swiper-slide .pic{
		height: 100%;
		position: absolute;
		width: 100%;
	}
	.gySwiper .swiper-slide .name,.serieSwiper .name{
		width: 100%;
		height: auto;
		position: absolute;
		left: 0%;
		bottom: 0%;
		z-index: 10;
		padding: 30px 5vw;
		background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
		color: #fff;
	}
	.gySwiper .swiper-pagination{
		bottom: 5px !important;
	}
	.gySwiper .swiper-slide .name p,.serieSwiper .name p{
		font-size: 14px;
		opacity: 0.75;
	}
	.gySwiper .swiper-slide .name b,.serieSwiper .name b{
		display: block;
		font-weight: normal;
		margin-bottom: 2.5px;
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 3px;
	}
	.pro_serie{
		display: none;
	}
	.serieSwiper{
		display: block;
		height: 50vh;
	}
	.serieSwiper .pic{
		height: 100%;
	}
	.dichan_img img{
		-webkit-transform: scale(1.1);
		-webkit-transition: all 1.5s;
	}
	
	.dichan_img.is-inview img{
		-webkit-transform: scale(1);
	}
	
	.serieSwiper .name b{
		font-size: 5vw;
	}
	.serieSwiper .name p{
		font-size: 14px;
	}
	.serieSwiper .name{
		text-align: center;
		padding-bottom: 50px;
	}
	.boxes.xz{
		
	}
	.boxes.yhx_md{
		padding: 10vw 0px;
		height: auto;
		overflow: hidden;
	}
	
	.yhx_md .yhx_pic{
		filter: blur(10px);
		-webkit-transform: scale(1.1);
		opacity: 0.5;
	}
	.yhx_warp {
	    width: 90%;
	    left: 5%;
	    position: relative;
	    -webkit-transform: translateY(0%);
	    top: 0%;
	}
	.yhx_adds{
		flex-wrap: wrap;
		margin-bottom: 3vw;
	}
	.yhx_socals ul li .txt{
		font-size: 12px;
	}
	.yhx_socals ul{
		justify-content: flex-start;
	}
	.yhx_socals ul li{
		width: 23.5%;
		margin-right: 2%;
	}
	.yhx_socals ul li:last-child{
		margin-right: 0%;
	}
	.boxes.maoyi_box{
		height: 70vh;
		background: 30% 0% no-repeat;
		background-size: cover;
	}
	.nav ul li .second a:hover::after {
	    width: 40px;
	    margin-left: -20px;
	}
	.boxes.pt {
	    padding-top: 10vw;
	}
	.commonMore p{
		line-height: 20px;
	}
	.joinSwiper .swiper-slide .name {
	    font-size: 18px;
		margin-bottom: 3vw;
	}
	.joinSwiper .swiper-slide{
		padding: 7vw 5vw;
	}
	.add_left ul li .list .li .rows{
		opacity: 0.75;
	}
	.add_left ul li .list .li .title{
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.iconBox{
		display: block;
	}
	.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
		top: 90%;
	}
	.bannerSwiper::after{
		display: none;
	}
	.num_list{
		width: 80%;
		padding-right: 10%;
	}
	.num_list ul li .lf {
	    font-size: 14px;
	    position: absolute;
	    bottom: 2vw;
	    left: -4vw;
	}
	.hisSwiper{
		display: block;
		width: 90%;
		margin-left: 5%;
	}
	.hisSwiper li{
		margin-bottom: 3vw;
	}
	.hisSwiper li .name{
		width: 100%;
		height: auto;
		position: relative;
		border: 1px solid #fff;
		padding: 5vw 3vw;
		color: #fff;
		font-size: 14px;
	}
	.history_bg{
		filter: blur(10px);
		-webkit-transform: scale(1.1);
	}
	.history_box{
		overflow: hidden;
		margin-top: -1px;
	}
	.select_box ul{
		background: rgba(255,255,255,.7);
	}
	.sub_banner.jade{
		display: none;
	}
	.cpxl_left ul li .name p{
		display: none;
	}
	.honors ul li{
		margin-bottom: 2vw;
	}
	.singePage{
		font-size: 14px;
	}
	.honors ul li .box .info .name .title br{
		display: none;
	}
	.gy .honors {
	    margin-bottom: 7vw;
	}
	.joinSwiper .swiper-slide .des {
	    height: 200px;
		margin-bottom: 3vw;
	}
	.yxb .cpxl_left ul li img{
		-webkit-transform: scale(1.2);
	}
	.yxb .cpxl_left ul li img {
	    width: 110%;
	    max-width: none;
	}
	.select_box ul li{
		line-height: 30px;
	}
	.jpage a{
		margin: 0 3px;
		line-height: 30px;
		width: 30px;
		font-size: 12px;
	}
	.jpage span{
		font-size: 12px;
	}
	.pcHide{
		display: block;
	}
	.pcShow{
		display: none;
	}
	.cpxl_left.fei ul li img{
		width: 130%;
		max-width: none;
	}
	.joblist.two a,.joblist.three a,.joblist a{
	    width: 100%;
	    margin-right: 0%;
	}
	.detail_top{
	    padding: 100px 0px 50px;
	}
	.detail_top .title{
	    font-size: 5vw;
	}
	.detail_top .info {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .ndc_back{
        display: none;
    }
    .ndc_npnews .post_next, .ndc_npnews .post_prev{
        width: 48%;
    }
}