@font-face {
  font-family: 'iconfont';  /* project id 2187457 */
  src: url('//at.alicdn.com/t/font_2187457_pds85pxaad.eot');
  src: url('//at.alicdn.com/t/font_2187457_pds85pxaad.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2187457_pds85pxaad.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2187457_pds85pxaad.woff') format('woff'),
  url('//at.alicdn.com/t/font_2187457_pds85pxaad.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2187457_pds85pxaad.svg#iconfont') format('svg');
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.train .swiper-pagination-bullet-active{
	background: #fff;
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.singePage video{
	display: block;
	width: 100%;
	height: auto;
}
.searchContent {
	width: 100%;
	height: auto
}

.searchContent .scResult {
	width: 100%;
	height: auto;
	background: #0c8bc0;
	color: #fff;
	font-weight: 700;
	text-indent: 45px;
	font-size: 20px;
	line-height: 40px;
	position: relative
}

.searchContent .scResult.b{
	background: #0c8bc0;
}
.porject_box{
	width: 80%;
	margin-left: 10%;
}
.porject_box ul{
	display: flex;
	justify-content: space-between;
	
}
.porject_box ul li{
	width: 46%;
	background: linear-gradient(135deg, #ff9804, #00cbcb) left center/200% 200%;
	-webkit-animation: lightAnimate 20s infinite;
	padding: 70px 35px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 10%);
}

.commonTitle.oa b{
	font-size: 46px;
	font-weight: bold;
}
.porject_box ul li .name{
	font-size: 30px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: montserrat;
}
.porject_box ul li .des{
	width: 100%;
	height: auto;
}
.porject_box ul li .des a{
	display: flex;
	width: 100%;
	height: auto;
	line-height: 55px;
	position: relative;
	color: rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin-bottom: 15px;
	-webkit-transition:all 0.5s;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.porject_box ul li .des a:hover{
	color: rgba(255,255,255,1);
	padding-left: 10px;
}
.porject_box ul li .des a:hover i{
	right: 10px;
	color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.porject_box ul li .des a i{
	width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: absolute;
    right: 0px;
    -webkit-transition:all 0.5s;
    
}
.porject_box ul li .des a p{
	font-weight: bold;
	font-size: 16px;
	font-family: montserrat;
}
@-webkit-keyframes lightAnimate {
	0%,100% {
		background-position-x: left;
	}
	50% {
		background-position-x: right;
	}
}
.searchContent .scResult:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 7.5px;
	background: url(../images/result_icon.png?v=1) no-repeat;
	background-size: cover;
	content: ''
}

.resultTips {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px
}

.resultTips span {
	color: #e10101;
	padding: 0 3px;
	font-weight: 700
}

.noData {
	width: 200px;
	height: 200px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	display: none;
	position: relative;
}

.noData::after{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 30px;
	background: url(../images/noData_img.png) no-repeat;
	background-size: cover;
	opacity: .2;
	content: '';
}

.noData p{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 60%;
	color: rgba(0,0,0,.2);
}

.noData.active {
	display: block
}


.ps{
	display: block;
}
.ph{
	display: none;
}

.aboutSwiper{
	height: 100%;
}

.hb {
	width: 100%;
	height: auto;
}

.hb ul {
	display: flex;
	flex-wrap: wrap;
}

.hb ul li {
	width: 15%;
	height: auto;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1)
}

.hb ul li:nth-child(6n) {
	margin-right: 0
}

.hb ul li .thum {
	background: center center no-repeat;
	background-size: cover;
	border: 1px solid rgba(0, 0, 0, .05);
}

.hb ul li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.header.active .homePage,.header.active .hNav .hotTel,.header.active .hNav .lang{
	border: 1px solid rgba(12, 139, 192, .5);
	color: #0c8bc0;
}

.header.active .hNav .searchBox{
	border: 1px solid rgba(12, 139, 192, .5);
}

.header.active .searchIcon{
	color: #0c8bc0;
}

.header.active .homePage{
	color: #0c8bc0;
}

.header.active .searchInput input{
	color: #0c8bc0;
}
.header.active .menu_btn{
	background: transparent;
}

.header.active .menu_btn span,.header.active .menu_btn span:after,.header.active .menu_btn span:before{
	background-color: #0c8bc0;
}
.xyMain{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff url(../images/rlzy.jpg) center center no-repeat;
	padding: 50px 25px;
	background-size: cover;
}

.zyp{
	display: none;
}

.fine ul{
	display: flex;
	justify-content: space-between;
}
.fine ul li{
	width: 32%;
	position: relative;
}

.fine ul li:nth-child(n + 4){
	display: none;
}

@font-face {
	font-family: din;
	src: url(../fonts/DIN-Condensed-Bold.ttf)
}
.hidden {
    display: none;
}

.honor ul{
	overflow: hidden;
	padding-bottom: 100px;
}

.honor ul li{
	width: 50%;
	float: left;
}

@font-face {
	font-family: montserrat;
	src: url(../fonts/montserrat-regular-webfont.woff2)
}

.header {
	width: 100%;
	height: auto;
	position: fixed;
	padding: 25px 5%;
	display: flex;
	justify-content: flex-end;
	z-index: 100;
	-webkit-transition: all .35s;
}

.header.active{
	
}

/* .header.active .hNav .hotTel,.header.active .hNav .lang,.header.active .hNav .searchBox,.header.active .searchIcon{
	color: #3e3e3e;
	border-color: rgba(0,0,0,.5);
} */
/* .header.active .menu_btn{
	background: rgba(0, 0, 0, .1);
}
.header.active .menu_btn span,.header.active .menu_btn span:after,.header.active .menu_btn span:before{
	background: #3e3e3e;
}

.header.active .searchInput input {
	color: #3e3e3e;
}

.header.active .searchInput input::-webkit-input-placeholder {
	color: #3e3e3e;
} */

/* .header.active .logo{
	width: 64px;
} */

.logo {
	width: 84px;
	display: block;
	-webkit-transition: all .35s;
}

.hNav {
	position: relative;
	right: 0%;
	top: 0px;
	display: flex;
}

.hNav .hotTel {
	border: 1px solid rgba(255, 255, 255, .5);
	display: flex;
	color: #fff;
	border-radius: 50px;
	padding: 0px 10px;
	align-items: center;
	font-family: din;
	line-height: 38px;
	height: 40px;
	overflow: hidden;
}

.hNav .hotTel .icon {
	font-size: 22px;
	margin-right: 5px;

}

.hNav .hotTel .txt {
	font-size: 20px;
}

.hNav .lang {
	border: 1px solid rgba(255, 255, 255, .5);
	display: block;
	color: #fff;
	border-radius: 50px;
	padding: 0px 10px;
	position: relative;
	margin-left: 15px;
	line-height: 38px;
	cursor: pointer;
	display: block;
}

.hNav .lang:hover{
	background: #fff;
	color: #0c8bc0;
}

.hNav .lang .list {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 100%;
	display: none;
}

.hNav .lang:hover .list {
	display: block;
}

.hNav .lang .list a {
	width: 100%;
	color: #fff;
	text-align: center;
	display: block;
}

.hNav .searchBox {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .5);
	position: relative;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	margin-left: 15px;
	overflow: hidden;
	margin-right: 80px;
	-webkit-transition: all .5s;
}

.hNav .searchBox:hover {
	width: 200px;
}

.menu_btn {
	position: absolute;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	border: none;
	top: -10px;
	background: rgba(255, 255, 255, .1);
	cursor: pointer;
}

.menu_btn span {
	top: 29px;
	left: 20px;
	width: 20px
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
	position: absolute;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.menu_btn span:after,
.menu_btn span:before {
	content: "";
	left: 0;
	-webkit-transform: translateY(0) rotate(0)
}

.menu_btn span:before {
	top: -6px;
	width: 14px
}

.menu_btn span:after {
	top: 6px;
	width: 12px
}

.menu_btn.active span {
	background-color: transparent
}

.menu_btn.active span:before {
	-webkit-transform: translateY(6px) rotate(-45deg)
}

.menu_btn.active span:after {
	-webkit-transform: translateY(-6px) rotate(45deg)
}

.menu_btn.active span:after,
.menu_btn.active span:before {
	width: 20px
}

.searchIcon {
	width: 38px;
	height: 38px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
}

.searchInput {
	position: absolute;
	width: calc(100% - 40px);
	left: 0px;
	top: 0px;
	-webkit-transition: all .5s;
}

.searchInput input {
	display: block;
	border: none;
	background: transparent;
	width: 100%;
	outline: none;
	color: #fff;
	height: 38px;
	text-indent: 20px;
}

.searchInput input::-webkit-input-placeholder {
	color: #fff;
}

.menu_btn:hover {
	background: rgba(255, 255, 255, .3);
}

.nav {
	width: 40vw;
	height: 100%;
	position: fixed;
	right: -40vw;
	top: 0px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	z-index: 100;
	padding:50px 75px;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.nav.active {
	right: 0%;
}

.nav ul {
	border-top: 3px solid #0072aa;
}

.nav ul li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 15px 0px;
}

.nav ul li>a {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 1.7;
	text-transform: uppercase;
}

.nav ul li .list {
	display: block;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.nav ul li .list a {
	font-size: 16px;
	line-height: 2;
	margin-right: 25px;
	text-transform: uppercase;
}

.nav ul li a:hover {
	color: #0072aa;
}

.closeIcon {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 75px;
	top: 0px;
	line-height: 70px;
	text-align: right;
	color: rgba(0, 0, 0, .3);
	font-size: 30px;
	cursor: pointer;
}

.swiperNomal .swiper-slide{
	width: 100% !important;
	background: #000;
}
#fullpage{
	width: 100%;

}
#menu {
	position: fixed;
	right: 5%;
	z-index: 90;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}
#menu a{
	width: 25px;
	height: 25px;
	opacity: 1;
	background: none;
	margin:5px 0px;
	position: relative;
	cursor: pointer;
	display: block;
	text-indent: 100px;
	overflow: hidden;
}
#menu a::before{
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
	transition: all .5s;
}
#menu a::after{
	content: "";
	background: url(../images/dot.png);
	background-size: cover;
	position: absolute;
	transition: all .3s;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
}
#menu a.active::before{
	transform: scale(.4);
	opacity: 0;
}
#menu a.active::after{
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
	animation: rotate0 2s ease infinite;
}
@keyframes rotate0 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); }
     }
#section1 {
	background: url(../images/bg1.jpg?v=1) center center no-repeat;
	display: flex;
	background-size: cover;
}

#section2 {
	position: relative;
	display: flex;
	align-items: center;
}

.bgs{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.bgs ul{
	height: 100%;
}
.bgs ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 1s;
	background: center center no-repeat;
	background-size: cover;
}
.bgs ul li.active{
	opacity: 1;
}

.section3 {
	background: center center no-repeat;
	display: flex;
	align-items: center;
	background-size: cover;
}

.section4 {
	background:center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

#section1 .w1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50px;
	flex-wrap: wrap;
}

.homeIntroL {
	width: 40%;
}

.homeIntroR {
	width: 55%;
}

.homeIntroR ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homeIntroR ul li {
	width: 49%;
	position: relative;
	margin-right: 2%;
	-webkit-transition: all .5s;
	margin-bottom: 20px;
}

.homeIntroR ul li a {
	position: relative;
	display: block;
	perspective: 500px;
}

.trigger {
	position: absolute;
	height: 33.333333%;
	width: 33.333333%;
	display: block;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trigger:nth-child(1) {
	left: 0%;
	top: 0%;
}

.trigger:nth-child(1):hover~.paracard {
	transform: rotateY(8deg) rotateX(-5deg);
	background-position: top left;
}

.trigger:nth-child(2) {
	left: 33.333333%;
	top: 0%;
}

.trigger:nth-child(2):hover~.paracard {
	transform: rotateY(0deg) rotateX(-5deg);
	background-position: top center;
}

.trigger:nth-child(3) {
	left: 66.666666%;
	top: 0%;
}

.trigger:nth-child(3):hover~.paracard {
	transform: rotateY(-8deg) rotateX(-5deg);
	background-position: top right;
}

.trigger:nth-child(4) {
	left: 0%;
	top: 33.333333%;
}

.trigger:nth-child(4):hover~.paracard {
	transform: rotateY(8deg);
	background-position: center left;
}

.trigger:nth-child(5) {
	left: 33.333333%;
	top: 33.333333%;
}

.trigger:nth-child(5):hover~.paracard {
	transform: rotateY(0deg) rotateX(0deg);
	background-position: center center;
}

.trigger:nth-child(6) {
	left: 66.666666%;
	top: 33.333333%;
}

.trigger:nth-child(6):hover~.paracard {
	transform: rotateY(-8deg) rotateX(0deg);
	background-position: center right;
}

.trigger:nth-child(7) {
	left: 0%;
	top: 66.666666%;
}

.trigger:nth-child(7):hover~.paracard {
	transform: rotateY(8deg) rotateX(5deg);
	background-position: bottom left;
}

.trigger:nth-child(8) {
	left: 33.333333%;
	top: 66.666666%;
}

.trigger:nth-child(8):hover~.paracard {
	transform: rotateY(0deg) rotateX(5deg);
	background-position: bottom center;
}

.trigger:nth-child(9) {
	left: 66.666666%;
	top: 66.666666%;
}

.trigger:nth-child(9):hover~.paracard {
	transform: rotateY(-8deg) rotateX(5deg);
	background-position: bottom right;
}

.paracard {
	width: 100%;
	display: block;
	transform-style: preserve-3d;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
	background-size: 110% 110%;
	background-position: center center;
}

.paracard::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .2);
	content: '';
}


.homeIntroR ul li:nth-child(2n) {
	margin-right: 0%;
}

.homeIntroR ul li .thum {
	position: relative;
	overflow: hidden;
}

.homeIntroR ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.homeIntroR ul li:hover .thum .pic {
	-webkit-transform: scale(1.05);
}

.homeIntroR ul li .info {
	width: 100%;
	-webkit-transition: all .5s;
	position: absolute;
	height: 100%;
	left: 0px;
	bottom: 0px;
	color: #fff;
}

.homeIntroR ul li .info .name {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	left: 30px;
}

.homeIntroR ul li .info::after {
	width: calc(100% - 40px);
	border: 2px solid rgba(255, 255, 255, 0.5);
	height: calc(100% - 40px);
	content: "";
	display: block;
	left: 20px;
	top: 20px;
	position: absolute;
	transform: translateZ(30px);
}

.homeIntroR ul li .info b {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.homeIntroR ul li .info p {
	opacity: .7;
}


.commonTitle {
	width: 100%;
	height: auto;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.commonTitle.pos{
	position: absolute;
	left: 5%;
	top: 10%;
}

.commonTitle.c {
	text-align: center;
}

.commonTitle.w {
	color: #fff;
}

.commonTitle.w b {
	color: #fff;
}

.commonTitle p {
	font-size: 20px;
	font-family: montserrat;
	opacity: .7;
}

.commonTitle b {
	font-size: 30px;
	line-height: 1.4;
	color: #0c8bc0;
	font-weight: normal;
}

.homeIntroL .txt {
	width: 100%;
	font-size: 30px;

}

.homeIntroL .txt b {
	font-weight: normal;
}

.homeIntroL .txt p {
	text-transform: uppercase;
	font-size: 20px;
	opacity: .2;
}

.zyBox {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0px 5%;
}

.zyBox a {
	width: calc(90vw * 0.23);
	height: calc(90vw * 0.23);
	border: 1px dashed rgba(255, 255, 255, .5);
	border-radius: 50%;
	position: relative;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

}

.zyBox a .info {
	display: block;
	width: 100%;
	position: relative;
	top: 15px;
}

.zyBox a .info p {
	font-size: 16px;
	line-height: 2;
	opacity: .7;
	margin-bottom: 10px;
}

.zyBox a .info b {
	display: block;
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	-webkit-transition: all .4s;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.zyBox a .info b::after {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0%;
	background: #0c8bc0;
	content: '';
	-webkit-transition: all .4s;
}

.zyBox a .info .icon {
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 50px;
	border-radius: 50%;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.zyBox a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .7);
	content: '';
	border-radius: 50%;
	-webkit-transform: scale(0);
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
}

.zyBox a:hover::before {
	-webkit-transform: scale(1);
	opacity: 1;
}

.zyBox a:hover {
	color: #0c8bc0;
}

.zyBox a:hover .info b {
	color: #0c8bc0;
	margin-bottom: 25px;
}

.zyBox a:hover .info b::after {
	width: 10%;
	left: 45%;
}

.zyBox a:hover .info .icon {
	background: #0c8bc0;
	color: #fff;
}

.numbers {
	width: 100%;
	position: relative;
	border-bottom: none;
	align-self: flex-start;
	margin-top: 30px;
}

.numbers ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.commonVideoBtn.vb{
	display: none;
}

.numbers ul li {
	padding: 35px 15px;
	text-align: center;
	
	height: auto;
	width: 25%;
	justify-content: center;
}

.numbers ul li:first-child{
	width: 20%;
}

.numbers ul li:nth-child(2){
	width: 30%;
}

.boxes.b20{
	background: url(../images/team.jpg) no-repeat;
	background-size: cover;
}

.numbers ul li .num {
	width: 100%;
	font-size: 68px;
	line-height: 1.2;
	font-family: din;
	color: #0e92c6;
}

.numbers ul li .num span {
	font-size: 14px;
	margin-left: 5px;
}

.numbers ul li .txt {
	width: 100%;
	line-height: 2;
	height: 40px;
}

.fine a {
	display: block;
	position: relative;
}

.fine .thum {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	
}

.fine .thum .pic{
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.fine .thum img {
	max-width: auto;
	width: 100%;
}

.fine .info {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fine .info::after {
	width: 0;
	height: 1px;
	background: #0c8bc0;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	-webkit-transition: all .35s;
}

.fine .info .name {
	width: 100%;
	height: auto;
	min-height: 50px;
	font-size: 16px;
	line-height: 1.6;
}

.fine .info .des {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	opacity: .7;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}

.fine .date {
	width: 100%;
	height: auto;
	line-height: 55px;
	position: relative;
	font-size: 20px;
	font-family: gothmbok;
	-webkit-transition: all .35s;
}

.fine .date::after {
	width: 15px;
	height: 15px;
	background: url("../images/jtsb.png?v=1") no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7.5px;
	-webkit-transition: all .35s;
	opacity: 0;
}

.fine a:hover .info::after {
	width: 100%;
}

.fine a:hover .date,
.fine a:hover .info .name {
	color: #0c8bc0;
}

.fine a:hover .thum .pic{
	-webkit-transform: scale(1.05);
}

.fine a:hover .date::after {
	opacity: 1;
}

.section4 .txt {
	line-height: 1.4;
	margin-bottom: 50px;
}

.section4 .txt p {
	font-size: 30px;
	color: #0c8bc0;
	margin-bottom: 10px;
}

.section4 .txt b {
	font-weight: normal;
}

.homeHr {
	width: 100%;
	height: auto;
}

.homeHr li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	margin-bottom: 10px;
}

.homeHr li .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	border: 1px solid #0c8bc0;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #0c8bc0;
	font-size: 24px;
}

.homeHr li .t {
	width: calc(100% - 50px);
}

.cooper {
	padding: 50px 0px;
}

.cooperList {
	width: 100%;
}

.cooperList a {
	width: 20%;
	background: #fff;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all .5s;
}

.cooperList a .pic {
	background: center center no-repeat;
	background-size: contain;
}

.cooperList a:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.copyright {
	background: #02b2cc;
	padding: 50px 0px 20px;
}

.fTop {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	color: #fff;
	justify-content: space-between;
}

.fNav {
	width: calc(100% - 320px);
}

.fWechat {
	width: 300px;
	text-align: center;
	line-height: 1.6;
}

.fWechat ul{
	display: flex;
	justify-content: space-between;
}
.fWechat ul li{
	width: 140px;
}
.fWechat img {
	margin-bottom: 10px;
}

.fNav ul {
	display: flex;
}

.fNav ul li {
	width: 15%;
}

.fNav ul li:last-child{
	width: auto;
	margin-right: 0%;
}

.fNav ul li a {
	display: block;
	color: rgba(255,255,255,.7);
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
}
.fNav ul li a:hover{
	color: #fff;
}
.fNav ul li a:first-child {
	font-weight: bold;
	color: #fff;
}

.commonTitle.mb25 {
	margin-bottom: 25px;
}

.fCenter {
	width: 100%;
	padding: 5px 0px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	margin-top: 25px;
}

.fCenter ul {
	display: flex;
	color: rgba(255,255,255,.7);
}

.fCenter ul li {
	width: auto;
	display: flex;
	position: relative;
	margin-right: 45px;
}
.home{
	overflow: hidden;
	height: 100vh;
}
.swiperNomal .swiper-slide{
	background: #000;
}
.home .swiper-slide:last-child{
	height: auto;
}
.fCenter ul li .icon {
	width: 40px;
	height: auto;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
}

.fCenter ul li .txt {
	line-height: 40px;
}

.footer {
	padding: 15px 0px;
	line-height: 20px;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
}

.footer a{
	color: rgba(255, 255, 255, .5);
}

.footer a:hover{
	color: rgba(255, 255, 255, 1);
}

.newsImg2 ul li {
	box-shadow: none;
	border-radius: 0px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.newsImg2 ul li .info .time {
	font-size: 14px;
}

.newsImg2 ul li:hover {
	background: #fff;
	color: #3e3e3e;
}

.newsImg2 ul li .info {
	padding: 20px 0px;
}

.newsImg2 ul li:hover .info .name,
.newsImg2 ul li:hover .info .des {
	color: #3e3e3e;
}

.newsFocus {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.newsFocus ul {
	width: calc(66%);
}

.newsFocus ol {
	width: 32%;
}

.newsFocus ul li {
	width: 100%;
	position: relative;
}

.newsFocus ul li .thum {
	position: relative;
	overflow: hidden;
}

.newsFocus ul li .pic {
	background: center center no-repeat;
	background-size: cover;
}

.newsFocus ul li .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	padding: 20px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
}

.newsFocus ul li .name .title {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 5px;
}

.newsFocus ul li .name .time {
	opacity: .7;

}

.newsFocus ol li {
	width: 100%;
	height: auto;
	position: relative;
}
.newsFocus ol li .thum{
	overflow: hidden;
	position: relative;
}
.newsFocus ol li .pic{
	background: center center no-repeat;
	background-size: cover;
}

.newsFocus ol li .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	padding: 10px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
}

.newsFocus ol li:first-child {
	margin-bottom: 20px;
}

.subBanner .title {
	position: absolute;
	width: auto;
	top: 60%;
	-webkit-transform: translateY(-50%);
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	font-size: 40px;
	left: 50%;
	margin-left: -700px;
	text-align: left;
}

.subBanner .title p {
	text-transform: uppercase;
}

.aboutBox {
	display: flex;
	justify-content: space-between;
}

.aboutBox .introL {
	width: 48%;
}

.aboutBox .introR {
	width: 50%;
}
.aboutBox .introR .singePage p{
	margin-bottom: 0px;
}
.aboutSwiper .swiper-slide{
	background: center center no-repeat;
	background-size: cover;
}
.aboutSwiper .swiper-pagination-bullet{
	border-radius: 0px;
	background: rgba(255,255,255,.5);
	opacity: 1;
}
.aboutSwiper .swiper-pagination-bullet-active{
	background: rgba(255,255,255);
}
.number {
	width: 100%;
	padding-top: 25px;
}

.number ul {
	display: flex;
	justify-content: space-between;
}

.number ul li {
	width: 20%;
	position: relative;
	text-align: center;
}

.number ul li .num {
	width: 100%;
}

.number ul li .num b {
	font-size: 60px;
	font-family: din;
	color: #0c8bc0;
}

.boxes.b1 {
	background: #f2fafe;
}

.boxes.b2 {
	background: url(../images/bg6.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.hisText {
	text-align: center;
	color: #fff;
	line-height: 1;
}

.hisText b {
	font-weight: bold;
	font-family: din;
	font-size: 80px;
}

.hisText p {
	font-size: 18px;
}

.his {
	width: 90%;
	padding-bottom: 50px;
	padding-top: 60px;
}

.his .swiper-slide {
	background: #fff;
	padding: 50px 25px;
	border-radius: 5px 30px 5px 30px;
}

.his .swiper-slide .title {
	font-size: 50px;
	font-family: din;
	color: #0c8bc0;
	margin-bottom: 5px;
}

.his .swiper-slide .text {
	width: 100%;
	height: 160px;
	line-height: 2;
	font-size: 16px;
	overflow-y: auto;
}
.commonScroll {
	padding-right: 10px;
}

.commonScroll::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

.commonScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	background: #009E77;
}

.commonScroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #EDEDED;
}
.swiperDot {
	width: 100%;
	color: #fff;
	margin-top: 35px;
	border-top: 1px solid rgba(255, 255, 255, .7);
}

.swiperDot ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	position: relative;
	display: flex;
	justify-content: center;
}

.swiperDot ul li {
	width: 25%;
	position: relative;
	text-align: center;
	padding-top: 30px;
	cursor: pointer;
}

.swiperDot ul li .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
}

.swiperDot ul li .txt {
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1.4;
}

.swiperDot ul li.active .icon {
	border: none;
}

.swiperDot ul li .icon::after {
	width: 52px;
	height: 52px;
	position: absolute;
	background: url(../images/car.png) no-repeat;
	background-size: cover;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all .5s;
}

.swiperDot ul li.active .icon::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.boxes.b4 {
	background: url(../images/bg7.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0px;
	background-attachment: fixed;
}

.honorBox {
	width: 50%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	bottom: 0px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #33bbdd;
}

.w1 {
	width: 100%;
	position: relative;
	height: 345px;
	overflow: hidden;
}
.w1 ul{
	position: relative;
	width: 5000px;
	height: 100%;
	left: 0px;
	top: 0px;
	-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.w1 ul li{
	width: 33%;
	height: auto;
	position: relative;
	margin-right: 20%;
	float: left;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .15);
}

.w1 .pic {
	background: center center no-repeat;
	background-size: cover;
}

.ggList {
	width: 100%;
	margin-top: 100px;
}

.ggList ul {
	display: flex;
	flex-wrap: wrap;
}

.ggList ul li {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.ggList ul li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	position: relative;
}

.ggList ul li:nth-child(even) a {
	direction: rtl;
}

.ggList ul li:nth-child(even) .info .name {
	direction: initial;
}

.ggList ul li:nth-child(even) .info .des {
	direction: initial;
}

.ggList ul li .thum {
	width: 600px;
	overflow: hidden;
	height: 100%;
}

.ggList ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	height: 100%;
}

.ggList ul li .info {
	width: calc(100% - 600px);
	height: auto;
	position: relative;
	background: #0c8bc0;
	color: #fff;
	padding: 50px;
}

.ggList ul li .info .name {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.ggList ul li .info .des {
	width: 100%;
	font-size: 14px;
	line-height: 2;
}

.ggList ul li a .img {
	width: auto;
	height: 80%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.ggList ul li:last-child {
	margin-bottom: 0px;
}

.boxes.b5 {
	position: relative;
}

.proImg {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: center center no-repeat;
	background-size: cover;
}

.productBox {
	width: calc(50% - 50px);
	margin-left: calc(50% + 50px);
}

.proIntro {
	width: 100%;
	height: auto;
	position: relative;
}

.proIntro .title {
	font-size: 24px;
	color: #0c8bc0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.proIntro .title span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: din;
	font-size: 60px;
	opacity: .3;
	color: #000;
}

.proIntro .des {
	display: flex;
	line-height: 2;
	font-size: 16px;
}

.proIntro .des .t {
	color: #0c8bc0;
	margin-right: 10px;
}

.proIntro .des .d {
	opacity: .7;
}
.introB{
	display: flex;
	justify-content: space-between;
}
.introB .canshuBox{
	width: 69%;
	display: flex;
}
.introB .canshuBox:first-child{
	width: 39%;
}
.introB .canshuBox .n{
	width: 50px;
	color: #2e96c6;
	font-size: 16px;
	line-height: 2;
}
.introB .canshuBox .d{
	width: calc(100% - 50px);
	line-height: 2;
	font-size: 16px;
}
.proShow {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.proShow a {
	width: 20%;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.proShow a .icon {
	width: 80px;
	height: 80px;
	border: 1px solid #0c8bc0;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	color: #0c8bc0;
	font-size: 50px;
	margin: 0px auto;
}

.proShow a .txt {
	margin-top: 10px;
	padding: 0px 5px;
}

.proShow a:nth-child(2) .icon {
	font-size: 58px;
}

.proShow a:hover .icon,
.proShow a.active .icon {
	background: #0c8bc0;
	color: #fff;
}

.proShow a:hover .txt,
.proShow a.active .txt {

	color: #0c8bc0;
}

.pList {
	width: 100%;
}

.pList ul {
	display: flex;
	flex-wrap: wrap;
}

.pList ul li {
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
}

.pList ul li:nth-child(3n) {
	margin-right: 0%;
}

.pList ul li .thum {
	position: relative;
	overflow: hidden;
}

.pList ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.pList ul li a:hover .pic {
	-webkit-transform: scale(1.05);
}

.pList ul li a:hover {
	color: #0c8bc0;
}

.pList ul li .title {
	width: 100%;
	padding: 15px 0px;
	font-size: 16px;
	text-align: center;
}

.ysBox {
	width: calc(50% - 50px);
}

.boxes.b6 {
	padding: 100px 0px;
}

.introImg {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0px;
	top: 0px;
	background: center center no-repeat;
	background-size: cover;
}

.joinIcon {
	display: block;
	margin-bottom: 50px;
}

.joinIcon ul {
	display: flex;
	justify-content: space-between;
}

.joinIcon ul li {
	width: calc(100% / 6);
	position: relative;
	text-align: center;
	color: #fff;
}

.joinIcon ul li .icon {
	width: 70px;
	height: 70px;
	margin: 0px auto;
	line-height: 70px;
	text-align: center;
	font-size: 40px;
	position: relative;
}

.joinIcon ul li::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	bottom: 0%;
	background-color: rgba(255, 255, 255, .5);
	content: '';
	display: block;
}

.joinIcon ul li .txt {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
}

.boxes.b7 {
	background: url(../images/bg8.jpg) center center no-repeat;
	background-size: cover;
}


.joinList .swiper-slide {
	width: 32%;
	position: relative;
	
	background: #fff;
	cursor: pointer;
	padding: 50px 25px;
	border-radius: 0px 0px 30px 0px;
}


.joinList .swiper-slide .title {
	font-size: 20px;
	color: #0c8bc0;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	min-height: 66px;
}

.joinList .swiper-slide .title::after {
	width: 15%;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.joinList .swiper-slide .des {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
	height: 200px;
	overflow: hidden;
}

.joinList {
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 50px;
}

.joinTips {
	width: 500px;
	height: auto;
	position: relative;
	margin: 0px auto;
	background: #0c8bc0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	border-radius: 50px;
}

.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: 20px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 15px;
}

.tsBox .sendEmal {
	height: auto;
	border-radius: 55px;
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	justify-content: center;
	background: #333;
	color: #fff;
	padding: 7px 0px;
	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: 14px;
	line-height: 2;
	max-height: 70vh;
	overflow-y: auto;
}

.tsBox .des p {
	margin-bottom: 10px;
}

.hideBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 20px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}

.joinList ul li:hover,
.joinList ul li:hover .title {
	background: #0c8bc0;
	color: #fff;
}

.joinList ul li:hover .title::after {
	background: rgba(255, 255, 255, .5);
}

.team .top,
.team .bottom {
	width: 100%;
}

.team .top {
	margin-bottom: 10px;
}

.team .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.team .bottom {
	display: flex;
	justify-content: space-between;
}

.team .bottom a {
	width: calc(50% - 5px);
}

.team li:nth-child(2n) .top {
	margin-bottom: 0px;
	margin-top: 10px;
}

.team a {
	display: block;
	overflow: hidden;
	position: relative;
}

.team a:hover .pic {
	-webkit-transform: scale(1.05);
}

.backTop:hover {
	background: #0c8bc0;
}

.fine .swiper-button-next,
.fine .swiper-container-rtl .swiper-button-prev {
	width: 50px;
	height: 50px;
	top: 40%;
}

.fine .swiper-button-prev,
.fine .swiper-container-rtl .swiper-button-next {
	width: 50px;
	height: 50px;
	top: 40%;
}

.fine .swiper-button-next:after,
.fine .swiper-button-prev:after {
	font-size: 16px;
}

.subBanner img {
	position: relative;
}

@media screen and (max-width: 1500px){
	.subBanner .title{
		margin-left: 0%;
		left: 5%;
	}
}
.yeBox{
	display: flex;
	justify-content: space-between;
}
.yeL{
	width: 40%;
}
.yeL ul li{
	position: relative;
}
.yeL ul li .city{
	width: 100%;
	font-size: 18px;
	line-height: 3;
	cursor: pointer;
}
.yeL ul li .detail{
	width: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
}
.yeL ul li .detail::after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	content: '';
	position: absolute;
	left: -10px;
	top: 15px;
}

.yeL ul li:hover {
	z-index: 10;
}

.yeL ul li:hover .detail{
	display: flex;
	flex-wrap: wrap;
}
.yeL ul li .detail span{
	display: block;
	width: 33.33%;
	height: auto;
	line-height: 45px;
	text-align: center;
}
.yeR{
	width: 60%;
}
.lists{
	display: none;
}
.subBanner .title b{
	text-transform: uppercase;
}
.team .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	color: #fff;
	text-align: center;
	content: '';
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.8) 100%);
	font-size: 12px;
	text-align: left;
}
.commonMore::after{
	line-height: 41px;
}
.commonMore::before{
	top: 3px;
}
.commonTitle{
	position: relative;
	margin-bottom: 30px;
}
.teamBtn{
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
}
.teamBtn a{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	color: #0c8bc0;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
}
.teamBtn a:hover{
	background: #0c8bc0;
	color: #fff;
}

.boxes.ear{
	padding-bottom: 0px;
	overflow: hidden;
	height: 100vh;
}
.fWechat p{
	opacity: .7;
}
.his .swiper-button-next,.his .swiper-button-prev{
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	color: #0c8bc0;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
	margin-top: 0px;
	top: 0px;
	border-radius: 50%;
}
.his .swiper-button-prev{
	left: auto;
	right: 70px;
}
.his .swiper-button-next:after,.his .swiper-button-prev:after{
	font-size: 14px;
}
.honorNav{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.honorNav a{
	display: block;
	width: 200px;
	height: 100px;
	position: relative;
}
.honorNav a .icon{
	width: 50px;
	height: auto;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	margin: 0px auto;
	margin-bottom: 5px;
}
.honorNav a .txt{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.honorNav a.active{
	color: #0c8bc0;
}
.honor{
	position: relative;
}
.honor::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	background: rgba(0,0,0,.1);
	content: '';
	display: block;
}
.honor ul li{

	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.home video{
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	
}
.home .video{
	position: absolute;
	width: 100%;
	height: 100%;
	/* left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%); */
	background: center center no-repeat;
	background-size: cover;
}

.honor ul li:nth-child(2n){
	top: 100px;
}
.honor ul li .thum{
	width: 40%;
	margin-left: 40%;
}
.commonVideoBtn{
	position: absolute;
	left: 50%;
	top: 60%;
	margin: 0px;
	-webkit-transform: translate(-50%, -50%);
}

.commonVideoBtn.active{
	display: none;
}
.commonVideoBtn.vb{
	width: 40px;
	height: 40px;
}
.honor ul li .thum::before{
	width: 10%;
	position: absolute;
	top: 40%;
	right: 0%;
	background: rgba(0,0,0,.1);
	content: '';
	display: block;
	height: 1px;
}
.honor ul li:nth-child(2n) .thum::before{
	right: auto;
	left: 0%;
}
.honor ul li:nth-child(2n) .thum{
	margin-left: 0%;
	margin-right: 40%;
}
.honor ul li:nth-child(2n) .info{
	text-align: left;
}
.honor ul li .thum .pic{
	background: center center no-repeat;
	background-size: contain;
}
.honor ul li .info{
	width: 40%;
	    text-align: right;
}
.honor ul li .info .title{
	font-family: din;
	font-size: 80px;
}
.honor ul li .des{
	font-size: 14px;
	line-height: 1.7;
	margin-top: 10px;
	text-align: center;
	height: 46px;
}

.honor ul li:last-child{
	border-bottom: none;
}
.honor ul li:first-child{
	padding-top: 0px;
}
.job{
	width: 140px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	color: #0c8bc0;
}
.job:hover{
	background: #0c8bc0;
	color: #fff;
}
.proImg .swiper-slide{
	background: center center no-repeat;
	background-size: cover;
}
.swiper-pagination-bullet-active{
	background: #0c8bc0;
}
.detail_box .dpr{
	display: none;
}
.detail_box{
	width: 900px;
}
.detail_box .dpl .title,.detail_box .dpl .info{
	text-align: left;
}
.detail_box .dpl .title{
	font-weight: bold;
}
.detail_box .dpl .info{
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 20px;
}
.homePage{
	padding: 0px 25px;
	line-height: 38px;
	position: relative;
	display: block;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	margin-right: 15px;
}
.homePage:hover{
	background: #fff;
	color: #0c8bc0;
}
/* .header.active .homePage{
	color: #3e3e3e;
	border-color: rgba(0,0,0,.5);
}
.header.active .homePage:hover{
	background: #0c8bc0;
	color: #fff;
	border-color:#0c8bc0 ;
} */

.showSinge,.commonTitle.t2{
	display: none;
}

#section2 .w1400{
	width: 100%;
	max-width: none;
}

.xyImg{
	width: 150px;
	margin-bottom: 25px;
}

.singePage.s{
	width: 50%;
}

.cbWords{
	position: relative;
	height: auto;
	line-height: 2;
	overflow: hidden;
	font-size: 100px;
	text-transform: uppercase;
	font-family: montserrat;
	width: 100%;
	text-align: center;
	opacity: 0.1;
	letter-spacing: 10px;
}

.cbWords.e{
	font-size: 4.5vw;
	letter-spacing: 0px;
}

@media screen and (min-width: 1400px) {
	.cbWords.e{
		font-size: 3.5vw;
	}
}

.cbWords span{
	position: absolute;
	display: block;
	width: 200%;
	height: 100%;
	left: 100%;
	top: 0px;
	color: rgba(0,0,0,.03);
}

.boxes.t{
	background: url(../images/tBg.jpg) center center no-repeat;
	background-attachment: fixed;
}

.train{
	width: 100%;
	height: auto;
}


.train .swiper-slide{
	width: 32%;
	height: auto;
	position: relative;
}

.train .swiper-slide .thum{
	
	overflow: hidden;
}

.train .swiper-slide .thum .pic{
	-webkit-transition: all .5s;
	background: center center no-repeat;
	background-size: cover;
}

.train .swiper-slide .info{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	padding:100px 35px 35px;
	color: #fff;
	background: -webkit-linear-gradient(top, rgba(2, 178, 204, .0) 0%, rgba(2, 178, 204, .8) 100%);
}

.train .swiper-slide .info .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 5px;
}
.train .swiper-slide .info .des{
	font-size: 14px;
	line-height: 2;
}

.techBox{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.techBox .tB{
	width: 49%;
	height: auto;
}
.techBox .tB .name{
	font-size: 24px;
	color: #0e92c6;
	line-height: 1.7;
	margin-bottom: 25px;
}
.techBox .tB ul{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 25px;
	border: 1px solid rgba(0,0,0,.05);
	position: relative;
}



.techBox .tB ul::after{
	width: 29px;
	height: 15px;
	position: absolute;
	left: 20px;
	top: -15px;
	background: url(../images/sjxIcon.png) no-repeat;
	background-size: cover;
	content: '';
}

.techBox .tB:first-child ul li{
	width: 25%;
	height: auto;
	position: relative;
	display: flex;
	height: 90px;
	color: #0c8bc0;
	justify-content: center;
	margin-bottom: 15px;
}

.techBox .tB:first-child ul li:nth-child(n+5){
	margin-bottom: 0px;
}

.techBox .tB:first-child ul li::before{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0px;
	background: #0c8bc0;
	opacity: .07;
	content: '';
	border-radius: 50%;
}

.techBox .tB:first-child ul li .n{
	width: 40px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 0px;
	font-size: 60px;
	font-family: din;
	
}

.techBox .tB:first-child ul li .d{
	width: auto;
	height: auto;
	position: relative;
	margin-left: 40px;
	line-height: 95px;
	font-size: 14px;
}

.techBox .tB:last-child ul li{
	width: 49%;
	height: auto;
	position: relative;
	line-height: 50px;
	padding-left: 15px;
}

.techBox .tB:last-child ul li::after{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -3px;
	background: #0e92c6;
	border-radius: 50%;
	content: '';
}

.boxes.zy{
	height: 80vh;
	position: relative;
	padding: 0px;
	overflow: hidden;
}
.boxes.zy .jxImg{
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.boxes.zy .jxImg ul{
	position: absolute;
	width: 100%;
	height: 100%;
}
.boxes.zy .jxImg ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.05);
	background: center center no-repeat;
	background-size: cover;
}
.boxes.zy .jxImg ul li.active{
	opacity: 1;
	-webkit-transform: scale(1);
}

.jxNav{
	width: 120px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
}
.jxNav a{
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	position: relative;
	color: #0c8bc0;
	cursor: pointer;

}
.jxNav a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	border-radius: 50%;
	content: '';
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,.05);
	-webkit-transform: scale(0.8);
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.jxNav a.active{
	color: #fff;
}
.jxNav a.active::before{
	-webkit-transform: scale(1);
	background: #02a7c9;
}
.jxNav a span{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	font-size: 16px;
	line-height: 1.4;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .5s;
}
.jxNav a.active span{
	letter-spacing: 5px;
}

.jxInfo{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	background: #f7f7f7;
	padding: 100px;
}

.jxInfo .name{
	font-size: 24px;
	color: #0e92c6;
	line-height: 1.7;
	margin-bottom: 25px;
}

.jxInfo .singePage{
	margin-bottom: 50px;
}

.xyTop{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.xyTop .img{
	width: 150px;
}
.xyTop .name{
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
}
@media screen and (max-width: 1024px) {
	.porject_box{
		width: 90%;
    	margin-left: 5%;
	}
	.homeIntroL .txt,.commonTitle b{
		font-size: 24px;
	}
	.swiperNomal .btnBox{
		display: none;
	}
	.homeIntroR ul li .info b{
		font-size: 18px;
	}
	.homeIntroR ul li .info p{
		font-size: 12px;
	}
	.commonMore{
		width: 160px;
		padding-left: 25px;
	}
	.fNav ul li{
		width: 20%;
	}
	.nav{
		width: 90vw;
		padding: 50px 35px;
		right: -90vw;
	}
	.closeIcon{
		width: 50px;
		height: 50px;
		right: 35px;
		line-height: 50px;
		font-size: 20px;
	}
	.nav ul li>a{
		font-size: 20px;
	}
	.subBanner .title{
		font-size: 30px;
	}
	.aboutBox{
		flex-wrap: wrap;
	}
	.aboutBox .introL,.aboutBox .introR{
		width: 100%;
	}
	.aboutBox .introL{
		height: auto;
	}
	.aboutSwiper{
		height: 60vw;
		margin-bottom: 15px;
	}
	.hisText b{
		font-size: 60px;
	}
	.his .swiper-slide{
		padding: 35px 25px;
	}
	.his .swiper-slide .title{
		font-size: 40px;
	}
	.his .swiper-slide .text{
		font-size: 14px;
	}
	.yeL ul li .detail span{
		line-height: 40px;
	}
	.number ul li .num b{
		font-size: 50px;
	}
	.proShow a{
		font-size: 14px;
	}
	.proShow a .icon{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	.proIntro .singePage{
		min-height: 200px;
		font-size: 14px;
	}
	
}
@media screen and (max-width: 800px) {
	.porject_box {
	    width: 100%;
	    margin-left: 0%;
	}
	.commonTitle.oa b{
		font-size: 32px;
	}
	.porject_box ul li{
		padding: 50px 25px;
	}
	.porject_box ul li .name{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.homeIntroL,.homeIntroR{
		width: 100%;
	}
	#section1 .w1400{
		align-self: center;
	}
	
	.commonTitle,.homeIntroL .txt{
		text-align: center;
	}
	
	#section1 .commonMore{
		display: none;
	}
	.homeIntroL .txt{
		margin-bottom: 50px;
	}
	.homeIntroR{
		width: 90%;
		margin-left: 5%;
	}
	.zyBox a .info .icon{
		display: none;
	}
	.zyBox a{
		width: 35vw;
		height: 35vw;
		margin: 0px 2vw;
	}
	.fNav{
		display: none;
	}
	.fWechat{
		width: 100%;
	}
	.fWechat ul{
		justify-content: center;
	}
	.fWechat ul li{
		margin: 0px 15px;
		width: 120px;
	}
	.copyright{
		padding: 30px 0px 10px;
	}
	.fCenter ul{
		flex-wrap: wrap;
		display: block;
	}
	.copyright .w1400{
		overflow: hidden;
	}
	.fTop{
		display: block;
		float: left;
		width: 300px;
	}
	.fCenter{
		width: calc(100% - 320px);
		float: right;
		margin: 0px;
		border: none;
	}
	.footer{
		padding: 0px;
		float: left;
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid rgba(255,255,255,.5);
		width: 100%;
	}
	.hNav .searchBox,.homePage,.hNav .hotTel{
		display: none;
	}
	.menu_btn{
		top: 0px;
	}
	.header{
		padding: 0px;
	}
	.subBanner img{
		position: relative;
		max-width: none;
		width: 200%;
		left: -50%;
	}
	.number ul li .num b{
		font-size: 20px;
	}
	.number ul li .num span{
		font-size: 12px;
	}
	.boxes{
		padding: 50px 0px;
	}
	.his .swiper-button-next, .his .swiper-button-prev{
		display: none;
	}
	.his{
		padding-bottom: 40px;
		padding-top: 0px;
	}
	.swiperDot ul li .icon::after{
		width: 26px;
		height: 26px;
	}
	.swiperDot ul li{
		padding-top: 15px;
	}
	.swiperDot ul li .icon{
		width: 10px;
		height: 10px;
		margin-left: -5px;
		top: -5px;
	}
	.swiperDot ul li .txt{
		font-size: 14px;
	}
	.honorBox{
		width: 100%;
	}
	.yeBox{
		flex-wrap: wrap;
	}
	.singePage{
		font-size: 14px;
		text-align: justify;
	}
	
	.teamBtn{
		display: none;
	}
	.w1 ul{
		width: 100%;
	}
	.proIntro .singePage{
		display: none;
	}
	.detail_box{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.honor ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.honor ul li .thum::before{
		display: none;
	}
	.subBanner .title{
		display: block;
	}
	.commonVideoBtn.vb{
		display: block;
	}
	.commonVideoBtn.vb.active{
		display: none;
	}
	.home>.swiper-wrapper{
		display: block;
	}
	.swiper-container.swiperNomal{
		height: 50vw;
		pointer-events: initial;
	}
	.subBanner .title{
		top: 75%;
	}

	.home{
		height: auto;
	}
	#section1,#section2,.section3,.section4{
		padding: 50px 0px;
		pointer-events: initial;
	}
	.train .swiper-slide .info{
		padding: 100px 15px 15px;
	}

	.cbWords{
		font-size: 14px;
		line-height: 2;
		position: relative;
		height: auto;
		padding: 0px 5%;
		bottom: 0%;
	}
	.cbWords.cs1{
		font-size: 18px;
		letter-spacing: 0px;
		opacity: .5;
		font-weight: bold;
		padding-top: 15px;
	}
	.cbWords span{
		width: 100%;
		left: 0%;
		position: relative;
		color: #3e3e3e;
	}
	.boxes.xy{
		padding-bottom: 50px;
	}
	.train ul{
		flex-wrap: wrap;
	}
	.train ul li{
		width: 100%;
	}
	.fTop,.fCenter{
		width: 100%;
	}
	.fWechat{
		padding: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid rgba(255,255,255,.3);
		padding-bottom: 25px;
	}
	.footer{
		margin-top: 0px;
	}
	.fWechat p{
		font-size: 12px;
	}
	.fCenter ul li{
		width: 100%;
		margin-right: 0px;
	}
	.honorNav a .icon{
		font-size: 30px;
		margin-bottom: 0px;
	}
	.honorNav a .txt{
		font-size: 14px;
	}
	.honorNav a{
		width: calc(100% / 3);
		height: auto;
	}
	.honor ul li .thum{
		width: 100%;
		margin-left: 0%;
	}
	.honor ul li:nth-child(2n){
		top: 0px;
	}
	.honor ul li:nth-child(2n) .thum{
		margin-right: 0%;
	}
	.honor ul li .des{
		font-size: 14px;
		line-height: 1.7;
		height: auto;
		margin-top: 5px;
	}
	.honor::after{
		display: none;
	}
	.proImg{
		width: 100%;
		height: 65vw;
		position: relative;
		margin-bottom: 20px;
	}
	.productBox{
		width: 100%;
		margin-left: 0%;
	}
	.proIntro .singePage{
		height: auto;
	}
	.pList ul li,.newsImg2 ul li{
		width: 100%;
		margin-right: 0%;
	}
	.newsFocus ol{
		width: 100%;
	}
	.newsFocus{
		flex-wrap: wrap;
	}
	.newsFocus ul{
		margin-bottom: 15px;
		width: 100%;
	}
	.newsImg2 ul li .info{
		padding: 10px 0px;
	}
	.newsImg2 ul li{
		margin-bottom: 15px;
		border-bottom: none;
	}
	.homeIntroR ul li .info::after,.homeIntroR ul li .info p{
		display: none;
	}
	.homeIntroR ul li .info .name{
		width: 100%;
		bottom: 0px;
		left: 0px;
		padding: 10px 15px;
	}
	.homeIntroR ul li .info b{
		font-size: 16px;
		font-weight: bold;
	}
	.homeIntroR ul li{
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0%;
		height: 15vh;
		overflow: hidden;
	}
	.homeIntroL .txt{
		display: none;
	}
	.homeIntroR{
		width: 100%;
		margin-left: 0%;
	}
	.commonTitle p{
		font-size: 14px;
	}
	.zyBox{
		flex-wrap: wrap;
		justify-content: center;
	}
	.zyBox a{
		width: 35vw;
		height: 35vw;
		margin: 10px 2vw;
	}
	.zyBox a .info b{
		font-size: 18px;
		font-weight: bold;
	}
	.zyBox a .info p{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.fine ul{
		flex-wrap: wrap;
	}
	.section4 .txt p{
		font-size: 18px;
	}
	.section4 .txt b{
		font-size: 14px;
		line-height: 2;
	}
	.section4 .txt{
		margin-bottom: 30px;
	}
	.homeHr li .icon{
		font-size: 20px;
	}
	.fWechat ul li{
		width: 110px;
	}
	.nav ul li>a{
		font-size: 18px;
		font-weight: bold;
	}
	.nav ul li{
		padding: 15px 0px;
	}
	.nav ul li .list a{
		font-size: 14px;
		margin-right: 15px;
	}
	.w1 ul li{
		width: 100%;
		margin-right: 0%;
	}
	.w1{
		height: auto;
	}
	.w1 ul li:nth-child(2n){
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.his .swiper-slide{
		padding:25px 15px;
	}
	.his .swiper-slide .title{
		font-size: 30px;
	}
	.subBanner{
		overflow: hidden;
	}
	.homeIntroR ul li .thum img{
		display: none;
	}
	.homeIntroR ul li .thum,.paracard,.homeIntroR ul li a{
		height: 100%;
	}
	.paracard{
		background-size: cover;
	}
	#section1 .w1400{
		top: 0px;
	}
	.homePage{
		display: block;
		margin-right: 0px;
		top: 10px;
		padding: 0px 15px;
	}
	.homeIntroR ul li .info p{
		display: block;
		font-size: 12px;
		padding-top: 5px;
	}
	.fine ul li{
		width: 100%;
		position: relative;
		height: auto;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.fine a{
		display: flex;
	}
	.fine .thum{
		margin-bottom: 0px;
	}
	.fine .date{
		position: absolute;
		left: 40%;
		bottom: 0%;
		font-size: 12px;
		padding-left: 15px;
		line-height: 2;
		opacity: .7;
	}
	.section4 .txt{
		text-align: center;
	}
	.fine .thum{
		width: 40%;
	}
	.fine .info{
		width: 60%;
		padding-bottom: 0px;
		border: none;
		padding-left: 15px;
	}
	.fine .info .name{
		-webkit-line-clamp: 3;
	}
	.commonVideoBtn{
		top: 45%;
	}
	.number ul{
		flex-wrap: wrap;
	}
	.number ul li{
		width: 50%;
	}
	.number ul li .num b{
		font-size: 40px;
	}
	.number ul li{
		margin-bottom: 15px;
	}
	.his .swiper-slide .text{
		height: 110px;
	}
	.his .swiper-slide .title{
		text-align: center;
	}
	.hisText{
		display: none;
	}
	.yeL{
		width: 100%;
	}
	.yeL ul li{
		display: flex;
		margin-bottom: 15px;
	}
	.yeL ul li .city{
		width: 60px;
		font-size: 16px;
		line-height: 40px;
		cursor: pointer;
	}
	.yeL ul li .detail{
		width: calc(100% - 60px);
		position: relative;
		display: flex;
		left: 0px;
		padding: 15px;
		flex-wrap: wrap;
		
	}
	.yeL ul li .detail span{
		width: 20%;
		line-height: 30px;
		text-align: left;
	}
	.boxes.ear{
		height: auto;
	}
	.yeR{
		width: 100%;
	}
	#earth{
		margin: 0px auto;
	}
	.boxes.b4{
		padding: 50px 0px;
		background-position: 65% 50%;
		background-attachment: initial;
	}
	.proIntro .title{
		display: none;
	}
	.showSinge{
		display: block;
		font-size: 14px;
		line-height: 2;
		margin-top: 15px;
	}
	.commonTitle.t2{
		display: block;
	}
	.commonTitle.t1{
		display: none;
	}
	.proShow{
		margin-top: 0px;
	}
	.pList ul li{
		width: 49%;
		margin-right: 2%;
	}
	.pList ul li:nth-child(3n){
		margin-right: 2%;
	}
	.pList ul li:nth-child(2n){
		margin-right: 0%;
	}
	.pList ul li .title{
		padding: 10px 0px;
		font-size: 14px;
	}
	.joinIcon ul{
		flex-wrap: wrap;
	}
	.joinIcon ul li{
		width: 33.33%;
		margin-bottom: 15px;
	}
	.joinIcon ul li::after{
		display: none;
	}
	.joinIcon ul li .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	.joinIcon ul li .txt{
		font-size: 14px;
		margin-top: 0px;
	}
	.commonTitle.l{
		text-align: left;
	}
	.job{
		width: 80px;
		font-size: 12px;
		height: auto;
		line-height: 35px;
	}
	.joinList .swiper-slide{
		padding:35px 15px;
	}
	.joinList{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.joinTips{
		width: 100%;
		font-size: 14px;
	}
	.ggList{
		margin-top: 0px;
	}
	.ggList ul li{
		margin-bottom: 15px;
	}
	.ggList ul li a{
		height: auto;
		flex-wrap: wrap;
	}
	.ggList ul li a .img{
		display: none;
	}
	.ggList ul li .thum,.ggList ul li .thum .pic{
		width: 100%;
		height: auto;
	}
	.ggList ul li .info{
		width: 100%;
		padding: 15px;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
		position: absolute;
		bottom: 0px;
	}
	.ggList ul li .info .name{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.detail_box .dpl{
		width: 100%;
	}
	.detail_page{
		padding: 0px;
	}
	.subBanner .title p{
		font-size: 12px;
	}
	.tsBox{
		width: 90%;
		max-width: none;
	}
	.newsImg2 ul li .info .des{
		display: none;
	}
	.proShow a:nth-child(2) .icon{
		font-size: 34px;
	}
	.yeL ul li .detail span.f{
		width: 30%;
	}
	.videoBox{
		width: 90%;
	}
	.commonMore.c{
		margin-top: 20px;
	}
	.commonMore{
		margin-top: 30px;
	}
	.numbers ul li{
		width: 100%;
		padding: 10px 0px;
		display: flex;
		align-items: center;
	}
	.commonVideoBtn.vb span{
		background: rgba(0,0,0,.5);
	}
	.commonVideoBtn.vb span::after{
		border-left: 5px solid #fff;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.numbers ul li:first-child,.numbers ul li:nth-child(2){
		width: 100%;
	}
	.numbers ul li .num{
		width: 120px;
		font-size: 58px;
	}
	.numbers ul li .num span{
		font-size: 24px;
	}
	.numbers ul li .txt{
		width: calc(100% - 130px);
		margin-left: 10px;
		text-align: left;
		height: auto;
	}
	.introB{
		flex-wrap: wrap;
	}
	.introB .canshuBox:first-child,.introB .canshuBox{
		width: 100%;
		margin-bottom: 15px;
	}
	.introB .canshuBox .n{
		width: 35px;
		font-size: 12px;
	}
	.introB .canshuBox .d{
		font-size: 12px;
		width: calc(100% - 35px);
	}
	.ysBox{
		width: 100%;
	}
	.introImg{
		height: 80vw;
		width: 100%;
		position: relative;
		top: 0px;
		margin-bottom: 35px;
	}
	.boxes.b6{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.ggList ul li .info .des{
		display: none;
	}
	#page li.xl-nextPage,#page li.xl-prevPage{
		display: none;
	}
	.techBox{
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.techBox .tB{
		width: 100%;
	}
	.techBox .tB .name{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.techBox .tB:first-child ul li{
		width: 33%;
	}
	.techBox .tB:first-child{
		margin-bottom: 25px;
	}
	.techBox .tB ul{
		padding: 20px 15px;
	}
	.sw2{
		display: none;
	}
	.techBox .tB:last-child ul li{
		width: 100%;
		line-height: 40px;
	}
	.boxes.zy .jxImg{
		height: 40vh;
		width: 100%;
		position: relative;
	}
	.boxes.zy{
		height: auto;
	}
	.jxNav{
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
		-webkit-transform: translate(0%, 0%);
		left: 0%;
		top: 0%;
		margin-top: 0px;
		padding: 0px 0px;
		justify-content: flex-start;
	}
	.jxNav a.active {
	    color: #fff;
	    background: #0c8bc0;
	}
	.jxNav a.active::after{
		width: 0px;
		height: 0px;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #0c8bc0;
		position: absolute;
		left: 50%;
		margin-left: -7px;
		top: -7px;
		content: '';
		display: block;
	}
	.jxNav a.active span{
		letter-spacing: 0px;
	}
	.jxNav a{
		width: 25%;
		height: auto;
		color: #3e3e3e;
		padding: 15px 0px;
		display: flex;
		align-items: center;
	}
	.jxNav a::before{
		display: none;
	}
	.jxNav a span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		position: relative;
		width: 100%;
		-webkit-transform: translateX(0%) translateY(0%);
		top: 0%;
	}
	.jxNav a.active::before{
		display: none;
	}
	.jxInfo{
		position: relative;
		left: 0%;
		padding: 25px 5%;
		height: auto;
		width: 100%;
	}
	.jxInfo .name{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.zyp{
		display: block;
	}
	.zym{
		display: none;
	}
	.joinIcon{
		margin-bottom: 10px;
	}
	.singePage.s{
		width: 100%;
	}
	.xyImg {
	    width: 75px;
	    margin-bottom: 15px;
	}
	.cbWords.e{
		font-size: 4vw;
	}
	.swiperNomal .swiper-pagination-bullet{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active{
		margin-right: 50px;
	}
	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
		width: 50px;
		right: -50px;
	}
	#menu,.backTop{
		display: none;
	}
	.honorBox .singePage{
		width: 70%;
		font-size: 14px;
	}
	.honorBox .singePage p{
		margin-bottom: 0px;
	}
	.commonTitle.m{
		margin-bottom: 0px;
	}
	.boxes.b7{
		background-attachment: inherit;
	}
	.commonVideoBtn.vb::after, .commonVideoBtn.vb::before{
		display: none;
	}
	.swiper-lazy-preloader{
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
		z-index: 10;
		border-width: 2px;
	}
	.commonTitle{
		margin-bottom: 20px;
	}
	.joinList .swiper-slide .title{
		font-size: 16px;
	}
	.hb ul li{
		width: 23.5%;
		margin-bottom: 15px;
	}
	.hb ul li:nth-child(6n){
		margin-right: 2%;
	}
	.hb ul li:nth-child(4n){
		margin-right: 0%;
	}
	.hNav .lang{
		margin-right: 70px;
		top: 10px;
	}
	.newsFocus ol li .name .title,.newsFocus ul li .name .title{
		font-size: 16px;
	}
	.newsFocus ol li .name .title{
		margin-bottom: 5px;
	}
	.honor ul{
		padding-bottom: 0px;
	}
	.ps{
		display: none;
	}
	.ph{
		display: block;
	}
	.porject_box ul{
		flex-wrap: wrap;
	}
	.porject_box ul li{
		width: 100%;
		margin-bottom: 15px;
		padding: 35px 15px;
	}
	.porject_box ul li .name{
		margin-bottom: 0px;
	}
	.porject_box ul li .des a{
		margin-bottom: 5px;
	}
	.porject_box ul li .name{
		font-size: 20px;
	}
}

