﻿@charset "UTF-8";

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

i {
  font-style: normal;
}


.w1190 {
  width: 1190px;
  margin: 0 auto;
  min-width: 1190px;
}

.i-header {
  width: 100%;
  height: 67px;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: -67px;
  z-index: 10;
}

.i-wrap {
  position: relative;
  z-index: 1;
}

.header-fixed {
  width: 100%;
  height: 67px;
  background-color: #fff;
  z-index: 20;
  position: relative;
}

.header-fixed header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 67px;
  background-color: #fff;
}




.up-loadding {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}
.up-loadding .cent-ico {
  display: block;
  width: 182px;
  height: 182px;
  background: url(../images/ico_08.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -91px;
  top: 50%;
  margin-top: -91px;
  z-index: 2;
  -webkit-animation: scalePop 2.5s linear infinite;
          animation: scalePop 2.5s linear infinite;
}
.up-loadding .bg-box {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #151620;
  z-index: 1;
}
.up-loadding .bg-fir {
  top: 0;
}
.up-loadding .bg-sec {
  bottom: 0;
}
.up-loadding .cent-load {
  width: 240px;
  height: 240px;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 50%;
  margin-top: -120px;
  z-index: 2;
}
.up-loadding .line {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.up-loadding .line1 {
  width: 130px;
  height: 130px;
  background: url(../images/line_08.png) no-repeat center;
  margin-left: -65px;
  margin-top: -65px;
  animation: rotate 1.4s linear infinite;
}
.up-loadding .line2 {
  width: 168px;
  height: 168px;
  background: url(../images/line_09.png) no-repeat center;
  margin-left: -84px;
  margin-top: -84px;
  animation: rotates 1.8s linear infinite;
}
.up-loadding .line3 {
  width: 204px;
  height: 204px;
  background: url(../images/line_10.png) no-repeat center;
  margin-left: -102px;
  margin-top: -102px;
  animation: rotate 2.6s linear infinite;
}
.up-loadding .line4 {
  width: 240px;
  height: 240px;
  background: url(../images/line_11.png) no-repeat center;
  margin-left: -120px;
  margin-top: -120px;
  animation: rotates 3.4s linear infinite;
}
.up-loadding .cent-font {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  top: 50%;
  margin-top: -26px;
}
.up-loadding .cent-font .num {
  line-height: 30px;
  font-family: "Base-font";
  font-size: 22px;
}
.up-loadding .cent-font .tit {
  line-height: 18px;
  font-size: 12px;
  font-family: "Arial";
  text-transform: uppercase;
  opacity: 0.5;
}

#navLi {
  position: fixed;
  left: 34px;
  top: 50%;
  margin-top: -46px;
  z-index: 10;
  width: 20px;
}
.open #navLi { display:none;}
#navLi li {
  width: 20px;
  height: 20px;
  position: relative;
  background: url(../images/meyd.png) no-repeat center;
  cursor: pointer;
  margin-bottom: 6px;
}
#navLi li span {
  position: absolute;
  left: 28px;
  top: 0;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  width: 68px;
  background:rgba(184,184,184,0.6);
  border-radius:8px;
  text-align: center;
}
#navLi li.current {
  background: url(../images/mehd.png) no-repeat center;
}
#navLi li.current span {
  display: block;
    background:#E00909;
}

.i-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.i-section {
  position: relative;
  overflow: hidden;
}
.i-section .titbox {
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
.i-section .titbox .en-tit {
  font-size: 48px;
  line-height: 66px;
  color: #f91747;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  font-family: "Base-font";
}
.i-section .titbox .cn-tit {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  background: url(../images/bg_05.png) no-repeat center;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.ins-titbox {
  text-align: center;
  width: 100%;
  text-align: center;
}
.ins-titbox .en-tit {
  font-size: 48px;
  line-height: 66px;
  color: #f91747;
  text-transform: uppercase;
  font-family: "Base-font";
}
.ins-titbox .cn-tit {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  background: url(../images/bg_05.png) no-repeat center;
}

.ins-titbox.black .cn-tit {
  color: #333;
  background: url(../images/line_07.png) no-repeat center;
}

.i-out-wrap {
  -webkit-transition: all 0.4s ease-in 0s;
          transition: all 0.4s ease-in 0s;

}

.i-section.fadeOut .i-out-wrap {
 opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.i-fir-wrap .i-out-wrap {
  background: url(../images/bg_01.jpg) no-repeat center;
  background-size: cover;
}
.i-fir-wrap .stone-fir {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/bg_02.png) no-repeat center;
  background-size: cover;
  transition-timing-function: cubic-bezier(0.8, 0.44, 0.47, 0.88);
}
.i-fir-wrap .stone-sec {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../images/bg_03.png) no-repeat center;
  background-size: cover;
}
.i-fir-wrap .earth-box {
  width: 962px;
  height: 962px;
  background: url(../images/img_01.png) no-repeat center;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -481px;
  top: 50%;
  margin-top: -481px;
  transition-timing-function: cubic-bezier(0.8, 0.44, 0.47, 0.88);
}
.i-fir-wrap .up-cont {
  width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  top: 50%;
  margin-top: -200px;
  z-index: 7;
}
.i-fir-wrap .up-cont .en-tit {
  display: block;
  width: 100%;
  height: 164px;
  background: url(../images/font_01.png) no-repeat center;
  opacity: 0;
}
.i-fir-wrap .up-cont .cn-tit {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-top: 6px;
  text-align: center;
  opacity: 0;
}
.i-fir-wrap .up-cont .en-intr {
  display: block;
  width: 100%;
  height: 24px;
  background: url(../images/font_02.png) no-repeat center;
  opacity: 0;
}
.i-fir-wrap .more-box {
  position: absolute;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: 125px;
  z-index: 8;
  opacity: 0;
}
.i-fir-wrap .more-box .ex-more {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url(../images/btn_01.png) no-repeat center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.i-fir-wrap .more-box .ex-more:hover {
  opacity: 0.8;
}
.i-fir-wrap .more-box .en-sign {
  display: block;
  height: 38px;
  width: 100%;
  background: url(../images/font_03.png) no-repeat center;
}
.i-fir-wrap .mouse-ico {
  display: block;
  width: 20px;
  height: 105px;
  background: url(../images/ico_02.png) no-repeat center top;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: 265px;
  z-index: 5;
  opacity: 0;
}
.i-fir-wrap .mouse-ico i {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../images/ico_03.png) no-repeat center;
  -webkit-animation: mousemove 3s linear 0s infinite;
          animation: mousemove 3s linear 0s infinite;
}
.i-fir-wrap .line-box {
  width: 1015px;
  height: 978px;
  position: absolute;
  left: 50%;
  margin-left: -508px;
  top: 50%;
  margin-top: -480px;
  z-index: 8;
  opacity: 0;
}
.i-fir-wrap .line-box .tit {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/ico_07.png) no-repeat center;
  top: 50%;
  margin-top: -12px;
}
.i-fir-wrap .line-box .tit i {
  display: block;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 30px;
  color: #fff;
  opacity: 0.8;
  width: 100px;
}
.i-fir-wrap .line-box .line-fir {
  width: 100%;
  height: 1015px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  -webkit-animation: rotate 30s linear 0s infinite;
          animation: rotate 30s linear 0s infinite;
}
.i-fir-wrap .line-box .line-fir .tit {
  right: -11px;
}
.i-fir-wrap .line-box .line-fir.active {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.i-fir-wrap .line-box .line-sec {
  width: 852px;
  height: 852px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: 50%;
  margin-left: -426px;
  top: 50%;
  margin-top: -426px;
  border-radius: 50%;
  -webkit-animation: rotate 15s linear 0s infinite;
          animation: rotate 15s linear 0s infinite;
}
.i-fir-wrap .line-box .line-sec .tit {
  left: -11px;
}
.i-fir-wrap .line-box .line-sec.active {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
.i-fir-wrap .line-box .point-box {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  opacity: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 65px;
}
.i-fir-wrap .line-box .point-box i {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  background: url(../images/ico_56.png) no-repeat center;
  left: 0;
  top: 0;
  animation: rotate 5s linear 0s infinite;
}
.i-fir-wrap .line-box .point-fir {
  background-size: cover;
  left: 64px;
  top: 344px;
}
.i-fir-wrap .line-box .point-sec {
  left: 106px;
  bottom: 240px;
}
.i-fir-wrap .line-box .point-thi {
  right: 106px;
  bottom: 240px;
}
.i-fir-wrap .line-box .point-fou {
  right: 64px;
  top: 344px;
}
/*.i-fir-wrap .line-box .point-fir i {
  right: -8px;
  top: 28px;
}*/
/*.i-fir-wrap .line-box .point-sec i {
  left: 11px;
  bottom: -3px;
}*/
.i-fir-wrap .share-box {
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 34px;
  top: 17px;
  z-index: 10;
}
.i-fir-wrap .share-box .stt {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
.i-fir-wrap .share-box a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 0 0 10px;
  padding: 0;
}
.i-fir-wrap .share-box .sina {
  background: url(../images/ico_36.png) no-repeat center;
}
.i-fir-wrap .share-box .wx {
  background: url(../images/ico_37.png) no-repeat center;
}

.page1 {   background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;

}

.i-sec-wrap .titbox {
  margin-top: -298px;
}
.i-sec-wrap .circle {
  width: 444px;
  height: 444px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -222px;
}
.i-sec-wrap .circle .bg-box {
  width: 444px;
  height: 444px;
  background: url(../images/bg_06.png) no-repeat center;
  -webkit-animation: rotate 15s linear 0s infinite;
          animation: rotate 15s linear 0s infinite;
  opacity: 0;
}
.i-sec-wrap .link-column {
  width: 100%;
  position: absolute;
  padding-top: 150px;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  height: 293px;
}
.i-sec-wrap .link-column .brand-ico {
  height: 52px;
  width: 100%;
  background: url(../images/ico_09.png) no-repeat center;
}
.i-sec-wrap .link-column .word {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  width: 215px;
  margin: 6px auto 0;
}
.i-sec-wrap .link-column .more {
  display: inline-block;
  width: 116px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  font-family: "Arial";
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 32px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.i-sec-wrap .link-column .more:hover {
  background-color: #f91747;
}
.i-sec-wrap .link-column .top-big {
  display: block;
  width: 143px;
  height: 143px;
  background: url(../images/bg_07.png) no-repeat center;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -72px;
  top: 140px;
  opacity: 0;
}
.i-sec-wrap .link-column .top-big .cn {
  margin-top: 54px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.i-sec-wrap .link-column .top-big .en {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  opacity: 0.4;
  transition: all 0.3s ease 0s;
}
.i-sec-wrap .link-column .top-big:hover .en {
  opacity: 1;
}
.i-sec-wrap .link-column .small-box {
  display: block;
  width: 114px;
  height: 114px;
  background: url(../images/bg_08.png) no-repeat center;
  text-align: center;
  position: absolute;
  opacity: 0;
}
.i-sec-wrap .link-column .small-box .num {
  font-size: 18px;
  line-height: 30px;
  color: #f91747;
  margin-top: 33px;
  /*font-family: "Arial";*/
}
.i-sec-wrap .link-column .small-box .en {
  line-height: 14px;
  color: #fff;
  opacity: 0.5;
  width: 100px;
  margin: 0 auto;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.i-sec-wrap .link-column .small-box:hover .en {
  opacity: 1;
}
.i-sec-wrap .link-column .left-bot {
  left: 164px;
  bottom: 174px;
}
.i-sec-wrap .link-column .right-bot {
  right: 164px;
  bottom: 174px;
}
.i-sec-wrap .link-column .cent-font {
  opacity: 0;
  /*margin-top: 10px;*/
}
.i-sec-wrap .column-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-sec-wrap .column-main li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  min-width: 210px;
  opacity: 0;
}
.i-sec-wrap .column-main li a {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 18px;
}
.i-sec-wrap .column-main li .line {
  display: block;
  width: 7px;
  height: 56px;
  background-color: #f91747;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.i-sec-wrap .column-main li.left .line {
  left: 0;
}
.i-sec-wrap .column-main li.right .line {
  right: 0;
}
.i-sec-wrap .column-main li:hover .line {
  opacity: 1;
}
.i-sec-wrap .column-main li:hover .tit .en {
  opacity: 1;
}
.i-sec-wrap .column-main li.left:hover .line {
  left: -32px;
}
.i-sec-wrap .column-main li.right:hover .line {
  right: -32px;
}
.i-sec-wrap .column-main .tit {
  display: block;
}
.i-sec-wrap .column-main .tit .cn {
  line-height: 32px;
  font-size: 20px;
  color: #fff;
}
.i-sec-wrap .column-main .tit .num-red {
  font-size: 22px;
  color: #f91747;
}
.i-sec-wrap .column-main .tit .en {
  font-size: 14px;
  color: #fff;
  opacity: 0.2;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
.i-sec-wrap .column-main li.li1 {
  left: -132px;
  top: 35px;
}
.i-sec-wrap .column-main li.li2 {
  left: -72px;
  top: 185px;
}
.i-sec-wrap .column-main li.li3 {
  left: -33px;
  top: 332px;
}
.i-sec-wrap .column-main li.li4 {
  right: -130px;
  top: 35px;
  text-align: right;
}
.i-sec-wrap .column-main li.li5 {
  right: -92px;
  top: 185px;
  text-align: right;
}
.i-sec-wrap .column-main li.li6 {
  right: -50px;
  top: 332px;
  text-align: right;
}

.i-thi-wrap .i-content {
  width: 100%;
  height: 100%;
}
.i-thi-wrap .noise-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/noise.gif) repeat center;
  opacity: 0.03;
  z-index: 1;
}
.i-thi-wrap .hr {
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #f91747;
  width: 50%;
  z-index: 3;
}
.i-thi-wrap .hr-left {
  right: 50%;
  margin-right: 333px;
}
.i-thi-wrap .hr-left::after {
  content: "";
  display: block;
  width: 17px;
  height: 158px;
  background: url(../images/bg_10.png) no-repeat center;
  position: absolute;
  right: -17px;
  top: -78px;
}
.i-thi-wrap .hr-right {
  left: 50%;
  margin-left: 333px;
}
.i-thi-wrap .hr-right::after {
  content: "";
  display: block;
  width: 17px;
  height: 158px;
  background: url(../images/bg_11.png) no-repeat center;
  position: absolute;
  left: -17px;
  top: -78px;
}
.i-thi-wrap .out-border-fir {
  width: 1272px;
  height: 1272px;
  border: 25px dashed #fff;
  opacity: 0.02;
  border-radius: 640px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -636px;
  margin-top: -636px;
  z-index: 2;
  -webkit-animation: rotate 80s linear 0s infinite;
          animation: rotate 80s linear 0s infinite;
}
.i-thi-wrap .out-border-sec {
  width: 1098px;
  height: 1098px;
  border: 10px dotted #fff;
  opacity: 0.05;
  border-radius: 640px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -549px;
  margin-top: -549px;
  z-index: 2;
  -webkit-animation: rotates 80s linear 0s infinite;
          animation: rotates 80s linear 0s infinite;
}
.i-thi-wrap .circle-last {
  width: 600px;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -300px;
  opacity: 0.05;
  -webkit-animation: rotate 80s linear 0s infinite;
          animation: rotate 80s linear 0s infinite;
}
.i-thi-wrap .circle-last svg {
  width: 100%;
  height: 100%;
}
.i-thi-wrap .circle-last-after {
  width: 580px;
  height: 580px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -290px;
  top: 50%;
  margin-top: -290px;
  -webkit-animation: rotates 80s linear 0s infinite;
          animation: rotates 80s linear 0s infinite;
}
.i-thi-wrap .circle-last-after svg {
  width: 100%;
  height: 100%;
}
.i-thi-wrap .circle-last-after .circlelastafter {
  opacity: 0.3;
  fill-opacity: 0;
  stroke: #F7F9F9;
  stroke-dasharray: 2,10;
  enable-background: new;
}
.i-thi-wrap .cent-column {
  width: 440px;
  height: 440px;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -220px;
}
.i-thi-wrap .cent-column .logo-ico {
  display: block;
  width: 176px;
  height: 176px;
  background: url(../images/ico_12.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -88px;
  top: 50%;
  margin-top: -88px;
  z-index: 11;
}
.i-thi-wrap .cent-column .sector-box {
  opacity: 0;
  -webkit-transition: 0.6s linear 0.2s;
          transition: 0.6s linear 0.2s;
}
.i-thi-wrap .cent-column .sector-fir {
  width: 308px;
  height: 226px;
  background: url(../images/img_02.png) no-repeat center;
  left: 52px;
  top: -40px;
  z-index: 2;
}
.i-thi-wrap .cent-column .sector-sec {
  width: 270px;
  height: 303px;
  background: url(../images/img_03.png) no-repeat center;
  left: -40px;
  top: 85px;
  z-index: 2;
}
.i-thi-wrap .cent-column .sector-thi {
  width: 307px;
  height: 234px;
  background: url(../images/img_04.png) no-repeat center;
  left: 88px;
  bottom: -40px;
  z-index: 1;
}
.i-thi-wrap .cent-column .sector-fou {
  width: 239px;
  height: 305px;
  background: url(../images/img_05.png) no-repeat center;
  right: -40px;
  top: 50px;
  z-index: 3;
}
.i-thi-wrap .cent-column .up-hovbg {
  position: absolute;
  width: 440px;
  height: 440px;
  left: 0;
  top: 0;
  z-index: 10;
}
.i-thi-wrap .cent-column .up-hovbg area {
  outline-style: none;
}
.i-thi-wrap .cent-column .up-hovbox {
  position: absolute;
  width: 440px;
  height: 440px;
  left: 0;
  top: 0;
  z-index: 9;
}
.i-thi-wrap .cent-column .up-hovbox span {
  /*display: none;*/
  opacity: 0;
  transition: all 0s;
}
.i-thi-wrap .cent-column.active .up-hovbox span{
  opacity: 0;
}
.i-thi-wrap .cent-column .line-box {
  display: block;
  width: 0;
  -webkit-transition: width 0.5s linear 0.8s;
          transition: width 0.5s linear 0.8s;
}
.i-thi-wrap .cent-column .line-fir {
  height: 171px;
  right: 335px;
  top: -53px;
  background: url(../images/line_01.png) no-repeat right top;
}
.i-thi-wrap .cent-column .line-sec {
  height: 70px;
  right: 332px;
  bottom: 28px;
  background: url(../images/line_02.png) no-repeat right top;
}
.i-thi-wrap .cent-column .line-thi {
  height: 60px;
  left: 368px;
  bottom: 30px;
  background: url(../images/line_03.png) no-repeat left top;
}
.i-thi-wrap .cent-column .line-fou {
  height: 114px;
  left: 370px;
  top: -59px;
  background: url(../images/line_04.png) no-repeat left top;
}
.i-thi-wrap .cent-column .cont-box {
  position: absolute;
  width: 222px;
  padding: 28px 15px 16px 25px;
  background: url(../images/bg_12.png) no-repeat center top;
  height: 79px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 1.3s;
          transition: opacity 0.5s linear 1.3s;
}
.i-thi-wrap .cent-column .cont-box .stt {
  font-size: 24px;
  line-height: 34px;
  color: #f91747;
}
.i-thi-wrap .cent-column .cont-box .font {
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.i-thi-wrap .cent-column .boxs1 {
  left: -388px;
  top: -15px;
}
.i-thi-wrap .cent-column .boxs2 {
  left: -390px;
  bottom: -64px;
}
.i-thi-wrap .cent-column .boxs3 {
  right: -410px;
  bottom: -70px;
}
.i-thi-wrap .cent-column .boxs4 {
  right: -355px;
  top: -27px;
}
.i-thi-wrap .cent-column.active .sector-box {
  opacity: 1;
}
.i-thi-wrap .cent-column.active .sector-fir {
  left: 52px;
  top: 0;
}
.i-thi-wrap .cent-column.active .sector-sec {
  left: 0;
  top: 85px;
}
.i-thi-wrap .cent-column.active .sector-thi {
  left: 88px;
  bottom: 0;
}
.i-thi-wrap .cent-column.active .sector-fou {
  right: 0;
  top: 50px;
}
.i-thi-wrap .cent-column.active .line-fir {
  width: 314px;
}
.i-thi-wrap .cent-column.active .line-sec {
  width: 213px;
}
.i-thi-wrap .cent-column.active .line-thi {
  width: 203px;
}
.i-thi-wrap .cent-column.active .line-fou {
  width: 256px;
}
.i-thi-wrap .cent-column.active .cont-box {
  opacity: 1;
}

.i-fou-wrap .i-content {
}
.i-fou-wrap .titbox {
  margin-top: -280px;
}
.i-fou-wrap .list-wrap {
  width: 1280px;
  position: absolute;
  left: 50%;
  margin-left: -640px;
  top: 50%;
  margin-top: -146px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.i-fou-wrap .list-wrap ul {
  width: 103%;
}
.i-fou-wrap .list-wrap li {
  width: 414px;
  margin-right: 18px;
}
.i-fou-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-fou-wrap .list-wrap .img img {
  width: 100%;
  max-height: 222px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.i-fou-wrap .list-wrap li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease-in 0s;
          transition: transform 0.6s ease-in 0s;
}
.i-fou-wrap .list-wrap li:hover .cont {
  background: #000;
}
.i-fou-wrap .list-wrap .cont {
  width: 390px;
  background: url(../images/bg_14.png) repeat 0;
  padding: 17px 10px 23px 14px;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
}
.i-fou-wrap .list-wrap .tit-box {
  line-height: 30px;
}
.i-fou-wrap .list-wrap .tit-box .stt {
  font-size: 22px;
  display: inline-block;
  color: #fff;
}
.i-fou-wrap .list-wrap .tit-box .lab {
  display: inline-block;
  background-color: #f91747;
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
  margin-top: 6px;
  border-radius: 2px;
}
.i-fou-wrap .list-wrap .date {
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.i-fou-wrap .list-wrap .word {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  /*padding-top: 12px;*/
  line-height: 24px;
  font-size: 12px;
  opacity: 0.5;
}
.i-fou-wrap .list-wrap .word a {
  color: #fff;
  display: inline-block;
}
.i-fou-wrap .ex-more {
  display: block;
  width: 230px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #f91747;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  top: 50%;
  margin-top: 250px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
}
.i-fou-wrap .ex-more:hover {
  background-color: #d9143e;
}

@-webkit-keyframes mousemove {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes mousemove {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotates {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotates {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes scalePop {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
            transform: scale(0.8) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  100% {
    -webkit-transform: scale(0.8) rotate(360deg);
            transform: scale(0.8) rotate(360deg);
  }
}
@keyframes scalePop {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
            transform: scale(0.8) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  100% {
    -webkit-transform: scale(0.8) rotate(360deg);
            transform: scale(0.8) rotate(360deg);
  }
}
@-webkit-keyframes blow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.site {
  overflow: hidden;
  position: relative;
}

.site .black-bg {
  background-color: #1a1b25;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.site .scrollObj {
  left: 0;
  position: absolute;
  top: 0;
  width: 99.51%;
  z-index: 1;
}

.site .scro-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5%;
  z-index: 2;
}

.site .scro-bar .btn {
  background-color: #ff1144;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*******************关于我们****************/
.about-ban {
  position: relative;
  width: 100%;
  height: 750px;
  /*background: url(../images/ban_about.jpg) no-repeat center;*/
}
.about-ban .imgbox{
  width: 100%;
  height: 100%;
  opacity: 0;
}
.about-ban .cent-cont {
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 0;
  padding-top: 220px;
  /*margin: 0 auto;*/
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
}
.about-ban .cent-cont .en-font {
  font-size: 72px;
  line-height: 80px;
  font-family: "Base-font";
  text-transform: uppercase;
}
.about-ban .cent-cont .cn-tit {
  font-size: 36px;
  display: block;
  line-height: 60px;
  margin-top: -10px;
}
.about-ban .cent-cont .down-ico {
  display: block;
  width: 59px;
  height: 62px;
  background: url(../images/btn_02.png) no-repeat center;
  margin: 98px auto 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.about-ban .cent-cont .down-ico:hover {
  opacity: 0.8;
}
.about-ban .cent-cont.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.about-wrap{
  min-width: 1440px;
}

.about-fir-wrap {
  width: 100%;
  background: url(../images/bg_15.png) repeat left top;
  padding-top: 60px;
  /*height: 450px;*/
}
.about-fir-wrap .w1190 {
  position: relative;
  height: 100%;
  padding-bottom: 60px;
}
.about-fir-wrap .left-wrap {
  width: 530px;
  margin-top: 10px;
  color: #ff1144;
}
.about-fir-wrap .left-wrap .ico-box {
  height: 80px;
  background: url(../images/ico_13.png) no-repeat left center;
}
.about-fir-wrap .left-wrap .en-tit {
  font-size: 70px;
  font-family: "Base-font";
  line-height: 78px;
}
.about-fir-wrap .left-wrap .cn-tit {
  line-height: 58px;
  font-size: 42px;
  margin-top: 5px;
}
.about-fir-wrap .left-wrap .line {
  display: block;
  width: 155px;
  height: 3px;
  background-color: #ff1144;
  margin-top: 7px;
}
.about-fir-wrap .right-wrap {
  width: 560px;
}
.about-fir-wrap .right-wrap .s-tit {
  font-size: 32px;
  line-height: 46px;
  color: #1c1c36;
}
.about-fir-wrap .right-wrap .s-tit .sfont{
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}
.about-fir-wrap .right-wrap .word {
  margin-top: 12px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.about-fir-wrap .right-wrap .num-box .num {
  line-height: 44px;
  font-size: 36px;
  color: #ff1144;
  font-family: "Base-font";
}
.about-fir-wrap .right-wrap .num-box .tit {
  line-height: 24px;
  display: block;
  font-size: 14px;
  text-align: center;
}
.about-fir-wrap .right-wrap .num-box .line {
  display: inline-block;
  width: 1px;
  height: 35px;
  margin: 16px 35px 0;
  background-color: #3bc4fb;
  opacity: 0.1;
}
.about-fir-wrap .line-ico {
  display: block;
  width: 156px;
  height: 156px;
  background: url(../images/ico_14.png) no-repeat center;
  position: absolute;
  bottom: -38px;
  left: 228px;
  z-index: 3;
}

.about-sec-wrap {
  height: 765px;
  position: relative;
  background: url(../images/bg_16.jpg) no-repeat center;
  z-index: 2;
  overflow: inherit;
}
.about-sec-wrap .w1190 {
  position: relative;
  height: 100%;
}
.about-sec-wrap .ins-titbox {
  padding-top: 96px;
}
.about-sec-wrap .ins-titbox .en-tit {
  font-size: 60px;
  line-height: 88px;
}
.about-sec-wrap .ins-titbox .cn-tit {
  font-size: 26px;
  line-height: 46px;
}
.about-sec-wrap .cent-line {
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 473px;
  background-color: #f91747;
}
.about-sec-wrap .cent-scroll {
  width: 100%;
  position: relative;
  margin-top: 25px;
  height: 470px;
}
.about-sec-wrap .cent-scroll .bd {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.about-sec-wrap .cent-scroll ul {
  height: 100%;
}
.about-sec-wrap .cent-scroll li {
  width: 190px;
  text-align: center;
  position: relative;
  height: 100%;
  margin-right: -12px;
}
.about-sec-wrap .cent-scroll .date {
  font-size: 30px;
  font-family: "Base-font";
  line-height: 48px;
  width: 100%;
  position: absolute;
  left: 0;
}
.about-sec-wrap .cent-scroll .word {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  width: 90%;
  position: absolute;
  left: 0;
  padding: 0 5%;
}
.about-sec-wrap .cent-scroll li.top {
  background: url(../images/line_05.png) no-repeat center 108px;
}
.about-sec-wrap .cent-scroll li.top .date {
  top: 228px;
  color: #f91747;
}
.about-sec-wrap .cent-scroll li.top .word {
  bottom: 370px;
}
.about-sec-wrap .cent-scroll li.bot {
  background: url(../images/line_06.png) no-repeat center 222px;
}
.about-sec-wrap .cent-scroll li.bot .date {
  top: 162px;
  color: #fff;
}
.about-sec-wrap .cent-scroll li.bot .word {
  top: 332px;
}
.about-sec-wrap .cent-scroll .butn {
  display: block;
  width: 27px;
  height: 52px;
  position: absolute;
  cursor: pointer;
}
.about-sec-wrap .cent-scroll .prev {
  background: url(../images/ico_22.png) no-repeat center;
  left: -88px;
  top: 138px;
}
.about-sec-wrap .cent-scroll .prev:hover {
  background: url(../images/ico_22_h.png) no-repeat center;
}
.about-sec-wrap .cent-scroll .next {
  background: url(../images/ico_23.png) no-repeat center;
  right: -46px;
  top: 276px;
}
.about-sec-wrap .cent-scroll .next:hover {
  background: url(../images/ico_23_h.png) no-repeat center;
}
.about-sec-wrap .bot-ico {
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  background: url(../images/ico_24.png) no-repeat center;
  bottom: -113px;
  right: 2px;
}

.about-thi-wrap {
  padding-top: 68px;
  background: url(../images/bg_15.png) repeat 0;
  padding-bottom: 92px;
  position: relative;
  z-index: 1;
}
.about-thi-wrap .titbox {
  color: #ff1144;
}
.about-thi-wrap .titbox .entit {
  font-size: 70px;
  line-height: 80px;
  font-family: "Base-font";
}
.about-thi-wrap .titbox .cntit {
  font-size: 44px;
  line-height: 56px;
}
.about-thi-wrap .titbox .line {
  display: block;
  width: 175px;
  height: 3px;
  background-color: #ff1144;
  margin-top: 2px;
}
.about-thi-wrap .list-wrap {
  margin-top: 72px;
}
.about-thi-wrap .list-wrap li {
  width: 295px;
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.about-thi-wrap .list-wrap li .up-cont {
  position: absolute;
  top: 0;
  background-color: #ff1144;
  width: 242px;
  padding: 42px 26px 0 27px;
  color: #fff;
  height: 256px;
  left: 100%;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0s ease 0s;
          transition: all 0s ease 0s;
  opacity: 0;
}
.about-thi-wrap .list-wrap li .ico {
  display: block;
  width: 13px;
  height: 24px;
  background: url(../images/ico_25.png) no-repeat center;
  position: absolute;
  top: 36px;
  left: -12px;
}
.about-thi-wrap .list-wrap li .name {
  font-size: 28px;
  line-height: 30px;
}
.about-thi-wrap .list-wrap li .lab {
  line-height: 18px;
  font-size: 12px;
}
.about-thi-wrap .list-wrap li .word {
  line-height: 20px;
  margin-top: 13px;
}
.about-thi-wrap .list-wrap li.right .up-cont {
  left: -100%;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.about-thi-wrap .list-wrap li.right .ico {
  background: url(../images/ico_26.png) no-repeat center;
  left: 294px;
}
.about-thi-wrap .list-wrap li:hover {
  z-index: 2;
}
.about-thi-wrap .list-wrap li:hover .up-cont {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}

.about-fou-wrap {
  padding-top: 78px;
  padding-bottom: 88px;
  background-color: #f4f4f4;
}
.about-fou-wrap .ins-titbox .cn-tit {
  color: #000;
  background: url(../images/line_07.png) no-repeat center;
}
.about-fou-wrap .list {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
.about-fou-wrap .list .bd{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-fou-wrap .list .butn{
  display: block;
  width: 17px;
  height: 28px;
  top: 50%;
  position: absolute;
  margin-top: -14px;
  cursor: pointer;
}
.about-fou-wrap .list .prev{
  left: -50px;
  background: url(../images/btn_03.png) no-repeat center;
}
.about-fou-wrap .list .next{
  right: -50px;
  background: url(../images/btn_04.png) no-repeat center;
}
.about-fou-wrap .list li {
  width: 297px;
  text-align: center;
}
.about-fou-wrap .list .ico {
  display: inline-block;
  width: 102px;
  height: 102px;
}
.about-fou-wrap .list .ico1 {
  background: url(../images/ico_27.png) no-repeat center;
}
.about-fou-wrap .list .ico2 {
  background: url(../images/ico_28.png) no-repeat center;
}
.about-fou-wrap .list .ico3 {
  background: url(../images/ico_29.png) no-repeat center;
}
.about-fou-wrap .list .ico4 {
  background: url(../images/ico_30.png) no-repeat center;
}
.about-fou-wrap .list .ico5 {
  background: url(../images/ico_58.png) no-repeat center;
}
.about-fou-wrap .list .ico6 {
  background: url(../images/ico_59.png) no-repeat center;
}
.about-fou-wrap .list li:hover .ico1 {
  background: url(../images/ico_27_h.png) no-repeat center;
}
.about-fou-wrap .list li:hover .ico2 {
  background: url(../images/ico_28_h.png) no-repeat center;
}
.about-fou-wrap .list li:hover .ico3 {
  background: url(../images/ico_29_h.png) no-repeat center;
}
.about-fou-wrap .list li:hover .ico4 {
  background: url(../images/ico_30_h.png) no-repeat center;
}
.about-fou-wrap .list li:hover .ico5 {
  background: url(../images/ico_58_h.png) no-repeat center;
}
.about-fou-wrap .list li:hover .ico6 {
  background: url(../images/ico_59_h.png) no-repeat center;
}
.about-fou-wrap .list .stit {
  font-size: 20px;
  margin-top: 30px;
  color: #000;
  line-height: 40px;
}
.about-fou-wrap .list .word {
  line-height: 24px;
  color: #000;
  opacity: 0.9;
  width: 220px;
  margin: 10px auto 0;
  font-size: 14px;
}

.about-fiv-wrap {
  padding-top: 80px;
  padding-bottom: 140px;
  background: url(../images/bg_17.jpg) no-repeat center;
  min-width: 1200px;
}
.about-fiv-wrap .cont-wrap {
  margin-top: 60px;
  padding-left: 48px;
}
.about-fiv-wrap .right-cont {
  width: 530px;
}
.about-fiv-wrap .right-cont .stit {
  font-size: 18px;
  line-height: 24px;
  margin-top: 18px;
  color: #fff;
}
.about-fiv-wrap .right-cont .list {
  margin-top: 38px;
}
.about-fiv-wrap .right-cont .list ul, .about-fiv-wrap .right-cont .list li {
  width: 100%;
}
.about-fiv-wrap .right-cont .bd {
  position: relative;
  overflow: hidden;
  color: #fff;
  opacity: 0.7;
  line-height: 30px;
}
.about-fiv-wrap .right-cont .butn-box {
  margin-top: 36px;
}
.about-fiv-wrap .right-cont .butn-box span {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  margin: 0 6px;
  opacity: 0.2;
  float: left;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.about-fiv-wrap .right-cont .butn-box .prev {
  background: url(../images/ico_31.png) no-repeat center;
}
.about-fiv-wrap .right-cont .butn-box .next {
  background: url(../images/ico_32.png) no-repeat center;
}
.about-fiv-wrap .right-cont .butn-box span:hover {
  opacity: 1;
}

.about-sex-wrap {
  padding-top: 80px;
  padding-bottom: 108px;
  background: url(../images/bg_15.png) repeat 0;
}
.about-sex-wrap .ins-titbox .cn-tit {
  color: #000;
  background: url(../images/line_07.png) no-repeat center;
}
.about-sex-wrap .scroll {
  margin-top: 70px;
  position: relative;
  padding-bottom: 28px;
}
.about-sex-wrap .scroll li {
  width: 285px;
  margin-right: 12px;
  margin-bottom: 32px;
  text-align: center;
}
.about-sex-wrap .scroll .stit {
  font-size: 14px;
  line-height: 44px;
  color: #666;
}
.about-sex-wrap .scroll .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
}
.about-sex-wrap .scroll .hd li {
  width: 10px;
  height: 10px;
  background: url(../images/ico_33.png) no-repeat center;
  cursor: pointer;
  margin: 0 6px;
  text-indent: 999px;
}
.about-sex-wrap .scroll .hd li.on {
  background: url(../images/ico_34.png) no-repeat center;
}
.about-sex-wrap .scroll li:hover .stit {
  color: #f91747;
}

.ins-ban {
  width: 100%;
  height: 800px;
  position: relative;
  min-width: 1190px;
}
.ins-ban .imgbox{
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ins-ban .cent-cont {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -555px;
  padding-top: 190px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
}
.ins-ban .cent-cont .en-font {
  font-size: 98px;
  line-height: 110px;
  font-family: "Base-font";
  color: #fff;
  text-transform: uppercase;
}
.ins-ban .cent-cont .cn-tit {
  display: block;
  line-height: 76px;
  color: #fff;
  font-size: 50px;
}
.ins-ban .cent-cont .down-ico {
  display: block;
  width: 59px;
  height: 62px;
  background: url(../images/btn_02.png) no-repeat center;
  margin-top: 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.ins-ban .cent-cont .down-ico:hover {
  opacity: 0.8;
}
.ins-ban .cent-cont.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.business-ban {
  /*background: url(../images/ins_ban_01.jpg) no-repeat center;*/
}
.business-ban .cent-cont {
  padding-top: 230px;
}
.business-ban .cent-cont .en-font {
  color: #000;
}
.business-ban .cent-cont .cn-tit {
  color: #000;
}
.business-ban .cent-cont .down-ico {
  background: url(../images/ico_35.png) no-repeat center;
}

.business-fir-wrap {
  background: url(../images/bg_18.jpg) no-repeat center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.business-fir-wrap .ins-titbox .cn-tit {
  color: #fff;
  opacity: 0.6;
}
.business-fir-wrap .cont-wrap {
  margin-top: 46px;
}
.business-fir-wrap .cont-wrap .img {
  display: block;
}
.business-fir-wrap .cont-wrap .right-cont {
  width: 518px;
  margin-top: 98px;
}
.business-fir-wrap .cont-wrap .right-cont h4 {
  font-size: 40px;
  font-weight: normal;
  line-height: 56px;
  color: #fff;
}
.business-fir-wrap .cont-wrap .right-cont .word {
  margin-top: 30px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  opacity: 0.8;
}
.business-fir-wrap .cont-wrap .right-cont p.red {
  color: #f91747;
  margin-top: 14px;
  font-size: 16px;
  line-height: 30px;
}
.business-fir-wrap .cont-wrap .right-cont a.link-more {
  display: block;
  width: 216px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #fff;
  font-size: 22px;
  background-color: #f91747;
  margin-top: 42px;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
  border-radius: 3px;
}
.business-fir-wrap .cont-wrap .right-cont a.link-more:hover {
  opacity: 0.8;
}

.business-sec-wrap {
  padding-top: 84px;
  background: url(../images/bg_15.png) repeat 0;
  padding-bottom: 26px;
}
.business-sec-wrap .ins-titbox .cn-tit {
  color: #333;
  background: url(../images/line_07.png) no-repeat center;
}
.business-sec-wrap .list-wrap {
  margin-top: 70px;
}
.business-sec-wrap .list-wrap li {
  width: 297px;
  text-align: center;
  margin-bottom: 58px;
}
.business-sec-wrap .list-wrap .img {
  display: block;
  width: 127px;
  height: 127px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.business-sec-wrap .list-wrap .stit {
  font-size: 24px;
  line-height: 30px;
  margin-top: 34px;
}
.business-sec-wrap .list-wrap .word {
  display: block;
  line-height: 22px;
  color: #000;
  opacity: 0.5;
}

.chemical-ban {
  /*background: url(../images/ins_ban_02.jpg) no-repeat center;*/
}
.chemical-ban .cent-cont {
  padding-top: 160px;
  text-shadow: rgba(0,0,0,0.3) 4px 4px 10px;
}

.chemical-fir-wrap {
  padding-top: 38px;
  background-color: #f2f2f2;
  padding-bottom: 110px;
}
.chemical-fir-wrap .img {
  display: block;
  margin-top: 50px;
}
.chemical-fir-wrap .right-cont {
  margin-top: 60px;
  width: 533px;
}
.chemical-fir-wrap .right-cont .stit {
  font-size: 36px;
  line-height: 52px;
  color: #f91747;
}
.chemical-fir-wrap .right-cont .word {
  line-height: 30px;
  font-size: 14px;
  margin-top: 22px;
  color: #333;
  /*opacity: 0.6;*/
}
.chemical-fir-wrap .right-cont .red-link {
  line-height: 30px;
  margin-top: 14px;
  color: #f91747;
  font-size: 16px;
}
.chemical-fir-wrap .right-cont .link-box {
  display: block;
  width: 193px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #f91747;
  margin-top: 76px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
  border-radius: 3px;
}
.chemical-fir-wrap .right-cont .link-box:hover {
  opacity: 0.8;
}

.chemical-sec-wrap {
  padding-top: 132px;
  padding-bottom: 172px;
  background: url(../images/bg_15.png) repeat 0;
}
.chemical-sec-wrap .titbox {
  color: #ff1144;
  padding-left: 60px;
}
.chemical-sec-wrap .titbox .en-tit {
  font-size: 70px;
  font-family: "Base-font";
  line-height: 80px;
}
.chemical-sec-wrap .titbox .cn-tit {
  font-size: 44px;
  line-height: 58px;
  margin-top: 8px;
}
.chemical-sec-wrap .titbox .en-lab {
  font-size: 14px;
  line-height: 32px;
  border-bottom: 3px solid #ff1144;
  display: inline-block;
}
.chemical-sec-wrap .cont-wrap {
  margin-top: 64px;
}
.chemical-sec-wrap .cont-wrap .left-img {
  margin-left: 138px;
  margin-top: 64px;
  position: relative;
}
.chemical-sec-wrap .cont-wrap .small-top {
  display: block;
  position: absolute;
  top: -260px;
  right: -316px;
  box-shadow: 0 0 100px 5px #e3e3e3;
}
.chemical-sec-wrap .cont-wrap .cont-box {
  margin-top: 270px;
  width: 415px;
  margin-right: 56px;
  color: #000;
}
.chemical-sec-wrap .cont-wrap .cont-box .tit {
  font-size: 34px;
  line-height: 50px;
}
.chemical-sec-wrap .cont-wrap .cont-box .font {
  line-height: 30px;
  font-size: 14px;
  margin-top: 20px;
}

.contact-wrap {
  width: 100%;
  height: 900px;
  background-color: #1a1a2f;
  position: relative;
  overflow: hidden;
}
.contact-wrap .bg-size {
  width: 100%;
  height: 201px;
  background: url(../images/font_04.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 320px;
  z-index: 2;
}
.contact-wrap .canvas-box {
  position: absolute;
  width: 100%;
  height: 900px;
  left: 0;
  top: 0;
  overflow: hidden;
}
.contact-wrap .cont-wrap {
  width: 305px;
  padding: 54px 17px 60px 40px;
  border: 7px solid rgba(249, 23, 71, 0.25);
  position: absolute;
  left: 50%;
  margin-left: -188px;
  bottom: 168px;
  z-index: 3;
}
.contact-wrap .cont-wrap .logo-sign {
  line-height: 120px;
  font-size: 100px;
  font-family: "Base-font";
  color: #e91a46;
  text-align: center;
}
.contact-wrap .cont-wrap .stit {
  line-height: 36px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.contact-wrap .cont-wrap .line {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #f91747;
  margin: 12px auto 0;
}
.contact-wrap .cont-wrap .word {
  margin-top: 44px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.contact-wrap .cont-wrap .word .stt {
  opacity: 1;
  font-weight: bold;
  float: left;
  margin-right: 2px;
}
.contact-wrap .cont-wrap .word p {
  margin-bottom: 16px;
}
.contact-wrap .cont-wrap .font {
  display: inline-block;
  float: left;
  width: 255px;
  opacity: 0.8;
}
.contact-wrap .cont-wrap .share-box {
  margin-top: 25px;
}
.contact-wrap .cont-wrap .share-box a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  margin-right: 18px;
  position: relative;
  overflow: hidden;
  background-color: #070715;
}
.contact-wrap .cont-wrap .share-box a i {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.contact-wrap .cont-wrap .share-box .sina i {
  background: url(../images/ico_38.png) no-repeat center;
}
.contact-wrap .cont-wrap .share-box .txwb i {
  background: url(../images/ico_39.png) no-repeat center;
}
.contact-wrap .cont-wrap .share-box .wx i {
  background: url(../images/ico_40.png) no-repeat center;
}
.contact-wrap .cont-wrap .share-box a:hover {
  background-color: #f91747;
}
.contact-wrap .cont-wrap .share-box a:hover i {
  opacity: 1;
}

/*.news-ban .imgbox{
  background: url(../images/ins_ban_03.jpg) no-repeat center;
}*/

.news-wrap {
  background-color: #f5f5f5;
  padding-top: 26px;
  padding-bottom: 210px;
}
.news-wrap .w1190 {
  position: relative;
}
.news-wrap .menu-box {
  width: 300px;
  padding: 25px 40px 45px 40px;
  background: url(../images/bg_19.jpg) no-repeat center bottom #f12651;
  color: #fff;
  position: absolute;
  left: 0;
  top: -98px;
  z-index: 2;
}
.news-wrap .menu-box h4 {
  font-weight: normal;
  font-size: 48px;
  font-family: "Base-font";
  line-height: 80px;
}
.news-wrap .menu-box .navlist {
  margin-top: 28px;
}
.news-wrap .menu-box .navlist ul, .news-wrap .menu-box .navlist li {
  width: 100%;
}
.news-wrap .menu-box .navlist li {
  line-height: 48px;
}
.news-wrap .menu-box .navlist a {
  display: block;
  padding-left: 28px;
  color: #fff;
  font-size: 16px;
}
.news-wrap .menu-box .navlist li:hover, .news-wrap .menu-box .navlist li.hover {
  background: url(../images/ico_41.png) no-repeat left center;
}
.news-wrap .main-wrap {
  margin-left: -16px;
  position: relative;
  z-index: 1;
}
.news-wrap .main-wrap .fir-box {
  width: 380px;
  padding-top: 197px;
}
.news-wrap .main-wrap .fir-box .cont-box {
  width: 308px;
  padding: 23px 32px 0 40px;
  background: url(../images/bg_20.jpg) no-repeat center;
  height: 268px;
  display: block;
}
.news-wrap .main-wrap .fir-box .tit-box {
  display: block;
  line-height: 36px;
  color: #f12651;
}
.news-wrap .main-wrap .fir-box .tit-box .tt {
  font-size: 24px;
}
.news-wrap .main-wrap .fir-box .tit-box .num {
  font-size: 16px;
}
.news-wrap .main-wrap .fir-box .imgbox {
  display: block;
  margin-top: 20px;
}
.news-wrap .main-wrap .li-cont {
  width: 380px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.news-wrap .main-wrap .li-cont .img {
  display: block;
}
.news-wrap .main-wrap .li-cont .cont {
  display: block;
  width: 310px;
  padding: 25px 34px 20px 35px;
}
.news-wrap .main-wrap .li-cont .stit {
  line-height: 28px;
  font-size: 20px;
  opacity: 0.9;
}
.news-wrap .main-wrap .li-cont .stit a {
  display: inline-block;
  color: #000;
}
.news-wrap .main-wrap .li-cont .word {
  line-height: 22px;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 16px;
  display: block;
}
.news-wrap .main-wrap .li-cont .word a {
  display: inline-block;
  color: #000;
}
.news-wrap .main-wrap .li-cont .date {
  line-height: 30px;
  margin-top: 34px;
  font-size: 14px;
  color: #f12651;
}
.news-wrap .main-wrap .li-cont:hover {
  box-shadow: 4px 5px 10px 0 #dfdfdf;
}
.news-wrap .load-more {
  display: block;
  width: 228px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  background-color: #f12651;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 10px;
}

.news-info {
  background-color: #f5f5f5;
  padding-top: 85px;
  padding-bottom: 130px;
}
.news-info .main-wrap {
  background-color: #fff;
}
.news-info .cont-wrap {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-info .cont-wrap h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 26px;
  text-align: center;
}
.news-info .cont-wrap .lab-cont {
  text-align: center;
  line-height: 36px;
  margin-top: 18px;
}
.news-info .cont-wrap .lab-cont .date {
  display: inline-block;
  font-family: "Arial";
  font-size: 14px;
  color: #999;
  margin-right: 18px;
  vertical-align: top;
}
.news-info .cont-wrap .lab-cont .share {
  display: inline-block;
  vertical-align: top;
}
.news-info .cont-wrap .lab-cont .share a {
  margin: 10px 3px 0 0;
}
.news-info .cont-wrap .cont {
  margin-top: 22px;
  font-size: 14px;
  line-height: 26px;
}
.news-info .cont-wrap .paging {
  margin-top: 40px;
}
.news-info .cont-wrap .paging p {
  line-height: 26px;
  font-size: 14px;
}
.news-info .cont-wrap .paging p a {
  color: #444;
}
.news-info .cont-wrap .paging .return {
  display: inline-block;
  padding-left: 18px;
  line-height: 26px;
  background: url(../images/ico_42.png) no-repeat left center;
  font-size: 14px;
  color: #444;
}
.news-info .cont-wrap .paging a:hover {
  color: #f91747;
}

.cooper-ban {
  /*background: url(../images/ins_ban_04.jpg) no-repeat center;*/
}

.cooper-fir-wrap {
  padding-top: 66px;
  background-color: #f0f2f8;
  padding-bottom: 180px;
}
.cooper-fir-wrap .ins-titbox .cn-tit {
  color: #333;
  background: url(../images/line_07.png) no-repeat center;
}
.cooper-fir-wrap .list-wrap {
  margin-top: 77px;
  position: relative;
}
.cooper-fir-wrap .list-wrap .bd {
  width: 1064px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.cooper-fir-wrap .list-wrap li {
  width: 329px;
  background-color: #fff;
  position: relative;
  margin-top: 8px;
  box-shadow: 0 5px 10px 0 #ededed;
  margin-right: 36px;
}
.cooper-fir-wrap .list-wrap .imgbox {
  position: relative;
}
.cooper-fir-wrap .list-wrap .imgbox .up-lab {
  width: 180px;
  padding: 40px 0 40px 26px;
  background: url(../images/bg_21.png) repeat 0;
  position: absolute;
  left: 0;
  top: -8px;
}
.cooper-fir-wrap .list-wrap .imgbox .up-lab .cn-tit {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
}
.cooper-fir-wrap .list-wrap .imgbox .up-lab .en-tit {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  opacity: 0.5;
}
.cooper-fir-wrap .list-wrap .cont {
  width: 280px;
  padding: 40px 20px 16px 29px;
}
.cooper-fir-wrap .list-wrap .cont p {
  padding-left: 42px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 12px;
}
.cooper-fir-wrap .list-wrap .cont .tex1 {
  background: url(../images/ico_43.png) no-repeat left center;
}
.cooper-fir-wrap .list-wrap .cont .tex2 {
  background: url(../images/ico_44.png) no-repeat left center;
}
.cooper-fir-wrap .list-wrap .cont .tex3 {
  background: url(../images/ico_45.png) no-repeat left center;
}
.cooper-fir-wrap .list-wrap .butn {
  display: block;
  width: 17px;
  height: 28px;
  top: 50%;
  position: absolute;
  margin-top: -14px;
  cursor: pointer;
}
.cooper-fir-wrap .list-wrap .prev {
  background: url(../images/btn_03.png) no-repeat center;
  left: 0;
}
.cooper-fir-wrap .list-wrap .next {
  background: url(../images/btn_04.png) no-repeat center;
  right: 0;
}

.cooper-sec-wrap {
  padding-top: 58px;
  padding-bottom: 70px;
  background: url(../images/bg_15.png) repeat 0;
}
.cooper-sec-wrap .ins-titbox .cn-tit {
  color: #333;
  background: url(../images/line_07.png) no-repeat center;
}
.cooper-sec-wrap .list-wrap {
  margin-top: 80px;
  text-align: center;
}
.cooper-sec-wrap .list-wrap ul {
  width: 100%;
  text-align: center;
}
.cooper-sec-wrap .list-wrap li {
  display: inline-block;
  margin: 0 55px 45px;
  float: none;
}
.cooper-sec-wrap .list-wrap li img{
  max-width: 120px;
}

.invest-ban {
  /*background: url(../images/ins_ban_05.jpg) no-repeat center;*/
}

.invest-fir-wrap {
  padding-top: 72px;
  padding-bottom: 100px;
  background: url(../images/bg_15.png) repeat 0;
}
.invest-fir-wrap .cont-wrap {
  margin-top: 30px;
}
.invest-fir-wrap .cont-wrap .img {
  margin-left: 40px;
}
.invest-fir-wrap .cont-wrap .right-cont {
  width: 536px;
  margin-right: 23px;
  margin-top: 72px;
}
.invest-fir-wrap .cont-wrap .right-cont .word {
  line-height: 30px;
  font-size: 16px;
  color: #000;
}
.invest-fir-wrap .cont-wrap .right-cont .red-call {
  margin-top: 30px;
  font-size: 14px;
  line-height: 40px;
  color: #f91747;
}
.invest-fir-wrap .cont-wrap .right-cont .link-box {
  display: block;
  width: 190px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  margin-top: 50px;
  background-color: #f91747;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.invest-fir-wrap .cont-wrap .right-cont .link-box:hover {
  opacity: 0.8;
}

.invest-sec-wrap {
  padding-top: 90px;
  height: 588px;
  background: url(../images/bg_22.jpg) no-repeat center;
}
.invest-sec-wrap .cont-wrap {
  margin-top: 106px;
}
.invest-sec-wrap .cont-wrap li {
  width: 395px;
  text-align: center;
  cursor: pointer;
}
.invest-sec-wrap .cont-wrap .ico {
  display: inline-block;
  width: 102px;
  height: 102px;
  border-radius: 50%;
}
.invest-sec-wrap .cont-wrap .ico1 {
  background: url(../images/ico_46.png) no-repeat center #ff1144;
}
.invest-sec-wrap .cont-wrap .ico2 {
  background: url(../images/ico_47.png) no-repeat center #ff1144;
}
.invest-sec-wrap .cont-wrap .ico3 {
  background: url(../images/ico_48.png) no-repeat center #ff1144;
}
.invest-sec-wrap .cont-wrap .stit {
  margin-top: 32px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.invest-sec-wrap .cont-wrap .word {
  line-height: 24px;
  color: #fff;
  opacity: 0.6;
  width: 250px;
  margin: 12px auto 0;
}

.invest-thi-wrap {
  padding-top: 66px;
  padding-bottom: 100px;
  background: url(../images/bg_15.png) repeat 0;
}
.invest-thi-wrap .cont-wrap {
  margin-top: 56px;
  position: relative;
  overflow: hidden;
}
.invest-thi-wrap .cont-wrap ul {
  width: 103%;
  padding-bottom: 15px;
}
.invest-thi-wrap .cont-wrap li {
  width: 380px;
  margin-right: 20px;
  box-shadow: 0 5px 15px 0 #ededed;
  background-color: #fff;
  margin-bottom: 30px;
}
.invest-thi-wrap .cont-wrap .img {
  display: block;
  text-align: center;
  min-height: 200px;
  line-height: 200px;
}
.invest-thi-wrap .cont-wrap img{
  width: 100%;
  height: 248px;
}
.invest-thi-wrap .cont-wrap .cont {
  width: 328px;
  padding: 22px 18px 0 34px;
  height: 172px;
}
.invest-thi-wrap .cont-wrap .titbox {
  line-height: 28px;
}
.invest-thi-wrap .cont-wrap .titbox .stt {
  font-size: 18px;
  display: inline-block;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
}
.invest-thi-wrap .cont-wrap .titbox .date {
  font-size: 12px;
  color: #999;
}
.invest-thi-wrap .cont-wrap .lab {
  line-height: 24px;
  font-size: 12px;
  color: #666;
}
.invest-thi-wrap .cont-wrap .word {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
  margin-top: 14px;
}
.invest-thi-wrap .cont-wrap li:hover .titbox .stt {
  color: #f91747;
}

.investor-ban {
  /*background: url(../images/ins_ban_06.jpg) no-repeat center;*/
}

.investor-fir-wrap {
  padding-top: 72px;
  padding-bottom: 120px;
  background: url(../images/bg_15.png) repeat 0;
}
.investor-fir-wrap .img {
  margin-left: 70px;
}
.investor-fir-wrap .right-cont {
  margin-right: 90px;
  width: 445px;
  margin-top: 14px;
}
.investor-fir-wrap .right-cont .titbox .entit {
  font-size: 60px;
  font-family: "Base-font";
  color: #ff1144;
  line-height: 66px;
}
.investor-fir-wrap .right-cont .titbox .cntit {
  font-size: 30px;
  line-height: 38px;
  color: #333;
}
.investor-fir-wrap .right-cont .word {
  line-height: 30px;
  font-size: 14px;
  margin-top: 32px;
  color: #000;
}
.investor-fir-wrap .right-cont .en-font {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  opacity: 0.8;
  margin-top: 60px;
}
.investor-fir-wrap .right-cont .link-box {
  display: block;
  width: 190px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #f91747;
  color: #fff;
  font-size: 16px;
  margin-top: 70px;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.investor-fir-wrap .right-cont .link-box:hover {
  opacity: 0.8;
}

.investor-sec-wrap {
  padding-top: 72px;
  height: 608px;
  background: url(../images/bg_23.jpg) no-repeat center;
}
.investor-sec-wrap .left-wrap {
  width: 500px;
}
.investor-sec-wrap .left-wrap .red-tit {
  font-size: 34px;
  line-height: 52px;
  color: #f91747;
}
.investor-sec-wrap .left-wrap .word {
  line-height: 24px;
  font-size: 12px;
  margin-top: 16px;
  color: #000;
  opacity: 0.5;
  width: 420px;
}
.investor-sec-wrap .left-wrap .list-box {
  line-height: 28px;
  margin-top: 32px;
}
.investor-sec-wrap .left-wrap .list-box ul {
  width: 100%;
}
.investor-sec-wrap .left-wrap .list-box li {
  margin-top: 22px;
  font-size: 16px;
  padding-left: 40px;
  width: 300px;
}
.investor-sec-wrap .left-wrap .list-box li.li1 {
  background: url(../images/ico_43.png) no-repeat left center;
}
.investor-sec-wrap .left-wrap .list-box li.li2 {
  background: url(../images/ico_49.png) no-repeat left center;
}
.investor-sec-wrap .left-wrap .list-box li.li3 {
  background: url(../images/ico_50.png) no-repeat left center;
}
.investor-sec-wrap .left-wrap .list-box li.li4 {
  background: url(../images/ico_45.png) no-repeat left center;
}
.investor-sec-wrap .left-wrap .list-box .red {
  color: #e51747;
}
.investor-sec-wrap .left-wrap .list-box .f18 {
  font-size: 18px;
  font-family: "Base-font";
}
.investor-sec-wrap .right-wrap {
  width: 500px;
  margin-top: 10px;
}
.investor-sec-wrap .right-wrap .black-tit {
  font-size: 28px;
  line-height: 40px;
  color: #1f2029;
  font-weight: bold;
}
.investor-sec-wrap .right-wrap .form-input {
  margin-top: 20px;
}
.investor-sec-wrap .right-wrap .input-box {
  margin-bottom: 28px;
}
.investor-sec-wrap .right-wrap .tex {
  border: none;
  width: 450px;
  font-size: 16px;
  height: 17px;
  line-height: 16px;
  padding: 21px 0 20px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #848484;
}
.investor-sec-wrap .right-wrap .area {
  border: none;
  width: 450px;
  font-size: 16px;
  line-height: 16px;
  padding: 21px 0 20px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 160px;
  color: #848484;
}
.investor-sec-wrap .right-wrap .sub-btn {
  border: none;
  width: 156px;
  height: 45px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  margin-top: 25px;
}

.human-ban {
  /*background: url(../images/ins_ban_07.jpg) no-repeat center;*/
}

.join-top {
  background: #fff;
  width: 100%;
  padding: 62px 0 53px;
}

.join-top .left {
  width: 44%;
  padding-right: 7%;
  border-right: 1px solid #e5e5e5;
  float: left;
}

.join-top .tit {
  padding-left: 66px;
  min-height: 42px;
  margin-bottom: 23px;
}

.join-top .tit h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
}

.join-top .tit h4 {
  font-size: 12px;
  color: #999999;
  line-height: 1.2;
  font-weight: normal;
}

.join-top .left .tit {
  background: url(../images/join_ico1.png) no-repeat 0 center;
}

.join-top p {
  font-size: 12px;
  color: #666666;
  line-height: 2;
}

.join-top .right {
  width: 40%;
  float: right;
}

.join-top .right .tit {
  background: url(../images/join_ico2.png) no-repeat 0 center;
}

.join-top .img-list {
  margin-top: 86px;
}

.join-top .img-list ul {
  width: 100%;
}

.join-top .img-list li {
  width: 24.25%;
  margin-right: 1%;
  text-align: center;
}

.join-top .img-list li:last-child {
  margin-right: 0;
}

.join-top .img-list li p {
  font-size: 14px;
  color: #666666;
  line-height: 3;
}

.join-bg {
  background: #f5f5f5;
  width: 100%;
  padding: 70px 0 120px;
}

.join-main .swith select {
  float: left;
  width: 19%;
  padding-left: 1.8%;
  margin-right: 1.5%;
  border: none;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  color: #999999;
}

.join-main .swith .text {
  float: left;
  border: none;
  height: 45px;
  line-height: 45px;
  width: 24%;
  padding-left: 1.5%;
  margin-right: 1.5%;
}

.join-main .swith .submit {
  float: left;
  border: none;
  height: 45px;
  line-height: 45px;
  background: #f91747;
  font-size: 16px;
  color: #ffffff;
  width: 11.5%;
}

.join-main .choose {
  margin: 28px 0 29px;
  height: 54px;
  background: #fff;
}

.join-main .choose .swiper-slide {
  min-height: 0;
  width: 153px;
  border-right: 1px solid #f5f5f5;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 14px;
  color: #6b6b6b;
}

.join-main .choose .swiper-slide:last-child {
  border-right: none;
}

.join-main .choose .swiper-slide a {
  color: #6b6b6b;
  display: block;
}

.join-main .choose .swiper-slide a:hover {
  color: #f91747;
}

.join-main .choose .swiper-slide a.on {
  color: #f91747;
  font-weight: bold;
}

.join-main .list-box {
  padding: 0 3.33% 73px;
  background: #fff;
  border: 1px solid #efefef;
}

.join-main .more {
  display: block;
  width: 174px;
  height: 49px;
  line-height: 49px;
  text-indent: 78px;
  margin: 5px auto 0;
  background: url(../images/ico_53.png) no-repeat 42px center #464650;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
}

.join-bg .more:hover {
  background-color: #f91747;
}

.join-main .list-top {
  height: 54px;
  line-height: 54px;
  padding: 0 3.33% 0;
  background: #464650;
  font-size: 14px;
  color: #ffffff;
}

.join-main .td1 {
  width: 24.33%;
}

.join-main .td2 {
  width: 21.33%;
}

.join-main .td3 {
  width: 21.91%;
}

.join-main .td4 {
  width: 17.41%;
}

.join-main .td5 {
  width: 13.4%;
  text-align: right;
}

.join-main .list-box ul {
  width: 100%;
}

.join-main .list-box li {
  width: 100%;
}

.join-main .list-box li .top {
  font-size: 14px;
  color: #777777;
  line-height: 2;
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}

.join-main .list-box li .top a {
  color: #f91747;
}

.join-main .list-box li .bot {
  position: relative;
  padding: 20px 3.5% 36px;
  background: #f5f5f5;
  display: none;
}

.join-main .list-box li .bot .info1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}

.join-main .list-box li .bot .info1 p {
  float: left;
  font-size: 12px;
  color: #333333;
  line-height: 2;
  min-width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.join-main .list-box li .bot .info2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 0 22px;
}

.join-main .list-box li .bot .info2 h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
}

.join-main .list-box li .bot .info2 p {
  font-size: 12px;
  color: #777777;
  line-height: 2;
}

.join-main .list-box li .bot .info2 .fl {
  width: 40%;
}

.join-main .list-box li .bot .info2 .fr {
  width: 43.5%;
}

.join-main .list-box li .bot .info2 .fl .info-box {
  border-right: 1px solid #e5e5e5;
}

.join-main .list-box li .bot .info3 {
  margin-top: 31px;
}

.join-main .list-box li .bot .info3 .apply {
  width: 151px;
  height: 41px;
  line-height: 41px;
  background: #f91747;
  font-size: 16px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.join-main .list-box li .bot .info3 .apply:hover {
  opacity: 0.6;
}

.join-main .list-box li .bot .info3 .all {
  float: right;
  font-size: 14px;
  color: #777777;
  height: 21px;
  line-height: 21px;
  padding-left: 30px;
  background: url(../images/all_ico.png) no-repeat 0 center;
}

.join-main .list-box li .bot i {
  position: absolute;
  left: 18px;
  top: -12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}

.join-main .list-box .list {
  margin-bottom: 56px;
}

.join-main .list-box li.li1 .td2 {
  color: #f91747;
}


.applay-tb {
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: 0 0 1px 1px;
    margin-top: 70px;
    padding-bottom: 50px;
}
.applay-tb .spred {
    color: #f00;
    font-family: "Arial";
    font-size: 18px;
    margin-left: 12px;
    line-height: 40px;
}
.applay-tb tr td {
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: 1px 1px 0 0;
    font-size: 14px;
    padding: 8px 6px;
}
.applay-tb tr td {
    line-height: 1.8;
}
.applay-tb tr td .l1{
  margin-right: 20px;
}
.applay-tb .applay-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    color: #666;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 8px 10px;
    width: 180px;
}
.applay-tb select.applay-input {
    height: 36px;
    width: 200px;
}
.applay-tb textarea.applay-input {
    height: 100px;
    width: 988px;
}
.applay-tb .applay-input.code {
    margin-right: 8px;
    width: 90px;
}
.applay-tb .submit {
    background: #f91747;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    width: 150px;
    border: none;
}
.applay-tb .submit.reset{
  background: #ccc;
}
.applay-tb .error {
    border-color: #d70128;
}

.alert-bg{
  background-color: #000;
  opacity: 0.52;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
}
.alert-cont-wrap{
  width: 896px;
  position: fixed;
  left: 50%;
  margin-left: -448px;
  z-index: 21;
  top: 50%;
  margin-top: -180px;
  background-color: #fff;
  display: none;
}
.alert-cont-wrap .tit-box{
  line-height: 90px;
  background-color: #ff1143;
}
.alert-cont-wrap .tit-box .stt{
  font-size: 26px;
  color: #fff;
  margin-left: 37px;
}
.alert-cont-wrap .close{
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/ico_57.png) no-repeat center;
  margin-right: 28px;
  margin-top: 36px;
  cursor: pointer;
}
.alert-cont-wrap .cont{
  width: 765px;
  padding: 38px 93px 0 37px;
  min-height: 230px;
}
.alert-cont-wrap .cont .tit{
  font-size: 24px;
  color: #000;
  line-height: 40px;
}
.alert-cont-wrap .cont .word{
  line-height: 26px;
  font-size: 15px;
  margin-top: 13px;
}

@media (max-width: 1550px){
    header nav .home{
      margin-right: 20px;
    }
    header nav li{
      margin-right: 20px;
    }
    .i-fir-wrap .mouse-ico{
      margin-top: 235px;
    }
}

/*# sourceMappingURL=style.css.map */