
    .header .header-t {
  height: 115px;
  background: #fff;
}
i,em{ font-style:normal;}
.content{ width:1200px;margin:0 auto;}
.header .header-t .logo {
  float: left;
  display: table;
  margin-right: 27px;
}
.header .header-t .logo a {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 34px;
  background-image: url('../images/h-line.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
}
.header .header-t .slogan {
  float: left;
  margin-top: 32px;
}
.header .header-t .slogan span {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  display: block;
}
.header .header-t .slogan b {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  display: block;
  margin-top: 10px;
}
.header .header-t .tel {
  float: right;
  font-size: 26px;
  font-weight: lighter;
  line-height: 85%;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 30px;
  background-image: url('../images/h-tel.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  height: 47px;
  padding-left: 62px;
}
.header .header-t .tel i {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}
.header .header-t::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header .header-b {
  background: #263C92;
  height: 58px;
}
.header .header-b ul li {
  float: left;
  position: relative;
}
.header .header-b ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 58px;
  color: #fff;
  display: block;
  padding: 0 20px;
}
.header .header-b ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 1px;
  top: 20px;
}
.header .header-b ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 20px;
}
.header .header-b ul li.cur,
.header .header-b ul li:hover {
  background: #E35F12;
}
.header .header-b ul li.cur::before,
.header .header-b ul li:hover::before,
.header .header-b ul li.cur::after,
.header .header-b ul li:hover::after {
  display: none;
}
.header .header-b ul li:last-of-type::before,
.header .header-b ul li:last-of-type::after {
  display: none;
}
.header .header-b ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


    .foot {
  background-image: url('../images/f-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-repeat: repeat;
}
.foot .foot-t {
  height: 360px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .foot-t ul li {
  float: left;
  width: 482px;
  position: relative;
}
.foot .foot-t ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 360px;
  position: absolute;
  left: 18px;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
.foot .foot-t ul li h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 37px;
  color: #fff;
  display: block;
  padding-left: 63px;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.foot .foot-t ul li p {
  padding-left: 63px;
  margin-top: 28px;
}
.foot .foot-t ul li p span {
  font-size: 15px;
  font-weight: normal;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}
.foot .foot-t ul li p > a {
  float: left;
  width: 135px;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.foot .foot-t ul li p > a:hover {
  text-decoration: underline;
}
.foot .foot-t ul li:nth-of-type(1) h3 {
  background-image: url('../images/f-ic1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
.foot .foot-t ul li:nth-of-type(2) h3 {
  background-image: url('../images/f-ic2.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
.foot .foot-t .code {
  background: #fff;
  float: right;
  padding: 15px;
  margin-top: 88px;
}
.foot .foot-t .code img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
.foot .foot-t .code span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #666;
  text-align: center;
  margin-top: 12px;
}
.foot .foot-b {
  font-size: 15px;
  font-weight: normal;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.4);
}
.foot .foot-b em {
  margin-left: 20px;
}
.foot .foot-b a {
  color: rgba(255, 255, 255, 0.4);
}
.foot .foot-b a:hover {
  text-decoration: underline;
}


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