@charset "UTF-8";

.l-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  /* font-family: "Microsoft YaHei", Helvetica, Simsun, Simhei, Arial, sans-serif; */
  font-family: "Microsoft YaHei", Simsun, Simhei;
  color: #000;
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

.l-content i {
  font-style: normal;
  color: #000;
}

.l-content * {
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.l-content .clearfixs:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.l-content a {
  text-decoration: none;
}

.l-content img {
  border: 0;
}

.l-content .pricenum {
  color: #DD0000;
  font-family: Arial, sans-serif;
}

.l-content .num {
  font-family: Arial, sans-serif;
}

.l-content .delline {
  position: relative;
}

.l-content .delline::before {
  content: " ";
  position: absolute;
  border-top: 1px solid #FF0000;
  width: 110%;
  top: 50%;
  left: -5%;
  transform: rotate(15deg);
}

.l-content .mail {
  position: relative;
  display: block;
  font-size: 20px;
  width: 477px;
  height: 44px;
  line-height: 44px;
  /* border: 2px solid #D2D2D2; */
  border-radius: 3px;
  font-family: Arial, sans-serif;
  color: #333333;
  background: #f6f6f6;
  padding-left: 41px;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #dddddd;
}

.l-content .mail::before {
  position: absolute;
  left: 29px;
  top: 50%;
  margin-top: -8px;
  content: url(../images/arrow.png);
}

.l-content .l-content-wrap {
  position: relative;
  background: #a0daf2 url(../images/content_head_bg.png) no-repeat;
  text-align: center;
}

.l-content .l-content-wrap .animation {
  display: block;
  position: absolute;
  top: -887px;
  left: 0;
  width: 1200px;
  height: 887px;
  overflow: hidden;
}

.l-content .l-content-wrap .animation .ad {
  position: absolute;
  top: 0px;
  left: 100px;
  z-index: 20;
}

.l-content .l-content-wrap .animation .ad2 {
  position: absolute;
  left: 630px;
  top: 212px;
  z-index: 20;
}

.l-content .l-content-wrap .animation .flag {
  position: absolute;
  width: 61px;
  height: 103px;
  line-height: 86px;
  margin-top: -51px;
  margin-left: -30px;
  z-index: 10;
}

.l-content .l-content-wrap .animation .flag .bubble {
  position: absolute;
  top: 0;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  /* Firefox 4 */
  -webkit-transition: all 0.7s;
  /* Safari 和 Chrome */
  -o-transition: all 0.7s;
  /* Opera */
}

.l-content .l-content-wrap .animation .flag .shadow {
  position: absolute;
  bottom: 0px;
  left: 18px;
}

.l-content .l-content-wrap .animation .flag span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.l-content .l-content-wrap .animation .flag span {
  display: block;
  width: 61px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  padding-top: 20px;
}


.l-content .l-content-wrap .animation .flag span strong {
  margin: auto;
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  cursor: default;
}


.l-content .l-content-wrap .animation .flag.no1 {
  left: 262px;
  top: 556px;
}

.l-content .l-content-wrap .animation .tip {
  position: absolute;
  z-index: 20;
  padding-top: 35px;
  display: none;
  opacity: 0;

  transition: opacity 1s;
  -moz-transition: opacity 1s;
  /* Firefox 4 */
  -webkit-transition: opacity 1s;
  /* Safari 和 Chrome */
  -o-transition: opacity 1s;
  /* Opera */
}

.l-content .l-content-wrap .animation .tip .row {
  /* height: 127px; */
  margin-left: 5px;
}

.l-content .l-content-wrap .animation .tip .row:not(:first-child)::before {
  content: " ";
  display: block;
  margin: 5px 30px 5px 0;
  border-bottom: 2px solid #999999;

}

.l-content .l-content-wrap .animation .tip .row .title,
.l-content .l-content-wrap .animation .tip .row ul,
.l-content .l-content-wrap .animation .tip .row .more {
  float: left;
}

.l-content .l-content-wrap .animation .tip .row ul {
  margin: 0 26px;
}


.l-content .l-content-wrap .animation .tip .row ul li {
  float: left;
}

.l-content .l-content-wrap .animation .tip .row ul li:not(:last-child) {
  margin-right: 8px;
}


.l-content .l-content-wrap .animation .tip .row ul li span {
  display: block;
}

.l-content .l-content-wrap .animation .tip .row ul li span.name {
  width: 99px;
  text-align: center;
}


.l-content .l-content-wrap .animation .tip .row ul li span.name a {
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}

.l-content .l-content-wrap .animation .tip .row ul li span.pic {
  position: relative;
  font-size: 0;
  width: 99px;
  height: 90px;
}

.l-content .l-content-wrap .animation .tip .row ul li span.pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
}


.l-content .l-content-wrap .animation .tip .row .more {
  margin-top: 24px;
}

.l-content .l-content-wrap .animation .tip.t1 {
  background: url(../images/b_bg1.png) no-repeat;
  left: 207px;
  top: 609px;
  width: 600px;
  padding-bottom: 10px;
}

.l-content .l-content-wrap .animation .tip.t2 {
  background: url(../images/b_bg2.png) no-repeat;
  left: 310px;
  top: 497px;
  width: 595px;
  padding-bottom: 10px;
}

.l-content .l-content-wrap .animation .tip.t2 .row ul {
  margin: 0px 9px;
}

.l-content .l-content-wrap .animation .tip.t2 .row ul li span.pic,
.l-content .l-content-wrap .animation .tip.t2 .row ul li span.name {
  width: 110px;
}

.l-content .l-content-wrap .animation .tip.t2 .row ul li span.name {}

.l-content .l-content-wrap .animation .tip.t3 {
  background: url(../images/b_bg3.png) no-repeat;
  left: 313px;
  top: 233px;
  width: 595px;
  height: 310px;
  padding-top: 12px;
}


.l-content .l-content-wrap .animation .tip.t3 .row ul li span.pic,
.l-content .l-content-wrap .animation .tip.t3 .row ul li span.name {
  width: 96px;
}

.l-content .l-content-wrap .animation .tip.t4 {
  background: url(../images/b_bg4.png) no-repeat;
  left: 200px;
  top: 545px;
  width: 850px;
  display: none;
}

.l-content .l-content-wrap .animation .tip.t4 .row ul li span.pic,
.l-content .l-content-wrap .animation .tip.t4 .row ul li span.name {
  width: 105px;
}

.l-content .l-content-wrap .animation .tip.t7 {
  background: url(../images/b_bg7.png) no-repeat;
  left: 199px;
  top: 440px;
  width: 850px;
  height: 483px;
  display: none;
}

.l-content .l-content-wrap .animation .tip.t7 .row ul li span.pic,
.l-content .l-content-wrap .animation .tip.t7 .row ul li span.name {
  width: 135px;
}

.l-content .l-content-wrap .animation .tip.t7 .row:last-child ul li span.pic,
.l-content .l-content-wrap .animation .tip.t7 .row:last-child ul li span.name {
  width: 106px;
}


.l-content .l-content-wrap .animation .flag.no2 {
  left: 423px;
  top: 443px;
}


.l-content .l-content-wrap .animation .flag.no3 {
  left: 670px;
  top: 595px;
}

.l-content .l-content-wrap .animation .flag.no3 span {
  padding-top: 10px !important;

}


.l-content .l-content-wrap .animation .flag.no4 {
  left: 904px;
  top: 490px;
}


.l-content .l-content-wrap .animation .flag.no5 {
  left: 686px;
  top: 204px;
}

.l-content .l-content-wrap .animation .flag.no5 *:hover,
.l-content .l-content-wrap .animation .flag.no6 *:hover {
  cursor: pointer;
}

.l-content .l-content-wrap .animation .flag.no5 span {
  padding-top: 30px !important;
  font-family: Arial, sans-serif;

}


.l-content .l-content-wrap .animation .flag.no6 {
  left: 784px;
  top: 257px;
}


.l-content .l-content-wrap .animation .flag.no7 {
  left: 1002px;
  top: 380px;
}

.l-content .l-content-wrap .move .ship {
  position: absolute;
  /* left:-23px;
    top:331px; */
  left: 36px;
  top: 290px;
  margin: -23px 0 0 -20px;
  z-index: 5;
}

.l-content .l-content-wrap .move .train {
  position: absolute;
  left: 1200px;
  top: 376px;
  z-index: 5;
}

.l-content .l-content-wrap .move .car {
  position: absolute;
}

.l-content .l-content-wrap .move .car img {
  margin-left: -32px;
  margin-top: -25px;
}

.l-content .l-content-wrap .move .car.cno1 {
  left: 226px;
  top: 486px;
}

.l-content .l-content-wrap .move .car.cno2 {
  left: 816px;
  top: 147px;
}

.l-content .l-content-wrap .move .car.cno3 {
  left: 611px;
  top: 586px;
}

.l-content .l-content-wrap .move .car.cno4 {
  left: 404px;
  top: -35px;
}

.l-content .l-content-wrap .move .car.cno5 {
  left: 491px;
  top: 461px;
}

.l-content .l-content-wrap .move .car.cno6 {
  left: -36px;
  top: 622px;
}


.l-content .l-content-wrap .trans16 {
  transition: all 16s linear;
  -moz-transition: all 16s linear;
  /* Firefox 4 */
  -webkit-transition: all 16s linear;
  /* Safari 和 Chrome */
  -o-transition: all 16s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans12 {
  transition: all 12s linear;
  -moz-transition: all 12s linear;
  /* Firefox 4 */
  -webkit-transition: all 12s linear;
  /* Safari 和 Chrome */
  -o-transition: all 12s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans10 {
  transition: all 10s linear;
  -moz-transition: all 10s linear;
  /* Firefox 4 */
  -webkit-transition: all 10s linear;
  /* Safari 和 Chrome */
  -o-transition: all 10s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans8 {
  transition: all 8s linear;
  -moz-transition: all 8s linear;
  /* Firefox 4 */
  -webkit-transition: all 8s linear;
  /* Safari 和 Chrome */
  -o-transition: all 8s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans6 {
  transition: all 6s linear;
  -moz-transition: all 6s linear;
  /* Firefox 4 */
  -webkit-transition: all 6s linear;
  /* Safari 和 Chrome */
  -o-transition: all 6s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans4 {
  transition: all 4s linear;
  -moz-transition: all 4s linear;
  /* Firefox 4 */
  -webkit-transition: all 4s linear;
  /* Safari 和 Chrome */
  -o-transition: all 4s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans3 {
  transition: all 3s linear;
  -moz-transition: all 3s linear;
  /* Firefox 4 */
  -webkit-transition: all 3s linear;
  /* Safari 和 Chrome */
  -o-transition: all 3s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans2 {
  transition: all 2s linear;
  -moz-transition: all 2s linear;
  /* Firefox 4 */
  -webkit-transition: all 2s linear;
  /* Safari 和 Chrome */
  -o-transition: all 2s linear;
  /* Opera */
}

.l-content .l-content-wrap .trans1 {
  transition: all 1s linear;
  -moz-transition: all 1s linear;
  /* Firefox 4 */
  -webkit-transition: all 1s linear;
  /* Safari 和 Chrome */
  -o-transition: all 1s linear;
  /* Opera */
}




.l-content .l-content-wrap .content {
  width: 1155px;
  margin: auto;
  padding-top: 264px;
  background-clip: content-box;
}

.l-content .l-content-wrap .nav {
  height: 221px;
  top: 0;
  margin-top: -264px;
}

.l-content .l-content-wrap .nav .rule {
  text-align: center;
  padding-top: 20px;
}

.l-content .l-content-wrap .nav .rule dl {
  display: inline-block;
}

.l-content .l-content-wrap .nav .rule dt,
.l-content .l-content-wrap .nav .rule dd {
  float: left;
  font-size: 24px;
  line-height: 65px;
}

.l-content .l-content-wrap .nav .rule dt {
  color: #003399;
  font-weight: bold;
}

.l-content .l-content-wrap .nav .rule dd strong {
  display: inline-block;
  width: 28px;
  height: 27px;
  text-indent: -99999px;
}

.l-content .l-content-wrap .nav .rule dd strong.num1 {
  background: url(../images/icon_no1.png) no-repeat;
}

.l-content .l-content-wrap .nav .rule dd strong.num2 {
  background: url(../images/icon_no2.png) no-repeat;

}

.l-content .l-content-wrap .nav .rule dd:not(:last-child) {
  margin-right: 10px;
}

.l-content .l-content-wrap .nav ul {
  width: 1140px;
}

.l-content .l-content-wrap .nav ul li {
  float: left;
  width: 20%;
}

.l-content .l-content-wrap .nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-content .l-content-wrap .nav ul li a .icon {
  display: block;
  width: 100%;
  height: 126px;
}


.l-content .l-content-wrap .nav ul li a .name {
  border: 1px solid #00000000;
  line-height: 60px;
  height: 60px;
}

.l-content .l-content-wrap .nav ul li a .name strong {
  display: inline-block;
  font-size: 26px;
  line-height: 30px;
  vertical-align: middle;
  color: #000000;
}


.l-content .l-content-wrap .nav.active1 {
  background: url(../images/nav_01.png) no-repeat;
}

.l-content .l-content-wrap .nav.active1 ul li:nth-child(5n+1) a .name strong {
  color: white;
}


.l-content .l-content-wrap .nav.active2 {
  background: url(../images/nav_02.png) no-repeat;
}

.l-content .l-content-wrap .nav.active2 ul li:nth-child(5n+2) a .name strong {
  color: white;
}


.l-content .l-content-wrap .nav.active3 {
  background: url(../images/nav_03.png) no-repeat;
}

.l-content .l-content-wrap .nav.active3 ul li:nth-child(5n+3) a .name strong {
  color: white;
}


.l-content .l-content-wrap .nav.active4 {
  background: url(../images/nav_04.png) no-repeat;
}

.l-content .l-content-wrap .nav.active4 ul li:nth-child(5n+4) a .name strong {
  color: white;
}


.l-content .l-content-wrap .nav.active5 {
  background: url(../images/nav_05.png) no-repeat;
}

.l-content .l-content-wrap .nav.active5 ul li:nth-child(5n+5) a .name strong {
  color: white;
}

.l-content .l-content-wrap .tab .list {
  background: url(../images/content_bg.png) repeat-y;
}

.l-content .l-content-wrap .tab .products {
  background: url(../images/content_bottom_bg.png) no-repeat center bottom;
  padding-bottom: 1px;
}

.l-content .l-content-wrap .tab {
  display: none;
}

.l-content .l-content-wrap .tab.active {
  display: block;
}

.l-content .l-content-wrap .tab .ad {
  position: relative;
}

.l-content .l-content-wrap .tab .ad .sale dt {
  font-size: 35px;
  line-height: 59px;
  color: #FFCC00;
}

.l-content .l-content-wrap .tab .ad .sale dd {
  font-size: 20px;
  color: #FFFFFF;
}

.l-content .l-content-wrap .tab .ad .card {
  position: absolute;
  padding-top: 3px;
  width: 163px;
  height: 72px;
  right: 78px;
  top: 7px;
  background: url(../images/card.png) no-repeat;
}

.l-content .l-content-wrap .tab .ad .card dt {
  font-size: 12px;
}

.l-content .l-content-wrap .tab .ad .card dt strong {
  font-size: 43px;
}

.l-content .l-content-wrap .tab .ad .card dd {
  padding: 5px;
  font-size: 10px;
  position: relative;
  text-align: left;
}

.l-content .l-content-wrap .tab .ad .card dd::before {
  position: absolute;
  width: 88%;
  height: 100%;
  top: -2px;
  left: 9px;
  content: " ";
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.l-content .l-content-wrap .tab .ad .card dd strong {
  font-size: 13px;
  margin-left: 75px;
}

.l-content .l-content-wrap .tab .products .block {
  background: #FFFFFF;
  border-radius: 10px;
}

.l-content .l-content-wrap .tab .products .category {
  float: left;
  position: relative;
  margin-right: 5px;
  text-align: left;
}

.l-content .l-content-wrap .tab .products .category span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
}

.l-content .l-content-wrap .tab .products ul {
  float: left;
  position: relative;
  margin-top: 11px;
  text-align: center;
}

.l-content .l-content-wrap .tab .products .block ul:nth-child(5n+3) {
  margin-top: 23px;
}

.l-content .l-content-wrap .tab .products ul li {
  position: relative;
  float: left;
}

.l-content .l-content-wrap .tab .products ul li span {
  display: block;
}

.l-content .l-content-wrap .tab .products ul li span.flag1 {
  position: absolute;
  top: -11px;
  left: 0;
}

.l-content .l-content-wrap .tab .products ul li span.flag2 {
  position: absolute;
  top: 50px;
  right: 0;
}

.l-content .l-content-wrap .tab .products ul li span.logo {
  height: 30px;
  line-height: 30px;
}

.l-content .l-content-wrap .tab .products ul li span.logo.h40 {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;

}

.l-content .l-content-wrap .tab .products ul li span.name a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
}

.l-content .l-content-wrap .tab .products ul li span.name.h2 {
  height: 40px;
}

.l-content .l-content-wrap .tab .products ul li span.name.h15 {
  height: 30px;
}


.l-content .l-content-wrap .tab .products ul li span.name.h1 {
  height: 20px;
}



.l-content .l-content-wrap .tab .products ul li span.pic {
  min-height: 120px;
}

.l-content .l-content-wrap .tab .products ul li span.pic2 {
  min-height: 115px;
}

.l-content .l-content-wrap .tab .products ul li span.price {
  font-size: 14px;
}

.l-content .l-content-wrap .tab .products ul li span.price strong {
  font-size: 21px;
}

.l-content .l-content-wrap .tab .products ul li span.link {
  margin-top: 8px;
}

.l-content .l-content-wrap .tab .products ul li span.name2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.l-content .l-content-wrap .tab .products ul li .sub {
  float: left;
}

.l-content .l-content-wrap .tab .products ul.count5 li {
  width: 166px;
  margin: 0 5px;
}

.l-content .l-content-wrap .tab .products ul.count4 li {
  width: 212px;
  margin: 0 5px;
}

.l-content .l-content-wrap .tab .products ul.count1 li {
  width: 212px;
  margin: 0 5px;
}

.l-content .l-content-wrap .tab .products ul.count3 li {
  width: 286px;
  margin: 0 5px;
}

.l-content .l-content-wrap .tab .products ul.count3 li span.logo.h40 {
  width: 286px;
}

.l-content .l-content-wrap .tab .products .count2 .sub,
.l-content .l-content-wrap .tab .products ul.count2 li {
  width: 204px;
  margin: 0 5px;
}

.l-content .l-content-wrap .tab .products .col6 .count2 li {
  width: 150px;
}

.l-content .l-content-wrap .tab .products .row ul li.vline1:not(:last-child)::after {
  content: url("../images/vline_01.png");
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -120px;
}

.l-content .l-content-wrap .tab .products .row ul li.vline2:not(:last-child)::after {
  content: url("../images/vline_02.png");
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -120px;
}



.l-content .l-content-wrap .tab .products .row {
  margin: 0 32px 15px 15px;
  clear: both;
}

.l-content .l-content-wrap .tab .products .row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.l-content .l-content-wrap .tab .products .row .col {
  float: left;
}

.l-content .l-content-wrap .tab .products .row:first-child {
  margin-top: 8px;
}

.l-content .l-content-wrap .tab .products .row .col12 {
  width: 1108px;
}

.l-content .l-content-wrap .tab .products .row .col7 {
  width: 647px;
}

.l-content .l-content-wrap .tab .products .row .col5 {
  width: 461px
}

.l-content .l-content-wrap .tab .products .row .col6 {
  width: 554px;
}

.l-content .l-content-wrap .tab .products .marginl15 {
  margin-left: 15px;
}

.l-content .l-content-wrap .tab .products .marginr7 {
  margin-right: 7px;
}

.l-content .l-content-wrap .tab .products .marginl8 {
  margin-left: 8px;
}

.l-content .l-content-wrap .tab .margint0 {
  margin-top: 0 !important;
}

.l-content .l-content-wrap .tab .margint-10 {
  margin-top: -10px;
}


.l-content .l-content-wrap .tab .margint-8 {
  margin-top: -8px;
}

.l-content .l-content-wrap .links li {
  float: left;
  margin: 30px 7px;
  position: relative;
}

.l-content .l-content-wrap .links li span {
  display: block;
  position: absolute;
  right: 18px;
  top: 21px;
  width: 230px;
  height: 87px;
  text-align: center;
  font-size: 26px;
}

.l-content .l-content-wrap .links li span a {
  line-height: 87px;
  color: #000000;
  text-decoration: underline;
}



.l-content .l-content-wrap .tab .box {
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 32px 15px 15px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.l-content .l-content-wrap .tab:last-child .products {
  padding-top: 15px;
}

.l-content .l-content-wrap .tab .box .title {
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  margin: 13px 0 10px 26px;
}