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

			.mall-nav{width:100%; margin-bottom: 20px;font-family: "Microsoft Yahei";}
			.mall-nav-radio{display: inline-block;width: 100%;}
			.mall-nav-crumbs-icon2 ,.mall-nav-crumbs-item b,.mall-nav .mall-nav-choice-ext span,.mall-nav-multiple li i{background-image: url(images/mall-icon1.png); background-repeat: no-repeat;}
			.mall-nav-multiple{display: none;}
			.mall-nav-multiple li.duo-btn{clear: both;width:100%;margin: 0;text-align: center;height:50px;padding: 20px 0 10px;}
			.mall-nav-multiple li.duo-btn a{border-radius: 5px;background:#ccc;display: inline-block;height:30px;line-height: 30px;padding: 0px 15px;margin: 0 10px;}
			.mall-nav-multiple li.duo-btn a.duo-btn-no{background: #fafafa;color: #eee;}
			

			.mall-nav-crumbs{height: 30px; 14px 0 5px;font-family: "Microsoft Yahei";margin:15px 0;line-height: 30px;font-size:16px;}
			.mall-nav-crumbs-txt{float: left;}
			.mall-nav-crumbs-nav{
				float: left;
			    position: relative;
			}
			.mall-nav-crumbs-list li.on{color:#ccc;}
			.mall-nav-crumbs-nav-a{
				display: block;
			    padding: 0 20px;
			    border: 1px solid #ccc;
			    height: 28px;
			    line-height: 28px;
			    position: relative;
			    z-index: 99;
			}
			.mall-nav-crumbs-nav .cur{border-bottom: 1px solid #fff;z-index: 1000}


			.mall-nav-crumbs-list{position: absolute;z-index: 100;background: #fff;width:350px;top:29px;left: 0px;padding:10px;display: none;}
			.mall-nav-crumbs-list li{float: left;margin:0 5px;font-size: 12px;line-height: 24px;}
			.mall-nav-crumbs-list li a{padding:0 5px;}
			
			.mall-nav-crumbs-icon{font-family: simsun;  font-style: normal; padding: 0 6px 0 8px; float: left;}
			.mall-nav-crumbs-item{float:left;overflow:hidden; max-width: 250px; height: 28px;line-height: 28px;  vertical-align: top; cursor: pointer;border: 1px solid #ccc;padding-left: 10px;}
			.mall-nav-crumbs-item b{background-position: 4px -33px;display: inline-block;width: 24px;height:30px;vertical-align: middle;float: right;margin-left: 6px;}
			.mall-nav-crumbs-item:hover b{background-position: 4px -201px;}

			.mall-nav-screen{height: 35px; font-size: 14px;font-family: "Microsoft Yahei";line-height: 35px;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
			.mall-nav-screen h3{float: left; margin-right: 10px;font-family: "Microsoft Yahei";}
			.mall-nav-screen span{font-weight: bold; padding: 0 6px;}
			.mall-nav-screen b{font-weight: bold; color: #666;}
			
			.mall-nav-wrap{height: auto;padding: 0px 2px; font-family: "tahoma,arial,Microsoft YaHei,Hiragino Sans GB"; font-size: 14px;  border-bottom: 1px dashed #eee; position: relative;background: #f6f6f6;width:100%; margin: 0 auto;}
			.mall-nav-wrap:nth-child(n+6){position: absolute;left: 9999px;}
			.mall-nav-choice-key{float: left; width: 100px;height:50px; line-height: 50px;padding-left: 10px; color: #666;background: #f6f6f6;}
			.mall-nav-choice-value{ margin-left: 110px; padding-right: 136px; padding-left: 10px; overflow: hidden; zoom: 1;background: #fff;}
			.mall-nav-choice-value-list{height: 50px;  overflow-x: hidden;overflow:hidden; padding-top: 4px;}
			.mall-nav-choice-value-list li{float: left;  font-size: 14px; width:158px;padding-right:15px; margin-bottom: 4px; height: 44px; line-height: 22px; cursor: pointer;}
			.mall-nav-multiple li{position: relative; padding-left: 18px;}
			.mall-nav-multiple li i{position: absolute;left: 0; top: 6px; no-repeat 9999px 9999px; background-position:-3px -172px;  display: inline-block; height: 12px; width: 12px; background-color: #fff; border: 1px solid #ccc; font-size: 0; }
			.mall-nav-choice-value-list li:hover i{border-color: #FF8A00; }
			.mall-nav-choice-value-list li.selected i{ background-position-y:-184px; }
			
			.mall-nav-choice-ext{position: absolute; top: 6px; right: 10px; width: 120px; height: auto; line-height: 22px; overflow: hidden; zoom: 1;}
			.mall-nav-choice-ext span{    float: left;  position: relative; width: 50px; height: 22px; background: #fff;  color: #515567; cursor: pointer;}
			.mall-nav-choice-ext .mall-nav-choice-ext-more{float:left;background-position: 33px -63px;} 
			.mall-nav-choice-ext .mall-nav-choice-ext-duo{float:right;background-position: 33px -63px;} 
			.mall-nav .multiple{padding: 0;   margin-top: -2px; border: 2px solid #ccc; background: #f6f6f6;}
			
			.mall-nav .multiple .mall-nav-choice-value{background-color: #fff;}
			.mall-nav .multiple .mall-nav-choice-value-list{height: auto; overflow: auto;}
			
			.mall-nav-choice-ext .mall-nav-choice-ext-more:hover,.mall-nav-choice-ext .mall-nav-choice-ext-duo:hover{background-position-y: -93px; }

			.mall-nav-choice-ext .choice-cur{background-position-y: -93px;color: #F08300;}
			.mall-nav-choice-more{ text-align: center; position: relative; top: -1px; border-top: 1px solid #ddd; -webkit-transition: border-color .15s ease-in-out; -moz-transition: border-color .15s ease-in-out; transition: border-color .15s ease-in-out }
			.mall-nav-choice-more span{	position: relative; display: inline-block; margin-top: -1px; height: 28px; line-height: 28px; padding: 0 52px; border-width: 1px; border-style: solid; border-color: #FFF #DDD #DDD; border-top: 0; background: #fff; cursor: pointer; color: #333; -webkit-transition: border-color .15s ease-in-out; -moz-transition: border-color .15s ease-in-out; transition: border-color .15s ease-in-out}
			
			.mall-nav-choice-more:hover,.mall-nav-choice-more span:hover{border-color: #FF8A00; color: #FF8A00;}
		

    .mall-nav-screen span{color: #254693;}
    .mall-nav-crumbs-nav .cur{border-color: #254693;border-bottom-color:#fff; }
    .mall-nav-crumbs-list{border: 1px solid #254693;}
    .mall-nav-crumbs-item:hover{border: 1px solid #254693;}
    .mall-nav-crumbs-item:hover b{background-color: #254693;}
    .mall-nav-choice-ext span:hover{color: #254693;}
    .mall-nav-choice-value-list li.selected{color: #254693;}
    .mall-nav-choice-value-list li.selected i{ border-color:#254693;}
    .mall-nav-choice-value-list li:hover,.mall-nav-wrap .mncvl-cur{color: #254693;}
    .mall-nav-multiple li.duo-btn a.duo-btn-ok,.mall-nav-multiple li.duo-btn a:hover{background: #254693;color: #fff;}
    .mall-nav-choice-value-list li:hover i{border-color:#254693 ; }
    .mall-nav-choice-more:hover,.mall-nav-choice-more span:hover{border-color: #254693; color: #254693;}


            .cplb-3n-ts-03-tit {
                height: 50px;
                font-size: 24px;
                font-weight: normal;
                line-height: 50px;
                border-bottom: 1px solid #ebebeb;
                margin-bottom: 15px;
            }
            
            .cplb-3n-ts-03-tit span {
                display: inline-block;
                height: 50px;
                border-bottom: 1px solid #00a2ea;
            }
            
            .cplb-3n-ts-03-list dl {
                width: 32.1%;
                border: 1px solid #dedede;
                margin-bottom: 15px;
                background: #fff;
                float: left;
                margin-right: 1.2%;
            }
            
            .cplb-3n-ts-03-list dl:nth-child(4n-1) {
                margin-right: 0;
            }
            
            .cplb-3n-ts-03-list dt img {
                width: 100%;
                margin: 0 auto;
                display: block;
            }
            
            .cplb-3n-ts-03-list dd {
                padding: 6px 20px 5px 20px;
            }
            
            .cplb-3n-ts-03-list dd h4 {
                height: 45px;
                font-weight: normal;
                font-size: 18px;
                color: #154c64;
                line-height: 45px;
                overflow: hidden;
            }
            
            .cplb-3n-ts-03-list h4 a {
                display: block;
                height: 45px;
                color: #727272;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            
            .cplb-3n-ts-03-list dl:hover h4 a {
                color:  #254693;
            }
            
            .cplb-3n-ts-03-list-desc {display:none;
                height: 40px;
                font-size: 14px;
                line-height: 20px;
                color: #666;
                margin-bottom: 12px;
                overflow: hidden;
            }
            
            .cplb-3n-ts-03-list-deta {
                width: 100px;
                height: 40px;
                display: inline-block;
                border: 1px solid #aaa;
                font-size: 16px;
                line-height: 40px;
                text-align: center;
            }
            
            .cplb-3n-ts-03-list dl:hover {
                border-color:  #254693;
            }
            
            .cplb-3n-ts-03-list dl:hover a {
                color:  #254693;
            }
        

        .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;
            height: 50px;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666;
        }
        
        .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;
        }
        
         .yxl {
    display: none;
}
   .xsq{
       display: block;
   }
   .yxl {
    position: relative;
    left: 101%;
    top: -85%;
}
.fdh-01-nav-one {
    height: 53px;
}
    

        .cbgg-01 {
            background: #254693;
            text-align: center;
            color: #fff;
        }
        
        .cbgg-01-img img {
            width: 100%;
            display: block;
        }
        
        .cbgg-01 p {
            padding-top: 15px;
        }
        
        .cbgg-01 p img {
            vertical-align: middle;
            margin-right: 5px;
        }
        
        .cbgg-01 span {
            display: block;
            font-size: 28px;
            font-weight: bold;
            font-family: Arial;
            padding-bottom: 20px;
            padding-top: 10px;
        }
    

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