html,div,p,span,ul,li,dl,dt,dd,a,img,ol,i,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin: 0;
}


img{
	display: block;
}

ul,li{
	list-style: none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
	margin: 0 auto;
	background: #adcdf6;
}


.banner{
	width:100%;
	margin: 0 auto;
}

.banner img{
	width:100%;
}


.sdx2{
	width:727px;
	margin: 0 auto;
	margin-top: 30px;
}


.jinengban{
	width:940px;
	margin: 0 auto;
	margin-top: 60px;
	padding-bottom: 60px;
}

.jinengban h3{
	width:800px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50px;
	background: #3579da;
	line-height: 100px;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 20px;
}

.jinengban dl{
	width:auto;
	background: #cfdef3;
	display: flex;
	justify-content: space-between;
}


.jinengban dl dt{
	width:470px;
}


.jinengban dl dd{
	width:470px;
	padding: 20px 50px;
	font-size: 18px;
	line-height: 40px;
}

.jinengban dl dd strong{
	display: block;
	font-size: 28px;
	margin-bottom: 20px;
}



.baisebj{
	width:100%;
	background: #FFF;
	overflow: hidden;
}


.titles{
	width:900px;
	margin: 0 auto;
	margin-top: 60px;
}


.titles h2{
	font-size:34px;
	text-align: center;
}

.titles h5{
	width:300px;
	border-bottom: 2px solid #666;
	margin: 10px auto;
}

.titles h4{
	font-weight:normal;
	font-size: 18px;
	text-align: center;
	display: flex;
	justify-content: center;
}


.titles h4 span{
	width:120px;
	text-align: center;
	border:1px solid #EEE;
	display: block;
	background:url(../images/point.png) no-repeat 6px center;
	margin-right: 10px;
	color: #666;
}


.zhuanye{
	width:1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.zhuanye ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.zhuanye ul li{
	width:380px;
	background: #FFF;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 50px;
	transition: all .3s;
}

.zhuanye ul li:hover{ -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1); -o-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1);}


.zhuanye ul li p{
	height: 60px;
	font-size:18px;
	line-height: 60px;
	text-align: center;
	color: #333;
}

.zixuns{
	width:500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}




.zixuns a:nth-child(1){
	border: 1px solid #000;
    border-radius: 5px;
	width: 185px;
    height: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
	color: #000;
}

.zixuns a:nth-child(2){
	width: 185px;
    height: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #0573aa;
	border-radius: 5px;
}


.zixuns a:hover{
	background:#e36c2d;
	color: #FFF;
}



.zhaopin{
	width:1200px;
	margin: 0 auto;
	margin-top: 10px;
}

.zhaopin ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.zhaopin ul li{
	width:380px;
	height: auto;
	background: #FFF;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 20px;
}



.zixunbtn{
	width:300px;
	height: 40px;
	margin: 50px auto;
}

.zixunbtn a{
	width:300px;
	height: 40px;
	display: block;
	background: #3579da;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}



.huodong{
	width:1200px;
	margin: 0 auto;
}

.huodong ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.huodong ul li{
	width:380px;
	background: #FFF;
	overflow: hidden;
	margin-top: 30px;
	transition: all .3s;
}


.huodong ul li p{
	height: 50px;
	font-size:18px;
	line-height: 50px;
	text-align: center;
	color: #333;
}


.baomingbox{
	width:1200px;
	height: auto;
	background: #3579da;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 60px;
	display: flex;
	justify-content: flex-start;
}

.bmleft{
	width:600px;
	height: auto;
}

.bmleft p{
	padding: 20px 30px;
	line-height: 32px;
	color: #FFF;
	font-size: 18px;
}


.bmright{
	width:500px;
	height: auto;
	background: #FFF;
	margin-top: 40px;
	margin-left: 30px;
}



.bmform{
	width: 92%;
	margin: 0 auto;
	margin-top: 20px;
}


.bmform ul{
	width: 100%;
}

.bmform ul li{
	width: 100%;
}


.bmform ul li label{
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.bmform ul li label em{
	color: #f00;
	font-style: normal;
	padding-right: 10px;
}


.bmform ul li input{
	margin-top: 4px;
	margin-bottom: 14px;
}

.bmform ul li input.textbox{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 16px;
}


.bmform ul li div.textbox{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 18px;
	margin-top:14px;
	line-height:40px;
}


.bmform ul li p{
	margin-top:14px;
	line-height:40px;
}


.rad{
	width:100%;
	display: flex;
	justify-content: flex-start;
}


.bmform ul li p.textbox{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 16px;
}


.bmform ul li select.textbox{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 16px;
}

.bmform ul li select{
	width:100%;
	height:100%;
	display:block;
	border: none;
	outline: none;
	/*Òþ²ØselectµÄÏÂÀ­Í¼±ê*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-size:16px;
	text-indent:20px;
}

.bmform ul li option{
	font-size:16px;
}


.bmform ul li p.tips{
	position: relative;
}

.btn{
	width:80%;
	height:50px;
	display:block;
	border-radius:10px;
	background:#2875E8;
	margin:0 auto;
	font-size:18px;
	color:#fff;
	border:0;
	cursor: pointer;
	margin-top: 30px!important;
}




