@charset "utf-8";
/* CSS Document */
.main-box {
  padding: 0;
}
/**** banner ***/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.banner:hover .ban-ctrl {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ban-bd {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.ban-bd ul,
.ban-bd li {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.ban-bd a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.ban-hd {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 12;
}
.ban-hd a {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px transparent;
  background: url(../images/index_ban.png) no-repeat 7px center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  cursor: pointer;
}
.ban-hd a.on {
  border-color: #fff;
}
.ban-ctrl {
  position: absolute;
  top: 50%;
  z-index: 20;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ban-ctrl.prev {
  left: 20px;
}
.ban-ctrl.next {
  right: 20px;
}
.index-hd .en {
  font-weight: bold;
  font-size: 4.0625em;
  line-height: 1.3em;
  color: #1a1a1a;
}
.index-hd .line {
  width: 42px;
  height: 1px;
  background: #999;
  margin-top: 0.75em;
}
.index-hd .cn {
  font-size: 1.75em;
  line-height: 1.07em;
  color: #333;
  margin-top: 0.7em;
}
.index-hd .btn-viewdet {
  font-size: 1.125em;
  line-height: 1.3em;
  color: #333;
  font-family: Arial;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.index-hd .btn-viewdet img {
  width: 7px;
  margin: -2px 0 0 16px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.index-hd .btn-viewdet:hover img {
  margin-left: 26px;
}
/***** 公司概况 ***/
.company-profile {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 5.625em;
}
.company-profile .row {
  width: auto;
  margin: 36px -4% 0;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.company-profile .doc {
  padding: 0 4%;
}
/**** product ****/
.product-box {
  width: 100%;
  overflow: hidden;
  margin-top: 5.875em;
  margin-bottom: 6.25em;
}
.prod-hd {
  overflow: hidden;
  position: relative;
  z-index: 30;
}
.prod-hd .global-inner {
  padding: 0 40px 0 60px;
}
.prod-hd .title {
  font-size: 7.5em;
  line-height: 1;
  color: #1a1a1a;
  font-weight: bold;
  font-family: Arial;
  float: left;
}
.prod-menu {
  float: right;
  white-space: nowrap;
  margin-right: -12px;
  margin-top: 36px;
  overflow: hidden;
}
.prod-menu .item {
  float: left;
  padding-left: 15px;
  position: relative;
  margin-right: 12px;
  font-size: 1em;
  line-height: 30px;
  color: #999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.prod-menu .item:hover {
  color: #fc4f00;
}
.prod-menu .item:hover .line {
  width: 10px;
}
.prod-menu .line {
  width: 0;
  height: 1px;
  display: block;
  background: #fc4f00;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 50%;
}
.prod-bd {
  width: 100%;
  position: relative;
  margin: -30px auto 0;
  z-index: 20;
}
.prod-bd:hover .prod-ctrl {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prod-bd .global-inner {
  overflow: visible;
  padding: 0 20px;
}
.prod-bd .tempWrap {
  overflow: visible!important;
}
.prod-bd li {
  width: 100%;
  overflow: hidden;
}
.prod-bd li.active .zhe-white {
  opacity: 0;
  filter: alpha(opacity=0);
}
.prod-bd li.active .item-zhe {
  display: block;
}
.prod-bd li.active:hover .item-imgs {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.prod-bd li.active:hover .item-zhe {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prod-bd li.active:hover .zhe-inner .ani {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
}
.prod-bd .item-inner {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
}
.prod-bd .item-imgs {
  width: 100%;
  max-width: 100%;
  display: block;
  -ms-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.prod-bd .item-zhe {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../images/black.4.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  text-align: center;
}
.prod-bd .zhe-white {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/white.2.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.prod-bd .zhe-inner {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 32%;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .prod-bd .zhe-inner {
    top: 30%;
  }
}
.prod-bd .zhe-inner .ani {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transform: translate3d(-1200px, 0, 0);
  -ms-transform: translate3d(-1200px, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(-1200px, 0, 0);
}
.prod-bd .zhe-inner .ani.item-name {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.prod-bd .zhe-inner .ani.item-view {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.prod-bd .item-icon {
  width: 122px;
  display: block;
  margin: 0 auto;
}
.prod-bd .item-name {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.prod-bd .item-view {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  font-family: Arial;
  padding: 1px 0;
  margin-top: 18px;
}
.prod-bd .item-view .line {
  width: 10px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
}
.prod-bd .item-view .line1 {
  top: 0;
}
.prod-bd .item-view .line2 {
  bottom: 0;
}
.prod-ctrl {
  width: 40px;
  height: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  background: no-repeat center center;
  position: absolute;
  top: 0;
  z-index: 50;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.prod-ctrl.prev {
  background-image: url(../images/arrow_11.png);
  left: 0;
  margin-left: -90px;
}
.prod-ctrl.next {
  background-image: url(../images/arrow_12.png);
  right: 0;
  margin-right: -90px;
}
@media screen and (max-width: 1366px) {
  .prod-ctrl.prev {
    margin-left: -70px;
  }
  .prod-ctrl.next {
    margin-right: -70px;
  }
}
/***** index-adv ****/
.index-adv {
  width: 100%;
  height: 600px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 600px;
  color: #fff;
}
.index-adv .bg {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-adv .inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 20;
}
.index-adv .en {
  font-size: 3.125em;
  line-height: 1.2em;
  font-weight: bold;
}
.index-adv .cn {
  font-size: 1.75em;
  line-height: 1.357em;
  margin-top: 1.125em;
}
/**** news ***/
.news-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 5.375em 0 6.625em;
}
.news-box .global-inner {
  overflow: visible;
}
.news-box .index-hd {
  margin-bottom: 2.125em;
}
.news-box .index-hd .en {
  line-height: 1.138em;
}
.news-box .index-hd .line {
  margin-top: 6px;
}
.news-box .decorate {
  width: 16em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 -8.75em -5px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
@media screen and (max-width: 1366px){
  .news-box .decorate{
    width: 14em;
    margin-right: -5em;
  }
}
.news-box .decorate img {
  width: 100%;
  display: block;
}
.news-bd {
  overflow: hidden;
  margin: 0 -20px;
  position: relative;
  z-index: 10;
}
.news-list {
  max-width: 640px;
  padding: 0 20px;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
  overflow: hidden;
  margin-bottom: -1.875em;
}
.news-list li {
  margin-bottom: 1.875em;
}
.news-list li:hover .item-title a {
  color: #fc4f00;
}
.news-list .item-time {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.news-list .item-title {
  height: 1.67em;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1.67em;
  color: #333;
}
.news-list .item-title a {
  color: #333;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.newImgs-list {
  max-width: 640px;
  padding: 0 20px;
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  float: right;
}
.newImgs-bd {
  width: 100%;
  height: 25em;
  display: block;
  overflow: hidden;
  position: relative;
}
.newImgs-bd ul,
.newImgs-bd li,
.newImgs-bd .slide-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.newImgs-bd li:hover .slide-zhe {
  height: 6.5em;
  transition: height 0.3s linear;
  -webkit-transition: height 0.3s linear;
}
.newImgs-bd li:hover .slide-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s linear 0.3s;
  -webkit-transition: all 0.3s linear 0.3s;
}
.newImgs-bd .slide-image {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
}
.newImgs-bd .slide-zhe {
  width: 100%;
  height: 4.625em;
  display: block;
  overflow: hidden;
  background: url(../images/bg_01.png) repeat-x center top;
  padding: 0 4.6%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  transition: height 0.3s linear 0.3s;
  -webkit-transition: height 0.3s linear 0.3s;
}
.newImgs-bd .slide-title {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #fff;
  font-weight: bold;
  padding: 1.25em 0 0;
}
.newImgs-bd .slide-arrow {
  width: 2.875em;
  display: block;
  margin-top: 0.875em;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.newImgs-bd .slide-arrow img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.newImgs-hd {
  width: 100%;
  overflow: hidden;
  line-height: 10px;
  text-align: center;
  margin-top: 1.5625em;
}
.newImgs-hd a {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fc4f00;
  margin: 0 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  cursor: pointer;
}
.newImgs-hd a.on {
  background-color: #fc4f00;
}
/***** 合作伙伴 ****/
.partner-title {
  width: 100%;
  height: 27.5em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 9.625em;
  text-align: center;
}
.partner-title .index-hd .en {
  line-height: 1;
  color: #fff;
}
.partner-title .index-hd .line {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.partner-title .index-hd .cn {
  color: #fff;
}
.partner-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 1.875em 0 5em;
}
.partner-det-bd {
  padding: 0;
  max-width: 730px;
  font-size: 1em;
  line-height: 1.875em;
  color: #555;
}
.partner-det-bd .det-piece {
  padding: 0 1.25em;
  height: 15.625em;
  padding-top: 4.25em;
  text-align: center;
  color: #fff;
  background: #ac3600;
  font-size: 1em;
  line-height: 1.25em;
}
.partner-det-bd .det-piece .title {
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.11em;
}
.partner-det-bd .det-piece .desc {
  margin-top: 1.375em;
  height: 2.5em;
  overflow: hidden;
}
.partner-det-bd .det-box {
  width: 45.2%;
  max-width: 330px;
  float: right;
  padding-top: 3.125em;
}
.partner-det-bd .doc {
  height: 5.625em;
  overflow: hidden;
}
.partner-det-bd .global-viewdet2 {
  font-size: 0.875em;
  line-height: 2.143em;
  color: #fff;
  width: 5.714em;
  height: 2.143em;
  margin-top: 1.571em;
  font-weight: bold;
}
.partner-slide-box {
  width: 37.1%;
  max-width: 460px;
  float: right;
  position: relative;
  padding: 0 1.25em;
  margin-top: 2.125em;
}
.partner-ctrl {
  width: 0.625em;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 20;
}
.partner-ctrl.prev {
  background: url(../images/arrow_14.png) no-repeat left center #ffffff;
  background-size: 0.625em auto;
  left: 0;
}
.partner-ctrl.prev.prevStop {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.partner-ctrl.next {
  background: url(../images/arrow_15.png) no-repeat right center #ffffff;
  background-size: 0.625em auto;
  right: 0;
}
.partner-ctrl.next.nextStop {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.partner-slide-bd {
  width: 100%;
  position: relative;
}
.partner-slide-bd .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.partner-slide-bd .tempWrap {
  width: auto!important;
  height: 100%;
  margin: 0 -0.625em;
}
.partner-slide-bd ul {
  width: 100%;
  position: relative;
  padding: 0.625em 0;
  margin: 0 0.625em;
}
.partner-slide-bd ul li:nth-child(1),
.partner-slide-bd ul li:nth-child(3),
.partner-slide-bd ul li:nth-child(5) {
  background: #e6e6e6;
}
.partner-slide-bd ul li:nth-child(1).active,
.partner-slide-bd ul li:nth-child(3).active,
.partner-slide-bd ul li:nth-child(5).active {
  background: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.partner-slide-bd li {
  width: 33.333%;
  height: 5em;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  float: left;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
}
.partner-slide-bd li.active {
  background: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.partner-slide-bd a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  line-height: 5em;
}
