html,body{
	background-color: #f3f4f6;
}
.container{
	padding: 90px 0px 0px;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
#nav{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 90px;
	z-index: 100;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.maxWidth{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.logo{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -26px;
}
.navBox a{
	float: right;
	font-size: 16px;
	color: #18191c;
	font-weight: lighter;
	line-height: 90px;
	margin-left: 20px;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
    margin-left: 30px;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
#banner{
	width: 100%;
	position: relative;
}
#banner img{
	width: 100%;
}
.navBox a.has{
	color: #01428f;
	font-weight: normal;
}
.record{
    text-align: center;
    line-height: 40px;
    width: 100%;
    background-color: #151e2d;
    font-size: 16px;
    font-weight: lighter;
    color: white;
}
.bottomTop{
	width: 100%;
	background-color: #131416;
	padding: 50px 0;
}
.bottomlogo{
	width: 245px;
	margin: 0 auto 60px;
}
.floatl{
	float: left;
}
.floatr{
	float: right;
}
.chat{
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    color: white;
    font-weight: lighter;
}
.chat span{
	color: #ababab;
}
.erBoxOut{
	width: 300px;
}
.er{
	width: 140px;
	height: 140px;
	background-color: white;
	overflow: hidden;
}
.er img{
	width: 100%;
}
.erTxt{
	font-size: 14px;
    line-height: 36px;
    color: white;
    font-weight: lighter;
    text-align: center;
}
.swiper-container-banner .swiper-pagination-bullet{
	width: 16px;
	background-color: #11336a;
	height: 16px;
}
.swiper-container-banner .swiper-pagination-bullet-active{
	width: 60px;
	height: 16px;
	border-radius: 8px;
	background-color: #01428f;
}
.search{
	width: 20px;
	height: 90px;
	background: url(../img/search.png) no-repeat center center;
	float: right;
	margin-left: 20px;
}
.searchBox{
	position: fixed;
	left: 0px;
	width: 100%;
	top: 90px;
	padding: 80px 0;
	background-color: rgba(0,0,0,0.1);
	z-index: 10000;
}
.formOut{
	padding: 0 40px;
}
.formOut input{
	width: 100%;
	height: 40px;
	font-size: 20px;
	background-color: transparent;
	font-weight: lighter;
	border: 0px;
	outline: 0;
	color: #18191c;
}
.search.has{
	background: url(../img/cancel.png) no-repeat center center;
}
#phoneNav{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 50px;
	z-index: 100001;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	display: none;
}

.phoneLogo{
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17.8px 0 0 -100px;
}
.phoneLogo img{
	width: 100%;
}
.moreNav{
	position: absolute;
	right: 0px;
	width: 50px;
	height: 50px;
	padding:10px;
}
.moreNav img{
	width: 100%;
}
.moreNav img:nth-child(2)
{
	display: none;
}
.moreNav.has img:nth-child(1)
{
	display: none;
}
.moreNav.has img:nth-child(2)
{
	display: block;
}
.phoneNavBox{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100000;
	padding-top: 50px;
	display: none;
}
.phoneMask{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 100000;
	display: none;
}
.phoneNavBox a{
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px solid white;
	color: white;
	display: block;
}
.phoneA{
	padding: 0 20px;
}
.bottomSearchOut{
	width: 100%;
	padding: 10px 80px 10px 20px;
	position: relative;
	margin-top: 20px;
}
.bottomSearch{
	padding: 8px 18px;
	border-radius: 18px;
	background-color: white;
}
.whiteSearch{
	position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}
.whiteSearch img{
	width: 100%;
}
.bottomSearch input{
	width: 100%;
	height: 20px;
	border: 0;
	outline: 0;
}
.whiteSearch{
	position: absolute;
    right: 35px;
    top: 10px;
}
.relative{
	position: relative;
}
a{
	cursor: pointer;
}
.allpage{
	margin-top: 40px;
}
.allpage ul li{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	background-color: white;
	margin: 0 8px;
}
.allpage ul li.has{
	background-color: #01428f;
	color: white;
}
@media only screen and (min-width: 1200px) {
	.phoneMask,.phoneNavBox{
		display: none!important;
	}
}
@media only screen and (max-width: 1199px) {
	#nav{
		display: none;
	}
	#phoneNav{
		display: block;
	}
	.container{
		padding-top: 50px;
	}
	.swiper-container-banner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-container-banner .swiper-pagination-bullet-active{
		width: 30px;
		height: 8px;
		border-radius: 4px;
	}
	.record{
		font-size: 12px;
	}
	.bottomTop{
		padding: 25px 0;
	}
	.maxWidth{
		width: auto;
	}
}
.bannerName{
	position: absolute;
	left: 26.5%;
	top: 50%;
	margin-top: -40px;
}
.bannerName p{
	font-size: 30px;
	color: #18191c;
	line-height: 50px;
}
.bannerName span{
	font-size: 24px;
	color: #b4b5b7;
	font-weight: lighter;
	line-height: 40px;
}
.bannerName::after{
	content: "";
	position: absolute;
	left: 4px;
	width: 60px;
	background-color: #01428f;
	height: 4px;
	bottom: -20px;
}
.listBox a{
	display: block;
	font-size: 20px;
	color: #18191c;
	line-height: 34px;
	padding:  33px 130px 33px 0px;
	border-bottom: 1px solid #ededed;
	position: relative;
	
}
.listBox a p{
	width: 100%;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.listBox span{
	display: block;
	font-size: 16px;
	color: #9b9b9b;
	line-height: 34px;
	padding:  33px 0;
	position: absolute;
	right: 0px;
	top: 0px;
}
.down a{
	padding-left: 40px;
	background: url(../img/downicon.png) no-repeat left center;
	line-height: 40px;
	font-size: 24px;
	color: #ABABAB;
}
@media only screen and (max-width: 1023px) {	
	.bannerName{
		margin-top: -30px;
	}
	.bannerName p{
		font-size: 18px;
		line-height: 26px;
	}
	.bannerName span{
		font-size: 12px;
		line-height: 24px;
	}
	.bannerName::after{
		width: 30px;
		height: 2px;
		bottom: -10px;
	}
}
@media only screen and (max-width: 767px) {	
	.listBox a {
	    font-size: 12px;
	    line-height: 20px;
	    padding: 10px 90px 10px 0px;
	}
	.listBox a p{
		width: 100%;
		white-space:normal;
		overflow: auto;
		text-align: justify;
	}
	.listBox span {
	    font-size: 10px;
	    line-height: 20px;
	    padding: 10px 0;
	    top: 50%;
	    margin-top: -20px;
	}
	.bottomTxt>.floatl{
		float: none;
	}
	.bottomTxt>.floatr{
		float: none;
	}
	.er{
		width: 110px;
		height: 110px;
	}
	.erTxt {
		font-size: 12px;
	}
	.erBoxOut{
		width: 260px;
		margin: 0 auto;
	}
	.chat {
	    font-size: 12px;
	    line-height: 30px;
	     margin-bottom: 0px; 
	}
	.chatBox{
		margin-bottom: 10px;
	}
	.bannerName{
		left: 16%;
		margin-top: -24px;
	}
	.bannerName p{
		font-size: 14px;
		line-height: 24px;
	}
	.bannerName span{
		font-size: 10px;
		line-height: 16px;
	}
	.bannerName::after{
		width: 30px;
		height: 2px;
		bottom: -8px;
		left: 0px;
	}
	.allpage ul li{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 2px;
	}
	.allpage{
		margin-top: 10px;
	}
}

