@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;max-width:1920px;margin:0 auto}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
}
.clf{
	zoom: 1;
}
.clf:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	padding: 10px 0;
}
.logo{
	float: left;
	font-size: 0;
}
.logo img{
	height: 55px;
}
.logo2{
	display: none;
}
.nav{
	float: right;
}
.nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 96px;
	position: relative;
}
.nav ul li>a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	display: block;
}
.nav_sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 200px;
	border-radius: 10px;
	padding: 10px;
}
.nav_sub a{
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 36px;
}
.nav ul li:hover .nav_sub{
	display: block;
}
.header:hover{
	background-color: #fff;
}
.header:hover .logo1{
	display: none;
}
.header:hover .logo2{
	display: block;
}
.header:hover .nav ul li > a{
	color: #333;
}
.header.black{
	background-color: #fff;
}
.header.black .logo1{
	display: none;
}
.header.black .logo2{
	display: block;
}
.header.black .nav ul li > a{
	color: #333;
}
.header.white{
	background-color: #fff;
}
.header.white .logo1{
	display: none;
}
.header.white .logo2{
	display: block;
}
.header.white .nav ul li > a{
	color: #333;
}
.banner{
	font-size: 0;
	position: relative;
}
.banner .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	bottom: 220px;
}
.banner  .swiper-pagination-current{
	font-size: 48px;
	color: #009fe8;
}
.barrow{
	position: absolute;
	text-align: right;
	font-size: 0;
	bottom: 50px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
}
.barrow a{
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	transition: all .5s;
	position: relative;
	overflow: hidden;
}
.barrow a img{
	position: relative;
}
.barrow a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #00a0e9;
	transition: all .5s;
}
.barrow a:hover{
	border: 1px solid #00a0e9;
}
.barrow a:hover::before{
	width: 100%;
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
}
.news{
	background-color: #fff;
	padding: 70px 0;
}
.news1{
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.news2{
	padding: 0 30px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}
.news3{
	font-size: 18px;
	color: #333333;
	line-height: 67px;
}
.news3 a{
	border-top: 4px solid #fff;
	display: inline-block;
	color: #333333;
	margin-right: 60px;
}
.news3 a.on{
	border-top: 4px solid #009fe8;
	color: #009fe8;
	font-weight: bold;
}
.news4 a{
	display: block;
	font-size: 16px;
	color: #00a0e9;
	width: 130px;
	height: 45px;
	border-radius: 22px;
	background-color: #eff4f7;
	text-align: center;
	line-height: 45px;
}
.news5{
	padding: 30px 30px 50px;
}
.news6{
	display: none;
}
.show{
	display: block !important;
}
.news7{
	display: flex;
	justify-content: space-between;
}
.news8{
	width: calc((100% - 48px)/3);
	margin-right: 24px;
}
.news8:nth-child(3n){
	margin-right: 0;
}
.news8 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.news9{
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.news9 img{
	transition: all .5s;
}
.news9a{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	padding: 5px 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #009fe8;
}
.news9a span{
	display: block;
	font-size: 20px;
}
.news9:hover img{
	transform: scale(1.03);
}
.news10{
	margin-top: 14px;
	font-size: 18px;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news10 a{
	color: #333333;
	font-weight: bold;
}
.news10:hover a{
	color: #00a0e9;
}
.news11{
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.news12{
	margin-top: 30px;
}
.news12 a{
	display: block;
	font-size: 16px;
	color: #00a0e9;
	width: 130px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	border-radius: 22px;
	border: 1px solid #00a0e9;
}
.news13{
	border-top: 1px dashed #e5e5e5;
	margin-top: 16px;
}
.news13 ul li{
	border-bottom: 1px dashed #e5e5e5;
	font-size: 16px;
	color: #666666;
	line-height: 60px;
}
.news13 ul li a{
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news13 ul li span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	flex: 1;
}
.news13 ul li code{
	margin-left: 20px;
	font-family: inherit;
}
.news13 ul li:hover span{
	color: #00a0e9;
}
.data{
	background: url(../img/data_bg.png) no-repeat;
	background-size: cover;
	padding: 70px 0 66px;
}
.data1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.data2{
	width: 25%;
	border-left: 1px solid #e5e5e5;
}
.data2:first-child{
    border-left: 0;
}
.data3{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.data3 span{
	font-size: 48px;
}
.data4{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.about{
	margin-top: 100px;
	font-size: 0;
	box-sizing: border-box;
	position: relative;
}
.cont{
	display: flex;
	position: relative;
	font-size: 0;
}
.about .cont .item {
	overflow: hidden;
	width: 42%;
	position: relative;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	margin-left: -12%;
	font-size: 0;
}
.about .cont .item:first-child {
	margin-left: 0;
}
.about .cont .item .img {
	width: 100%;
	height: 7.5rem;
	overflow: hidden;
	position: relative;
}
.about .cont .item.on {
	-webkit-transition: width 0.3s linear;
	transition: width 0.3s linear;
	width: 71%;
}
.about .cont .item .img {
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: relative;
}
.about .cont .item .img img {
	object-fit: cover;
	position: absolute;
	height: 100%;
	max-width: 1000%;
	top: 0;
	left: 0;
	transition: left 0.3s linear;
}
.about .cont .item:first-child  .img img {
	top: 0;
	left: auto;
	right: 0;
	transition: left 0.3s linear;
}
.about1{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	padding: 90px 0 0 240px;
	/*display: flex;*/
	/*align-items: flex-start;*/
	/*box-sizing: border-box;*/
}
.about2{
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 60px;
	white-space: nowrap;
}
.about3{
    margin-top: 30px;
	max-width: 760px;
	opacity: 0;
	visibility: hidden;
	width: 0;
	transition: opacity 0.15s 0.3s linear;
}
.about4{
	font-size: 16px;
	color: #fefefe;
	line-height: 30px;
}
.about5{
	margin-top: 32px;
	font-size: 0;
}
.about6{
	margin-top: 30px;
}
.about6 a{
	display: block;
	width: 130px;
	height: 45px;
	border-radius: 22px;
	font-size: 16px;
	color: #00a0e9;
	text-align: center;
	line-height: 45px;
	background-color: #eff4f7;
}
.about .cont .item.on .about3 {
    flex-shrink: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s 0.5s linear;
    width: 75%;
}
.lbg{
	font-size: 0;
	position: absolute;
	left: 0;
	top: -46px;
}
.rbg{
	font-size: 0;
	position: absolute;
	right: 0;
	bottom: -46px;
}
.yling{
	background: url(../img/tbg.png) no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.yling1{
	font-size: 40px;
	text-align: center;
	line-height: 60px;
	color: #333333;
}
.yling2{
	font-size: 0;
	overflow: hidden;
	padding: 0 20px;
}
.yling3{
	float: left;
	width: calc((100% - 75px)/6);
	margin-right: 15px;
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.yling3:nth-child(6n){
	margin-right: 0;
}
.yling3 > img{
	transition: all .5s;
}
.yling3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 5px;
	background-color: #313b58;
}
.yling3::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 28, 54, 0.67);
	opacity: 0;
}
.yling4{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	z-index: 9;
}
.yling5{
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	width: 100%;
}
.yling6{
	font-size: 0;
	text-align: center;
}
.yling7{
	margin-top: 60px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.yling8{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
}
.yling8 a{
	height: 90px;
	background-color: #e17511;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
}
.yling8 a img{
	margin-left: 10px;
}
.yling3:hover::after{
	opacity: 1;
}
.yling3:hover img{
	transform: scale(1.05);
}
.yling3:hover .yling5{
	display: block;
}
.yling3:hover .yling8{
	display: block;
}
.performance{
	background: url(../img/per_bg.png) no-repeat;
	background-size: cover;
	padding: 90px 0 100px;
}
.performance1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.performance2{
	margin-right: 160px;
}
.performance3{
	font-size: 36px;
	color: #0053a7;
	font-weight: bold;
}
.performance4{
	margin-top: 10px;
	font-size: 26px;
	color: #333333;
	font-weight: lighter;
}
.performance5{
	flex: 1;
}
.performance5 ul{
	overflow: hidden;
}
.performance5 ul li{
	list-style-type: none;
	float: left;
	width: 33%;
	padding-right: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.performance5 ul li a{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.performance5 ul li:hover a{
	color: #00a0e9;
}
.performance6{
	margin-top: 40px;
	/*background-color: #ffffff;*/
	/*border: 1px solid #d2d2d2;*/
}
.performance6 ul{
	font-size: 0;
	text-align: center;
}
.performance6 ul li{
	display: inline-block;
	line-height: 40px;
	/*border-bottom: 3px solid #ffffff;*/
	border: 1px solid #333333;
	font-size: 16px;
	color: #00a0e9;
	margin: 0 62px;
	cursor: pointer;
	padding: 0 40px;
}
.performance6 ul li.on{
	color: #ffffff;
	background-color: #00a0e9;
	font-weight: bold;
}
.performance7{
	display: none;
	margin-top: 30px;
	position: relative;
}
.performance8{
	background-color: #ffffff;
	padding: 16px;
	border-bottom: 3px solid #e17511;
}
.performance8a{
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.performance8a img{
	transition: all .5s;
}
.performance8b{
	margin-top: 10px;
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	color: #333333;
	text-align: center;
}
.performance8:hover .performance8a img{
	transform: scale(1.03);
}
.pleft{
	position: absolute;
	left: -20px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0, 114, 174, 0.65);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pright{
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0, 114, 174, 0.65);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer{
	background: url(../img/footer_bg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 30px;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer3{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.footer3 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.footer3 a img{
	display: none;
}
.footer4{
	margin-top: 20px;
}
.footer4 a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.footer5{
	text-align: right;
}
.footer6{
	margin-top: 16px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.footer7{
	/*margin-top: 30px;*/
}
.footer8{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.footer8 img{
	display: block;
	width: 125px;
	margin-bottom: 10px;
}
.footer9{
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer9a{
	font-size: 0;
}
.footer9b{
	font-size: 16px;
	color: #ffffff;
}
.footer9b a{
	color: #ffffff;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.home{
	margin-top: 75px;
	font-size: 14px;
	color: #999999;
	line-height: 50px;
}
.home a{
	color: #999999;
	margin: 0 6px;
}
.home a.last{
	color: #333333;
}
.home a img{
	vertical-align: middle;
}
.innerBanner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.innerBanner img{
	min-height: 262px;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	text-align: left;
}
.innerBanner2{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 48px;
}
.innerBanner3{
	margin-top: 10px;
	font-size: 14px;
	color: #fffefe;
}
.home{
	border-top: 1px solid #eeeeee;
}
.profile{
	padding: 90px 0 100px;
}
.title{
	font-size: 26px;
	color: #0054a7;
	text-align: center;
	line-height: 1;
}
.title.white{
	color: #fff;
}
.title1{
	margin: 20px auto 0;
	width: 35px;
	height: 3px;
	background-color: #e17511;
}
.title2{
	margin-top: 14px;
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.title2.white{
	color: #fff;
}
.profile1{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.profile2{
	font-size: 0;
	width: 610px;
	margin-left: 66px;
	height: 455px;
}
.profile3{
	flex: 1;
	padding-right: 66px;
	height: 455px;
	overflow-y: scroll;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.steady{
	background: url(../img/com_bg.png) no-repeat;
	background-size: cover;
	height: 766px;
}
.steady1{
	height: 100%;
	overflow: hidden;
}
.steady2{
	float: left;
	width: 420px;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
}
.steady4{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.steady5{
	margin-top: 60px;
	font-size: 16px;
	color: #ffffff;
}
.steady6{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
}
.steady6 span{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
}
.steady7{
	float: left;
	width: calc(100% - 420px);
	height: 100%;
}
.steady7 ul{
	overflow: hidden;
	height: 100%;
}
.steady7 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	width: calc(100% / 3);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.18);
}
.steady8{
	width: 100%;
}
.steady9{
	font-size: 0;
	text-align: center;
	height: 98px;
}
.steady10{
	margin-top: 20px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.steady11{
	display: none;
	margin-top: 50px;
	text-align: center;
}
.steady11 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #009fe8;
	width: 199px;
	height: 51px;
	border: 1px solid #009fe8;
}
.steady7 ul li:hover .steady11{
	display: block;
}
.honor{
	background-color: #f3f3f3;
	padding: 100px 0 45px;
}
.honor1{
	margin-top: 36px;
}
.honor1 .swiper{
	padding-bottom: 40px;
}
.honor1 .swiper-pagination-bullet{
	background-color: #bebebe;
	opacity: 1;
}
.honor1 .swiper-pagination-bullet-active{
	background-color: #e17511;
}
.honor2{
	font-size: 0;
	text-align: center;
}
.honor3{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.more{
	margin-top: 30px;
	text-align: center;
}
.more a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 199px;
	height: 51px;
	border: 1px solid #009fe8;
	font-size: 16px;
	color: #009fe8;
}
.history{
	background: url(../img/his_bg.png) no-repeat;
	background-size: cover;
	padding: 100px 0 50px;
}
.history1{
	max-width: 840px;
	margin: 50px auto 0;
}
.history2{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.history3{
	margin-top: 24px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
}
.history4{
	max-width: 840px;
	margin: 70px auto 0;
	position: relative;
}
.history4::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: #ffffff;
}
.history6{
	font-size: 0;
	text-align: center;
}
.history7{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
.history4 .swiper-slide-thumb-active .history7{
	font-weight: bold;
}
.darrow{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.darrow a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 9px;
}
.darrow a img{
	height: 12px;
}
.tech{
	padding: 100px 0;
}
.tech1{
	margin-top: 40px;
}
.tech2{
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.tech2 > img{
	width: 100%;
	transition: all .5s;
}
.tech3{
	position: absolute;
	left: 0;
	top: 36px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.tech4{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 65, 122, 0.79);
	align-items: center;
	justify-content: center;
}
.tech5{
	width: 100%;
	padding: 0 30px;
}
.tech6{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.tech7{
	margin-top: 16px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}
.tech8{
	margin-top: 40px;
	text-align: center;
}
.tech8 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 177px;
	height: 51px;
	border: 1px solid #e17511;
	font-size: 16px;
	color: #e17511;
}
.tech2:hover > img{
	transform: scale(1.05);
}
.tech2:hover .tech3{
	display: none;
}
.tech2:hover .tech4{
	display: flex;
}
.culture{
	padding: 100px 0;
	background-color: #f3f3f3;
}
.culture1{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.culture2{
	width: 360px;
	margin-right: 80px;
}
.culture3{
	margin: 15px 0;
	font-size: 20px;
	color: #545454;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}
.culture3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 20px;
	background-color: #545454;
}
.culture3.on{
	color: #e17511;
}
.culture3.on::before{
	background-color: #e17511;
}
.culture4{
	flex: 1;
}
.culture5{
	display: none;
	font-size: 0;
	position: relative;
}
.culture6{
	position: absolute;
	bottom: 0;
	right: 150px;
	padding: 30px 30px 0;
	background-color: #ffffff;
	width: 400px;
}
.culture7{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.culture8{
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.culture9{
	margin-top: 30px;
}
.culture9 a{
	display: block;
	width: 177px;
	height: 51px;
	background-color: #e17511;
	text-align: center;
	line-height: 51px;
	font-size: 16px;
	color: #fefefe;
	margin: auto;
}
.main{
	padding: 60px 0 80px;
}
.left{
	float: left;
	width: 224px;
}
.left1{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.left2{
	margin-top: 30px;
}
.left2 ul li{
	list-style-type: none;
}
.left3{
	border-top: 1px solid #999999;
	padding: 20px 0;
}
.left3 a{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
}
.left3 a img{
	margin-right: 10px;
}
.l_arrow1{
	display: none;
}
.left4{
	border-top: 1px solid #999999;
	padding: 20px 0 20px 30px;
}
.left4 a{
	display: block;
	color: #666666;
	line-height: 36px;
	font-size: 16px;
}
.left4 a.on{
	color: #009fe8;
}
.left2 ul li.on .left3 a{
	color: #009fe8;
}
.left2 ul li.on .l_arrow{
	display: none;
}
.left2 ul li.on .l_arrow1{
	display: block;
}
.right{
	float: right;
	width: calc(100% - 315px);
}
.rtitle{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid #009fe8;
}
.rtitle span{
	color: #009fe8;
}
.team ul{
	overflow: hidden;
	font-size: 0;
}
.team ul li{
	list-style-type: none;
	/*float: left;*/
	display: inline-block;
	vertical-align: bottom;
	width: calc((100% - 200px)/3);
	margin-right: 100px;
	margin-top: 30px;
}
.team ul li:nth-child(3n){
	margin-right: 0;
}
.team1{
	font-size: 0;
	overflow: hidden;
}
.team1 img{
	transition: all .5s;
}
.team2{
	margin-top: 16px;
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	color: #333333;
	text-align: center;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.team ul li:hover .team1 img{
	transform: scale(1.05);
}
.inHonor ul{
    font-size: 0;
}
.inHonor ul li{
	list-style-type: none;
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: calc((100% - 132px)/3);
	margin-right: 66px;
	margin-top: 30px;
	box-shadow: 0 0 10px #f9f9f9;
}
.inHonor ul li:nth-child(3n){
	margin-right: 0;
}
.inHonor ul li:hover .team1 img{
	transform: scale(1.05);
}
.employee ul li{
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.employee1{
	font-size: 0;
	overflow: hidden;
	margin-right: 30px;
	width: 38%;
}
.employee1 img{
	transition: all .5s;
}
.employee2{
	flex: 1;
}
.employee3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.employee3 a{
	color: #333333;
}
.employee4{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.employee5{
	margin-top: 10px;
}
.employee5 a{
	display: block;
	font-size: 16px;
	color: #fefefe;
	width: 177px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	background-color: #e17511;
}
.employee ul li:hover .employee1 img{
	transform: scale(1.05);
}
.page{
	margin-top: 40px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #e9ebf3;
	font-size: 16px;
	color: #737c8b;
	margin: 0 5px;
}
.page a.on{
	border: 1px solid #4285f4;
	color: #4285f4;
}
.inNews{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
}
.inNews1{
	margin-top: 30px;
	width: calc((100% - 60px)/2);
}
.inNews2{
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.inNews2 img{
	transition: all .5s;
}
.inNews3{
	margin-top: 16px;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	transition: all .4s;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews3:hover{
    font-size: 21px;
}
.inNews3 a{
	color: #333333;
}
.inNews4{
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews1:hover .inNews2 img{
	transform: scale(1.05);
}
.inNews1:hover .inNews3 a{
	color: #0053a7;
}
.inNews5{
	margin-top: 30px;
}
.inNews5 ul li{
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inNews6{
	flex: 1;
	padding-right: 70px;
	border-right: 1px solid #e5e5e5;
}
.inNews7{
	font-size: 20px;
	transition: all .4s;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inNews7:hover{
    font-size: 21px;
}
.inNews7 a{
	color: #333333;
}
.inNews8{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews9{
	margin-left: 70px;
}
.inNews10{
	font-size: 24px;
	color: #0054a7;
	font-weight: bold;
}
.inNews11{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
}
.inNews12{
    font-size: 0;
    margin-right: 20px;
    width: 200px;
    overflow: hidden;
}
.inNews12 img{
    transition: all .5s;
}
.inNews5 ul li:hover{
	background-color: #0054a7;
}
.inNews5 ul li:hover .inNews6{
	border-right: 1px solid #ffffff;
}
.inNews5 ul li:hover .inNews7 a{
	color: #ffffff
}
.inNews5 ul li:hover .inNews8{
	color: #ffffff;
}
.inNews5 ul li:hover .inNews10{
	color: #ffffff;
}
.inNews5 ul li:hover .inNews11{
	color: #ffffff;
}
.inNews5 ul li:hover .inNews12 img{
    transform: scale(1.05);
}
.newsDeta{
	padding: 1px 0 90px;
}
.newsDeta1{
	margin-top: -52px;
	padding: 40px 30px 70px;
	border: 1px solid #daeff7;
	border-radius: 9px;
	background-color: #ffffff;
	position: relative;
	font-size: 16px;
	color: #053544;
	line-height: 28px;
}
.sxy a{
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sxy a:hover{
	color: #0c7bc4;
}
.ywbk{
	padding: 10px 0 40px;
}
.ywbk1{
	margin-top: 20px;
	padding: 50px 0;
	position: relative;
}
.ywbk2{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 50px;
	overflow: hidden;
	width: 39%;
}
.ywbk2 img{
	transition: all .5s;
}
.ywbk1:hover .ywbk2 img{
	transform: scale(1.05);
}
.ywbk3{
	text-align: right;
}
.ywbk4{
	display: inline-block;
	width: 53%;
	text-align: left;
}
.ywbk5{
	margin-top: 30px;
	font-size: 24px;
	color: #092e66;
	font-weight: bold;
}
.ywbk6{
	margin-top: 24px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ywbk7{
	margin-top: 80px;
	margin-bottom: 90px;
}
.ywbk7 a{
	display: block;
	width: 113px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background-image: linear-gradient(to right,#096ecd,#09c3f4);
}
.ywbk1:nth-child(2n){
	background-color: #f2f6ff;
}
.ywbk1:nth-child(2n) .ywbk2 {
	left: auto;
	right: 0;
}
.ywbk1:nth-child(2n) .ywbk3{
	text-align: left;
}
.ywDeta{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.ywDeta1{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	margin-top: 10px;
}
.energy ul{
    font-size: 0;
}
.energy ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 66px)/3);
	margin-right: 33px;
	margin-top: 30px;
	background-color: #f8f8f8;
	padding: 14px;
	border-bottom: 1px solid #e17511;
}
.energy ul li:nth-child(3n){
	margin-right: 0;
}
.energy ul li:hover .team1 img{
	transform: scale(1.05);
}
.inContact{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inContact1{
	margin-top: 32px;
	background-color: #f6f6f6;
	width: calc((100% - 60px)/4);
	border-radius: 20px;
	padding: 40px 30px 0;
	height: 220px;
}
.inContact2{
	font-size: 0;
	text-align: center;
}
.inContact2 img{
	height: 33px;
}
.inContact3{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: center;
}
.inContact3 span{
    display: block;
    text-align: center;
}
.map{
	margin-top: 50px;
}
.recruitment{
	margin-top: 12px;
}
.recruitment ul li{
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px #eeeeee;
	padding: 30px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.recruitment1{
	font-size: 0;
	margin-top: 6px;
	margin-right: 16px;
}
.zk{
	display: none;
}
.recruitment2{
	flex: 1;
}
.recruitment3{
	font-size: 16px;
	color: #254868;
	line-height: 30px;
	font-weight: bold;
}
.recruitment4{
	display: none;
	font-size: 16px;
	color: #162545;
	line-height: 30px;
}
.recruitment ul li.on .sq{
	display: none;
}
.recruitment ul li.on .zk{
	display: block;
}
.recruitment ul li.on .recruitment4{
	display: block;
}
.partner{
	margin-top: 30px;
	padding: 30px 20px;
	background-color: #f7f7f7;
}
.partner ul{
	overflow: hidden;
}
.partner ul li{
	list-style-type: none;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	height: 55px;
	margin: 0 16px 20px 0;
	width: calc((100% - 96px)/7);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner ul li:nth-child(7n){
	margin-right: 0;
}
.partner ul li img{
	max-width: 90%;
	max-height: 96%;
}










