﻿.top_bg
{
    height: 6rem;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 10;
    max-width: 1343px;
    margin: auto;
}
.logo
{
    width: 20%;
    padding: .8rem 4rem 0 0;
    text-align: right;
}
.logo img
{
    width: 10.5rem;
    height: 4.2rem;
}
.h_nav
{
    height: 6rem;
    overflow: hidden;
}
.h_nav li
{
    float: left;
    height: 6rem;
    line-height: 6rem;
    overflow: hidden;
    padding: 0 1rem;
}
.h_nav li a
{
    font-size: .8rem;
    color: #262626;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 6rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.h_nav li a:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 4rem;
    background: #028ece;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before, .h_nav li.cur a:before
{
    right: 0;
}
.h_nav li a:hover, .h_nav li.cur a
{
    color: #028ece;
}
.top_bg .isear
{
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    margin-top: 2.6rem;
}
.top_bg .isear .icon
{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.top_bg .isear .icon:hover
{
    -webkit-animation: hvr-buzz-out .75s linear;
    animation: hvr-buzz-out .75s linear;
}
.top_bg .isearch
{
    position: absolute;
    right: -28px;
    top: 3.4rem;
    padding: 5px;
    background-color: #f3f3f3;
    width: 295px;
    height: 30px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.top_bg .isearch .ser_inp
{
    display: block;
    float: left;
    width: 204px;
    height: 16px;
    line-height: 16px;
    padding: 7px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    border: none;
    font-size: 14px;
}
.top_bg .isearch .ser_so
{
    cursor: pointer;
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #3484d4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    color: #fff;
    border: none;
    font-size: 14px;
}
.top_bg .isearch:before
{
    content: '';
    position: absolute;
    display: block;
    border: 5px solid transparent;
    border-right: 7px solid #3484d4;
    z-index: 3;
    right: 75px;
    top: 16px;
}
.top_bg .isear.open .isearch
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.top_bg .isear .icon:hover
{
    -webkit-animation: hvr-buzz-out .75s linear;
    animation: hvr-buzz-out .75s linear;
}
input::-webkit-input-placeholder
{
    color: #666;
}
i, em
{
    font-style: normal;
}
html
{
    font-size: 10px;
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px)
{
    html
    {
        font-size: 15px;
    }
}
@media screen and (min-width: 1280px)
{
    html
    {
        font-size: 16px;
    }
}
@media screen and (min-width: 1366px)
{
    html
    {
        font-size: 17px;
    }
}
@media screen and (min-width: 1440px)
{
    html
    {
        font-size: 18px;
    }
}
@media screen and (min-width: 1600px)
{
    html
    {
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px)
{
    html
    {
        font-size: 24px;
    }
}
@-webkit-keyframes hvr-buzz-out
{
    10%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90%
    {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-buzz-out
{
    10%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90%
    {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
.language, .xheader .language
{
    float: left;
    background-image: url(../image/h-ic2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto auto;
    padding-left: 26px;
    margin-top: 2.5rem;
    line-height: 1.4rem;
    margin-left: 7px;
    height: 20px;
    position: relative;
}
.language span, .xheader .language span
{
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    padding-right: 26px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto auto;
    background-position: right center;
    cursor: pointer;
}
.language p, .xheader .language p
{
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.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(../image/viskins-p1.png) no-repeat -258px -936px;
    float: right;
    cursor: pointer;
}
.p12-curmbs-1
{
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
    padding-top: 50px;
}
.p12-curblock
{
    display: none;
}
.p12-curmbs-1 b
{
    border-left: 10px solid #333;
    font-weight: normal;
    padding-left: 8px;
}
.p12-curmbs-1 i
{
    font-style: normal;
}
.p12-curmbs-1 span
{
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}
.tl-fdh-02
{
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.tl-fdh-02 li
{
    width: 16.4%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px;
    background: #efefed;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tl-fdh-02 li a
{
    display: block;
    height: 55px;
    color: #595757;
}
.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover
{
    background: url(../image/p16-icon6.png) no-repeat bottom center #0095d9;
    border-color: #0095d9;
}
.tl-fdh-02 li.sidenavcur a, .tl-fdh-02 li:hover a
{
    color: #fff;
}
.p12-aboutinfo-1
{
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}
.p12-aboutinfo-1-tit
{
    height: 114px;
    line-height: 114px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #4b4a4a;
}
.p12-aboutinfo-1-tit span
{
    font-size: 22px;
    color: #aaa;
}
.f_bg
{
    background: #262930;
    height: 365px;
    padding: 65px 0 0;
    overflow: hidden;
}
.footer
{
    width: 1200px;
    margin: 0 auto;
}
.f_top
{
    display: block;
    width: 190px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    font-weight: normal;
    margin-bottom: 15px;
}
.f_top i
{
    font-size: 14px;
    text-transform: uppercase;
}
.f_nav
{
    width: 345px;
    height: 288px;
    background: url(../image/f_line01.png) no-repeat 0 64px;
}
.f_nav ul li
{
    float: left;
    width: 140px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}
.f_nav ul li a
{
    font-size: 14px;
    color: rgba(255,255,255,.4);
}
.f_nav ul li a:hover
{
    color: #fff;
}
.f_ban
{
    width: 520px;
    height: 288px;
    background: url(../image/f_line02.png) no-repeat 0 64px;
    overflow: hidden;
}
.f_ban p
{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    line-height: 26px;
    padding: 0 0 0 70px;
}
.f_ban p span
{
    display: block;
    float: left;
    width: 200px;
}
.f_ban p.f_p01
{
    background: url(../image/f_ico01.png) no-repeat 0 6px;
    height: 105px;
    padding-top: 10px;
}
.f_ban p.f_p02
{
    background: url(../image/f_ico02.png) no-repeat 0 6px;
    height: 100px;
}
.f_ban p i
{
    display: block;
    font-size: 16px;
}
.f_ban p b
{
    display: block;
    font-size: 26px;
    font-family: "DINOT";
    line-height: 40px;
}
.f_ban p em
{
    display: block;
    width: 305px;
    line-height: 20px;
}
.f_er
{
    width: 320px;
    height: 288px;
    margin-top: -15px;
}
.f_er h5
{
    width: 210px;
    height: 110px;
    float: right;
}
.f_er h5 img
{
    width: 210px;
    height: 82px;
}
.f_er p
{
    width: 125px;
    text-align: center;
    float: left;
    padding: 0 0 0 35px;
}
.f_er p em
{
    width: 110px;
    height: 110px;
    display: block;
    line-height: 0;
    border: #636569 1px solid;
    padding: 6px;
}
.f_er p img
{
    width: 110px;
    height: 110px;
}
.f_er p span
{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.3);
    line-height: 30px;
}
.f_bot
{
    font-size: 14px;
    color: rgba(255,255,255,.4);
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    border-top: rgba(244,244,244,.1) 1px solid;
}
.f_bot p
{
    float: right;
}
.f_bot span
{
    padding: 0 10px;
}
.f_bot a
{
    color: rgba(255,255,255,.4);
}
.client-2
{
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
.client-2 li a
{
    text-decoration: none;
}
.client-2 li
{
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}
.client-2 li i
{
    background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
}
.client-2 li p
{
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.client-2 .my-kefu-qq i
{
    background-position: 4px 5px;
}
.client-2 .my-kefu-tel i
{
    background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i
{
    background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i
{
    background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i
{
    background-position: -30px -22px;
}
.client-2 .my-kefu-ftop
{
    display: none;
}
.client-2 .my-kefu-ftop i
{
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main
{
    padding-top: 6px;
}
.client-2 .my-kefu-left
{
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}
.client-2 .my-kefu-tel-right
{
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
.client-2 .my-kefu-right
{
    width: 20px;
}
.client-2 .my-kefu-tel-main
{
    background: #0095d9;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}
.client-2 .my-kefu-main
{
    background: #0095d9;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}
.client-2 .my-kefu-weixin-pic
{
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
.my-kefu-weixin-pic img
{
    width: 115px;
    height: 115px;
}
