@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;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1520px;
	margin: 0 auto;
}
.tcCookie{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 96;
	width: 100%;
	background-color: #000000;
	padding: 24px 0;
}
.tcCookie1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tcCookie2{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	flex: 1;
}
.tcCookie2 a{
	color: #137aba;
}
.tcCookie3{
	margin-left: 100px;
	display: flex;
	align-items: center;
}
.tcCookie3 a{
	margin-left: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	height: 28px;
	background-color: #ffffff;
	font-size: 16px;
	color: #404040;
}
.header1{
	padding: 15px 0;
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
}
.logo img{
	height: 50px;
}
.language{
	float: right;
	display: flex;
	align-items: center;
	height: 50px;
}
.language img{
	width: 16px;
}
.language select{
	margin-left: 6px;
	outline: none;
	border: none;
	font-size: 16px;
	color: #333333;
}
.nav{
	float: right;
}
.nav ul{
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	list-style-type: none;
	float: left;
	font-size: 14px;
	line-height: 50px;
	margin-right: 72px;
	border-bottom: 2px solid #ffffff;
}
.nav ul li a{
	color: #696969;
}
.nav ul li.on{
	border-bottom: 2px solid #0159ea;
}
.nav ul li.on a{
	color: #0159ea;
	font-weight: bold;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 7px;
	opacity: 1;
	background-color: #137aba;
}
.banner .swiper-pagination-bullet-active{
	width: 56px;
	background-color: #137aba;
}
.banner1{
	position: relative;
}
.banner2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.banner3{
	font-size: 55px;
	color: #ffffff;
}
.banner4{
	margin-top: 20px;
	font-size: 24px;
	color: #fffefe;
	line-height: 48px;
}
.about{
	padding: 99px 0 80px;
}
.about1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about2{
	width: 49.7%;
}
.about3{
	font-size: 40px;
	color: #313131;
	font-weight: lighter;
	position: relative;
}
.about3 span{
	position: absolute;
	right: calc(100% + 30px);
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 3px;
	background-image: linear-gradient(to right,#137aba,#00aff7);
}
.about4{
	font-size: 40px;
	color: #313131;
	font-weight: bold;
}
.about5{
	margin-top: 30px;
	font-size: 36px;
	color: #313131;
}
.about6{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.about7{
	margin-top: 20px;
}
.about7 a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right,#137aba,#00aff7);
	width: 136px;
	height: 42px;
	font-size: 16px;
	color: #ffffff;
}
.about8{
	width: 48%;
	padding: 0 32px 32px 0;
	font-size: 0;
	position: relative;
}
.about8:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	background-color: #e5f7fe;
	border-radius: 116px 0 116px 0;
}
.about8 img{
	border-radius: 116px 0 116px 0;
	position: relative;
}
.product{
	background: url(../img/productbg.jpg) no-repeat;
	padding: 130px 0 46px;
}
.product1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product1 .about3{
	color: #fff;
}
.product1 .about3 span{
	background-image: none;
	background-color: #ffffff;
}
.product1 .about4{
	color: #fff;
}
.product3{
	display: flex;
	align-items: center;
}
.product3 a{
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
}
.product3 a.on{
	background-color: #fff;
	color: #212121;
}
.product4{
	margin-top: 40px;
	display: flex;
	flex-direction: row-reverse;
}
.product5{
	font-size: 0;
	width: 50%;
	background-color: #ffffff;
	min-height: 430px;
	display: flex;
	align-items: center;
}
.product6{
	width: 50%;
	padding: 70px 80px 55px;
	background-color: #ffffff;
}
.product7{
	font-size: 60px;
	color: #212121;
	font-weight: bold;
	line-height: 1;
}
.product8{
	margin-top: 20px;
	font-size: 30px;
	color: #212121;
	line-height: 47px;
}
.product9{
	margin-top: 20px;
	font-size: 18px;
	color: #212121;
	line-height: 30px;
}
.product10{
	margin-top: 20px;
}
.product10 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	height: 58px;
	border-radius: 29px;
	border: 1px solid #137aba;
	font-size: 18px;
	color: #137aba;
}
.product10 a:hover{
	background-image: linear-gradient(to right,#137aba,#00aff7);
	color: #fff;
}
.product_d1{
	display: none;
}
.show{
	display: block !important;
}
.news{
	background-color: #f5f5f5;
	padding: 68px 0 48px;
}
.news1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news2{
	display: flex;
	align-items: center;
}
.news2 a{
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	background-color: #fff;
	font-size: 18px;
	color: #137aba;
	border-radius: 5px;
}
.news2 a.on{
	background-image: linear-gradient(to right,#137aba,#00aff7);
	color: #ffffff;
}
.news3{
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.news4{
	font-size: 0;
	width: 47.2%;
}
.news5{
	font-size: 0;
}
.news6{
	background-color: #ffffff;
	line-height: 74px;
	padding: 0 140px 0 25px;
	font-size: 16px;
	color: #373737;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news4 .swiper-pagination{
	text-align: right;
	bottom: 29px;
	padding-right: 20px;
}
.news4 .swiper-pagination-bullet{
	opacity: 1;
	width: 12px;
	height: 12px;
	background-color: #eeeeee;
}
.news4 .swiper-pagination-bullet-active{
	background-color: #137aba;
}
.news7{
	float: right;
	width: 51.4%;
}
.news7 ul li{
	border-bottom: 1px dashed #c3c3c3;
	padding-bottom: 20px;
	margin-top: 15px;
}
.news7 ul li:first-child{
	margin-top: 0;
}
.news7 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news8{
	font-size: 0;
	margin-right: 48px;
	width: 202px;
}
.news9{
	flex: 1;
}
.news10{
	font-size: 18px;
	color: #373737;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news11{
	margin-top: 16px;
	font-size: 14px;
	color: #969696;
}
.news12{
	margin-top: 16px;
	font-size: 14px;
	color: #999999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer{
	background-color: #353535;
	padding: 60px 0 30px;
}
.footer1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer2{
	font-size: 0;
	margin-right: 108px;
}
.footer3{
	flex: 1;
}
.footer4{
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
}
.footer5{
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 30px;
}
.footer6{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 30px;
	text-align: center;
}
.footer6 img{
	display: block;
	margin: 0 auto 10px;
}
.beian{
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.beian1{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.beian1 a{
	color: rgba(255, 255, 255, 0.7);
}
.beian2{
	display: flex;
	align-items: center;
}
.beian2 a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-left: 30px;
}
.artwz{
	background-color: #f5f5f5;
	padding: 80px 0 180px;
	box-shadow: 0 0 10px inset #dedede;
}
.artwz1{
	font-size: 30px;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #e9e9eb;
	padding-bottom: 30px;
	line-height: 1;
	margin-bottom: 50px;
}
.artwz2{
	margin-top: 30px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.artwz3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.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;
}
.links{
	display: flex;
	flex-direction: row-reverse;
}
.links1{
	font-size: 0;
	width: 50%;
}
.links2{
	width: 50%;
	padding: 69px 150px 50px;
}
.links3{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.links4{
	margin-top: 24px;
	width: 168px;
	font-size: 14px;
	color: #000000;
	line-height: 36px;
	text-align: center;
}
.links4 span{
	display: block;
	margin: 0 auto 10px;
	border: 1px solid #636363;
	padding: 6px;
	font-size: 0;
	line-height: 1;
}
.links4 span img{
	width: 100%;
}
.innerBanner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	bottom: 150px;
	transform: translateX(-50%);
	text-align: left;
}
.innerBanner2{
	font-size: 48px;
	color: #ffffff;
}
.innerBanner3{
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 20px;
}
.ablogo{
	padding: 40px 0;
}
.ablogo1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ablogo1 img{
	margin: 0 15px;
}
.partner{
	background: url(../img/abbg.png) no-repeat;
	background-size: cover;
	padding: 90px 0 160px;
}
.partner1{
	font-size: 36px;
	color: #fffefe;
	text-align: center;
	line-height: 1
}
.partner2{
	margin: 25px auto 0;
	width: 108px;
	height: 4px;
	background-color: #ffffff;
}
.partner3{
	margin-top: 20px;
	font-size: 16px;
	color: #fffefe;
	line-height: 28px;
}
.inAbout{
	padding: 10px 0 120px;
	background: url(../img/abbg1.png) no-repeat;
	background-position: center bottom;
}
.inAbout1{
	margin-top: 60px;
	font-size: 36px;
	color: #333333;
	text-align: center;
}
.inAbout2{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
	position: relative;
}
.inAbout3{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inAbout4{
	position: absolute;
	left: 46.8%;
	display: flex;
	align-items: center;
	bottom: 66.8831%;
	font-size: 14px;
	color: #000000;
}
.inAbout4 img{
	margin-right: 9px;
}
.inAbout5{
	position: absolute;
	left: 69.5%;
	display: flex;
	align-items: center;
	bottom: 56.7532%;
	font-size: 14px;
	color: #000000;
}
.inAbout5 img{
	margin-right: 9px;
}
.inAbout6{
	position: absolute;
	left: 50%;
	bottom: 70px;
	transform: translateX(-50%);
}
.inAbout6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	height: 62px;
	border-radius: 31px;
	background-image: linear-gradient(to right,#137aba,#00aff7);
	font-size: 15px;
	color: #ffffff;
}
.inAbout7{
	margin-top: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.inAbout8{
	margin: 0 100px;
}
.inAbout9{
	font-size: 0;
	text-align: center;
}
.inAbout9 img{
	width: 121px;
	height: 106px;
	transition: all .5s;
}
.inAbout10{
	margin-top: 32px;
	font-size: 30px;
	color: #000000;
	line-height: 1;
	text-align: center;
}
.inAbout11{
	margin-top: 16px;
	font-size: 18px;
	color: #666666;
	line-height: 1;
	text-align: center;
}
.inAbout8:hover .inAbout9 img{
	transform: scale(1.2);
}
.inAbout8:hover .inAbout10{
	color: #1d8bff;
}
.inAbout8:hover .inAbout11{
	color: #1d8bff;
}
.advan{
	background: url(../img/advbg.png) no-repeat;
	background-size: cover;
	padding: 80px 0 100px;
}
.advan1{
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.advan2{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.advan3{
	background-color: #ffffff;
	border: 1px solid #a9b7c6;
	border-radius: 9px;
	padding: 60px 40px;
	width: calc((100% - 260px)/6);
}
.advan4{
	font-size: 0;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advan5{
	margin-top: 40px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: center;
}
.inpro{
	background-color: #127bbc;
	padding: 10px 0 150px;
}
.prodeta{
	padding: 70px 0 100px;
	background-image: linear-gradient(to right,#137aba,#00aff8);
}
.prodeta1{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.prodeta2{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prodeta3{
	font-size: 0;
	width: 50%;
}
.prodeta4{
	width: 50%;
	padding: 0 100px;
}
.prodeta5{
	font-size: 72px;
	color: #ffffff;
	font-weight: lighter;
}
.prodeta6{
	margin-top: 30px;
	font-size: 30px;
	color: #ffffff;
	line-height: 47px;
}
.prodeta7{
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.apply{
	padding: 70px 0;
	background-color: #000000;
}
.apply1{
	margin-top: 70px;
	text-align: right;
	font-size: 0;
	background-color: #333333;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}
.apply1 img{
	max-width: 1080px;
	mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
	-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}
.apply2{
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 60px 75px;
	text-align: left;
}
.apply3{
	margin-top: 40px;
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
}
.apply4{
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}
.inNews{
	background-color: #f5f5f5;
	padding: 54px 0;
}
.inNews1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inNews2{
	font-size: 32px;
	color: #000000;
}
.inNews3{
	display: flex;
	align-items: center;
}
.inNews3 select{
	margin-right: 4px;
	font-size: 14px;
	color: #999999;
	min-width: 86px;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid #939799;
}
.inNews4{
	margin-top: 4px;
	padding: 0 14px;
}
.inNews4 ul{
	overflow: hidden;
}
.inNews4 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 10px)/2);
	margin-top: 27px;
	margin-right: 10px;
}
.inNews4 ul li:nth-child(2n){
	margin-right: 0;
}
.inNews5{
	font-size: 0;
	position: relative;
}
.inNews6{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 122, 186, 0.35);
	display: none;
	align-items: center;
	justify-content: center;
	padding-bottom: 204px;
}
.inNews7{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 30px 50px 20px;
	background-color: #ffffff;
}
.inNews8{
	font-size: 14px;
	color: #137aba;
	line-height: 1;
}
.inNews9{
	margin-top: 10px;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inNews10{
	margin-top: 20px;
	font-size: 14px;
	color: #acacac;
	line-height: 20px;
}
.inNews11{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	height: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews4 ul li:hover .inNews6{
	display: flex;
}
.inNews4 ul li:hover .inNews11{
	height: 60px;
}
.page{
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.page a{
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	font-size: 18px;
	color: #137aba;
	margin: 0 5px;
}
.page a.on{
	border: 1px solid #137aba;
	background-color: #137aba;
	color: #ffffff;
}
.home{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999999;
}
.home img{
	margin-right: 6px;
}
.home a{
	color: #999999;
}
.newsdeta{
	margin-top: 60px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.newsdeta1{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
}
.newsdeta1 span{
	margin: 0 16px;
	display: flex;
	align-items: center;
}
.newsdeta1 span img{
	margin-right: 6px;
}
.newsdeta2{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.sxy{
	margin-top: 50px;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}
.sxy1{
	width: calc((100% - 166px)/2);
	font-size: 14px;
	color: #333333;
	line-height: 56px;
	padding: 0 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sxy2{
	width: 166px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 56px;
}
.join{
	padding: 64px 0 108px;
}
.join1{
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.join2{
	margin-top: 50px;
	background-color: #eeeeee;
	border-radius: 36px;
	padding: 36px 36px 40px;
}
.join3{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.join4{
	width: 50%;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
}
.join5{
	font-size: 0;
	margin-top: 30px;
}
.inLink{
	background: url(../img/linkbg.png) no-repeat;
	background-size: cover;
	padding: 106px 0 110px;
	text-align: right;
}
.inLink1{
	display: inline-block;
	max-width: 740px;
	width: 100%;
	padding: 50px 40px 60px;
	background-color: rgba(255, 255, 255, 0.76);
	text-align: left;
}
.inLink2{
	font-size: 36px;
	color: #000000;
	line-height: 1;
}
.inLink3{
	margin-top: 20px;
	font-size: 16px;
	color: #137aba;
	line-height: 1;
	margin-bottom: 30px;
}
.inLink4{
	margin-top: 10px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
}
.inLink4 input{
	flex: 1;
	height: 49px;
	padding: 0 16px;
	width: 100%;
	border: none;
	font-size: 14px;
}
.inLink4 textarea{
	padding: 10px 16px;
	width: 100%;
	height: 160px;
	border: none;
	resize: none;
	font-size: 14px;
	font-family: inherit;
}
.inLink4 a{
	font-size: 0;
	width: 160px;
	border-left: 1px solid #d4dae6;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inLink5{
	margin-top: 10px;
	background-color: #0dafea;
	display: flex;
	align-items: center;
}
.inLink5 input{
	flex: 1;
	height: 52px;
	padding: 0 16px;
	width: 100%;
	border: none;
	font-size: 14px;
	background-color: #0dafea;
	color: #ffffff;
}
.inLink6{
	margin-top: 32px;
	background-color: #ecf5ff;
	padding: 20px 36px;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}











