
            .topWrap{height:7rem;position: relative;z-index: 3;overflow:hidden;}
            
       body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;font-family: Roboto, sans-serif;}
            .h_xx{float:left;width: 44.8%;padding-left: 3rem;box-sizing: border-box;height: 7rem;background: #005383;padding-top: 1.9rem;overflow:hidden;}
            .logo{float:left;width:15.25rem;height: auto;display: block;margin-top:0.4rem; }
            .logo img {width:100%;display: block;}
            .t_wz{position: relative;float:left;margin-left: 0.5rem;}
            .t_wz span img{display: block;width: 10.4rem;height: 1.1rem;padding-top: 0.5rem;}
            .t_wz em{display: block;line-height:1.5rem;font-size:0.8rem;color: #ffffff;padding-top: 0.5rem;font-weight: normal;font-weight: bold;}
            .h_you{width: 55.2%;padding-right: 3rem;box-sizing: border-box;height: 7rem;padding-top: 2.2rem; float: right;}
            .t_tel p{float: right;margin-right: 0.8rem;position:relative;}
            .t_tel p i{display: none;font-size:0.8rem;color: #666666;font-weight: normal;line-height:1rem;position:absolute;left:0;top:0;} 
            .t_tel p img{ display: inline-block;width: 0.85rem;height: 0.85rem;margin-right: 0.4rem; }
            .t_tel em{display: inline-block;font-size:1rem;color: #666666;font-weight: normal;line-height:1rem;font-family: "Arial";}  
            .t_tel p:hover em,.t_tel p:hover img{ opacity:0;}
            .t_tel p:hover i{ display:block;}

            .h_login{ float: right; }  
            .h_login a{ display: block;font-size: 0.8rem;line-height: 0.8rem;padding: 0 0.8rem;border-left: 1px solid #bdb7bb;float: left; } 
            .h_login a:last-child{ padding-right: 0; }
            .nav {height:1.8rem;position: relative;margin-top: 0.5rem;margin-left: 0.7rem;}
            .nav ul{ float: right; }
            .nav li {float:left;height:1rem;position: relative;z-index:9;box-sizing: border-box;}
            .nav li>a{font-size:0.8rem;color:#333333;display:block;height:1.8rem;line-height:1.8rem;position: relative;z-index: 2;padding: 0 0 0 1.4rem;}
            
            .nav li:hover>a,.nav .cur>a {color: #005383;font-weight: bold;}
            .nav li:last-child{background:none;padding:0;margin:0;}
            .search{float:right;width: 1.8rem;height: 1.8rem;z-index: 100; position:relative;}
            .sea_icon{width: 1.8rem;height: 1.8rem;background: url(images/sea.png) no-repeat center;background-size: 100%;cursor: pointer;}
            .sea_box{position: absolute;width: 345px;right: 0;top:50px;z-index: 100;display: none;}
            .sea_box input {float: left;border: 2px solid #005383;font-size: 14px;}
            .sea_box input.txt {width: 230px;padding: 0 20px;line-height: 34px;height: 34px;}
            .sea_box input.btn {width: 70px;background-color: #005383;color: #fff;cursor: pointer;height: 38px;}
            em,i{font-style: normal;}
             @font-face {
                font-family:Roboto;
                src:url("font/Roboto.TTF");
            }
            
            @media screen and (max-width: 1440px) {
                .nav li>a{ padding-left: 0.5rem; }
                .nav ul{ margin-right: 0.5rem; }
                .h_xx{padding-left:1rem;}
            }
             @media screen and (max-width: 1760px) and (min-width:1601px){
                    .nav li>a{padding-left: 0.7rem;}
                    .h_xx{padding-left:1rem;}
                  .h_you{ padding-right:1rem;}
               }  
              
              
            @media screen and (max-width:1440px) and (min-width:1366px) {
    html {font-size:14px;}
}
@media screen and (max-width:1600px) and (min-width:1441px){
    html {font-size:16px;}
}
@media screen and (max-width:1920px) and (min-width:1601px)  {
    html {font-size:20px;}
}

        

        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            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: #005383;}
    .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 #005383;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #005383;}
	

                .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: #eb711f;
                    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;
                }
            

    .db{ background:#fff;}
    .foot{height:352px;background:#fff;}
    .content{ width:1200px;margin:0 auto;}
    .f_top{ height: 115px; border-bottom: 1px solid #dbdbdb;box-sizing: border-box;}
    .f_top ul li a{ float: left; font-size: 16px;line-height: 115px;color: #333333;margin-right: 68px}
    .f_top ul li:last-child a{ margin-right: 0; }
    .f_con{padding-top:36px;}
    .f_con ul{margin-top:18px;}
    .f_con li{font-size: 14px;line-height: 26px;display: block;color: #333333;padding-left:58px;}
    .f_con li a,.f_con li em{font-size: 14px;line-height: 26px;color: #333333;}
    .gsxx{ float: left; }
    .gsxx h2{ display: block;font-size: 18px;line-height: 18px;color: #333333;font-weight: bold; padding-left:58px;}
    .gsxx h2 em{ display: block;font-weight: normal;margin-top: 12px;text-transform: uppercase; }
    .lxwm{ float: left;width: 480px;margin-top: -10px;}
    .lxwm h2{ display: block;width: 352px; }
    .lxwm h2 img{ display: block;width: 352px;height: 70px;}
    .lxwm h2 span{ display: block; font-size: 18px; color: #333333; line-height:18px;font-weight: bold; margin: 6px 58px 40px;}
    .erwm{float:right;width:200px;height: 190px;background: url(images/ma_dd.png) no-repeat center bottom;margin-top: -20px;}
    .erwm dd{font-size: 14px;color: #333333;line-height: 37px;text-align: center;}
    .erwm dt{width:153px;height:153px;display: block;margin: 0 auto;}
    .erwm dt img{width:153px;height:153px;display: block;}
    .links{ height: 65px;border-top: 1px solid #dbdbdb;background:#fff; }
    .links b{ display: block;font-weight: bold;font-size: 14px;line-height: 65px;color: #adadad;float: left;margin-right: 15px;}
    .links a{ font-size: 12px;line-height: 65px;color: #adadad;float: left;margin-right: 20px; display: block;}
    .links p{ float: left;font-size: 12px;line-height: 65px;color: #adadad; }
    .links em{ float: right; font-size: 12px;line-height: 65px;color: #adadad;}
    

        .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;*/
            background: url(images/zxzx.png) no-repeat center;
        }
        
        .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: #005383;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #005383;
            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;
        }
    
