﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑" !important;
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}
html{
    overflow-x: hidden;
}
body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.content1000 {
	margin: 0 auto;
	width: 1000px;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}
.content1350 {
	margin: 0 auto;
	width: 1350px;
	max-width: 94%;
}
.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}
.content1480{
	margin: 0 auto;
	width: 1480px;
	max-width: 94%;
}
.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}
.header{
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
.header .content1480{
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}
.header .l a img{
	display: block;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .nav ul{
	display: flex;
}
.header .nav li{
	
}
.header .nav li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 60px;
	padding: 0 35px;
	display: block;
}
.header .nav li.active>a,
.header .nav li:hover>a{
	
	color: #fff;
	background:linear-gradient(to top, #1080c3, #39ade4);
}
.header .nav li .sub-nav{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 1);
	max-width: 94vw;
	z-index: 2;
	padding: 43px 0 48px;
	display: none;
	width: 1400px;
	max-width: 100%;
}
.header .nav li:hover .sub-nav{
	display: block;
}
.header .nav li .sub-nav-box{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.header .nav li .sub-nav-box>div{
	width: 25%;
}
.header .nav li .sub-nav .c-container{
	width: 28.21%;
}
.header .nav li .sub-nav-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	margin-bottom: 23px;
	width: 100%;
}
.header .nav li .sub-nav .l-box{
	
	padding-bottom: 40px;
}
.header .nav li .sub-nav .l-box a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	padding: 0 0 0 40px;
}
.header .nav li .sub-nav .l-box a:hover{
	color: rgba(16, 128, 195, 1);
	background-color: #fff;
}
.header .nav li .sub-nav .c-box img{
	display: block;
	width: 100%;
}
.header .nav li .sub-nav .r-box{
	padding-top: 30px;
}
.header .nav li .sub-nav .r-box .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.header .nav li .sub-nav .r-box .contact-btn{
	width: 131px;
	height: 32px;
	background: #999999;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0;
	margin-top: 33px;
}
.header .nav li .sub-nav .r-box .contact-btn:hover{
	color: #fff;
	background-color: rgba(16, 128, 194, 1);
}
.header .nav li .sub-nav .r-box .email-box{
	margin-top: 70px;
}
.header .nav li .sub-nav .r-box .email-box-text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.header .nav li .sub-nav .r-box .email-box-text span{
	color: rgba(16, 128, 195, 1);
}
.header .nav li .sub-nav .r-box .email{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #1080C3;
	line-height: 1;
	margin-top: 19px;
	padding: 0;
}
.header .header-search{
    position: relative;
}
.header .header-search .icon,
.header .language{
	width: 35px;
	height: 35px;
	border: 1px solid #888888;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
}
.header .header-search .icon .icon-sousuo{
	color: rgba(102, 102, 102, 1);
	font-size: 20px;
}
.header .language{
	margin-left: 30px;
}
.header .language a{
	display: block;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
	font-size: 20px;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 312px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-box .zh{
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.4;
}
.banner1 .banner-box .en{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.6;
}
.banner1 .banner-box .des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 10px;
}
.banner1 .banner-bottom{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 14px;
	z-index: 2;
}
.banner1 .banner-bottom .drop{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	cursor: pointer;
}
.banner1 .banner-bottom .drop .iconfont{
	display: block;
	color: #fff;
	font-size: 30px;
	animation: down 2.3s infinite forwards;
	transform: translateY(-20px);
}
@keyframes down{
	0{
		transform: translateY(-20px);
	}
	50%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-20px);
	}
}
.banner1 .banner-bottom .palyerBtn{
	position: absolute;
	bottom: -2px;
	right: 0;
	cursor: pointer;
}
.banner1 .banner-bottom .palyerBtn .iconfont{
	font-size: 60px;
	color: rgba(255,255,255,.6);
}
.banner1 .banner-bottom .palyerBtn:hover .iconfont{
	color: rgba(16, 128, 194, 1);
}
.banner1  .contact-btn{
	width: 130px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	line-height: 38px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	margin: 23px 0 0 auto;
}
.about-title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.about-nav{
	background-color: rgba(227, 227, 227, 1);
	width: 360px;
	padding-bottom: 40px;
	
}
.about-nav .about-nav-title{
	height: 60px;
	background: #E3E3E3;
	width: 100%;
	padding: 0 30px;
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1080C3;
	font-style: italic;
	line-height: 60px;
}
.about-nav  ul li a{
	display: block;
	padding-left: 100px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px
}
.about-nav  ul li.active a,
.about-nav  ul li:hover a{
	background-color: #fff;
	color: rgba(16, 128, 195, 1);
}
.footer{
	position: relative;
	background-color: rgba(51, 51, 51, 1);
	text-align: center;
}
.footer .c{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	padding: 12px 0;
}
.footer .r{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.footer .r ul{
	display: flex;
}
.footer .r ul a{
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .r ul a span{
	padding-left: 5px;
}
.footer .r ul li{
    position: relative;
	margin-right: 42px;
}
.footer .r ul li .img-box{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50px);
    width: 100px;
    display: none;
}
.footer .r ul li:hover .img-box{
    display: block;
}
.footer .r ul li .img-box img{
    display: block;
    width: 100%;
}
.footer .scrollTop{
	position: fixed;
	z-index: 999;
	width: 45px;
	height: 45px;
	background: rgba(255,255,255,.5);
	border: 1px solid #e7e7e7;
	border-radius: 23px;
	right: 30px;
	bottom: 73px;
	cursor: pointer;
	color: #333;
}
.footer .scrollTop:hover{
	border-color: rgba(16, 128, 194, 1);
	background-color: rgba(16, 128, 194, 1);
	color: #fff;
}
.footer .scrollTop .iconfont{
	font-size: 28px;
	cursor: pointer;
	line-height: 45px;
}
.m_right {
	display: none;
}
.common-bread{
	padding: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1080C3;
}
.common-bread a{
	color: #1080C3;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

.modal .modal-content video {
	width: 100%;
	height: 100%;
}

.modal .modal-content .close {
	position: absolute;
	top: -40px;
	right: -40px;
	color: #fff;
	cursor: pointer;
}

.modal .modal-content .close .iconfont {
	font-size: 28px;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	
	font-size: 16px;
	color: rgba(16, 128, 195, 1);
	margin: 5px;
	cursor: pointer;
	background: #EEEEEE;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 62px;
	color:rgba(16, 128, 195, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(16, 128, 195, 1);
	color: #fff;
}

.pagination ul li a {
	color: rgba(16, 128, 195, 1);
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
.modal-pic .modal-content .swiper{
    width: 80vw;
    height: 80vh;
}
.modal-pic .modal-content .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-pic .modal-content .swiper-slide img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.modal-pic .close{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #fff;
}
.modal-pic .close .iconfont{
    font-size: 24px;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px) {
	.about-nav{
		
		min-width: 280px;
	}
}
@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}
@media (max-width:1440px) {
	.header .nav li a{
		padding: 0 20px;
	}
	.banner1 .banner-box .zh,
	.about-title{
		font-size: 36px;
	}
	.about-nav{
		
	}
	
}
@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width:1280px) {
	.banner1 .banner-box .zh,
	.about-title{
		font-size: 30px;
	}
}
@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.header .c{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #666666;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #3370FF;
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}
	
	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}
	
	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}
	
	.m-navbar li:hover a {
		color: rgba(16, 128, 194, 1) !important;
	}
	
	.m-navbar li.active a {
		color:rgba(16, 128, 194, 1) !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 998;
	}
	
	.m-navbar li+li {
		margin-top: 12px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.m-navbar .header-search{
		display: flex;
		margin-top: 5px;
	}
	.m-navbar .header-search input{
		flex: 1;
		width: 100%;
		padding: 0 10px;
		outline: none;
		height: 33px;
		align-items: center;
		border-radius: 5px 0 0 5px;
		border: 1px solid #999;
		border-right: 0;
	}
	.m-navbar .header-search .icon{
		margin-left: 0;
		background-color: rgba(16, 128, 194, 1);
		color: #fff;
		width: 30px;
		line-height: 30px;
		text-align: center;
	}
	.m-navbar .icon .iconfont{
		font-size: 20px;
	}
	.banner1 .banner-box .zh,
	.about-title{
		font-size: 28px;
	}
	.footer .r{
		position: relative;
		top: 0;
		right: 0;
		transform: translate(0,0);
	}
	.footer .r ul{
		justify-content: center;
	}
	.footer .c{
		padding: 0 0 8px;
	}
	.footer{
		padding: 15px 0;
	}
	.footer .r ul li:not(:last-child){
		margin-right: 25px;
	}
	.footer .r ul li:last-child{
		margin-right: 0;
	}
	.header .r{
		display: none;
	}
}
@media (max-width:1024px) {
    .modal .modal-content {
    min-width: 80%;
}
	.banner1 .banner-box .zh,
	.about-title{
		font-size: 26px;
	}
	.about-inner{
		flex-direction: column;
	}
	.about-nav{
		width: 100%;
	}
	.modal .modal-content .close {
        right: -20px;
    }
}
@media (max-width:768px) {
    .modal .modal-content .close {
        right: 0;
    }
    .modal .modal-content {
        min-width: 90%;
    }
    .banner1 .banner-bottom .drop{
        bottom: -5px;
    }
    .banner1 .banner-bottom .drop .iconfont{
        font-size: 24px;
    }
	.banner1 .banner-box .zh,
	.about-title{
		font-size: 24px;
	}
	.header .l a img{
		width: 265px;
	}
	.banner1 .banner-bottom .palyerBtn .iconfont{
		font-size: 40px;
	}
	.banner1 .banner-box .des{
		font-size: 18px;
	}
	.footer .scrollTop{
		right: 40px;
	}
	.job-opportunity .box2 .about-title1{
		line-height: 30px;
	}
	.job-opportunity .box2 .des{
		font-size: 18px;
	}
	.job-opportunity .box2 .about-title{
		line-height: 30px;
	}
	.about-nav ul li a{
		padding-left: 40px;
	}
}
@media (max-width:500px) {
    .about-nav .about-nav-title{
        font-size: 20px;
    }
	.banner1 .banner-box .zh,
	.about-title{
		font-size: 20px;
	}
	.header .language{
		margin-left: 15px;
	}
	.header .l a img{
		width: 180px;
	}
	.banner1 .banner-box .en{
		font-size: 18px;
	}
	.banner1 .banner-box .des{
		font-size: 16px;
	}
	.job-opportunity .box2 .des{
		font-size: 16px;
	}
}