*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}

body{
    color: #999;
    font-size: 12px;
    font-family: "Microsoft Yahei";

}
html,body{
    background: #fff;
}
a{
    text-decoration: none;
}
img{
    border: 0;
}
.container{
    width: 100%;
    /* background: #fff; */
    padding-top: 109px;
 }
.header{
    width:100%;
    margin-bottom: 109px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
box-shadow: 0px 1px 2px rgba(0,0,0,.1);

}
.content{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header .content .headLeft{
    width:334px;
    height: 112px;
    float: left;
    text-align: right;
}
.header .content .headLeft img{
    margin-top: 19px;
    float: left;
	width:334px; 
	height:44px;
}
.header .content .headLeft p{
    clear: both;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    text-align: right;
}









.header .content .headRight{
    /*width:840px;
    width: 750px;*/
    height: 112px;
    float: right;
}


.header .content .headRight p{
    height: 38px;
    line-height: 38px;
    float: right;
    margin-top: 15px;
}
.header .content .headRight p i{
    display: block;
    width:16px;
    height: 16px;
    float: left;
    margin-right: 12px;
    margin-top: 9px;
    +margin-top:0px;
}
.header .content .headRight p span{
    float: left;
    font-weight: bold;
    font-size: 14px;
	padding-left:20px;
	margin-left:20px;
}
.header .qq{ background:url(../images/qq.png) no-repeat 0 50%;}
.header .phone{ background:url(../images/phone.png) no-repeat 0 50%;}

.headNav{
	margin-top:15px;
    max-width: 100%;
    min-width: 87%;
    height:44px;
    float: right;
    font-size: 15px;
    clear: both;
    position: relative;
    text-align:right;
}
.headNav > a{
	margin-left:50px;
    color: #333;
	line-height:42px;
	padding:11px 5px;
	border-bottom: 2px solid #fff;
}

.headNav a:hover{
    color:#d8262c;
	text-decoration:none;
}
.headNav a.on{ border-bottom-color:#d8262c; color:#d8262c;}









.sub_menus{width: fit-content;height: fit-content;background: #f6f6f6;border-radius: 5px;box-shadow: 0 0 15px rgb(0 0 0 / 15%);position: absolute;left: 115px;}
.su_box{background: #f6f6f6;width: fit-content;height: fit-content;}
.su_box .su_ll{float: left;background: #fff;width: 170px;}
.su_box .su_ll a i{display: inline-block;background: url(../images/pageRight.png) right center no-repeat;background-size: 14%;width: 30px;height: 30px;float: right;}
.su_box .su_rr{float: left;background: #f6f6f6;width: 210px;}
.su_box .su_ll a,.su_box .su_rr a{display: block;line-height: 26px;padding: 5px 15px;text-align: left;font-size: 14px;color: #666;}
.su_box .su_ll a:hover,.su_box .su_rr a:hover,.su_box .su_ll a.cur{background: #f6f6f6;text-decoration: none;color: #d8262c;}






