@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,img,input,ul,li,h1,h2,h3,h4,h5,h6,p,textarea,div{
	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;
}
.top520{
	margin-top: 520px;
}
.top_bg{
	width: 100%;
	height: 900px;
	background: url(../img/hsjy_bg.png) 0px 0px;
}
.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;
	width: 1400px;
	margin: 0 auto;
}
.header_logo{
	float: left;
	display: block;
	width: 175px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
}
.header_right{
	float: right;
}
.header_logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.header_nav{
	float: left;
	height: 80px;
	line-height:80px;
	margin-left: 40px;
	position: relative;
}
.header_li{
	float: left;
	position: relative;
}
.header_licur .header_i{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #0076FE;
	margin-left: -15px;
}
.header_a{
	display: block;
	padding: 0 25px;
	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: 1px solid #cccccc;
	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;
}
.top_banner{
	padding-top: 20px;
	margin: 80px auto 0;
}

.banner_div{
	background-color: white;
	position: relative;
}
.banner{
	width: 100%;
	height: 420px;
}
.banner img{
	width: 100%;
	height: 100%;
	display: block;
}
.title_logo{
	display: flex;
	justify-content: center;
	background-color: white;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
}
.title_logo img{
	width: 40px;
	height: 40px;
	margin-top: 30px;
}
.title_logo h1{
	color: #333333;
	font-size: 20px;
	line-height: 100px;
	margin-left: 10px;
	font-weight: bold;
}
.mian{
	margin-top: 60px;
}
.mian_h1{
	color: #333333;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
}
.mian_a{
	padding-top: 40px;
	background-color: white;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	z-index: 10;
}
.mian_inte{
	color: #666;
	width: 1000px;
	margin:0 auto;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
}
.applet_img{
	display: block;
	width: 228px;
	height: 228px;
	margin: 20px auto 10px;
}
.applet_span{
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
.mian_b{
	margin-top: 20px;
	border-radius: 10px;
	background-color: white;
}
.mian_bul1{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.mian_bli1{
	width: 280px;
	padding-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: white;
}
.mian_bli1 img{
	width: 100%;
	display: block;
}
.mian_bli1 h1{
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
.mian_bli1 p{
	color: #666;
	font-size: 14px;
	text-align: center;
	width: 200px;
	margin: 10px auto 0;
}
.mian_bul{
	overflow: hidden;
	background: url(../img/mian_bbj.png) center no-repeat;
}
.mian_bli{
	float: left;
	width: 50%;
	padding: 40px 50px;
	overflow: hidden;
}
.mian_bicon{
	float: left;
	width: 48px;
	height: 55px;
	margin-right: 20px;
}
.mian_btxt{
	float: left;
	width: 420px;
}
.mian_btxt h2{
	color: #333333;
	font-size: 18px;
	font-weight: 200;
}
.mian_btxt p{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.mian_c{
	margin-top: 20px;
}
.mian_cul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mian_cli{
	width: 370px;
	border-radius: 10px;
	background-color: white;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
}
.mian_cicon{
	float: left;
	width: 60px;
	height: 60px;
}
.mian_ctxt{
	float: left;
	width: 250px;
	margin-left: 20px;
}
.mian_ctxt h2{
	color: #333333;
	font-size: 18px;
	font-weight: 200;
}
.mian_ctxt p{
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}


.ys_sz{
	width: 100%;
	height: 470px;
	overflow: hidden;
	padding: 0px 0 40px 0;
	background-color: white;
	box-sizing: border-box;
	position: relative;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
  border-radius: 10px;
  /* 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;
  transition: 300ms;
  transform: scale(0.85);
  overflow: hidden;
  border-radius: 6px;
}
.swiper-slide2 img{
	width: 100%;
	height: 100%;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}






.footer{
	margin-top: 40px;
	padding: 30px 0;
	background-color: #464646;
	}
.footer p{
	text-align: center;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 26px;
}


