/* 初始化样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
i{
	font-weight: normal; font-style: normal;
}
img{
	max-width: 100%;
	display: block;
	border: 0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul {
    list-style:none;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
a,button,span,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
	outline: none;
	list-style:none;
}
a:focus{
	text-decoration: none;
	outline: none;
	list-style:none;
}
a:visited{
	text-decoration: none;
	outline: none;
	list-style:none;
}

q:before,
q:after {
    content:'';
}
input,select,textarea{outline:none; border: 0;overflow: auto;}
abbr,acronym {
    border:0;
    font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,textarea,select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/* 初始化样式 */

.wrap{
	min-width: 1300px;
	background: url(../img/bg.png) no-repeat scroll center top;
}
.main{
	max-width: 1360px;
	min-width: 1300px;
	margin: 0 auto;
}
.clear::after{
	content: '';
	display: block;
	clear: both;
}
.head{
	padding: 35px 0;
}
.logo{
	float: left;
	width: 80px;
	height: 80px;
	background: url(../img/logo.png) no-repeat scroll center;
	background-size: 100% 100%;
}
.tel{
	float: right;
	line-height: 48px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right:20px;
}
.privacy{
	float:right;
	line-height:48px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.banner-box{
	margin-bottom: 80px;
}
.banner-box-left{
	float: left;
	margin-top: 120px;
	width: 600px;
}
.banner-box-left .name{
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 88px;
	margin-bottom: 48px;
}
.banner-box-left .con{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 114px;
}
.btn-box{
	
}
.btn-1{
	float: left;
	position: relative;
	width: 170px;
	height: 60px;
	background: #F5F5F5;
	box-shadow: 0px 15px 50px 0px rgba(64, 21, 89, 0.2);
	border-radius: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #25AF88;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.btn-3{
	float: left;
	position: relative;
	width: 170px;
	height: 60px;
	background: #F5F5F5;
	box-shadow: 0px 15px 50px 0px rgba(64, 21, 89, 0.2);
	border-radius: 30px;
	margin-left: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #25AF88;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.btn-2{
	float: left;
	position: relative;
	width: 168px;
	height: 58px;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 15px 50px 0px rgba(64, 21, 89, 0.2);
	border-radius: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	cursor: pointer;
}
.downApp{
	position: absolute;
	left: 0;
	top: 70px;
	width: 440px;
	display: none;
}
.downApp-item{
	float: left;
	width: 200px;
	margin-right: 40px;
}
.downApp-item:last-child{
	margin-right: 0;
}
.downApp-item img{
	display: block;
	width: 100%;
}
.downApp-item span{
	color: #333;
}
.gzh{
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
}
.gzh img{
	display: block;
	width: 200px;
}
.gzh span{
	color: #333;
}
.banner-box-right{
	float: right;
	width: 632px;
	position: relative;
	height: 830px;
}
.phone-box{
	position: relative;
	width: 472px;
	height: 830px;
	margin: 0 auto;
}
.phone-box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/phone.png) no-repeat scroll center;
}
.phone-box .con{
	width: 314px;
	height: 682px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.swiper-slide{
	background-color: rgba(0,0,0,.5);
}

.con-box{
	margin-bottom: 108px;
}
.title{
	font-size: 40px;
	font-weight: bold;
	color: #272F32;
	line-height: 88px;
	margin-bottom: 70px;
	text-align: center;
}
.con-box-item{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.con-box-item:last-child{
	margin-right:0;
}
.con-box-item .number{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	background: #25AF88;
	border-radius: 50%;
	font-size: 28px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 72px;
	position: relative;
	z-index: 2;
}
.con-box-item .con{
	position: relative;
	background: #E5F7F2;
	height: 175px;
	margin-top: -36px;
	z-index: 1;
}
.con-box-item .con .name{
	font-size: 20px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding-top: 79px;
	padding-bottom: 40px;
}
.con-box-item .con .ifo{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	padding: 0 26px;
}
.h-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 102px;
}
.h-item .img{
	width: 88px;
	height: 88px;
	margin-right: 34px;
}
.h-item .con{
	flex: 1;
	overflow: hidden;
}
.h-item .con .name{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin-bottom: 16px;
}
.h-item .con .ifo{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
}
.footer{
	width: 100%;
	padding: 23px 0;
	background: #272F32;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #BFBFBF;
	line-height: 28px;
	text-align: center;
}
