*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    /*user-select: none;*/
}
body{
    overflow-x:hidden;
    font:12px/1.5em "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;}


@font-face{
    font-family: "pfsc";
    src:url(../fonts/PingFang Heavy.otf);
}

/*top*/
header{
    width: 1200px;
    margin:0 auto;
    height: 125px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.navwrap{
    flex:1;
    height:100%;
    margin-left: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navwrap li{
    height:100%;
    position:relative;
    padding:0 7px;
}
.navwrap li.on::before{
    content:"";
    display: block;
    height: 4px;
    background-color: #0092ff;
    position: absolute;
    bottom: 0;
    left:-7px;
    right:-7px;
}
.nav_a{
    display: block;
    width:100%;
    height:100%;
    font-size:14px;
    color:#333333;
    line-height:125px;
    text-align:center;
    cursor: pointer;
}
.navwrap li:hover:before{
    content:"";
    display: block;
    height: 4px;
    background-color: #0092ff;
    position: absolute;
    bottom: 0;
    left:-7px;
    right:-7px;
}
/*end*/
footer{
    background-color: #707070;
}
.ft1{
    min-height: 400px;
    display: flex;
    align-items: flex-start;
    padding-top: 60px;
}
.botlogo a{
    display: block;
    margin-bottom: 35px;
}
.botlogo img{
    vertical-align: top;
}
.botlogo p{
    padding-left: 25px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}
.botlogo p:nth-child(2){
    background:url(../images/icon_tel.png) left center no-repeat;
}
.botlogo p:nth-child(3){
    background:url(../images/icon_address.png) left center no-repeat;
}
.ft1-right{
    flex:1;
    margin-left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ft1-right li p{
    font-size: 18px;
    color: #ffffff;
    width: 130px;
    padding-bottom: 24px;
    margin-bottom: 22px;
    border-bottom: 2px solid #7a7a7a;
}
.ft1-right li a{
    padding-left: 6px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 32px;
}
.ft2{
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #7c7979;
}
.ft2 *{
    font-size: 14px;
    color:#ffffff;
}










