﻿@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}
*{
    box-sizing: border-box;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
}

body {
    color: #333;
    font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
img{
    cursor:pointer;
    max-width: 100%;
}
.fomar{
    font-family: "Arial";
}

/*元素位置*/

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

/*clearfix写在浮动元素的上层*/

.clear{
    clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}
.clearfix { *zoom:1;}

.content{
    width: 100%;
    margin:0 auto;
    max-width: 1200px;
}

/*分页*/
.page{
    text-align: center;
}
.page>ul{
    width: 100%;
}
.page>ul>li{
    padding: 6px 12px;
    background: #fff;
    margin: 0 6px;
    border:1px solid #eee;
}
.page>ul>li>a{
    font-size: 16px;
    color:#646c7a;
}
.page>ul>li.active{
    background: #333;
}
.page>ul>li.current{
    border:none;
}
.page>ul>li.active a{
    color:#fff;
}
/*内部文字位置*/
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/*块状元素及行内元素*/
.block {
    display: block;

}

.inline {
    display: inline-block;
}

.none{
    display: none;
}

.mtb-60{
    margin: 60px 0;
}
/*多余字体变成点点点*/
.wot{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*字体大小*/
.fs12{
    font-size: 12px;
}
/*最大宽*/
.maxwh{
    width: 100%;
}
/*宽*/
.w48{
    width: 48%;
}
.w16{
    width: 16%;
}
.w18{
    width: 18%;
}
.w12{
    width: 12%;
}

.pt60{
    padding-top: 60px;
}
/*背景颜色*/
.bg-fff{
    background: #fff;
}
.bg-f5{
    background: #f5f5f5;
}
.bg-blue{
    background: #009e95;
}
/*过渡小动画*/
.tra{
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;  /* IE 9 */
    -moz-transition: all 0.35s;     /* Firefox */
    -o-transition : all 0.35s;  /* Opera */
}

/*右侧悬浮框*/
.frame-right-big{
    position: fixed;
    top:80%;
    right:14%;
    transform: translateY(-50%);
    width: 44px;
}
.frame-right-big img{
    cursor: pointer;
}

/*头部  开始*/
.pc-head{
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-ul>li{
    position: relative;
    height: 90px;
    padding: 0 14px;
    margin: 0 16px;
}
.nav-ul>li>a{
    width: 100%;
    line-height: 87px;
    font-size: 16px;
    color:#333;
}
.nav-ul li.active a{
    color:#e9ad01;
    border-bottom: 3px solid #e9ad01;
}
.nav-ul li ul{
    display: none;
    position: absolute;
    top:100%;
    left:0;
    z-index: 10;
    width: 270px;
    background: #fff;
}
.nav-ul>li:hover>a{
    color:#e9ad01;
    border-bottom: 3px solid #e9ad01;
}
.nav-ul li:hover ul{
    display: block;
}
.nav-ul li:last-child ul{
    left:-180px;
}

.nav-ul li ul li{
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    border-bottom: 1px solid #f3f4f5;
}
.nav-ul li ul li a{
    padding: 0 8%;
    width: 100%;
    line-height: 68px;
    font-size: 16px;
    color:#333;
    border-left:3px solid #fff;
}

.nav-ul li ul li.active{
    border-left:3px solid #e9ad01;
    background: #f3f4f5;
}
.nav-ul li ul li.active a{
    border-bottom: none;
}
.nav-ul li ul li:last-child{
    border-bottom: none;
}
.nav-ul li ul li:hover a{
    border-left:3px solid #e9ad01;
    background: #f3f4f5;
}
/*头部  结束*/


/*底部 开始*/
.footer{
    width: 100%;
    background: #f0f3f4;
}
.foot-top{
    padding: 70px 0 90px;
    border-bottom: 1px solid #e1dede;
}
.foot-ul{
    float: left;
    width: 72%;
}
.foot-ul li{
    float: left;
    width: 25%;
}
.foot-ul li h6{
    padding-bottom: 20px;
    font-size: 16px;
    color:#333;
}
.catalog-foot{
    width: 100%;
}
.catalog-foot a{
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color:#5e636b;
}
.foot-wx{
    float: right;
    width: 28%;
}
.foot-logo{
    float: right;
    width: 67.8%;
}
.foot-logo img{
    width: 100%;
}
.foot-wx p{
    float: right;
    width: 67.8%;
    margin-top: 30px;
}
.foot-wx p em{
    width: 24px;
    height: 18px;
    margin: -3px  0;
}
.wx{
    background: url("../images/wx.png") no-repeat center center;
}
.yx{
    background: url("../images/yx.png") no-repeat center center;
}
.foot-down{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-down span{
    font-size: 14px;
    color:#5e636b;
}
.foot-down span em{
    width: 24px;
    height: 18px;
    background: url("../images/hz.png") no-repeat center center;
    margin-bottom: -4px;
}
.phone-head{
    display: none;
}
.phone-pf{
    display: none;
}
/*底部 结束*/
















































































