@charset "UTF-8";
/*@font-face {
  font-family: 'fzltxh';
  src: url("fonts/fzltxh.eot");
  src: url("fonts/fzltxh.eot") format("embedded-opentype"), url("fonts/fzltxh.woff2") format("woff2"), url("fonts/fzltxh.woff") format("woff"), url("fonts/fzltxh.ttf") format("truetype"), url("fonts/fzltxh.svg#fzltxh") format("svg");
}*/
/*@font-face {
  font-family: 'fzltqh';
  src: url("fonts/fzltqh.eot");
  src: url("fonts/fzltqh.eot") format("embedded-opentype"), url("fonts/fzltqh.woff2") format("woff2"), url("fonts/fzltqh.woff") format("woff"), url("fonts/fzltqh.ttf") format("truetype"), url("fonts/fzltqh.svg#fzltqh") format("svg");
}*/
@font-face {
  font-family: 'helvet';
  src: url("fonts/helvetica.eot");
  src: url("fonts/helvetica.eot") format("embedded-opentype"), url("fonts/helvetica.woff2")format("woff2"), url("fonts/helvetica.woff") format("woff"), url("fonts/helvetica.ttf") format("truetype"), url("fonts/helvetica.svg#helvetica")format("svg");
}
@font-face {
  font-family: 'bebas';
  src: url("fonts/bebas.eot");
  src: url("fonts/bebas.eot")format("embedded-opentype"), url("fonts/bebas.woff2") format("woff2"), url("fonts/bebas.woff") format("woff"), url("fonts/bebas.ttf") format("truetype"), url("fonts/bebas.svg#bebas") format("svg");
}
@font-face {
  font-family: 'myriadPro';
  src: url("fonts/MyriadPro-Regular.eot");
  src: url("fonts/MyriadPro-Regular.eot") format("embedded-opentype"), url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff")format("woff"), url("fonts/MyriadPro-Regular.ttf") format("truetype"), url("fonts/MyriadPro-Regular.svg#MyriadPro-Regular")format("svg");
}
@font-face {
  font-family: 'oswald';
  src: url("fonts/Oswald-Regular.eot");
  src: url("fonts/Oswald-Regular.eot") format("embedded-opentype"), url("fonts/Oswald-Regular.woff2") format("woff2"), url("fonts/Oswald-Regular.woff") format("woff"), url("fonts/Oswald-Regular.ttf")format("truetype"), url("fonts/Oswald-Regular.svg#Oswald-Regular")format("svg");
}
body {
  min-width: 1200px;
  background: #272727;
  /*font-family: "fzltxh";*/
}
.container_thumbs {
  display: none !important;
}
/*.fileupload {
  opacity: 0 !important;
}*/
div, ul, li, span, a {
  box-sizing: border-box;
}

.fzltxh {
  font-family: "fzltxh";
}

.fzltqh {
  font-family: "fzltqh";
}

.helvet {
  font-family: "Arial";
}

.bebas {
  font-family: "bebas";
}

.myriadPro {
  font-family: "myriadPro";
}

.oswald {
  font-family: "oswald";
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.dbl {
  display: block;
}

.dbi {
  display: inline-block;
}

.tec {
  text-align: center;
}

.fixed {
  position: fixed;
}

.w33 {
  width: 33%;
}

.w67 {
  width: 67%;
}

.w334 {
  width: 33.4%;
}

.w336 {
  width: 33.6%;
}

.w34 {
  width: 34%;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.h100 {
  height: 100%;
}

.w694 {
  width: 694px;
  margin: 0 auto;
}

.w1024 {
  width: 1024px;
  margin: 0 auto;
}

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

.w1400 {
  width: 73%;
  min-width: 1200px;
  margin: 0 auto;
}

.Arial {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

.bg2b {
  background: #2b2b2b;
}

.bg42png {
  background: url("../img/png42/png") repeat;
}

.bg3d {
  background: #3d3d3d;
}

.bg30 {
  background: #303030;
}

.bg333 {
  background: #333;
}

.bg27 {
  background: #272727;
}

.bgmc2 {
  background: #272727;
}

.bg333 {
  background: #333;
}

.bgline {
  background: url("../img/line.png") center top;
  background-size: 1200px auto;
}

.bgline2b {
  background: #272727 url("../img/line.png") center top;
  background-size: 1200px auto;
}

.nowrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opa2 {
  opacity: .2;
  filter: alpha(opacity=20);
}

.opa3 {
  opacity: .3;
  filter: alpha(opacity=30);
}

.opa5 {
  opacity: .5;
  filter: alpha(opacity=50);
}

.opa6 {
  opacity: .6;
  filter: alpha(opacity=60);
}

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70);
}

.opa8 {
  opacity: .8;
  filter: alpha(opacity=80);
}

.opa9 {
  opacity: .9;
  filter: alpha(opacity=90);
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.boxSha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.boxSha20 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.boxShaff10 {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

.tra10s {
  transition: all 1s cubic-bezier(0.05, 0.78, 1, 1);
}

.tra15s {
  transition: all 1.5s cubic-bezier(0.05, 0.78, 1, 1);
}

.tra40s {
  transition: all 4s linear;
}

.tra3s {
  transition: all 0.3s cubic-bezier(0.05, 0.78, 1, 1);
}

.tra5s {
  transition: all 0.5s cubic-bezier(0.05, 0.78, 1, 1);
}

.tra7s {
  transition: all 0.7s cubic-bezier(0.05, 0.78, 1, 1);
}

.curp {
  cursor: pointer;
}

.toTop {
  z-index: 5;
  width: 60px;
  height: 56px;
  background: url("../img/top.jpg") no-repeat center;
  position: fixed;
  bottom: 44px;
  right: 16px;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.view-more1 {
  position: relative;
  z-index: 3;
  width: 142px;
  height: 40px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  font-family: "Arial";
}
.view-more1:hover {
  background: #2e509d;
  color: #fff;
}

.view-more2 {
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 170px;
  height: 54px;
  color: #fff;
  font-size: 15px;
  line-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Arial";
}
.view-more2 a{ display: block;color: #fff}
.view-more2:hover {
  background: #fff;
  color: #333;
}
.view-more2:hover a {
  color: #333;
}
.view-more3 {
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 142px;
  height: 40px;
  border: 1px solid #dfdfdf;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  font-family: "Arial";
}
.view-more3:hover {
  background: #mc2;
  color: #fff;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -18deg);
    transform: rotate3d(0, 0, 1, -18deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -18deg);
    transform: rotate3d(0, 0, 1, -18deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  animation: swing 1s ease-out;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .8s ease-out;
  background: url("../img/bg040.png") repeat;
}
.header.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header.fixed0 {
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  z-index: 11;
  background: #2b2b2b;
}
.header.fixed0 .side-logo {
  position: relative;
  z-index: 12;
  width: 268px;
  height: 80px;
  margin: 0 auto;
  padding-top: 38px;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: middle;
}
.header.bg35 {
  background: #353636;
}
.header .side-logo {
  opacity: 0;
}
.header .header-nav-ul {
  vertical-align: middle;
}
.header .nav-li:hover .bocweb-nav-a, .header .nav-li.cur .bocweb-nav-a {
  background: url("../img/png33.png") no-repeat center bottom;
}
.header .nav-li:hover {
  background: #2c4fa3;
}
.header .bocweb-nav-a {
  top: 9px;
  height: 80px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 35px;
}
.header .bocweb-nav-en {
  font-size: 12px;
  opacity: 1;
}

.bocweb-subnav {
  z-index: 7;
  top: 80px;
  left: 50%;
  margin-left: -90px;
  padding-top: 16px;
  width: 180px;
  display: none;
}
.bocweb-subnav .bocweb-subnav-a {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #fff;
  background: #2c4fa3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bocweb-subnav .bocweb-subnav-a:before {
  display: inline-block;
  content: "";
  background: url("../img/png34.png") no-repeat center center;
  vertical-align: top;
  width: 9px;
  height: 56px;
  margin-right: 9px;
  transition: all .5s ease-in-out;
}
.bocweb-subnav .bocweb-subnav-a:after {
  display: inline-block;
  content: "";
  background: url("../img/png34.png") no-repeat center center;
  vertical-align: top;
  width: 9px;
  height: 56px;
  margin-left: 9px;
  transition: all .5s ease-in-out;
}
.bocweb-subnav .bocweb-subnav-a:hover:before {
  margin-right: 20px;
}
.bocweb-subnav .bocweb-subnav-a:hover:after {
  margin-left: 20px;
}

.header-sides {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.header-sides.zIndex3 {
  z-index: 3;
}
.header-sides .sides-top {
  padding-top: 40px;
  width: 346px;
  height: 356px;
}
.header-sides .side-logo {
  width: 268px;
  height: 28px;
  margin: 0 auto;
}
.header-sides .sides-en-img {
  width: 440px;
  height: 86px;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 3;
}
.header-sides .sides-bot {
  padding-top: 110px;
  width: 176px;
  height: 544px;
}
.header-sides .sides-bot:before {
  content: " ";
  background: url("../img/big.png") no-repeat left center;
  display: block;
  position: relative;
  height: 96px;
  width: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
  margin:  0 auto 40px;
  text-transform: uppercase;
}
.header-sides .side-items {
  width: 48px;
  margin: 0 auto 24px;
}
.header-sides .sides-ico {
  width: 48px;
  height: 22px;
  cursor: pointer;
  transition: all .3s linear;
}
.header-sides .sides-line {
  width: 1px;
  height: 60px;
  background: #606060;
  margin: 0 auto 20px;
}
.header-sides .sides-ico1 {
  background: url("../img/i1.png") no-repeat center;
}
.header-sides .sides-ico1:hover, .header-sides .sides-ico1.cur {
  background: url("../img/i1on.png") no-repeat center;
}
.header-sides .sides-ico2 {
  background: url("../img/i2.png") no-repeat center;
}
.header-sides .sides-ico2:hover, .header-sides .sides-ico2.cur {
  background: url("../img/i2on.png") no-repeat center;
}
.header-sides .sides-ico3 {
  background: url("../img/i3.png") no-repeat center;
}
.header-sides .sides-ico3:hover, .header-sides .sides-ico3.cur {
  background: url("../img/i3on.png") no-repeat center;
}
.header-sides .sides-ico4 {
  background: url("../img/i4.png") no-repeat center;
}
.header-sides .sides-ico4:hover, .header-sides .sides-ico4.cur {
  background: url("../img/i4on.png") no-repeat center;
}
.header-sides .side-hides {
  z-index: 4;
  display: none;
  background: #fff;
  padding: 6px;
}
.header-sides .side-hides:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 6px;
  height: 12px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 110px;
  background: url("../img/png37.png") no-repeat center;
}
.header-sides .side-hides .side-item1-a {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.header-sides .side-hides .nums {
  color: #222;
}
.header-sides .side-items1 .side-hides {
  width: 80px;
  right: -80px;
  top: -82px;
}
.header-sides .side-items2 .side-hides {
  width: 100px;
  height: 100px;
  right: -100px;
  top: -38px;
}
.header-sides .side-items3 .side-hides {
  width: 100px;
  height: 100px;
  right: -100px;
  top: -38px;
}
.header-sides .side-items4 .side-hides {
  width: 220px;
  height: 28px;
  right: -220px;
  top: -2px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 14px;
}

.header-sides1 {
  display: none;
}
.header-sides1.show {
  display: block;
}

.header-sides2 {
  display: block;
}
.header-sides2.hide {
  display: none;
}
.header-sides2 .sides-top {
  width: 360px;
  height: 428px;
}
.header-sides2 .sides-line {
  margin: 64px 0 16px 92px;
}
.header-sides2 .side-items {
  margin: 0 0 24px 66px;
}

.bocweb-footer {
  font-family: "Microsoft YaHei";
  padding-top: 38px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .8s ease-out;
}
.bocweb-footer.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

.footer-top {
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top .footer-nav {
  margin: 0 48px;
}
.footer-top .footer-a0 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 46px;
}
.footer-top .footer-a0:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 44px;
  height: 1px;
  left: 0;
  top: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top .footer-a1 {
  font-size: 14px;
  line-height: 30px;
}
.footer-top .footer-a {
  color: #fff;
  display: block;
  transition: all .3s linear;
}
.footer-top .footer-a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-top .footer-contact {
  padding-top: 100px;
  color: #fff;
  width: 180px;
  font-size: 14px;
  line-height: 30px;
}

.footer-bot {
  position: relative;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer-bot .footer-bot-nav {
  margin-right: 92px;
}
.footer-bot .footer-bot-tele {
  margin-right: 134px;
}
.footer-bot .footer-bot-a {
  color: #fff;
  height: 56px;
  line-height: 56px;
  margin-right: 58px;
}

.footer-buy .footer-buy-a {
  cursor: pointer;
}
.footer-buy .side-hides {
  display: none;
  top: -60px;
  left: 50%;
  width: 242px;
  margin-left: -151px;
  padding: 10px;
  background: #fff;
}
.footer-buy .side-hides:after {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -6px;
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  margin-left: -10px;
  transition: all .3s linear;
  background: url("../img/png14.png") no-repeat center;
  background-size: 100%;
}

.icpxx{position: absolute;bottom: 8px; width: 100%; display: flex;justify-content: center;align-items: center;}
.icpxx p{padding-right: 10px; font-size: 14px;line-height: 20px; color: rgba(255,255,255,.5);}
.icpxx a{color: rgba(255,255,255,.5)}
.icpxx a:hover{color: rgba(255,255,255,1);}

.w730 {
  width: 730px;
}

.moudle-titles {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 104px 0 58px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -50px);
  transition: all .8s ease-out;
}
.moudle-titles.in {
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.moudle-titles .moudle-cn {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 8px;
}
.moudle-titles .moudle-en {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.moudle-titles .moudle-dt {
  font-size: 14px;
  line-height: 30px;
  margin: 30px auto 0;
}

.welcome .moudle-titles {
  padding-bottom: 110px;
}

.box_skitter {
  padding-left: 0 !important;
}
.box_skitter .container_skitter {
  height: 100% !important;
}
.box_skitter .container_thumbs {
  height: 0px;
  display: none;
}
.box_skitter .btn {
  z-index: 11;
  position: absolute;
  display: inline-block;
  top: 310px;
  width: 80px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 2px;
}
.box_skitter .prev_button {
  left: 172px;
  padding-left: 30px;
  background: url("../img/prev1.png") no-repeat left 6px center;
}
.box_skitter .next_button {
  left: 272px;
  padding-right: 30px;
  background: url("../img/next1.png") no-repeat right 6px center;
}

.loadding2 {
  position: fixed;
  z-index: 32;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all .5s linear;
}
.loadding2.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loadding2 .loadding-circle {
  border-radius: 50%;
  top: 50%;
  left: 50%;
}
.loadding2 .loadding-circle1 {
  z-index: 5;
  margin-left: -28px;
  margin-top: -28px;
  background: #2e509d;
  width: 56px;
  height: 56px;
  animation: scale infinite 2s ease-in-out;
}
.loadding2 .loadding-circle2 {
  z-index: 4;
  margin-left: -28px;
  margin-top: -28px;
  background: #fff;
  width: 56px;
  height: 56px;
  animation: scale2 infinite 2s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes submitAnimation {
  30% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  0%,100% {
    transform: rotate(0);
  }
}
.wel-about-wrap {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background: #272727 url("../img/png2.png") no-repeat 40px 230px;
}
.wel-about-wrap .wel-about-cn {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 60px);
  transition: all .8s ease-out;
}
.wel-about-wrap .wel-about-cn.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-about-wrap .wel-about-en {
  font-size: 18px;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 60px);
  transition: all .8s ease-out .3s;
}
.wel-about-wrap .wel-about-en.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-about-wrap .wel-about-dt {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 60px);
  transition: all .8s ease-out .6s;
}
.dt002 {
  /*max-height: 90px;*/
  /*overflow: hidden;*/
  max-height: 330px;
  overflow: hidden;
  transition: all .5s ease-out .5s;
}
.dt002.cur {
}
.wel-about-wrap .wel-about-dt.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-about-wrap .wel-about-dm {
  padding: 0 70px;
}
.wel-about-wrap .wel-about-icos {
  line-height: 24px;
  padding-top: 50px;
  margin-bottom: 32px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 60px);
}
.wel-about-wrap .wel-about-icos.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-about-wrap .wel-about-icos1 {
  background: url("../img/ico1.png") no-repeat left top;
  transition: all .8s ease-out;
}
.wel-about-wrap .wel-about-icos2 {
  background: url("../img/ico2.png") no-repeat left top;
  transition: all .8s ease-out .3s;
}
.wel-about-wrap .wel-about-icos3 {
  background: url("../img/ico3.png") no-repeat left top;
  transition: all .8s ease-out .6s;
}
.wel-about-wrap .wel-about-dr img {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.2);
}
.wel-about-wrap .wel-about-dr img.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  transition: all 1.6s ease-out;
}
.wel-about-wrap .wel-about-dr:hover img {
  transform: scale(1.2);
}
.wel-about-wrap .view-more1-wrap {
  margin-top: 50px;
}
.wel-about-wrap .view-more1:hover {
  transform: translate(0, -3px);
}

.wel-pro-wrap {
  background: #272727 url("../img/png5.png") no-repeat 75% 50px;
}
.wel-pro-wrap .wel-pro-covers {
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 24px;
  padding-top: 72px;
  padding-left: 50px;
  background: url("../img/bg050.png");
  font-size: 18px;
}
.wel-pro-wrap .covers-circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.wel-pro-wrap .wel-pro-en1 {
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 8px;
}
.wel-pro-wrap .wel-pro-en2 {
  margin-top: 400px;
  transform: rotate(-90deg);
  letter-spacing: 10px;
  margin-top: 140px;
  margin-left: -406px;
}
.wel-pro-wrap .wel-pro-item {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 100px);
  transition: all .8s ease-out .3s;
}
.wel-pro-wrap .wel-pro-item.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-pro-wrap .wel-pro-item:hover .covers-circle {
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=100);
}
.wel-pro-wrap .wel-pro-item:hover .wel-pro-img {
  transform: scale(1.2);
}
.wel-pro-wrap .wel-pro-item:hover .wel-pro-covers {
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wel-pro-wrap .wel-pro-item:hover .wel-pro-en1 {
  transform: translateY(50px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.wel-pro-wrap .wel-pro-item:hover .wel-pro-cn1 {
  transform: translateY(50px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.wel-pro-wrap .wel-pro-item:hover .wel-pro-en2 {
  letter-spacing: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wel-pro-wrap .owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  overflow: visible;
  margin-top: -25px;
}
.wel-pro-wrap .owl-buttons .owl-prev, .wel-pro-wrap .owl-buttons .owl-next {
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  z-index: 4;
  top: 0;
  display: inline-block;
  width: 78px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.wel-pro-wrap .owl-buttons .owl-prev {
  left: 50px;
  padding-left: 40px;
  background: url("../img/prev1.png") no-repeat left 6px center;
}
.wel-pro-wrap .owl-buttons .owl-next {
  right: 50px;
  padding-right: 40px;
  background: url("../img/next1.png") no-repeat right 6px center;
}

.wel-news-wrap {
  background: #272727 url("../img/png6.png") no-repeat 65% 200px;
}
.wel-news-wrap .moudle-titles {
  padding-top: 224px;
}
.wel-news-wrap .wel-news-covers {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/png3.png");
  background-size: cover;
}
.wel-news-wrap .wel-news-cover {
  width: 100%;
  height: 254px;
  top: 50%;
  left: 0;
  margin-top: -127px;
  padding: 0 19% 0;
}
.wel-news-wrap .view-more2 {
  margin: 0 auto;
}
.wel-news-wrap .wel-news-item1 {
  color: #fff;
  line-height: 30px;
}
.wel-news-wrap .wel-news-item1 .wel-news-en {
  font-size: 30px;
  letter-spacing: 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item1 .wel-news-en.in {
  opacity: .5;
  filter: alpha(opacity=50);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item1 .wel-news-title {
  font-size: 26px;
  margin: 30px 0 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item1 .wel-news-title.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item1 .wel-news-dt {
  font-size: 14px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item1 .wel-news-dt.in {
  opacity: .5;
  filter: alpha(opacity=50);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item1:hover .wel-news-img1 {
  transform: scale(1.2);
}
.wel-news-wrap .wel-news-item1 .view-more2-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item1 .view-more2-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item2 {
  color: #999;
  line-height: 36px;
}
.wel-news-wrap .wel-news-item2 .wel-news-txts {
  z-index: 2;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 60px 30px 0 40px;
}
.wel-news-wrap .wel-news-item2 .wel-news-time {
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item2 .wel-news-time.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item2 .wel-news-title {
  font-size: 22px;
  color: #333;
  margin: 40px 0 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item2 .wel-news-title.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item2 .wel-news-title:after {
  position: absolute;
  display: block;
  top: 6px;
  content: "";
  width: 12px;
  height: 24px;
}
.wel-news-wrap .wel-news-item2 .wel-news-txts1 {
  left: 0;
}
.wel-news-wrap .wel-news-item2 .wel-news-txts1 .wel-news-title:after {
  right: -42px;
  background: url("../img/threer.png") no-repeat center;
}
.wel-news-wrap .wel-news-item2 .wel-news-txts2 {
  right: 0;
}
.wel-news-wrap .wel-news-item2 .wel-news-txts2 .wel-news-title:after {
  left: -52px;
  background: url("../img/threel.png")  no-repeat center;
}
.wel-news-wrap .wel-news-item2 .wel-news-dt {
  font-size: 14px;
  max-height: 72px;
  overflow: hidden;
  color: #666;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item2 .wel-news-dt.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item2 .view-more3-wrap {
  margin-top: 90px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-news-wrap .wel-news-item2 .view-more3-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-news-wrap .wel-news-item2 .view-more3 {
  margin-top: 100px;
}
.wel-news-wrap .wel-news-item2 .view-more3:hover {
  background: #272727;
  color: #fff;
}
.wel-news-wrap .wel-news-item2:hover .wel-news-img2 {
  transform: scale(1.3);
}
.wel-news-wrap .wel-news-mains1 .wel-news-item1 .wel-news-en {
  transition: all .8s ease-out;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item1 .wel-news-title {
  transition: all .8s ease-out .3s;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item1 .wel-news-dt {
  transition: all .8s ease-out .6s;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item1 .view-more2-wrap {
  transition: all .8s ease-out .9s;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item2 .wel-news-time {
  transition: all .8s ease-out .4s;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item2 .wel-news-title {
  transition: all .8s ease-out .7s;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item2 .wel-news-dt {
  transition: all .8s ease-out 1s;
}
.wel-news-wrap .wel-news-mains1 .wel-news-item2 .view-more3-wrap {
  transition: all .8s ease-out 1.3s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item1 .wel-news-en {
  transition: all .8s ease-out .4s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item1 .wel-news-title {
  transition: all .8s ease-out .7s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item1 .wel-news-dt {
  transition: all .8s ease-out 1s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item1 .view-more2-wrap {
  transition: all .8s ease-out 1.3s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item2 .wel-news-time {
  transition: all .8s ease-out;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item2 .wel-news-title {
  transition: all .8s ease-out .3s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item2 .wel-news-dt {
  transition: all .8s ease-out .6s;
}
.wel-news-wrap .wel-news-mains2 .wel-news-item2 .view-more3-wrap {
  transition: all .8s ease-out .9s;
}

.wel-merchants-wrap {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background: #272727 url("../img/png7.png")  no-repeat 22% 170px;
}
.wel-merchants-wrap .moudle-titles {
  padding-top: 240px;
  padding-bottom: 40px;
}
.wel-merchants-wrap .welchants-bgline {
  height: 160px;
}
.wel-merchants-wrap .wel-merchants {
  padding: 58px 46px 46px;
}
.wel-merchants-wrap .wel-merchants-cn {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 6px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.wel-merchants-wrap .wel-merchants-cn.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-merchants-wrap .wel-merchants-en {
  width: 324px;
  font-size: 48px;
  line-height: 52px;
  margin-top: 6px;
  margin-bottom: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .3s;
}
.wel-merchants-wrap .wel-merchants-en.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-merchants-wrap .wel-merchants-dt {
  z-index: 1;
  font-size: 14px;
  padding-left: 112px;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .6s;
}
.wel-merchants-wrap .wel-merchants-dt.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-merchants-wrap .wel-merchants-dt:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 94px;
  height: 1px;
  top: 12px;
  left: 0;
  display: block;
  background: #959595;
}
.wel-merchants-wrap .wel-merchants-dl {
  width: 708px;
  height: 426px;
  padding: 32px 148px 32px 0;
}
.wel-merchants-wrap .wel-merchants-dl:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 314px;
  height: 426px;
  top: 0;
  right: 0;
  display: block;
  background: #303030;
}
.wel-merchants-wrap .wel-merchants-dr-img {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.2);
  transition: all 1s ease-out;
}
.wel-merchants-wrap .wel-merchants-dr-img.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.wel-merchants-wrap .wel-merchants-dr {
  width: 400px;
}
.wel-merchants-wrap .wel-merchants-dr:hover .wel-merchants-dr-img {
  transform: scale(1.2);
}
.wel-merchants-wrap .view-more1-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .6s;
}
.wel-merchants-wrap .view-more1-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-merchants-wrap .view-more1 {
  color: #333;
  margin-left: 112px;
}
.wel-merchants-wrap .view-more1:hover {
  color: #fff;
  transform: translate(0, -6px);
}

.wel-kitchen-wrap {
  padding-top: 30px;
  padding-bottom: 210px;
}
.wel-kitchen-wrap .moudle-titles {
  padding-bottom: 86px;
}
.wel-kitchen-wrap .wel-kitchen-ico {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  padding-top: 25px;
  margin: 0 auto 30px;
}
.wel-kitchen-wrap .wel-kitchen-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.wel-kitchen-wrap .wel-kitchen-txt {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.wel-kitchen-wrap .wel-kitchen-items {
  width: 194px;
  vertical-align: top;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.wel-kitchen-wrap .wel-kitchen-items.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.wel-kitchen-wrap .wel-kitchen-items:first-child {
  transition: all .8s ease-out .8s;
}
.wel-kitchen-wrap .wel-kitchen-items:nth-child(2) {
  transition: all .8s ease-out 1s;
}
.wel-kitchen-wrap .wel-kitchen-items:nth-child(3) {
  transition: all .8s ease-out 1.2s;
}
.wel-kitchen-wrap .wel-kitchen-items:last-child {
  transition: all .8s ease-out 1.4s;
}
.wel-kitchen-wrap .wel-kitchen-items:hover .wel-kitchen-ico {
  background: #2e509d;
}

.wel-search-wrap {
  padding-top: 42px;
  padding-bottom: 30px;
  background: #e2e2e2;
}
.wel-search-wrap .wel-search-form {
  border-radius: 5px;
  width: 808px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 18px;
  background: #fff;
  line-height: 36px;
  padding: 10px 12px 10px 28px;
}
.wel-search-wrap .wel-search-input {
  width: 580px;
  height: 36px;
  color: #8f8f8f;
  background: none;
  border: none;
}
.wel-search-wrap .wel-submit {
  width: 178px;
  height: 36px;
  text-align: center;
  color: #fff;
  background: #2e509d;
  border: none;
  font-size: 18px;
}

.inner-ban {
  /*height: 716px;*/
  overflow: hidden;
}
.inner-ban .inner-ban-covers {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../img/png8.png")  no-repeat right bottom;
  color: #fff;
}
@media(max-width: 1400px) {
  .inner-ban .inner-ban-covers {
    bottom: -70px;
    right: -150px;
    transform: scale(.8);
  }
  .inner-ban .inner-ban-txts {
    right: 340px;
  }
}
.inner-ban .inner-ban-txts {
  bottom: 210px;
  right: 345px;
}
.inner-ban .inner-ban-cn {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.inner-ban .inner-ban-en {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 4px;
}

.about-cluture-wrap .about-cluture-mains {
  padding-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.about-cluture-wrap .about-cluture-mains img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.about-cluture-wrap .about-cluture-txts {
  color: #fff;
  line-height: 30px;
  padding-right: 60px;
  padding-top: 104px;
}
.about-cluture-wrap .about-cluture-en {
  font-size: 18px;
  line-height: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.about-cluture-wrap .about-cluture-en.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-cluture-wrap .about-cluture-cn {
  font-size: 30px;
  margin: 20px 0 74px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .2s;
}
.about-cluture-wrap .about-cluture-cn.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-cluture-wrap .about-cluture-dt {
  font-size: 14px;
  max-height: 196px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .4s;
}
.about-cluture-wrap .about-cluture-dt.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-cluture-wrap .about-cluture-dt.cur {
  max-height: 360px;
}
.about-cluture-wrap .view-more1 {
  cursor: pointer;
}
.about-cluture-wrap .view-more1:before {
  transition: all .8s ease-out .4s;
  content: "Read More";
  display: block;
}
.about-cluture-wrap .view-more1.cur:before {
  content: "Close";
  display: block;
}
.about-cluture-wrap .view-more1-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .6s;
}
.about-cluture-wrap .view-more1-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-cluture-wrap .about-nums {
  font-size: 54px;
  line-height: 46px;
  margin-bottom: 20px;
}
.about-cluture-wrap .about-cluture-img {
  width: 296px;
  height: 296px;
  font-size: 14px;
  line-height: 26px;
}
.about-cluture-wrap .about-cluture-img:hover {
  transform: translate(0, -10px);
}
.about-cluture-wrap .cluture-dr-items {
  width: 296px;
  height: 296px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.about-cluture-wrap .cluture-dr-items.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-cluture-wrap .about-cluture-img1 {
  left: 88px;
  z-index: 2;
}
.about-cluture-wrap .about-cluture-img1 .cluture-dr-items {
  padding-top: 60px;
  padding-left: 36px;
  transition: all .8s ease-out;
}
.about-cluture-wrap .about-cluture-img2 {
  top: 110px;
  z-index: 1;
  color: #fff;
}
.about-cluture-wrap .about-cluture-img2 .cluture-dr-items {
  background: #2e509d;
  padding-top: 60px;
  padding-left: 146px;
  transition: all .8s ease-out .2s;
}
.about-cluture-wrap .about-cluture-img3 {
  margin-left: 200px;
  margin-top: 142px;
}
.about-cluture-wrap .about-cluture-img3 .cluture-dr-items {
  transition: all .8s ease-out .4s;
}
.about-cluture-wrap .view-more1 {
  margin-top: 70px;
}
.about-cluture-wrap .view-more1:hover {
  transform: translate(0, -3px);
}

.about-strength-wrap .strength-items {
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.about-strength-wrap .strength-items.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-strength-wrap .moudle-titles {
  padding-top: 156px;
  background: #2b2b2b url("../img/line.png")  no-repeat center;
}
.about-strength-wrap .strength-txts {
  width: 600px;
  padding: 82px 40px 0;
}
.about-strength-wrap .strength-h5 {
  font-size: 26px;
  line-height: 26px;
  color: #111;
  margin-bottom: 38px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .4s;
}
.about-strength-wrap .strength-h5.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-strength-wrap .strength-dt {
  height: 300px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  padding-right: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .8s;
}
@media(max-width: 1600px) {
  .about-strength-wrap .strength-dt {
    height: 210px;
  }
}
.about-strength-wrap .strength-dt.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-strength-wrap .strength-items:hover .strength-img {
  transform: scale(1);
}

.about-news-wrap {
  padding-bottom: 78px;
}
.about-news-wrap .about-news-banner {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .2s;
}
.about-news-wrap .about-news-banner.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-news-wrap .moudle-titles {
  padding-top: 178px;
  padding-bottom: 58px;
}
.about-news-wrap .about-news-txts {
  color: #fff;
  padding-top: 28px;
}
.about-news-wrap .about-news-time {
  width: 80px;
}
.about-news-wrap .about-news-txt {
  width: 294px;
  padding-left: 20px;
}
.about-news-wrap .news-date {
  font-size: 34px;
}
.about-news-wrap .news-date {
  font-size: 34px;
  line-height: 34px;
  margin-right: 6px;
}
.about-news-wrap .news-month {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 6px;
}
.about-news-wrap .news-year {
  font-size: 12px;
  line-height: 12px;
}
.about-news-wrap .about-news-title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
.about-news-wrap .about-news-dt {
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.about-news-wrap .about-news-li {
  width: 374px !important;
  margin-right: 39px !important;
}
.about-news-wrap .about-news-li:hover .about-news-img {
  transform: scale(1.2);
}

.about-news-btns {
  width: 100%;
  height: 1px;
  left: 0;
  top: 432px;
}
.about-news-btns .about-news-btn {
  z-index: 3;
  position: absolute;
  display: inline-block;
  top: 0;
  width: 24px;
  height: 42px;
  cursor: pointer;
}
.about-news-btns .prev {
  left:0px;
  background: url("../img/prev3.png") no-repeat left center;
}
.about-news-btns .prev:hover {
  background: url("../img/prev3on.png") no-repeat left center;
}
.about-news-btns .next {
  right:0px;
  background: url("../img/next3.png") no-repeat right center;
}
.about-news-btns .next:hover {
  background: url("../img/next3on.png") no-repeat left center;
}

.about-join-wrap {
  padding-bottom: 40px;
  line-height: 32px;
}.about-join-wrap .moudle-titles {
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-join-wrap .about-join-items {
  width: 370px;
  margin-right: 45px;
  padding: 28px 28px 0;
  height: 476px;
  background: #fff;
  margin-bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.about-join-wrap .about-join-items.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-join-wrap .about-join-items.about-join-items3 {
  margin-right: 0;
}
.about-join-wrap .about-join-items {
  transition: all .8s ease-out;
}
.about-join-wrap .about-join-items:nth-child(3n) {
  margin-right: 0;
}
.about-join-wrap .about-join-items:hover {
  background: #2e509d;
}
.about-join-wrap .about-join-items:hover .join-time, .about-join-wrap .about-join-items:hover .join-name, .about-join-wrap .about-join-items:hover .join-h6, .about-join-wrap .about-join-items:hover .join-dt {
  color: #fff;
}
.about-join-wrap .join-time {
  font-size: 14px;
  color: #666;
}
.about-join-wrap .join-name {
  font-size: 20px;
  color: #222;
  padding: 16px 0 24px;
}
.about-join-wrap .join-h6 {
  padding-top: 40px;
  border-top: 1px solid #ddd;
  font-size: 18px;
  color: #333;
}
.about-join-wrap .join-dt {
  font-size: 14px;
  color: #333;
  height: 160px;
  overflow: hidden;
}
.about-join-wrap .view-more2-wrap {
  width: 170px;
  margin: 98px auto 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out 1.2s;
}
.about-join-wrap .view-more2-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-join-wrap .view-more2 {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.about-join-wrap .view-more3 {
  margin-top: 42px;
  color: #666;
  background: #fff;
}
.about-join-wrap .view-more3:hover {
  background: #fff;
  color: #666;
  border: 1px solid #fff;
}

.recruit-ajax-bg {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url("../img/bg060.png") repeat;
  box-sizing: border-box;
}
.recruit-ajax-bg div, .recruit-ajax-bg ul, .recruit-ajax-bg li, .recruit-ajax-bg span, .recruit-ajax-bg a {
  box-sizing: border-box;
}
.recruit-ajax-bg .yaoqiu-wrap {
  padding-right: 12px;
}
.recruit-ajax-bg .recruit-dt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -600px;
  width: 960px;
  height: 480px;
  background: #fff;
  overflow: visible;
  padding: 36px 56px 46px;
}
.recruit-ajax-bg .recruit-dt-wrap .recruit-close-btn {
  background: url("../img/close1.jpg") no-repeat;
  background-size: 100% !important;
  width: 36px;
  height: 36px;
  top: 0;
  right: -46px;
  cursor: pointer;
  border-radius: 6px;
}
.recruit-ajax-bg .recruit-dt {
  padding-bottom: 46px;
}
.recruit-ajax-bg .recruit-name {
  font-size: 26px;
  line-height: 26px;
  color: #333;
}
.recruit-ajax-bg .yaoqiu-h5 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-bottom: 16px;
}
.recruit-ajax-bg .yaoqiu-dt {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.recruit-ajax-bg .recruit-ico0 {
  font-size: 12px;
  line-height: 26px;
  color: #777;
  padding-left: 26px;
  background: url("../img/hhh.png")  no-repeat left center;
  background-size: 14px;
  margin-right: 10px;
}
.recruit-ajax-bg .recruit-name-wrap {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 42px;
}
.recruit-ajax-bg .yaoqiu-bot {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.recruit-ajax-bg .yaoqiu-items1 {
  padding-bottom: 34px;
  padding-top: 20px;
}
.recruit-ajax-bg .toForm-a {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2e509d;
}
.recruit-ajax-bg .yaoqiu-tele-wrap {
  font-size: 14px;
  line-height: 50px;
}
.recruit-ajax-bg .yaoqiu-tele {
  vertical-align: top;
  background: url("../img/tele0.png")  no-repeat left center;
  background-size: 14px;
  margin-right: 40px;
  padding-left: 24px;
}
.recruit-ajax-bg .yaoqiu-email {
  vertical-align: top;
  background: url("../img/em0.png")  no-repeat left center;
  background-size: 14px;
  padding-left: 24px;
}
.about-address-wrap .about-address-top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-address-wrap .about-txts {
  width: 236px;
  margin: 0 81px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.about-address-wrap .about-txts.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.about-address-wrap .about-txts.about-txts1 {
  transition: all .8s ease-out;
}
.about-address-wrap .about-txts.about-txts2 {
  transition: all .8s ease-out .2s;
}
.about-address-wrap .about-txts.about-txts3 {
  transition: all .8s ease-out .4s;
}
.about-address-wrap .about-txts-en {
  font-size: 14px;
  line-height: 58px;
}
.about-address-wrap .about-txts-cn {
  font-size: 18px;
  line-height: 32px;
}
.about-address-wrap .about-txts-line {
  width: 1px;
  height: 122px;
  background: rgba(255, 255, 255, 0.1);
}
.about-address-wrap .about-address-map {
  height: 610px;
}

.pro-ajax-wrap .ajax-contents {
  padding-top: 30px;
}
.pro-ajax-wrap .pro-ajax-btns {
  z-index: 3;
  background: url("../img/bg111.jpg")  repeat-x top center;
  height: 202px;
  font-size: 16px;
  line-height: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.pro-ajax-wrap .pro-ajax-btns.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.pro-ajax-wrap .ajax-items {
  padding-top: 70px;
}
.pro-ajax-wrap .ajax-mains {
  padding-bottom: 164px;
}
.pro-ajax-wrap .covers-circle {
  position: absolute;
  z-index: 2;
  top: 118px;
  left: 50%;
  display: block;
  width: 84px;
  height: 84px;
  margin-left: -42px;
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.pro-ajax-wrap .ajax-item-a {
  background: #fff;
  width: 576px;
  margin-bottom: 30px;
}
.ajax-item-a .ajax-img {
  width: 80%;
  margin: 50px auto;
  height: auto;
}
.pro-ajax-wrap .ajax-item-a:nth-child(2n) {
  float: right;
}
.pro-ajax-wrap .ajax-item-a:hover .covers-circle {
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=100);
}
.pro-ajax-wrap .ajax-item-a:hover .ajax-img {
  transform: scale(0.9);
}
.pro-ajax-wrap .ajax-items-title {
  color: #fff;
  font-size: 20px;
  width: 148px;
  height: 54px;
  background: #2e509d;
  line-height: 54px;
}
.pro-ajax-wrap .ajax-items-mains {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pro-ajax-wrap .pro-ajax-items {
  padding: 42px 0 32px;
  width: 180px;
  /*margin-right: 84px;*/
  cursor: pointer;
  color: #222;
}
.pro-ajax-wrap .pro-ajax-items:nth-child(6) {
  margin-right: 0;
}
.pro-ajax-wrap .pro-ajax-items:after {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -12px;
  content: "";
  display: none;
  width: 40px;
  height: 12px;
  margin-left: -20px;
  transition: all .3s linear;
  background: url("../img/png14.png") no-repeat center;
}
.pro-ajax-wrap .pro-ajax-items:hover:after, .pro-ajax-wrap .pro-ajax-items.hov:after {
  display: block;
}
.pro-ajax-wrap .ajax-img-wrap {
  width: 88px;
  height: 80px;
  margin: 0 auto 20px;
}
.pro-ajax-wrap .pro-icos {
  left: 32px;
  top: 42px;
  width: 28px;
  height: 105px;
}
.pro-ajax-wrap .pro-icos img {
  display: block;
}
.pro-ajax-wrap .pro-ico {
  margin-bottom: 6px;
}
.pro-ajax-wrap .ajax-items-cover {
  top: 0;
  left: 0;
}
.pro-ajax-wrap .pro-names-wrap {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  line-height: 32px;
  padding: 0 28px 20px;
  font-size: 22px;
  color: #222;
}
.pro-ajax-wrap .pro-name {
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-ajax-wrap .pro-stars {
  width: 88px;
  height: 22px;
}
.pro-ajax-wrap .pro-stars1 {
  background: url("../img/star1.png") no-repeat center center;
}
.pro-ajax-wrap .pro-stars2 {
  background: url("../img/star2.png")no-repeat center center;
}
.pro-ajax-wrap .pro-stars3 {
  background: url("../img/star3.png") no-repeat center center;
}
.pro-ajax-wrap .pro-stars4 {
  background: url("../img/star4.png") no-repeat center center;
}
.pro-ajax-wrap .pro-stars5 {
  background: url("../img/star5.png")no-repeat center center;
}

.ajax-sides {
  top: 90px;
  left: 48px;
}
.ajax-sides .ajax-sides-items {
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
.ajax-sides .ajax-sides-items:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 6px;
  content: "";
  width: 28px;
  height: 28px;
  transition: all .5s linear;
  border: 1px solid transparent;
  border-radius: 50%;
  background: url("../img/png15.png")no-repeat center;
}
.ajax-sides .ajax-sides-items.cur:after, .ajax-sides .ajax-sides-items:hover:after {
  border-color: #2c4fa3;
  background: url("../img/png15on.png") no-repeat center;
}

.ajax-sides.fixed0 {
  z-index: 10;
  position: fixed;
  top: 300px;
  width: 104px;
  height: 160;
}

.inner-ajax-sides {
  z-index: 6;
  top: 112px;
  right: 60px;
  width: 136px;
}
.inner-ajax-sides.about-ajax-sides {
  width: 144px;
  padding: 20px 10px 10px 10px;
}
.inner-ajax-sides .ajax-sides-items {
  padding-right: 42px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 12px;
  padding: 20px 10px 10px 10px;
}
.inner-ajax-sides .ajax-sides-items.cur {
  /*color: #2c4fa3;*/
}
.inner-ajax-sides .ajax-sides-items:hover {
  color: #2c4fa3;
}
.inner-ajax-sides .ajax-sides-items:after {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 26px;
  content: "";
  width: 28px;
  height: 28px;
  transition: all .5s linear;
  border: 1px solid transparent;
  border-radius: 50%;
  background: url("../img/png15.png") no-repeat center;
}
.inner-ajax-sides .ajax-sides-items.cur:after, .inner-ajax-sides .ajax-sides-items:hover:after {
  background: url("../img/png15on.png") no-repeat center;
  border-color: #2c4fa3;
}

.inner-ajax-sides.fixed0 {
  z-index: 7;
  position: fixed;
  top: 112px;
  background: rgba(0,0,0,.3);
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  padding-bottom: 20px;
}
.inner-ajax-sides2.fixed0 {
  top: 282px;
}

.kitchen-ajax-sides {
  width: 140px;
}
.kitchen-ajax-sides.fixed0 {
  width: 140px;
}

.pro-ajax-btns.fixed0 {
  z-index: 7;
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: 190px;
}

.mer-strength-wrap .mer-strength-banner {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.mer-strength-wrap .mer-strength-banner.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.mer-strength-wrap .moudle-titles {
  padding: 130px 0 54px;
}
.mer-strength-wrap .strength-title {
  font-size: 24px;
  margin-bottom: 28px;
}
.mer-strength-wrap .strength-dt {
  font-size: 14px;
  padding-right: 10px;
}
.mer-strength-wrap .strength-li {
  width: 584px !important;
  /*height: 660px !important;*/
  overflow: hidden;
  margin-right: 32px !important;
  line-height: 30px;
  color: #222;
}
.mer-strength-wrap .strength-li .txt-wrap2017 {
  padding: 30px 30px 30px 116px;
  background: #fff url("../img/png16.png") no-repeat 30px 30px;
}
.mer-strength-wrap .strength-li:hover .txt-wrap2017 {
  color: #fff;
  background: #2e509d url("../img/png16on.png") no-repeat 30px 30px;
}
.mer-strength-wrap .hd {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 12px;
}
.mer-strength-wrap .hd li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.mer-strength-wrap .hd li.on {
  background: #2e509d;
}
.philosophy-banner .hd {
  text-align: center;
  position: absolute;
  bottom: 00px;
  left: 0;
  width: 100%;
  height: 12px;
}
.philosophy-banner .hd li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.philosophy-banner .hd li.on {
  background: #2e509d;
}
.mer-store-wrap .mer-store-banner {
  padding-bottom: 116px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
  width: 787px;
}
.mer-store-wrap .mer-store-banner.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.mer-store-wrap .moudle-titles {
  padding: 116px 0 54px;
}
.mer-store-wrap .store-title {
  color: #fff;
  padding-top: 30px;
}
.mer-store-wrap .store-li {
  width: 374px !important;
  margin-right: 39px !important;
  overflow: hidden;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 25px;
}
/* .mer-store-wrap .store-li:nth-child(3n){margin-right: 0px!important} */
.mer-store-wrap .store-li:hover .store-img {
  transform: scale(1.2);
}

.mer-store-btns {
  width: 100%;
  height: 1px;
  left: 0;
  top: 146px;
}
.mer-store-btns .mer-store-btn {
  z-index: 3;
  position: absolute;
  display: inline-block;
  top: 0;
  width: 24px;
  height: 42px;
  cursor: pointer;
}
.mer-store-btns .prev {
  left: -48px;
  background: url("../img/prev3.png") no-repeat left center;
}
.mer-store-btns .prev:hover {
  background: url("../img/prev3on.png") no-repeat left center;
}
.mer-store-btns .next {
  right: -48px;
  background: url("../img/next3.png") no-repeat right center;
}
.mer-store-btns .next:hover {
  background: url("../img/next3on.png") no-repeat left center;
}

.mer-join-wrap {
  padding-bottom: 88px;
}
@keyframes circle1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
.mer-join-wrap .circle2 {
  width: 58px;
  height: 58px;
  margin: 0 auto 36px;
}
.mer-join-wrap .circle2-txts {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.mer-join-wrap .circle2-mains {
  left: 0;
  top: 50%;
  margin-top: -56px;
  height: 112px;
  width: 100%;
}
.mer-join-wrap .mer-join-mains {
  height: 560px;
  padding-top: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.mer-join-wrap .mer-join-mains.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.mer-join-wrap .mer-circle0 {
  animation: circle1 50s infinite linear;
}
.mer-join-wrap .mer-circle-wrap {
  width: 554px;
  height: 554px;
  left: 50%;
  top: 0;
  margin-left: -277px;
}
.mer-join-wrap .circle2-wrap {
  width: 412px;
  height: 412px;
  left: 50%;
  top: 70px;
  margin-left: -206px;
  border-radius: 50%;
  background: #2e509d url("../img/circle2.png") no-repeat center;
}
.mer-join-wrap .circle3 {
  width: 380px;
  height: 380px;
  top: 16px;
  left: 16px;
  animation: circle2 50s infinite linear;
}
.mer-join-wrap .mer-circle10 {
  width: 502px;
  height: 556px;
  left: 50%;
  top: 0;
  margin-left: -251px;
}
.mer-join-wrap .mer-circleBlue {
  width: 488px;
  height: 488px;
  left: 50%;
  top: 32px;
  margin-left: -244px;
  animation: circle1 100s infinite linear;
}
.mer-join-wrap .mer-circleWhite {
  width: 458px;
  height: 458px;
  left: 50%;
  top: 48px;
  margin-left: -229px;
  animation: circle2 100s infinite linear;
}
.mer-join-wrap .join-span {
  z-index: 4;
  top: 0;
  width: 78px;
  height: 78px;
  cursor: pointer;
  border-radius: 50%;
}
.mer-join-wrap .join-items {
  color: #fff;
  font-size: 20px;
  height: 78px;
  line-height: 78px;
}
.mer-join-wrap .join-items7 {
  width: 330px;
  padding-left: 52px;
  margin-bottom: 156px;
}
.mer-join-wrap .join-items6 {
  width: 220px;
  line-height: 39px;
  padding-left: 22px;
  margin-bottom: 140px;
}
.mer-join-wrap .join-items5 {
  width: 330px;
  line-height: 39px;
  padding-left: 42px;
}
.mer-join-wrap .join-items2 {
  width: 450px;
  padding-left: 110px;
  margin-bottom: 156px;
}
.mer-join-wrap .join-items3 {
  width: 334px;
  margin-left: 110px;
  padding-left: 110px;
  margin-bottom: 140px;
}
.mer-join-wrap .join-items4 {
  width: 450px;
  padding-left: 110px;
}
.mer-join-wrap .join-span7 {
  right: -118px;
  background: #fff url("../img/s7.png") no-repeat center;
}
.mer-join-wrap .join-span7:hover {
  background: #2e509d url("../img/s7on.png") no-repeat center;
}
.mer-join-wrap .join-span6 {
  right: -118px;
  background: #fff url("../img/s6.png") no-repeat center;
}
.mer-join-wrap .join-span6:hover {
  background: #2e509d url("../img/s6on.png") no-repeat center;
}
.mer-join-wrap .join-span5 {
  right: -118px;
  background: #fff url("../img/s2.png") no-repeat center;
}
.mer-join-wrap .join-span5:hover {
  background: #2e509d url("../img/s2on.png") no-repeat center;
}
.mer-join-wrap .join-span2 {
  left: 0;
  background: #fff url("../img/s5.png") no-repeat center;
}
.mer-join-wrap .join-span2:hover {
  background: #2e509d url("../img/s5on.png") no-repeat center;
}
.mer-join-wrap .join-span3 {
  left: 0;
  background: #fff url("../img/s4.png") no-repeat center;
}
.mer-join-wrap .join-span3:hover {
  background: #2e509d url("../img/s4on.png") no-repeat center;
}
.mer-join-wrap .join-span4 {
  left: 0;
  background: #fff url("../img/s3.png") no-repeat center;
}
.mer-join-wrap .join-span4:hover {
  background: #2e509d url("../img/s3on.png") no-repeat center;
}

.mer-form-wrap {
  padding-bottom: 184px;
  position: relative;
}
.mer-form-wrap .moudle-titles {
  padding-top: 124px;
  padding-bottom: 58px;
}
.mer-form-wrap .mer-address {
  width: 400px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.mer-form-wrap .p {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.mer-form-wrap .p.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.mer-form-wrap .p1 {
  transition: all .8s ease-out;
}
.mer-form-wrap .p2 {
  transition: all .8s ease-out .2s;
}
.mer-form-wrap .p3 {
  transition: all .8s ease-out .4s;
}
.mer-form-wrap .p4 {
  transition: all .8s ease-out .6s;
}
.mer-form-wrap .mer-form {
  width: 800px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all 1.4s ease-in-out;
}
.mer-form-wrap .mer-form.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.mer-form-wrap .mer-input-wrap {
  margin-bottom: 12px;
}
.mer-form-wrap .mer-input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 14px;
  padding-left: 66px;
  padding-right: 10px;
  box-sizing: border-box;
}
.mer-form-wrap .mer-submit {
  margin-top: 24px;
  display: inline-block;
  width: 144px;
  border-radius: 18px;
  background: #2e509d;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.mer-form-wrap .mer-input4 {
  padding-left: 98px;
}
.mer-form-wrap .mer-input3 {
  padding-left: 98px;
}
.mer-form-wrap .mer-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 132px;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 16px;
  line-height: 28px;
  font-size: 16px;
  color: #222;
}
.mer-form-wrap .mer-form-td1 {
  width: 500px;
}
.mer-form-wrap .mer-form-td3 {
  width: 286px;
}
.mer-form-wrap .mer-input-wrap1 {
  width: 242px;
  float: left;
}
.mer-form-wrap .mer-input-wrap1:before {
  display: block;
  position: absolute;
  content: "姓名：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}
.mer-form-wrap .mer-input-wrap3:before {
  display: block;
  position: absolute;
  content: "联系方式：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 80px;
}
.mer-form-wrap .mer-input-wrap3 .mer-input {
  padding-left: 100px;
}
.mer-form-wrap .mer-input-wrap3 {
  border-radius: 6px;
  width: 242px;
  float: left;
  margin-left: 10px;
  background: #fff;
}
.mer-input-wrap.mer-input-wrap2 .mer-input {
  padding-left: 100px;
}
.left000 {
  width: 504px;
}
.mer-form-wrap .mer-input-wrap4:before {
  display: block;
  position: absolute;
  content: "所在城市：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 98px;
}
.mer-form-wrap .mer-form-td3:before {
  display: block;
  position: absolute;
  content: "投资意向：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 98px;
}

.w1040 {
  width: 1040px;
  margin: 0 auto;
}

.kitchen-form-wrap .moudle-titles {
  padding-top: 124px;
  padding-bottom: 58px;
}
.kitchen-form-wrap .kitchen-input-wrap {
  margin-bottom: 12px;
}
.kitchen-form-wrap .kitchen-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all 1.4s ease-in-out;
}
.kitchen-form-wrap .kitchen-form.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.kitchen-form-wrap .kitchen-input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 66px;
  padding-right: 10px;
  box-sizing: border-box;
}
.kitchen-form-wrap .kitchen-submit {
  margin-top: 24px;
  display: inline-block;
  width: 144px;
  border-radius: 18px;
  background: #2e509d;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.kitchen-form-wrap .kitchen-input4 {
  padding-left: 98px;
}
.kitchen-form-wrap .kitchen-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 132px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 16px;
  line-height: 28px;
  font-size: 16px;
  color: #222;
}
.kitchen-form-wrap .kitchen-form-td1 {
  width: 508px;
}
.kitchen-form-wrap .kitchen-form-td2 {
  width: 508px;
}
.kitchen-form-wrap .kitchen-input-wrap1:before {
  display: block;
  position: absolute;
  content: "姓名：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}
.kitchen-form-wrap .kitchen-input-wrap2:before {
  display: block;
  position: absolute;
  content: "邮箱：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}
.kitchen-form-wrap .kitchen-input-wrap3:before {
  display: block;
  position: absolute;
  content: "电话：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}
.kitchen-form-wrap .kitchen-input-wrap4:before {
  display: block;
  position: absolute;
  content: "所在城市：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 98px;
}
.kitchen-form-wrap .kitchen-form-td3:before {
  display: block;
  position: absolute;
  content: "详细信息：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 98px;
}

.kitchen-case-wrap .kitchen-case-banner {
  padding-bottom: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.kitchen-case-wrap .kitchen-case-banner.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.kitchen-case-wrap .moudle-titles {
  padding: 216px 0 54px;
}
.kitchen-case-wrap .case-title {
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  height: 82px;
  padding-bottom: 34px;
}
.kitchen-case-wrap .case-li {
  width: 384px !important;
  margin-right: 24px !important;
  overflow: hidden;
}
.kitchen-case-wrap .case-a:hover .case-img {
  transform: scale(1.2);
}
.kitchen-case-wrap .hd {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 12px;
  display: none;
}
.kitchen-case-wrap .hd.in {
  display: block;
}
.kitchen-case-wrap .hd li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px;
}
.kitchen-case-wrap .hd li.on {
  background: #2e509d;
}

.kitchen-voice-wrap .moudle-titles {
  padding-top: 140px;
}
.kitchen-voice-wrap .voice-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 36px;
}
.kitchen-voice-wrap .voice-title {
  line-height: 80px;
}
.kitchen-voice-wrap .voice-name {
  font-size: 20px;
  color: #222;
}
.kitchen-voice-wrap .voice-name-dt {
  font-size: 18px;
  color: #333;
}
.kitchen-voice-wrap .voice-sline0 {
  position: relative;
  top: 25px;
  width: 1px;
  height: 30px;
  background: #ddd;
  margin: 0 18px;
}
.kitchen-voice-wrap .voice-items-odd {
  float: left;
}
.kitchen-voice-wrap .voice-items-odd .voice-titles, .kitchen-voice-wrap .voice-items-odd .voice-name, .kitchen-voice-wrap .voice-items-odd .voice-img, .kitchen-voice-wrap .voice-items-odd .voice-sline0 {
  float: left;
}
.kitchen-voice-wrap .voice-items-odd .slimScrollDiv, .kitchen-voice-wrap .voice-items-odd .voice-stars, .kitchen-voice-wrap .voice-items-odd .voice-name-dt, .kitchen-voice-wrap .voice-items-odd .voice-stars {
  float: right;
}
.kitchen-voice-wrap .voice-items-even {
  float: right;
  padding-left: 52px !important;
}
.kitchen-voice-wrap .voice-items-even .voice-titles, .kitchen-voice-wrap .voice-items-even .voice-name, .kitchen-voice-wrap .voice-items-even .voice-img, .kitchen-voice-wrap .voice-items-even .voice-sline0 {
  float: right;
}
.kitchen-voice-wrap .voice-items-even .slimScrollDiv, .kitchen-voice-wrap .voice-items-even .voice-stars, .kitchen-voice-wrap .voice-items-even .voice-name-dt, .kitchen-voice-wrap .voice-items-even .voice-stars {
  float: left;
}
.kitchen-voice-wrap .voice-dt {
  padding-right: 10px;
  color: #444;
  line-height: 32px;
  font-size: 14px;
}
.kitchen-voice-wrap .voice-dt:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 32px;
  background: url("../img/png22.png") no-repeat 4px center;
}
.kitchen-voice-wrap .voice-dt:after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/png23.png") no-repeat right cneter;
}
.kitchen-voice-wrap .pro-stars {
  width: 88px;
  height: 22px;
}
.kitchen-voice-wrap .pro-stars1 {
  background: url("../img/star1.png") no-repeat center center;
}
.kitchen-voice-wrap .pro-stars2 {
  background: url("../img/star2.png") no-repeat center center;
}
.kitchen-voice-wrap .pro-stars3 {
  background: url("../img/star3.png") no-repeat center center;
}
.kitchen-voice-wrap .pro-stars4 {
  background: url("../img/star4.png") no-repeat center center;
}
.kitchen-voice-wrap .pro-stars5 {
  background: url("../img/star5.png") no-repeat center center;
}
.kitchen-voice-wrap .voice-items {
  background: #fff;
  border-radius: 6px;
  width: 1090px;
  padding: 36px 30px 30px;
  margin-bottom: 30px;
}
.kitchen-voice-wrap .voice-items:hover {
  background: #2e509d;
}
.kitchen-voice-wrap .voice-items:hover .voice-title {
  line-height: 80px;
}
.kitchen-voice-wrap .voice-items:hover .voice-name {
  color: #fff;
}
.kitchen-voice-wrap .voice-items:hover .voice-name-dt {
  color: #fff;
}
.kitchen-voice-wrap .voice-items:hover .voice-sline0 {
  background: #fff;
}
.kitchen-voice-wrap .voice-items:hover .voice-dt {
  color: #fff;
}
.kitchen-voice-wrap .voice-items:hover .voice-dt p {
  opacity: .5;
  filter: alpha(opacity=50);
}
.kitchen-voice-wrap .voice-items:hover .voice-dt:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 32px;
  background: url("../img/png22on.png") no-repeat 4px center;
}
.kitchen-voice-wrap .voice-items:hover .voice-dt:after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/png23on.png") no-repeat right cneter;
}
.kitchen-voice-wrap .voice-items:hover .pro-stars1 {
  background: url("../img/star1on.png") no-repeat center center;
}
.kitchen-voice-wrap .voice-items:hover .pro-stars2 {
  background: url("../img/star2on.png") no-repeat center center;
}
.kitchen-voice-wrap .voice-items:hover .pro-stars3 {
  background: url("../img/star3on.png") no-repeat center center;
}
.kitchen-voice-wrap .voice-items:hover .pro-stars4 {
  background: url("../img/star4on.png") no-repeat center center;
}
.kitchen-voice-wrap .voice-items:hover .pro-stars5 {
  background: url("../img/star5on.png") no-repeat center center;
}
.kitchen-voice-wrap .view-more2-wrap {
  position: relative;
  z-index: 5;
  width: 170px;
  margin: 62px auto 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .4s;
}
.kitchen-voice-wrap .view-more2-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.kitchen-voice-wrap .voice-mains {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.kitchen-voice-wrap .voice-mains.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.kitchen-voice-wrap .view-more2 {
  width: 200px;
  height: 42px;
  line-height: 42px;
}

.kitchen-food-wrap .kitchen-food-banner {
  padding-bottom: 254px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
  width: 780px;
}
.kitchen-food-wrap .kitchen-food-banner.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.kitchen-food-wrap .moudle-titles {
  padding: 204px 0 54px;
}
.kitchen-food-wrap .food-title {
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  height: 82px;
  padding-bottom: 48px;
}
.kitchen-food-wrap .food-li {
  width: 374px !important;
  margin-right: 32px !important;
  overflow: hidden;
}
.kitchen-food-wrap .food-a:hover .food-img {
  transform: scale(1.2);
}
.kitchen-food-wrap .hd {
  position: absolute;
  bottom: 190px;
  left: 0;
  width: 100%;
  height: 12px;
  display: none;
}
.kitchen-food-wrap .hd.in {
  display: block;
}
.kitchen-food-wrap .hd li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px;
}
.kitchen-food-wrap .hd li.on {
  background: #2e509d;
}

.service-dynamic-banner {
  padding-bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.service-dynamic-wrap1 .service-dynamic-banner {
  padding-bottom: 60px;
}
.service-dynamic-banner.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.service-dynamic-wrap .moudle-titles {
  padding-top: 160px;
}
.dynamic-img {
  width: 774px;
}
.dynamic-txts {
  width: 426px;
  height: 464px;
  background: #fff;
  padding: 70px 44px 0;
}
.dynamic-title {
  font-size: 22px;
  color: #000;
  margin: 10px 0 32px;
}
.dynamic-dt {
  height: 240px;
  overflow: hidden;
}
.dynamic-a {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.dynamic-a:hover {
  color: #666;
}
.dynamic-a:hover .dynamic-title {
  color: #006699;
}
.dynamic-img2 {
  transform: scale(1);
}
.dynamic-li .view-more2 {
  display: none;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: 80px;
  background: #000;
}
.dynamic-li .view-more2:hover {
  color: #fff;
  transform: translate(0, -6px);
}
.dynamic-li:hover .dynamic-img2 {
  /*transform: scale(1);*/
}
.service-dynamic-wrap .hd {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 12px;
}
.service-dynamic-wrap .hd li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px;
}
.service-dynamic-wrap .hd li.on {
  background: #2e509d;
}

.service-philosophy-wrap .moudle-titles {
  padding-top: 154px;
}
.service-philosophy-wrap .philosophy-li {
  width: 300px !important;
  height: 230px !important;
  line-height: 30px;
  color: #000;
  padding-top: 50px;
  padding: 0 31px 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
}
.service-philosophy-wrap .philosophy-li .nums {
  font-size: 28px;
  color: #2e509d;
  line-height: 50px;
  font-family: "Arial";
  padding: 14px 0;
  /*text-align: left !important;*/
}
.kitchen-s0 {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  width: 1200px;
  margin: 20px auto 0;
  opacity: .8;
}
.service-philosophy-wrap .philosophy-li.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.service-philosophy-wrap .philosophy-li1 {
  transition: all .8s ease-out;
  background: url("../img/png26.png") no-repeat center;
  background-size: 100% 100%;
}
.service-philosophy-wrap .philosophy-li2 {
  transition: all .8s ease-out .2s;
}
.service-philosophy-wrap .philosophy-li3 {
  transition: all .8s ease-out .4s;
}
.service-philosophy-wrap .philosophy-li2, .service-philosophy-wrap .philosophy-li3 {
  background: url("../img/png27.png") no-repeat center;
  background-size: 100% 100%;
}
.service-philosophy-wrap .philosophy-li4 {
  transition: all .8s ease-out .6s;
  background: url("../img/png28.png") no-repeat center;
  background-size: 100% 100%;
}
.service-philosophy-wrap .philosophy-title {
  font-size: 22px;
  padding-bottom: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service-philosophy-wrap .philosophy-title:after {
  content: "";
  display: block;
  position: relative;
  width: 26px;
  height: 2px;
  background: #a0a0a0;
  margin: 16px auto 0;
}
.service-philosophy-wrap .philosophy-dt {
  font-size: 16px;
}

.service-policy-wrap .moudle-titles {
  padding-top: 100px;
}
.service-policy-wrap2017 .moudle-titles {
  padding-top: 100px;
}
.service-policy-wrap .policy-items-wrap {
  padding-bottom: 1px;
}
.service-policy-wrap .policy-items {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.service-policy-wrap2 .policy-items {
  padding-bottom: 40px;

}
.service-policy-wrap .policy-items.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.service-policy-wrap .policy-txts {
  padding: 20px 50px;
}
.service-policy-wrap .policy-title {
  font-size: 24px;
  height: 76px;
  padding: 23px 50px;
}
.service-policy-wrap .policy-h5 {
  font-size: 18px;
}
.service-policy-wrap .policy-img {
  padding: 0 50px;
}
.service-policy-wrap img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.repair-form-wrap .moudle-titles {
  padding-top: 124px;
  padding-bottom: 58px;
}
.repair-form-wrap .repair-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.repair-form-wrap .repair-form.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.repair-form-wrap .repair-input-wrap {
  margin-bottom: 20px;
}
.repair-form-wrap .repair-input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 98px;
  padding-right: 10px;
  box-sizing: border-box;
}
.repair-form-wrap .repair-submit {
  margin-top: 28px;
  display: inline-block;
  width: 144px;
  border-radius: 18px;
  background: #2e509d;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.repair-form-wrap .repair-selects-wrap {
  padding-top: 20px;
  border-radius: 6px;
  background: #fff;
  height: 60px;
}
.repair-form-wrap .repair-select {
  display: block;
  width: 390px;
  border-radius: 6px;
  background: #fff;
  border: none;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  margin-right: 20px;
  box-sizing: border-box;
}
.repair-form-wrap .repair-scale-select {
  font-size: 18px;
}
.repair-form-wrap .repair-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 16px;
  line-height: 28px;
  font-size: 16px;
  color: #000;
}
.repair-form-wrap .repair-form-td1 {
  width: 508px;
}
.repair-form-wrap .repair-form-td2 {
  width: 508px;
}
.repair-form-wrap .repair-input-wrap:before {
  display: block;
  position: absolute;
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  left: 0;
  top: 0;
  height: 60px;
  width: 98px;
}
.repair-form-wrap .repair-input-wrap1:before {
  content: "联系人：";
}
.repair-form-wrap .repair-input-wrap2:before {
  content: "联系方式：";
}
.repair-form-wrap .repair-input-wrap3:before {
  content: "服务描述：";
}
.repair-form-wrap .repair-input-wrap4:before {
  content: "所在地区：";
}
.repair-form-wrap .repair-input-wrap5:before {
  content: "预约时间：";
}
.repair-form-wrap .repair-input-wrap6:before {
  content: "购买单位：";
}
.repair-form-wrap .repair-input-wrap7:before {
  content: "购买日期：";
}
.repair-form-wrap .repair-input-wrap8:before {
  content: "产品型号：";
}
.repair-form-wrap .repair-form-td3 {
  margin-bottom: 14px;
}
.repair-form-wrap .repair-form-td3:before {
  display: block;
  position: absolute;
  content: "详细地址：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 98px;
}
.repair-form-wrap .repair-class {
  width: 324px;
  margin: 0 auto 36px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.repair-form-wrap .repair-radio {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #fff;
  cursor: pointer;
}
.repair-form-wrap .repair-radio.cur {
  background: #2e509d;
}

.suggest-form-wrap .moudle-titles {
  padding-top: 250px;
  padding-bottom: 58px;
}
.suggest-form-wrap .suggest-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.suggest-form-wrap .suggest-form.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.suggest-form-wrap .suggest-input-wrap {
  margin-bottom: 20px;
}
.suggest-form-wrap .suggest-input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 80px;
  padding-right: 10px;
  box-sizing: border-box;
}
.suggest-form-wrap .suggest-submit {
  margin-top: 28px;
  display: inline-block;
  width: 144px;
  border-radius: 18px;
  background: #2e509d;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.suggest-form-wrap .suggest-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 16px;
  line-height: 28px;
  font-size: 16px;
  color: #000;
}
.suggest-form-wrap .suggest-form-td1 {
  width: 508px;
}
.suggest-form-wrap .suggest-form-td2 {
  width: 508px;
}
.suggest-form-wrap .suggest-input-wrap:before {
  display: block;
  position: absolute;
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}
.suggest-form-wrap .suggest-input-wrap1:before {
  content: "姓名：";
}
.suggest-form-wrap .suggest-input-wrap2:before {
  content: "电话：";
}
.suggest-form-wrap .suggest-form-td3 {
  margin-bottom: 14px;
}
.suggest-form-wrap .suggest-form-td3:before {
  display: block;
  position: absolute;
  content: "原因：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}

.recruit-form-wrap1 {
  padding-bottom: 100px;
}
.recruit-form-wrap1 .moudle-titles {
  padding-top: 130px;
  padding-bottom: 58px;
}
.recruit-form-wrap1 .recruit-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.recruit-form-wrap1 .recruit-form.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.recruit-form-wrap1 .recruit-input-wrap {
  margin-bottom: 20px;
}
.recruit-form-wrap1 .recruit-input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 80px;
  padding-right: 10px;
  box-sizing: border-box;
}
.recruit-form-wrap1 .recruit-submit {
  margin-top: 28px;
  display: inline-block;
  width: 144px;
  border-radius: 18px;
  background: #2e509d;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.recruit-form-wrap1 .recruit-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 16px;
  line-height: 28px;
  font-size: 16px;
  color: #000;
}
.recruit-form-wrap1 .recruit-form-td1 {
  width: 508px;
}
.recruit-form-wrap1 .recruit-form-td2 {
  width: 508px;
}
.recruit-form-wrap1 .recruit-input-wrap:before {
  z-index: 2;
  display: block;
  position: absolute;
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  left: 0;
  top: 0;
  height: 60px;
  width: 66px;
}
.recruit-form-wrap1 .recruit-input-wrap1:before {
  content: "姓名：";
}
.recruit-form-wrap1 .recruit-input-wrap2:before {
  content: "电话：";
}
.recruit-form-wrap1 .recruit-input-wrap3:before {
  content: "上传简历：";
  width: 100px;
}
.recruit-form-wrap1 .recruit-input-wrap3 {
  background: #fff;
  height: 60px;
  border-radius: 6px;
}
.recruit-form-wrap1 .recruit-input-wrap3 .recruit-input {
  padding-left: 100px;
  height: 40px;
  line-height: 34px;
  position: relative;
  z-index: 0;
  top: 14px;
}
.recruit-form-wrap1 .recruit-input-wrap4:before {
  content: "邮箱：";
}
.recruit-form-wrap1 .recruit-input-wrap5:before {
  content: "性别：";
}
.recruit-form-wrap1 .recruit-input-wrap6:before {
  content: "职位：";
}
.recruit-form-wrap1 .recruit-form-td3 {
  margin-bottom: 14px;
}
.recruit-form-wrap1 .recruit-form-td3:before {
  display: block;
  position: absolute;
  content: "个人简历：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 100px;
}

.repair-input-wrap.code-input-wrap {
  width: 508px;
  height: 60px;
}
.repair-input-wrap.code-input-wrap:before {
  z-index: 3;
  content: "验证码：";
  display: block;
  position: absolute;
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  left: 0;
  top: 0;
  height: 60px;
  width: 80px;
}
.repair-input-wrap.code-input-wrap .code-input {
  float: left;
  display: inline-block;
  width: 300px;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 90px;
  padding-right: 10px;
  box-sizing: border-box;
}
.repair-input-wrap.code-input-wrap img {
  margin-left: 22px;
  float: left;
  max-width: 186px;
  border-radius: 6px;
  height: 60px;
}

.repair-input-wrap.code-input-wrap2 {
  width: 508px;
  height: 60px;
}
.repair-input-wrap.code-input-wrap2:before {
  z-index: 3;
  content: "验证码：";
  display: block;
  position: absolute;
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  left: 0;
  top: 0;
  height: 60px;
  width: 80px;
}
.repair-input-wrap.code-input-wrap2 .code-input {
  float: left;
  display: inline-block;
  width: 248px;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 90px;
  padding-right: 10px;
  box-sizing: border-box;
}
.repair-input-wrap.code-input-wrap2 img {
  margin-left: 12px;
  float: left;
  max-width: 186px;
  border-radius: 6px;
  height: 60px;
}

.repair-input-wrap.code-input-wrap3 {
  width: 560px;
  height: 60px;
}
.repair-input-wrap.code-input-wrap3:before {
  z-index: 3;
  content: "验证码：";
  display: block;
  position: absolute;
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  left: 0;
  top: 0;
  height: 60px;
  width: 80px;
}
.repair-input-wrap.code-input-wrap3 .code-input {
  float: left;
  display: inline-block;
  width: 340px;
  border-radius: 6px;
  background: #fff;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  padding-left: 90px;
  padding-right: 10px;
  box-sizing: border-box;
}
.repair-input-wrap.code-input-wrap3 img {
  margin-left: 12px;
  float: left;
  max-width: 186px;
  border-radius: 6px;
  height: 60px;
}

.down-wrap .moudle-titles {
  padding-top: 280px;
}
.down-wrap .view-more2 {
  width: 210px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  margin: 44px auto 0;
}
.down-wrap .view-more2 a {
  width: 210px;
  height: 42px;
  display: block;
  line-height: 42px;
  font-size: 14px;
  color: #fff
}
.down-wrap .view-more2:hover a{color: #333}
.down-wrap .down-mains {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.down-wrap .down-mains.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.down-wrap .view-more2-wrap {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out .4s;
}
.down-wrap .view-more2-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.down-wrap .down-a {
  position: relative;
  width: 580px;
  background: #fff;
  height: 80px;
  line-height: 80px;
  padding-left: 24px;
  padding-right: 144px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
  border-radius: 5px;
}
.down-wrap .down-a:after {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 80px;
  width: 110px;
  background: url("../img/yun.png") no-repeat center;
  border-left: 1px solid #e5e5e5;
}
.down-wrap .down-a:hover {
  background: #2e509d;
  color: #fff;
}
.down-wrap .down-a:hover:after {
  border-left-color: #a0a0a0;
  background: url("../img/yunon.png") no-repeat center;
}

.network-form-wrap {
  padding-bottom: 188px;
}
.network-form-wrap .moudle-titles {
  padding-top: 210px;
  padding-bottom: 58px;
}
.network-form-wrap .network-form {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  transition: all .8s ease-out;
}
.network-form-wrap .network-form.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.network-form-wrap .network-selects-wrap {
  width: 340px;
  padding-top: 20px;
  border-radius: 6px;
  background: #fff;
  height: 60px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.network-form-wrap .network-selects-wrap2 {
  margin: 0 10px;
}
.network-form-wrap .network-select {
  display: block;
  width: 270px;
  border-radius: 6px;
  background: #fff;
  border: none;
  line-height: 60px;
  color: #222;
  font-size: 16px;
  margin-right: 20px;
  box-sizing: border-box;
}
.network-form-wrap .network-scale-select {
  font-size: 18px;
}
.network-form-wrap .network-submit {
  margin-top: 28px;
  display: inline-block;
  width: 144px;
  border-radius: 18px;
  background: #2e509d;
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.network-form-wrap .network-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 190px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 16px;
  line-height: 28px;
  font-size: 16px;
  color: #000;
}
.network-form-wrap .network-form-td1 {
  width: 508px;
}
.network-form-wrap .network-form-td2 {
  width: 508px;
}
.network-form-wrap .network-form-td3 {
  margin-bottom: 14px;
}
.network-form-wrap .network-form-td3:before {
  display: block;
  position: absolute;
  content: "详细信息：";
  padding-left: 18px;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  left: 0;
  top: 0;
  height: 60px;
  width: 96px;
}

.newsInfo {
  padding-top: 94px;
  padding-bottom: 156px;
}
.newsInfo .newsInfo-wrap {
  color: #333;
  font-size: 14px;
  line-height: 32px;
  padding: 44px 42px 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 100px);
  transition: all .8s ease-out;
  background: #fff;
}
.newsInfo .newsInfo-wrap.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.newsInfo .newsInfo-wrap img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.newsInfo .newsInfo-wrap a{
  color: #333
}
.newsInfo .info-title {
  font-size: 22px;
  text-align: center;
  padding: 0 40px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.newsInfo .info-dates {
  text-align: center;
  margin-right: 40px;
}
.newsInfo .info-dates:before {
  content: "Time: ";
  display: inline-block;
  margin-right: 2px;
}
.newsInfo .info-shares-wrap {
  padding-top: 16px;
  padding-bottom: 40px;
}
.newsInfo .info-shares-wrap .jiathis_style {
  display: inline-block;
  vertical-align: middle;
}
.newsInfo .info-shares-wrap:before {
  content: "分享到： ";
  display: inline-block;
  vertical-align: middle;
}
.newsInfo .info-dt-wrap {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.newsInfo .info-bot-dl {
  width: 70%;
  line-height: 40px;
  font-size: 14px;
}
.newsInfo .info-bot-dl a {
  color: #333;
}
.newsInfo .info-bot-dr {
  padding-top: 16px;
}
.newsInfo .news-return-a {
  display: block;
  width: 162px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #2e509d;
  color: #fff!important;
  font-size: 14px;
}
.newsInfo .news-return-a:hover {
  transform: translate(0, -3px);
}

.bg2e {
  background: #2e2e2e;
}

.pages1 {
  background: #323232;
  padding: 0 54px;
  margin-top: 36px;
}
.pages1 a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
}
.pages1 .prev {
  float: left;
}
.pages1 .next {
  float: right;
}

.proInfo {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}
.proInfo .pro-ajax-wrap .ajax-mains {
  padding-top: 300px;
  padding-bottom: 90px;
}
.proInfo .pro-ajax-wrap .ajax-mains.cur {
  padding-top: 106px;
}
.proInfo .proInfo-items1 {
  background: #fff;
}
.proInfo .pro-img-wrap {
  padding-bottom: 60px;
}
.proInfo .pro-small-imgs {
  width: 652px;
}
.proInfo .pro-big-img {
  width: 652px;
}
.proInfo .proInfo-txts {
  width: 548px;
}
.proInfo img {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}
.proInfo .pro-title-wrap {
  border-bottom: 1px solid #2e509d;
  margin-bottom: 30px;
}
.proInfo .pro-bd {
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
}
.proInfo .pro-small-items {
  width: 114px !important;
  height: 92px !important;
  border: 1px solid #eee;
  margin-right: 8px;
  overflow: hidden;
  cursor: pointer;
}
.proInfo .pro-small-items.cur {
  border-color: #2e509d;
}
.proInfo .pro-img-btns {
  width: 100%;
  height: 1px;
  left: 0;
  top: 25px;
}
.proInfo .pro-img-btns .pro-img-btn {
  z-index: 3;
  position: absolute;
  display: inline-block;
  top: 0;
  width: 24px;
  height: 42px;
  cursor: pointer;
}
.proInfo .pro-img-btns .prev {
  left: 28px;
  background: url("../img/prev4.png") no-repeat left center;
}
.proInfo .pro-img-btns .prev:hover {
  background: url("../img/prev3on.png") no-repeat left center;
}
.proInfo .pro-img-btns .next {
  right: 28px;
  background: url("../img/next4.png") no-repeat right center;
}
.proInfo .pro-img-btns .next:hover {
  background: url("../img/next3on.png") no-repeat left center;
}
.proInfo .proInfo-icos {
  padding-top: 22px;
}
.proInfo .proInfo-icos .pro-ico {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.proInfo .proInfo-title {
  font-size: 22px;
  line-height: 36px;
  color: #222;
  padding-top: 118px;
  padding-bottom: 24px;
}
.proInfo .proInfo-title:after {
  content: "";
  display: block;
  margin-top: 28px;
  width: 50px;
  height: 2px;
  background: #7f7f7f;
}
.proInfo .proInfo-dt {
  font-size: 16px;
  line-height: 44px;
  color: #333;
}
.proInfo .proInfo-items2 {
  padding-top: 102px;
  padding-bottom: 30px;
}
.pro-ajax-banner {
  height: 202px;
}
@media (max-width: 1860px) {
  .wel-pro-wrap .wel-pro-en2 {
    margin-top: 100px;
  }
}
@media (max-width: 1660px) {
  .view-more2 {
    height: 44px;
    line-height: 44px;
  }
  .service-philosophy-wrap .philosophy-li {
    height: 250px;
  }
  .inner-ajax-sides {
    right: 10px;
  }
  .inner-ajax-sides2.fixed0 {
    top: 218px;
  }
.proInfo .pro-ajax-wrap .ajax-mains {
  padding-top: 200px;
}
  .wel-news-wrap .wel-news-item2 .wel-news-txts {
    width: 60%;
    padding: 30px 30px 0 40px;
  }
  .wel-news-wrap .wel-news-item2 .wel-news-title {
    margin: 18px 0;
    font-size: 20px;
  }
  .wel-news-wrap .wel-news-item2 .view-more3 {
    margin-top: 40px;
  }

  .header-sides .sides-en-img {
    top: 100px;
  }

  .header-sides .sides-bot {
    padding-top: 80px;
  }
  .wel-pro-wrap .wel-pro-en2 {
    margin-left: -350px;
  }
  .ajax-contents {
    width: 1060px;
  }
  .pro-ajax-wrap .ajax-item-a {
    width: 506px;
  }
  .pro-ajax-wrap .pro-ajax-btns {
    height: 142px;
    background: url("../img/bg111.jpg") repeat-x top -70px center;
  }
  .pro-ajax-wrap .ajax-img-wrap {
    width: 70px;
    height: auto;
    margin-bottom: 14px;
  }
  .pro-ajax-wrap .pro-ajax-items {
    padding: 16px 0 6px;
  }
  .pro-ajax-wrap .pro-ajax-items:after {
    bottom: -10px;
    width: 30px;
    margin-left: -15px;
    background-size: 100% !important;
  }
  .pro-ajax-banner .owl-prev, .pro-ajax-banner .owl-next {
    width: 22px;
    height: 120px !important;
    background-size: 100% !important;
  }
  .pro-ajax-wrap .ajax-txt {
    padding-bottom: 4px;
  }
  .pro-ajax-banner {
    height: 142px !important;
  }
  
}
@media (max-width: 1460px) {
  .inner-ajax-sides {
    right: 4px;
  }
  .about-strength-wrap .strength-txts {
    padding-top: 54px;
  }
  .wel-pro-wrap .wel-pro-en2 {
    margin-top: 60px;
  }
  .wel-pro-wrap .covers-circle {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
  }
  .header-sides .sides-en-img {
    top: 200px;
  }
  .ajax-sides {
    left: 2px;
  }
  .wel-pro-wrap .wel-pro-en2 {
    margin-left: -270px;
  }
  .w1400 {
    width: 1200px;
  }
}
@media (max-width: 1360px) {
  .wel-news-wrap .wel-news-item2 .wel-news-txts {
    width: 60%;
    padding: 20px 20px 0 20px;
  }
  .wel-news-wrap .wel-news-item2 .view-more3-wrap {
    margin-top: 70px;
  }
  .wel-news-wrap .wel-news-item2 .wel-news-title {
    margin: 10px 0;
    font-size: 20px;
  }
  .wel-news-wrap .wel-news-item2 .view-more3 {
    margin-top: 40px;
  }
  .wel-news-wrap .wel-news-item2 .wel-news-txts1 .wel-news-title:after {
    right: -32px;
  }
  .wel-news-wrap .wel-news-item2 .wel-news-txts2 .wel-news-title:after {
    left: -32px;
  }
}
@media (max-width: 1320px) {
  .mer-store-btns .prev {
    left: -28px;
  }
  .wel-pro-wrap .wel-pro-covers {
    padding-left: 24px;
  }
  .mer-store-btns .next {
    right: -28px;
  }

  .wel-pro-wrap .wel-pro-en2 {
    margin-top: 44px;
  }
  .about-news-btns .next {
    right: 12px;
  }
  .about-news-btns .prev {
    left: 12px;
  }
}
.owl-wrapper-outer .items, .owl-item {
  cursor: pointer;
}

.pro-ajax-banner {
  width: 1200px !important;
}

.wel-news-item2 .view-more1 {
  border: 1px solid #dfdfdf;
}

.view-more22 {
  width: 210px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  margin: 44px auto 0;
}


/*20171201*/
.form-horizontal .controls {
  margin-left: 0 !important;
}
.js-img-list-f {
  /*height: 300px;*/
}
#files {
  display: none;
}
.btn.btn-success {
  position: relative;
  z-index: 5;
}
.form-horizontal .control-group.f-cb {
  border-top: none;
  border-bottom: none;
}
.form-horizontal .recruit-form-td1.controls {
  padding-top: 0;
  padding-bottom: 0;
}
.recruit-form-wrap1 .recruit-input-wrap3.file-input-wrap {
  padding-left: 100px;
}
.btn.btn-success {
  top: 12px;
  background: none;
}
@media(max-width: 1340px) {
 /* .header-sides .sides-bot {
    padding-top: 0;
  }*/
}
.pro-ajax-banner {
  padding: 0 50px;

}
.pro-ajax-banner .owl-prev, .pro-ajax-banner .owl-next {
    z-index: 3;
    position: absolute;
    display: inline-block;
    top: 0;
    width: 24px;
    height: 190px;
    cursor: pointer;
    font-size: 0;
}
.pro-ajax-banner .owl-prev {
  left: 0;
  background: #fff url("../img/prev4.png") no-repeat left center;
}
.pro-ajax-banner .owl-prev:hover {
  background: #fff url("../img/prev3on.png") no-repeat left center;
}
.pro-ajax-banner .owl-next {
  right: 0;
  background: #fff url("../img/next4.png") no-repeat left center;
}
.pro-ajax-banner .owl-next:hover {
  background: #fff url("../img/next3on.png") no-repeat left center;
}
.map-top select,.sear {
  width: 325px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 6px;
  float: left;
  margin-right: 28px;
  font-size: 14px;
  color: #888;
  text-indent: 15px;
  border: none;
}
.store-submit {
    display: inline-block;
    width: 140px;
    border-radius: 6px;
    background: #2e509d;
    border: none;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}
.netmap .mapBox {
    width: 790px;
    height: 490px;
    border-radius: 6px 0 0 6px;
    border: rgba(255,255,255,.3);
}
.netmap .addrBox {
    width: 410px;
    height: 490px;
    border: none;
    position: initial;
    padding: 20px 0;
    background: #fff;
    border-radius: 0 6px 6px 0;
    top: 0;
    border: rgba(255,255,255,.3);
}
.mapMsgBox {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.netmap .mapMsgBox ul {
  width:100%;
}
.addrBox .mapBottBtn {
  background: url("../img/bg/mapScrollBtn2.png") no-repeat !important;
  background-position: center center !important;
}
.netmap .mapMsgBox {
  width: 354px;
  margin: 16px auto !important;
  padding: 24px 0 !important;
}
.netmap .addrBox .mapTopBtn, .netmap .addrBox .mapBottBtn {
  margin: 0 auto;
}
.netmap .mapMsgBox li .contF {
  width: 100%;
  margin-left: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #222;
}
.mapMsgBox li .contF .addr {
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #222;
    font-family: "fzltxh" !important;
}
.addr-wrap .addr1 {
  background: url("../img/iii1.png") no-repeat left top 5px;
}
.addr-wrap .addr3 {
  background: url("../img/iii2.png") no-repeat left top 5px;
}
.addr-wrap .addr2 {
  background: url("../img/iii3.png") no-repeat left top 5px;
}
.netmap .mapMsgBox .msgSign {
  background: none;
}
.pabot100 {
  padding-bottom: 100px;
  overflow:hidden;
}


/*20171215*/
.ser-btns {
  width: 108px;
  height: 42px;
  margin: 60px auto 0;
  position: relative;
}
.ser-btns .ser-btn {
  position: absolute;
  display: inline-block;
  top: 0;
  width: 24px;
  height: 42px;
  cursor: pointer;
  /*margin: 0 30px;*/
  outline: none;
  border: none;
}
.ser-btns .ser-btn:focus {
  outline: none;
}
.ser-btns .prev {
  left: 0;
  /*float: left;*/
  background: url("../img/prev3.png") no-repeat left center;
  background-size: 80%;
}
.ser-btns .prev:hover {
  background: url("../img/prev3on.png") no-repeat left center;
  background-size: 80%;
}
.ser-btns .next {
  /*float: right;*/
  right: 0;
  background: url("../img/next3.png") no-repeat left center;
  background-size: 80%;
}
.ser-btns .next:hover {
  background: url("../img/next3on.png") no-repeat left center;
  background-size: 80%;
}
.support2017 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.support2017 {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.cover2017 {
  width: 100px;
  height: 180px;
  position: absolute;
  top: 20px;
  right: 10px;
  color: #333 !important;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.tp-banner {
  z-index: 0;
}
.rev_slider.box_skitter .tp-leftarrow, .rev_slider.box_skitter .tp-rightarrow {
  z-index: 31;
  position: absolute;
  display: inline-block;
  top: 314px;
  /*left: 400px;*/
  width: 68px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 2px;
  cursor: pointer;
}
.rev_slider.box_skitter .tp-leftarrow {
  left: 180px;
  padding-left: 30px;
  background: url("../img/prev1.png") no-repeat left 6px center;
}
.rev_slider.box_skitter .tp-rightarrow {
  left: 279px;
  padding-right: 30px;
  background: url("../img/next1.png") no-repeat right 6px center;
}
.store-imgs img,.food-imgs img,.case-imgs img{
  display: block;
  width: 100%;
}
.case-imgs img {
  height: 346px;
}
.food-imgs img {
  height: 289px;
}
.store-imgs img {
  height: 330px;
}
.selects-wrap {
  float: left;
  width: 165px;
  box-sizing: border-box;
  height: 60px;
}
#province_id,#city_id,#qu_id,#street_id {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #ddd;
  text-indent: 15px;
  font-size:16px;
}
.mer-form-td2 {
  /*height: 192px;*/
}
.selects000 {
  float: left;
  margin-bottom: 12px;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
/*.hide02 {
  display: none;
}*/
.clear {zoom: 1; }
    .pnbox{width: 1200px; min-height: 600px; margin:0 auto;  margin-top: 50px;}
    .pnbox .item_block {width: 100%;}
    .pnbox .item_block { height: auto; margin-right: 0; margin-bottom: 20px; position: relative; box-shadow: 0 0 0 rgba(0, 0, 0, .15); }
    .pnbox .item_block .item_box{display: block; height: 270px;  border-bottom: 1px solid rgba(170, 170, 170, .2);  transition: all .36s ease; padding: 30px 0px;}
    .pnbox .item_block a:hover{box-shadow: -1px 8px 20px rgba(20, 20, 21, 0.75);}

    .pnbox .item_block .pn_pic{width: 371px; height: 210px; overflow: hidden; float: left;  transition: all .36s ease; }
    .pnbox .item_block a:hover .pn_pic{margin-left: 30px; }
    .pnbox .item_block .pn_pic img{display: block; transition: all .36s ease;}
    .pnbox .item_block a:hover .pn_pic img{-webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); }
    .pnbox .item_block .pn_con{ float: left; width: 760px;  margin-left: 34px;}
    .pnbox .item_block .pn_con .pn_ctop{ position: relative; overflow: hidden;}
    .pnbox .item_block .pn_con .pn_ctop h3{font-size: 18px; line-height: 32px; color: #f0f0f0; transition: all .36s ease; width: 540px; }
    .pnbox .item_block a:hover .pn_con .pn_ctop h3{color: #126ace; }
    .pnbox .item_block .pn_con .pn_ctop span{display: block;  font-size: 16px; line-height:22px;  color: #888; font-family: Arial; position: absolute; right: 50px; top: 8px; font-weight: normal;}

    .pnbox .item_block .pn_con .pn_cbottom{overflow: hidden; position: relative;}
    .pnbox .item_block .pn_con .pn_cbottom .pn_csumm{color: #999;   font-size: 13px; line-height: 1.8em; width:540px;margin-top: 30px}
    .pnbox .item_block a:hover .pn_con .pn_cbottom .pn_csumm{color: #868585; transition: all .36s ease;}
    .pnbox .item_block .pn_con .pn_cbottom .details{width: 100px; position: absolute; right: 50px; bottom:  0px;}
    .pnbox .item_block .pn_con .pn_cbottom .details .fa{color: #888; font-style: normal;}
    .pnbox .item_block .pn_con .pn_cbottom .details .fa-angle-left{display: block; float: right; transition: all .36s ease; color: #202020; margin-right: 3px;font-family: Arial; line-height: 32px;font-size: 14px;}
    .pnbox .item_block .pn_con .pn_cbottom .details .fa-angle-right{display: block; float: right; width:40px; height:20px; border-bottom: 1px solid #888;transition: all .36s ease;}
    .pnbox .item_block a:hover .pn_con .pn_cbottom .details .fa-angle-left{display: block; color: #fff;}
    .pnbox .item_block a:hover .pn_con .pn_cbottom .details .fa-angle-right{width: 10px;border-bottom: 1px solid #fff;}


    .pnbox .item_block .pn_con01{width: 1120px; transition: all .36s ease;}
    .pnbox .item_block .pn_con01 .pn_cbottom .pn_csumm{width:910px;}
    .pnbox .item_block a:hover .pn_con01{ margin-left: 54px; }
    .pagers {color:#333; line-height:30px; padding:25px 0 25px 0; font-size:12px; text-align:center;}
    .pagers a,.pagers span {background-color:#f2f2f2;padding:0px 14px; color: #666; text-decoration: none;  font-size:16px; height:40px;line-height:40px;display:inline-block;margin:0 3px;}
    .pagers a:hover {color: #fff; background-color: #2e509d; transition:all 0.6s}
    .pagers a:active { color: #fff;  background-color: #2e509d; }
    .pagers span.now  { color: #fff;  background-color: #2e509d; }
    .pagers span.disabled { color: #ccc;}  


    .path{height: 50px;color: #f2f2f2;font-size: 14px}
    .path a{color: #f2f2f2;margin-left: 10px;}