@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
* {
  outline: none;
}
a,
hr {
  padding: 0;
}
a,
button,
input,
select,
textarea,
hr {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type=checkbox],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
object {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
input {
  font-family: "microsoft yahei";
  -webkit-appearance: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
}
em,
i {
  font-style: normal;
}
/*==== CSS Reset end ====*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  /* COLOR 1 */
  border-top-color: #FFF;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  /* COLOR 2 */
  border-top-color: #FFF;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFF;
  /* COLOR 3 */
  -moz-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #1abc9c;
  /* Old browsers */
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}
#loader-wrapper .load_title {
  font-family: 'Open Sans';
  color: #FFF;
  font-size: 19px;
  width: 100%;
  text-align: center;
  z-index: 9999999999999;
  position: absolute;
  top: 60%;
  opacity: 1;
  line-height: 30px;
}
#loader-wrapper .load_title span {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #FFF;
  opacity: 0.5;
}
/*color*/
/*font*/
.font {
  font-family: "arial";
}
h1 {
  color: #414141;
  font-size: 16px;
}
.title {
  padding: 0 3.5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title h4,.title h1 {
  font-size: 0.16rem;
  color: #2a404e;
  position: relative;
  padding-left: 10px;
}
.title h4:after,.title h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5px;
  height: 16px;
  background-color: #127803;
}
h5 {
  font-size: .16rem;
  font-weight: bold;
  color: #414141;
}
h6 {
  font-size: .16rem;
  color: #2a404e;
}
.content p {
  line-height: 1.71428571;
}
/*common class*/
.box-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.radius50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-container {
  width: 100%;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.trs {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
/***page common*****/
html {
  font-size: 625%;
}
body {
  font-size: 0.16rem;
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  font-family: arial;
  color: #999999;
  background-color: #fff;
  overflow-x: hidden;
}
.loading-wrap {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
header {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 0.44rem;
  background-color: #127803;
}
header .logo-img {
  display: inline-block;
  height: 0.44rem;
  line-height: 0.44rem;
  max-width: 32%;
}
header .logo-img a {
  cursor: pointer;
  display: block;
}
header .logo-img a img {
  max-width: 100%;
  vertical-align: middle;
}
header .item-container {
  position: relative;
}
header .item-container:after {
  position: absolute;
  left: -10px;
  top: 50px;
  content: "";
  background-color: #ffecc1;
  width: 1px;
  height: 30px;
  margin-top: -15px;
}
header .item-container h4 {
  font-size: 16px;
  color: #fac71e;
  font-weight: bold;
  font-style: italic;
}
header .item-container p {
  font-size: 12px;
}
/***nav***/
.nav {
  position: relative;
  height: 0.72rem;
  background-color: #f5f5f5;
}
.nav ul {
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 99;
  height: .6rem;
  padding: 0 calc(24/ 750 *100%);
  background-color: #fff;
  text-align: center;
}
.nav ul li {
  float: left;
  width: 25%;
  display: table;
}
.nav ul li:first-child a i {
  color: #3f84fd;
}
.nav ul li:nth-child(2) a i {
  color: #ff5036;
}
.nav ul li:nth-child(3) a i {
  color: #ff9b2f;
}
.nav ul li:nth-child(4) a i {
  color: #01c5e1;
}
.nav ul li a {
  font-family: "arial";
  height: .6rem;
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  color: #2a404e;
}
.nav ul li a i {
  display: block;
  font-size: 0.24rem;
}
.nav ul li a p {
  font-size: .12rem;
  margin-top: 5px;
}
.nav ul .active a {
  color: #127803;
}
.fixed {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  height: .66rem;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background: none;
}
.fixed ul {
  margin-top: 0;
  height: 0.66rem;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.6);
}
.fixed ul li a {
  height: .66rem;
}
/***product****/
.product-list ul li a:nth-child(2),
.product-list ul li a:nth-child(4),
.product-list ul li a:nth-child(6),
.product-list ul li a:nth-child(8) {
  padding-top: 0;
}
.product-list {
  margin-top: 10px;
}
.product-list h4 {
  font-weight: bold;
  margin-left: -8px;
}
.product-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5%;
}
.product-list ul li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 calc(10 /750 *100%);
}
.product-list ul li a {
  width: 100%;
  height: 26.66666667vw;
  max-height: 200px;
  display: block;
  background-size: cover !important;
  overflow: hidden;
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product-list ul li a div:nth-child(3) {
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.08rem;
  left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-list ul li a div:nth-child(3) i {
  display: block;
}
.product-list ul li a .icon-yanjiusheng {
  color: #ff9486;
}
.product-list ul li a .icon-jiance {
  color: #ffb975;
}
.product-list ul li a .icon-testing {
  color: #67e0ed;
}
.product-list ul li a div:nth-child(4) {
  position: absolute;
  bottom: -6px;
  right: 6px;
  overflow: hidden;
}
.product-list ul li a div:nth-child(4) i {
  font-size: 0.4rem;
}
.product-list ul li a .pro-logo {
  width: 31.17647059%;
}
.product-list ul li a .pro-logo img {
  max-width: 100%;
}
.product-list ul li:first-child a {
  background: url(../img/blue.jpg) no-repeat left top;
}
.product-list ul li:first-child a div:nth-child(3) {
  background-color: #4493fc;
}
.product-list ul li:first-child a div:nth-child(4) {
  color: #8ab0fe;
  bottom: -6px;
}
.product-list ul li:nth-child(2) a {
  background: url(../img/red.jpg) no-repeat left top;
}
.product-list ul li:nth-child(2) a div:nth-child(3) {
  background-color: #ff6c3f;
}
.product-list ul li:nth-child(2) a div:nth-child(4) {
  color: #ff9486;
  bottom: -35px;
}
.product-list ul li:nth-child(2) a div:nth-child(4) i {
  font-size: .8rem;
}
.product-list ul li:nth-child(3) a {
  background: url(../img/orange.jpg) no-repeat left top;
}
.product-list ul li:nth-child(3) a div:nth-child(3) {
  background-color: #ff6c3f;
}
.product-list ul li:nth-child(3) a div:nth-child(4) {
  color: #ffb975;
  bottom: -35px;
}
.product-list ul li:nth-child(3) a div:nth-child(4) i {
  font-size: 0.8rem;
}
.product-list ul li:nth-child(4) a {
  background: url(../img/sky.jpg) no-repeat left top;
}
.product-list ul li:nth-child(4) a div:nth-child(3) {
  background-color: #01dfe1;
}
.product-list ul li:nth-child(4) a div:nth-child(4) {
  color: #67e0ed;
  bottom: -15px;
}
.product-list ul li:nth-child(4) a div:nth-child(4) i {
  font-size: .6rem;
}
.hp-product-list ul li a:nth-child(3) {
  background: url(../img/orange.jpg);
}

.product-list ul li:nth-child(5) a {
  background: url(../img/red.jpg) no-repeat left top;
}
.product-list ul li:nth-child(5) a div:nth-child(3) {
  background-color: #ff6c3f;
}
.product-list ul li:nth-child(5) a div:nth-child(4) {
  color: #ff9486;
  bottom: -35px;
}
.product-list ul li:nth-child(5) a div:nth-child(4) i {
  font-size: .8rem;
}

.product-list ul li:nth-child(6) a {
  background: url(../img/blue.jpg) no-repeat left top;
}
.product-list ul li:nth-child(6) a div:nth-child(3) {
  background-color: #4493fc;
}
.product-list ul li:nth-child(6) a div:nth-child(4) {
  color: #8ab0fe;
  bottom: -6px;
}

.product-list ul li:nth-child(6) a div:nth-child(4) i {
  font-size: .8rem;
}


.hp-product-list ul li a {
  padding-top: .12rem;
  padding-left: 0.155rem;
}
.hp-product-list ul li:nth-child(3) a div:nth-child(4) {
  bottom: -20px;
}
.hp-product-list ul li:nth-child(3) a div:nth-child(4) i {
  font-size: 0.6rem;
}
.hp-product-list ul li:nth-child(3) a div:nth-child(4) {
  bottom: -26px;
}
.hp-product-list ul li:nth-child(3) a div:nth-child(3) {
  background-color: #ffa339;
}
/***arademic-list***/
.academic-list {
  margin-top: 13px;
  margin-bottom: 30px;
}
.academic-list li {
  border-bottom: 1px solid #dedede;
  padding: 0 3.5%;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.academic-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.academic-list h6 {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
.academic-list h6:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #127803;
}
.academic-list p {
  font-size: 12px;
  padding-left: 15px;
}
/***==tab==***/
.tab-paging {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.tab-paging ul {
  display: inline-block;
}
.tab-paging ul li {
  width: 30px;
  float: left;
  text-align: left;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #999;
}
.tab-paging ul li a {
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 12px;
}
.tab-paging ul .active {
  background-color: #127803;
}
.tab-paging ul .prev,
.tab-paging ul .next {
  width: 60px;
  background-color: #127803;
}
/***footer***/
footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  background-color: #fff;
}
footer .copy {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}
footer .sub-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  padding: 0 calc(24 /750 *100%);
}
footer .sub-wrap ul {
  display: flex;
  margin: 0 calc(-24 /750 *100%);
}
footer .sub-wrap ul li {
  width: 25%;
  padding: 20px calc(24 / 750 *100%);
}
footer .sub-wrap ul li a {
  font-size: 14px;
  color: #3a75ff;
}
footer .sub-wrap ul li a i {
  font-size: 20px;
}
@media (max-width: 320px) {
  .product-list ul li a div:nth-child(3) {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) i {
    font-size: 25px;
  }
  .product-list ul li:first-child a div:nth-child(4) {
    bottom: -4px;
  }
  .product-list ul li:first-child a div:nth-child(4) i {
    font-size: .25rem;
  }
  .product-list ul li:nth-child(2) a div:nth-child(4) {
    bottom: -20px;
  }
  .product-list ul li:nth-child(2) a div:nth-child(4) i {
    font-size: 43px;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) {
    bottom: -18px;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) i {
    font-size: 40px;
  }
  .product-list ul li:nth-child(4) a div:nth-child(4) {
    bottom: -10px;
  }
  .product-list ul li:nth-child(4) a div:nth-child(4) i {
    font-size: .4rem;
  }
  .product-list ul li a div:nth-child(4) i {
    font-size: .3rem;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .product-list ul li:first-child a div:nth-child(4) {
    bottom: -4px;
  }
  .product-list ul li:first-child a div:nth-child(4) i {
    font-size: .3rem;
  }
  .product-list ul li a div:nth-child(4) i {
    font-size: .4rem;
  }
  .product-list ul li:nth-child(2) a div:nth-child(4) {
    bottom: -24px;
  }
  .product-list ul li:nth-child(2) a div:nth-child(4) i {
    font-size: .5rem;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) {
    bottom: -23px;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) i {
    font-size: 0.5rem;
  }
  .product-list ul li:nth-child(4) a div:nth-child(4) {
    bottom: -10px;
  }
  .product-list ul li:nth-child(4) a div:nth-child(4) i {
    font-size: .4rem;
  }
  .product-list ul li a div:nth-child(4) {
    bottom: -10px;
  }
}
@media (min-width: 320px) and (max-width: 414px) {
  .product-list li {
    padding-left: 0.155rem;
  }
  .product-list h4 {
    font-size: 14px;
    margin-top: 2px;
  }
}
@media not screen and (orientation: portrait) {
  .product-list h4 {
    font-size: 0.16rem;
  }
  .product-list ul li a {
    padding: 20px 0 0 15px;
  }
  .product-list ul li a .pro-logo {
    margin-bottom: 0.1rem;
  }
  .product-list ul li a div:nth-child(3) {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .product-list ul li a div:nth-child(3) i {
    font-size: 20px;
  }
  .product-list ul li a div:nth-child(4) i {
    font-size: 45px;
  }
}
/***hp-banner***/
.hp-banner {
  height: 42.66666667vw;
  max-height: 320px;
}
.hp-banner .slick-banner {
  height: 42.66666667vw;
  max-height: 320px;
}
.hp-banner .slick-banner .slick-list {
  height: 42.66666667vw;
  max-height: 320px;
}
.hp-banner .slick-banner .slick-list .slick-slide {
  height: 42.66666667vw;
  max-height: 320px;
}
.hp-banner .slick-banner .slick-list .slick-slide .jqthumb {
  height: 42.66666667vw;
}
.hp-banner .slick-banner .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: calc(16 /320 *100%);
}
.hp-banner .slick-banner .slick-dots:after {
  clear: both;
  height: 0;
  content: "";
  display: block;
}
.hp-banner .slick-banner .slick-dots li {
  margin-right: 10px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(11, 132, 212, 0.2);
  float: left;
}
.hp-banner .slick-banner .slick-dots li button {
  font-size: 0;
  border: none;
  background-color: transparent;
}
.hp-banner .slick-banner .slick-dots .slick-active {
  background-color: #127803;
}
.hp-banner .item-wrap {
  position: relative;
}
.hp-banner .item-wrap .item-container {
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 55%;
  word-break: break-all;
  height: 42.66666667vw;
}
.hp-banner .item-wrap .item-container .wrapin {
  display: table-cell;
  position: relative;
  padding-left: 8%;
  padding-top: 10px;
  vertical-align: middle;
  height: 42.66666667vw;
}
.hp-banner .item-wrap .item-container .wrapin h4 {
  font-weight: bold;
  color: #ff3838;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  padding-top: 5px;
}
.hp-banner .item-wrap .item-container .wrapin p {
  color: #2a404e;
  font-size: .12rem;
}
.hp-banner .item-wrap .item-container .wrapin .item-small {
  margin-top: 15px;
}
.hp-banner .item-wrap .item-container .wrapin .item-sub {
  margin-top: .3rem;
}
/***contact***/
.hp-contact-wrap {
  padding: 12px 0;
  background-color: #F5F5F5;
}
.hp-contact-wrap .hp-contact {
  height: 1.1rem;
  position: relative;
  padding: 0 4%;
  color: #ffffff;
  background: url(../img/customer.jpg) left top no-repeat;
  background-size: cover;
}
.hp-contact-wrap .hp-contact h4,
.hp-contact-wrap .hp-contact p {
  font-weight: bold;
}
.hp-contact-wrap .hp-contact h4 {
  font-size: .16rem;
  margin-bottom: 5px;
}
.hp-contact-wrap .hp-contact p {
  max-width: 220px;
  font-size: .12rem;
}
.hp-contact-wrap .hp-contact .item-btn {
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  -webkit-box-shadow: 2px 0 5px rgba(51, 15, 11, 0.1);
  -moz-box-shadow: 2px 0 5px rgba(51, 15, 11, 0.1);
  box-shadow: 2px 0 5px rgba(51, 15, 11, 0.1);
  font-weight: normal;
  width: 0.95rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  background-color: #3c7afe;
}
.hp-contact-wrap .hp-contact .kefu {
  position: absolute;
  top: 50%;
  right: calc(40 / 750 *100%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  line-height: 0.85rem;
  background-color: #3a75ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hp-contact-wrap .hp-contact .kefu i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: .45rem;
  color: #67a8ff;
}
/***academic***/
.flex {
  display: flex;
  padding: 0 calc(20 / 750 *100%);
  border-bottom: 1px solid #dedede;
  padding-bottom: 25px;
}
.flex h4 {
  font-size: 14px;
  color: #2a404e;
}
.flex .leftbar {
  margin-right: calc(30 / 750 *100%);
}
.flex .leftbar .item-img .jqthumb {
  width: 30.66666667vw;
  height: 22.13333333vw;
}
.flex .rightbar {
  font-size: .12rem;
  margin-top: 8px;
}
.flex .rightbar div:nth-child(3) {
  max-width: 100%;
}
.flex .rightbar div:nth-child(3) p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/***academic***/
/***more***/
.more-wrap {
  padding: 0 3.5%;
}
.more-wrap a {
  width: 100%;
  height: 11.73333333vw;
  line-height: 11.73333333vw;
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #127803;
}
.hp-more-wrap {
  margin-bottom: 0.3rem;
}
/******/
@media (max-width: 320px) {
  .hp-banner .item-wrap .item-container .wrapin h4 {
    font-size: 14px;
  }
  .hp-banner .item-wrap .item-container .wrapin p {
    font-size: 12px;
  }
  .hp-banner .item-wrap .item-container .wrapin .item-sub {
    margin-top: .1rem;
  }
  .hp-contact-wrap .hp-contact {
    padding-top: 5px;
  }
  .hp-contact-wrap .hp-contact .item-btn {
    margin-top: 5px;
  }
}
@media (min-width: 320px) {
  .item-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  .hp-contact-wrap .hp-contact h4 {
    padding-top: 0.10rem;
  }
  .hp-contact-wrap .hp-contact .item-btn {
    margin-top: .1rem;
  }
}
@media (min-width: 375px) {
  .hp-contact-wrap .hp-contact {
    padding-top: 10px;
  }
}
@media (min-width: 414px) {
  .item-title {
    margin-bottom: 5px;
  }
}
@media not screen and (orientation: portrait) {
  .hp-contact-wrap {
    padding: 24px 0;
  }
  .hp-contact-wrap .hp-contact h4 {
    font-size: 20px;
    padding: 5px 0;
  }
  .hp-contact-wrap .hp-contact p {
    font-size: 14px;
    max-width: 300px;
    padding: 0.2rem 0;
  }
  .hp-contact-wrap .hp-contact .item-btn {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
  .hp-contact-wrap .hp-contact .kefu {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 750px) {
  .hp-banner .item-wrap .item-container .wrapin h4 {
    font-size: 36px;
  }
  .hp-banner .item-wrap .item-container .wrapin p {
    font-size: 20px;
  }
  .hp-banner .slick-banner .slick-list .slick-slide .jqthumb {
    height: 320px;
  }
  .hp-banner .item-wrap .item-container .wrapin {
    height: 320px;
  }
  .product-list ul li a {
    padding-top: 24px;
    padding-left: 30px;
  }
  .product-list ul li a h4 {
    font-size: 26px;
  }
  .product-list ul li a div:nth-child(3) {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
  }
  .product-list ul li a div:nth-child(3) i {
    font-size: 40px;
  }
  .hp-contact-wrap .hp-contact {
    height: 280px;
  }
  .hp-contact-wrap .hp-contact h4 {
    font-size: 24px;
    margin: 30px 0;
  }
  .hp-contact-wrap .hp-contact p {
    font-size: 20px;
    max-width: 300px;
  }
  .hp-contact-wrap .hp-contact .item-btn {
    width: 190px;
    height: 50px;
    line-height: 50px;
  }
  .more-wrap a {
    width: 700px;
    height: 88px;
    line-height: 88px;
    font-size: ;
  }
}
/***show-pro***/
.show-title h4:after {
  background-color: transparent;
}
/***show-pro***/
.show-wrapper {
  background: #ffffff;
  padding-bottom: 12px;
}
.show-pro {
  width: 93.6%;
  height: 40.66666667vw;
  margin: 0 3.2%;
  color: #ffffff;
  position: relative;
  background: url(../img/show_pro.jpg) left top no-repeat;
  background-size: cover;
  padding-left: 15px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.show-pro h4 {
  font-size: 0.16rem;
  font-weight: bold;
}
.show-pro h6 {
  margin-top: 8px;
  font-size: .14rem;
  color: #ffffff;
}
.show-pro p {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.show-pro .logo-img {
  max-width: 40px;
  padding-top: 15px;
}
.show-pro .logo-img img {
  max-width: 100%;
}
.show-pro div:nth-child(4) {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.show-pro div:nth-child(4) i {
  font-size: 40px;
  color: #89affe;
}
.show-pro div:nth-child(5) {
  position: absolute;
  bottom: .1rem;
}
.show-pro div:nth-child(5) p:nth-child(1) {
  text-decoration: line-through;
}
/***desc***/
.show-desc {
  width: 100%;
  padding: 0 12px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.show-desc p {
  font-size: .14rem;
  text-align: justify;
}
.show-more a {
  background-color: #ff3838;
}
.show-tab {
  margin: 0 3.2%;
  margin-top: 20px;
  position: relative;
}
.show-tab li {
  cursor: pointer;
  float: left;
  margin-right: 2.66666667%;
  width: 60px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #999;
  text-align: center;
}
.show-tab li p {
  font-size: .12rem;
}
.show-tab .active {
  background-color: #127803;
}
.show-list-wrap {
  color: #999;
  margin-top: 15px;
  padding-bottom: 40px;
  padding: 0 3.6%;
}
.show-list-wrap img {
  max-width: 100%;
}
.show-list-wrap h4,
.show-list-wrap .item-sub {
  color: #127803;
}
.show-list-wrap h4 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.show-list-wrap h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.show-list-wrap p {
  font-size: .14rem;
  line-height: 1.6;
}
.show-list-wrap .item-sub {
  margin-top: 5px;
  margin-bottom: 15px;
}
.show-list-wrap > div {
  display: none;
}
.show-list-wrap > div > div {
  margin: 0px 0;
}
.show-list-wrap > div > div:nth-child(3) p {
  margin: 10px 0;
}
.show-list-wrap > div:nth-child(3) h4 {
  color: #2a404e;
}
.show-list-wrap > div:nth-child(3) span {
  color: #127803;
}
.show-list-wrap > div:nth-child(3) > div {
  margin: 10px 0;
}
.show-list-wrap > div:nth-child(3) > div h4 {
  margin-bottom: 10px;
}
.show-list-wrap > div:nth-child(3) > div p {
  margin: 0;
}
.show-list-wrap .active-list {
  display: block;
}
@media (max-width: 320px) {
  .show-pro div:nth-child(5) {
    bottom: 5px;
  }
  .show-pro h4 {
    font-size: 14px;
  }
  .show-pro h6 {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (min-width: 414px) {
  .show-pro div:nth-child(5) {
    bottom: 15.38461538%;
  }
}
@media (min-width: 568px) {
  .show-pro h6 {
    margin-top: .3rem;
  }
}
@media (min-width: 750px) {
  .show-pro {
    height: 333px;
  }
  .show-pro .logo-img {
    max-width: 130px;
  }
  .show-pro h4 {
    font-size: .32rem;
  }
  .show-pro h6 {
    font-size: .28rem;
    margin-top: 0.5rem;
  }
  .show-pro div:nth-child(5) p {
    font-size: .36rem;
  }
}
/***show-pay***/
.show-pay-wrap {
  background-color: #f5f5f5;
  padding-bottom: 8px;
}
.show-pay-wrap .show-pay-marquee {
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  color: #ff3838;
}
.show-pay-wrap .show-pay-marquee i,
.show-pay-wrap .show-pay-marquee span {
  line-height: 25px;
  height: 25px;
}
.show-pay-wrap .show-pay-marquee span {
  white-space: nowrap;
  margin-left: 20px;
}
.show-pay-wrap .show-pay-marquee i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.show-title h4 {
  padding-left: 0;
}
/***input***/
.show-input {
  font-size: 18px;
  padding-top: 10px;
  background-color: #F5F5F5;
}
.show-input p {
  display: inline-block;
  color: #414141;
  height: 40px;
  line-height: 40px;
}
.show-input > div {
  padding-left: 10px;
  background-color: #fff;
}
.show-input > div:nth-child(2) p {
  float: left;
}
.show-input input {
  height: 40px;
  vertical-align: middle;
  float: left;
  padding-left: 5px;
  border: none;
  outline: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 18px;
  color: #999;
  text-align: left;
  -webkit-appearance: none;
}
.show-input ::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: 24px;
  vertical-align: middle;
  margin: 0;
  -webkit-appearance: none;
}
/***show-chose***/
.show-chose-wrap {
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #F5F5F5;
}
.show-chose-wrap .title {
  background-color: #fff;
}
.show-chose-wrap .show-chose {
  height: 44px;
  padding: 0;
  padding: 0 3.5%;
}
.show-chose-wrap .show-chose div:first-child {
  width: 150px;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
}
.show-chose-wrap .show-chose div:first-child h4 {
  padding-left: 10px;
}
.show-chose-wrap .show-chose p {
  color: #394144;
  display: inline-block;
}
.show-chose-wrap .item-pay {
  margin-bottom: 30px;
}
.show-chose-wrap .item-pay li {
  padding: 0px 3.5%;
  margin: 4px 0;
  height: 0.44rem;
  background-color: #fff;
  position: relative;
}
.show-chose-wrap .item-pay li:first-child embed {
  padding-left: 3px;
  width: 90px;
  height: 44px;
  display: table-cell;
}
.show-chose-wrap .item-pay li > a {
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.show-chose-wrap .item-pay li > a:before,
.show-chose-wrap .item-pay li > a:after {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.show-chose-wrap .item-pay li > a:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #127803;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.show-chose-wrap .item-pay li > a:after {
  z-index: 2;
  opacity: 0;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #127803;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.show-chose-wrap .item-pay li > embed {
  width: 24.66666667%;
  height: 44px;
  position: relative;
  z-index: 1;
}
.show-chose-wrap .item-pay .active > a:after {
  opacity: 1;
}
.show-chose-wrap .show-pay-img-wrap {
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
}
.show-chose-wrap .show-pay-img-wrap div:first-child p {
  width: 89px;
  display: inline-block;
  margin-left: 10px;
}
.show-chose-wrap .show-pay-img-wrap div:first-child p img {
  max-width: 100%;
}
.show-chose-wrap .show-pay-img-wrap div:nth-child(2) {
  margin-top: 5px;
}
.show-chose-wrap .show-pay-img-wrap div:nth-child(2) p {
  width: 100%;
  display: block;
  color: #1aaa10;
}
.show-chose-wrap .show-pay-img-wrap div:nth-child(2) p img {
  max-width: 100%;
}
.show-chose-wrap .show-pay-img-wrap div:nth-child(3) {
  margin-top: 5px;
}
.show-chose-wrap .show-pay-img-wrap div:nth-child(3) span {
  color: #4596d9;
}
/***completion***/
.completion-wrap .completion {
  height: 48vw;
  max-height: 360px;
  position: relative;
  padding: 0 3.5%;
  color: #ffffff;
  background-color: #3f83fe;
}
.completion-wrap .completion h4 {
  font-size: 0.26rem;
}
.completion-wrap .completion p {
  font-size: 0.14rem;
}
.completion-wrap .completion .com-top {
  padding-top: 15px;
  text-align: center;
}
.completion-wrap .completion .com-title {
  position: absolute;
  margin-left: 15px;
  bottom: 30px;
}
.completion-wrap .completion .gift {
  position: absolute;
  right: 30px;
  bottom: 20px;
  max-width: 120px;
  width: 100px;
  height: 100px;
}
.completion-wrap .completion .gift img {
  max-width: 100%;
}
/***completion-card***/
.completion-card {
  padding: 0 3.5%;
}
.completion-card div:nth-child(1) {
  text-align: center;
}
.completion-card div:nth-child(1) h4 {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  padding-left: 35px;
  color: #2a404e;
  background: url(../img/duihao.png) left center no-repeat;
  background-size: 20%;
}
.completion-card .card-wrap {
  padding: 15px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.completion-card .card-wrap > div:nth-child(1) {
  float: left;
  height: 30px;
  line-height: 30px;
}
.completion-card .card-wrap > div:nth-child(1) .card {
  font-size: 16px;
  color: #2a404e;
  font-weight: bold;
}
.completion-card .card-wrap > div:nth-child(1) .num-card {
  display: inline-block;
  color: #127803;
  font-weight: bold;
  border: none;
  background: none;
  outline: none;
}
.completion-card .card-wrap > div:nth-child(2) {
  cursor: pointer;
  text-align: center;
  float: right;
}
.completion-card .card-wrap > div:nth-child(2) button {
  border: none;
  background: none;
  height: 30px;
  line-height: 30px;
  background-color: #127803;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}
.completion-card .card-wrap > div:nth-child(3) {
  clear: both;
  padding-top: 10px;
}
/****completion-how**/
.completion-how {
  padding: 30px 3.5%  0 3.5;
  margin-bottom: 80px;
}
.completion-how a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.completion-how a:nth-child(1) {
  margin-top: 15px;
  background-color: #ff3838;
}
@media (max-width: 320px) {
  .completion-wrap .completion .com-title {
    margin-left: 0;
  }
  .completion-card .card-wrap {
    text-align: center;
  }
  .completion-card .card-wrap > div:nth-child(1),
  .completion-card .card-wrap > div:nth-child(2) {
    float: none;
  }
  .completion-card .card-wrap > div:nth-child(2) {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  .completion-wrap .completion .gift {
    right: 10px;
  }
}
/***show-academic***/
.show-academic-wrap {
  padding: 10px 12px;
}
.show-academic-wrap h4,.show-academic-wrap h1 {
  font-size: .16rem;
  color: #2a404e;
}
.show-academic-wrap p {
  line-height: 1.6;
  text-align: justify;
}
.show-academic-wrap .show-aca-sub {
  font-size: .14rem;
  margin-top: 10px;
}
.show-academic-wrap .show-aca-sub > div:first-child {
  float: left;
}
.show-academic-wrap .show-aca-sub > div:nth-child(2) {
  float: right;
}
.show-academic-wrap .show-aca-sub > div:nth-child(2) p {
  margin-left: .1rem;
  display: inline-block;
}
.show-academic-wrap .show-aca-desc {
  padding-top: 10px;
  font-size: .14rem;
}
.show-academic-wrap .show-aca-content-desc {
  padding-top: 10px;
  font-size: .14rem;
}
.show-academic-wrap .show-aca-content-desc p {
  margin: 6px 0;
}
.show-academic-wrap .show-aca-img-box {
  margin: 10px 0;
  height: 61.33333333vw;
}
.show-academic-wrap .show-aca-img-box img {
  max-width: 100%;
  width: 100%;
}
.show-academic-wrap .paging {
  font-size: .14rem;
  margin-bottom: 16px;
  margin-top: 30px;
}
.show-academic-wrap .paging li {
  margin-bottom: 10px;
}
.show-academic-wrap .paging li:last-child {
  margin-bottom: 0;
}
.show-academic-wrap .paging .active a {
  color: #127803;
}
/***list-academic***/
.list-academic {
  padding: 0 3.5%;
}
/***list-product***/
.list-product-wrap {
  margin-bottom: 20px;
}
.list-page p {
  margin-top: 0.08rem;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-page ul li {
  margin-bottom: 0.1rem;
}
.list-page ul li:nth-child(1) a,
.list-page ul li:nth-child(3) a,
.list-page ul li:nth-child(5) a,
.list-page ul li:nth-child(7) a,
.list-page ul li:nth-child(9) a{
  padding-top: .12rem;
  padding-left: 0.155rem;
}
.list-page ul li:nth-child(11) a{
  padding-top: .12rem;
  padding-left: 0.155rem;
}
.list-page ul li:nth-child(13) a{
  padding-top: .12rem;
  padding-left: 0.155rem;
}
.list-page ul li:nth-child(15) a{
  padding-top: .12rem;
  padding-left: 0.155rem;
}
.list-page ul li:nth-child(2) a,
.list-page ul li:nth-child(4) a,
.list-page ul li:nth-child(6) a,
.list-page ul li:nth-child(8) a {
  background: none;
}
.list-page ul li:nth-child(2) a h6,
.list-page ul li:nth-child(4) a h6,
.list-page ul li:nth-child(6) a h6,
.list-page ul li:nth-child(8) a h6,
.list-page ul li:nth-child(10) a h6 {
  font-size: 14px;
  padding-bottom: 0.08rem;
  padding-top: 5px;
  border-bottom: 1px solid #F5F5F5;
}
.list-page ul li:nth-child(3) a {
  background: url(../img/red.jpg);
}
.list-page ul li:nth-child(5) a {
  background: url(../img/orange.jpg);
}
.list-page ul li:nth-child(5) a div:nth-child(3) {
  background-color: #ffa339;
}
.list-page ul li:nth-child(5) a div:nth-child(4) {
  bottom: -26px;
}
.list-page ul li:nth-child(5) a div:nth-child(4) i {
  font-size: .6rem;
}
.list-page ul li:nth-child(7) a {
  background: url(../img/sky.jpg);
}
.list-page ul li:nth-child(7) a div:nth-child(3) {
  background-color: #01dfe1;
}
.list-page ul li:nth-child(7) a div:nth-child(4) {
  bottom: -15px;
}
.list-page ul li:nth-child(7) a div:nth-child(4) i {
  font-size: .6rem;
}
.list-page ul li:nth-child(9) a {
  background: url(../img/blue.jpg);
}
.list-page ul li:nth-child(11) a {
  background: url(../img/red.jpg);
}
.list-page ul li:nth-child(13) a {
  background: url(../img/orange.jpg);
}
.list-page ul li:nth-child(15) a {
  background: url(../img/blue.jpg);
}
@media (max-width: 320px) {
  .list-page ul li:nth-child(5) a div:nth-child(4) {
    bottom: -16px;
  }
  .list-page ul li:nth-child(5) a div:nth-child(4) i {
    font-size: .4rem;
  }
  .list-page ul li:nth-child(7) a div:nth-child(4) {
    bottom: -8px;
  }
  .list-page ul li:nth-child(7) a div:nth-child(4) i {
    font-size: .3rem;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) {
    bottom: -18px;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) i {
    font-size: .4rem;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .product-list ul li:nth-child(3) a div:nth-child(4) {
    bottom: -26px;
  }
  .product-list ul li:nth-child(3) a div:nth-child(4) i {
    font-size: .6rem;
  }
  .product-list ul li a div:nth-child(4) i {
    font-size: .3rem;
  }
  .list-page ul li:nth-child(7) a div:nth-child(4) i {
    font-size: 0.5rem;
  }
}

.bus-title-box {
    line-height: 2.2rem;
    border-bottom: 1px solid #efefef;
    border-left: 3px solid #ff7d13;
    height: 30px;
}
.aui-info-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 30px;
}
.bus-title-box div {
    margin-left: .1rem;
    height: 30px;
}

.nan-list-tac {
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;

}
.wrap-clear{
  clear: both;
  margin-top: 10px;
}

.view-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    justify-content: space-around;
    float: left;
    display: block;
    width: 100%;
}
.v03 {
    width: 33.33%;
    margin: 10px 0;
    float: left;
}

