.header {
    height: 90px;
    position: relative;
    z-index: 5;
    background: #fff;
    width: 100%;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

i,
em {
    font-style: normal;
}

.header .logo {
    float: left;
    margin: 0px 13px 0 2%;
    display: block;
    /* width: 177px;
    height: 22px; */
}

.header .logo img {
    display: block;
    width: 295px;
    height: 101px;
}

.header .h_nav {
    float: left;
    margin-right: 2%;
    width: 65%;
}

.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('../images/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-right: 3%;
    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;
    }
}

.ty-banner-1 {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.ty-banner-1 img {
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
}


.p1-search-1 {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}

.p1-search-1 p {
    color: #444;
    line-height: 82px;
}

.p1-search-1 a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}

.p1-search-1-inp {
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}

.p1-search-1-inp input {
    border: 0;
}

.p1-search-1-inp1 {
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
}

.p1-search-1-inp2 {
    width: 30px;
    height: 30px;
    background: url(../images/viskins-p1.png) no-repeat -258px -936px;
    float: right;
    cursor: pointer;
}

.text-center {
    margin-top: 50px;
}

h2.pht {
    font-size: 30px;
    color: #cca57a;
    font-weight: normal;
    text-align: center;
}

p.phs {
    padding: 10px 0;
    text-align: center;
}

p.phs i {
    font-style: normal;
    color: #999;
    padding: 0 15px;
}

p.en {
    color: #bbb;
}

.intro {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.intro p {
    line-height: 24px;
    font-size: 16px;
}

.c-a {
    margin-top: 50px;
}

.c-a h2 {
    color: #cca57a;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: normal;
}

.c-a h2 span {
    color: #bbb;
    font-size: 18px;
}

article.c-a p {
    line-height: 22px;
    font-size: 16px;
    
}

article.c-a p:nth-child(2n+1) {
    margin-bottom: 10px;
}

.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;
}

.f_nav a {
    float: left;
    font-size: 13px;
    color: #fff;
    line-height: 34px;
    padding-left: 20px;
    background: url(../images/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(../images/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(../images/foot1.png) no-repeat 3px center;
    margin-bottom: 30px;
}

.tact .p2 {
    background: url(../images/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;
}




.client-2 {
    width: 45px;
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 999;
    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(../images/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
    background: #cca57a url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
    background: #cca57a url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
    background: #cca57a url(../images/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(../images/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(../images/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(../images/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;
}