.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 {

  width: 100%;
  height: 100px;
  transition: all 0.9s ease-out 0s;
  z-index: 22;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.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: 10px;
  margin-left: 3vw;
}

.header_main .webLogo img {
  display: block;
  width: 360px;
  margin-top: 16px;
}

.header_main .nav_main {
  float: right;
  height: 100px;
  text-align: center;
  transition: all ease 0.36s;
  margin-right: 3vw;
}

.header_main .nav_main .nav {
  display: inline-block;
  position: relative;
}

.header_main .nav_main .item {
  float: left;
  height: 100px;
  line-height: 100px;
  z-index: 12;
  transition: all ease 0.36s;
  padding: 0 20px;
}

.header_main .nav_main .item a {
  display: block;
  height: 100px;
  font-size: 18px;
  line-height: 100px;
  color: #333;
  position: relative;
  transition: all ease 0.36s;
}

.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: #e60012;
  font-weight: bold;
}

.header_main.xc .nav_main .item:hover .alink,
.header_main.xc .nav_main .item.hover .alink {
  color: #e60012;
  font-weight: bold;
}

.header_main .nav_main .item i {
  display: none;
  width: 100%;
  height: 3px;
  background: #e60012;
  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.xc .nav_main .item:hover i,
.header_main.xc .nav_main .item.hover i {
  background: #e60012;
}

.header_main.xc .webLogo img {}

.header_main .nav li .subnav {
  position: absolute;
  left: 50%;
  top: 84px;
  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: rgba(255, 255, 255, 1);
  display: none;
  line-height: 35px;
}

.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;
  float: left;
  width: 29.3%;
  margin: 14px 2%;
  text-align: left;
}

.header_main .nav .sub-box p a:hover {
  background: #e60012;
  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: 3vw;
  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;
  color: #333;
  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: #e60012;
}

.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: #e60012;
  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 16px;
  }
}

@media (max-width: 1560px) {
  .header_main .webLogo {
    margin-left: 2.5vw;
  }

  .header_main .nav_main .item {
    padding: 0 14px;
  }

  .header_main .nav_main {
    margin-right: 2vw;
  }

  .header_main .cnt {
    margin-right: 2.5vw;
  }

  .header_main .nav_main .item a {
    font-size: 15px;
  }
}

@media (max-width: 1400px) {
  .header_main .webLogo {
    margin-left: 1.5vw;
  }

  .header_main .nav_main .item {
    padding: 0 8px;
  }

  .header_main .nav_main {
    margin-right: 1vw;
  }

  .header_main .cnt {
    margin-right: 1.5vw;
  }

  .header_main .nav_main .item a {
    font-size: 14px;
  }
}



.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 #e60012;
  border: none;
  cursor: pointer;
}

/*banner*/
#banner_main {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1000px;
  padding: 0 0 42.05%;
  overflow: hidden;
}

.banner .list {
  width: 100%;
  display: inline-block;
}

.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .imo {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  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.2s;
  background-position: 0px -240px;
}

.banner .next {
  background-position: -72px -240px;
  right: 8%;
  opacity: 0;
}

.banner:hover .next {
  opacity: 0.5;
}

.banner .prev {
  left: 8%;
  opacity: 0;
}

.banner:hover .prev {
  opacity: 0.5;
}

.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: 40px;
  height: 50px;
  z-index: 30;
  text-align: center;
}

.banner .tip li {
  margin: 0 9px;
  width: 36px;
  height: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  border-radius: 10px;
}

.banner .tip li.cur {
  background: rgba(255, 255, 255, 1);
}

.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: 44%;
  text-align: center;
  z-index: 14;
}

.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: 106%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 12;
  transform: scale(1.3);
}

.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 .bnma {
  position: absolute;
  left: 7%;
  bottom: 20%;
  width: 27%;
  z-index: 999;
  margin: 0 110px;
  z-index: 1;
}

.banner .list li .bnma img {
  display: block;
  width: 100%;
}

.imn {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*! display: none; */
}

.banner .list li .img2 {
  width: 24%;
  display: block;
  position: absolute;
  right: 18%;
  bottom: 26%;
}

.banner .list li .icm {
  width: 100%;
  height: 100%;
}

.banner .list li.li3 .img2 {
  right: 21%;
  bottom: 22%;
  width: 22%;
}

@media (max-width: 1660px) {
  .banner .list li .bnma {
    width: 30%;
    bottom: 20%;
  }

}


@keyframes scaleDraw {

  0% {
    transform: scale(1.05);
  }

  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(1.1);
  }
}

/* footer */
.bot1 .footerM {}

.bot2 .footerM {
  background: #20262f;
}

.bot3 .footerM {
  background: #f7f7f7;
}

.footerM {
  height: 480px;
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
}

.footer {
  padding-top: 40px;
  text-align: center;
}

.footer .foot_jz .qimg {
  float: left;
  text-align: left;
  width: 30%;
}

.footer .foot_jz .qimg .blogo {
  display: block;
}

.footer .foot_jz .qimg .blogo img {
  display: block;
  width: 96%;
}

.footer .foot_jz .qimg .tel {
  display: block;
  font-size: 26px;
  color: #000;
  line-height: 26px;
  background: url("../images/w9_07.png") no-repeat left center;
  padding-left: 32px;
  margin-top: 22px;
}

.footer .foot_jz .qimg dl {
  display: inline-block;
  width: 100%;
  padding-top: 24px;
}

.footer .foot_jz .qimg dl dt {
  float: left;
  width: 22%;
}

.footer .foot_jz .qimg dl dt img {
  display: block;
  width: 100%;
}

.footer .foot_jz .qimg dl dd {
  float: right;
  width: 73%;
}

.footer .foot_jz .qimg dl dd p {
  display: inline-block;
  width: 100%;
  padding-bottom: 2.5%;
}

.footer .foot_jz .qimg dl dd p i {
  display: block;
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 14px;
  width: 24%;
}

.footer .foot_jz .qimg dl dd p em {
  display: block;
  float: left;
  width: 76%;
}

.footer .foot_jz .qimg dl dd p span {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 14px;
  padding-right: 2%;
  padding-bottom: 6px;
}

.footer .foot_jz .qimg dl dd p a {
  color: #000;
  display: inline-block;
}

.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 .qimg .dz {
  display: inline-block;
  width: 100%;
  padding-top: 18px;
}

.footerM .qimg .dz dt {
  display: inline-block;
  width: 100%;
}

.footerM .qimg .dz dt span {
  font-size: 16px;
  color: #b8b8b8;
  line-height: 24px;
  background: url(../images/y1_13.png) left center no-repeat;
  padding-left: 30px;
  display: block;
  padding-right: 4px;
  float: left;
}

.footerM .qimg .dz dt i {
  display: block;
  width: 218px;
  float: left;
  font-size: 16px;
  color: #b8b8b8;
  line-height: 24px;
}

.footerM .qimg .dz dd {
  display: inline-block;
  width: 100%;
}

.footerM .qimg .dz dd span {
  font-size: 16px;
  color: #b8b8b8;
  line-height: 24px;
  padding-left: 30px;
  display: block;
  padding-right: 4px;
  float: left;
}

.footerM .qimg .dz dd i {
  display: block;
  width: 218px;
  float: left;
  font-size: 16px;
  color: #b8b8b8;
  line-height: 24px;
}

.footerM .qimg .wxwb {
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}

.footerM .qimg .wxwb ul {
  display: inline-block;
  width: 100%;
}

.footerM .qimg .wxwb ul li {
  width: 64px;
  float: left;
  position: relative;
  margin: 0 20px;
}

.footerM .qimg .wxwb ul li p {
  width: 62px;
  height: 62px;
  border: #b8b8b8 solid 1px;
  border-radius: 50px;
}

.footerM .qimg .wxwb ul li p img {
  display: block;
}

.footerM .qimg .wxwb ul li .img2 {
  display: block;
  width: 120px;
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
}

.footerM .qimg .wxwb ul li:hover .img2 {
  opacity: 1;
}

.footerM .ewm {
  float: right;
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

.footerM .ewm img {
  display: block;
  width: 150px;
  height: 150px;
  padding-bottom: 8px;
}

.footerM .f_right {
  width: 100%;
  position: relative;
  height: 479px;
}

.footerM .footer_1 {
  padding-top: 64px;
}

.footerM .foot_jz .bnav {
  float: right;
  width: 66%;
}

.footerM .footer_1 .qrcode {
  float: left;
  display: block;
  width: 40%;
}

.footerM .foot_jz .list {
  display: inline-block;
  width: 100%;
  padding-top: 14px;
}

.footerM .foot_jz .list li {
  float: left;
  margin-left: 1%;
  width: 15%;
  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: 16px;
  line-height: 18px;
  color: #000;
}

.footerM .foot_jz .list li dt i {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #b8b8b8;
}

.footerM .foot_jz .list dd {
  padding-top: 18px;
}

.footerM .foot_jz .list dd a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding-bottom: 10px;
}

.footerM .foot_jz .list li a:hover {
  color: #666;
}

.footerM .foot_jz .list .drop a:hover {
  color: #666;
}

.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: #000;
  height: 50px;
  background-color: #f5f5f5;
  width: 100%;
  line-height: 50px;
}

.copyright .w1400 {}

.copyright p {
  float: left;
}

.copyright i {
  float: right;
}

.copyright a {
  color: #000;
}

.copyright em {
  margin: 0 10px;
}

.copyright span {
  height: 90px;
}

.copyright a:hover {
  color: #666;
}


@media (max-width: 1660px) {

  .footer .foot_jz .qimg dl dd p span {
    font-size: 12px;
  }

  .footerM .foot_jz .list li dt a {
    font-size: 14px;
  }

  .footerM .foot_jz .list li {
    margin-left: 1%;
  }

  .footerM .foot_jz .list dd a {
    font-size: 12px;
  }

}


/* 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;
}


.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: #e60012;
}


.index_tou {
  background: #f2f4f6 url(../images/w3_02.jpg) bottom center no-repeat;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}

.index_h3 {
  padding-top: 100px;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.index_h3 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.index_h3 h3 span {
  color: #e60012;
}

.index_h3 h3 .i1 {
  display: block;
  width: 530px;
  background: url(../images/w10_03.png) right center no-repeat;
  height: 34px;
  position: absolute;
  left: 0;
  top: 5px;
}

.index_h3 h3 .i2 {
  display: block;
  width: 530px;
  background: url(../images/w10_05.png) left center no-repeat;
  height: 34px;
  position: absolute;
  right: 0;
  top: 8px;
}

.index_h3 h4 {
  font-size: 16px;
  color: #999;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}

@media (max-width: 1660px) {
  .index_h3 h3 .i1 {
    left: -66px;
  }

  .index_h3 h3 .i2 {
    right: -66px;
  }

}


.index_fl1_1 {
  width: 100%;
  position: relative;
}

.index_fl1_1 .bd {
  width: 100%;
}

.index_fl1_1 .bd ul {
  display: inline-block;
}

.index_fl1_1 .bd ul li {
  width: 448px;
  background-color: #fff;
  border: #ddd solid 1px;
  margin-right: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  transition: all ease 0.36s;
}

.index_fl1_1 .bd ul li .img1 {
  display: block;
  border-bottom: #ddd solid 1px;
  width: 100%;
}

.index_fl1_1 .bd ul li:hover {
  box-shadow: 0 6px 12px rgba(147, 147, 147, 0.17);
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.index_fl1_1 .bd ul li h3 {
  margin: 0 5%;
  border-bottom: #ddd dashed 1px;
}

.index_fl1_1 .bd ul li h3 a {
  display: inline-block;
  width: 100%;
}

.index_fl1_1 .bd ul li h3 span {
  float: left;
  font-size: 18px;
  line-height: 70px;
  font-weight: bold;
}

.index_fl1_1 .bd ul li h3 i {
  display: block;
  font-size: 40px;
  float: right;
  color: #999;
  line-height: 70px;
}

.index_fl1_1 .bd ul li h3 i:hover {
  color: #e60012;
}

.index_fl1_1 .bd ul li .di {
  margin: 0 5%;
  margin-top: 24px;
  height: 176px;
}

.index_fl1_1 .bd ul li .di a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  background: url(../images/w12_03.png) left center no-repeat;
  padding-left: 20px;
  margin-top: 18px;
}

.index_fl1_1 .bd ul li .di a:hover {
  background: url(../images/w12_06.png) left center no-repeat;
}

.index_fl1_1 .prev {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #999;
  position: absolute;
  left: -94px;
  top: 340px;
  border-radius: 50%;
  cursor: pointer;
}

.index_fl1_1 .prev span {
  display: block;
  width: 9px;
  height: 15px;
  background-position: 0px -317px;
  margin: 0 auto;
  margin-top: 15px;
}

.index_fl1_1 .next {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #999;
  position: absolute;
  right: -94px;
  top: 340px;
  border-radius: 50%;
  cursor: pointer;
}

.index_fl1_1 .next span {
  display: block;
  width: 9px;
  height: 15px;
  background-position: -18px -317px;
  margin: 0 auto;
  margin-top: 15px;
}

.index_fl1_1 .prev:hover {
  background-color: #e60012;
}

.index_fl1_1 .next:hover {
  background-color: #e60012;
}


.floor_20_2 {
  display: inline-block;
  width: 100%;
  padding-top: 80px;
}

.floor_20_2 dl {
  float: left;
  padding: 0 7%;
  background: url(../images/y4_03.png) right center no-repeat;
}

.floor_20_2 dl dt {
  font-size: 22px;
  color: #e60012;
  line-height: 22px;
  font-weight: normal;
}

.floor_20_2 dl dt span {
  display: block;
  font-size: 66px;
  color: #e60012;
  line-height: 66px;
  font-family: "Arial";
  font-weight: 200;
  float: left;
}

.floor_20_2 dl dt i {
  display: block;
  float: left;
  font-size: 22px;
  color: #e60012;
  line-height: 22px;
  font-weight: normal;
  padding-left: 8px;
  padding-top: 34px;
}

.floor_20_2 dl dd {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: 100;
  clear: left;
  padding-top: 8px;
}

.floor_20_2 dl.dl1 {
  padding-left: 0;
}

.floor_20_2 dl.dl4 {
  padding-right: 0;
}

.floor_20_2 dl.dl3 {
  background: none;
}

.floor_20_main .index_h4 h3 .i1 {
  width: 700px;
}

.floor_6_main .index_h4 h3 .i1 {
  width: 930px;
}

@media (max-width: 1660px) {
  .index_fl1_1 .bd ul li {
    width: 381px;
  }

  .index_fl1_1 .prev {
    left: -64px;
  }

  .index_fl1_1 .next {
    right: -64px;
  }

  .index_tou {
    padding-bottom: 60px;
  }

  .index_fl1_1 .bd ul li h3 span {
    font-size: 16px;
  }
}

.index_tb {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

.index_h4 {
  width: 89.85%;
  display: inline-block;
  position: relative;
  text-align: left;
  float: left;
}

.index_h4 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}

.index_h4 h3 span {
  color: #e60012;
}

.index_h4 h3 .i1 {
  display: block;
  width: 1015px;
  background: url(../images/w11_03.png) left center no-repeat;
  height: 34px;
  position: absolute;
  right: 0;
  top: 5px;
}

.index_h4 h4 {
  font-size: 16px;
  color: #999;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}

.index_tb a {
  display: block;
  width: 10%;
  height: 34px;
  border: #ccc solid 1px;
  text-align: center;
  line-height: 34px;
  float: right;
  margin-top: 3px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.index_tb a:hover {
  background-color: #e60012;
  border: #e60012 solid 1px;
  color: #fff;
}


@media (max-width: 1660px) {
  .index_h4 {
    width: 89.8%;
  }

  .index_h4 h3 .i1 {
    right: -190px;
  }
}


.floor_20_main {
  width: 100%;
  position: relative;
}

.floor_20_1 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.floor_20_1 .hd {}

.floor_20_1 .hd ul {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}

.floor_20_1 .hd ul li {
  height: 112.5px;
  width: 100px;
  background-color: #f2f4f6;
  text-align: center;
}

.floor_20_1 .hd ul li.on {
  background-color: #e60012;
  width: 130px;
}

.floor_20_1 .hd ul li img {
  display: block;
  width: 46px;
  margin-left: 26px;
  padding-top: 32px;
}

.floor_20_1 .hd ul li .img1 {
  display: block;
}

.floor_20_1 .hd ul li .img2 {
  display: none;
}

.floor_20_1 .hd ul li.on .img1 {
  display: none;
}

.floor_20_1 .hd ul li.on .img2 {
  display: block;
}

.floor_20_1 .hd .pageState {
  display: block;
  font-size: 20px;
  color: #999;
  font-family: "Arial";
  line-height: 20px;
  position: absolute;
  right: 56px;
  bottom: 46px;
  z-index: 55;
}

.floor_20_1 .hd .pageState span {
  font-size: 45px;
  color: #333;
  line-height: 45px;
}

.floor_20_1 .bd {
  width: 100%;
}

.floor_20_1 .bd ul {
  width: 1300px;
  margin-left: 100px;
  background-color: #fff;
  box-shadow: 1px 0px 1px rgba(147, 147, 147, 0.4);
  display: inline-block;
  border-radius: 5px;
}

.floor_20_1 .bd ul img {
  display: block;
  width: 800px;
  float: left;
  margin-right: 50px;
}

.floor_20_1 .bd ul h3 {
  font-size: 34px;
  line-height: 34px;
  padding-top: 60px;
}

.floor_20_1 .bd ul p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
  height: 208px;
  padding-right: 50px;
  text-indent: 28px;
}

.floor_20_1 .bd ul b {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(../images/w13_03.png) center center no-repeat;
  transition: all ease 0.36s;
}

.floor_20_1 .bd ul b:hover {
  margin-left: 5px;
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .floor_20_1 .bd ul dd h3 span {
    font-size: 30px;
  }

  .floor_20_1 .bd ul dd p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    height: 160px;
  }

  .floor_20_1 .bd ul dd h3 img {
    width: 100px;
    padding-top: 8px;
  }

  .floor_20_1 .bd ul dd b {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .floor_20_1 .bd ul h3 {
    padding-top: 40px;
  }

  .floor_20_1 .bd ul {
    width: 1100px;
  }

  .floor_20_1 .bd ul img {
    width: 700px;
  }

  .floor_20_1 .hd ul li {
    height: 98.5px;
  }

  .floor_20_1 .bd ul p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    height: 224px;
  }
}

/* 解决方案 */
.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 #e60012;
}

.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 #e60012;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}


/* 产品中心 */
.index .floor_2_main {
  width: 100%;
}

.tit_left {
  text-align: center;
}

.tit_left .tit {
  font-size: 45px;
  color: #333;
  line-height: 45px;
  font-weight: normal;
}

.tit_left .subtit {
  margin: 0 auto;
  display: block;
  width: 36px;
  height: 2px;
  background-color: #e60012;
  margin-top: 22px;
}

.floor_2_1 {
  padding-top: 62px;
  width: 100%;
}

.floor_2_1 ul {
  display: inline-block;
  width: 105%;
  text-align: center;
}

.floor_2_1 ul li {
  display: inline-block;
  width: 30.3%;
  background-color: #fff;
  margin-right: 2%;
  box-shadow: 0 2px 8px rgba(225, 229, 232, 0.8);
  height: 168px;
  margin-top: 18px;
  position: relative;
}

.floor_2_1 ul li .img1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.36s;
}

.floor_2_1 ul li:hover .img1 {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.floor_2_1 ul li dl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_2_1 ul li dt {
  float: left;
  width: 72px;
  height: 72px;
  margin-left: 5.2%;
  margin-top: 36px;
}

.floor_2_1 ul li dt .img2 {
  display: block;
  width: 72px;
  height: 72px;
}

.floor_2_1 ul li dt .img3 {
  display: none;
  width: 72px;
  height: 72px;
}

.floor_2_1 ul li dd {
  float: right;
  width: 68%;
  margin-right: 5.2%;
  padding-top: 30px;
}

.floor_2_1 ul li dd h3 {
  display: inline-block;
  width: 100%;
  height: 40px;
  border-bottom: #e8e8e8 solid 1px;
  text-align: left;
}

.floor_2_1 ul li dd h3 span {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  display: block;
  float: left;
}

.floor_2_1 ul li dd h3 i {
  display: block;
  float: left;
  width: 8px;
  height: 7px;
  background-position: 0px -129px;
  margin-top: 7px;
  margin-left: 12px;
  transition: all ease 0.36s;
}

.floor_2_1 ul li dd p {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  text-align: left;
}

.floor_2_1 ul li dd p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 50%;
  float: left;
}


.floor_2_1 ul li:hover {
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.8);
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.floor_2_1 ul li:hover dt .img2 {
  display: none;
}

.floor_2_1 ul li:hover dt .img3 {
  display: block;
}

.floor_2_1 ul li:hover h3 {
  border-bottom: #4a76ba solid 1px;
}

.floor_2_1 ul li:hover dd h3 span {
  color: #fff;
}

.floor_2_1 ul li:hover dd h3 i {
  background-position: -14px -129px;
}

.floor_2_1 ul li:hover dd p span {
  color: #f4f4f4;
}

.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;
}

@media (max-width: 1366px) {
  .floor_2_1 ul li dd p span {
    font-size: 12px;
  }

}




/* 势 */
.index .floor_3_main {
  height: 788px;
  background: #f6f6f6;
}

.index .index_title2 {
  padding-top: 100px;
}

.index .index_title2 .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.jiejd {
  padding-top: 8px;
  font-size: 18px;
  line-height: 20px;
}

.index .advant {
  margin-top: 60px;
  position: relative;
  height: 489px;
}

.index .advant .hd {
  float: left;
  width: 7.2%;
  height: 489px;
  background: #e5e5e5;
  z-index: 12;
}

.index .advant .bd {
  position: relative;
  float: left;
  width: 92.8%;
  height: 489px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}

.index .advant .bd li {
  display: block;
  width: 100%;
  height: 100%;
}

.index .advant .bd li a {
  display: block;
}

.index .advant .bd li .img {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.index .advant .bd li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease 0.36s;
}

.index .advant .bd li .txt {
  position: relative;
  float: left;
  width: 50%;
  height: 489px;
  transition: all ease 0.36s;
}

.index .advant .bd li .txt .tit {
  padding-top: 15%;
  margin-left: 15%;
  font-size: 34px;
  color: #333;
}

.index .advant .bd li .txt .desc {
  margin-top: 7.5%;
  margin-left: 15%;
  width: 68%;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.index .advant .bd li .txt .arrow {
  position: absolute;
  bottom: 15%;
  left: 15%;
  display: block;
  width: 45px;
  height: 45px;
  background-position: 0 -50px;
}

.index .advant .bd .number {
  position: absolute;
}

.index .advant .bd li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.index .advant .bd li:hover .txt {
  transform: translateY(-6px);
  transition: all ease 0.36s;
}

.index .advant .bd li:hover .tit {
  color: #477de2;
}

.index .advant .hd .list {
  height: 100%;
}

.index .advant .hd li {
  height: 20%;
  background: #e5e5e5;
  cursor: pointer;
}

.index .advant .hd li .aimg {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all ease 0.36s;
}

.index .advant .hd li .aico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/aico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.index .advant .hd li.ait1 .aico {
  width: 42px;
  height: 42px;
  background-position: 0 0;
}

.index .advant .hd li.ait2 .aico {
  width: 46px;
  height: 38px;
  background-position: -60px 0;
}

.index .advant .hd li.ait3 .aico {
  width: 45px;
  height: 41px;
  background-position: -120px 0;
}

.index .advant .hd li.ait4 .aico {
  width: 43px;
  height: 41px;
  background-position: -180px 0;
}

.index .advant .hd li.ait5 .aico {
  width: 38px;
  height: 40px;
  background-position: -240px 0;
}

.index .advant .hd li.ait1.on .aico,
.index .advant .hd li.ait1:hover .aico {
  background-position: 0 -60px;
}

.index .advant .hd li.ait2.on .aico,
.index .advant .hd li.ait2:hover .aico {
  background-position: -60px -60px;
}

.index .advant .hd li.ait3.on .aico,
.index .advant .hd li.ait3:hover .aico {
  background-position: -120px -60px;
}

.index .advant .hd li.ait4.on .aico,
.index .advant .hd li.ait4:hover .aico {
  background-position: -180px -60px;
}

.index .advant .hd li.ait5.on .aico,
.index .advant .hd li.ait5:hover .aico {
  background-position: -240px -60px;
}

.index .advant .hd li .txt {
  display: none;
  opacity: 0;
}

.index .advant .hd li.on .aimg {
  width: 50%;
}

.index .advant .hd li.on .txt .tit {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 100%;
  text-align: left;
  color: #fff;
}

.index .advant .hd li.on .txt {
  display: table;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 1;
}

.index .advant .hd li.on,
.index .advant .hd li:hover {
  position: relative;
  width: 200%;
  background: #e60012;
  transition: all ease 0.36s;
  z-index: 12;
}

.index .advant .number {
  position: absolute;
  right: 4.5%;
  bottom: 15%;
  z-index: 12;
}

.index .advant .number .num1 {
  font-family: arial;
  font-size: 70px;
  line-height: 50px;
  color: #2a9c3e;
}

.index .advant .number .num2 {
  margin-left: 16px;
  font-family: arial;
  font-size: 30px;
  color: #999;
}

/* 客户案例 */
.index .floor_4_main {
  width: 100%;
  padding-top: 80px;
}

.floor_4 {
  position: relative;
}

.fold_wrap {
  width: 100%;
  height: 537px;
  overflow: hidden;
}

.fold_wrap li {
  float: left;
  width: 18.7%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all ease 0.36s;
  margin-right: 1.1%;
  border-radius: 5px;
}

.fold_wrap:hover li {
  width: 16.9%
}

.fold_wrap li.hover {
  width: 25.7%;
  transition: all ease 0.36s;
}

.index_title1 .tit {
  font-size: 45px;
  color: #000;
  line-height: 45px;
  text-align: center;
  padding-top: 80px;
}

.index_title1 .tit1 {
  font-size: 30px;
  color: #000;
  line-height: 50px;
  text-align: center;
  padding-top: 6px;
}

.jnc {
  margin-top: 50px;
  display: block;
  width: 100%;
  text-align: center;
}

.jnc ul {
  display: inline-block;
}

.jnc ul li {
  width: 110px;
  float: left;
  margin: 0 70px;
}

.jnc ul li img {
  display: block;
  width: 110px;
}

.jnc ul li p {
  font-size: 18px;
  line-height: 50px;
  padding-top: 6px;
}

.cml {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
}

.cml .fold_wrap {
  display: inline-block;
  width: 102%;
}

.cml .fold_wrap li .img1 {
  display: block;
  transition: all .6s ease 0s;
  max-width: initial;
}

.cml .fold_wrap li h3 {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  top: 42px;
  text-shadow: 0px 1px 1px #000;
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 3;
}

.cml .fold_wrap li p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  left: 10%;
  top: 100px;
  text-shadow: 0px 1px 2px #000;
  right: 10%;
  opacity: 0;
  z-index: 4;
}

.cml .fold_wrap li:hover p {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.cml .fold_wrap li b {
  opacity: 0;
  width: 98%;
  bottom: 0;
  left: 0;
  background: url(../images/s6_03.png) center center no-repeat;
  position: absolute;
  transition: all ease 0.36s;
  height: 74px;
}

.cml .fold_wrap li:hover b {
  opacity: 1;
  height: 74px;
  display: block;
}

.cml .fold_wrap li .x {
  background: url(../images/c9_03.png) center center no-repeat;
  width: 103px;
  height: 85px;
  position: absolute;
  bottom: 10%;
  left: 40%;
  opacity: 0;
  transition: all .6s ease 0s;
  z-index: 3;
  display: none;
}

.cml .fold_wrap li .x span {
  display: block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: #5c5c5c 0px 2px 3px;
}

.cml .fold_wrap li:hover .x {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.cml .fold_wrap li .bh {
  background-color: #242424;
  display: block;
  width: 450px;
  height: 400px;
  opacity: 0;
  transition: all .6s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.cml .fold_wrap li i {
  display: block;
  position: absolute;
  left: 10%;
  top: 210px;
  width: 34px;
  height: 34px;
  background-color: #e60012;
  background-image: linear-gradient(to right, #e60012 0%, #ed4c04 100%);
  opacity: 0;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  border-radius: 60px;
}

.cml .fold_wrap li:hover .bh {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.cml .fold_wrap li .d3 {
  display: none;
  background: url(../images/c9_04.png) center center no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 10%;
  left: 12.4%;
  opacity: 0;
  transition: all .6s ease 0s;
  z-index: 55;
  border-radius: 5px;
  text-align: center;
  line-height: 85px;
  color: #fff;
  transition: all .6s ease 0s;
  text-shadow: #5c5c5c 0px 2px 3px;
}

.cml .fold_wrap li:hover .d3 {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.cml .fold_wrap li .d3:hover {
  left: 13.5%;
}

.cml .fold_wrap li .x:hover {
  left: 45%;
}

.cml .fold_wrap li:hover i {
  opacity: 1;
}

@media (max-width: 1660px) {
  .cml .fold_wrap li b {
    width: 100%;
  }
}




/* 合作流程 */
.floor_5_main {
  position: relative;
  width: 100%;
}

.floor_5 .index_h3 i {
  display: block;
  background: url(../images/y8_03.png) center center no-repeat;
  width: 116px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 164px;
}

.floor_5_1 {
  width: 100%;
  margin-top: 50px;
  background-color: #f2f4f6;
  display: inline-block;
}

.floor_5_1 .item {
  float: left;
  width: 33%;
  padding: 0 5%;
}

.floor_5_1 .item h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  padding-top: 80px;
  padding-right: 10%;
}

.floor_5_1 .item p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding-top: 70px;
  text-indent: 28px;
}

.floor_5_1 .img {
  float: right;
  width: 57%;
  display: block;
  overflow: hidden;
}

.floor_5_1 .img img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_5_1 .img:hover img {
  -webkit-filter: brightness(105%);
  filter: brightness(103%);
  transform: scale(1.03);
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .floor_5_1 .item h3 {
    padding-top: 60px;
  }

  .floor_5_1 .item p {
    padding-top: 20px;
    line-height: 24px;
  }

}


/* 关于我们 */
.floor_6_main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.floor_6_main .floor_6_1 {
  display: inline-block;
  padding-top: 50px;
  position: relative;
  width: 100%;
}

.floor_6_1 .floor_6_11 {
  float: left;
  width: 43%;
}

.floor_6_111 {
  width: 100%;
  position: relative;
}

.floor_6_111 .bd {
  width: 100%;
}

.floor_6_111 .bd li {
  width: 100%;
  position: relative;
}

.floor_6_111 .bd img {
  display: block;
  width: 100%;
}

.floor_6_111 .bd .item {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 3% 5%;
}

.floor_6_111 .bd .item h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.floor_6_111 .bd .item span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding-top: 10px;
}

.floor_6_111 .hd {
  position: absolute;
  right: 5%;
  bottom: 34px;
}

.floor_6_111 .hd ul {
  display: inline-block;
}

.floor_6_111 .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 30px;
  margin-left: 8px;
  font-size: 0;
}

.floor_6_111 .hd ul li.on {
  background-color: #e60012;
}

.floor_6_112 {
  width: 100%;
}

.floor_6_112 ul {
  display: inline-block;
  width: 100%;
}

.floor_6_112 ul li {
  display: inline-block;
  width: 100%;
  border-bottom: #ccc solid 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.floor_6_112 ul li h3 {
  font-size: 24px;
  line-height: 24px;
}

.floor_6_112 ul li span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
  font-family: "Arial";
  padding-top: 10px;
}

.floor_6_1 .floor_6_12 {
  float: right;
  width: 53.4%;
  margin-top: -17px;
}

.floor_6_12 ul {
  display: inline-block;
  width: 100%;
}

.floor_6_12 ul li {
  display: inline-block;
  width: 100%;
  margin: 17px 0;
}

.floor_6_12 ul li img {
  display: block;
  width: 29.2%;
  float: left;
}

.floor_6_12 ul li .item {
  float: right;
  width: 66.6%;
  border-bottom: #ccc solid 1px;
  height: 122px;
}

.floor_6_12 ul li .item h3 {
  font-size: 24px;
  line-height: 24px;
}

.floor_6_12 ul li .item p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  margin-top: 12px;
  height: 58px;
}

.floor_6_12 ul li .item i {
  font-size: 14px;
  line-height: 14px;
  color: #737373;
  font-family: "Arial";
}


.aac {
  margin: 0 auto;
  width: 180px;
  height: 46px;
  border-radius: 50px;
  text-align: center;
  transition: all ease 0.36s;
  display: block;
  margin-top: 70px;
  background-color: #e60012;
  background-image: linear-gradient(to right, #e60012 0%, #ed4c04 100%);
}

.aac span {
  display: block;
  padding-left: 42px;
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 46px;
}

.aac i {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background-position: -97px -65px;
  margin-right: 12px;
  margin-top: 11px;
  transition: all ease 0.36s;
}

.aac:hover {
  width: 190px;
  background-color: #e60012;
}

.aac:hover span {
  color: #fff;
}

.aac:hover i {
  background-position: -68px -65px;
}

@media (max-width: 1660px) {

  .floor_6_12 ul li .item p {
    line-height: 18px;
    height: 46px;
    margin-top: 10px;
  }

  .floor_6_12 ul li .item h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .floor_6_12 ul li .item {
    height: 105px;
  }

  .floor_6_12 ul li {
    margin-bottom: 40px;
  }
}


.floor_7_main {
  width: 100%;
  padding-bottom: 90px;
}

.floor_7_main .index_tb {
  padding-top: 60px;
}

.floor_7_main .index_h4 {
  width: 100%;
}

.floor_7_main .index_h4 h3 .i1 {
  width: 1140px;
}

.floor_7_main ul {
  display: inline-block;
  width: 106%;
  padding-bottom: 40px;
}

.floor_7_main ul li {
  float: left;
  width: 14.9%;
  float: left;
  margin-right: 1%;
  margin-top: 10px;
}

.floor_7_main ul li a {
  display: block;
  width: 100%;
  background-color: #f2f4f6;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.floor_7_main ul li a:hover {
  background-color: #e60012;
  color: #fff;
}

@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: #e60012;
  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: 1700px) {}

@media (max-width: 1600px) {}


/* 响应1200屏幕 */
@media (max-width: 1660px) {
  .header_main .cnt {
    margin-right: 1vw;
  }

  .header_main .nav_main {
    margin-right: 1vw;
  }
}





/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  bottom: 23%;
  z-index: 999;
}

.rightFix a {
  width: 48px;
  height: auto;
  background: #e60012;
  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: #e60012;
  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: 0px;
  top: 0px;
  background: #e60012;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 30px;
}

.rightFix a:hover {
  background-color: #e60012;
  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 {
  opacity: 1;
  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;
}


/* 图片 */
@-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: #e60012;
  background-image: linear-gradient(to right, #e60012 0%, #c30211 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 #e60012;
  *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);
  }
}