html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,span,a,div,input,button{ margin:0; padding:0; }
ul,li{ list-style:none;}
a{ text-decoration:none;color: #8C8C8C;}
body,html{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
input,a,img,button{border: 0;}
p{
	color: black;
}
.m-modal{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	top: 64px;
	left: 0;
	background: rgba(0,0,0, 0.6);
	display: none;
}
.container{
	padding: 0;
	margin: 0 auto;
	position: relative;
}
/*===整体头部导航===*/
.navbar{
	margin: 0;
	height: 64px;
	background: white;
	border: 0;
}
/*===头部logo,小屏幕折叠按钮===*/
.navbar-toggle,.navbar-brand{
	margin: 14px 0;
}
.navbar-toggle{
	border: 1px solid #299af8;
}
.navbar-toggle .icon-bar{
	background: #299af8;
}
/*===头部logo===*/
.navbar-brand{
	padding: 0;
	width: 120px;
	height: 36px;
}
.navbar>.container .navbar-brand{
	margin-left: 0;
}
.navbar-brand>img{
	width: 120px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin: 0;
	padding: 0 14px;
}
/*========头部导航链接==========*/
.container>.navbar-collapse{
	padding: 0;
}
.container>.navbar-collapse .navbar-nav {
    float: right;
    margin: 0;
}
.container>.navbar-collapse{
	height: auto;
	overflow: hidden;
	padding: 0 14px;
}
.container>.navbar-collapse .btnTryuse{
	margin: 14px 16px;
	height: 37px;
}
.navbar-fixed-top .navbar-collapse {
	max-height: 385px;
}
.navbar-fixed-top .navbar-collapse .btnTryuse{
	width: 120px;
	line-height: 36px;
	text-align: center;
	color: #299af8;
	border: 1px solid #299af8;
	border-radius: 12px;
    cursor:pointer;
}
/*=====悬停=====*/
.nav>li{
	height: 65px;
}
.nav>li>a{
	line-height: 64px;
	margin: 0 29px;
	padding: 0;
	color: #666;
	text-align: center;
}
.nav>li>a:hover,.nav>li>.actived{
	color: #299af8;
	background: white url(../img/ahover@2x.png) no-repeat center bottom 12px;
	background-size: 100% 3px;
	border: 0;
}
.nav>li>a:focus,.nav>li>a:active{
	border: 0;
	background: white;
	outline: none;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	.nav>li>a{
		margin: 0 12px;
	}
	.navbar-fixed-top .navbar-collapse .btnTryuse{
		width: 90px;
	}
}
@media screen and (max-width: 768px) {
	.container>.navbar-header{
		padding: 0 14px;
	}
	.navbar-nav {
	    width: 100%;
	}
	.container>.navbar-collapse{
		padding: 0;
		background: white;
	}
	.navbar-fixed-top .navbar-collapse .btnTryuse{
		width: auto;
		line-height: 36px;
		text-align: center;
		color: #666;
		background: white;
		border: 0;
	}
	.nav>li>a:hover,.nav>li>.actived{
		color: white;
		background: #299af8;
		margin: 0;
	}
}
/*=====底部=====*/
.footer{
	width: 100%;
	min-height: 280px;
	height: auto;
	overflow: hidden;
	background: #434a54;
}
.footer .container{
	height: auto;
	min-height: 280px;
	padding: 30px 0;
}
.footer .footerContact,.footer .footerWechat{
	padding: 0;
}
.footer .footerContact .footerNav{
	margin-bottom: 32px;
	margin-top: 18px;
	padding: 0 6px;
	box-sizing: border-box;
}
.footer .footerContact .footerNav li{
	display: inline-block;
	line-height: 28px;
}
.footer .footerContact .footerNav li a{
	color: white;
	border-right: 1px solid #fff;
	padding: 0 16px;
	text-decoration: none;
}
.footer .footerContact .footerNav li:last-child a{
	border: 0;
}
.footer .footerContact .footerNav li:nth-child(1) a{
	padding-left: 0;
}
.footerContact p{
	color: #fff;
	line-height: 24px;
	padding: 0 6px;
	box-sizing: border-box;
}
.footerContact p span:nth-child(2){
	margin-left: 18px;
}
.footerContact .address{
	margin-bottom: 36px;
}
.footer .footerWechat{
	position: relative;
	min-height: 220px;
	height: auto;
}
.footerWechat img{
	width: 48%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.footerWechat .wechat{
	right: 0;
}
.footer .footertxt{
	line-height: 36px;
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
	.footer .footerWechat img{
		max-width: 180px;
	}
	.footer .footerWechat{
		padding: 0 6px;
		box-sizing: border-box;
	}
	.footer .footerWechat .wechat{
		right: 6px
	}
}
@media only screen and (min-width: 320px) and (max-width: 450px) {
	.footer .footerContact .footerNav li a{
		padding: 0 4px;
	}
}
.footer .footerContact .footerNav li a>.actived,.footer .footerContact .footerNav li a:focus,.footer .footerContact .footerNav li a:active{
	border: 0;
	outline: none;
}
.title{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 36px;
	height: 86px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center; 
   	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.title img{
	width: 280px;
	margin: 0 auto;
}
/*模态框*/
.modal-dialog{
	background: white;
	overflow: hidden;
	border-radius: 8px;
	height: 296px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -148px;
}
.modal-title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #299af8;
	color: white;
	box-sizing: border-box;
	padding-left: 16px;
	line-height: 42px;
}
.modal-dialog .content{
	width: 100%;
	height: 254px;
	box-sizing: border-box;
	padding: 14px 38px 0;
}
.modal-dialog .infoContent{
	width: 100%;
	height: 30px;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #5eb6e6;
	border-radius: 6px;
	display: flex;
	overflow: hidden;
	margin-bottom: 12px;
}
.modal-dialog .infoContent input{
	flex: 1;
	line-height: 28px;
	height: 28px;
	box-sizing: border-box;
	padding-left: 10px;
	outline: none;
	border: 0;
	overflow: hidden;
}
.modal-dialog .infoContent span{
	flex: 0 0 46px;
	width: 46px;
	color: #fbbc19;
}
.modal-dialog .submitBtn{
	width: 100%;
	margin-top: 22px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #5eb6e6;
	color: white;
	font-weight: 600;
	border-radius: 4px;
}
/*提示框*/
.alertmodal{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0, 0.6);
	position: absolute;
	z-index: 1031;
	top: 0;
	left: 0;
}
.alertBox{
	width: 280px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -60px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
}
.alertBox .alerttitle,.alertBox .alertsure{
	width: 100%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #D9EDF7;
	color: #007AFF;
}
.alertBox .alertmsg{
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
	border-bottom: 1px solid #D9EDF7;
}
