﻿.index {
  position: relative;
  overflow: hidden;
}

.header_top {
  background-color: #43556b;
  height: 30px;
  width: 100%;
  position: relative;
  z-index: 33;
}

.header_top_fr {
  float: left;
  margin-left: 3vw;
  font-size: 12px;
  color: #dce3eb;
  line-height: 30px;
}

.header_top_fl {
  float: right;
  margin-right: 3vw;
}

.header_top_fl a {
  display: block;
  float: left;
  color: #fff;
  font-size: 12px;
  color: #dce3eb;
  line-height: 30px;
}

.header_top_fl i {
  float: left;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #dce3eb;
  margin: 0 16px;
  margin-top: 10px;
}

.header_top_fl a:hover {
  color: #fff;
}

.header_top_fl a.yd {
  position: relative;
}

.header_top_fl a.yd img {
  display: block;
  width: 120px;
  height: 0;
  transition: all 0.5s ease-out 0s;
  position: absolute;
  left: -35px;
  top: 30px;
}

.header_top_fl a.yd:hover img {
  height: 120px;
}

.header_main {
  position: fixed;
  width: 100%;
  height: 100px;
  transition: all 0.9s ease-out 0s;
  z-index: 22;
  top: 0;
  left: 0;
}

.header_main.xc {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.9s ease-out 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.header {
  width: 100%;
  height: 100px;
}

.header_main .webLogo {
  position: relative;
  z-index: 55;
  transition: all 0.9s ease-out 0s;
  float: left;
  padding-top: 20px;
}

.header_main .webLogo img {
  display: block;
}

.header_main .nav_main {
  float: right;
  height: 100px;
  text-align: center;
  transition: all ease 0.36s;
}

.header_main .nav_main .nav {
  display: inline-block;
}

.header_main .nav_main .item {
  float: left;
  position: relative;
  height: 100px;
  line-height: 100px;
  z-index: 12;
  transition: all ease 0.36s;
  padding: 0 36px;
}

.header_main .nav_main .item a {
  display: block;
  height: 100px;
  font-size: 20px;
  line-height: 100px;
  color: #fff;
  position: relative;
  transition: all ease 0.36s;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.6);
}

.header_main.xc .nav_main .item a {
  text-shadow: none;
  color: #333;
}

.header_main .nav_main .item:hover,
.header_main .nav_main .item.hover {}

.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink {
  color: #fff;
  font-weight: bold;
}

.header_main.xc .nav_main .item:hover .alink,
.header_main.xc .nav_main .item.hover .alink {
  color: #07bba1;
  font-weight: bold;
}

.header_main .nav_main .item i {
  display: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #05d7b4, #24c14e);
  position: absolute;
  bottom: 24px;
  left: 0;
  transition: all ease 0.36s;
}

.header_main .nav_main .item:hover i,
.header_main .nav_main .item.hover i {
  display: block;
}

.header_main .nav li .subnav {
  position: absolute;
  left: 50%;
  top: 85px;
  background-color: #fff;
  width: 120px;
  margin-left: -60px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
}

.header_main .nav li .subnav .subA {
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  text-align: center;
}

.header_main .nav li .subnav .subA:hover {
  font-weight: bold;
  background: #3bb79b;
  color: #4872de;
  background: #ffbe8b;
  background: rgba(21, 21, 21, 0.8);
}

.header_main .nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0%;
  text-align: center;
  top: 100px;
  background: #fff;
  display: none;
  line-height: 35px;
}

.header_main .nav_main .item.li2 .sub-box,
.header_main .nav_main .item.li5 .sub-box {
  width: 230px;
  left: 50%;
  margin-left: -115px;
}

.header_main .nav .sub-box p a {
  color: #fff
}

.header_main .nav .sub-box p .icon {
  width: 6px;
  height: 10px;
  background-position: -96px 0;
  position: absolute;
  top: 19px;
  left: 15px
}

.header_main .nav .sub-box p a {
  border-bottom: 1px solid #ddd;
  color: #333 !important;
  line-height: 46px !important;
  height: 46px !important;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
  text-shadow: none;
}

.header_main .nav .sub-box p a:hover {
  background: #07bba1;
  text-indent: 6px;
  color: #fff !important;
}

.header_main .quick {
  float: right;
  transition: all ease 0.36s;
  margin-top: 34px;
  margin-left: 20px;
}

.header_main .cnt {
  float: right;
  margin-right: 20px;
  padding-top: 40px;
}

.header_main .cnt .cn {
  float: left;
  font-family: "Arial";
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 24px;
}

.header_main .cnt i {
  float: left;
  font-family: "Arial";
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 8px;
  color: #fff;
  opacity: 0.6;
}

.header_main .cnt .en {
  float: left;
  font-family: "Arial";
  font-size: 16px;
  padding-left: 8px;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 16px;
  padding-top: 4px;
}

.header_main.xc .cnt .cn {
  text-shadow: none;
  color: #333;
}

.header_main.xc .cnt i {
  text-shadow: none;
  color: #333;
}

.header_main.xc .cnt .en {
  text-shadow: none;
  color: #333;
}

.header_main.xc .cnt a:hover {
  color: #07bba1;
}

.header_main .sj {
  float: right;
  transition: all ease 0.36s;
}

.header_main .sj p {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 88px;
}

.header_main .sj p span {
  display: inline-block;
  font-size: 24px;
  font-family: "Arial";
  font-weight: bold;
}

.header_main .sj img {
  display: block;
  width: 120px;
  height: 0;
  position: absolute;
  left: -60px;
  top: 40px;
  transition: all ease 0.36s;
}

.header_main .sj:hover img {
  height: 120px;
  transition: all ease 0.36s;
}

.header_main .dl {
  float: right;
  margin-left: 60px;
  margin-top: 32px;
  margin-right: 4vw;
  font-size: 18px;
}

.header_main .dl a {
  display: inline-block;
  font-size: 18px;
  padding: 0 3px;
}

.header_main .quick .searcher {}

.header_main .quick .search_btn {
  width: 20px;
  height: 20px;
  background: url("../images/l2_06.png") no-repeat center center;
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.header_main.xc .quick .search_btn {
  background: url("../images/j2_06.png") no-repeat center center;
}

.header_main .quick .search_btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.header_main .quick .search_main {
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 80px;
  right: 50px;
  top: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  *background: #000;
}

.header_main .quick .search_box {
  width: 280px;
  height: 40px;
  margin-top: 20px;
  margin-left: 40px;
  background: url(../images/search_main.png) no-repeat bottom center;
}

.header_main .quick .search_box input {
  background-color: none;
  border: none;
}

.header_main .quick .search_box .stxt {
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-indent: 10px;
  color: #fff;
  background-color: transparent;
  outline: none;
}

.header_main .quick .search_box .sbtn {
  font-size: 0;
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  border-radius: 100%;
  margin-top: 5px;
  outline: none;
  background: url("../images/searchico.png") no-repeat center center;
}

.header_main .quick .cte {
  position: relative;
  float: left;
  margin-right: 14px;
  cursor: pointer;
}

.header_main .quick .cte .cvalue {
  padding-right: 12px;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  background: url("../images/cearr.png") no-repeat right center;
}

.header_main .quick .member {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/member.png") no-repeat center center;
}

.header_main .quick .member:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

/*.header_main.xc{height:100px;border-bottom:1px solid #ddd;transition: all 0.9s ease-out 0s; position:fixed; left:0; top:0;background-color: rgba(255,255,255,1);}
.header_main.xc .nav_main .item{height:100px;line-height:100px;}
.header_main.xc .nav_main .item a{height:99px;line-height:100px;color:#333;}*/

.header_main .tel {
  margin-top: 35px;
  float: right;
  margin-left: 1vw;
  padding-left: 44px;
  font-family: arial;
  font-size: 30px;
  color: #333;
  background: url("../images/f2_03.png") no-repeat left center;
  line-height: 36px;
  font-weight: bold;
}

.header_main .tel_right .webTel {}

.header_main.xc .cte .cvalue {
  color: #666;
  background: url("../images/cearr2.png") no-repeat right center;
}

.header_main.xc .member {
  background: url("../images/member2.png") no-repeat center center;
}

/*.header_main.xc .quick{padding-top:40px;}
.header_main.xc .quick .search_btn{background:url("../images/searchico2.png") no-repeat center center;}*/

.header_main.xc .tel_right .webTel {
  color: #07bba1;
  background: url("../images/telIco2.png") no-repeat left center;
}

.header_main .lag_sel_box {
  margin-top: -40px;
  position: relative;
  line-height: 100px;
}

.header_main .lag_box {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -40px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #758190;
  font-size: 14px;
  line-height: 32px;
  padding: 10px 20px;
}

.header_main .lag_box::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 30%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}

.header_main .lag_box .item {
  cursor: pointer;
  padding-right: 25px;
  width: 30px;
  border-bottom: 1px solid #758190;
}

.header_main .lag_box .item:last-child {
  border-bottom: none;
}

.header_main .lag_box .item::hover {
  color: #004bc6;
}

.header_box .lag_sel_box .lag_box li.on {
  color: #004bc6;
}

.header_main .lag_box.on {
  top: 100px;
  display: block;
}

.header_main .nav_main .item.li8 .alink i {
  display: none;
}

.header_main .quick .searcher {
  height: 30px;
  border-radius: 20px;
}

.header_main .quick .searcher .stxt {
  float: left;
  width: 108px;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
}

.header_main .quick .searcher .sbtn {
  width: 24px;
  height: 20px;
  background: url("../images/search_btn.png") no-repeat center center;
  border: none;
  cursor: pointer;
  outline: none;
  background-size: 100%;
  margin-top: 5px;
}

@media (max-width: 1750px) {
  .header_main .nav_main .item {
    padding: 0 30px;
  }

}

@media (max-width: 1560px) {
  .header_main .nav_main .item {
    padding: 0 30px;
  }

  .header_main .quick {
    margin-left: 12px;
  }
}

@media (max-width: 1400px) {
  .header_main .webLogo {
    margin-left: 1.5vw;
  }

  .header_main .nav_main .item {
    padding: 0 26px;
  }

  .header_main .quick {
    margin-left: 12px;
    margin-right: 1.5vw;
  }


}


.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 根据浏览器定位 */
  z-index: 666;
  /* 放在顶部 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全宽 */
  height: 100%;
  /* 全高 */
  overflow: auto;
  /* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 背景色 */
}

/*模态框内容*/
.modal-content {
  display: flex;
  /*采用flexbox布局*/
  flex-direction: column;
  /*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  /*距顶部15% 水平居中*/
  padding: 20px;
  padding-top: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;
  /*自定义动画，从模态框内容上到下出现*/
}

@keyframes topDown {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/*模态框头部*/
.modal-header {
  display: block;
  /*采用flexbox布局*/
  flex-direction: row;
  /*水平布局*/
  align-items: center;
  /*内容垂直居中*/
  justify-content: space-between;
  text-align: right;
}

/*关闭X 样式*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;
  outline: none;
}

.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #07bba1;
  border: none;
  cursor: pointer;
}

/*banner*/
#banner_main {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1000px;
  padding: 0px 0 47.3%;
  overflow: hidden;
}

.banner .bd {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .bd .list {
  width: 100%;
  display: inline-block;
}

.banner .bd .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner .bd .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .imo {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .slide_btn {
  position: absolute;
  bottom: 46px;
  right: 5.2%;
  height: 24px;
  z-index: 120;
}

.banner .prev,
.banner .next {
  position: absolute;
  display: block;
  width: 57px;
  height: 57px;
  z-index: 12;
  top: 50%;
  margin-top: -28px;
  cursor: pointer;
  transition: ease-in-out 0.5s;
  background-position: 0px -175px;
  z-index: 20;
}

.banner .next {
  background-position: -72px -175px;
  right: 8%;
  opacity: 0;
}

.banner:hover .next {
  opacity: 1;
}

.banner .next:hover {
  background-position: -72px -241px;
}

.banner .prev {
  left: 8%;
  opacity: 0;
}

.banner:hover .prev {
  opacity: 1;
}

.banner .prev:hover {
  background-position: -0px -241px;
}

.banner .sline {
  margin: 0 40px;
  float: left;
  display: block;
  width: 1px;
  height: 22px;
  background: url("../images/pnLine.png") no-repeat center center;
}

.banner .tip {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 20px;
  height: 50px;
  z-index: 30;
  text-align: center;
}

.banner .tip li {
  margin: 0 9px;
  width: 60px;
  height: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  border-radius: 10px;
  background-color: #d7dbe0;
}

.banner .tip li.cur {
  background-color: #07bba1;
}

.banner .pbg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 885px;
  height: 225px;
  background: url("../images/banner_bg1.png") no-repeat center center;
  z-index: 4;
  background-size: cover;
}

.banner .pbg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1614px;
  height: 330px;
  background: url("../images/banner_bg2.png") no-repeat center center;
  z-index: 3;
  background-size: cover;
}

.banner .v-txt {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 14;
  display: none;
}
.banner .list li.active {
  display: block;
}

.banner .list li.active .v-txt {
  display: block;
}

.banner .v-txt img {
  display: block;
  width: 100%;
}

.banner .v-txt h3 {
  height: 90px;
  font-size: 54px;
  line-height: 90px;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 8px;
}

.banner .v-txt h3 .uimg1 {
  display: block;
  width: 596px;
  height: 61px;
  margin: 0 auto;
}

.banner .v-txt h3 .uimg2 {
  display: block;
  width: 283px;
  height: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.banner .video-container {
  background-color: #fff;
  z-index: 1;
}

.banner .video-container #video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: -0.5%;
  left: 0%;
  z-index: 12;
}

.banner .opacity {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/tq_02.png") no-repeat center center;
  z-index: 13;
}

.banner .online {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -70px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  z-index: 16;
  transition: all ease 0.36s;
  border-radius: 5px;
}

.banner .online:hover {
  text-indent: 6px;
  color: #fff;
  border-color: #953034;
  background: #953034;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

.ui-linebar {
  height: 75px;
  background-color: #466ec1;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -.5px;
  z-index: 10;
  display: none;
}

.ui-linebar .ink {
  -webkit-animation: k-ink 2s linear -.5s infinite;
  animation: k-ink 2s linear -.5s infinite;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

@-webkit-keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
.banner .list li {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  display: none;
  /* 初始隐藏所有li，通过JS显示当前li */
}

.banner .list li:first-child {
  display: block;
  /* 显示第一个li */
}

.banner .list li .bnma {
  position: absolute;
  left: 8%;
  top: 36%;
  width: 35%;
  z-index: 999;
  margin: 0 110px;
  z-index: 1;
}

.banner .list li .bnma p {
  font-size: 20px;
  color: #3d485d;
  line-height: 20px;
  font-family: "Arial";
  text-transform: uppercase;
}

.banner .list li .bnma h3 {
  font-size: 48px;
  color: #000;
  line-height: 60px;
  margin-top: 16px;
  font-weight: bold;
}

.banner .list li .bnma .ljg {
  height: 56px;
  width: 254px;
  background-color: #07bba1;
  border-radius: 50px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  margin-top: 54px;
}

.banner .list li .bnma .ljg:hover {
  background-color: #069782;
  box-shadow: inset 8px 8px 20px 0 rgba(3, 52, 132, 1), inset -8px -8px 20px 0 rgba(1, 72, 187, 1);
}

.imn {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*! display: none; */
}

.banner .list li .img2 {
  width: 18%;
  display: block;
  position: absolute;
  right: 24%;
  bottom: 26%;
}

.banner .list li .icm {
  width: 100%;
  height: 100%;
}

.banner .list li.li3 .img2 {
  right: 28%;
  bottom: 22%;
  width: 16%;
}

@keyframes scaleDraw {

  0% {
    transform: scale(1.05);
  }

  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(1.1);
  }
}

@media (max-width: 1660px) {
  .banner .list li .bnma p {
    font-size: 18px;
    line-height: 18px;
  }

  .banner .list li .bnma h3 {
    font-size: 46px;
    line-height: 46px;
  }

  .banner .list li .bnma .ljg {
    height: 54px;
    width: 224px;
    line-height: 54px;
    font-size: 16px;
    margin-top: 40px;
  }
}

@media (max-width: 1366px) {
  .banner .list li .bnma p {
    font-size: 16px;
    line-height: 16px;
  }

  .banner .list li .bnma h3 {
    font-size: 42px;
    line-height: 42px;
  }

  .banner .list li .bnma .ljg {
    height: 40px;
    width: 180px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 40px;
  }
}


/* footer */
.bot1 .footerM {}

.bot2 .footerM {
  background: #20262f;
}

.bot3 .footerM {
  background: #f7f7f7;
}

.footerM {
  height: 430px;
  overflow: hidden;
  width: 100%;
  background: #222;
}

.footer {
  text-align: center;
}

.footer .qimg {
  float: left;
  width: 300px;
  height: 430px;
  background: url("../images/l16_03.jpg") no-repeat center center;
}

.footer .qimg img {
  display: block;
  padding-top: 86px;
  margin: 0 auto;
}

.footer .qimg span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  padding-top: 18px;
}

.footer .qimg .tel {
  padding-top: 70px;
}

.footer .qimg .tel p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  background: url(../images/l18_03.png) left center no-repeat;
  display: block;
  font-family: "Arial";
  width: 200px;
  height: 20px;
  margin: 0 auto;
}

.footer .qimg .tel span {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  display: block;
  margin-top: 14px;
  font-family: "Arial";
}

.footer .qimg .tel i {
  font-size: 17px;
  color: #fff;
  line-height: 17px;
  display: block;
  margin-top: 10px;
  font-family: "Arial";
}


.footerM .f_left {
  position: relative;
  float: left;
  width: 21.4%;
  height: 430px;
}

.footerM .f_left .left_box {
  padding-top: 70px;
}

.footerM .f_left .btlogo {
  display: block;
  background-color: #fff;
  padding: 20px 0;
}

.footerM .f_left .btlogo .img1 {
  display: block;
  width: 200px;
  height: 116px;
  margin: 0 auto;
}

.footerM .f_left .btlogo .img2 {
  display: block;
  width: 180px;
  height: 21px;
  margin: 0 auto;
  margin-top: 18px;
}

.footerM .f_left .tel_box {
  padding-top: 80px;
}

.footerM .f_left .tel_box .zx {
  display: block;
  width: 198px;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: url("../images/btline.png") no-repeat center center;
}

.footerM .f_left .tel_box .webTel {
  margin-top: 20px;
  font-family: arial;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.footerM .ewm {
  float: right;
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footerM .ewm p {
  width: 60%;
  height: 140px;
  text-align: center;
}

.footerM .ewm img {
  display: block;
  width: 82%;
  padding-bottom: 8px;
  margin: 0 auto;
}

.footerM .ewm p span {
  color: #ccc;
  font-size: 15px;
}

.footerM .dz {
  color: #fff;
  font-size: 14px;
  width: 80%;
  padding-top: 20px;
}

.footerM .foot_jz {
  float: right;
  width: 75%;
}

.footerM .foot_dh {
  width: 100%;
  height: 294px;
  padding-top: 80px;
}

.footerM .f_right {
  width: 100%;
  position: relative;
  height: 479px;
}

.footerM .footer_1 {
  padding-top: 64px;
}

.footerM .foot_jz .bnav {
  float: left;
  width: 80%;
  text-align: left;
}

.footerM .footer_1 .qrcode {
  float: left;
  display: block;
  width: 40%;
}

.footerM .foot_jz .list {
  display: inline-block;
  width: 100%;
}

.footerM .foot_jz .list li {
  float: left;
  margin-right: 10%;
  display: block;
  list-style: none;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
}

.footerM .foot_jz .list .li1 {
  padding-left: 0;
}

.footerM .foot_jz .list li dt {
  height: 36px;
}

.footerM .foot_jz .list li dt a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #ddd;
}

.footerM .foot_jz .list li dt a:hover {
  color: #fff;
}

.footerM .foot_jz .list dd {}

.footerM .foot_jz .list dd a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.footerM .foot_jz .list li a:hover {
  color: #fff;
}

.footerM .foot_jz .list .drop a:hover {
  color: #fff;
}

.footerM .f_right .qimg {}

.footerM .f_right .btlogo {
  display: block;
  padding-bottom: 24px;
}

.footerM .f_right .qrcode .tit1 {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-top: 18px;
  background: url("../images/r3_03.png") no-repeat 0 0;
  padding-left: 32px;
}

.footerM .f_right .qrcode .tit2 {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-top: 18px;
  background: url("../images/r3_06.png") no-repeat 0 0;
  padding-left: 32px;
}

.footerM .footer_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid #323754;
}

.copyright {
  font-size: 12px;
  color: #999;
  height: 60px;
  width: 100%;
  line-height: 60px;
  border-top: #17181b solid 1px;
}

.copyright .w1400 {}

.copyright p {
  float: left;
}

.copyright i {
  float: right;
}

.copyright a {
  color: #999;
}

.copyright em {
  margin: 0 10px;
}

.copyright span {
  height: 90px;
}

.copyright a:hover {
  color: #fff;
}

@media (max-width: 1660px) {
  .footerM .foot_jz {
    width: 70%;
  }

}


/* index css */
.index .index_title {
  padding-top: 90px;
}

.index .index_title .tit {
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  /*background:url("../images/ctitline.png") no-repeat 30px bottom;*/
}

.index .index_title .subtit {
  float: left;
  display: block;
  padding-top: 24px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #999;
}

.floor_t {
  padding-top: 90px;
  width: 100%;
  display: inline-block;
}

.floor_t .floor_z {
  float: left;
  width: 160px;
}

.floor_t .floor_z h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  padding-top: 8px;
}

.floor_t .floor_z i {
  display: block;
  float: left;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding-left: 10px;
  padding-top: 14px;
}

.floor_t .floor_z span {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Arial";
  word-break: break-word;
}

.floor_t .floor_y {
  float: right;
  width: 70%;
  text-align: right;
}

.floor_t .floor_y p {
  font-size: 16px;
  line-height: 30px;
}

.floor_t .floor_y .aa {
  display: block;
  width: 182px;
  height: 52px;
  background: url(../images/l8_03.png) center center no-repeat;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #06baa1;
  border-radius: 5px;
  margin-top: 30px;
  float: right;
}

.floor_t .floor_y .aa:hover {
  background: #06baa1;
  color: #fff;
}

@media (max-width: 1660px) {
  .floor_t .floor_y p {
    font-size: 14px;
    line-height: 26px;
  }
}


.index.trans {
  background: #fff;
}


.headv {
  position: fixed;
  left: 1%;
  top: 30%;
  z-index: 2;
}

.headv div {
  margin: 10px 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #CCC;
  border-radius: 30px;
}

.headv div a {
  display: block;
  width: 10px;
  height: 10px;
}

.headv .headv-check {
  color: #fff;
  background-color: #07bba1;
}


.index_tou {
  width: 100%;
  padding-top: 60px;
}

.index_tb {
  display: inline-block;
  width: 100%;
}

.index_tb .t_z {
  float: left;
}

.index_tb .t_z i {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}

.index_tb .t_z h3 {
  font-size: 51px;
  color: #000;
  line-height: 51px;
  font-weight: bold;
}

.index_tb .t_z h3 span {
  color: #07bba1;
}

.index_tb .t_z p {
  font-size: 21px;
  color: #000;
  line-height: 21px;
  font-weight: bold;
  padding-top: 10px;
}

.index_tb .t_y {
  float: right;
  padding-top: 18px;
}

.floor_1_main {
  /*background:url(../images/l5_02.jpg) top center no-repeat;*/
  width: 100%;
}

.floor_1_main .floor_t {
  padding-top: 50px;
}

.floor_1_1 {
  width: 100%;
  transform: translate3d(0, 0, 0);
  position: relative;
}

.floor_1_1 .hd {
  width: 1070px;
  position: absolute;
  left: 50%;
  top: -96px;
  margin-left: -360px;
}

.floor_1_1 .hd ul {
  display: inline-block;
  width: 100%;
}

.floor_1_1 .hd ul li {
  float: left;
  width: 100px;
  position: relative;
  cursor: pointer;
  margin-left: 60px;
}

.floor_1_1 .hd ul li.li1 {
  margin-left: 0;
}

.floor_1_1 .hd ul li .img1 {
  display: block;
  width: 51px;
  margin: 0 auto;
}

.floor_1_1 .hd ul li .img2 {
  display: none;
  width: 51px;
  margin: 0 auto;
}

.floor_1_1 .hd ul li.on .img1 {
  display: none;
}

.floor_1_1 .hd ul li.on .img2 {
  display: block;
}

.floor_1_1 .hd ul li h3 {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
  padding-top: 14px;
}

.floor_1_1 .hd ul li.on h3 {
  color: #07bba1;
}

.floor_1_1 .hd ul li i {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #d6d5d5;
  position: absolute;
  top: 24px;
  right: -64px;
}

.floor_1_1 .hd ul li.li7 i {
  display: none;
}

.floor_1_1 .bd {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.floor_1_1 .bd ul {
  margin-top: 30px;
}

.floor_1_1 .bd ul img {
  display: block;
  width: 100%;
  padding-top: 76px;
}

.floor_1_1 .bd ul .wen {
  background: url(../images/l6_03.jpg) center center no-repeat;
  width: 1000px;
  height: 370px;
  position: absolute;
  left: 50%;
  top: 40px;
}

.floor_1_1 .bd ul .wen h3 span {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  width: 434px;
  float: left;
}

.floor_1_1 .bd ul .wen h3 {
  display: inline-block;
  width: 70%;
  padding-left: 78px;
  padding-top: 68px;
}

.floor_1_1 .bd ul .wen h3 b {
  display: block;
  width: 178px;
  height: 48px;
  float: right;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.floor_1_1 .bd ul .wen h3 b:hover {
  background-color: #fff;
  border: #fff solid 1px;
  color: #07bba1;
}

.floor_1_1 .bd ul .wen i {
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 28px;
  background-color: #fff;
  margin-left: 78px;
}

.floor_1_1 .bd ul .wen p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  width: 70%;
  float: left;
  margin-left: 78px;
  padding-top: 34px;
}


@media (max-width: 1660px) {
  .floor_1_1 .hd {
    margin-left: -370px;
  }

  .floor_1_1 .hd ul li {
    margin-left: 56px;
    width: 90px;
  }

  .floor_1_1 .hd ul li i {
    width: 60px;
    right: -62px;
  }

  .floor_1_1 .hd ul li h3 {
    font-size: 14px;
  }

  .floor_1_1 .bd ul .wen {
    left: 46%;
    height: 326px;
  }

  .floor_1_1 .bd ul .wen h3 {
    width: 60%;
    padding-left: 50px;
    padding-top: 50px;
  }

  .floor_1_1 .bd ul .wen i {
    margin-left: 50px;
  }

  .floor_1_1 .bd ul .wen p {
    margin-left: 50px;
    width: 60%;
  }

  .floor_1_1 .bd ul .wen h3 span {
    font-size: 30px;
    width: 340px;
  }

}






/* 解决方案 */
.index .floor_1_main {
  position: relative;
}

.index .floor_1 {
  padding-top: 0;
}

.index .f1bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
}

.index .floor_1 .solution {
  margin-top: 40px;
}

.index .solist li {
  position: relative;
  float: left;
  width: 9%;
  height: 600px;
  margin-left: 0.5%;
  transition: all ease 0.36s;
}

.index .solist li .box1 {
  position: relative;
  height: 600px;
  background: url("../images/f1libg.jpg");
}

.index .solist li .box1 .sico {
  padding-top: 88px;
}

.index .solist li .box1 .sico img {
  position: absolute;
  top: 88px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}

.index .solist li .box1 .stit {
  padding-top: 106px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.index .solist li .box1 .simg {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.index .solist li:first-child {
  margin-left: 0;
}

.index .solist li.on {
  width: calc(73% - 5%*8);
  transition: all ease 0.36s;
}

.index .solist li.on .box1 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.index .solist li .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.index .solist li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.index .solist li .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.index .solist li .box2 .txt {
  padding-top: 80px;
  padding-left: 50px;
  height: calc(100% - 80px);
}

.index .solist li .box2 .tit {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.index .solist li .box2 .desc {
  margin-top: 30px;
  width: 250px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.index .solist li .box2 .detail {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 24px;
  color: #fff;
  background: url("../images/f1arr.png") 95px center no-repeat #07bba1;
}

.index .solist li .box2 .detail span {
  position: relative;
  z-index: 12;
}

.index .solist li .box2 .detail:before,
.index .solist li .box2 .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("../images/f1arr.png") 95px center no-repeat #2a9c3e;
  z-index: 2;
  transition: .8s;
}

.index .solist li .box2 .detail:before {
  transition: .8s;
  background: url("../images/f1arr.png") 95px center no-repeat #2a9c3e;
  z-index: -1;
}

.index .solist li .box2 .detail:hover:after,
.index .solist li .box2 .detail:hover:before {
  width: 100%;
}

.index .solist .online {
  position: absolute;
  bottom: 50px;
  left: 200px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 24px;
  color: #fff;
  background: url("../images/f1arr.png") 95px center no-repeat #477de2;
  z-index: 16;
  transition: all ease 0.36s;
}

.index .solist .online:hover {
  text-indent: 28px;
  color: #fff;
  background: url("../images/f1arr.png") 98px center no-repeat #07bba1;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}


/* 产品中心 */
.floor_2_main {
  width: 100%;
  overflow: hidden;
  background: url(../images/l7_02.jpg) center center no-repeat;
  padding-bottom: 130px;
}

.floor_2_1 {
  width: 100%;
  position: relative;
  margin-top: 90px;
}

.floor_2_1 .hd .prev {
  display: block;
  width: 46px;
  height: 46px;
  background-position: -152px -35px;
  position: absolute;
  left: -70px;
  top: 140px;
  cursor: pointer;
  z-index: 66;
}

.floor_2_1 .hd .next {
  display: block;
  width: 46px;
  height: 46px;
  background-position: -202px -35px;
  position: absolute;
  right: -70px;
  top: 140px;
  cursor: pointer;
  z-index: 66;
}

.floor_2_1 .hd .prev:hover {
  background-position: -152px -84px;
}

.floor_2_1 .hd .next:hover {
  background-position: -202px -84px;
}

.floor_2_1 .bd {
  width: 100%;
  display: inline-block;
}

.floor_2_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_2_1 .bd ul li {
  width: 243px;
  margin-right: 46px;
}

.floor_2_1 .bd ul li img {
  display: block;
  width: 100%;
}



@media (max-width: 1660px) {
  .floor_2_main {
    padding-bottom: 90px;
  }

  .floor_2_1 {
    margin-top: 60px;
  }

  .floor_2_1 .bd ul li {
    width: 216px;
    margin-right: 30px;
  }

  .floor_2_1 .hd .prev {
    left: -60px;
  }

  .floor_2_1 .hd .next {
    right: -60px;
  }
}


.zav {
  text-align: center;
  padding-top: 66px;
}

.cha {
  border: #5e7590 solid 1px;
  padding: 12px 46px;
  margin: 0 auto;
  display: inline-block;
}

.cha span {
  display: block;
  float: left;
  font-size: 16px;
  color: #04287e;
  line-height: 16px;
}

.cha i {
  display: block;
  float: left;
  width: 8px;
  height: 9px;
  background-position: 0px -143px;
  margin-left: 6px;
  margin-top: 5px;
}

.cha:hover {
  border: #04287e solid 1px;
  background-color: #04287e;
}

.cha:hover span {
  color: #fff;
}

.cha:hover i {
  background-position: -12px -143px;
}

.floor_2_main .aac {
  background-color: #999;
}






/* 势 */
.floor_3_main {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 290px;
}

.floor_3_main .img1 {
  display: block;
  width: 100%;
}

.floor_3 .w1400 {
  position: relative;
  height: 530px;
}

.floor_3_0 {
  background: url(../images/l11_03.png) center center no-repeat;
  width: 131px;
  height: 131px;
  position: absolute;
  left: -160px;
  top: 110px;
}

.floor_3 {
  background: url(../images/l10_02.jpg) 0 center no-repeat;
  width: 100%;
  height: 530px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.floor_3 .floor_3_1 {
  float: left;
  width: 50%;
}

.floor_3_11 {
  display: inline-block;
  padding-top: 110px;
}

.floor_3_11 h3 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  float: left;
}

.floor_3_11 i {
  display: block;
  width: 228px;
  height: 1px;
  background-color: #fff;
  margin-left: 36px;
  margin-top: 18px;
  float: left;
}

.floor_3_1 .ap1 {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 34px;
}

.floor_20_2 {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
}

.floor_20_2 dl {
  float: left;
  margin-right: 120px;
}

.floor_20_2 dl.dl3 {
  margin-right: 0;
}

.floor_20_2 dl dt p {
  display: inline-block;
}

.floor_20_2 dl dt p span {
  font-size: 65px;
  color: #fff;
  display: block;
  line-height: 60px;
  font-family: "Arial";
  float: left;
}

.floor_20_2 dl dt p b {
  font-weight: normal;
  font-size: 65px;
  color: #fff;
  display: block;
  line-height: 60px;
  font-family: "Arial";
  float: left;
  padding-left: 6px;
}

.floor_20_2 dl dt p i {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 18px;
  float: left;
  padding-left: 6px;
  padding-top: 30px;
}

.floor_20_2 dl dd {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 18px;
  padding-top: 6px;
}

.floor_3 .floor_3_2 {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.floor_3 .floor_3_2 p {
  font-size: 36px;
  color: #2b454f;
  line-height: 36px;
}

.floor_3 .floor_3_2 .ap1 {
  display: block;
  width: 182px;
  height: 52px;
  background: url(../images/l8_03.png) center center no-repeat;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #06baa1;
  border-radius: 5px;
  margin-top: 70px;
}

.floor_3 .floor_3_2 .ap1:hover {
  background: #06baa1;
  color: #fff;
}



@media (max-width: 1660px) {
  .floor_3 {
    background: url(../images/l10_02.jpg) -350px 0 no-repeat;
    height: 430px;
  }

  .floor_3_0 {
    display: none;
  }

  .floor_3_11 {
    padding-top: 60px;
  }

  .floor_3_1 .ap1 {
    font-size: 15px;
    line-height: 26px;
    padding-top: 20px;
  }

  .floor_20_2 dl dt p span {
    font-size: 60px;
    line-height: 50px;
  }

  .floor_20_2 dl dt p i {
    padding-top: 24px;
  }

  .floor_20_2 dl dt p b {
    font-size: 60px;
    line-height: 50px;
  }

  .floor_20_2 dl dd {
    font-size: 16px;
    line-height: 16px;
  }

  .floor_20_2 dl {
    margin-right: 82px;
  }

  .floor_3_main {
    padding-bottom: 220px;
  }

  .floor_3 .w1400 {
    position: relative;
    height: 430px;
  }

  .floor_3 .floor_3_2 p {
    font-size: 30px;
    line-height: 30px;
  }


}



/* 客户案例 */
.floor_4_main {
  width: 100%;
  padding-top: 20px;
}

.floor_4 {
  position: relative;
}

.floor_4_1 {
  padding-top: 60px;
  display: inline-block;
}

.floor_4_1 {
  width: 100%;
  overflow: hidden;
}

.floor_4_11 {
  float: left;
  width: 31.3%;
  margin-right: 2%;
  position: relative;
  transition: all ease 0.36s;
}

.floor_4_11 .img {
  width: 100%;
  overflow: hidden;
  height: 528px;
  position: relative;
  display: block;
}

.floor_4_11 img {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 528px;
  position: absolute;
  top: 0;
}

.floor_4_11 .wen {
  position: absolute;
  width: 90%;
  left: 0;
  bottom: 0;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
}

.floor_4_11 .wen h4 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.floor_4_11 .wen h3 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin-top: 12px;
  height: 90px;
}

.floor_4_11 .wen span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.floor_4_11:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.floor_4_11:hover .wen h3 {
  color: #07bba1;
}

.floor_4_11 .a2 {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.floor_4_11 .a2:hover {
  color: #07bba1;
}

.floor_4_12 {
  float: left;
  width: 31.3%;
  margin-right: 2%;
}

.floor_4_12 dl {
  display: inline-block;
  width: 100%;
}

.floor_4_12 dl dt {
  width: 100%;
  position: relative;
  height: 262px;
  background-color: #f1f1f1;
}

.floor_4_12 dl dt .a1 {
  display: block;
  padding: 5%;
}

.floor_4_12 dl dt .a1 h4 {
  display: block;
  font-size: 18px;
  color: #06baa1;
  line-height: 18px;
  padding-top: 60px;
}

.floor_4_12 dl dt .a1 h3 {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 26px;
  margin-top: 18px;
  height: 96px;
}

.floor_4_12 dl dt .a1 span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}

.floor_4_12 dl dt .a2 {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  position: absolute;
  right: 5%;
  bottom: 9%;
}

.floor_4_12 dl dt .a2:hover {
  color: #07bba1;
}

.floor_4_12 dl dt .a1:hover h3 {
  color: #07bba1;
}

.floor_4_12 dl dd {
  width: 100%;
  height: 265px;
  position: relative;
}

.floor_4_12 dl dd .img {
  width: 100%;
  overflow: hidden;
  height: 265px;
  position: relative;
  display: block;
}

.floor_4_12 dl dd img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 265px;
}

.floor_4_12 dl dd .wen {
  position: absolute;
  width: 90%;
  left: 0;
  bottom: 0;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
}

.floor_4_12 dl dd .wen h4 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.floor_4_12 dl dd .wen h3 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin-top: 12px;
  height: 90px;
}

.floor_4_12 dl dd .wen span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.floor_4_12 dl dd:hover {
  transition: all ease 0.36s;
}

.floor_4_12 dl dd:hover .wen h3 {
  color: #07bba1;
}

.floor_4_12 .a2 {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  position: absolute;
  right: 5%;
  bottom: 8%;
}

.floor_4_12 .a2:hover {
  color: #07bba1;
}

.floor_4_13 {
  float: left;
  width: 31.3%;
  margin-right: 0%;
  background: url(../images/l13_03.jpg) center center no-repeat;
  height: 528px;
}

.floor_4_13 h3 {
  padding-top: 50px;
  padding-left: 38px;
  padding-bottom: 26px;
}

.floor_4_13 h3 span {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
}

.floor_4_13 h3 p {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  padding-top: 8px;
}

.floor_4_13 ul {
  display: inline-block;
  width: 100%;
}

.floor_4_13 ul li {
  width: 82%;
  padding: 0 9%;
  height: 80px;
}

.floor_4_13 ul li:hover {
  background-color: #52e1c4;
}

.floor_4_13 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding-top: 20px;
  background: url(../images/l20_03.png) right 24px no-repeat;
}

.floor_4_13 ul li span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 7px;
  color: #fff;
}

.floor_4_13 .ac {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding-top: 20px;
  padding-left: 9%;
  transition: all ease 0.5s;
}

.floor_4_13 .ac:hover {
  padding-left: 12%;
}


@media (max-width: 1660px) {}




/* 合作流程 */
.floor_5_main {
  position: relative;
  margin-top: 120px;
}

.floor_5_main img {
  display: block;
  width: 100%;
}

.floor_5_main .wen {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_5_main .wen h3 {
  font-size: 46px;
  color: #fff;
  line-height: 46px;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.floor_5_main .wen p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-top: 10px;
}


/* 太阳成集团tyc1286 */
.index .floor_6_main {
  width: 100%;
  margin-top: 70px;
  padding-top: 50px;
  background-color: #f5f5f5;
  padding-bottom: 70px;
}

.floor_6_1 {
  width: 100%;
  padding-top: 60px;
}

.floor_6_1 ul {
  display: inline-block;
  width: 100%;
}

.floor_6_1 ul li {
  display: block;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  height: 230px;
}

.floor_6_1 ul li i {
  display: block;
  width: 1px;
  height: 140px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 32px;
}

.floor_6_1 ul li img {
  display: block;
  width: 66px;
  margin: 0 auto;
  height: 40px;
}

.floor_6_1 ul li h3 {
  font-size: 45px;
  color: #333;
  line-height: 45px;
  position: relative;
  z-index: 2;
  margin-top: -16px;
  font-weight: bold;
}

.floor_6_1 ul li.li4 i {
  display: none;
}

.floor_6_1 ul li p {
  font-size: 18px;
  color: #34373a;
  line-height: 24px;
  padding: 0 20%;
  padding-top: 16px;
}

.floor_6_2 {
  width: 100%;
}

.floor_6_2 dl {
  display: inline-block;
  width: 100%;
}

.floor_6_2 dl dt {
  float: left;
  width: 48%;
}

.floor_6_2 dl dt img {
  display: block;
  width: 100%;
}

.floor_6_2 dl dd {
  float: right;
  width: 48%;
  font-size: 18px;
  color: #333;
  line-height: 34px;
  text-indent: 36px;
}

.floor_6_main .aac {
  background-color: #999;
}

.aac {
  margin: 0 auto;
  width: 200px;
  height: 46px;
  border-radius: 50px;
  text-align: center;
  transition: all ease 0.5s;
  display: block;
  margin-top: 50px;
  background-color: #07bba1;
}

.aac span {
  font-size: 20px;
  color: #fff;
  line-height: 46px;
}

.aac:hover {
  width: 210px;
  background-color: #a2243b;
}

@media (max-width: 1660px) {
  .floor_6_1 ul li h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .floor_6_1 ul li p {
    padding: 0 15%;
    font-size: 16px;
    padding-top: 16px;
  }

  .floor_6_2 dl dd {
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
  }
}


.floor_7_main {
  padding-top: 56px;
  width: 100%;
  padding-bottom: 70px;
}

.floor_7_1 {
  padding-top: 30px;
}

.floor_7_1 .item {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 20px;
  position: relative;
}

.floor_7_1 .item label {
  display: block;
  float: left;
  background: url(../images/f16_03.png) left center no-repeat;
  font-size: 20px;
  color: #999;
  line-height: 60px;
  margin-left: 2%;
  padding-left: 38px;
  width: 12%;
}

.floor_7_1 .item.dh label {
  background: url(../images/f16_06.png) left center no-repeat;
}

.floor_7_1 .item .txt {
  border: none;
  background-color: #f5f5f5;
  width: 82%;
  height: 60px;
  line-height: 60px;
  outline: none;
}

.floor_7_1 .item .red {
  color: #F00;
  position: absolute;
  right: 20px;
  top: 22px;
}

.floor_7_1 .bot {
  padding-top: 40px;
}

.floor_7_1 .bot .btn {
  margin: 0 auto;
  width: 200px;
  height: 46px;
  border-radius: 50px;
  text-align: center;
  transition: all ease 0.5s;
  display: block;
  background-color: #07bba1;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.floor_7_1 .bot .btn:hover {
  width: 210px;
  background-color: #a2243b;
}

@media (max-width: 1660px) {}




.floor_8_main {
  width: 100%;
  height: 264px;
  overflow: hidden;
}

.floor_8_main ul {
  display: inline-block;
  width: 100%;
  height: 264px;
}

.floor_8_main ul li {
  display: block;
  float: left;
  width: 17%;
  padding: 0 4%;
  height: 264px;
  background-color: #f5f5f6;
  text-align: center;
}

.floor_8_main ul li h3 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  padding-top: 90px;
}

.floor_8_main ul li p {
  padding-top: 45px;
}

.floor_8_main ul li span {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  display: block;
}

.floor_8_main ul li.li1 p {
  padding-top: 20px;
}

.floor_8_main ul li.li1,
.floor_8_main ul li.li3 {
  background-color: #fff;
  box-shadow: 0px 16px 30px #e7e7e9;
  position: relative;
  z-index: 2;
}

.floor_8_main ul li.li2 span,
.floor_8_main ul li.li4 span {
  color: #9c9c9c;
}

.floor_8_main ul li:hover {
  background-color: #07bba1;
  position: relative;
  z-index: 3;
}

.floor_8_main ul li:hover h3 {
  color: #fff;
}

.floor_8_main ul li:hover span {
  color: #fff;
}

/* 快捷导航 */


@media (max-width: 1920px) {

  .floor_4_11 img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 528px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .floor_4_11 .wen {
    position: absolute;
    width: 90%;
    left: 0px;
    bottom: 0;
    padding: 5%;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 1600px) {}


/* 响应1200屏幕 */
@media (max-width: 1660px) {}





/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 999;
}

.rightFix a {
  width: 48px;
  height: auto;
  background: #07bba1;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 50px;
  padding-bottom: 7px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  display: none;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 0px;
  background: url(../images/fix-ico.png) no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #07bba1;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0px;
  background: #069782;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  display: none;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 30px;
}

.rightFix a:hover {
  background-color: #069782;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix a:hover span {
  display: block;
  filter: alpha(opacity=100);
  left: -215px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-ewm .ico {
  background-position: 0px -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.rightFix .fix-tel.sj .ico {
  background-position: 0 -96px;
}

.rightFix .fix-tel.sj:hover .ico {
  background-position: -32px -96px;
}


/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background-color: #07bba1;
  background-image: linear-gradient(to right, #07bba1 0%, #07bba1 100%);
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #07bba1;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}



@media (max-width: 1660px) {
  .w1660 {
    width: 1200px;
    margin: 0 auto;
  }

  .w1520 {
    width: 1200px;
    margin: 0 auto;
  }

  .w1400 {
    width: 1200px;
    margin: 0 auto;
  }
}