@charset "UTF-8";
html {
  border-radius: 5px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

input[type="checkbox"], input[type="radio"] {
  width: 13px;
  height: 13px;
}

input[type="checkbox"].check, input[type="radio"].check {
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  color: #666;
}

.margin-t {
  margin-top: 66px;
}

header {
  width: 100%;
  height: 66px;
 }
header a.logo {
  display: inline-block;
  margin-top: 19px;
}
header .nav {
  margin-left: 100px;
}
header .nav li {
  line-height: 66px;
  font-size: 14px;
}
header .nav a {
  color: #c3c5c6;
  display: inline-block;
  padding: 0 25px;
}
header .nav a:hover {
  color: #fff;
}
header .targ-link {
  font-size: 14px;
}
header .targ-link a {
  float: right;
  margin-left: 20px;
  display: inline-block;
  color: #ffff00;
  line-height: 24px;
  margin-top: 23px;
  font-weight: 600;
}
header .targ-link a:hover {
  color: #fff;
}
header .targ-link .tm {
  background: url(../images/ico_01.png) no-repeat center;
}
header .targ-link .shopcar {
  background: url(../images/ico_02.png) no-repeat center;
}
header .targ-link .link {
  width: 23px;
  height: 23px;
  margin-top: 24px;
}

header.fixed {
 }

header.opa {
  background-color:#028fd7;
}

header.backnone {
  background: none;
}

footer .top-wrap {
  background-color:rgb(0, 45, 97);
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .mean dl {
  float: left;
  width: 143px;
}
footer .mean dl.fir {
  width: 162px;
}
footer .mean dt {
  line-height: 33px;
  font-size: 16px;
  margin-bottom: 15px;
}
footer .mean dt a {
  color: #d4d6e3;
}
footer .mean dt a:hover {
  color: #fff;
}
footer .mean dd {
  line-height: 24px;
}
footer .mean dd a {
  color: #828496;
}
footer .mean dd a:hover {
  color: #fff;
}
footer .code-box {
   padding-left: 42px;
  border-left: 1px solid #44454c;
}
footer .code-box li {
  margin-left: 18px;
  text-align: center;
}
footer .code-box li p {
  line-height: 24px;
  margin-top: 13px;
  color: #757789;
  font-size: 14px;
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
}
footer .code-box li:hover p {
  color: #fff;
}
footer .bot-wrap {
  color: #828496;
  background-color: #001E44;
}
footer .bot-wrap a {
  color: #828496;
}
footer .bot-wrap a:hover {
  color: #fff;
}
footer .bot-wrap .share {
  display: inline-block;
  line-height: 22px;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}
footer .bot-wrap .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 9px;
  padding: 0;
  -webkit-transition: opacity 0.4s ease 0s;
          transition: opacity 0.4s ease 0s;
}
footer .bot-wrap .share a:hover {
  opacity: 0.8;
}
footer .bot-wrap .share .sina {
  background: url(../images/ico_03.png) no-repeat center;
}
footer .bot-wrap .share .wx {
  background: url(../images/ico_04.png) no-repeat center;
}

.i-ban {
  position: relative;
}
.i-ban .info_slide {
  bottom: 23px;
  height: 11px;
}

.i-column {
  padding: 32px 0;
}
.i-column .w1200 {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.i-column ul {
  width: 105%;
}
.i-column li {
  width: 300px;
  position: relative;
  height: 152px;
  -webkit-transition: box-shadow 0.3s ease 0s;
          transition: box-shadow 0.3s ease 0s;
}
.i-column li .img {
  display: block;
  width: 118px;
  height: 118px;
  margin-left: 8px;
  margin-top: 17px;
}
.i-column li .cont {
  display: block;
  padding-top: 43px;
  line-height: 24px;
  width: 160px;
  padding-left:10px
}
 .i-column li .tit {
  line-height: 40px;
  font-size: 24px;
  color: #2c2b2b;
}
.i-column li .line {
  display: inline-block;
  width: 1px;
  height: 118px;
  position: absolute;
  right: 0;
  top: 17px;
  background-color: #ece5e5;
}
.i-column li .img-fir {
  background: url(../images/img_01.jpg) no-repeat center;
}
.i-column li:hover .img-fir {
  background: url(../images/img_01_hov.jpg) no-repeat center;
}
.i-column li .img-sec {
  background: url(../images/img_02.jpg) no-repeat center;
}
.i-column li:hover .img-sec {
  background: url(../images/img_02_hov.jpg) no-repeat center;
}
.i-column li .img-thi {
  background: url(../images/img_03.jpg) no-repeat center;
}
.i-column li:hover .img-thi {
  background: url(../images/img_03_hov.jpg) no-repeat center;
}
/*.i-column li .img-fou {
  background: url(../images/img_04.jpg) no-repeat center;
}*/
.i-column li .img-fou {
  background: url(../images/img_53.png) no-repeat center;
}
.i-column li:hover .img-fou {
  background: url(../images/img_53_hov.png) no-repeat center;
}
 
.about-ban {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.about-ban .ban-img {
  opacity: 0;
}
.about-ban .sign {
  display: block;
  width: 678px;
  height: 331px;
  background: url(../images/img_07.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -339px;
  top: 50%;
  margin-top: -275px;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition: all 0.6s linear 0s;
          transition: all 0.6s linear 0s;
}
.about-ban .tit {
  font-size: 50px;
  line-height: 72px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: 92px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease 1s;
          transition: all 0.4s ease 1s;
}
.about-ban .font {
  display: block;
  line-height: 38px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 183px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease 1.3s;
          transition: all 0.4s ease 1.3s;
}
.about-ban .ico {
  display: inline-block;
  width: 29px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  background: url(../images/ico_05.png) no-repeat center;
  -webkit-animation: 2s linear 0s infinite running active;
          animation: 2s linear 0s infinite running active;
}

.about-ban.active .sign {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.about-ban.active .tit {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.about-ban.active .font {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes active {
  0% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes active {
  0% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}
.about-wrap {
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-wrap .top-tit {
  text-align: center;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.about-wrap .top-tit .sign {
  display: inline-block;
  width: 196px;
  height: 41px;
  background: url(../images/img_08.png) no-repeat center;
}
.about-wrap .top-tit .f32 {
  font-size: 32px;
  line-height: 50px;
  margin-top: 14px;
}
.about-wrap .top-tit .font {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 4px;
}
.about-wrap .center-colm {
  margin-top: 84px;
}
.about-wrap .cont {
  border: 1px solid #eee;
  border-radius: 7px;
  text-align: center;
  width: 478px;
  padding-bottom: 38px;
  position: relative;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0.5s linear 0s;
          transition: all 0.5s linear 0s;
}
.about-wrap .cont .s-log {
  display: inline-block;
  margin-top: 40px;
  height: 70px;
  line-height: 70px;
}
.about-wrap .cont .s-log img {
  display: inline;
}
.about-wrap .cont .font {
  display: block;
  width: 310px;
  margin: 10px auto 0;
  font-size: 18px;
  line-height: 22px;
}
.about-wrap .cont .en {
  line-height: 18px;
  color: #bcbcbc;
  font-family: "Arial";
  margin-top: 5px;
}
.about-wrap .cont .sign {
  display: inline-block;
  width: 100%;
  height: 55px;
  margin-top: 20px;
}
.about-wrap .cont .sign1 {
  background: url(../images/img_11.jpg) no-repeat center;
}
.about-wrap .cont .sign2 {
  background: url(../images/img_12.jpg) no-repeat center;
}
.about-wrap .cont.fir {
  margin-left: 28px;
  left: -30px;
}
.about-wrap .cont.thi {
  right: -30px;
}
.about-wrap .cont.active.fir {
  left: 0;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.about-wrap .cont.active.thi {
  right: 0;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.about-wrap .tobox {
  width: 183px;
  padding-top: 80px;
  text-align: center;
}
.about-wrap .tobox .and {
  display: inline-block;
  width: 51px;
  height: 51px;
  background: url(../images/ico_06.png) no-repeat center;
}
.about-wrap .tobox p {
  line-height: 30px;
  font-size: 18px;
  color: #5c5c5c;
}

.fruit-wrap-fir {
  padding-top: 70px;
  height: 880px;
  background: url(../images/bg_01.jpg) no-repeat center bottom;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 66px;
}
.fruit-wrap-fir .titbox {
  text-align: center;
}
.fruit-wrap-fir .titbox h4 {
  font-size: 72px;
  font-weight: normal;
  line-height: 90px;
  position: relative;
  margin-top: 14px;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fir .titbox .font {
  display: block;
  margin-top: 22px;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fir .titbox a.join-car {
  display: inline-block;
  width: 178px;
  padding-left: 38px;
  border: 1px solid #c71b21;
  height: 43px;
  line-height: 43px;
  color: #c71b21;
  font-size: 22px;
  background: url(../images/ico_07.png) no-repeat 160px center;
  text-align: left;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.fruit-wrap-fir .titbox a.join-car:hover {
  background: url(../images/ico_07_hov.png) no-repeat 160px center #c71b21;
  color: #fff;
}
.fruit-wrap-fir .titbox .ft1 {
  color: #f3d924;
}
.fruit-wrap-fir .titbox .ft2 {
  color: #98c200;
}
.fruit-wrap-fir .titbox .ft3 {
  color: #ea5418;
}
.fruit-wrap-fir .line {
  display: block;
  width: 1920px;
  position: absolute;
  height: 522px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fir .line1 {
  background: url(../images/line_01.png) no-repeat center;
  left: 1920px;
}
.fruit-wrap-fir .line2 {
  background: url(../images/line_02.png) no-repeat center;
  left: -1920px;
}
.fruit-wrap-fir .en-font {
  display: block;
  width: 1138px;
  position: absolute;
  left: 50%;
  margin-left: -569px;
  height: 149px;
  background: url(../images/font_01.png) no-repeat center;
  bottom: 342px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.6s linear 0s;
          transition: all 0.6s linear 0s;
}
.fruit-wrap-fir .sign-doll {
  position: absolute;
  z-index: 3;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fir .sign1 {
  width: 96px;
  height: 129px;
  background: url(../images/sign_01.png) no-repeat center;
  left: 50%;
  margin-left: 960px;
  bottom: 243px;
}
.fruit-wrap-fir .sign2 {
  width: 75px;
  height: 91px;
  background: url(../images/sign_02.png) no-repeat center;
  left: 50%;
  margin-left: -338px;
  bottom: 165px;
}
.fruit-wrap-fir .sign3 {
  width: 90px;
  height: 137px;
  background: url(../images/sign_03.png) no-repeat center;
  left: 50%;
  margin-left: 480px;
  bottom: 125px;
}
.fruit-wrap-fir .sign4 {
  width: 118px;
  height: 100px;
  background: url(../images/sign_04.png) no-repeat center;
  left: 50%;
  margin-left: 390px;
  bottom: 65px;
}
.fruit-wrap-fir .sign5 {
  width: 86px;
  height: 156px;
  background: url(../images/sign_05.png) no-repeat center;
  left: 50%;
  margin-left: -600px;
  bottom: 45px;
}
.fruit-wrap-fir .cup {
  margin-bottom: -100px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
          transition: transform 0.5s ease 0s;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fir .cup1 {
  display: block;
  width: 420px;
  height: 506px;
  background: url(../images/img_14.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: 118px;
  z-index: 4;
}
.fruit-wrap-fir .cup2 {
  display: block;
  width: 263px;
  height: 351px;
  background: url(../images/img_13.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -336px;
  bottom: 247px;
  z-index: 2;
}

.fruit-wrap-fir.active .en-font {
  opacity: 1;
}
.fruit-wrap-fir.active .ft1 {
  -webkit-animation: 5s linear 0.3s infinite running colorY;
          animation: 5s linear 0.3s infinite running colorY;
}
.fruit-wrap-fir.active .ft2 {
  -webkit-animation: 5s linear 0.5s infinite running colorB;
          animation: 5s linear 0.5s infinite running colorB;
}
.fruit-wrap-fir.active .ft3 {
  -webkit-animation: 5s linear 0.7s infinite running colorR;
          animation: 5s linear 0.7s infinite running colorR;
}

@-webkit-keyframes colorY {
  0% {
    color: #f3d924;
  }
  33% {
    color: #98c200;
  }
  66% {
    color: #ea5418;
  }
  100% {
    color: #f3d924;
  }
}

@keyframes colorY {
  0% {
    color: #f3d924;
  }
  33% {
    color: #98c200;
  }
  66% {
    color: #ea5418;
  }
  100% {
    color: #f3d924;
  }
}
@-webkit-keyframes colorB {
  0% {
    color: #98c200;
  }
  33% {
    color: #ea5418;
  }
  66% {
    color: #f3d924;
  }
  100% {
    color: #98c200;
  }
}
@keyframes colorB {
  0% {
    color: #98c200;
  }
  33% {
    color: #ea5418;
  }
  66% {
    color: #f3d924;
  }
  100% {
    color: #98c200;
  }
}
@-webkit-keyframes colorR {
  0% {
    color: #ea5418;
  }
  33% {
    color: #f3d924;
  }
  66% {
    color: #98c200;
  }
  100% {
    color: #ea5418;
  }
}
@keyframes colorR {
  0% {
    color: #ea5418;
  }
  33% {
    color: #f3d924;
  }
  66% {
    color: #98c200;
  }
  100% {
    color: #ea5418;
  }
}
@-webkit-keyframes lineRun {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(1920px);
            transform: translateX(1920px);
  }
}
@keyframes lineRun {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(1920px);
            transform: translateX(1920px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fruit-wrap-sec {
  height: 838px;
  padding-top: 62px;
}
.fruit-wrap-sec h4 {
  height: 68px;
  width: 100%;
  background: url(../images/font_02.png) no-repeat center;
}
.fruit-wrap-sec .font {
  display: block;
  height: 70px;
  margin-top: 10px;
  background: url(../images/font_05.png) no-repeat center;
}
.fruit-wrap-sec h4, .fruit-wrap-sec .font {
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-sec .scroll {
  width: 1232px;
  margin: 30px auto 0;
  position: relative;
  height: 560px;
}
.fruit-wrap-sec .scroll .en-tit {
  display: block;
  font-size: 215px;
  font-family: "Arial";
  line-height: 194px;
  position: absolute;
  top: 235px;
  left: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.15;
  filter: Alpha(opacity=15);
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  display: none;
}
.fruit-wrap-sec .scroll .word {
  width: 660px;
  padding: 20px 30px;
  height: 260px;
  position: absolute;
  left: 233px;
  top: 111px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-sec .scroll .f64 {
  font-size: 64px;
  line-height: 82px;
  font-weight: bold;
}
.fruit-wrap-sec .scroll .ct-font {
  display: block;
  margin-top: 7px;
  line-height: 32px;
  font-size: 22px;
}
.fruit-wrap-sec .scroll ul {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.fruit-wrap-sec .scroll li {
  position: absolute;
  cursor: pointer;
  left: 365px;
  top: 0;
  width: 623px;
  height: 560px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-sec .scroll .banana {
  background: url(../images/pro_03.png) no-repeat center;
}
.fruit-wrap-sec .scroll .orange {
  background: url(../images/pro_01.png) no-repeat center;
}
.fruit-wrap-sec .scroll .cherry {
  background: url(../images/pro_02.png) no-repeat center;
}
.fruit-wrap-sec .scroll li.left {
  left: 0;
}
.fruit-wrap-sec .scroll li.right {
  right: 0;
}
.fruit-wrap-sec .scroll li.cent {
  left: 332px;
  top: 0;
  width: 623px;
  height: 560px;
}
.fruit-wrap-sec .scroll li.cent.banana {
  background: url(../images/pro_03_big.png) no-repeat center;
}
.fruit-wrap-sec .scroll li.cent.orange {
  background: url(../images/pro_01_big.png) no-repeat center;
}
.fruit-wrap-sec .scroll li.cent.cherry {
  background: url(../images/pro_02_big.png) no-repeat center;
}
.fruit-wrap-sec .scroll.oran .en-tit {
  color: #c3f349;
}
.fruit-wrap-sec .scroll.oran .word {
  color: #bce35a;
  border: 16px solid #bce35a;
}
.fruit-wrap-sec .scroll.cher .en-tit {
  color: #ff8e62;
}
.fruit-wrap-sec .scroll.cher .word {
  color: #f3d748;
  border: 16px solid #f3d748;
}
.fruit-wrap-sec .scroll.bana .en-tit {
  color: #ff8e62;
}
.fruit-wrap-sec .scroll.bana .word {
  color: #fe925a;
  border: 16px solid #fe925a;
}

.fruit-wrap-thi {
  width: 100%;
  height: 758px;
  background: url(../images/bg_02.jpg) no-repeat center;
  padding-top: 142px;
}
.fruit-wrap-thi h4 {
  width: 100%;
  height: 104px;
  background: url(../images/font_06.png) no-repeat center;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-thi .list {
  width: 894px;
  margin: 32px auto 0;
}
.fruit-wrap-thi .list li {
  width: 280px;
  margin: 0 9px;
  position: relative;
  left: 80px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-thi .list .ico {
  display: block;
  width: 403px;
  height: 421px;
  margin: 0 -65px;
}
.fruit-wrap-thi .list .ico1 {
  background: url(../images/img_15.png) no-repeat center;
}
.fruit-wrap-thi .list .ico2 {
  background: url(../images/img_16.png) no-repeat center;
}
.fruit-wrap-thi .list .ico3 {
  background: url(../images/img_17.png) no-repeat center;
}
.fruit-wrap-thi .list li:hover .ico1 {
  background: url(../images/img_15_hov.png) no-repeat center;
}
.fruit-wrap-thi .list li:hover .ico2 {
  background: url(../images/img_16_hov.png) no-repeat center;
}
.fruit-wrap-thi .list li:hover .ico3 {
  background: url(../images/img_17_hov.png) no-repeat center;
}
.fruit-wrap-thi .list .tit {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  margin-top: -83px;
}

.fruit-wrap-fou {
  width: 100%;
  height: 802px;
  padding-top: 98px;
  position: relative;
  overflow: hidden;
  background-color: #fffbf8;
}
.fruit-wrap-fou .top-tit1 {
  display: block;
  height: 61px;
  background: url(../images/font_07.png) no-repeat center top;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fou .top-tit2 {
  display: block;
  height: 34px;
  background: url(../images/font_08.png) no-repeat center;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fou .scale-img {
  display: block;
  width: 1259px;
  height: 1259px;
  background: url(../images/bg_03.png) no-repeat center;
  position: absolute;
  top: -131px;
  left: 50%;
  margin-left: -630px;
  z-index: 1;
}
.fruit-wrap-fou .card-bg {
  display: block;
  width: 100%;
  height: 343px;
  background: url(../images/bg_04.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 355px;
  z-index: 2;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fou li {
  width: 379px;
  height: 439px;
  position: absolute;
  left: 372px;
  top: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  cursor: pointer;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s linear 0s;
          transition: transform 0.4s linear 0s;
}
.fruit-wrap-fou ul {
  width: 1124px;
  position: absolute;
  left: 50%;
  margin-left: -562px;
  top: 312px;
  z-index: 3;
}
.fruit-wrap-fou li.li1 {
  background: url(../images/card_01.png) no-repeat center;
  z-index: 1;
}
.fruit-wrap-fou li.li2 {
  background: url(../images/card_02.png) no-repeat center;
  z-index: 2;
}
.fruit-wrap-fou li.li3 {
  background: url(../images/card_03.png) no-repeat center;
  z-index: 1;
}
.fruit-wrap-fou ul.big li {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.fruit-wrap-fou ul.cur li:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fruit-wrap-fou.active .scale-img {
  -webkit-animation: 20s linear 0s infinite running rotate;
          animation: 20s linear 0s infinite running rotate;
}

.alert-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  display: none;
}
.alert-bg.bana{
  background-color: #fff4ae;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert-bg.oran{
  background-color: #ffe2bb;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert-bg.cher{
  background-color: #f9d5df;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fruit-pro-alert {
  position: fixed;
  left: 50%;
  width: 800px;
  padding: 0 50px;
  height: 520px;
  background: url(../images/bg_05.jpg) no-repeat center;
  top: 50%;
  margin-top: -260px;
  margin-left: -450px;
  z-index: 21;
  display: none;
}
.fruit-pro-alert h4 {
  font-size: 24px;
  font-weight: normal;
  color: #d34a49;
  line-height: 100px;
}
.fruit-pro-alert .cont-wrap {
  padding-top: 42px;
}
.fruit-pro-alert .img-box {
  margin-top: 3px;
  width: 300px;
  height: 300px;
}
.fruit-pro-alert .img-box img {
  border: 1px solid #e9e9e9;
  width: 298px;
  height: 298px;
}
.fruit-pro-alert .img-box .name {
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  color: #e61a3b;
}
.fruit-pro-alert .close {
  display: block;
  width: 65px;
  height: 60px;
  background: url(../images/ico_09.png) no-repeat center;
  position: absolute;
  right: -65px;
  top: 101px;
  cursor: pointer;
}
.fruit-pro-alert .word {
  width: 380px;
  margin-left: 40px;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.fruit-pro-alert .word .red {
  color: #e21a3a;
}
.pro-card-wrap{
  width: 282px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -141px;
  margin-top: -399px;
  z-index: 21;
  display: none;
}
.pro-card-wrap .close{
  display: inline-block;
  width: 23px;
  height: 24px;
  background: url(../images/ico_28.png) no-repeat center;
  position: absolute;
  right: -38px;
  top: 60px;
  cursor: pointer;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fruit-wrap-fiv {
  width: 100%;
  /*height: 850px;*/
  height: 2635px;
}
.fruit-wrap-fiv .w1200 {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fruit-wrap-fiv .img {
  margin-left: 198px;
  display: block;
  position: relative;
  left: -50px;
  opacity: 0;
  filter: Alpha(opacity=0);
  width: 400px;
  margin-top: 100px;
  height: 2435px;
}
.fruit-wrap-fiv .cup-resolve{
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.6, 0.4, 1) 0s;
}
.fruit-wrap-fiv .cup-resolve1{
  top: 0;
}
.fruit-wrap-fiv .cup-resolve2{
  top: 6px;
  opacity: 0;
}
.fruit-wrap-fiv .cup-resolve3{
  top: -25px;
  opacity: 0;
}
.fruit-wrap-fiv .cup-resolve4{
  top: 278px;
}
.fruit-wrap-fiv .cup-resolve5{
  top: 178px;
  opacity: 0;
}
.fruit-wrap-fiv .cup-resolve6{
  top: 287px;
}
.fruit-wrap-fiv .cup-resolve7{
  top: 133px;
}
.fruit-wrap-fiv .cup-resolve8{
  top: 120px;
}
.fruit-wrap-fiv .cup-resolve9{
  top: 914px;
}
.fruit-wrap-fiv .cup-resolve10{
  top: 1007px;
}
.fruit-wrap-fiv .cup-resolve11{
  top: 1039px;
}
.fruit-wrap-fiv .cont {
  margin-left: 166px;
  padding-top: 214px;
  width: 380px;
}
.fruit-wrap-fiv .cont .t1 {
  height: 63px;
  background: url(../images/font_09.png) no-repeat left center;
  width: 100%;
  position: relative;
  left: 50px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fiv .cont .t2 {
  height: 63px;
  background: url(../images/font_10.png) no-repeat left center;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  left: 50px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fiv .cont .boxs {
  margin-bottom: 45px;
  position: relative;
  left: 50px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-fiv .cont .ico {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.fruit-wrap-fiv .cont .font {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  line-height: 48px;
  color: #888;
  padding-top: 6px;
}
.fruit-wrap-fiv .cont .font p {
  line-height: 24px;
}
.fruit-wrap-fiv .cont .ico1 {
  background: url(../images/ico_10.png) no-repeat center;
}
.fruit-wrap-fiv .cont .ico2 {
  background: url(../images/ico_11.png) no-repeat center;
}
.fruit-wrap-fiv .cont .ico3 {
  background: url(../images/ico_12.png) no-repeat center;
}


.fruit-wrap-sex {
  width: 100%;
  height: 850px;
  background-color: #f2f2f2;
}
.fruit-wrap-sex .w1200 {
  height: 100%;
}
.fruit-wrap-sex .tit1 {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 130px;
  left: 0;
}
.fruit-wrap-sex .tit2 {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 192px;
  left: 0;
}
.fruit-wrap-sex .tit1, .fruit-wrap-sex .tit2 {
  margin-top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-sex ul {
  width: 1100px;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  bottom: 157px;
}
.fruit-wrap-sex li {
  width: 366px;
  text-align: center;
  opacity: 0;
  filter: Alpha(opacity=0);
  position: relative;
  left: 80px;
}
.fruit-wrap-sex .ico {
  display: block;
  width: 100%;
  height: 285px;
  position: relative;
  text-align: center;
}
.fruit-wrap-sex .ico img {
  margin-top: -46px;
  position: relative;
  z-index: 2;
}
.fruit-wrap-sex .ico i {
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.fruit-wrap-sex .ico1 i {
  width: 79px;
  height: 140px;
  background: url(../images/ico_19.png) no-repeat center;
  left: 38px;
  bottom: 20px;
  z-index: 3;
}
.fruit-wrap-sex .ico2 i {
  width: 84px;
  height: 92px;
  background: url(../images/ico_20.png) no-repeat center;
  left: 68px;
  top: -26px;
  z-index: 1;
}
.fruit-wrap-sex .ico3 i {
  width: 66px;
  height: 104px;
  background: url(../images/ico_21.png) no-repeat center;
  left: 98px;
  bottom: 30px;
  z-index: 3;
}
.fruit-wrap-sex li:hover .ico1 i {
  left: 28px;
  bottom: 10px;
}
.fruit-wrap-sex li:hover .ico2 i {
  left: 58px;
  top: -36px;
}
.fruit-wrap-sex li:hover .ico3 i {
  left: 88px;
  bottom: 20px;
}
.fruit-wrap-sex .font {
  display: block;
  line-height: 30px;
  font-size: 18px;
  color: #757575;
  margin-top: 22px;
}

.fruit-wrap-sev {
  height: 850px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fruit-wrap-sev .w1200 {
  height: 100%;
}
.fruit-wrap-sev .tit1 {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 122px;
}
.fruit-wrap-sev .tit2 {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 192px;
}
.fruit-wrap-sev .tit1, .fruit-wrap-sev .tit2 {
  margin-top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-sev .box {
  margin-top: 295px;
  position: relative;
  opacity: 0;
  filter: Alpha(opacity=0);
  top: 30px;
}
.fruit-wrap-sev .cont {
  width: 540px;
  padding: 24px 10px 0;
}
.fruit-wrap-sev .cn-tt {
  line-height: 40px;
  font-size: 28px;
  color: #333;
}
.fruit-wrap-sev .en-tt {
  line-height: 28px;
  font-size: 18px;
  font-family: "Arial";
  color: #ededed;
  text-transform: uppercase;
}
.fruit-wrap-sev .word {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}

.fruit-wrap-eig {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-eig .w1200 {
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.fruit-wrap-eig .img-bg {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
}
.fruit-wrap-eig .ft {
  display: block;
  width: 370px;
  height: 45px;
  position: absolute;
  right: -66px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.fruit-wrap-eig .ft1 {
  top: 326px;
}
.fruit-wrap-eig .ft2 {
  top: 400px;
}

.fruit-wrap-nine {
  width: 100%;
  height: 850px;
  background: url(../images/bg_06.jpg) no-repeat center;
}
.fruit-wrap-nine .w1200 {
  height: 732px;
  padding-top: 100px;
}
.fruit-wrap-nine .fi-log{
  display: block;
  width: 100%;
  text-align: center;
}
.fruit-wrap-nine h4 {
  height: 44px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.fruit-wrap-nine .word {
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 34px;
}
.fruit-wrap-nine .img-hon {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 47px;
}
.fruit-wrap-nine .figure,.occup-wrap-nine .figure {
  width: 974px;
  height: 234px;
  background: url(../images/bg_07.png) no-repeat center;
  margin: 62px auto 0;
}
.fruit-wrap-nine .figure .pic,.occup-wrap-nine .figure .pic {
  display: block;
  margin-left: 55px;
  margin-top: 42px;
}
.fruit-wrap-nine .figure .fig-msg,.occup-wrap-nine .figure .fig-msg {
  margin-left: 40px;
  padding-top: 65px;
}
.fruit-wrap-nine .figure .f18,.occup-wrap-nine .figure .f18 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.fruit-wrap-nine .figure .font,.occup-wrap-nine .figure .font {
  display: block;
  line-height: 24px;
  font-size: 14px;
}
.fruit-wrap-nine .figure .sign-font,.occup-wrap-nine .figure .sign-font {
  width: 488px;
  text-align: center;
  padding-top: 82px;
  font-size: 20px;
  line-height: 36px;
}
.fruit-wrap-nine .fi-log,.fruit-wrap-nine h4, .fruit-wrap-nine .word, .fruit-wrap-nine .img-hon, .fruit-wrap-nine .figure {
  opacity: 0;
  position: relative;
  top: 20px;
  filter: Alpha(opacity=0);
}

.occup-wrap-fir {
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.occup-wrap-fir .img-box {
  top: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 100%;
  z-index: 1;
}
.occup-wrap-fir .img-box img {
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-fir .ft {
  display: inline-block;
  width: 550px;
  position: absolute;
  right: 0;
  text-align: right;
}
.occup-wrap-fir .ft1 {
  top: 188px;
}
.occup-wrap-fir .ft2 {
  top: 276px;
}
.occup-wrap-fir .join-car {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 180px;
  padding-left: 38px;
  height: 43px;
  line-height: 42px;
  font-size: 22px;
  color: #fff;
  background: url(../images/ico_08.png) no-repeat 161px center;
  position: absolute;
  right: 0;
  top: 332px;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.occup-wrap-fir .join-car:hover {
  background: url(../images/ico_08_hov.png) no-repeat 161px center #fff;
  color: #000;
}
.occup-wrap-fir .ft, .occup-wrap-fir .join-car {
  margin-top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-fir .w1200 {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -600px;
  top: 0;
  height: 100%;
}

.occup-wrap-sec {
  width: 100%;
}
.occup-wrap-sec .top-tit {
  padding-top: 103px;
  padding-bottom: 102px;
  text-align: center;
}
.occup-wrap-sec .top-tit .ft {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-sec .top-tit .ft2 {
  margin-top: 30px;
}
.occup-wrap-sec .imgbox {
  width: 100%;
  height: 800px;
}

.occup-wrap-thi {
  width: 100%;
  height: 900px;
  background: url(../images/bg_08.jpg) no-repeat center;
}
.occup-wrap-thi .ft {
  display: block;
  text-align: center;
  left: 0;
  width: 100%;
}
.occup-wrap-thi .ft1 {
  top: 122px;
}
.occup-wrap-thi .ft2 {
  top: 185px;
}
.occup-wrap-thi .color-list {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 260px;
  left: 0;
}
.occup-wrap-thi .color-list a {
  display: inline-block;
  width: 42px;
  height: 42px;
  padding: 4px;
  margin: 0 6px;
}
.occup-wrap-thi .color-list a.hover {
  background: url(../images/ico_13.png) no-repeat center;
}
.occup-wrap-thi .color-list i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.occup-wrap-thi .color-list .co1 {
  background-color: #eec81c;
}
.occup-wrap-thi .color-list .co2 {
  background-color: #7bbc2f;
}
.occup-wrap-thi .color-list .co3 {
  background-color: #e42b6b;
}
.occup-wrap-thi .color-list .co4 {
  background-color: #2497c8;
}
.occup-wrap-thi .ft, .occup-wrap-thi .color-list, .occup-wrap-thi .pro-img {
  margin-top: 30px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-thi .pro-img {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 345px;
}
.occup-wrap-thi .pro-img .boxs {
  display: none;
}

.occup-wrap-fou {
  width: 100%;
  height: 800px;
  background: url(../images/img_big_bg04.jpg) no-repeat center;
}
.occup-wrap-fou .bot-choice {
  text-align: center;
  position: absolute;
  bottom: 62px;
  width: 100%;
  left: 0;
}
.occup-wrap-fou .w1200 {
  padding-top: 260px;
  height: 540px;
}
.occup-wrap-fou .bot-choice {
  width: 100%;
  position: absolute;
  bottom: 62px;
  left: 0;
  text-align: center;
}
.occup-wrap-fou .bot-choice a {
  display: inline-block;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 14px;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.occup-wrap-fou .bot-choice a:hover, .occup-wrap-fou .bot-choice a.hover {
  color: #000;
  background-color: #fff;
}
.occup-wrap-fou .ft1 {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.occup-wrap-fou .line {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: 40px auto 0;
  -webkit-transition: all 0.4s ease 0.3s;
          transition: all 0.4s ease 0.3s;
}
.occup-wrap-fou .tit {
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin-top: 38px;
  width: 100%;
  font-size: 24px;
  -webkit-transition: all 0.4s ease 0.6s;
          transition: all 0.4s ease 0.6s;
}
.occup-wrap-fou .font {
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 11px;
  width: 100%;
  -webkit-transition: all 0.4s ease 0.9s;
          transition: all 0.4s ease 0.9s;
}
.occup-wrap-fou .ft1, .occup-wrap-fou .line, .occup-wrap-fou .tit, .occup-wrap-fou .font, .occup-wrap-fou .bot-choice {
  /*-webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);*/
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-fou.active .ft1, .occup-wrap-fou.active .line, .occup-wrap-fou.active .tit, .occup-wrap-fou.active .font, .occup-wrap-fou.active .bot-choice {
  opacity: 1;
  filter: Alpha(opacity=100);
}
/*.occup-wrap-fou.active .ft1 {
  -webkit-transition: all 0.4s ease 0.6s;
          transition: all 0.4s ease 0.6s;
}
.occup-wrap-fou.active .line {
  -webkit-transition: all 0.4s ease 0.9s;
          transition: all 0.4s ease 0.9s;
}
.occup-wrap-fou.active .tit {
  -webkit-transition: all 0.4s ease 1.2s;
          transition: all 0.4s ease 1.2s;
}
.occup-wrap-fou.active .font {
  -webkit-transition: all 0.4s ease 1.5s;
          transition: all 0.4s ease 1.5s;
}
.occup-wrap-fou.active .bot-choice {
  -webkit-transition: all 0.4s ease 1.8s;
          transition: all 0.4s ease 1.8s;
}*/

.occup-wrap-fiv {
  width: 100%;
  height: 900px;
  background: url(../images/bg_09.jpg) no-repeat center;
}
.occup-wrap-fiv .w1200 {
  padding-top: 90px;
}
.occup-wrap-fiv .ft1 {
  display: block;
  width: 100%;
  text-align: center;
}
.occup-wrap-fiv .font {
  display: block;
  text-align: center;
  width: 720px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 30px;
}
.occup-wrap-fiv .ft1, .occup-wrap-fiv .font {
  position: relative;
  opacity: 0;
  filter: Alpha(opacity=0);
  top: 20px;
}
.occup-wrap-fiv .cup-box {
  width: 100%;
  margin-top: 60px;
  height: 560px;
  position: relative;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-fiv .cup {
  display: block;
  position: absolute;
}
.occup-wrap-fiv .cup1 {
  background: url(../images/img_28.png) no-repeat center;
  width: 122px;
  height: 151px;
  left: 114px;
  bottom: 162px;
}
.occup-wrap-fiv .cup2 {
  background: url(../images/img_29.png) no-repeat center;
  width: 207px;
  height: 286px;
  left: 276px;
  bottom: 158px;
}
.occup-wrap-fiv .cup3 {
  background: url(../images/img_30.png) no-repeat center;
  width: 295px;
  height: 473px;
  left: 557px;
  bottom: 73px;
}
.occup-wrap-fiv .cup4 {
  background: url(../images/img_31.png) no-repeat center;
  width: 171px;
  height: 245px;
  left: 924px;
  bottom: 160px;
}

.occup-wrap-sex {
  width: 100%;
  height: 900px;
  background: url(../images/bg_10.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
}
.occup-wrap-sex .w1200 {
  height: 100%;
}
.occup-wrap-sex .sign {
  display: block;
  width: 891px;
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: 70px;
  top: 0;
  background: url(../images/bg_11.png) no-repeat center;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-sex .ft {
  display: block;
  position: absolute;
  left: 12px;
  margin-top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-sex .ft1 {
  top: 380px;
}
.occup-wrap-sex .ft2 {
  top: 448px;
}

.occup-wrap-sev {
  width: 100%;
  height: 3300px;
  background: url(../images/bg_11.jpg) no-repeat center top;
}
.occup-wrap-sev .w1200 {
  height: 100%;
}
.occup-wrap-sev .img {
  display: block;
  width: 330px;
  height: 900px;
  position: absolute;
  top: 0;
  left: 182px;
  margin-left: -50px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-sev .ft {
  display: block;
  position: absolute;
  left: 680px;
  color: #000;
  margin-top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.occup-wrap-sev .ft1 {
  top: 434px;
}
.occup-wrap-sev .ft2 {
  top: 502px;
}
.occup-wrap-sev .cup-resolve {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.6, 0.4, 1) 0s;
          transition: all 0.6s cubic-bezier(0.25, 0.6, 0.4, 1) 0s;
  margin-top: 100px;
}
.occup-wrap-sev .cup-resolve2 {
  top: 10px;
}
.occup-wrap-sev .cup-resolve3 {
  top: 94px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.occup-wrap-sev .cup-resolve4 {
  top: 303px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.occup-wrap-sev .cup-resolve5 {
  top: 197px;
}
.occup-wrap-sev .cup-resolve6 {
  top: 223px;
}
.occup-wrap-sev .cup-resolve7 {
  top: 74px;
}
.occup-wrap-sev .cup-resolve8 {
  top: 105px;
}
.occup-wrap-sev .cup-resolve9 {
  top: 841px;
}
.occup-wrap-sev .cup-resolve10 {
  top: 886px;
}
.occup-wrap-sev .cup-resolve11 {
  top: 899px;
}

.occup-wrap-eig {
  width: 100%;
  height: 900px;
}

.occup-wrap-nine {
  width: 100%;
  height: 850px;
  background: url(../images/bg_06.jpg) no-repeat center;
}
.occup-wrap-nine .w1200 {
  padding-top: 100px;
}
.occup-wrap-nine .fi-log{
  display: block;
  text-align: center;
}
.occup-wrap-nine .tt {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.occup-wrap-nine .word {
  width: 100%;
  text-align: center;
  margin-top: 44px;
  font-size: 16px;
  line-height: 30px;
}
.occup-wrap-nine .sign {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.occup-wrap-nine .fi-log,.occup-wrap-nine .tt, .occup-wrap-nine .word, .occup-wrap-nine .sign,.occup-wrap-nine .figure {
  position: relative;
  top: 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.pro-joincar-wrap .collect {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/ico_14.png) no-repeat left center;
  color: #5c5c5c;
  margin-right: 30px;
  line-height: 32px;
  margin-top: 34px;
  cursor: pointer;
}

.pro-joincar-wrap .collect.cur {
  background: url(../images/ico_14_hov.png) no-repeat left center;
}

.pro-joincar-wrap .share {
  line-height: 32px;
  margin-top: 34px;
}

.pro-joincar-wrap .share-tt {
  display: inline-block;
  margin-right: 8px;
}

.pro-joincar-wrap .pro-msg {
  width: 450px;
  margin-left: 48px;
}

.pro-joincar-wrap .pro-msg .name {
  line-height: 28px;
  font-size: 24px;
  color: #333;
}

.pro-joincar-wrap .pro-msg td {
  line-height: 35px;
  color: #5c5c5c;
  font-size: 16px;
}

.pro-joincar-wrap .pro-msg table {
  margin-top: 12px;
}

.pro-joincar-wrap .pro-msg td.tt {
  color: #989898;
  font-size: 14px;
}

.pro-joincar-wrap .pro-msg .s-price {
  text-decoration: line-through;
}

.pro-joincar-wrap .pro-msg .price {
  font-size: 30px;
  font-weight: bold;
  color: #c71b21;
}

.pro-joincar-wrap .pro-msg .price i {
  font-size: 20px;
}

.pro-joincar-wrap .pro-msg .sub-buy {
  display: block;
  float: left;
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
}

.pro-joincar-wrap .pro-msg .join-car {
  background-color: #f5dccf;
  color: #c13736;
}

.pro-joincar-wrap .pro-msg .buy-btn {
  background-color: #c13736;
  color: #fff;
  margin-left: 20px;
}

.pro-joincar-wrap .pro-msg .lab {
  display: inline-block;
  width: 58px;
  height: 26px;
  border: 1px solid #dadada;
  text-align: center;
  line-height: 26px;
  color: #989898;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  background-color: #fbfbfb;
  font-size: 12px;
}

.pro-joincar-wrap .pro-msg .lab.hover {
  border: 1px solid #c13736;
}

.pro-joincar-wrap .pro-msg .numbox {
  border: 1px solid #ccc;
}

.pro-joincar-wrap .pro-msg .butn {
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.pro-joincar-wrap .pro-msg .num {
  border: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  line-height: 26px;
  width: 48px;
  text-align: center;
}

.pro-joincar-wrap .pro-msg .cut {
  background: url(../images/ico_15.jpg) no-repeat center;
}

.pro-joincar-wrap .pro-msg .add {
  background: url(../images/ico_16.jpg) no-repeat center;
}

.pro-joincar-wrap .pro-msg .inven {
  font-size: 14px;
  color: #888;
  display: inline-block;
  margin-left: 40px;
  line-height: 28px;
}

h4.shopcar-htit {
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  color: #252525;
}

.shopcar-list {
  padding-top: 50px;
}
.shopcar-list table {
  border-top: 2px solid #252525;
}
.shopcar-list tr {
  border-bottom: 1px solid #e5e5e5;
}
.shopcar-list tr.tit {
  border-bottom: 1px solid #252525;
  line-height: 38px;
}
.shopcar-list th {
  color: #252525;
  font-weight: normal;
  font-size: 12px;
}
.shopcar-list td {
  padding: 10px;
  color: #252525;
  text-align: center;
}
.shopcar-list td.pro-msg {
  text-align: left;
}
.shopcar-list input.check {
  width: 13px;
  height: 13px;
  margin-right: 16px;
}
.shopcar-list #all-check {
  margin-left: 10px;
  margin-top: 12px;
}
.shopcar-list .img {
  display: block;
  border: 1px solid #dbdbdb;
}
.shopcar-list .img img {
  width: 74px;
  height: 74px;
}
.shopcar-list .pro-tit {
  display: inline-block;
  margin-left: 18px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin-top: 7px;
}
.shopcar-list .num-btn {
  border: 1px solid #dedede;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
  color: #333;
}
.shopcar-list .num {
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0 12px;
}
.shopcar-list .dele {
  display: inline-block;
  color: #acacac;
  cursor: pointer;
}
.shopcar-list .bot-price {
  margin-top: 10px;
  line-height: 42px;
  font-size: 18px;
  color: #252525;
  text-align: right;
}
.shopcar-list .bot-price .all-price {
  font-size: 30px;
  color: #f6712c;
}
.shopcar-list .sub-btn {
  border: none;
  width: 150px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #c13736;
  margin-top: 30px;
}

/**弹出pop-up**/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  left: 0;
  top: 0;
  z-index: 9;
}

.mb-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 540px;
  height: 283px;
  margin: -141px 0 0 -270px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
}

.mb-box .hd {
  height: 36px;
  border-bottom: 1px solid #e0e0e0;
  padding: 22px 22px 0 26px;
  background: #f3f3f3;
  font-size: 18px;
  color: #333;
}

.mb-box .close {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #666;
  font-weight: bold;
  text-align: center;
}

.mb-box .bd {
  padding-top: 35px;
  text-align: center;
}

.mb-box .msg {
  font-size: 28px;
  line-height: 40px;
  color: #555;
  font-weight: normal;
  height: 100px;
}

.mb-box .bd .btn {
  display: inline-block;
  width: 92px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.mb-box .bd .btn.ok {
  background: #d91100;
}

.mb-box .bd .btn.canc {
  background: #777;
}

.mb-box .bd .btn:hover {
  opacity: 0.8;
}

.order-submit .main-tit {
  border-top: 2px solid #252525;
  border-bottom: 1px solid #252525;
  line-height: 38px;
  color: #252525;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
  width: 930px;
  margin-top: 20px;
}
.order-submit .main-tit .ico {
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-top: 15px;
  background: url(../images/ico_18.png) no-repeat center;
}
.order-submit .main-tit.hover .ico {
  background: url(../images/ico_17.png) no-repeat center;
}
.order-submit .sub-cont {
  padding: 10px 10px 30px 10px;
  width: 940px;
}
.order-submit .sub-cont.pad0 {
  padding: 0;
  width: 100%;
}
.order-submit .addres-selec ul, .order-submit .addres-selec li {
  width: 100%;
}
.order-submit .addres-selec li {
  line-height: 26px;
}
.order-submit .addres-selec .rad {
  width: 13px;
  height: 13px;
  margin-top: 8px;
  margin-right: 18px;
}
.order-submit .addres-selec .lab {
  display: inline-block;
  cursor: pointer;
}
.order-submit .addres-selec .edit {
  cursor: pointer;
}
.order-submit .invoice-msg .lab {
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
  margin-right: 33px;
  color: #252525;
}
.order-submit .invoice-msg .rad {
  width: 13px;
  height: 13px;
  margin-right: 13px;
  margin-top: 7px;
}
.order-submit .invoice-msg .invo-cont {
  margin-top: 10px;
  display: none;
}
.order-submit .invoice-msg .tex {
  border: 1px solid #acacac;
  font-size: 12px;
  height: 13px;
  line-height: 12px;
  padding: 7px 6px 6px;
  width: 238px;
  margin-right: 10px;
  color: #b6b6b6;
}
.order-submit .invoice-msg .sele {
  color: #333;
  font-size: 12px;
  height: 28px;
}

/******************************************/
.l-c-wrap {
  background-color: #fff;
  border-radius: 6px;
  left: 50%;
  margin-left: -440px;
  padding: 0 40px;
  position: fixed;
  top: 50%;
  width: 800px;
  z-index: 10000;
  display: none;
  height: 700px;
}

.l-c-wrap.short {
  height: 600px;
}

.l-c-wrap.short .l-c-cnt {
  height: 376px;
}

.l-c-hd {
  border-bottom: 1px solid #e5e5e5;
  height: 39px;
  padding-bottom: 15px;
  padding-top: 35px;
}

.l-c-hd h2 {
  color: #333;
  float: left;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  text-indent: 9px;
  height: 40px;
  overflow: hidden;
  width: 440px;
}

.l-c-hd .l-c-hdr {
  float: right;
  height: 39px;
  line-height: 39px;
}

.l-c-hdr span {
  background: url(../images/ico_22.png) no-repeat 0 center;
  display: block;
  float: left;
  margin-left: 18px;
  padding-left: 23px;
}

.l-c-cnt {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 9px 0;
  height: 470px;
  overflow: hidden;
  position: relative;
  margin-top: 24px;
}

.l-c-cnt .obj-wrap {
  position: absolute;
  left: 9px;
  top: 0;
  width: 95%;
}

.l-c-cnt .obj-bar {
  right: 0;
  top: 0;
  position: absolute;
  background-color: #f7f7f7;
  display: block;
  width: 4px;
  border-radius: 4px;
  height: 100%;
}

.l-c-cnt .obj-bar .obj-btn {
  background-color: #ce0000;
  border-radius: 4px;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.2s linear 0s;
          transition: background-color 0.2s linear 0s;
  width: 4px;
  height: 100px;
}

.l-c-cnt h3 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 9px;
}

.l-c-cnt p {
  color: #666;
  font-size: 12px;
  line-height: 24px;
}

.l-c-ft {
  padding: 30px 0 46px 9px;
}

.l-c-ft .l-c-apl {
  background-color: #ce0000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 200px;
}

.l-c-ft p {
  color: #333;
  float: right;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}
.l-c-ft p.fl{
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.l-c-ft p span {
  color: #c71b21;
}

.l-c-cls {
  background: url(../images/ico_23.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 35px;
  position: absolute;
  right: -45px;
  top: 36px;
  width: 35px;
}

.l-c-cls:hover {
  background-position: 0 -35px;
}

.l-c-bg {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.forget-wrap {
  background-color: #fff;
}
.forget-wrap h3 {
  font-size: 28px;
  font-weight: normal;
  color: #252525;
  line-height: 90px;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}
.forget-wrap .cont {
  padding-top: 82px;
  padding-bottom: 176px;
}
.forget-wrap .cont .tit {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.forget-wrap .choice-type {
  text-align: center;
  padding-top: 60px;
}
.forget-wrap .choice-type a {
  display: inline-block;
  width: 258px;
  height: 98px;
  border: 1px solid #c8c8c8;
  margin: 0 44px;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
}
.forget-wrap .choice-type a:hover {
  background-color: #fafafa;
}
.forget-wrap .choice-type .ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 40px;
  margin-top: 29px;
}
.forget-wrap .choice-type .ico1 {
  background: url(../images/ico_24.png) no-repeat center;
}
.forget-wrap .choice-type .ico2 {
  background: url(../images/ico_25.png) no-repeat center;
}
.forget-wrap .choice-type .name {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  float: left;
  margin-left: 24px;
  line-height: 98px;
}

.main_sw.usercenter .box1 .forget-wrap.w1200 {
  padding-bottom: 0;
}

.forget-wrap .phone-forget {
  padding-left: 120px;
  min-height: 150px;
}

.forget-wrap .phone-forget p {
  line-height: 32px;
  font-size: 14px;
}

.forget-wrap .phone-forget p.margint {
  margin-top: 10px;
}

.forget-wrap .phone-forget .tex {
  border: 1px solid #dbdbdb;
  font-size: 14px;
  height: 15px;
  padding: 9px 8px 8px;
  color: #666;
  width: 214px;
  color: #b1b1b1;
}

.forget-wrap .phone-forget .send-btn {
  border: 1px solid #dbdbdb;
  margin-left: -1px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: center;
  width: 112px;
  height: 34px;
  color: #666;
}

.forget-wrap .phone-forget .s-tex {
  width: 132px;
}

.forget-wrap .phone-forget .sub-btn {
  background-color: #c13736;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  outline: medium none;
  text-align: center;
  width: 150px;
  margin-top: 20px;
}

.forget-wrap .phone-forget .code-img {
  height: 34px;
  cursor: pointer;
}

/***********************产品页*******************/
.pro-wrap {
  background-color: #f5f5f5;
}
.pro-wrap .top-nav {
  width: 100%;
  height: 156px;
  background: url(../images/bg_13.png) repeat-x 0 0;
  position: relative;
  margin-bottom: -6px;
  z-index: 2;
}
.pro-wrap .top-nav ul {
  width: 1180px;
  margin: 0 auto;
  padding-top: 20px;
}
.pro-wrap .top-nav li {
  width: 265px;
  height: 110px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  margin: 0 15px;
  position: relative;
}
.pro-wrap .top-nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-wrap .top-nav li:first-child {
  border-left: none;
}
.pro-wrap .top-nav li:hover, .pro-wrap .top-nav li.hover {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 2px 1px #ededed;
}
.pro-wrap .top-nav li:hover .cont, .pro-wrap .top-nav li.hover .cont {
  color: #ce0000;
}
.pro-wrap .top-nav li:hover .cont .tit, .pro-wrap .top-nav li.hover .cont .tit {
  color: #ce0000;
}
.pro-wrap .top-nav .line {
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #eae3e2;
  position: absolute;
  right: -15px;
  top: 24px;
}
.pro-wrap .top-nav .img {
  display: block;
  width: 90px;
  height: 90px;
  margin-top: 11px;
  margin-left: 5px;
}
.pro-wrap .top-nav .img-fir {
  background: url(../images/img_34.jpg) no-repeat center;
}
.pro-wrap .top-nav .img-sec {
  background: url(../images/img_35.png) no-repeat center;
}
.pro-wrap .top-nav .img-thi {
  background: url(../images/img_36.jpg) no-repeat center;
}
/*.pro-wrap .top-nav .img-fou {
  background: url(../images/img_37.jpg) no-repeat center;
}*/
.pro-wrap .top-nav .img-fou{
  background: url(../images/img_53.png) no-repeat center;
}
.pro-wrap .top-nav li:hover .img-fir, .pro-wrap .top-nav li.hover .img-fir {
  background: url(../images/img_34_hov.jpg) no-repeat center;
}
.pro-wrap .top-nav li:hover .img-sec, .pro-wrap .top-nav li.hover .img-sec {
  background: url(../images/img_35_hov.png) no-repeat center;
}
.pro-wrap .top-nav li:hover .img-thi, .pro-wrap .top-nav li.hover .img-thi {
  background: url(../images/img_36_hov.jpg) no-repeat center;
}
.pro-wrap .top-nav li:hover .img-fou, .pro-wrap .top-nav li.hover .img-fou {
  background: url(../images/img_53_hov.png) no-repeat center;
}
.pro-wrap .top-nav .cont {
  display: block;
  padding-top: 23px;
  color: #666;
  line-height: 20px;
}
.pro-wrap .top-nav .cont .tit {
  line-height: 26px;
  font-size: 18px;
  color: #2c2b2b;
}
.pro-wrap .list-wrap {
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
.pro-wrap .list-wrap li {
  width: 280px;
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 29px;
  margin-bottom: 30px;
  margin-left: 26px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  top: 0;
}
.pro-wrap .list-wrap li:hover {
  top: -5px;
  box-shadow: 0 15px 30px #e0e0e0;
}
.pro-wrap .list-wrap ul {
  width: 1226px;
  margin-left: -25px;
}
.pro-wrap .list-wrap .img {
  display: block;
  width: 240px;
  margin: 0 auto;
  height: 240px;
}
.pro-wrap .list-wrap .imgli {
  width: 100%;
  text-align: center;
  padding-top: 11px;
}
.pro-wrap .list-wrap .imgli span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #dbdbdb;
  margin: 0 4px;
  cursor: pointer;
}
.pro-wrap .list-wrap .imgli img {
  width: 34px;
  height: 34px;
}
.pro-wrap .list-wrap .imgli span.active {
  width: 32px;
  height: 32px;
  border: 2px solid #ce0000;
}
.pro-wrap .list-wrap .imgli span.active img {
  width: 32px;
  height: 32px;
}
.pro-wrap .list-wrap .name {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
  text-align: center;
}
.pro-wrap .list-wrap .name a {
  color: #000;
  display: inline-block;
}
.pro-wrap .list-wrap .font {
  display: block;
  text-align: center;
  line-height: 29px;
  color: #999;
}
.pro-wrap .list-wrap .page {
  padding-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
.pro-wrap .crumbs {
  text-align: left;
  line-height: 32px;
  padding: 10px 0 13px 0;
  color: #999;
  font-size: 14px;
}
.pro-wrap .crumbs a {
  color: #999;
}
.pro-wrap .crumbs span {
  color: #333;
}
.pro-wrap .top-main {
  width: 1110px;
  background-color: #fff;
  padding: 30px 55px 30px 35px;
}
.pro-wrap .top-main .img-box {
  width: 360px;
  position: relative;
  z-index: 2;
}
.pro-wrap .top-main .big-img {
  width: 358px;
  height: 358px;
  border: 1px solid #e9e9e9;
  background: url(../../images/loadings.gif) no-repeat center;
}
.pro-wrap .top-main .img-list {
  padding-top: 16px;
  width: 100%;
  position: relative;
  height: 64px;
}
.pro-wrap .top-main .list {
  width: 298px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pro-wrap .top-main .list li {
  width: 62px;
  height: 62px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  margin-right: 13px;
}
.pro-wrap .top-main .list img {
  width: 62px;
  height: 62px;
}
.pro-wrap .top-main .butn {
  display: inline-block;
  width: 16px;
  height: 64px;
  cursor: pointer;
  position: absolute;
  top: 17px;
}
.pro-wrap .top-main .prev {
  background: url(../images/ico_26.png) no-repeat center;
  left: 0;
}
.pro-wrap .top-main .next {
  background: url(../images/ico_27.png) no-repeat center;
  right: 0;
}
.pro-wrap .top-main .right-cont {
  width: 690px;
  padding-top: 13px;
  position: relative;
}
.pro-wrap .top-main h4 {
  font-size: 24px;
  line-height: 42px;
  color: #333;
  font-weight: normal;
}
.pro-wrap .top-main table {
  margin-top: 7px;
}
.pro-wrap .top-main td.tt {
  color: #989898;
  font-size: 14px;
}
.pro-wrap .top-main .model {
  line-height: 32px;
  font-size: 16px;
  color: #5c5c5c;
}
.pro-wrap .top-main .s-price {
  font-size: 16px;
  color: #5c5c5c;
  text-decoration: line-through;
  line-height: 32px;
}
.pro-wrap .top-main .price {
  font-size: 20px;
  font-weight: bold;
  color: #c71b21;
  line-height: 36px;
}
.pro-wrap .top-main .price i {
  font-size: 30px;
}
.pro-wrap .top-main .color-sele span {
  float: left;
  display: inline-block;
  /*width: 58px;*/
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #dadada;
  color: #989898;
  margin-right: 7px;
  cursor: pointer;
  background-color: #fbfbfb;
  padding: 0 8px;
}
.pro-wrap .top-main .color-sele span.cur {
  border: 2px solid #c13736;
  color: #c13736;
  /*width: 56px;*/
  height: 24px;
  line-height: 24px;
}
.pro-wrap .top-main .collect {
  display: inline-block;
  line-height: 28px;
  padding-left: 24px;
  background: url(../images/ico_14.png) no-repeat left center;
  color: #5c5c5c;
  cursor: pointer;
}
.pro-wrap .top-main .collect.cur {
  background: url(../images/ico_14_hov.png) no-repeat left center;
}
.pro-wrap .top-main .num-btn {
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
}
.pro-wrap .top-main .cut {
  background: url(../images/ico_15.jpg) no-repeat center;
}
.pro-wrap .top-main .add {
  background: url(../images/ico_16.jpg) no-repeat center;
}
.pro-wrap .top-main input.num {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 48px;
  font-size: 14px;
  height: 15px;
  padding: 6px 0 5px;
  color: #333;
}
.pro-wrap .top-main span.inven {
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-left: 35px;
  line-height: 28px;
}
.pro-wrap .top-main .bot-handle {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 30px;
}
.pro-wrap .top-main .bot-handle a {
  display: block;
  width: 160px;
  height: 42px;
  float: left;
  line-height: 42px;
  text-align: center;
  margin-right: 20px;
  border-radius: 3px;
  font-size: 16px;
}
.pro-wrap .top-main .bot-handle .join-car {
  background-color: #f5dccf;
  color: #c13736;
}
.pro-wrap .top-main .bot-handle .buy {
  background-color: #c13736;
  color: #fff;
}
.pro-wrap .top-main .share {
  position: absolute;
  right: 12px;
  top: 13px;
  line-height: 34px;
}
.pro-wrap .top-main .share a {
  margin: 10px 0 0 7px;
}
.pro-wrap .pro-info-img {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
}
.pro-wrap .pro-info-img .tit-box {
  border-bottom: 1px solid #e5e5e5;
  width: 1110px;
  padding: 10px 55px 0 35px;
}
.pro-wrap .pro-info-img .tit-box span {
  display: inline-block;
  line-height: 64px;
  border-bottom: 4px solid #c13736;
  margin-bottom: -1px;
  width: 120px;
  font-weight: bold;
  font-size: 24px;
  color: #c13736;
  text-align: center;
}
.pro-wrap .pro-info-img .img-cont {
  width: 1130px;
  padding: 62px 35px 90px;
}
.pro-wrap .pro-info-img .img-cont img {
  max-width: 100%;
}
.pro-wrap.pad {
  padding-bottom: 60px;
}
.pro-wrap .jqZoomPup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  opacity: 0.5;
  position: absolute;
  visibility: hidden;
  z-index: 1;
}
.pro-wrap .zoomdiv {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  display: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.leave-word {
  padding-top: 60px;
  padding-bottom: 76px;
}
.leave-word input.tex {
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  height: 15px;
  line-height: 14px;
  color: #666;
  width: 368px;
  padding: 14px 5px 13px;
}
.leave-word td.tt {
  font-size: 14px;
  line-height: 45px;
  text-align: right;
  padding-right: 22px;
}
.leave-word td.tt .red{
  color: #ce0000;
}
.leave-word input.l-tex {
  width: 900px;
}
.leave-word input.s-tex {
  width: 140px;
}
.leave-word .code-img {
  width: 150px;
  height: 45px;
  cursor: pointer;
  margin-left: 10px;
}
.leave-word .sub-btn {
  border: none;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: #ce0000;
}
.leave-word .area {
  border: 1px solid #dbdbdb;
  background-color: #f5f5f5;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  width: 900px;
  height: 190px;
}

/*# sourceMappingURL=style.css.map */


.perfect-infor h3{
  border-bottom: 1px solid #f3f3f3;
  color: #252525;
  font-size: 28px;
  font-weight: normal;
  line-height: 90px;
  text-align: center;
}
.perfect-infor .perfect-tab{
  margin-top: 30px;
  margin-left: 320px;
}
.perfect-tab td.tt{
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
}
.perfect-tab td input.tex{
  border: 1px solid #dbdbdb;
  color: #666;
  font-size: 14px;
  height: 15px;
  padding: 9px 8px 8px;
  width: 340px;
}
.perfect-tab td input.sub-btn{
  background-color: #c13736;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  outline: medium none;
  text-align: center;
  width: 150px;
}
.perfect-tab td input.password{
  display: none;
}

/******************下载页面*******************/
.download-wrap{
  background-color: #f5f5f5;
  padding-bottom: 75px;
}
.download-wrap .titbox{
  text-align: center;
  padding-top: 58px;
  padding-bottom: 56px;
}
.download-wrap .titbox .cn-tit{
  line-height: 43px;
  color: #666;
  font-size: 30px;
}
.download-wrap .titbox .en-tit{
  font-size: 30px;
  color: #b6b6b6;
  line-height: 36px;
  text-transform: uppercase;
}
.download-wrap .list-wrap{
  position: relative;
  overflow: hidden;
}
.download-wrap .list-wrap ul{
  width: 105%;
}
.download-wrap .list-wrap li{
  width: 585px;
  height: 55px;
  background-color: #fff;
  line-height: 55px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.download-wrap .list-wrap li a{
  display: block;
  width: 100%;
  color: #000;
  transition: color 0.3s ease 0s;
}
.download-wrap .list-wrap li .stit{
  margin-left: 28px;
  font-size: 16px;
  transition: color 0.3s ease 0s;
}
.download-wrap .list-wrap li .down-btn{
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
  background: url(../images/ico_29.png) no-repeat right center;
  transition: color 0.3s ease 0s;
}
.download-wrap .list-wrap li:hover .stit{
  color: #ce0000;
}
.download-wrap .list-wrap li:hover .down-btn{
  color: #ce0000;
  background: url(../images/ico_29_h.png) no-repeat right center;
}
.download-wrap .page{
  padding-top: 56px;
  text-align: center;
}