
        .content {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .h_con.content {
            position: unset;
        }
        
        .header {
            height: 186px;
            position: relative;
            z-index: 99;
            width: 100%;
            vertical-align: top;
            display: inline-block;
        }
        
        .header .logo {
            float: left;
            padding-top: 15px;
            margin-right: 21px;
            height: 99px;
        }
        
        .header .logo img {
            width: 95px;
        }
        
        .slogan {
            float: left;
            margin-top: 15px;
            font-weight: bold;
        }
        
        .slogan span {
            display: none;
            padding-left: 29px;
            position: relative;
            font-size: 22px;
            color: #333;
            line-height: 1;
            color: #00A2E9;
        }
        
        .slogan span:before,
        .slogan span:after {
            position: absolute;
            content: "";
            width: 25px;
            height: 1px;
            background: #00A2E9;
            top: 10px;
        }
        
        .slogan span:before {
            left: -6px;
        }
        
        .slogan span:after {
            right: -33px;
        }
        
        .slogan em {
            display: block;
            font-size: 29px;
            color: #00a2e9;
            line-height: 1;
            margin-top: 10px;
            font-style: normal;
            padding-left: 20px;
        }
        
        .h_contact {
            float: right;
            margin-top: 39px;
            padding-right: 220px;
        }
        
        .h_contact p {
            padding-left: 35px;
            background: url(images/h_tel.png) no-repeat left 4px;
            float: left;
        }
        
        .h_contact p.ding {
            position: absolute;
            top: 0px;
            right: -10px;
        }
        
        .h_contact span {
            display: block;
            font-size: 14px;
            color: #333;
            line-height: 100%;
        }
        
        .h_contact em {
            font-style: normal;
            display: block;
            font-size: 24px;
            color: #2A2A36;
            line-height: 100%;
            margin-top: 4px;
            font-weight: bold;
        }
        
        .h_menu {
            height: 70px;
            background: #fff;
            clear: both;
            z-index: 999;
            box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, .08);
        }
        
        .h_menu .h_nav {
            width: 1129px;
        }
        
        .h_menu ul {
            background: #00A2E9;
        }
        
        .h_menu .home {
            width: 70px;
            height: 70px;
            background: #00A2E9;
        }
        
        .h_menu .home a {
            display: block;
        }
        
        .h_menu .home img {
            width: 19px;
            height: 21px;
            margin: 0 auto;
            padding-top: 24px;
            padding-bottom: 25px;
            display: block;
        }
        
        .menu li img {
            vertical-align: -3px;
            margin-right: 7px;
        }
        
        .header .menu li {
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: #00A2E9;
        }
        
        .header .menu li.fwzc {
            position: relative;
        }
        
        .header .menu li>a:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background: #fff;
            left: 0;
            bottom: -10px;
            transition: .3s ease;
            -o-transition: .3s ease;
            opacity: 0;
        }
        
        .header .menu li>a {
            position: relative;
            display: block;
            font-size: 16px;
            color: #fff;
            text-align: center;
            line-height: 70px;
            height: 70px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 14px;
        }
        
        .header .menu li:hover>a,
        .header .menu li.cur>a,
        .header .menu li:hover>a:before,
        .header .menu li.cur>a:before {
            opacity: 1;
            bottom: 0;
        }
        
        .header .menu li:after {
            position: absolute;
            content: "/";
            font-size: 14px;
            color: #C9C9C9;
            top: 24px;
            right: 0;
            display: none;
        }
        
        .header .menu li:last-child:after {
            display: none;
        }
        
        .header .menu li dl {
            background: rgba(2, 32, 56, .9);
            position: absolute;
            left: 50%;
            top: 70px;
            display: none;
            font-style: normal;
            transform: translateX(-50%);
        }
        
        .header .menu li dt a {
            display: block;
            /* border-bottom: 1px solid #EAEAEA; */
            position: relative;
            transition: .3s;
            /* text-align: center; */
            line-height: 44px;
            border-bottom: 1px solid rgba(255, 255, 255, .5);
            color: #fff;
            font-size: 14px;
            white-space: nowrap;
            padding: 0 22px 0 20px;
        }
        
        .header .menu li p{display: none;}
        .header .menu li p a:before {
            content: "- ";
        }
        
        .header .menu li p a:last-child {
            border-bottom: none;
        }
        
        .header .menu li p a:hover {
            background: #00a2e9;
        }
        
        .search {
            display: block;
            width: 70px;
            height: 70px;
            cursor: pointer;
            position: relative;
        }
        
        .s_btn {
            width: 20px;
            height: 20px;
            padding: 25px 22px;
        }
        
        .s_key {
            position: absolute;
            top: 70px;
            right: 0;
            width: 238px;
            height: 50px;
            z-index: 9;
            display: none;
            background: #f6f6f6;
        }
        
        .s_key #keywords {
            width: 178px;
            height: 50px;
            line-height: 50px;
            padding-left: 20px;
            border: none;
            font-size: 14px;
            color: #000;
            float: left;
            background: #f6f6f6;
        }
        
        .s_key .sub {
            width: 40px;
            height: 50px;
            background: #f6f6f6 url(images/s_btn.png) no-repeat center;
            border: none;
            cursor: pointer;
        }
    

    .jn_nav,
    .wykyj_nav,
    .fang_nav,
    .pro_nav,
    .caa1,
    .news_nav,
    .xwzx1,
    .fwzc1,
    .about_nav {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 11.75rem;
        background: rgba(2, 32, 56, 0.9);
        z-index: 10;
        height: 270px;
    }
    
    .n01 {
        width: 650px;
        float: left;
        padding: 1.5rem 0 0;
        height: 12rem;
    }
    
    .h_nav .n01 a {
        width: 320px;
        height: 46px;
        line-height: 46px;
        overflow: hidden;
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.8);
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .h_nav .n01 a:before {
        content: "";
        width: 80%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.3);
    }
    
    .h_nav .n01 a:hover {
        color: #fff;
    }
    
    .n02 {
        width: 492px;
        float: right;
        padding: 1rem 0 0;
        height: 12.5rem;
    }
    
    body .n02 p {
        width: 231px;
        float: left;
        padding: 0 0 0 15px;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        background: none !important;
        position: unset !important;
    }
    
    body .n02 p a {
        padding: 0 !important;
        line-height: inherit !important;
    }
    
    .n02 p em {
        width: 225px;
        height: 100%;
        display: block;
        line-height: 0;
        overflow: hidden;
        background: #fff;
    }
    
    .n02 p em img {
        width: 225px;
        height: 100%;
    }
    
    .n02 p span {
        display: block;
        font-size: 16px;
        color: #fff;
        width: 260px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px 0 0;
    }
    
    .h_nav li.cur .n01 a {
        background: none;
    }
    
    .h_nav .jn_nav .n01 a {
        width: 300px;
        height: 46px;
        line-height: 46px;
        display: block;
        float: left;
        position: relative;
        vertical-align: middle;
        font-size: 1.1rem;
    }
    /*.jn_nav .n02{width: 275px;}*/
    
    body .n02 p a:before {
        content: "" !important;
    }
    
    .wykyj_nav .n01 {
        padding: 2.5rem 0 0;
        height: 11rem;
    }
    
    .top_bg .h_nav .wykyj_nav .n01 a {
        height: 60px;
        line-height: 60px;
    }
    
    .h_nav .wykyj_nav .n01 a,
    .h_nav .fang_nav .n01 a,
    .h_nav .pro_nav .n01 a,
    .h_nav .caa1 .n01 a,
    .h_nav .news_nav .n01 a,
    .h_nav .about_nav .n01 a,
    .h_nav .xwzx1 .n01 a,
    .h_nav .fwzc1 .n01 a {
        width: 300px;
        height: 46px;
        line-height: 46px;
        display: block;
        float: left;
        position: relative;
        vertical-align: middle;
        font-size: 1.1rem;
    }
    /*1111*/
    
    .about_nav .ab_t {
        padding: 1rem 0 0;
    }
    
    .about_nav .ab_t dt {
        background: #fff;
        margin: 0;
    }
    
    .about_nav .n01 {
        width: 540px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: 66px;
    }
    
    .ab_t {
        width: 550px;
        float: left;
        padding: 1.5rem 0 0;
        position: relative;
    }
    
    .ab_t dl dd {
        width: 250px;
        float: right;
        padding: 10px 0 0;
    }
    
    .ab_t dl dt {
        width: 260px;
        height: 195px;
        line-height: 0;
        overflow: hidden;
        float: left;
        margin: 15px 0 0;
    }
    
    .ab_t {
        width: 550px;
        float: left;
        padding: 1.5rem 0 0;
        position: relative;
    }
    
    .ab_t:before {
        content: "";
        width: 1px;
        height: 60%;
        position: absolute;
        top: 15%;
        right: -40px;
        background: rgba(255, 255, 255, 0.4);
    }
    
    .ab_t dl dt {
        width: 260px;
        height: 195px;
        line-height: 0;
        overflow: hidden;
        float: left;
        margin: 15px 0 0;
    }
    
    .ab_t dl dt img {
        width: 100%;
        display: block;
    }
    
    .ab_t dl dd {
        width: 250px;
        float: right;
        padding: 10px 0 0;
    }
    
    .ab_t dl dd h5 {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        border-bottom: #ddd 1px solid;
    }
    
    .ab_t dl dd h5 a {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    
    .abt_desc {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 24px;
        height: 120px;
        overflow: hidden;
        padding: 10px 0 0;
    }
    
    .about_nav .n01 a {
        width: 180px !important;
    }
    
    .about_nav .ab_t {
        padding: 1rem 0 0;
    }
    
    .about_nav .ab_t dt {
        background: #fff;
        margin: 0;
    }


        .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;
        }
    

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

        .p15-infolist-1-t1 {
            padding: 35px 49px 0px 21px;
            background: #fff;
            border-bottom: 1px dashed #cacaca;
            margin-bottom: 20px;
            height: 164px;
        }
        
        .p15-infolist-1-t1 dt {
            position: relative;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 8px;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1 dt a {
            display: block;
            color: #333;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-infolist-1-t1 dt span {
            display: block;
            width: 60px;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: -0px;
            background: #254693;
        }
        
        .p15-infolist-1-t1-desc {
            height: 72px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1-deta {
            width: 60px;
            float: right;
            padding-left: 20px;
            background: url(images/p14-icon21.png) no-repeat left center;
        }
        
        .p15-infolist-1-t1-deta a {
            display: block;
            color: #254693;
        }
    

 @charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
.down_main{width: 930px;margin: 0 auto;}  
.down_main h3{height: 50px; line-height: 50px;margin-bottom: 20px;}
.down_main h3 b{width:200px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background:#0055b2;display: block;float: left;}
.down_main h3 span{display: block;float: right;}
.down_main h3 span a{color: #0055b2;font-size: 16px;text-decoration:none;font-weight: normal;}
.down_main dl{width: 930px;height: 60px;overflow: hidden;border-bottom: #ccc 1px solid;cursor: pointer;}
.down_main dl dt{display:None;}
.down_main dl dd{display: inline-block;width: 100%;}
.down_main dd h4{height: 60px;font-weight: normal;font-size:18px;color: #154c64;line-height: 60px;overflow: hidden;float: left;width: 700px;}
.down_main dd h4 a{display: block;color: #4b4a4a;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration:none;width: 100%;}
.down_main dd:hover h4 a{color: #0055b2;}
.down_main dd span{display: block;float: right;width: 90px;padding-top: 15px;}
.down_main dd span a{width: 90px;height: 30px;line-height: 30px;text-align: center;display: block;background: #b6b6b6;color: #fff; font-size:14px;text-decoration:none;}
.down_main dd:hover span a{background: #0055b2;}
 

        .fdh-01-tit {
            background: #254693;
            height: 80px;
        }
        
        .fdh-01-tit h2 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h2 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(images/p14-icon5.png) no-repeat right center #ececeb;
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(images/p14-icon2.png) no-repeat right center #254693;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color: #254693;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #254693;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color: #254693;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #00a2ea;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .contact-z1 {
            height: 140px;
            background: url("images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

        .footer {
            background: url('images/foot_bg.jpg') no-repeat center top;
            height: 287px;
            padding-top: 68px;
        }
        
        .f_menu {
            width: 360px;
            padding-top: 10px;
        }
        
        .f_menu a {
            float: left;
            font-size: 15px;
            line-height: 32px;
            width: 176px;
            color: rgba(255, 255, 255, .45);
            display: block;
            transition: .3s ease;
            -o-transition: .3s ease;
        }
        
        .f_menu a:before {
            content: "- ";
        }
        
        .f_menu a:hover {
            color: rgba(255, 255, 255, .8);
        }
        
        .f_contact {
            width: 260px;
            height: 205px;
        }
        
        .f_contact li {
            margin-bottom: 34px;
        }
        
        .f_contact li img {
            width: 52px;
            height: 52px;
            float: left;
            margin-right: 17px;
        }
        
        .f_contact li span {
            font-size: 14px;
            display: block;
            color: #fff;
            line-height: 26px;
        }
        
        .f_contact li span:last-child {
            color: rgba(237, 237, 237, .45);
        }
        
        .f_tel {
            width: 260px;
        }
        
        .f_tel span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, .45);
            line-height: 1;
        }
        
        .f_tel strong {
            display: block;
            font-size: 29px;
            color: #DCDCDC;
            line-height: 1;
            margin-top: 7px;
            margin-bottom: 39px;
        }
        
        .f_qr {
            padding-top: 25px;
            line-height: 0;
        }
        
        .f_qr p {
            float: left;
            margin-left: 15px;
        }
        .f_qr p:first-of-type{margin-left: 0;}
        .f_qr img {
            width: 94px;
            height: 94px;
            background: rgba(255, 255, 255, 1);
            border-radius: 10px;
            box-sizing: border-box;
            padding: 4px;
        }
        
        .f_qr span {
            display: block;
            font-size: 14px;
            color: #fff;
            line-height: 1;
            text-align: center;
            margin-top: 13px;
        }
        
        .f_info {
            clear: both;
            border-top: 1px solid rgba(244, 244, 244, .1);
            color: #fff;
        }
        
        .f_info span,
        .f_info a {
            color: rgba(255, 255, 255, .25);
            line-height: 76px;
            margin-right: 48px;
            transition: .3s ease;
            -o-transition: .3s ease;
        }
        
        .f_info a:hover {
            color: rgba(255, 255, 255, .8);
        }
    

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