@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,img,input,ul,li,h1,h2,h3,h4,h5,h6,p,textarea{
	margin:0;
	padding:0;
	display:block;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
	box-sizing: border-box;
	font: 14px "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    }
@font-face {
	font-family: Helvetica Neue LT Pro;
	src:url(../fonts/HelveticaNeueLTPro);
	/* IE9+  HTML节点的lang="en" 记得去掉，不然会谷歌浏览器会自动翻译导致字体不正确 */
}

a{
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none
	}
a:hover{
	text-decoration:none;
	}

.color{
	color: #0f67b0;
	background-color: #0f67b0
}

.width1200{
	width: 1200px;
	margin: 0 auto;
}
.width1260{
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.top80{
	margin-top: 80px;
}
.header{
	height: 80px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
    box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 2;
}
.header_content{
	height: 80px;
}
.header_logo{
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -700px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}
.header_right{
	position: absolute;
	right: 50%;
	margin-right: -720px;
}
.header_logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.header_nav{
	float: right;
	height: 80px;
	line-height:80px;
}
.header_li{
	float: left;
	position: relative;
}
.header_a{
	display: block;
	padding: 0 18px;
	font-size: 16px;
	color: #666;
	line-height: 80px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	position: relative;
}
.header_a_cur,.header_a:hover{
	color: #0076fe;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_a i{
	display: block;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 37px;
	right: 14px;
	background: url(../img/right_icon.png) no-repeat -200px 0px;
	
}
.top_login{
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 80px;
	height: 36px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
 
	border-radius: 18px;
	background-color: white;
	box-sizing: border-box;
	cursor: pointer;
}
.top_login:hover{
	color: #0076FE;
	border: 1px solid #0076FE;
}
.top_register{
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 100px;
	height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	background-color: #0076FE;
	cursor: pointer;
}
.top_register:hover{
	opacity: 0.8;
}

.banner_content{
	width: 100%;
	height: 440px;
	background: url(../img/bg1.png) no-repeat center;
}
.banner1260{
	padding: 0 30px;
	padding-top: 75px;
	overflow: hidden;
}
.banner_txt{
	float: left;
}
.banner_lia{
	color: #fff;
	font-size: 34px;
	line-height: 48px;
}
.banner_lib{
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.banner_lib span{
	color: #fff;
	font-size: 38px;
	font-family: Helvetica Neue LT Pro;
	font-weight: 100;
}
.banner_img{
	float: right;
	width: 850px;
	height: 450px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
}
.banner_img img{
	width: 100%;
	height: 100%;
}
.banner_img a{
	position: absolute;
	left: 100px;
	bottom: 80px;
	display: block;
	width: 160px;
	height: 48px;
	color: #0076FE;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	background-color: white;
	border-radius: 24px;
	cursor: pointer;
}
.banner_img a:hover{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

/*产品轮播*/
.banner{
	width: 100%;
	height: 420px;
	position: relative;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
	display: block;
	  
	height: 100%;
}


.hs_miana{
	width: 100%;
	height: 656px;
	background: url(../img/bg2.png) no-repeat center;
}
.hs_mianb{
	width: 100%;
	padding-bottom: 40px;
	background-color: #f2faff;
}
.hs_tit{
	padding-top: 60px;
	color: white;
	text-align: center;
}
.hs_tit h1{
	color: #333333;
	font-size: 30px;
	font-weight: 400;
}
.hs_tit span{
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
.hs_tit2{
	padding-top: 60px;
	color: white;
	text-align: center;
}
.hs_tit2 h1{
	font-size: 30px;
	font-weight: 300;
}
.hs_tit2 span{
	display: block;
	font-size: 16px;
	font-weight: 200;
	margin-top: 10px;
}
.hs_toggle{
	width: 1000px;
	height: 57px;
	padding: 0 100px;
	margin: 20px auto 0;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	justify-content:center;
}
.hs_toggle li{
	width: 80px;
	margin: 0 30px;
	height: 58px;
	line-height: 58px;
	color: #666666;
	cursor: pointer;
}
.hs_toggle .cur,
.hs_toggle li:hover{
	color: #0076FE;
	border-bottom: 3px solid #0076FE;
}
.toggle_mian{
	width: 1200px;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: white;
}
.toggle_ul{
	width: 6000px;
}
.toggle_li{
	padding: 30px 60px;
	float: left;
	width: 1200px;
	overflow: hidden;
	box-sizing: border-box;
}
.toggle_li img{
	float: left;
	width: 600px;
	height: 320px;
}
.toggle_txt{
	float: right;
	width: 330px;
}
.toggle_txt h2{
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 60px;
	border-left: 4px solid #0076FE;
}
.toggle_txt a{
	display: block;
	color: #0076FE;
	font-size: 14px;
	line-height: 38px;
	width: 128px;
	border-radius: 19px;
	margin-top: 30px;
	text-align: center;
	border: #0076FE solid 1px;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.toggle_txt a:hover{
	color: #FFFFFF;
	background-color: #0076FE;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.toggle_txt p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
}
.toggle_txt>p>i{
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/list_icon.png);
}
.hs_mianc{
	width: 100%;
	height: 827px;
	background: url(../img/bg3.png) no-repeat center;
}
.hs_cul{
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
}
.hs_cli{
	width: 340px;
	height: 400px;
	text-align: center;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.hs_cli img{
	width: 120px;
	height: 130px;
	display: block;
	margin: 60px auto 0;
}
.hs_cli h3{
	color: #333333;
	font-weight: bold;
	font-size: 26px;
	margin-top: 60px;
}
.hs_cli p{
	color: #666;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
}
.hs_h1{
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	margin-top: 60px;
}
.hs_dz_btn{
	display: block;
	width: 200px;
	height: 52px;
	margin: 40px auto 0;
	cursor: pointer;
}
.hs_dz_btn_box{
	position: relative;
	width: 200px;
	height: 52px;
	overflow: hidden;
	border-radius: 26px;
	background-color: white;
	border: 1px solid #0076FE;
}
.hs_dz_btn_box .anim {
    position: absolute;
    width: 220px;
    height: 220px;
    background-color: #e5e5e5;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -110px;
    animation: anim 1.5s infinite;
    animation-timing-function: ease-in;
}
.hs_dz_btn_box span{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 200px;
    color: #0076FE;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    border-radius: 26px;
    z-index: 1;
}
@keyframes anim {
	0% {
		-webkit-transform:scale(0,0);
		transform:scale(0,0);
		opacity: 0;
	}
	50% {
		-webkit-transform:scale(0.5,0.5);
		transform:scale(0.5,0.5);
		opacity: .3;
	}
	80% {
		-webkit-transform:scale(1,1);
		transform:scale(1,1);
		opacity: 0;
	}
	100% {
		-webkit-transform:scale(1,1);
		transform:scale(1,1);
		opacity: 0;
	}
}
.hs_miand{
	width: 100%;
	height: 630px;
	background: url(../img/bg4.png) no-repeat center;
}
.form{
	padding: 40px 0 40px;
	width: 800px;
	margin: 30px auto 0;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.form_li{
	width: 600px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
.form_input{
	width: 280px;
}
.form_input2{
	width: 600px;
}
.form_input span,.form_input2 span{
	display: block;
	color: white;
	font-size: 14px;
}
.form_input input,.form_input2 input{
	width: 100%;
	height: 36px;
	color: #666666;
	padding: 0 10px;
	border: none;
	outline: none;
	margin-top: 6px;
	line-height: 36px;
	border-radius: 4px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
}
.textarea{
	width: 100%;
	height: 100px;
	position: relative;
}
.textarea textarea{
	width: 100%;
	height: 100px;
	color: #666666;
	padding: 10px;
	border: none;
	outline: none;
	margin-top: 6px;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	background-color: rgba(255,255,255,0.7);
	resize: none;
}
.textarea span{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #666666;
	font-size: 14px;
}
.form_btn{
	display: block;
	width: 600px;
	height: 48px;
	line-height: 48px;
	color: white;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	background-color: #f94351;
	margin: 30px auto 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
}
.form_btn:hover{
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #fb5b67;
}
.footer{
	padding: 30px 0;
	background-color: #464646;
	}
.footer p{
	text-align: center;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 26px;
}



@media screen and (max-width: 1200px){
	.header_logo {
		left: 20px;
		margin-left: 0;
	}
	.header_right {
		right: 20px;
		margin-right: 0;
	}
}