
        .content { width: 1200px;  margin: 0 auto;        }
        .header0 {  height: 242px; background: url(images/h_nav.png) no-repeat center bottom; position: relative; max-width: 1920px;  margin: 0 auto;}
        .header .content {          width: 1200px !important;        }
        .favorite { position: relative; overflow: hidden; width: 100%; height: 38px;  background: #f1f1f1; font-size: 14px; line-height: 38px;  color: #929292;        }
        .favorite p a { display: inline-block;  font-size: 14px;  color: #929292;  line-height: 38px;  margin-left: 16px; padding-left: 16px;  position: relative;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;        }
        .favorite p a:before { position: absolute;  content: "";  width: 1px;  height: 12px;  background: #d2d2d2;  left: 0;  top: 13px; }
        .favorite p a:hover { color: #000; }
        .favorite p a:first-child:before {  display: none; }
        .header0 .h_con { height: 172px; }
        .header0 .logo {  float: left; padding-top: 40px; }
        .header0 .logo img { width: 114px; }
        .header0 .slogan {  float: left; margin-top: 50px;  margin-left: 23px;  font-weight: normal; color: #282828; }
        .header0 .slogan strong {  display: block; font-size: 38px; line-height: 50px;  letter-spacing:4px; font-weight:bold;}
        .header0 .slogan span {  display: block;  font-size: 18px;  line-height: 28px;        }
        .header0 .h_contact {  float: right; margin-top: 32px;}
        .header0 .h_tel {  padding-left: 66px; background: url(images/h_tel.png) no-repeat left 1px;  color: #282828;  margin-top: 28px; padding-right:50px;}
        .header0 .h_tel span { display: block; font-size: 14px;  line-height: 16px;  margin-bottom: 3px;}
        .header0 .h_tel strong { font-size: 30px; line-height: 38px;  display: block;    font-weight:bold;     }
        .h_qr {  width: 136px;  height: 110px; border: 3px solid rgba(247, 57, 0, 1);   background: linear-gradient( -55deg,            rgba(35, 165, 155, 1),            rgba(75, 176, 82, 1)          );
          background: url(images/h_qr_bg.png) no-repeat center top; box-sizing: border-box;  margin-left: 20px;        }
        .h_qr img { width: 90px;  height: 90px; float: left;  padding: 7px;        }
        .h_qr span {  display: block;  float: right;  width: 13px;  color: #282828; line-height: 1;  padding: 9px 13px 0 0;        }
        .header0 .menu {  height: 70px;    position: relative; }
        .header0 .menu li {  position: relative;  float: left;  height: 70px;  margin-top: 0px;  margin-left: 70px; }
        .header0 .menu li > a { line-height: 50px; /* padding-top: 9px; */  display: block;  font-size: 16px; color: #fff;  padding: 9px 14px 0;  position: relative;        }
        .header0 .menu li > a:before {position: absolute; content: "";  width: 1px;  height: 20px;  background: rgba(255, 255, 255, 0.3); border-radius: 50%; left: -21px;  top: 25px;        }
        .header0 .menu li:first-child > a:before {   display: none;        }
        .header0 .menu li:first-child {  margin-left: 0;        }
        .header0 .menu li.cur:before,
        .header0 .menu li:hover:before { position: absolute; content: ""; border-style: solid;  border-color: transparent #ff0125 #ff0125 transparent; border-width: 35px 12px;  left: -24px; top: 0px;  z-index: 2;  }
        .header0 .menu li.cur:after,
        .header0 .menu li:hover:after { position: absolute; content: ""; border-style: solid;  border-color: #ff0125 transparent transparent #ff0125;  border-width: 35px 12px;  right: -24px;  top: 0;  z-index: 2;}
        .header0 .menu li.cur > a,
        .header0 .menu li:hover > a {  background: #ff0125; height:70px; }
        .header0 .menu li.cur > a:before,
        .header0 .menu li:hover > a:before {  display: none;        }
        .header0 .menu li.cur > a:after,
        .header0 .menu li:hover > a:after {   }
        
       
    .fullSlide {width:100%;position:relative;z-index:0;}
    .fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
    .fullSlide .bd .con {width:100% !important;height:auto!important; display:block;}
    .fullSlide .bd .li {width:100% !important;overflow:hidden;text-align:center; background: no-repeat center top;z-index:0;}
    .fullSlide .bd .li img {display:block;height:auto!important; width:100%;}
    .fullSlide .bd .li img:hover{transform: scale(1); -webkit-transform: scale(1);}
    .fullSlide .hd{position:absolute;bottom:32px;z-index:99;left:45%;width:200px;}
    .fullSlide .hd li{width:15px;height:15px;float:left;margin-right:20px;background:#fff;border-radius: 50%;font-size:0;}
    .fullSlide .hd li.on {background:#11409a;}
    .prev{position: absolute;left:1%;top:45%;}
    .next{position: absolute;right:1%;top:45%;}


    .dt_bj{background: #11409a;height: 630px;box-sizing:border-box;padding-top:169px;}
    .content{width:1200px;margin:0 auto;}
.dt_n{margin-left:-123px;float:left;position: relative;}
.dt_n li{position: absolute;background: url(images/ab_ico2.png) no-repeat;width:32px;height: 32px;-webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
-webkit-animation-duration:1s;/*动画持续时间*/
-webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
-webkit-animation-delay: 0s;/*动画延迟时间*/
-webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
-webkit-animation-direction: alternate;/*定义动画方式*/}
.dt_n li:nth-child(1){left:146px;top:128px;}
.dt_n li:nth-child(2){left:266px;top:288px;}
.dt_n li:nth-child(3){left:366px;top:55px;}
.dt_n li:nth-child(4){left:386px;top:66px;}
.dt_n li:nth-child(5){left:406px;top:75px;}
.dt_n li:nth-child(6){left:386px;top:105px;}
.dt_n li:nth-child(7){left:436px;top:95px;}
.dt_n li:nth-child(8){left:406px;top:178px;}
.dt_n li:nth-child(9){left:616px;top:65px;}
.dt_n li:nth-child(10){left:626px;top:198px;}
.dt_n li:nth-child(11){left:776px;top:308px;}
.dt_n li:nth-child(12){left:685px;top:120px;background: url(images/ab_ico3.png) no-repeat;width:53px;height:53px;}
@keyframes ripple {
0% {
opacity:0;
transform: scale(0.5);
}
100% {
opacity: 1;
transform: scale(1.1);

}
}
.dt_w{float:right;width:355px;padding-top:12px;}
.dt_w span{font-size:20px;color: #fff;line-height: 35px;height: 101px;display: block;}
.dt_w ul{padding-left:11px;}
.dt_w li{float:left;width:172px;box-sizing: border-box;height: 40px;line-height: 40px;font-size:18px;color: #fff;background: url(images/dt_ico1.png) no-repeat left center;padding-left:23px;}


        .footWrap{height:354px;overflow:hidden;font-family:"Microsoft Yahei";padding-top:36px;background: #2e2e2e}
        .footer{width:1200px;margin: 0 auto; position: relative;}
        .ft_nav{height:76px;line-height:76px;position: relative;overflow:hidden;}
        .ft_nav:after{content: "";display: block;height: 1px;width:100%;background: #000;position: absolute;left:0;bottom:1px;z-index: 1}
        .ft_nav a{font-size:16px;color: #b4b4b4;padding:0 5px;margin-right:44px;display:inline-block;height:73px;z-index: 2;position: relative;float:left;}
        .ft_nav a:hover{color: #b4b4b4;border-bottom:3px solid #f73900;}
        .ft_nav a:last-child{margin:0;}
        .ft_t{height:240px;overflow: hidden;padding-top:87px;box-sizing: border-box;}
        .ft_lx{float:left;width:620px;}
        .ft_lx li{float:left;width:270px;padding-bottom:44px;}
        .ft_lx li img{float:left;width:36px;}
        .ft_lx li span{float:right;width:221px;color: #b4b4b4;font-size:14px;line-height:14px;}
        .ft_lx li span em{display: block;font:16px arial;line-height:34px;height: 34px;overflow: hidden;}
        .ft_lx li:last-child span em{font-size:14px;}
        .ft_lx li:last-child{width:100%;}
        .ft_lx li:last-child span{width:331px;float:left;padding-left:12px;}
        .ft_w{float:left;width:430px;font-size:14px;color: #b4b4b4;line-height: 30px;margin-top:-7px;}
        .erwm{float:right;width:140px;}
        .erwm p{width:140px;margin-right:35px;text-align: center;}
        .erwm p img{width:104px;height: 104px;border:1px solid #dddddd;float:left;}
        .erwm p span{display: block;font-size:14px;color: #fff;padding:10px 5px 0;float:left;background: #f73900;height: 106px;width:34px;text-align: center;box-sizing: border-box;line-height: 17px}
        .erwm p:last-child{margin:0;}
        .ft_b{color: #fff;font-size:14px;padding-top:13px;}
        .ft_b span{display: block;height: 24px;line-height: 24px;color: #d2d2d2;}
        .ft_b p{line-height: 30px;}
        .ft_b p em{font-weight: bold;font-size: 14px;display: inline-block;padding-right:24px;}
        .ft_b p a{font-size: 14px;color: #b4b4b4;padding:0 10px;}
        .ft_b p a:last-child{background: none}
        em,i{font-style: normal;}
    

        .lk_bj{height: 80px;background: #000;line-height: 80px;}
        .link{width:1200px;margin:0 auto;line-height:80px;box-sizing:border-box;position:relative;z-index: 2;}
        .link span{font-size: 16px;color:#b4b4b4;display: inline-block;padding-right:16px;line-height: 80px;}
        .link span em{font-size:14px;padding-right:10px;display: inline-block;}
        .link a {color:#b4b4b4;font-size: 14px;padding-right:25px;}
    

        .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: #11409a;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #11409a;
            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;
        }
    
