/* CSS Document */

@charset "utf-8";
/* CSS Document */
html {
	font-size: 13.333333333333334vw; /* 100vw / 750 * 100 */
	overflow-x:hidden;
}

body{
	margin:0rem;
	padding:0rem;
	background: #fff;
	overflow-x:hidden;
	width:100%;
}

a{
	text-decoration:none;
}

.mgn-pding{
	margin:0rem;
	padding:0rem;
	}
	
.fleft{
	float:left;
}

.fright{
	float:right;
}

.font-30{
	font-size:0.30rem;
}



*{
	padding: 0;
	margin: 0;
	list-style: none;
}
/*================*/
#title{
	width:100%;
	height:1.02rem;
	background-color:#145ea7;
}

#menuepic{
	width:1.02rem;
	height:1.02rem;
	position:absolute;
	top:0;
	right:0;
	float:right;
}
<!--================-->
.wrap01 {
	width:100%;
	height:auto;
	position:relative;
	background:#fff;
	z-index:9999999;
}
.headMenu {
    display: none;
    background-color: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 400;
    margin-top: 1.02rem;

    overflow: hidden;
}
.menuTab ul li.on {
    background-color: #fff;
    color: #de3828;
    border-bottom: 0.04rem solid #e05514;
}
.menuTab ul li {
    float: left;
    width: 50%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.16rem;
    background: #f2f4f4;
    border-bottom: 0.04rem solid transparent;
}

li {
    list-style: none;
}
.menuTab ul li.menuTabAa i {
    background-image: url(../images-sy/iconMenuTabAa.png);
}
.menuTab ul li.menuTabBb i {
    background-image: url(../images-sy/iconMenuTabBb.png);
}
.menuTab ul li.on i {
    background-position: 0 0;
}
.menuTab ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    background-repeat: no-repeat;
    background-size: 0.36rem auto;
    background-position: 0 bottom;
}
.menuDiv {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
    z-index: 1;
	width:100%;
}
.menuDiv ul.box {
    left: 0.2rem;
}
.box a{
	font-size:0.22rem;
}
.menuDiv ul {
    position: absolute;
    width: 94.8%;
    top: 0rem;
    left: 1000px;
    overflow: hidden;
    background: url(../images-sy/menuListborder.gif) repeat 0 0;
}
.menuDiv ul li {
    float: left;
    min-width: 50%;
    padding-bottom: 0.06rem;
    height: 0.88rem;
	border-bottom:0.01rem #CCCCCC solid;
}
li {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.menuDiv ul li a {
    position: relative;
    display: block;
    padding-right: 20px;
    height: 44px;
    line-height: 0.88rem;
    color: #333;
    overflow: hidden;
}
.menuDiv ul li a span {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0.12rem;
	
}
span {
    word-break: break-all;
}

.menuDiv ul li a span img {
    vertical-align: sub;
    margin-right: 0.1rem;
    width: 0.32rem;
    height:0.32rem;
}
.menuDiv ul li a:after {
    content: "";
    background: url(../images-sy/iconMenuLinkRight.png) no-repeat 0 0;
    background-size: 4px 7px;
    display: block;
    width: 4px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
.logo{
	width:2.4rem;
	height:0.6rem;
	background:url(../images-sy/iconHeadLogo.png) no-repeat;
	background-size:100%;
	position:absolute;
	top:0.2rem;
	left:0.05rem;
	float:left;
}

.headIcon{
	width:0.8rem;
	height:0.8rem;
	position:absolute;
	top:0.1rem;
	left:5.6rem;
	float:left;
	display:block;
	font-size:0.24rem;
	text-align:center;
	color:#fff;
}

#mesg01{
	width:1.19rem;
	height:1.02rem;
	position:absolute;
	top:0;
	right:1rem;
}