*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    /*user-select: none;*/
}
body{
    overflow-x:hidden;
    font-size:12px;
    font-family:  "microsoft yahei";
    color:#656565;
    background:#fff;
}
ul,li{
    list-style:none;
}
img{
    max-width:100%;
}
a{
    color:#656565;
    text-decoration: none;
}
.wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.hbtn{
    transition: .4s ease-out;
}
.hbtn:hover{
    transition: .4s ease-out;
}
.clearfix::after{
    content:"";
    display: block;
    clear:both;
}
.page{text-align:left;margin:10px auto; padding-bottom:20px;display:flex; color:#303030;}
.page_turner {padding:20px 0px 0px 1px;float:left;clear:both;}
.page_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}



/*top*/
header{
    height: 101px;
    background:url(../images/bg_header.png) center bottom;
}
.headwrap{
    height: 100%;
    display: flex;
    align-items: center;
}
.logowrap{
    width: 390px;
    height: 100%;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logowrap .line{
    width: 1px;
    height: 42px;
    background-color: #cdcdcd;
}
.logo-word p:nth-child(1){
    font-size: 18px;
    color: #393939;
}
.logo-word p:nth-child(1) span{
    color: #f4c52b;
}
.logo-word p:nth-child(2){
    font-size: 14px;
    color:#393939;
}
.navwrap{
    height:100%;
    padding-bottom: 9px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navwrap li{
    height:100%;
    padding:0 22px;
}
.navwrap li.on a{
    color: #003399;
}
.nav_a{
    display: block;
    width:100%;
    height:100%;
    font-size:14px;
    color:#626262;
    line-height:92px;
    text-align:center;
    cursor: pointer;
}
/*end*/
footer{
    height: 284px;
    background-color: #252526;
}
footer .ft1{
    padding-top:65px;
    text-align: center;
}
footer .ft1 a{
    font-size: 14px;
    color:#ffffff;
}
footer .ft1 a:not(:nth-child(1))::before{
    content:"";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 2px;
    background-color: #c85509;
    margin:0 22px;
}
footer .ft2{
    text-align: center;
    margin-top: 50px;
    color: #7c7c7c;
}
footer .ft2 p,footer .ft2 p a{
    font-size: 14px;
    color: inherit;
    line-height: 32px;
}











