*{
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrapper{
	width: 100%;
	overflow: hidden;
	background-color: #EFF1F7;
}
.wrapper .header-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #F4F4F4;
}
.wrapper .header-wrap .header-top{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.wrapper .header-wrap .header-top p{
	display: inline-block;
	line-height: 40px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.wrapper .header-wrap .header-top p.login-box{
	background: url(../img/usericon.png) left center no-repeat;
	background-size: 13px 15px;
	padding-left: 27px;
	box-sizing: border-box;
}
.wrapper .header-wrap .header-top p.login-box a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.wrapper .header-wrap .header-bottom-box{
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.wrapper .header-wrap .header-bottom-box .header-bottom{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.wrapper .header-wrap .header-bottom-box .header-bottom>a{
	display: inline-block;
	width: 244px;
	height: 53px;
	overflow: hidden;
	margin-top: 24px;
}
.wrapper .header-wrap .header-bottom-box .header-bottom>a img{
	width: 244px;
	height: 53px;
	
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center{
	width: 602px;
	height: auto;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .search-box{
	width: 100%;
	height: 38px;
	margin-top: 20px;
	border: solid 1px #098DE0;
	margin-bottom: 12px;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .search-box .layui-form-select {
	float: left;
	width: 100px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .search-box .layui-form-select .layui-input.layui-unselect::-webkit-input-placeholder{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .search-box .layui-input.search{
	float: left;
	width: 402px;
	height: 38px;
	line-height: 36px;
	border: none;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .search-box .layui-select-title{
	border-right: solid 1px #098DE0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .search-box .layui-btn{
	float: left;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #098DE0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 0;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .main-categories{
	width: 100%;
	overflow: hidden;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-center .main-categories a{
	display: inline-block;
	line-height: 13px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-right{
	min-width: 170px;
	margin-top: 20px;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-right span{
	font-size: 14px;
	line-height: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	display: inline-block;
	background: url(../img/phoneicon.png) left center no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
}
.wrapper .header-wrap .header-bottom-box .header-bottom .header-bottom-right p{
	font-size: 18px;
	line-height: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #098DE0;
	margin-top: 11px;
}

.wrapper .header-wrap .nav-box{
	width: 100%;
	height: 50px;
	background-color: #0D8EC8;
}
.wrapper .header-wrap .nav-box .layui-nav{
	width: 1200px;
	margin: 0 auto;
	background-color: transparent;
}
.wrapper .header-wrap .nav-box .layui-nav .layui-nav-item{
	width: 14.285%;
}
.wrapper .header-wrap .nav-box .layui-nav .layui-nav-item a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	padding: 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.wrapper .header-wrap .nav-box .layui-nav .layui-this{
	background-color: #0F79A9;
}
.wrapper .header-wrap .nav-box .layui-nav .layui-this:after,span.layui-nav-bar{
	display: none;
}

/* banner */
.banner{
	width: 100%;
	height: 200px;
	background: url(../img/joinus.png) center no-repeat;
	background-size: cover;
}

.content-wrap{
	width: 1204px;
	overflow: hidden;
	margin: 20px auto;
}
.content-wrap .left{
	float: left;
	width: 200px;
	min-height: 500px;
	overflow: hidden;
	margin-right: 10px;
}
.content-wrap .left h3{
	width: 100%;
	height: 56px;
	background-color: #3B86D5;
	padding: 10px 0;
	box-sizing: border-box;
}
.content-wrap .left h3 p{
	text-align: center;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.content-wrap .left h3 span{
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.content-wrap .left .btn-box{
	width: 100%;
	background-color: #fff;
	padding: 17px 0;
	box-sizing: border-box;
	margin-bottom: 7px;
}
.content-wrap .left .btn-box a{
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 18px;
	padding: 0 32px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	margin-bottom: 13px;
}
.content-wrap .left .btn-box a span{
	float: left;
	height: 34px;
	line-height: 34px;
}
.content-wrap .left .btn-box a.shows{
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: linear-gradient(0deg, #3B86D5 0%, #3A96F6 100%);
	border-radius: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.content-wrap .left .news-box{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.content-wrap .left .news-box h4{
	height: 60px;
	line-height: 59px;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3B86D5;
}
.content-wrap .left .news-box h4 span{
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 190px;
	height: 1px;
	background: linear-gradient(90deg, rgba(59, 134, 213, 0) 0%, rgba(59, 134, 213, 0.96) 56.99999999999999%, rgba(59, 134, 213, 0.01) 100%);
	border-radius: 1px;
}
.content-wrap .left .list{
	width: 100%;
	padding: 18px 10px;
	box-sizing: border-box;
}
.content-wrap .left .list a{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-wrap .left .list a:hover{
	font-weight: bold!important;
}
.content-wrap .left .list a span{
	color: #3B86D5;
	padding-right: 4px;
}

.content-wrap .right{
	width: 994px;
	min-height: 500px;
	overflow: hidden;
	padding: 0 11px;
	box-sizing: border-box;
	float: right;
	background-color: #FFFFFF;
}
.content-wrap .right .title{
	height: 50px;
	line-height: 49px;
	border-bottom: dashed 1px #CCCCCC;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B8B8B8;
}
.content-wrap .right .title span{
	float: left;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B8B8B8;
}
.content-wrap .right .title a{
	padding: 0 5px;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B8B8B8;
}
.content-wrap .right .info-box{
	width: 100%;
	padding-top: 11px;
	box-sizing: border-box;
	overflow: hidden;
}
.content-wrap .right  .info-box h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #262626;
	padding-bottom: 22px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
}
.content-wrap .right  .info-box h3{
	padding-top: 27px;
	border-top: solid 1px #ccc;
	margin-bottom: 20px;
}
.content-wrap .right  .info-box h3 span.area{
	display: inline-block;
	padding-left: 20px;
	background: url(../img/area.png) left center no-repeat;
	background-size: 10px 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding-right: 10px;
}
.content-wrap .right  .info-box h3 span.time{
	display: inline-block;
	padding-left: 20px;
	background: url(../img/fabu.png) left center no-repeat;
	background-size: 11px 11px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.content-wrap .right  .info-box h4{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	margin-bottom: 20px;
}
.content-wrap .right  .info-box h5,.content-wrap .right  .info-box>p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	margin-bottom: 10px;
}
.content-wrap .right  .info-box>p{
	line-height: 24px;
	margin-bottom: 5px;
}
.content-wrap .right  .btn-wrap{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}
.content-wrap .right  .btn-wrap a{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #0D8ECD;
	border-radius: 4px;
}



/* 底部 */
.footer-wrap{
	width: 100%;
	height: 340px;
	background: url(../img/footer.png) center no-repeat;
	background-size: cover;
}
.footer-wrap .footer{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.footer-wrap .footer .footer-nav{
	width: 100%;
	height: 85px;
	display: flex;
	justify-content: space-around;
	border-bottom: solid 1px #59A0EA;
	margin-bottom: 25px;
}
.footer-wrap .footer .footer-nav a{
	display: inline-block;
	padding: 0 40px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-wrap .footer>p{
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}
.footer-wrap .footer .footer-bottom{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.footer-wrap .footer .footer-bottom .logoimg{
	width: 165px;
	height: 36px;
	margin-top: 22px;
	margin-right: 50px;
}
.footer-wrap .footer .footer-bottom .ewmimg{
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
}
