@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  display: block;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #2b7dc9;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
body.hide {
  overflow: hidden;
}
.lzpic2 {
  display: none;
}
@media only screen and (max-width: 760px) {
  .lzpic1 {
    display: none;
  }
  .lzpic2 {
    display: block;
  }
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.col,
.row {
  width: 100%;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.goods-page {
  background: #f1f1f1;
  padding: 15px 30px 50px 30px;
}
.goods-page .tab {
  text-align: center;
}
.goods-page .tab span {
  display: inline-block;
  margin: 0 18px;
}
.goods-page .tab span.on a {
  border-bottom: solid 2px #2b7dc9;
  color: #2b7dc9;
}
.goods-page .tab a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.goods-page .tab a:hover {
  color: #2b7dc9;
}
.goods-list {
  max-width: 1326px;
  margin: 38px auto 15px auto;
}
.goods-list ul {
  margin: 0 -9px;
}
.goods-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.goods-list li {
  width: 33.333%;
  padding: 0 9px;
  margin-bottom: 20px;
  float: left;
}
.goods-list li img {
  width: 100%;
  display: block;
}
.goods-list li span {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .goods-page {
    padding: 15px 10px 30px 10px;
  }
  .goods-page .tab span {
    margin: 0 10px;
  }
  .goods-page .tab a {
    font-size: 14px;
  }
  .goods-page .tab a:hover {
    color: #666666;
  }
  .goods-list {
    margin: 30px auto 15px auto;
  }
  .goods-list ul {
    margin: 0 -5px;
  }
  .goods-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 14px;
  }
}
.purchase-page {
  padding: 30px 50px;
  background: #f1f1f1;
}
.purchase-page .title {
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.purchase-page .title .tit {
  font-size: 16px;
}
.purchase-page .title .en {
  color: #929292;
}
.purchase-list {
  max-width: 1326px;
  margin: 22px auto 15px auto;
}
.purchase-list ul {
  margin: 0 -9px;
}
.purchase-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.purchase-list li {
  width: 33.333%;
  float: left;
  padding: 0 9px;
  margin-bottom: 20px;
  overflow: hidden;
}
.purchase-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.purchase-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.purchase-list li a:hover::after {
  opacity: 1;
}
.purchase-list li a:hover .tit {
  opacity: 1;
  transform: translate(0, -50%) scale(1, 1);
  -webkit-transform: translate(0, -50%) scale(1, 1);
  -moz-transform: translate(0, -50%) scale(1, 1);
  -ms-transform: translate(0, -50%) scale(1, 1);
  -o-transform: translate(0, -50%) scale(1, 1);
}
.purchase-list li a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/purchase-list-filter.png);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.purchase-list li .tit {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #f1f1f1;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%) scale(1.2, 1.2);
  -webkit-transform: translate(0, -50%) scale(1.2, 1.2);
  -moz-transform: translate(0, -50%) scale(1.2, 1.2);
  -ms-transform: translate(0, -50%) scale(1.2, 1.2);
  -o-transform: translate(0, -50%) scale(1.2, 1.2);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
@media only screen and (max-width: 760px) {
  .purchase-page {
    padding: 30px 10px;
  }
  .purchase-list ul {
    margin: 0 -5px;
  }
  .purchase-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .purchase-list li a:hover .tit,
  .purchase-list li a:hover::after {
    opacity: 0;
  }
  .purchase-list li .tit,
  .purchase-list li a::after {
    display: none;
  }
}
.report-page {
  background: #f1f1f1;
  padding: 44px 50px;
}
.report-page .instructions {
  max-width: 1270px;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.report-page .instructions img {
  max-width: 100%;
}
.report-page .report {
  max-width: 850px;
  margin-top: 30px;
}
.report-page .report .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.report-page .report .row {
  margin: 0 0 25px 0;
}
.report-page .report .tit {
  width: 96px;
  line-height: 42px;
  color: #595757;
  font-size: 16px;
  position: absolute;
  left: 16px;
  top: 0;
  z-index: 2;
}
.report-page .report .radio input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: static;
}
.report-page .report .radio label {
  float: left;
  line-height: 42px;
  color: #595757;
  font-size: 16px;
  margin-left: 78px;
}
.report-page .report .radio label:nth-child(1) {
  margin-left: 0;
}
.report-page .report .radio,
.report-page .report .inpu {
  position: relative;
}
.report-page .report .inpu {
  border: solid 1px #e3e3e3;
}
.report-page .report .inpu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.report-page .report .inpu textarea,
.report-page .report .inpu select,
.report-page .report .inpu input {
  width: 100%;
  height: 42px;
  color: #595757;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
  background: #eee;
  padding: 0 16px 0 96px;
}
.report-page .report .inpu.text {
  max-width: 100%;
}
.report-page .report .inpu.text textarea {
  height: 144px;
  padding: 10px 16px 10px 96px;
  resize: none;
}
.report-page .report .inpu.short {
  width: 320px;
  float: left;
}
.report-page .report .verify {
  width: 90px;
  margin-left: 20px;
  margin-top: 4px;
  float: left;
}
.report-page .report .verify img {
  width: 100%;
  display: block;
}
.report-page .report button,
.report-page .report input[type='button'] {
  padding: 0 48px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
  cursor: pointer;
  background: #707070;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.report-page .report button:hover,
.report-page .report input[type='button']:hover {
  background: #2b7dc9;
}
.report-page.en .report .tit {
  width: 160px;
  left: 10px;
}
.report-page.en .report .inpu textarea,
.report-page.en .report .inpu select,
.report-page.en .report .inpu input {
  padding-right: 10px;
  padding-left: 170px;
}
@media only screen and (max-width: 760px) {
  .report-page {
    padding: 30px 10px;
  }
  .report-page .instructions {
    line-height: 24px;
    font-size: 14px;
  }
  .report-page .report .title {
    margin-bottom: 10px;
  }
  .report-page .report .row {
    margin-bottom: 15px;
    position: relative;
  }
  .report-page .report .row.ver {
    padding-right: 90px;
  }
  .report-page .report .tit {
    width: 90px;
    line-height: 38px;
    font-size: 14px;
    left: 10px;
  }
  .report-page .report .radio input {
    margin: -2px 2px 0 0;
  }
  .report-page .report .radio label {
    line-height: 38px;
    font-size: 14px;
    margin-left: 10px;
  }
  .report-page .report .radio label:nth-child(1) {
    margin-left: 0;
  }
  .report-page .report .radio,
  .report-page .report .inpu {
    max-width: 100%;
  }
  .report-page .report .inpu textarea,
  .report-page .report .inpu select,
  .report-page .report .inpu input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 10px 0 90px;
  }
  .report-page .report .inpu.text textarea {
    height: 100px;
    padding: 10px 10px 10px 90px;
    line-height: 20px;
    resize: none;
  }
  .report-page .report .inpu.short {
    width: 320px;
    float: left;
    margin-right: 88px;
  }
  .report-page .report .verify {
    width: 84px;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .report-page .report button,
  .report-page .report input[type='button'] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .report-page .report button:hover,
  .report-page .report input[type='button']:hover {
    background: #707070;
  }
  .report-page.en .report .tit {
    width: 160px;
    left: 10px;
  }
  .report-page.en .report .inpu textarea,
  .report-page.en .report .inpu select,
  .report-page.en .report .inpu input {
    padding-right: 10px;
    padding-left: 170px;
  }
}
.message-page {
  padding: 40px 10px;
  background: #f1f1f1;
}
.message-page .message {
  max-width: 800px;
}
.message-page .message .title {
  font-size: 20px;
  color: #2b7dc9;
  margin-bottom: 16px;
}
.message-page .message .row {
  margin: 0 0 10px 0;
}
.message-page .message textarea,
.message-page .message input[type='text'] {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border: solid 1px #eeeeee;
  padding: 0 12px;
  background: #fff;
  font-size: 14px;
  color: #666;
}
.message-page .message textarea::-webkit-input-placeholder,
.message-page .message input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
.message-page .message textarea:-moz-placeholder,
.message-page .message input[type='text']:-moz-placeholder {
  color: #999999;
}
.message-page .message textarea::-moz-placeholder,
.message-page .message input[type='text']::-moz-placeholder {
  color: #999999;
}
.message-page .message textarea:-ms-input-placeholder,
.message-page .message input[type='text']:-ms-input-placeholder {
  color: #999999;
}
.message-page .message textarea {
  height: 152px;
  resize: none;
  line-height: 20px;
  padding: 10px 12px;
}
.message-page .message button,
.message-page .message input[type='submit'],
.message-page .message input[type='button'] {
  display: inline-block;
  padding: 0 48px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
  cursor: pointer;
  background: #707070;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.message-page .message button:hover,
.message-page .message input[type='submit']:hover,
.message-page .message input[type='button']:hover {
  background: #2b7dc9;
}
@media only screen and (max-width: 760px) {
  .message-page {
    padding: 30px 10px;
  }
  .message-page .message textarea,
  .message-page .message input[type='text'] {
    height: 44px;
    padding: 0 10px;
  }
  .message-page .message textarea {
    height: 140px;
    padding: 10px;
  }
  .message-page .message button,
  .message-page .message input[type='submit'],
  .message-page .message input[type='button'] {
    display: block;
    width: 100%;
  }
}
.about-page {
  padding: 76px 10px;
}
.about-page .pctitle {
  text-align: center;
  margin: 20px 0;
}
.about-page .pctitle .tit {
  font-size: 24px;
  color: #444;
}
.about-page .pctitle .en {
  font-size: 13px;
  color: #848484;
}
.about-page .bigpic {
  text-align: center;
  margin-bottom: 40px;
}
.about-page .bigpic img {
  max-width: 100%;
}
.tsabout .pctitle {
  margin-top: 50px;
}
.tsabout .slogan {
  line-height: 26px;
  font-size: 16px;
  color: #555555;
}
.tsabout .slogan .pr {
  text-align: right;
  margin-top: 24px;
}
.tsabout .content {
  margin-top: 70px;
}
.tsabout .content .row {
  margin-bottom: 60px;
  padding: 16px;
  background: #f8f8f8;
  position: relative;
}
.tsabout .content .row:nth-child(odd) .pic,
.tsabout .content .row:nth-child(odd) .text {
  float: right;
}
.tsabout .content .row:nth-child(odd) .text {
  left: 0;
  right: auto;
}
.tsabout .content .box {
  margin: 0 -38px;
}
.tsabout .content .box2 .text,
.tsabout .content .box2 .pic {
  width: 100%;
  position: static;
}
.tsabout .content .box2 .text {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: 0;
  margin-top: 20px;
}
.tsabout .content .text,
.tsabout .content .pic {
  width: 50%;
  float: left;
  padding: 0 38px;
}
.tsabout .content img {
  width: 100%;
  display: block;
}
.tsabout .content .text {
  line-height: 26px;
  font-size: 16px;
  color: #555555;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.tsabout .content .text.ts {
  position: static;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
@media only screen and (max-width: 760px) {
  .about-page {
    padding: 30px 10px;
  }
  .tsabout .slogan {
    line-height: 24px;
    font-size: 14px;
  }
  .tsabout .slogan .pr {
    margin-top: 14px;
  }
  .tsabout .content {
    margin-top: 30px;
  }
  .tsabout .content .row {
    padding: 10px;
    margin: 0;
  }
  .tsabout .content .row:nth-child(odd) .pic,
  .tsabout .content .row:nth-child(odd) .text {
    float: none;
  }
  .tsabout .content .box {
    margin: 0;
  }
  .tsabout .content .text,
  .tsabout .content .pic {
    width: 100%;
    float: none;
    padding: 0;
  }
  .tsabout .content .text {
    line-height: 24px;
    font-size: 14px;
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    margin-top: 10px;
  }
}
