@charset "utf-8";
/*startpage*/
body{background: #fff;overflow-x: hidden;}
img{display: block; width:100%;}
a{color: #333;}
.main{width:100%;}
.ban-top{position: relative;}
.ban-top h2{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 130px;
}
.ban-top p{
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 120px;
}
.ban-top .bm{
	position: absolute;
	top: 60px;
}
.profession{
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.profession .top{
    position: relative;
}
.profession .top .li1{
	width: 35px;
	height: 32px;
	margin-left: 20px;
}
.profession .top .li2{
	color: #d7000f;
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 60px;
}
.profession .top .li3{
	color: #808080;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 50px;
}
.profession .img1{
	margin-top: 40px;
	padding-bottom: 26px;
}
.profession .bottom{
    position: relative;
}
.profession .bottom a{
	width: 120px;
	height: 35px;
	display: block;
}
.profession .bottom li{
	width: 17%;
	height: 5%;
}
.profession .bottom .li1{
	position: absolute;
	top: 36%;
	left: 45.5%;
}
.profession .bottom .li2{
	position: absolute;
	top: 36%;
	left: 64.5%;
}
.profession .bottom .li3{
	position: absolute;
	bottom: 9%;
	left: 45.5%;
}
.profession .bottom .li4{
	position: absolute;
	bottom: 9%;
	left: 64.5%;
}
/* 底部 */
.box14 {width:100%;max-width: 750px;background: #EEEEEE;padding: 3% 0 18%;margin: 0 auto;}
.box14 p{text-align: center;font-size:.95em;color: #000;}
.box14 img{width: 4%;display:inline-block;}
.bdzx{width:100%; height: 4em; background: #0667a2; position: fixed; bottom:0; margin:0 auto; z-index: 1002; max-width: 750px;}
.bdzx ul{width: 100%;height: 100%;display: flex;text-align: center;}
.bdzx ul li{-webkit-flex: 1;}
.bdzx ul li a{float: left;width: 100%;height: 100%;}
.bdzx ul li i{display: block;margin: .5em auto; width: 22px;height:23px;background: url("../images/bdzx2.png") no-repeat;background-size:355%;}
.bdzx ul li.bdzx1 i{background-position: 0 0;}
.bdzx ul li.bdzx3 i{background-position: -25px 0;background-size:400%;}
.bdzx ul li.bdzx2 i{background-position: -48px -1px;background-size:414%;}
.bdzx ul li.bdzx4 i{background-position: -70px -3px;background-size:414%;}
.bdzx ul li span{color: #fff;font-size: .9em;}

/*小屏幕/苹果5s*/
@media only screen and (max-width: 360px){
/*.icon ul li span{font-size: .9em;}	*/
	body{font-size: .9rem;}

/*大于pad屏幕*/
@media only screen and (min-width: 750px){
	body{font-size: 1.5rem; max-width: 750px;}