
        i,
        em {
            font-style: normal;
        }
        
        .content {
            width: 1200px;
            margin: 0 auto;
        }
        
        .headbj {
            transition: .5s;
            position: relative;
            z-index: 300;
            width: 100%;
        }
        
        .hea-top {
            height: 31px;
            background: #f4f4f4;
            display: none;
        }
        
        .hea-top span {
            display: inline-block;
            height: 31px;
            line-height: 31px;
            font-size: 12px;
            color: #949494;
            float: left;
            padding-left: 37px;
            background: url(images/hea-icon.gif) no-repeat left;
        }
        
        .hea-top em {
            display: block;
            float: right;
        }
        
        .hea-top em a {
            display: inline-block;
            height: 31px;
            line-height: 31px;
            font-size: 12px;
            color: #AAAAAA;
            margin-left: 22px;
            padding-left: 31px;
        }
        
        .hea-top em a.top1 {
            background: url(images/top-icon1.png) no-repeat left;
        }
        
        .hea-top em a.top2 {
            background: url(images/top-icon2.png) no-repeat left;
        }
        
        .hea-top em a.top3 {
            background: url(images/top-icon3.png) no-repeat left;
        }
        /*.hea-cen{height:103px; padding-top:17px; box-sizing: border-box;}*/
        
        .hea-cen {
            height: 98px;
            padding-top: 12px;
            box-sizing: border-box;
        }
        
        .hea-cen .logo {
            float: left;
        }
        
        .hea-cen .logo .t_logo {
            width: 260px;
            height: 66px;
            float: left;
            margin-right: 19px;
        }
        
        .hea-cen .logo h2 {
            float: left;
            padding-top: 5px;
        }
        
        .hea-cen .logo h2 span {
            display: block;
            height: 34px;
            line-height: 34px;
            font-size: 18px;
            color: #000000;
            font-weight: bold;
        }
        
        .hea-cen .logo h2 em {
            display: block;
            height: 29px;
            line-height: 29px;
            font-size: 16px;
            color: #000000;
            font-weight: normal;
        }
        
        .hea-cen .hea-tel {
            float: right;
            margin-top: 11px;
        }
        
        .hea-cen .hea-tel span {
            display: block;
            padding-left: 48px;
            background: url(images/hea-tel.gif) no-repeat left;
        }
        
        .hea-cen .hea-tel span em {
            display: block;
            height: 27px;
            line-height: 27px;
            font-size: 16px;
            color: #000B2A;
        }
        
        .hea-cen .hea-tel span p {
            height: 28px;
            line-height: 28px;
            font-size: 22px;
            color: #000B2A;
        }
        
        .menu {
            height: 55px;
            background: #007AFF;
        }
        
        .menu .nav {
            width: 1200px;
            margin: 0 auto;
        }
        
        .menu .nav>li {
            float: left;
            height: 52px;
            line-height: 52px;
            position: relative;
        }
        
        .menu .nav>li .xlbj {
            display: none;
        }
        
        .menu .nav>li.fr5 .xlbj {
            width: 1920px;
            display: block;
            position: absolute;
            top: 55px;
            left: 50%;
            background: #FFF;
            margin-left: -1004px;
            height: 0;
            overflow: hidden;
            transition: .5s;
            box-sizing: border-box;
        }
        
        .menu .nav li.fr5 .xlbj .xl {
            width: 400px;
            float: left;
            height: 287px;
            position: relative;
        }
        .menu .nav li.fr5 .xlbj .xl:before{width:1px;height:201px; background:#dedede;content:"";position:absolute; right:0;top:49px;}
        
        .menu .nav li.fr5 .xlbj .xl span {
            display: block;
            width: 209px;
            height: 157px;
            float: left;
        }
        
        .menu .nav li.fr5 .xlbj .xl .xl-rig {
            float: left;
            width: 191px;
            padding-top: 3px;
            position: relative;
        }
        
        .menu .nav li.fr5 .xlbj .xl .xl-rig h3 {
            height: 46px;
            line-height: 46px;
            overflow: hidden;
        }
        
        .menu .nav li.fr5 .xlbj .xl .xl-rig h3 a {
            font-size: 16px;
            color: #282828;
            font-weight: bold;
        }
        
        .menu .nav li.fr5 .xlbj .xl .xl-rig ul li {
            height: 26px;
            line-height: 26px;
        }
        
        .menu .nav li.fr5 .xlbj .xl .xl-rig ul li a {
            font-size: 14px;
            color: #666666;
        }
        
        .menu .nav>li.fr5:hover .xlbj {
            padding-top: 12px;
            height: 704px;
        }
        
        .menu .nav li.fr5 .xlbj .xl:nth-child(4),.menu .nav li.fr5 .xlbj .xl:nth-child(5),.menu .nav li.fr5 .xlbj .xl:nth-child(6){padding-top:49px;border-top:1px solid #dedede;}
        
        .menu .nav li.fr5 .xlbj .xl:nth-child(3):before,.menu .nav li.fr5 .xlbj .xl:nth-child(6):before{display:none;}
        
        .menu .nav>li>a {
            font-size: 15px;
            color: #FFFFFF;
            padding: 0 30px;
            transition: .5s;
            position: relative;
        }
        
        .menu .nav>li>a:before {
            width: 1px;
            height: 12px;
            background: rgba(255, 255, 255, 0.3);
            content: "";
            position: absolute;
            right: 0;
            top: 6px;
        }
        
        .menu .nav>li:before {
            width: 100%;
            height: 0;
            background: #0c2045;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            transition: .5s;
        }
        
        .menu .nav>li:last-child>a:before {
            display: none;
        }
        
        .menu .nav>li:hover:before,
        .menu .nav>li.cur:before {
            height: 52px;
        }
        
        .menu .nav>li:hover>a,
        .menu .nav>li.cur>a {
            color: #FFF;
            font-weight: bold;
        }
        
        .headbj.hea {
            height: 55px;
            position: fixed;
            top: 0;
        }
        
        .headbj.hea .hea-top,
        .headbj.hea .hea-cen {
            display: none;
        }
    

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #007aff;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #007aff;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #0c2045;
            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;
        }
    

                .xnznr-page {
                    text-align: center;
                    margin-top: 25px;
                    margin-bottom: 30px;
                }
                
                .xnznr-page a {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #aaa;
                    vertical-align: middle;
                    margin-right: 4px;
                }
                
                .xnznr-page span {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    vertical-align: middle;
                    margin-right: 4px;
                }
                
                .xnznr-page a.cur {
                    color: #fff;
                    background: #0c2045;
                    border: 1px solid #124a62;
                }
                
                .xnznr-page a img {
                    display: block;
                }
                
                .r1-searchcontent-1-tit {
                    border-bottom: 1px solid #ccc;
                }
                
                .r1-searchcontent-1-tit h2 {
                    width: 145px;
                    height: 46px;
                    text-align: center;
                    line-height: 46px;
                    background: #333;
                    color: #fff;
                    font-weight: normal;
                    position: relative;
                    top: 1px;
                }
                
                .r1-searchcontent-1-main dl {
                    padding: 23px 0;
                    clear: both;
                    border-bottom: 1px solid #cbcbcb;
                    display: inline-block;
                    width: 100%;
                }
                
                .r1-searchcontent-1-main dt {
                    width: 18%;
                    padding-right: 23px;
                    float: left;
                }
                
                .r1-searchcontent-1-main dt img {
                    width: 100%;
                }
                
                .r1-searchcontent-1-main dd {
                    float: left;
                    width: 79%;
                }
                
                .r1-searchcontent-1-main dd h4 {
                    font-size: 18px;
                    font-weight: normal;
                }
                
                .r1-searchcontent-1-main dd h4 span {
                    color: #f00;
                }
                
                .r1-searchcontent-1-main dd p {
                    line-height: 30px;
                    height: 60px;
                    padding-top: 8px;
                    overflow: hidden;
                }
                
                .r1-searchcontent-1-main dd p span {
                    color: #f00;
                }
            

 .icoo{display:block; width:48px; height:189px;position: fixed;
left: 0px;
top: 50%;
background:url(images/xf-btn.png) no-repeat center;
font-size: 22px;
color: #FFFFFF;
line-height: 25px;
padding: 62px 7px 0;
box-sizing: border-box;
z-index: 400;}
 
 .xfbj{width:100%;position:fixed;left:0;bottom:0; z-index:300;}
  .xg{position:relative;}
 .ico{display:block;width:45px;height:37px;cursor:pointer;background:rgba(0,0,0,0.6);border-top-right-radius:100px;}
        .fi{position:relative;height:71px;}
        .fi .fly{display:block; width:180px; position:absolute;left:0;bottom:0; line-height:0;}
        .fi .fly img{width:100%;}
        .fix {
            width: 100%;
            height: 71px;
            z-index:999;
            background:rgba(0,0,0,0.6);
        }
        
        .fix .bd h4 {
            height: 71px;
            line-height: 71px;
            font-size: 18px;
            color: #FFF;
            font-weight: bold;
            width:488px;
            float:left;
            margin-left:190px;
        }
        
        .fix .bd h4 b{display:inline-block;margin-left:12px;color: #14b7ff;}
        
        .fix .bd .bd_ul{float:right;margin-top:19px;}
        
        .fix .bd ul {
            width: 520px;
            float: right;
        }
        
        .fix .bd ul li {
            float: left;
            width: 117px;
            height:27px;
            margin:0 3px 0 0;
            border:1px solid rgba(0,0,0,0.3);
        }
        
        .fix .bd ul li input {
            background: rgba(255, 255, 255, 0.66);
            line-height: 25px;
            font-size: 14px;
            padding: 0 13px;
            box-sizing: border-box;
            width: 117px;
            height:27px;
        }
        
     .fix .bd ul li span {
            display: none;
        }
        
        .fix .bd .submit {
            float: right;
        }
        
        .fix .bd .submit .form-btn-submit {
            width: 117px;
            height: 40px;
            background:url(images/sub-btn.png) no-repeat center;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            color: #FFF;
            font-family: "思源黑体 CN";
            cursor: pointer;
            margin-right:26px;
        }
        
        .fix .bd .submit .form-btn-reset {
            display: none;
        }
    

        i,
        em {
            font-style: normal;
        }
        
        .footer {
            height: 561px;
            background: #0c2045;
            border-bottom: 20px solid #007aff;
        }
        
        .footer .ft-nav {
            height: 85px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .footer .ft-nav ul {
            width: 1200px;
            margin: 0 auto;
        }
        
        .footer .ft-nav ul li {
            float: left;
            height: 85px;
            line-height: 85px;
            width: 12.5%;
            text-align: center;
        }
        
        .footer .ft-nav ul li a {
            display: block;
            font-size: 14px;
            color: #FFFFFF;
            position: relative;
        }
        
        .footer .ft-nav ul li a:before {
            width: 1px;
            height: 14px;
            background: rgba(255, 255, 255, 0.6);
            content: "";
            position: absolute;
            right: 0;
            top: 37px;
        }
        
        .footer .ft-nav ul li:last-child a:before {
            display: none;
        }
        
        .footer .ft-cen {
            height: 297px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .footer .ft-cen .ftlogo {
            width: 283px;
            padding-top: 38px;
            margin-right: 54px;
        }
        
        .footer .ft-cen .ftlogo h2 {
            width: 296px;
            height: 76px;
            margin-left: -13px;
        }
        
        .footer .ft-cen .ftlogo h2 img {
            width: 100%;
        }
        
        .footer .ft-cen .ftlogo h3 {
            height: 71px;
            line-height: 71px;
            font-size: 20px;
            color: #FFFFFF;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .footer .ft-cen .ftlogo span {
            display: block;
            text-align: center;
            line-height: 12px;
            margin-bottom: 20px;
        }
        
        .footer .ft-cen .ftlogo span a {
            display: inline-block;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.5);
            padding: 0 19px 0 12px;
            background: url(images/ft-xt.png) no-repeat right;
        }
        
        .footer .ft-cen .ftlogo span a:last-child {
            background: 0;
        }
        
        .footer .ft-cen .ftlogo p {
            text-align: center;
            line-height: 12px;
        }
        
        .footer .ft-cen .ftlogo p em {
            display: inline-block;
            margin: 0 10px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.5);
        }
        
        .footer .ft-cen .ftlogo p em a {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.5);
        }
        
        .footer .ft-cen .ft-contact {
            width: 360px;
            padding-top: 21px;
        }
        
        .footer .ft-cen .ft-contact h4 {
            height: 52px;
            line-height: 52px;
            font-size: 14px;
            color: #FFFFFF;
            margin-bottom: 5px;
        }
        
        .footer .ft-cen .ft-contact ul li {
            line-height: 29px;
            font-size: 14px;
            color: #FFFFFF;
            padding-left: 28px;
        }
        
        .footer .ft-cen .ft-contact ul li.first {
            height: 47px;
            line-height: 47px;
            margin-bottom: 9px;
            font-weight: bold;
        }
        
        .footer .ft-cen .ft-contact ul li.one {
            background: url(images/ft-lx1.png) no-repeat left;
        }
        
        .footer .ft-cen .ft-contact ul li.two {
            background: url(images/ft-lx2.png) no-repeat left;
        }
        
        .footer .ft-cen .ft-contact ul li.three {
            background: url(images/ft-lx3.png) no-repeat left 10px;
        }
        
        .footer .ft-cen .ft-contact ul li.four {
            background: url(images/ft-lx4.png) no-repeat left;
        }
        
        .footer .ft-cen .ft-fl {
            width: 477px;
            margin-right: -20px;
            margin-top: 19px;
        }
        
        .footer .ft-cen .ft-fl .fl {
            width: 121px;
            margin-left: 52px;
        }
        
        .footer .ft-cen .ft-fl .fl.fr2{display:none;}
        
        .footer .ft-cen .ft-fl .fl:first-child {
            margin-left: 0;
        }
        
        .footer .ft-cen .ft-fl .fl h4 {
            height: 53px;
            line-height: 53px;
            margin-bottom: 11px;
        }
        
        .footer .ft-cen .ft-fl .fl h4 a {
            font-size: 14px;
            color: #FFFFFF;
            font-weight: normal;
        }
        
        .footer .ft-cen .ft-fl .fl ul li {
            height: 28px;
            white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
        }
        
        .footer .ft-cen .ft-fl .fl ul li a {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.6);
            white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
        }
        
        .footer .ft-bot {
            height: 177px;
        }
        
        .footer .ft-bot .ft-link {
            width: 810px;
            float: left;
            padding-top: 52px;
        }
        
        .footer .ft-bot .ft-link span {
            display: inline-block;
            height: 41px;
            line-height: 41px;
        }
        
        .footer .ft-bot .ft-link span em {
            display: inline-block;
            margin-right: 44px;
        }
        
        .footer .ft-bot .ft-link span em i {
            font-size: 12px;
            color: #FFFFFF;
            margin-right: 12px;
            text-transform: uppercase;
        }
        
        .footer .ft-bot .ft-link span em a {
            font-size: 12px;
            color: #FFFFFF;
        }
        
        .footer .ft-bot .ft-link p {
            height: 40px;
            line-height: 40px;
        }
        
        .footer .ft-bot .ft-link p a {
            display: inline-block;
            height: 40px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.2);
            margin-right: 22px;
        }
        
        .footer .ft-code {
            width: 432px;
            float: right;
            margin-top: 35px;
            margin-right: -43px;
        }
        
        .footer .ft-code span {
            display: block;
            width: 216px;
            float: left;
        }
        
        .footer .ft-code span i {
            display: block;
            width: 105px;
            height: 107px;
            float: left;
        }
        
        .footer .ft-code span i img {
            width: 100%;
        }
        
        .footer .ft-code span em {
            display: block;
            text-align: center;
            padding-top: 34px;
            float: left;
            font-size: 14px;
            color: #FFFFFF;
            line-height: 20px;
            margin-left: 14px;
        }
    

        .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: #007aff;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #007aff;
            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;
        }
    
