/* 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;
    font-size: 14px;
}
/*================*/
#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, 1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 400;
    overflow: hidden;
	margin-top: 1.02rem;
}
.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;
	padding-left:0;
}
.box a{
	font-size:0.22rem;
}
.menuDiv ul {
    position: absolute;
    width: 94.8%;
    top: 0rem;
    left: 1000px;
    overflow: hidden;
    background: url(../images-sy/menuListborder.html) repeat 0 0;
}
.menuDiv ul li {
    float: left;
    min-width: 50%;
    padding-bottom: 0.06rem;
    height: auto;;
	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;

}
.menuDiv ul li a span i{color:#146bc7;margin-right:8px;}
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{
	float:left;
}
.logo img{height:.8rem;width:auto;margin-top:.1rem;margin-left:.05rem;}
.cma {float:left;margin-left: 10px;    margin-top: .15rem;}
.cma .cnas{margin-left:-8px;}
.cma img{height: .7rem; width:auto;}
.headInner{position: fixed; z-index: 9999;}
.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:1.02rem;
	left:auto;
}
.protect img{max-width:100%;}