.my_header header {
  height: 70px;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10003;
}
.no-js body{
  overflow-x: hidden;
}
.my_header header:hover {
  background: rgba(255, 255, 255, 0.8);
}
.my_header header:hover .my_brand img:nth-child(1) {
  display: none;
}
.my_header header:hover .my_brand img:nth-child(2) {
  display: block;
}
.my_header header:hover .navbar-default .navbar-nav > li > a {
  color: #505050;
}
.my_header header:hover .navbar-default .navbar-nav > li > a:hover {
  color: #2b8fe4;
}
.my_header header:hover .caret {
  color: #505050;
}
.my_header header:hover .navbar-default .nav_r .login_btn a {
  background: #fff;
  border: 1px solid #1976c6;
  color: #1976c6;
}
.my_header header:hover .navbar-default .nav_r .login_btn a:hover {
  background: #1990ed;
  color: #fff;
}
.my_header header:hover .navbar-default .nav_r .s_btn a {
  background: #1990ed;
  color: #fff;
}
.my_header header:hover .navbar-default .nav_r .s_btn a:hover {
  color: #eee;
}
.my_header header .nav_r li {
  position: relative;
}
.my_header header .nav_r li a {
  padding: 20px 14px;
  position: relative;
  font-size: 16px;
}
@media (max-width:750px) {
  .my_header header .nav_r li a {
    padding: 0.5rem 1rem;
  }
}
.my_header header .nav_r li .dl_b {
  padding-top: 25px;
  display: none;
}
@media (max-width:750px) {
  .my_header header .nav_r li .dl_b {
    padding-top: 0;
    display: block;
  }
}
.my_header header .nav_r li dl {
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  position: absolute;
  top: 85px;
}
.my_header header .nav_r li dl i {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -10px;
  display: block;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.my_header header .nav_r li dl dt {
  text-align: center;display: block;
}
.my_header header .nav_r li dl dt a {
  color: #4a4a4a;
  font-size: 14px;
  padding: 10px;
  display: block;
}
.my_header header .nav_r li dl dt a:hover {
  color: #2b8fe4;
}
@media (max-width:750px) {
  .my_header header .nav_r li dl {
    position: relative;
    top: 0;
    padding: 0;
  }
  .my_header header .nav_r li dl dt {
    text-align: left;
    padding: 0 1rem;
  }
  .my_header header .nav_r li dl dt a {
    padding: 0.5rem 0;
  }
}
.my_header header .nav_r li:hover .dl_b {
  display: block;
}
.my_header header .nav_r li:hover .caret {
  color: #2b8fe4;
  top: 36%;
}
.my_header header .nav_r .head_btn a {
  display: inline-block;
  border-radius: 4px;
  width: 110px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  margin-left: 12px;
}
.my_header header .nav_r .login_btn a {
  border: 1px solid #fff;
  line-height: 41px;
}
.my_header header .nav_r .s_btn a {
  background: rgba(255, 255, 255, 0.9);
  color: #1976c6;
}
.my_header header .nav_r .login_l {
  margin-left: 50px;
}
@media (max-width:750px) {
  .my_header header .nav_r .login_l {
    margin-left: 0;
  }
}
.my_header header .caret {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:750px) {
  .my_header header .caret {
    top: 15px;
  }
}
.my_header header .my_brand img:nth-child(2) {
  display: none;
}
@media (max-width:750px) {
  .my_header header {
    height: auto;
  }
}
@media (max-width:750px) {
  .navbar-brand img {
    height: 35px;
  }
  .navbar-nav {
    background: #fff;
  }
}
.head_pic {
  color: #fff;
  position: relative;
}
.head_pic .head_pic_cen {
  color: #fff;
  text-align: center;
  width: 1136px;
}
.head_pic .head_pic_cen h3 {
  font-size: 56px;
}
.head_pic .head_pic_cen .head_hr {
  height: 1px;
  background: #fff;
  max-width: 780px;
  margin: 15px auto;
}
.head_pic .head_pic_cen p {
  font-size: 22px;
  margin: 15px auto 50px;
}
.head_pic .head_pic_cen a {
  padding: 8px 60px;
  font-size: 24px;
}
@media (max-width:1136px) {
  .head_pic .head_pic_cen {
    width: 100%;
  }
  .head_pic .head_pic_cen h3 {
    font-size: 3rem;
  }
}
@media (max-width:750px) {
  .head_pic .head_pic_cen {
    padding: 0 1rem;
  }
  .head_pic .head_pic_cen h3 {
    font-size: 1.5rem;
  }
  .head_pic .head_pic_cen p {
    font-size: 1.2rem;
    margin: 0.6rem auto 1rem;
  }
  .head_pic .head_pic_cen a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}

.cen {
  width: 1280px;
  margin: 0 auto;
}

@media(max-width:1280px){
  .cen{
    width: 100%;
  }
  .my_header header .nav_r li a{
    padding:20px 6px;
  }
}

.sel_language {
  margin-top: 14px;
  margin-left: 10px;
}

.fl{
  float: left;
}
.fr{
  float: right;
}

.head_phone {
  float: right;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 12px;margin-left: 12px;margin-right: 10px;
}
.head_phone .head_phone_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.head_phone p {
  display: inline-block;
  color: #0764ff;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 0;
}

em,i{font-style: normal;}
.sel_a a{color:#fff;}
*{font-family: "Microsoft YaHei";}
.my_header header dt{font-weight: normal;}
.my_header header li,.my_header header ul{margin:0;}

.footer {
  background: #f6f6f6;
  overflow: hidden;position: relative;z-index: 100001;
}
.footer .cen {
  margin: 20px auto;
}
@media (max-width:750px) {
  .footer .cen {
    margin: 1.5rem auto;
  }
}
.footer .footer_b .foot_7 {
  border-right: 1px solid #e5e5e5;
  float: left;
}
.footer .footer_b .foot_7 h4 {
  color: #0084eb;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer .footer_b .foot_7 p {
  margin-bottom: 3px;
}
.footer .footer_b .foot_7 p a {
  color: #999ea1;
  font-size: 14px;
}
.footer .footer_b .foot_7 li {
  float: left;
  margin-right: 52px;
}
.footer .footer_b .foot_5 {
  float: left;
  padding: 0 38px;
}
.footer .footer_b .foot_5 .code_bg {
  background: #fff;
  padding: 14px;
  float: left;
}
.footer .footer_b .foot_5 .code_bg img {
  max-width: 128px;
}
.footer .footer_b .foot_5 ul {
  float: left;
  margin-left: 24px;
}
.footer .footer_b .foot_5 ul li {
  margin-top: 10px;list-style: none;
}
.footer .footer_b .foot_5 ul li p {
  color: #0084eb;
  font-size: 18px;
}
.footer li{list-style: none;}
@media (max-width:1080px) {
  .footer .footer_b {
    padding: 0 1rem;
  }
  .footer .footer_b .foot_7 {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
    border-right: none;
  }
  .footer .footer_b .foot_7 li {
    width: 25%;
    margin-right: 0;
  }
  .footer .footer_b .foot_7:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer .footer_b .foot_5 {
    float: none;
    padding: 0;
  }
  .footer .footer_b .foot_5:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (max-width:750px) {
  .footer .footer_b .foot_7 h4 {
    font-size: 1.5rem;
  }
  .footer .footer_b .foot_7 li {
    width: 50%;
  }
  .footer .footer_b .foot_5 ul {
    margin-left: 1rem;
  }
}
.foot_b {
  background: #f6f6f6;position: relative;z-index: 10001;
  border-top: 1px solid #d9d9d9;
  padding: 16px 0;
}
.foot_b p {
  margin-bottom: 0;
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.foot_b p a {
  color: #bbb;
}

.foot_b {
  background: #f6f6f6;
  border-top: 1px solid #d9d9d9;
  padding: 16px 0;
}
.foot_b p {
  margin-bottom: 0;
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.foot_b p a {
  color: #bbb;
}
@media (max-width:750px) {
  .foot_b .cen {
    padding: 0 1rem;
  }
}
.hotKeyword {
  width: 100%;
  text-align: center;
}
.hotKeyword ul {
  width: 100%;
  padding-bottom: 10px;
}
.foot_b li{list-style: none;}
.hotKeyword li {
  float: left;
  padding: 0 8px;
}
.hotKeyword li a{color:#666;}

.contact_us {
  background: url(../images/con_bg.jpg) no-repeat center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;background-size: cover;
}
.contact_us .con_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 132, 235, 0.9);
}
.contact_us .cen {
  position: relative;
  z-index: 2;
}
.contact_us .contact_box {
  width: 490px;
  float: left;
}
.contact_us .contact_box input, .contact_us .contact_box textarea {
  border: 1px solid #fff;
  padding: 2px 5px;
  border-radius: 4px;
  width: 100%;
  background: none;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.contact_us .contact_box input::-webkit-input-placeholder, .contact_us .contact_box textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.contact_us .contact_box button {
  background: #f3fbff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  color: #0084eb;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
.contact_us .contact_box input {
  height: 80px;
  line-height: 50px;
}
.contact_us .contact_box textarea {
  -webkit-appearance: none;
  height: 150px;
}
.contact_us iframe {
  float: right;
  width: 553px;
  height: 294px;
}
.contact_us .w_title_white {
  margin-bottom: 50px;
}
@media (max-width:1080px) {
  .contact_us {
    padding: 0 1rem;
  }
  .contact_us .contact_box {
    float: none;
    margin-bottom: 1rem;
  }
  .contact_us iframe {
    float: none;
  }
}

@media (max-width:750px) {
  .contact_us .contact_box, .contact_us iframe {
    width: 100%;
  }
  .contact_us .w_title_white {
    margin-bottom: 1rem;
  }
}

.contact_us1 {
  padding-top: 30px;
}

.contact_inf {
  color: #fff;
  margin-left: 90px;
}
.contact_inf h3 {
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;color:#fff;
}
.contact_inf p {
  margin-bottom: 5px;
  font-size: 14px;
}
.contact_inf .contact_inf_b {
  margin-bottom: 30px;
  float: left;
  margin-left: 90px;
}
@media (max-width:750px) {
  .contact_inf {
    margin-left: 0;
  }
}

.w_title {
  color: #0084eb;
  font-size: 32px;
  text-align: center;
  margin: 35px auto;
}
@media (max-width:1400px) {
  .w_title {
    font-size: 2rem;
  }
}

.w_title2 i {
    width: 56px;
    height: 3px;
    background: #0094d4;
    display: block;
    margin: 15px auto;}
@media (max-width:750px) {
  .w_title {
    font-size: 1.5rem;
    margin: 1rem auto;
  }
}

.w_title_white2 {
    color: #fff;
}

.w_title2{
  font-weight: bold;
}

.my_header .in_head_bg {
  background: #0094d4;position: fixed;top:0;left:0;z-index: 101002;
}

.animate-fadein{opacity: 1;}


.has_pass_country{
  background: #f6f6f6;overflow: hidden;padding-bottom: 50px;padding-top: 10px;
}
.has_pass_country p{
  line-height: 2.2em;

}

.has_pass_country a{
    font-size: 16px;color:#666;display: inline-block;margin:0 12px;
}

.w_title3{
  color:#666;
}

.w_title3 i{background: #666;}

.has_experience{
  background: #fff;padding-bottom: 60px;padding-top: 20px;
}



.has_experience li{
 float: left;

}

.exp_img{
  overflow: hidden;width: 100%; width: 310px;height: 220px;margin:0 auto;border-radius: 2px;
}

.exp_img img{display: block;width: 100%;transition:all .3s;height: 100%;}

.has_experience li p{color:#666;font-size: 14px;text-align: center;position: relative;margin:10px auto 25px;}
.has_experience ul{margin:0;margin-left: -10px;margin-right: -10px;}

.has_experience li{list-style: none;width: 25%;float: left;margin:0;}

.has_experience li:hover .exp_img img{transform:scale(1.2,1.2);}
.has_experience ul{margin-top: 60px;}

.ser_type{
  background: #f6f6f6;padding:30px 0 60px;overflow: hidden;
}
li{list-style: none;}
.ser_type ul{margin:0;}
.ser_type li{width: 33.3%;text-align: center;float: left;margin:0;margin-bottom: 50px;}
.ser_type li h1{color:rgb(75, 75, 75);font-size: 18px;font-weight: bold;margin-top: 15px;}

.ser_type li p{color:rgba(75, 75, 75, 0.76);font-size: 14px;margin-top: 25px;}
@media(max-width:750px){
  .has_experience li{
    width: 50%;
  } 
  .has_experience{
    overflow: hidden;padding-bottom: 30px;
  }
  .has_experience ul{
    margin:20px 0;padding:0 10px;margin-left: -1%;margin-right: -1%;
  }
  .exp_img{
    width: 98%;height: 120px;
  }
  .ser_type li{
    width: 50%;
  }
  .contact_inf .contact_inf_b{
    margin-left: 0;
  }
  .my_header header .nav_r li a{
    padding:10px 6px;
  }
  .has_pass_country{
    padding-bottom: 20px;
  }
  .has_pass_country a{
    font-size: 14px;
  }
  .ser_type li img{
    width: 80px;
  }
  .w_title{
    font-size: 20px;
  }
}

.my_header header .nav_r li dl dt a{
  white-space: nowrap;
}

.in_header .cen{
  width: 1360px;
}

.nav{
  width: 80%;
}

.swip_pos_c{
  position: absolute;top:50%;left:0;transform:translateY(-50%);z-index: 100;width: 100%;text-align: center;
}

.swip_txt_p{
  color:#fff;font-size: 32px;font-weight: lighter;
}

.swip_txt_p2{
  font-size: 20px;margin: 20px 0 40px;
}

.swip_bgg{
  position: absolute;width: 100%;height: 100%;top:0;left:0;opacity: 0.3;background: #000;z-index: 9;
}

.swip_btns{
  width: 100%;text-align: center;
}

.swip_btns a{
  display: inline-block;vertical-align: middle;height: 52px;line-height: 52px;width: 132px;border-radius: 10px;font-size: 18px;margin:0 5px;
}

.swip_btns .swip_btns_child1{background: #00A0E8;border: 1px solid #00A0E8;color: #fff;}

.swip_btns .swip_btns_child2{background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.swip_btns .swip_btns_child2:hover{
  background: rgba(255, 255, 255, 0.5);
}

.swip_bot_shadow{
      position: absolute;
    z-index: 1001;
    bottom: -85px;
    width: 2500px;
    height: 148px;
    left: -100px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px;
}

.swip_bot_shadow2{
  background: #fff;bottom: -98px;
}

.section-heading { padding: 30px 0; }

.section-title { font-size: 26px; color: #333333; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; text-align: center; letter-spacing: 1px; }

.section-subtitle { font-family: 'Helvetica', sans-serif; font-style: italic; font-size: 16px; color: #999999; margin-bottom: 15px; text-align: center; }

.design-arrow { width: 1px; height: 50px; background: #dddddd; position: relative; margin: 10px auto; }
.design-arrow.inline-arrow { display: inline-block; vertical-align: middle; float: none; }
.design-arrow:after { content: ""; display: block; position: absolute; width: 11px; height: 11px; border: 2px solid #00A0E8; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; top: 100%; left: -5px; }


.areas-section { padding: 50px 0 80px; }
.areas-section.service-areas-section { padding-top: 40px; }
.areas-section .above-title { font-size: 18px; color: #666666; text-transform: uppercase; }
.areas-section h4 { color: #333333; margin-top: 10px; font-weight: bold; font-size: 32px; text-transform: uppercase; margin-bottom: 15px; }
.areas-section em { font-size: 16px; display: inline-block; margin-bottom: 15px; }
.areas-section .design-arrow { margin-bottom: 45px; }
.areas-section p.large { font-weight: 500; margin-bottom: 20px; }

.w_col_t{color:#00A0E8;margin-bottom: 60px}

.title_content p{font-size: 16px;color:#666;}
.title_content p em{font-size: 22px;}

.title_img_b img{margin:0 auto;}

.background-gray-pic {
  background-color: #efefef;
  background-image: url(../images//home/index-pic02_bj.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.background-gray-pic .kft-module-box {
  width: 100%;
}
.background-gray-pic .kft-module-box .kft-module {
  width: 80%;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}
.background-gray-pic .kft-module-box .kft-module .module-top {
  width: 100%;
  background: #73b2ff;
}
.background-gray-pic .kft-module-box .kft-module .module-top img {
  display: inline-block;
  width: 70%;
  margin: 25px auto;
}
.background-gray-pic .kft-module-box .kft-module .module-bottom {
  height: 98px;
  line-height: 98px;
  font-size: 24px;
  color: #666666;
  text-align: center;
}
.background-gray-pic .kft-module-box .kft-module:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.05);
  transition: all 0.4s ease-in-out 0.1s;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
}
.middle-content-btn {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.middle-content-btn a {
  display: inline-block;
  width: 186px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 46px;
  border-radius: 6px;
  background: #2889ff;
  box-shadow: 0px 4px 4px rgba(40, 137, 255, 0.35);
}
.qf-module {
  width: 100%;
  margin: 120px 0;
}
.qf-module .col-sm-2 {
  text-align: center;
}
.qf-module .col-sm-2 .hover-box {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.qf-module .col-sm-2 .hover-box .qf-icon {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #707070;
  text-align: center;
  box-shadow: rgba(40, 137, 255, 0);
}
.qf-module .col-sm-2 .hover-box .qf-icon i {
  margin-top: 25px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/index-pic04.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 120px auto;
}
.qf-module .col-sm-2 .hover-box .qf-icon.icon-01 i {
  background-position: 0 0px;
}
.qf-module .col-sm-2 .hover-box .qf-icon.icon-02 i {
  background-position: 0 -60px;
}
.qf-module .col-sm-2 .hover-box .qf-icon.icon-03 i {
  background-position: 0 -120px;
}
.qf-module .col-sm-2 .hover-box .qf-icon.icon-04 i {
  background-position: 0 -180px;
}
.qf-module .col-sm-2 .hover-box .qf-icon.icon-05 i {
  background-position: 0 -240px;
}
.qf-module .col-sm-2 .hover-box .qf-icon.icon-06 i {
  background-position: 0 -300px;
}
.qf-module .col-sm-2 .hover-box div {
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.qf-module .col-sm-2 .hover-box:hover .qf-icon {
  border: 1px solid #2889ff;
  text-align: center;
  background: #2889ff;
  box-shadow: rgba(40, 137, 255, 0.35);
}
.qf-module .col-sm-2 .hover-box:hover .qf-icon i {
  margin-top: 25px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/home/index-pic04.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 120px auto;
}

.m_contr_4{
  padding:50px 0;
}

.middle-content .Safety-content .homeLogo-show-box .homeLogo-show .pull-left:nth-child(2) div {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.middle-content .content-title-big {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-top: 10px;
}
.middle-content .big-title-zs {
  margin-top: 26px;
  margin-bottom: 36px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  position: relative;
}
.middle-content .big-title-zs span {
  display: inline-block;
  width: 9%;
  height: 8px;
  background: #2696ff;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4.5%;
}

.middle-content{
      width: 100%;
    padding: 40px 0 60px 0;
}
.background-gray-ef {
    background: #efefef;
}

.market-module .col-sm-2 .hover-box .qf-icon i {
    margin-top: 32px;
    margin-left: 10px;
    display: inline-block;
    width: 60px;
    height: 50px;
    background-image: url(../images/kft/kft_pic01.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.market-module .col-sm-2 .hover-box .icon-01 i {
    background-position: 0 0
}

.market-module .col-sm-2 .hover-box .icon-02 i {
    background-position: 0 -67px
}

.market-module .col-sm-2 .hover-box .icon-03 i {
    background-position: 0 -138px
}

.market-module .col-sm-2 .hover-box .icon-04 i {
    background-position: 10px -227px
}

.market-module .col-sm-2 .hover-box:hover .qf-icon {
    border: 1px solid #2889ff;
    text-align: center;
    background: #2889ff;
    box-shadow: rgba(40,137,255,0.35)
}

.market-module .col-sm-2 .hover-box:hover .icon-01 i {
    background-position: -87px 0
}

.market-module .col-sm-2 .hover-box:hover .icon-02 i {
    background-position: -98px -67px
}

.market-module .col-sm-2 .hover-box:hover .icon-03 i {
    background-position: -92px -138px
}

.market-module .col-sm-2 .hover-box:hover .icon-04 i {
    background-position: -100px -227px
}

.market-module .col-sm-2 {
    width: 25%
}

.market-module .col-sm-2 .hover-box {
    display: inline-block;
    width: auto;
    cursor: pointer
}

.market-module .col-sm-2 .hover-box div {
    font-size: 16px;
    color: #333333;
    margin-top: 16px;
    text-align: center
}

.market-module .col-sm-2 .hover-box .qf-icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #707070;
    text-align: center;
    box-shadow: rgba(40,137,255,0)
}

.market-module .col-sm-2 .hover-box .qf-icon i {
    margin-top: 32px;
    margin-left: 10px;
    display: inline-block;
    width: 60px;
    height: 50px;
    background-image: url(../images/kft/kft_pic01.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.market-module .col-sm-2 .hover-box .icon-01 i {
    background-position: 0 0
}

.market-module .col-sm-2 .hover-box .icon-02 i {
    background-position: 0 -67px
}

.market-module .col-sm-2 .hover-box .icon-03 i {
    background-position: 0 -138px
}

.market-module .col-sm-2 .hover-box .icon-04 i {
    background-position: 10px -227px
}

.market-module .col-sm-2 .hover-box:hover .qf-icon {
    border: 1px solid #2889ff;
    text-align: center;
    background: #2889ff;
    box-shadow: rgba(40,137,255,0.35)
}

.market-module .col-sm-2 .hover-box:hover .icon-01 i {
    background-position: -87px 0
}

.market-module .col-sm-2 .hover-box:hover .icon-02 i {
    background-position: -98px -67px
}

.market-module .col-sm-2 .hover-box:hover .icon-03 i {
    background-position: -92px -138px
}

.market-module .col-sm-2 .hover-box:hover .icon-04 i {
    background-position: -100px -227px
}

.labelSet-box {
    width: 100%
}

.labelSet-box .col-sm-4 {
    padding: 0;
    height: 500px;
    position: relative;
    background: url(../images/kft_bj01.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    text-align: center
}

.labelSet-box .col-sm-4 img {
    width: 100%;
    position: absolute;
    bottom: 140px;
    left: 0;
    -webkit-animation: jump01 1.5s linear 0s infinite alternate
}
.middle-content .big-title-zs {
  margin-top: 26px;
  margin-bottom: 36px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  position: relative;
}
@-webkit-keyframes jump01 {
    0% {
        bottom: 130px
    }

    50% {
        bottom: 145px
    }

    100% {
        bottom: 130px
    }
}

.labelSet-box .col-sm-4 div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.labelSet-box .col-sm-4 div span {
    display: inline-block;
    font-size: 24px;
    color: #0099de;
    border-bottom: 1px solid #0099de;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 40px
}

.labelSet-box .col-sm-4:nth-child(2) {
    height: 500px;
    position: relative;
    background: url(../images/kft_bj02.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    text-align: center
}

.labelSet-box .col-sm-4:nth-child(2) img {
    width: 100%;
    position: absolute;
    bottom: 120px;
    left: 0;
    -webkit-animation: jump02 1.5s linear 0s infinite alternate
}

@-webkit-keyframes jump02 {
    0% {
        bottom: 120px
    }

    50% {
        bottom: 110px
    }

    100% {
        bottom: 120px
    }
}

.labelSet-box .col-sm-4:nth-child(2) div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.labelSet-box .col-sm-4:nth-child(2) div span {
    display: inline-block;
    font-size: 24px;
    color: #003cc4;
    border-bottom: 1px solid #003cc4;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 40px
}

.labelSet-box .col-sm-4:nth-child(3) {
    height: 500px;
    position: relative;
    background: url(../images/kft_bj03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    text-align: center
}

.labelSet-box .col-sm-4:nth-child(3) img {
    width: 100%;
    position: absolute;
    bottom: 130px;
    left: 0;
    -webkit-animation: jump03 1.5s linear 0s infinite alternate
}

@-webkit-keyframes jump03 {
    0% {
        bottom: 120px
    }

    50% {
        bottom: 140px
    }

    100% {
        bottom: 120px
    }
}

.labelSet-box .col-sm-4:nth-child(3) div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.labelSet-box .col-sm-4:nth-child(3) div span {
    display: inline-block;
    font-size: 24px;
    color: #007a94;
    border-bottom: 1px solid #007a94;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 40px
}


.news-item { margin: 0 auto 15px; max-width: 360px;position: relative; }
.news-item .meta { padding: 15px 0; }
.news-item .meta .meta-item { display: inline-block; vertical-align: middle; font-size: 11px; font-weight: 500; text-transform: uppercase; color: #666666; margin-right: 10px; }
.news-item .meta .meta-item .icon { font-size: 11px; margin-right: 7px; vertical-align: middle; color: #666666; }
.news-item .image { position: relative; }
.news-item .image img { vertical-align: middle; max-width: 100%; width: 100%;height: 154px;}
.news-item .image:hover .image-content { opacity: 1; }
.news-item .image .image-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.8); display: table-cell; vertical-align: bottom; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; opacity: 0; }
.news-item .image .read-more { position: absolute; font-size: 12px; bottom: 35px; left: 30px; display: block; color: #fff; text-transform: uppercase; }
.news-item .image .read-more:before { margin-bottom: 15px; content: ""; width: 12px; height: 12px; display: inline-block; border: 2px solid #00A0E8; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; display: block; }
// .news-item .user-avatar { position: relative; margin-bottom: 30px; }
.news-item .user-avatar .avatar { float: right; margin-top: -40px; width: 70px; height: 70px; margin-right: 15px; border: 5px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; overflow: hidden; }
.news-item .user-avatar .avatar img { width: 100%; height: 100%; vertical-align: middle; }
.news-body h5:after {
    // content: "";
    // display: block;
    // margin-top: 20px;
    // width: 25px;
    // height: 4px;
    // background: #00A0E8;
    
}

.latest-news-section{
  margin:20px auto 50px;
}
.news-body{
  position: absolute;left:0;bottom: 0;z-index: 3;width: 100%;padding:5px 0;text-align: center;background: rgba(0,0,0,.4);
}
.news-item .image-content{display: none;}
.news-body h5{
  font-size: 18px;color:#fff;
}
.news-item img{
  transition:all .3s;
}

.news-item {
  overflow: hidden;
}

.news-item:hover img{
  
    transform:scale(1.1,1.1);
  
}

.our_cus {padding-bottom: 70px; }

.our_cus .our_title { margin-top: 36px; }

.our_cus .our_title ul {margin-left: -5px;margin-right: -5px; }


.our_cus .our_title li {border: 1px dashed #1463c6;border-radius: 10px;width: 100px;height: 100px;
      text-align: center;
      float: left;
      margin: 0 4px;
      margin-bottom: 8px;
      cursor: pointer; }

      .our_cus .our_title li .our_icon {
        height: 70px;
        line-height: 70px;
        text-align: center; }

        .our_cus .our_title li .our_icon img:nth-child(2) {
          display: none; }

      .our_cus .our_title li p {
        color: #333;
        font-size: 16px; }

    .our_cus .our_title .current {
      background: #1463c6; }

      .our_cus .our_title .current .our_icon img:nth-child(1) {
        display: none; }

      .our_cus .our_title .current .our_icon img:nth-child(2) {
        display: inline-block; }

      .our_cus .our_title .current p {
        color: #fff; }

  .our_cus .our_content ul {
    margin-top: 40px;
    display: none; }

    .our_cus .our_content ul li {
      float: left;
      overflow: hidden; }

        .our_cus .our_content ul {
    margin-top: 40px;
    display: none; }

    .our_cus .our_content ul li {
      float: left;
      overflow: hidden; }

        .our_cus .our_content ul li{text-align: center;width: 16.6%;height: 80px;padding-left: 0;margin:0;}
  .our_cus .our_content ul li img{width: 90%;}

  @media (max-width: 750px) {
    .our_cus .our_content ul {
      margin-top: 20px; }
      .our_cus .our_content ul li {
        width: 33.3%; } 

      }

  @media (max-width: 750px) {
    .our_cus .our_content ul {
      margin-top: 20px; }

      .our_cus .our_content ul li {
        width: 33.3%; } 

  }

@media(max-width:1360px){
  .in_header .cen{
    width: 100%;
  }
  .nav{
    width: 100%;
  }
}

@media(max-width:750px){
  .swip_txt_p{
    font-size: 18px;
  }
  .swip_txt_p2{
    font-size: 14px;margin:10px auto;
  }
  .swip_btns a{
    height: 40px;line-height: 40px;font-size: 14px;
  }

  .t_pad_r{
    padding-right: 0!important;
  }

  .swip_bot_shadow{
    display: none;
  }

  .areas-section{
    padding:30px 0 50px;
  }

  .title_content p{
    font-size: 14px;
  }

  .title_content p em{
    font-size: 20px;
  }

  .kft-module{
    margin:0 auto;float: none;display: block!important;
  }
  .k_plat_col{
    margin:10px 0;
  }
  .k_plat_col .col-sm-3{
      width: 100%;padding:0!important;margin:20px 0;
    }

    .w_col_t{
      margin-bottom: 30px;
    }

    .background-gray-pic .kft-module-box .kft-module .module-bottom{
      font-size: 20px;line-height: 60px;height: 60px;
    }

    .middle-content .content-title-big{
      font-size: 18px;
    }

    .news-item .image img{
      height: 180px;
    }
}

.swiper_big .swiper-slide img{width: 100%;}

