*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
body{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    font-size:16px;
    color: #023344;
    margin: 0 auto;
    background-color: #fff;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px #dcdddd solid;
}
.h_center{
    width: 1200px;
    margin: 0 auto;
}
.h_center ul{
    float: left;
    width: 945px;
}
.h_center ul li{
    float: left;
    line-height: 70px;
    margin-right: 40px;
}
.h_center ul li a{
    width: 100%;
    color: #333;
}
.h_center ul li a:hover,.h_center ul li a:focus,.h_center ul li a:active{
    color: #3161eb;
}
.login,.loginout{
    float: right;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ea635c;
    border-radius: 6px;
    margin-top: 19px;
    margin-left: 12px;
    border: 1px #ea635c solid;
}
.loginout{
    background-color: #fff;
    border: 1px #333 solid;
}
.login a{
    width: 100%;
    color: #fff;
}
.loginout a{
     width: 100%;
     color: #333;
 }

/*footer*/
.footer{
    width: 100%;
    min-width: 1200px;
    color: #fff;
    margin-top: 86px;
    background-color: #282828;
}
.f_content{
    width: 1200px;
    padding: 34px 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
}
.f_left{
    float: left;
    width: 504px;
}
.f_left a{
    color: #fff;
}
.f_center{
    float: left;
    width: 256px;
    font-size: 17px;
    text-align: center;
}
.f_bm{
    display: inline-block;
    width: 210px;
    height: 45px;
    color: #333;
    text-align: center;
    line-height: 45px;
    margin-top: 45px;
    border: 1px #9b9b9b solid;
    background-color: #fff;
}
.f_right{
    float: left;
    width: 400px;
}
.f_right ul li:nth-child(1){
    font-size: 18px;
    font-weight: bold;
}
.f_right1{
	text-align:center;
    float: left;
}
.f_right2{
	margin-left:5px;
	text-align:center;
    float: right;
}

.f_copyright{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    background-color: #1c1c1c;
}
.f_copyright span{
    margin: 0 10px;
}
.f_copyright span a{
    color:#fff;
}


.foot{
    width: 100%;
    height: 94px;
    color: #fff;
    text-align: center;
    line-height: 94px;
    font-size: 13px;
    background-color: #282828;
}
.foot a{
    color: #fff;
}
.foot span{
    margin: 0 20px;
}
/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}