.header {
    position: relative;
    z-index: 999999;
    background: #fff;
    width: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

i,
em {
    font-style: normal;
}
.header_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.header_top-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header_top-left {
    float: left;
    width: 32%;
    height: 100%;
}
.header_top-left span:nth-child(1) img{
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -5px;
}
.header_top-left span:nth-child(2) {
    margin-left: 10%;
}

.header_top-left a {
    color: #fff;
}
.header_top-right {
    float: right;
    height: 100%;
}
.header_top-right span {
    font-size: 18px;
}
.header_top-right img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    left: -5px;
}
.header .logo {
    float: left;
    margin: 0px 13px 0 5%;
    display: block;
    /* width: 177px; */
    /* height: 22px; */
}

.header .logo img {
    display: block;
    width: 375px;
    height: 121px;
}

.header .h_nav {
     float: left;
    /* margin-right: 2%; */
    margin: 0.8% 0% 0% 4%;
    width: 42%;
}

.h_nav ul li {
    float: left;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    line-height: 90px;
    padding: 0 2.7%;
}

.h_nav ul li a {
    color: #303030;
    display: block;
    z-index: 5;
    box-sizing: border-box;
    line-height: 90px;
    position: relative;
}

/*.h_nav ul li a:before {
    background: #cca57a;
    content: "";
    left: 0;
    top: 67px;
    transition: all 0.2s;
    width: 0;
    height: 3px;
    position: absolute;
}*/

.h_nav li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    background: url('../image/h_line.png') no-repeat center;
    right: -8px;
    top: 0;
}

/* .h_nav li:last-child:after {
    background: 0;
    width: 0;
}

.h_nav li.cur a:before,
.h_nav li:hover a:before {
    width: 100%;
} 

.h_nav li.cur a,
.h_nav li a:hover {
    color: #333333;
    font-weight: bold;
} */

.h_nav li a:hover {
    color: #333333;
    font-weight: bold;
}

.tel {
    float: right;
    font-size: 26px;
    line-height: 90px;
    color: #333333;
    margin: 0.7% 10% 0% 0%;
    font-weight: bold;
}

.tel img {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    vertical-align: middle;
}

@media screen and (max-width:1366px) {
    .header .logo {
        float: left;
        margin: 37px 20px 0 2%;
    }

    .header .h_nav {
        float: left;
        width: 62%;
    }

    .h_nav ul li {
        float: left;
        font-size: 16px;
        position: relative;
        box-sizing: border-box;
        margin-left: 1.3%;
        line-height: 90px;
        padding: 0 1.3%;
    }

    .tel {
        margin-right: 2%;
        font-size: 20px;
    }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
    .header .logo {
        float: left;
        margin: 37px 20px 0 2%;
    }

    .header .h_nav {
        float: left;
        width: 66%;
        margin-right: 0;
    }

    .h_nav ul li {
        float: left;
        font-size: 16px;
        position: relative;
        box-sizing: border-box;
        margin-left: 1.1%;
        line-height: 90px;
        padding: 0 1.7%;
    }

    .tel {
        margin-right: 2%;
        font-size: 20px;
    }
}

@media screen and (min-width:1601px) and (max-width:1780px) {
    /* .header .logo {
        float: left;
        margin: 37px 20px 0 6%;
    } */

    .header .h_nav {
        float: left;
        width: 66%;
        margin-right: 0;
    }

    .h_nav ul li {
        float: left;
        font-size: 16px;
        position: relative;
        box-sizing: border-box;
        margin-left: 1.1%;
        line-height: 90px;
        padding: 0 1.7%;
    }

    .tel {
        margin-right: 2%;
        font-size: 20px;
    }
}




.footer {
    height: 316px;
    background: #2c2f3e;
}

.f_con {
    height: 246px;
    padding-top: 70px;
}

.ft_l {
    float: left;
    width: 460px;
}

.f_nav {
    border-top: 2px solid #565965;
    height: 102px;
    padding: 20px 0;
    position: relative;
    z-index: 9999;
}

.f_nav a {
    float: left;
    font-size: 13px;
    color: #fff;
    line-height: 34px;
    padding-left: 25px;
    background: url(../image/fnav.png) no-repeat left center;
    margin-right: 48px;
    width: 105px;
    box-sizing: border-box;
}

.ft_l p {
    font-size: 14px;
    color: #fff;
    line-height: 70px;
    border-top: 2px solid #565965;
    height: 70px;
    white-space: nowrap;
}

.ft_l p b {
    float: left;
    font-size: 30px;
    font-family: Arial;
    padding-left: 44px;
    background: url(../image/tel2.png) no-repeat left center;
    line-height: 40px;
    margin-top: 14px;
    margin-right: 27px;
}

.tact {
    float: left;
    width: 350px;
    margin-left: 140px;
    border-top: 2px solid #565965;
}

.tact p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding-left: 40px;
    height: 52px;
    margin: 12px 0;
}

.tact p b {
    display: block;
}

.tact p a {
    color: #fff;
}

.tact p span {
    float: right;
}

.tact .p1 {
    background: url(../image/foot1.png) no-repeat 3px center;
    margin-bottom: 30px;
}

.tact .p2 {
    background: url(../image/foot2.png) no-repeat 3px center;
}

.sao p {
    width: 96px;
    border-top: 2px solid #565965;
    float: right;
}

.sao p img {
    width: 96px;
    height: 96px;
    padding-top: 34px;
}

.sao p span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    padding-top: 22px;
}




.links {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333;
}

.links b {
    margin-right: 30px;
}

.links a {
    color: #666;
    margin-right: 51px;
}


.client-2 {
    width: 45px;
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 999999;
    color: #fff;
}

.client-2 li a {
    text-decoration: none;
    color: #fff;
}

.client-2 li {
    margin-bottom: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.client-2 li.my-kefu-qq {
    background: #cca57a url(../image/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
    background: #cca57a url(../image/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
    background: #cca57a url(../image/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
    background: #cca57a url(../image/tohome.png) center no-repeat;
    background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
    width: 45px;
    height: 45px;
    display: block;
}

.client-2 li.my-kefu-ftop {
    background: #cca57a url(../image/returntop.png) center no-repeat;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 li.my-kefu-qq .cont {
    margin: 0;
    background: #cca57a url(../image/cimg23.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
    margin: 0;
    background: #cca57a url(../image/cimg25.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
    margin: 0;
    width: 115px;
    padding: 5px;
    border: solid 1px #ccc;
    position: absolute;
    left: -150px;
    top: -44px;
    background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
    width: 115px;
    height: 115px;
}

.client-2 li:hover .cont {
    display: block !important;
}