
      .g_nytop {position: absolute;width: 100%;top: 0;left: 0;z-index: 99;}
      .contenttb{ margin: 0 6.25%;position: relative;}
      i,em{font-style:normal;}
      .g_nytop .header{height:126px;background:rgba(15, 16, 18, 0.8);position:relative;}          
      .header .logo {float: left; width:245px;height: 69px;margin-top: 26px;  }
      .header .logo a img {width:245px;height: 69px; }
     
      .header .nav {float: right;margin-top: 76px; height:50px;}
      .header .nav ul li {display: block;float: left;height: 50px;}
    
  
      .header .nav ul li>a { display: block;position: relative;z-index: 1; font-size: 18px;line-height: 18px;color: #ffffff;height:50px;padding: 0 20px;}
        .header .nav ul li>a::before {content: "";display: block;width: 0;position: absolute;left: 50%;bottom: 0px;background: #e50015; height: 5px;transition: 0.35s;}
      .header .nav ul li:first-of-type {margin-left: 0;}
      .header .nav ul li:first-of-type::after {background: 0;}
      .header .nav ul li.cur>a::before,.header .nav ul li:hover>a::before {width: calc(100% + 0rem);
          left: 0;}
      .header .nav ul li.cur>a,.header .nav ul li:hover>a {color: #fff;}
       .submenu { position: absolute; left: 0%; top: 126px; display: none; z-index: 99 ;width:100%;}
        .submenu p{
            background: rgba(243, 244, 249, .9); padding:6px 100px;border-radius:10px; position: relative;text-align: center;
        }
        /*.submenu p:before { position: absolute; content: ""; border-width: 9px 8px; border-style: solid; border-color: transparent transparent rgba(243, 244, 249, .9); top: -18px; left: 50%; margin-left: -8px }*/
        .submenu a { transition: all .4s ease; display: block; font-weight: 500; padding: 0 40px 0 32px; font-size: 16px; line-height: 48px; color: #333; line-height: 54px; white-space: nowrap; position: relative;text-align:left;display:inline-block;}
        .submenu a:last-child { border-bottom: 0 }
        .submenu a:before { position: absolute; content: ""; width:4px;
                height:4px;
                border:2px solid rgba(125,125,125,1);
                border-radius:50%; top: 23px; left: 13px; transition: ease .4s; -o-transition: ease .4s; }
        .submenu a:hover { color: #cd0014;font-weight:bold; }
        .submenu a:hover:before { border-color: #cd0014  }
      .header .h_top{position: absolute;right: 0%;top: 27px; }
      .header .tel {font-size:16px;line-height: 16px;color: #fff;float: left; }
      .tel img{ display: inline-block;width: 17px;height: 17px;vertical-align:-3px;margin-right: 8px;}
      .tel em{display: inline-block;font-size:14px;color: #ffffff;opacity: 0.6;}   
      .header .xz{float: left;display: block;font-size: 14px;line-height: 20px;color: #e50015;margin-left: 15px;margin-right: 15px;}
      .header .xz img{ display: inline-block;width: 14px;height: 15px;margin-left: 5px;vertical-align:-3px;}
      .search{float:right;width: 26px;height: 19px;z-index: 2; }
          .sea_icon{width: 26px;height: 19px;background: url(images/head_ic2.png) no-repeat center;background-size: 100%;cursor: pointer;}
          .sea_box{position: absolute;width: 345px;right: 0;top:120px;z-index: 10;display: none;}
          .sea_box input {float: left;border: 2px solid #e50015;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: #e50015;color: #fff;cursor: pointer;height: 38px;}
   

      .header::after {line-height: 0;visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

      .g_top2{position: absolute;left:0;top:0;width:100%;background: #cc0013;height:84px; display: none; }
       
        .g_top2 .submenu{top:84px;}
       .g_top2 .logo2{float: left;width: 178px; height:50px;margin-top: 17px;}
       .g_top2 .logo2 img{ display:block; width:100%;}
      
       .g_top2  .load {float: right;position: relative;margin-top: 30px;width: 104px;height: 24px;margin-top: 30px;background: #db4d5a;border-radius: 10px;display: block;text-align: center;}
       .g_top2  .load img{display: inline-block; width: 14px;height: 15px;vertical-align: -3px;margin-left: 10px;}
       .g_top2  .load span{font-size: 14px;line-height: 24px;color: #fff;}
     
       .g_top2 .navlst{float: right;margin-right: 20px;}
       .g_top2 .navlst li {display: block;float: left;height: 84px;}
      
       .g_top2 .navlst li>a { display: block;position: relative;z-index: 1; font-size: 18px;line-height: 84px;color: #ffffff;height:84px;padding: 0 20px;}
        .g_top2 .navlst li>a::before {content: "";display: block;width: 0;position: absolute;left: 50%;bottom: 0px;background: #fff; height: 5px;transition: 0.35s;}
  
       .g_top2 .navlst li:first-of-type {margin-left: 0;}
       .g_top2 .navlst li:first-of-type::after {background: 0;}
       .g_top2 .navlst li.cur>a::before,.g_top2 .navlst li:hover>a::before {width: calc(100% + 0rem);
          left: 0;}

      
       
       .g_nytop_fiexd{ position:fixed; -webkit-transition: all .2s linear; transition: all .2s linear;}
       .g_nytop_fiexd .header{ display:none; -webkit-transition: all .2s linear; transition: all .2s linear;}
       .g_nytop_fiexd .g_top2{ display:block; position:relative; -webkit-transition: all .2s linear; transition: all .2s linear;height:84px; }

      
  
  

        .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: #cd0014;}
    .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 #cd0014;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


.content2{width:1200px;margin:0 auto;}
		.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: #cd0014;}
	

    .p102-info-items {
        margin-bottom: 60px;
    }
    
    .p102-info-items-img {
        float: right;
        width: 362px;
    }
    
    .p102-info-items-img a,
    .p102-info-items-img img {
        width: 100%;
        display: block;
    }
    
    .p102-info-items-text {
        float: left;
        width: 620px;
        padding-top: 40px;
    }
    
    .p102-info-items-text h4 {
        height: 32px;
        position: relative;
        padding-left: 90px;
        margin-bottom: 20px;
    }
    
    .p102-info-items-text h4 em {
        position: absolute;
        width: 74px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #cd0014;
        text-align: center;
        font-style: normal;
        border: 1px solid #cd0014;
        left: 0;
        top: 0;
    }
    
    .p102-info-items-text h4 a {
        display: inline-block;
        height: 32px;
        max-width: 100%;
        line-height: 32px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-items-text p {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        margin-bottom: 24px;
    }
    
    .p102-info-1-more a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
    }
    
    .p102-info-1-more a:hover {
        color: #cd0014;
    }


    .p102-info-list {
        border: 1px solid #e3e3e3;
        border-bottom: 0;
        margin-bottom: 30px;
    }
    
    .p102-info-list dl {
        border-bottom: 1px solid #e3e3e3;
        padding: 19px;
        min-height: 180px;
        position: relative;
    }
    
    .p102-info-list dt {
        width: 320px;
    }
    
    .p102-info-list dt a,
    .p102-info-list dt img {
        display: block;
        width: 100%;
    }
    
    .p102-info-list dd {
        position: absolute;
        left: 368px;
        right: 29px;
        top: 19px;
        bottom: 19px;
        z-index: 1;
        padding-top: 10px;
    }
    
    .p102-info-list dd h4 {
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p102-info-list dd h4 a {
        display: inline-block;
        max-width: 100%;
        height: 40px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-list .p102-info-list-desc {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-info-list-more {
        padding-top: 22px;
    }
    
    .p102-info-list-more a {
        display: block;
        width: 98px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #cd0014;
        text-align: center;
        border: 1px solid #cd0014;
        position: relative;
    }
    
    .p102-info-list-more a:before {
        content: '';
        position: absolute;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 10px solid #fff;
        left: -1px;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-info-list-more a:after {
        content: '';
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #cd0014;
        left: -1px;
        top: 50%;
        margin-top: -5px;
        z-index: 2;
    }
    
    .p102-info-list dl:hover {
        box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
    }
    
    .p102-info-list dl:hover dd h4 a {
        color: #cd0014;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a {
        background: #cd0014;
        color: #fff;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a:before {
        border-left: 10px solid #cd0014;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a:after {
        border-left: 7px solid #fff;
    }


       .p102-info-1 {
        width: 1029px;
        background: #fff;
        border-left: 1px solid #ebebeb;
        margin-left: -1px;
        padding: 70px 40px 40px;
    }
   

    .xf{width:90px;}
    /*.fixed{position: fixed; left: 50%;top:0px;margin-left: -600px;}*/
    .p102-info-fdh-1 {
        width: 90px;
        position: relative;
        z-index: 2;
        margin-top: 70px;
    }
    
    .p102-info-fdh-1-nav-one {
        margin-bottom: 10px;
    }
    
    .p102-info-fdh-1-nav-one h3 {
        background: #cd0014;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p102-info-fdh-1-nav-one li {
        background: #ccc;
        margin-bottom: 5px;
    }
    
    .p102-info-fdh-1-nav-one h3 a,
    .p102-info-fdh-1-nav-one li a {
        display: block;
        line-height: 26px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        padding: 19px 20px;
    }
    
    .p102-info-fdh-1-nav-one li a {
        color: #666;
        font-size: 16px;
        padding: 19px 10px;
    }
    
    .p102-info-fdh-1-nav-one h3.sidenavcur,
    .p102-info-fdh-1-nav-one h3:hover {
        background: #282828;
        font-weight: bold;
    }
    
    .p102-info-fdh-1-nav-one li.sidenavcur a,
    .p102-info-fdh-1-nav-one li:hover a {
        color: #282828;
        font-weight: bold;
    }
    /*有需要黑色字体的可放出*/
    /*.p102-info-fdh-1-nav-one h3.sidenavcur a,*/
    /*.p102-info-fdh-1-nav-one h3:hover a {*/
    /*    color: #1a1a1a;*/
    /*}*/


    .content5{width: 1400px;margin: 0 auto;}
    .f_bg{ height:550px;overflow: hidden;background: url(images/foot_bg.jpg) no-repeat center;padding-top: 80px;box-sizing: border-box; }
    .f_xx{float: left;}
    .f_top h2{display: block;}
    .f_top h2 img{ display: inline-block;width: 319px;height: 90px;vertical-align: middle;}
    
    .dh{display: block;font-size:30px;color: #fff;font-weight: bold;line-height:30px;margin-top: 40px;}   
    .dh em{ display: block;font-size:18px;color: #fff;font-weight: bold;line-height:18px;margin-bottom: 12px;}
    .f_xx span{display: block;margin-top: 20px;}
    .f_xx span em{font-size: 14px;color: rgba(255, 255, 255, 0.6);display: inline-block;line-height: 28px;margin-right: 30px;}
    .f_xx span em img{display: inline-block;width: 24px;height: 24px;vertical-align: middle;margin-right: 5px;}

    .f_dh{float: right;padding-top: 20px;}
    .f_dh .zc{float: left;width: 252px;}
    .f_dh .zc b>a{font-size: 20px;line-height: 20px;color: #ffffff;font-weight: bold;padding-bottom:24px;display: block; }
    .f_dh .zc p>a{font-size: 14px;color: #ffffff;line-height: 30px;display: block;opacity: 0.6;width: 126px;float: left;}
    /*.f_dh ul{float: right;}*/
    .f_dh  ul li{float: left;padding-left: 70px;}
    .f_dh  ul li:nth-child(1){padding-left: 30px;}
     .f_dh  ul li:nth-child(3){padding-left: 30px;}
    .f_dh  ul li b>a{font-size: 20px;line-height: 20px;color: #ffffff;font-weight: bold;padding-bottom:24px;display: block;}
    .f_dh ul li p>a{font-size: 14px;color: #ffffff;line-height: 30px;display: block;opacity: 0.6;}
    .f_con{margin-top: 90px;}
    .gsxx{ float: left;padding-top: 20px;width: 800px;}
    .gsxx p{font-size: 14px;color: #ffffff;line-height: 28px;display: block;opacity: 0.3;}
     .gsxx p a{ color: #ffffff;}
    .links{margin-top: 6px;}
    .links b{ float: left;font-size: 14px;color: #fff; line-height: 24px;display: block;font-weight: normal;}
    .links a{ float: left;margin-right:20px;font-size: 14px;color: #fff;line-height: 24px; display: block;}
    .pt{ float: left;padding-top: 20px;width: 180px;}
    .pt li{float: left;width: 45px;margin-right: 15px;position:relative;}
    .pt li img{ display: block;width: 45px;height: 45px;}
     .pt li em{ display: none;width: 100px;height: 100px;position: absolute;left:-36px;top:-110px; }
    .pt li em img{ display: block;width:100px;height:100px; }
    .pt li:hover em{display: block; }
    .gsxx p{font-size: 14px;color: #fff}
    .ewm{ float: right;width: 306px;}
    .ewm li{float: left;width: 82px;height: 110px;padding: 6px 6px 0;box-sizing: border-box;background: #fff;margin-right: 30px;}
    .ewm li:last-child{margin-right: 0;}
    .ewm li img{ display: block;width: 70px;height: 70px;}
    .ewm li span{ display: block;font-size: 14px;color: #000000;line-height: 36px;text-align: center;}

      @media screen and (max-width: 1440px) {
          .content5{ width: 1200px;margin: 0 auto; }
          .f_dh .zc{float: left;width: 220px;}
          .f_dh .zc em a{width: 110px;float: left;}
          .f_dh  ul li{float: left;padding-left: 40px;}
          .f_dh  ul li:nth-child(1){padding-left: 0px;}
          .gsxx{ float: left;padding-top: 20px;width: 660px;}
           .f_dh .zc p>a{width: 110px;}
          
      }



        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#cd0014 url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#cd0014 url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#cd0014 url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#cd0014 url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#cd0014 url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#cd0014 url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#cd0014 url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
