
    @charset "utf-8";
    /*初始样式*/
    
    body {
        color: #666;
        font-size: 14px;
        font-family: "Microsoft Yahei";
    }
    /*网站字体颜色*/
    
    body,
    ul,
    ol,
    li,
    div,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dt,
    dd,
    img,
    span,
    input {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    a {
        color: #333;
        text-decoration: none;
        font-family: "Microsoft Yahei";
    }
    /*for ie f6n.net*/
    
    a:focus {
        outline: 0;
    }
    /*for ff f6n.net*/
    /*a:hover { text-decoration:underline;}*/
    
    img {
        border: none;
    }
    
    .vam {
        vertical-align: middle;
    }
    
    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    
    p {
        word-spacing: 0;
        font-family: "Microsoft Yahei";
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Microsoft Yahei";
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .tr {
        text-align: right;
    }
    
    .tl {
        text-align: left;
    }
    
    .center {
        text-align: center;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .pa {
        position: absolute;
    }
    
    .pr {
        position: relative
    }
    
    .clearfix:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }
    
    .clearfix {
        zoom: 1;
    }
    /* -- 页面整体布局 -- */
    
    .content {
        width: 1200px;
        margin: 0 auto;
    }
    
    .pic img,
    .picl img,
    .pics img {
        -webkit-transition: -webkit-transform 0.8s;
        -moz-transition: -moz-transform 0.8s;
        -o-transition: -o-transform 0.8s;
        transition: transform 0.8s;
    }
    
    .pic img:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    
    .picl img:hover {
        -moz-transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
    }
    
    .pics img:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    
    .white,
    .whites {
        position: relative;
        overflow: hidden;
    }
    
    .white:after,
    .whites:after {
        content: '';
        cursor: pointer;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }
    
    .white:hover:after {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }
    
    .whites:hover:after {
        left: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    
    @keyframes myfirst {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 100% 100%;
        }
    }
    
    @keyframes jtdh {
        0% {
            top: 0;
        }
        100% {
            top: 10px;
            opacity: 0;
        }
    }
    
    body {
        min-width: 1200px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow-x: hidden;
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .content {
        width: 1200px;
        margin: 0 auto;
        font-family: "Microsoft Yahei";
    }
    /*头部*/
    
    .header {
        max-width: 1920px;
        position: relative;
        z-index: 2;
    }
    
    .head-t {
        background: #135FAC;
        height: 42px;
        line-height: 42px;
        color: #fff;
        overflow: hidden;
    }
    
    .head-t p {
        float: left;
    }
    
    .head-t em {
        background: url(images/tel.png) no-repeat left center;
        float: right;
        padding-left: 31px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 24px;
    }
    
    .head-t em span {
        font-size: 15px;
        font-weight: normal;
        vertical-align: middle;
        display: inline-block;
        font-family: "Microsoft Yahei";
    }
    
    .head-b {
        height: 104px;
    }
    
    .head-b .logo {
        float: left;
        width: 185px;
        height: 87px;
        padding-top: 11px;
        margin-left: -13px;
    }
    
    .head-b .logo img {
        width: 185px;
        height: 87px;
        display: block;
    }
    
    .head-b h2 {
        margin-left: 22px;
        float: left;
        padding-top: 33px;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        font-weight: normal;
    }
    
    .head-b h2 b {
        display: block;
        font-size: 22px;
        line-height: 22px;
        color: #000;
        margin-bottom: 10px;
    }
    
    .nav {
        margin: 0 auto;
        background: #135fac;
    }
    
    .nav li {
        float: left;
        text-align: center;
        position: relative;
        line-height: 50px;
        height: 50px;
    }
    
    .nav li:before {
        content: "";
        display: block;
        width: 100%;
        background: url(images/nav-bg.png) repeat-x;
        height: 0;
        z-index: -1;
        position: absolute;
        transition: all .2s linear;
    }
    
    .nav li:after {
        content: "";
        display: block;
        width: 1px;
        height: 15px;
        background: #dbdbdb;
        position: absolute;
        right: 0;
        top: 19px;
    }
    
    .nav li > a {
        display: block;
        color: #fff;
        padding: 0 20px;
        font-size: 20px;
    }
    
    .nav li p {
        position: absolute;
        left: 0;
        top: 49px;
        width: 160px;
        display: none;
        text-overflow:ellipsis;overflow:hidden; white-space: nowrap;
    }
    
    .nav li p a {
        display: block;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.95);
        color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 14px;
        font-weight: normal;
    }
    
    .nav li p a:last-of-type {
        border-bottom: none;
    }
    
    .nav li p a:hover {
        background:#ffb401;
        color:#fff;
    }
    
    .nav li.cur>a,
    .nav li:hover>a {
        background:#ffb401;
        color:#fff;
    }
    
    .nav li.cur,
    .nav li:hover {
        font-weight: bold;
    }
    
    .nav li.cur:before,
    .nav li:hover:before {
        display: block;
        opacity: 1;
        height: 50px;
    }
    
    .nav li:last-child:after,
    .nav li.cur:after,
    .nav li:hover:after {
        display: none;
    }

 
.case .tit li{width:233px;}



.foot-t{height: 330px;background: #005da8;border-bottom: 1px solid rgba(255,255,255,0.1);box-sizing: border-box;}
.foot-nav{width: 1200px;margin: 0 auto;height: 78px;line-height: 78px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.foot-nav li{float: left;font-size: 16px;position: relative;margin-right: 50px;}
.foot-nav li:last-of-type{margin-right: 0;}
.foot-nav li:after{content: "";display: block;width: 1px;height: 12px;background: rgba(255,255,255,0.15);position: absolute;right: -29px;top: 34px;}
.foot-nav li:last-of-type:after{display: none;}
.foot-nav li a{display: block;color: #fff;position: relative;top: 0;transition: all .15s linear;}
.foot-nav li a:hover{top: -5px;}
.foot-info{width: 1200px;margin: 0 auto;border-bottom: 1px solid rgba(255,255,255,0.1);height: 250px;overflow: hidden;padding-top: 47px;box-sizing: border-box;}
.foot-info dl{width: 705px;float: left;}
.foot-info dl dt{float: left;width: 261px;height: 116px;border-right: 1px solid rgba(255,255,255,0.13);}
.foot-info dl dt img{width: 221px;height: 63px;margin-top: 26px;}
.foot-info dl dd{float: left;margin-left: 40px;display: inline;color: #fff;padding-top: 5px;width:370px;}
.foot-info dl dd em{line-height: 28px;display: block;}
.foot-info dl dd em i{margin-left: 38px;position: relative;line-height: 14px;}
.foot-info dl dd em i:before{content: "/";position: absolute;left: -19px;top: 3px;font-weight: normal;color: #6388ae;}
.foot-info dl dd em a{color: #fff;}
.foot-info dl dd em span{margin-left: 20px;}
.foot-info ul{float: left;width: 325px;}
.foot-info ul li{color: #fff;display: block;padding-left: 66px;min-height: 50px;margin-bottom: 20px;}
.foot-info ul li:nth-child(1){background: url(images/foot-tel.png) no-repeat left top;}
.foot-info ul li:nth-child(2){background: url(images/foot-phone.png) no-repeat left top;}
.foot-info ul li span{font-size: 16px;display: block;line-height: 16px;margin-bottom: 5px;}
.foot-info ul li i{display: block;font-size: 24px;line-height: 32px;}
.foot-info > em{float: right;width: 130px;text-align: center;margin-right:40px;}
.foot-info > em i{padding: 7px;background: #fff;display: block;border:1px solid #E6E6E6;box-sizing: border-box;}
.foot-info > em i img{width: 116px;height: 116px;display: block;}
.foot-info > em span{display: block;background: url(images/code-bg.png) no-repeat center;min-height: 12px;text-align: center;font-size: 14px;color:rgba(255,255,255,0.6);margin-top: 6px;line-height: 14px;}
.foot-b{height: 112px;line-height: 36px;font-size: 12px;color: #fff;background: #03407E;}
.foot-b a{color: #fff;display: inline-block;position: relative;margin-right: 32px;}
.foot-b a:after{content: "/";display: block;position: absolute;right: -16px;top: 0;color: #566676;}
.foot-b a:last-of-type{margin-right: 0;}
.foot-b a:last-of-type:after{display: none;}


        .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(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px 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: #135fac;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #135fac;
            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;
        }
    
