@charset"UTF-8";

*{
    font-family: Arial !important;
}

html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  border: 1px solid black;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

input {
  outline: 0;
}

input::-webkit-input-safebox-button {
  display: none;
  /*去掉搜狗浏览器密码软盘*/
}

body {
  font-size: 14px;
  color: #000;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
}

#web-ietip {
  width: 526px;
  height: 90px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../images/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.ellipsis {
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eps3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.eps4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.eps5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.eps6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.eps7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.eps8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.eps9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

/* @font-face{
  font-family: SourceHanSansCN-Regular;
  src: url('../fonts/sourcehansanssc-regular.ttf');
} */
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../font/SourceHanSansSC-Regular.ttf') format('truetype');
}

@media (min-width: 901px) {
  html {
    font-size: calc(100vw / 1920 * 100);
  }
}

@media (max-width: 900px) {
  html {
    font-size: calc(900px / 1920 * 100);
  }
}

@media (min-width: 1921px) {
  .s0 {
    font-size: 0;
  }

  .s12 {
    font-size: calc(12 * 100vw / 1920);
  }

  .s13 {
    font-size: calc(13 * 100vw / 1920);
  }

  .s14 {
    font-size: calc(14 * 100vw / 1920);
  }

  .s15 {
    font-size: calc(15 * 100vw / 1920);
  }

  .s16 {
    font-size: calc(16 * 100vw / 1920);
  }

  .s17 {
    font-size: calc(17 * 100vw / 1920);
  }

  .s18 {
    font-size: calc(18 * 100vw / 1920);
  }

  .s19 {
    font-size: calc(19 * 100vw / 1920);
  }

  .s20 {
    font-size: calc(20 * 100vw / 1920);
  }

  .s21 {
    font-size: calc(21 * 100vw / 1920);
  }

  .s22 {
    font-size: calc(22 * 100vw / 1920);
  }

  .s23 {
    font-size: calc(23 * 100vw / 1920);
  }

  .s24 {
    font-size: calc(24 * 100vw / 1920);
  }

  .s25 {
    font-size: calc(25 * 100vw / 1920);
  }

  .s26 {
    font-size: calc(26 * 100vw / 1920);
  }

  .s27 {
    font-size: calc(27 * 100vw / 1920);
  }

  .s28 {
    font-size: calc(28 * 100vw / 1920);
  }

  .s29 {
    font-size: calc(29 * 100vw / 1920);
  }

  .s30 {
    font-size: calc(30 * 100vw / 1920);
  }

  .s31 {
    font-size: calc(31 * 100vw / 1920);
  }

  .s32 {
    font-size: calc(32 * 100vw / 1920);
  }

  .s33 {
    font-size: calc(33 * 100vw / 1920);
  }

  .s34 {
    font-size: calc(34 * 100vw / 1920);
  }

  .s35 {
    font-size: calc(35 * 100vw / 1920);
  }

  .s36 {
    font-size: calc(36 * 100vw / 1920);
  }

  .s37 {
    font-size: calc(37 * 100vw / 1920);
  }

  .s38 {
    font-size: calc(38 * 100vw / 1920);
  }

  .s39 {
    font-size: calc(39 * 100vw / 1920);
  }

  .s40 {
    font-size: calc(40 * 100vw / 1920);
  }

  .s41 {
    font-size: calc(41 * 100vw / 1920);
  }

  .s42 {
    font-size: calc(42 * 100vw / 1920);
  }

  .s43 {
    font-size: calc(43 * 100vw / 1920);
  }

  .s44 {
    font-size: calc(44 * 100vw / 1920);
  }

  .s45 {
    font-size: calc(45 * 100vw / 1920);
  }

  .s46 {
    font-size: calc(46 * 100vw / 1920);
  }

  .s47 {
    font-size: calc(47 * 100vw / 1920);
  }

  .s48 {
    font-size: calc(48 * 100vw / 1920);
  }

  .s49 {
    font-size: calc(49 * 100vw / 1920);
  }

  .s50 {
    font-size: calc(50 * 100vw / 1920);
  }

  .s51 {
    font-size: calc(51 * 100vw / 1920);
  }

  .s52 {
    font-size: calc(52 * 100vw / 1920);
  }

  .s53 {
    font-size: calc(53 * 100vw / 1920);
  }

  .s54 {
    font-size: calc(54 * 100vw / 1920);
  }

  .s55 {
    font-size: calc(55 * 100vw / 1920);
  }

  .s56 {
    font-size: calc(56 * 100vw / 1920);
  }

  .s57 {
    font-size: calc(57 * 100vw / 1920);
  }

  .s58 {
    font-size: calc(58 * 100vw / 1920);
  }

  .s59 {
    font-size: calc(59 * 100vw / 1920);
  }

  .s60 {
    font-size: calc(60 * 100vw / 1920);
  }

  .s70 {
    font-size: calc(70 * 100vw / 1920);
  }

  .s82 {
    font-size: calc(82 * 100vw / 1920);
  }

  .s85 {
    font-size: calc(85 * 100vw / 1920);
  }
}

@media (max-width: 1920px) and (min-width: 551px) {
  .s0 {
    font-size: 0;
  }

  .s12 {
    font-size: 12px;
  }

  .s13 {
    font-size: calc(12px + 1 * 100vw / 1920);
  }

  .s14 {
    font-size: calc(12px + 2 * 100vw / 1920);
  }

  .s15 {
    font-size: calc(12px + 3 * 100vw / 1920);
  }

  .s16 {
    font-size: calc(12px + 4 * 100vw / 1920);
  }

  .s17 {
    font-size: calc(12px + 5 * 100vw / 1920);
  }

  .s18 {
    font-size: calc(12px + 6 * 100vw / 1920);
  }

  .s19 {
    font-size: calc(12px + 7 * 100vw / 1920);
  }

  .s20 {
    font-size: calc(12px + 8 * 100vw / 1920);
  }

  .s21 {
    font-size: calc(12px + 9 * 100vw / 1920);
  }

  .s22 {
    font-size: calc(12px + 10 * 100vw / 1920);
  }

  .s23 {
    font-size: calc(12px + 11 * 100vw / 1920);
  }

  .s24 {
    font-size: calc(20px + 12 * 100vw / 1920);
  }

  .s25 {
    font-size: calc(12px + 13 * 100vw / 1920);
  }

  .s26 {
    font-size: calc(12px + 14 * 100vw / 1920);
  }

  .s27 {
    font-size: calc(12px + 15 * 100vw / 1920);
  }

  .s28 {
    font-size: calc(12px + 16 * 100vw / 1920);
  }

  .s29 {
    font-size: calc(12px + 17 * 100vw / 1920);
  }

  .s30 {
    font-size: calc(12px + 18 * 100vw / 1920);
  }

  .s31 {
    font-size: calc(12px + 19 * 100vw / 1920);
  }

  .s32 {
    font-size: calc(12px + 20 * 100vw / 1920);
  }

  .s33 {
    font-size: calc(12px + 21 * 100vw / 1920);
  }

  .s34 {
    font-size: calc(12px + 22 * 100vw / 1920);
  }

  .s35 {
    font-size: calc(12px + 23 * 100vw / 1920);
  }

  .s36 {
    font-size: calc(12px + 24 * 100vw / 1920);
  }

  .s37 {
    font-size: calc(12px + 25 * 100vw / 1920);
  }

  .s38 {
    font-size: calc(12px + 26 * 100vw / 1920);
  }

  .s39 {
    font-size: calc(12px + 27 * 100vw / 1920);
  }

  .s40 {
    font-size: calc(12px + 28 * 100vw / 1920);
  }

  .s41 {
    font-size: calc(12px + 29 * 100vw / 1920);
  }

  .s42 {
    font-size: calc(12px + 30 * 100vw / 1920);
  }

  .s43 {
    font-size: calc(12px + 31 * 100vw / 1920);
  }

  .s44 {
    font-size: calc(12px + 32 * 100vw / 1920);
  }

  .s45 {
    font-size: calc(12px + 33 * 100vw / 1920);
  }

  .s46 {
    font-size: calc(12px + 34 * 100vw / 1920);
  }

  .s47 {
    font-size: calc(12px + 35 * 100vw / 1920);
  }

  .s48 {
    font-size: calc(12px + 36 * 100vw / 1920);
  }

  .s49 {
    font-size: calc(12px + 37 * 100vw / 1920);
  }

  .s50 {
    font-size: calc(12px + 38 * 100vw / 1920);
  }

  .s51 {
    font-size: calc(12px + 39 * 100vw / 1920);
  }

  .s52 {
    font-size: calc(12px + 40 * 100vw / 1920);
  }

  .s53 {
    font-size: calc(12px + 41 * 100vw / 1920);
  }

  .s54 {
    font-size: calc(12px + 42 * 100vw / 1920);
  }

  .s55 {
    font-size: calc(12px + 43 * 100vw / 1920);
  }

  .s56 {
    font-size: calc(12px + 44 * 100vw / 1920);
  }

  .s57 {
    font-size: calc(12px + 45 * 100vw / 1920);
  }

  .s58 {
    font-size: calc(12px + 46 * 100vw / 1920);
  }

  .s59 {
    font-size: calc(12px + 47 * 100vw / 1920);
  }

  .s60 {
    font-size: calc(12px + 48 * 100vw / 1920);
  }

  .s70 {
    font-size: calc(12px + 58 * 100vw / 1920);
  }

  .s82 {
    font-size: calc(12px + 70 * 100vw / 1920);
  }

  .s85 {
    font-size: calc(12px + 73 * 100vw / 1920);
  }
}

@media (max-width: 550px) {
  .s0 {
    font-size: 0;
  }

  .s12 {
    font-size: 12px;
  }

  .s13 {
    font-size: calc(12px + 1 * 550px / 1920);
  }

  .s14 {
    font-size: calc(12px + 2 * 550px / 1920);
  }

  .s15 {
    font-size: calc(12px + 3 * 550px / 1920);
  }

  .s16 {
    font-size: calc(12px + 4 * 550px / 1920);
  }

  .s17 {
    font-size: calc(12px + 5 * 550px / 1920);
  }

  .s18 {
    font-size: calc(12px + 6 * 550px / 1920);
  }

  .s19 {
    font-size: calc(12px + 7 * 550px / 1920);
  }

  .s20 {
    font-size: calc(12px + 8 * 550px / 1920);
  }

  .s21 {
    font-size: calc(12px + 9 * 550px / 1920);
  }

  .s22 {
    font-size: calc(12px + 10 * 550px / 1920);
  }

  .s23 {
    font-size: calc(12px + 11 * 550px / 1920);
  }

  .s24 {
    font-size: calc(16px + 12 * 550px / 1920);
  }

  .s25 {
    font-size: calc(12px + 13 * 550px / 1920);
  }

  .s26 {
    font-size: calc(12px + 14 * 550px / 1920);
  }

  .s27 {
    font-size: calc(12px + 15 * 550px / 1920);
  }

  .s28 {
    font-size: calc(12px + 16 * 550px / 1920);
  }

  .s29 {
    font-size: calc(12px + 17 * 550px / 1920);
  }

  .s30 {
    font-size: calc(12px + 18 * 550px / 1920);
  }

  .s31 {
    font-size: calc(12px + 19 * 550px / 1920);
  }

  .s32 {
    font-size: calc(12px + 20 * 550px / 1920);
  }

  .s33 {
    font-size: calc(12px + 21 * 550px / 1920);
  }

  .s34 {
    font-size: calc(12px + 22 * 550px / 1920);
  }

  .s35 {
    font-size: calc(12px + 23 * 550px / 1920);
  }

  .s36 {
    font-size: calc(12px + 24 * 550px / 1920);
  }

  .s37 {
    font-size: calc(12px + 25 * 550px / 1920);
  }

  .s38 {
    font-size: calc(12px + 26 * 550px / 1920);
  }

  .s39 {
    font-size: calc(12px + 27 * 550px / 1920);
  }

  .s40 {
    font-size: calc(12px + 28 * 550px / 1920);
  }

  .s41 {
    font-size: calc(12px + 29 * 550px / 1920);
  }

  .s42 {
    font-size: calc(12px + 30 * 550px / 1920);
  }

  .s43 {
    font-size: calc(12px + 31 * 550px / 1920);
  }

  .s44 {
    font-size: calc(12px + 32 * 550px / 1920);
  }

  .s45 {
    font-size: calc(12px + 33 * 550px / 1920);
  }

  .s46 {
    font-size: calc(12px + 34 * 550px / 1920);
  }

  .s47 {
    font-size: calc(12px + 35 * 550px / 1920);
  }

  .s48 {
    font-size: calc(12px + 36 * 550px / 1920);
  }

  .s49 {
    font-size: calc(12px + 37 * 550px / 1920);
  }

  .s50 {
    font-size: calc(12px + 38 * 550px / 1920);
  }

  .s51 {
    font-size: calc(12px + 39 * 550px / 1920);
  }

  .s52 {
    font-size: calc(12px + 40 * 550px / 1920);
  }

  .s53 {
    font-size: calc(12px + 41 * 550px / 1920);
  }

  .s54 {
    font-size: calc(12px + 42 * 550px / 1920);
  }

  .s55 {
    font-size: calc(12px + 43 * 550px / 1920);
  }

  .s56 {
    font-size: calc(12px + 44 * 550px / 1920);
  }

  .s57 {
    font-size: calc(12px + 45 * 550px / 1920);
  }

  .s58 {
    font-size: calc(12px + 46 * 550px / 1920);
  }

  .s59 {
    font-size: calc(12px + 47 * 550px / 1920);
  }

  .s60 {
    font-size: calc(12px + 48 * 550px / 1920);
  }

  .s70 {
    font-size: calc(12px + 58 * 550px / 1920);
  }

  .s82 {
    font-size: calc(12px + 70 * 550px / 1920);
  }

  .s85 {
    font-size: calc(12px + 73 * 550px / 1920);
  }
}

@media (max-width: 750px) {
  .z1 {
    width: 100% !important;
    max-width: 500px !important;
    font-size: 0 !important;
    float: none !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 20px 10px !important;
  }

  .z1 .z1 {
    padding: 20px 0 0 !important;
  }

  .z2,
  .z3,
  .z4,
  .z5 {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 2% 2% 0 !important;
  }

  .z2 {
    width: 49% !important;
  }

  .z3 {
    width: 32% !important;
  }

  .z4 {
    width: 23.5% !important;
  }

  .z5 {
    width: 18.4% !important;
  }

  .z2:nth-child(2n),
  .z3:nth-child(3n),
  .z4:nth-child(4n),
  .z5:nth-child(5n) {
    margin-right: 0 !important;
  }
}

header {
  width: 100%;
  height: 1rem;
}

header .h-a {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #0075c2;
}

header .h-a .h-container {
  width: 12rem;
  margin: 0 auto;
  font-size: 0;
  height: 100%;
  position: relative;
  z-index: 200;
  line-height: 1rem;
}

header .h-a .h-container .h-logo {
  width: auto;
  height: 100%;
  line-height: 1rem;
  float: left;
  cursor: pointer;
  padding: 15px;
}

header .h-a .h-container .h-logo img {
    width: 3rem;
    display: inline-block;
    vertical-align: middle;
    display: block;
    padding: 0.1rem 0;
}

header .h-a .h-container .h-container-box {
  float: right;
  height: 100%;
  line-height: 1rem;
  font-size: 0;
}

header .h-a .h-container .h-container-box .h-container-ul {
  font-size: 0;
  height: 100%;
  line-height: 1rem;
  display: inline-block;
  vertical-align: top;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li {
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: top;
  line-height: 1rem;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .li-title {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  height: 100%;
  line-height: 1rem;
  /* padding: 0 .48rem; */
  padding: 0 .35rem;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .li-title span {
  font-family: SourceHanSansCN-Normal;
  color: #333333;
  vertical-align: middle;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .li-title:hover span {
  font-family: SourceHanSansCN-Medium;
  color: #0075c2;
  font-weight: bold;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 200;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #0075c2;
  cursor: pointer;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li a {
  font-family: SourceHanSansSC-Medium;
  font-size: calc(12px - .12rem + .18rem);
  color: #0075c2;
  display: inline-block;
  vertical-align: middle;
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover {
  /* background-color: #fff; */
}

header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover a {
  color: #0075c2;
  font-weight: bold;
}

header .h-a .h-container .h-container-box .h-search-language {
  display: inline-block;
  margin-left: 0.3rem;
  height: 100%;
  line-height: 1rem;
  position: relative;
  vertical-align: top;
}

header .h-a .h-container .h-container-box .h-search-language .select-w {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 44px;
  position: relative;
  padding-right: 30px;
  padding-left: 12px;
  white-space: nowrap;
  vertical-align: middle;
}

header .h-a .h-container .h-container-box .h-search-language .select-w .cur {
  width: 100%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  color: #ffffff;
}

header .h-a .h-container .h-container-box .h-search-language .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .h-a .h-container .h-container-box .h-search-language .select-w:after {
  display: inline-block;
  content: "";
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  position: absolute;
  right: 13px;
  top: 20px;
  z-index: 1;
}

header .h-a .h-container .h-container-box .h-search-language .search-img {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

header .h-a .h-container .h-container-box .h-search-language .search-img img {
  width: 100%;
  height: 100%;
}

/* header .h-a .h-container .h-container-box .h-search-language .search-img .img-2 {
  display: none;
} */
header .h-a .h-container .h-container-box .h-search-language .h-search-input {
  width: 1.5rem;
  height: 0.35rem;
  outline: none;
  border: 1px solid #ccc;
  /* display: inline-block; */
  background: none;
  vertical-align: middle;
  display: none;
  border-radius: 5px;
}

header .h-a .h-container .h-container-box .h-search-language .h-container-menu {
  display: none;
}

header .h-a .h-search {
  width: 100%;
  background-color: #fff;
  padding: .55rem 0;
  border-top: 1px solid #dddddd;
  display: none;
  position: relative;
  z-index: 200;
}

header .h-a .h-search .h-search-container {
  width: 8.8rem;
  height: 100%;
  margin: 0 auto;
}

header .h-a .h-search .h-search-container .search-ipt {
  width: 100%;
  height: .5rem;
  background-color: #ffffff;
  border-radius: .25rem;
  border: solid 1px #cccccc;
  padding: 0.04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .h-a .h-search .h-search-container .search-ipt .input-box {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  width: 6.9rem;
  height: 100%;
  padding-left: 0.3rem;
}

header .h-a .h-search .h-search-container .search-ipt .search-smt {
  display: inline-block;
  width: 1.3rem;
  height: .42rem;
  line-height: 0.42rem;
  background-color: #0075c2;
  border-radius: .21rem;
  cursor: pointer;
  font-size: 0;
  text-align: center;
}

header .h-a .h-search .h-search-container .search-ipt .search-smt .smt-text {
  display: inline-block;
  font-family: SourceHanSansCN-Normal;
  color: #ffffff;
  vertical-align: middle;
  margin: 0 .11rem;
}

header .h-a .h-search .h-search-container .search-ipt .search-smt .smt-img {
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  margin: 0 .11rem;
}

header .h-a .h-search .h-search-container .search-ipt .search-smt .smt-img img {
  width: 100%;
}

header .h-a .h-search .h-search-container .search-ipt .search-smt:hover {
  background-color: #ed6d1e;
}

header .h-a .h-opa {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

@media (max-width: 1000px) {
  header .h-a .h-container {
    width: 100%;
    padding: 0 20px;
  }

  header .h-a .h-container .h-logo {
    width: 2.56rem;
  }

  header .h-a .h-container .h-logo img {
    width: 100%;
  }

  header .h-a .h-container .h-container-box .h-container-ul {
    width: 260px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    z-index: 1000;
    padding-top: 10px;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    line-height: 0.8rem;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-left: 0;
    height: auto;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .li-title {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 3rem;
    text-align: left;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .li-title span {
    height: 100%;
    line-height: 40px;
    text-align: left;
    color: #0075c2 !important;
    font-weight: bold;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul {
    display: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li a {
    color: #666;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding-left: 20px;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover {
    background-color: #0075c2;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li .h-menu-ul .h-menu-li:hover a {
    color: #fff;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li.h-nav:after {
    content: '+';
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #333;
  }

  header .h-a .h-container .h-container-box .h-container-ul .h-container-li.h-nav.show:after {
    content: '-';
  }

  header .h-a .h-container .h-container-box .h-search-language:before {
    display: none;
  }

  header .h-a .h-container .h-container-box .h-search-language .search-img {
    width: 16px;
    height: 16px;
  }

  header .h-a .h-container .h-container-box .h-search-language .h-container-menu {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 18px;
  }

  header .h-a .h-search .h-search-container .search-ipt {
    height: 30px;
    border-radius: 15px;
  }

  header .h-a .h-search .h-search-container .search-ipt .search-smt {
    width: 70px;
    height: 22px;
    line-height: 22px;
  }

  header .h-a.show .h-opa {
    display: block;
  }

  header .h-a.show .h-a-container {
    z-index: auto;
  }

  header .h-a.show .h-container {
    z-index: auto;
  }

  header .h-a.show .h-container .h-container-box {
    width: 260px;
    height: auto;
    line-height: 1;
  }

  header .h-a.show .h-container .h-container-box .h-container-ul {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header .h-a.show .h-container .h-container-box .h-container-menu {
    display: none;
  }
}

@media (max-width: 500px) {
  header .h-a .h-a-container .h-search {
    width: 100%;
  }

  header .h-a .h-a-container .h-search .h-search-container {
    width: 100%;
    padding: 0 10px;
  }

  header .h-a .h-a-container .h-search .h-search-container .search-ipt .input-box {
    width: 75%;
  }

  header .h-a .h-a-container .h-search .h-search-container .search-ipt .search-smt {
    width: 25%;
    text-align: center;
  }

  header .h-a .h-a-container .h-search .h-search-container .search-ipt .search-smt .smt-text {
    margin: 0;
  }

  header .h-a .h-a-container .h-search .h-search-container .search-ipt .search-smt .smt-img {
    display: none;
  }
}

@media (max-width: 420px) {
  header .h-a .h-search .h-search-container {
    width: 100%;
  }
}

footer {
  width: 100%;
}

footer .f-a {
  width: 100%;
}

footer .f-a .f-bg {
  width: 100%;
}

footer .f-a .f-bg img {
  width: 100%;
}

footer .f-a .f-container {
  width: 100%;
  background-color: #006ead;
  padding-top: 0.8rem;
}

footer .f-a .f-container .wrap-a {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-a .f-container .wrap-a .wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 9.2rem;
}

footer .f-a .f-container .wrap-a .wrap-left .left-a {
  width: 4.2rem;
}

footer .f-a .f-container .wrap-a .wrap-left .left-a .item {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.875;
  color: #cce1d6;
  margin-bottom: 10px;
}

footer .f-a .f-container .wrap-a .wrap-left .left-a .item:first-child {
  font-weight: bold;
}

footer .f-a .f-container .wrap-a .wrap-left .left-b {
  width: 1.5rem;
}

footer .f-a .f-container .wrap-a .wrap-left .left-b .item {
  font-family: SourceHanSansCN-Regular;
  line-height: 1.875;
  color: #cce1d6;
  opacity: 0.5;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}

footer .f-a .f-container .wrap-a .wrap-left .left-b .item:first-child {
  font-weight: bold;
}

footer .f-a .f-container .wrap-a .wrap-left .left-b .item:hover {
  /* color: #ED6D1E; */
  opacity: 1;
}

footer .f-a .f-container .wrap-a .wrap-right {
  width: 1.5rem;
}

footer .f-a .f-container .wrap-a .wrap-right .f-code {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

footer .f-a .f-container .wrap-a .wrap-right .f-code img {
  width: 100%;
  height: 100%;
}

footer .f-a .f-container .wrap-a .wrap-right .f-public {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Regular;
  color: #ffffff;
}

footer .f-a .f-container .wrap-b {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  font-family: SourceHanSansCN-Normal;
  color: #cce1d6;
  text-align: center;
}

@media (max-width: 900px) {
  footer .f-a .f-container .wrap-a {
    display: block;
    width: 100%;
  }

  footer .f-a .f-container .wrap-a .wrap-left {
    width: 100%;
    padding: 0 10px;
    display: block;
  }

  footer .f-a .f-container .wrap-a .wrap-left .left-a {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .f-a .f-container .wrap-a .wrap-left .left-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
  }

  footer .f-a .f-container .wrap-a .wrap-left .left-b .item {
    width: 2.5rem;
  }

  footer .f-a .f-container .wrap-a .wrap-right {
    width: 120px;
    margin: 0 auto;
  }

  footer .f-a .f-container .wrap-a .wrap-right .f-code {
    width: 100%;
    height: auto;
  }

  footer .f-a .f-container .wrap-b {
    width: 100%;
    padding: 0 10px;
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
  }
}

.index-banner {
  width: 100%;
}

.index-banner .ib-swiper {
  width: 100%;
}

.index-banner .ib-swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.index-banner .ib-swiper .swiper-slide img {
  width: 100%;
}

.index-main {
  width: 100%;
}

.index-main .index-trust {
  width: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.6rem;
  padding-bottom: 2.2rem;
}

.index-main .index-trust .cn-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.25rem;
  letter-spacing: 2px;
}

.index-main .index-trust .jp-title {
  width: 100%;
  text-align: center;
}

.index-main .index-trust .jp-title .title-text {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

.index-main .index-trust .trust-container {
  width: 100%;
}

.index-main .index-trust .trust-container .trust-section {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index-main .index-trust .trust-container .trust-section .item {
  width: 20%;
  padding: .25rem 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-main .index-trust .trust-container .trust-section .item .item-img {
  width: 100%;
  text-align: center;
  margin-bottom: 0.2rem;
}

.index-main .index-trust .trust-container .trust-section .item .item-img img {
  max-width: 100%;
}

.index-main .index-trust .trust-container .trust-section .item .item-img .img-2 {
  display: none;
}

.index-main .index-trust .trust-container .trust-section .item .item-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  color: #333333;
}

.index-main .index-trust .trust-container .trust-section .item:hover {
  border-bottom: 2px solid #0075c2;
}

.index-main .index-trust .trust-container .trust-section .item:hover .item-img .img-1 {
  display: none;
}

.index-main .index-trust .trust-container .trust-section .item:hover .item-img .img-2 {
  display: inline-block;
}

.index-main .index-trust .trust-container .trust-section .item:hover .item-text {
  color: #0075c2;
}

.index-main .index-trust .trust-container .trust-section .item.active {
  border-bottom: 2px solid #0075c2;
}

.index-main .index-trust .trust-container .trust-section .item.active .item-img .img-1 {
  display: none;
}

.index-main .index-trust .trust-container .trust-section .item.active .item-img .img-2 {
  display: inline-block;
}

.index-main .index-trust .trust-container .trust-section .item.active .item-text {
  color: #0075c2;
}

.index-main .index-trust .trust-container .trust-wrap {
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding-top: 0.4rem;
}

.index-main .index-trust .trust-container .trust-wrap .wrap {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left {
  width: 2.1rem;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title {
  width: 100%;
  height: .82rem;
  background-color: #0075c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title .title-img {
  width: 0.33rem;
  text-align: center;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title .title-img img {
  max-width: 100%;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title .title-text {
  margin-left: 0.2rem;
  font-family: SourceHanSansCN-Normal;
  color: #ffffff;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item {
  width: 100%;
  height: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0.28rem;
  padding-right: 0.2rem;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item .item-text {
  font-family: SourceHanSansSC-Regular;
  color: #333333;
  width: 1.3rem;
  /*overflow: hidden;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item .item-img {
  width: .08rem;
  height: .15rem;
  line-height: .15rem;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item .item-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item .item-img .img-2 {
  display: none;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item:hover {
  background-color: #e5f0ea;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item:hover .item-text {
  color: #0075c2;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item:hover .item-img .img-1 {
  display: none;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item:hover .item-img .img-2 {
  display: inline-block;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right {
  width: 9.6rem;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap .item {
  width: 2.4rem;
  height: 1.4rem;
  border: solid 1px #eaeaea; 
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap .item img {
  width: 60%;
  height: 60%;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap .item .item-mask {
  width: 100%;
  height: 100%;
  background-color: #0075c2;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  line-height: 1.3;
}

.index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap .item:hover .item-mask {
  top: 0;
  opacity: 1;
}

@media (max-width: 900px) {
  .index-main .index-trust .trust-container .trust-section {
    width: 100%;
    padding: 0 10px;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap {
    width: 100%;
    padding: 0 10px;
    display: block;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title {
    width: 20%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item {
    width: 20%;
    height: .82rem;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item .item-text {
    width: 85%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right {
    width: 100%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap .item {
    width: 25%;
    height: auto;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .index-main .index-trust .trust-container .trust-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-main .index-trust .trust-container .trust-section .item {
    width: 33.3%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title {
    width: 25%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item {
    width: 25%;
  }
}

@media (max-width: 400px) {
  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-title {
    width: 33.3%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-left .left-item {
    width: 33.3%;
  }

  .index-main .index-trust .trust-container .trust-wrap .wrap .wrap-right .item-wrap .item {
    width: 50%;
    text-align: center;
  }
}

.index-main .index-advantage {
  width: 100%;
  background-color: #ffffff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.index-main .index-advantage .cn-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.25rem;
  letter-spacing: 2px;
}

.index-main .index-advantage .jp-title {
  width: 100%;
  text-align: center;
}

.index-main .index-advantage .jp-title .title-text {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

.index-main .index-advantage .advantage-container {
  width: 12rem;
  margin: 0 auto;
}

.index-main .index-advantage .advantage-container .wrap {
  width: calc(100% + .26rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-main .index-advantage .advantage-container .wrap .item-a {
  width: 2.8rem;
  height: 3.4rem;
  margin-right: 0.26rem;
  margin-bottom: 0.4rem;
  position: relative;
  transition: transform .3s ease-in-out;
}

.index-main .index-advantage .advantage-container .wrap .item-a .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-main .index-advantage .advantage-container .wrap .item-a .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-main .index-advantage .advantage-container .wrap .item-a .item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .15rem;
}

.index-main .index-advantage .advantage-container .wrap .item-a .item-content .cn-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.5;
  color: #ffffff;
}

.index-main .index-advantage .advantage-container .wrap .item-a .item-content .jp-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  line-height: 1.5;
}

.index-main .index-advantage .advantage-container .wrap .item-a:hover {
  transform: translateY(-10px);
}

.index-main .index-advantage .advantage-container .wrap .item-a:hover .item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index-main .index-advantage .advantage-container .wrap .item-b {
  width: 2.8rem;
  height: 3.4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.3rem 0px rgba(0, 105, 52, 0.08);
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 105, 52, 0.08);
  margin-right: 0.26rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  position: relative;
  transition: transform .3s ease-in-out;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-bg {
  width: 100%;
  height: 100%;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-bg img {
  width: 100%;
  height: 100%;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-bg .img-2 {
  display: none;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.35rem;
  padding-left: 0.3rem;
  padding-right: 0.4rem;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-content .item-title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  color: #000000;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-content .item-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.5;
  color: #000000;
  -webkit-line-clamp: 6;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-content .item-img {
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  position: absolute;
  left: 0.3rem;
  bottom: 0.4rem;
}

.index-main .index-advantage .advantage-container .wrap .item-b .item-content .item-img img {
  max-width: 100%;
  vertical-align: middle;
}

.index-main .index-advantage .advantage-container .wrap .item-b:hover {
  transform: translateY(-10px);
}

.index-main .index-advantage .advantage-container .wrap .item-b:hover .item-bg .img-1 {
  display: none;
}

.index-main .index-advantage .advantage-container .wrap .item-b:hover .item-bg .img-2 {
  display: inline-block;
}

.index-main .index-advantage .advantage-container .wrap .item-b:hover .item-title {
  color: #0075c2;
}

@media (max-width: 1200px) {
  .index-main .index-advantage .advantage-container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }

  .index-main .index-advantage .advantage-container .wrap {
    width: 102%;
  }

  .index-main .index-advantage .advantage-container .wrap .item-a {
    width: 23%;
    height: auto;
    margin-right: 2%;
  }

  .index-main .index-advantage .advantage-container .wrap .item-b {
    width: 23%;
    height: auto;
    margin-right: 2%;
  }
}

@media (max-width: 650px) {
  .index-main .index-advantage .advantage-container .wrap .item-a {
    width: 31%;
    height: auto;
    margin-right: 2%;
  }

  .index-main .index-advantage .advantage-container .wrap .item-b {
    width: 31%;
    height: auto;
    margin-right: 2%;
  }
}

@media (max-width: 460px) {
  .index-main .index-advantage .advantage-container .wrap .item-a {
    width: 48%;
    height: auto;
    margin-right: 2%;
  }

  .index-main .index-advantage .advantage-container .wrap .item-b {
    width: 48%;
    height: auto;
    margin-right: 2%;
  }
}

.index-main .index-colorful {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .6rem 0;
}

.index-main .index-colorful .colorful-container {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-main .index-colorful .colorful-container .colorful-left {
  width: 4.2rem;
  cursor: pointer;
  transition: transform .3s ease-in-out;
}

.index-main .index-colorful .colorful-container .colorful-left img {
  width: 100%;
}

.index-main .index-colorful .colorful-container .colorful-left:hover {
  transform: translateY(-10px);
}

.index-main .index-colorful .colorful-container .colorful-right {
  width: 4.8rem;
}

.index-main .index-colorful .colorful-container .colorful-right img {
  width: 100%;
}

@media (max-width: 900px) {
  .index-main .index-colorful .colorful-container {
    width: 100%;
    padding: 0 10px;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  .index-main .index-colorful .colorful-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index-main .index-colorful .colorful-container .colorful-left {
    margin-bottom: 30px;
  }
}

.index-main .index-news {
  width: 100%;
  background-color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.index-main .index-news .cn-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.25rem;
  letter-spacing: 2px;
}

.index-main .index-news .jp-title {
  width: 100%;
  text-align: center;
}

.index-main .index-news .jp-title .title-text {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

.index-main .index-news .news-container {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-main .index-news .news-container .news-pic {
  width: 3.4rem;
}

.index-main .index-news .news-container .news-pic .pic {
  width: 100%;
}

.index-main .index-news .news-container .news-pic .pic img {
  width: 100%;
}

.index-main .index-news .news-container .news-content {
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-main .index-news .news-container .news-content .item {
  width: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.18rem;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 0.18rem;
  height: 1rem;
}

.index-main .index-news .news-container .news-content .item .item-img {
  width: 5px;
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-main .index-news .news-container .news-content .item .item-img img {
  width: 100%;
  height: 100%;
}

.index-main .index-news .news-container .news-content .item .item-img .img-2 {
  display: none;
}

.index-main .index-news .news-container .news-content .item .item-content {
  width: 3.6rem;
  margin-left: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-main .index-news .news-container .news-content .item .item-content .item-text {
  width: 65%;
  font-family: SourceHanSansCN-Light;
  color: #333333;
}

.index-main .index-news .news-container .news-content .item .item-content .item-date {
  width: 35%;
  font-family: SourceHanSansCN-Light;
  color: #999999;
  text-align: right;
}

.index-main .index-news .news-container .news-content .item:hover .item-img .img-1 {
  display: none;
}

.index-main .index-news .news-container .news-content .item:hover .item-img .img-2 {
  display: inline-block;
}

.index-main .index-news .news-container .news-content .item:hover .item-content .item-text {
  color: #0075c2;
  font-weight: bold;
}

.index-main .index-news .news-container .news-content .item:hover .item-content .item-date {
  color: #0075c2;
}

@media (max-width: 1100px) {
  .index-main .index-news .news-container {
    width: 100%;
    padding: 0 10px;
    max-width: 500px;
    display: block;
  }

  .index-main .index-news .news-container .news-pic {
    width: 100%;
    margin-bottom: 30px;
  }

  .index-main .index-news .news-container .news-content {
    width: 100%;
  }

  .index-main .index-news .news-container .news-content .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .index-main .index-news .news-container .news-content .item .item-content {
    width: 98%;
  }
}

.banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.banner .bg {
  width: 100%;
}

.banner .bg img {
  width: 100%;
}

.banner .banner-content {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .banner-content .cn-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.banner .banner-content .en-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
}

@media (max-width: 900px) {
  .banner .banner-content {
    width: 100%;
    padding: 0 10px;
  }
}

main {
  width: 100%;
}

main .main-nav {
  width: 100%;
  background-color: #fff;
  height: 0.8rem;
  border-bottom: 1px solid #eaeaea;
}

main .main-nav .nav-container {
  width: 12rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-nav .nav-container .item {
  padding: 0 .5rem;
  font-family: SourceHanSansSC-Regular;
  color: #333333;
  height: 100%;
  line-height: 0.8rem;
  cursor: pointer;
}

main .main-nav .nav-container .item:hover {
  border-bottom: 2px solid #0075c2;
  color: #0075c2;
}

main .main-nav .nav-container .item.active {
  border-bottom: 2px solid #0075c2;
  color: #0075c2;
}

@media (max-width: 900px) {
  main .main-nav {
    height: auto;
  }

  main .main-nav .nav-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-nav .nav-container .item {
    height: 0.8rem;
  }
}

main .main-news-details {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

main .main-news-details .news-details-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-news-details .news-details-container .container-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #222222;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

main .main-news-details .news-details-container .date-share {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eaeaea;
}

main .main-news-details .news-details-container .date-share .release-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .main-news-details .news-details-container .date-share .release-time .time-img {
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-news-details .news-details-container .date-share .release-time .time-img img {
  width: 100%;
  height: 100%;
}

main .main-news-details .news-details-container .date-share .release-time .release-text {
  font-family: SourceHanSansCN-Regular;
  color: #999999;
  margin-left: 0.1rem;
}

main .main-news-details .news-details-container .date-share .share {
  margin-left: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .main-news-details .news-details-container .date-share .share span {
  font-family: SourceHanSansCN-Regular;
  color: #999999;
}

main .main-news-details .news-details-container .date-share .share .qq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14px;
  height: 16px;
  margin: 0 .1rem;
  cursor: pointer;
}

main .main-news-details .news-details-container .date-share .share .qq img {
  width: 100%;
  height: 100%;
}

main .main-news-details .news-details-container .date-share .share .qq .img-2 {
  display: none;
}

main .main-news-details .news-details-container .date-share .share .qq:hover .img-1 {
  display: none;
}

main .main-news-details .news-details-container .date-share .share .qq:hover .img-2 {
  display: inline-block;
}

main .main-news-details .news-details-container .date-share .share .weixin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 16px;
  margin: 0 .1rem;
  cursor: pointer;
}

main .main-news-details .news-details-container .date-share .share .weixin img {
  width: 100%;
  height: 100%;
}

main .main-news-details .news-details-container .date-share .share .weixin .img-2 {
  display: none;
}

main .main-news-details .news-details-container .date-share .share .weixin:hover .img-1 {
  display: none;
}

main .main-news-details .news-details-container .date-share .share .weixin:hover .img-2 {
  display: inline-block;
}

main .main-news-details .news-details-container .date-share .share .weibo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 15px;
  margin: 0 .1rem;
  cursor: pointer;
}

main .main-news-details .news-details-container .date-share .share .weibo img {
  width: 100%;
  height: 100%;
}

main .main-news-details .news-details-container .date-share .share .weibo .img-2 {
  display: none;
}

main .main-news-details .news-details-container .date-share .share .weibo:hover .img-1 {
  display: none;
}

main .main-news-details .news-details-container .date-share .share .weibo:hover .img-2 {
  display: inline-block;
}

main .main-news-details .news-details-container .content {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

main .main-news-details .news-details-container .content p {
  font-family: SourceHanSansCN-Regular;
  line-height: 2.25;
  color: #666666;
}

main .main-news-details .news-details-container .content .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-news-details .news-details-container .content .pic img {
  width: 3.8rem;
}

main .main-news-details .news-details-container .link-return {
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-news-details .news-details-container .link-return .link {
  width: 10rem;
}

main .main-news-details .news-details-container .link-return .link .item {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.875;
  color: #666666;
  cursor: pointer;
  display: block;
  opacity: .5;
}

main .main-news-details .news-details-container .link-return .link .item:hover {
  color: #0075c2;
  /* font-weight: bold; */
  opacity: 1;
}

main .main-news-details .news-details-container .link-return .return-list {
  width: 120px;
  height: 40px;
  background-color: #0075c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

main .main-news-details .news-details-container .link-return .return-list .return-img {
  width: 14px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-news-details .news-details-container .link-return .return-list .return-img img {
  width: 100%;
  height: 100%;
}

main .main-news-details .news-details-container .link-return .return-list span {
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  margin-left: 0.1rem;
}

@media (max-width: 900px) {
  main .main-news-details .news-details-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-news-details .news-details-container .content .pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-news-details .news-details-container .content .pic img {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 650px) {
  main .main-news-details .news-details-container .link-return {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-news-details .news-details-container .link-return .link {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  main .main-news-details .news-details-container .date-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-news-details .news-details-container .date-share .release-time {
    width: 100%;
    margin-bottom: 20px;
  }

  main .main-news-details .news-details-container .date-share .share {
    width: 100%;
    margin-left: 0;
  }
}

main .main-news {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

main .main-news .news-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-news .news-container .details-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}

main .main-news .news-container .details-wrap .details-img {
  width: 3.2rem;
}

main .main-news .news-container .details-wrap .details-img img {
  width: 100%;
}

main .main-news .news-container .details-wrap .details-content {
  width: 8.3rem;
  margin-left: 0.4rem;
}

main .main-news .news-container .details-wrap .details-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  margin-bottom: 0.1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .main-news .news-container .details-wrap .details-content .issuing-time {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  color: #999999;
  margin-bottom: 0.23rem;
}

main .main-news .news-container .details-wrap .details-content .content {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  margin-bottom: 0.1rem;
}

main .main-news .news-container .details-wrap .details-content .see-details {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  color: #0075c2;
  cursor: pointer;
}

main .main-news .news-container .details-list {
  width: 100%;
  padding-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.45rem;
}

main .main-news .news-container .details-list .item {
  width: 6rem;
  height: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-right: 0.5rem;
  border-right: 1px solid #eaeaea;
}

main .main-news .news-container .details-list .item .item-img {
  width: 5px;
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-news .news-container .details-list .item .item-img img {
  width: 100%;
  height: 100%;
}

main .main-news .news-container .details-list .item .item-img .img-2 {
  display: none;
}

main .main-news .news-container .details-list .item .item-content {
  width: 5.3rem;
  margin-left: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .main-news .news-container .details-list .item .item-content .item-text {
  width: 70%;
  font-family: SourceHanSansCN-Light;
  color: #333333;
}

main .main-news .news-container .details-list .item .item-content .item-date {
  width: 30%;
  font-family: SourceHanSansCN-Light;
  color: #999999;
  text-align: right;
}

main .main-news .news-container .details-list .item:hover .item-img .img-1 {
  display: none;
}

main .main-news .news-container .details-list .item:hover .item-img .img-2 {
  display: inline-block;
}

main .main-news .news-container .details-list .item:hover .item-content .item-text {
  color: #0075c2;
  font-weight: bold;
}

main .main-news .news-container .details-list .item:hover .item-content .item-date {
  color: #0075c2;
}

main .main-news .news-container .details-list .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 0.5rem;
  border-right: 0;
}

@media (max-width: 1280px) {
  main .main-news .news-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-news .news-container .details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-news .news-container .details-wrap .details-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  main .main-news .news-container .details-wrap .details-content {
    width: 100%;
    margin-left: 0;
  }

  main .main-news .news-container .details-wrap .details-content .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
  }

  main .main-news .news-container .details-list .item {
    width: 50%;
    height: 40px;
  }

  main .main-news .news-container .details-list .item .item-content {
    width: 98%;
  }
}

@media (max-width: 900px) {
  main .main-news .news-container .details-list .item {
    width: 100%;
    padding: 0;
    border-right: 0;
  }

  main .main-news .news-container .details-list .item:nth-child(2n) {
    padding: 0;
  }
}

@media (max-width: 400px) {
  main .main-news .news-container .details-list .item .item-content {
    width: 95%;
  }
}

main .pag-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .pag-container .page-a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 6px;
}

main .pag-container .page-a img {
  width: 9px;
  height: 14px;
}

main .pag-container .page-a .img-2 {
  display: none;
}

main .pag-container .page-a:hover .img-1 {
  display: none;
}

main .pag-container .page-a:hover .img-2 {
  display: inline-block;
}

main .pag-container .page-b {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  font-family: ArialMT;
  color: #666666;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 6px;
}

main .pag-container .page-b:hover {
  background-color: #0075c2;
  color: #fff;
}

main .pag-container .page-c {
  width: 74px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  font-family: SourceHanSansCN-Normal;
  color: #666666;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 6px;
}

main .pag-container .page-c:hover {
  background-color: #0075c2;
  color: #fff;
}

@media (max-width: 500px) {
  main .pag-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main .pag-container .page-a {
    margin: 0 3px;
    margin-bottom: 12px;
  }

  main .pag-container .page-b {
    margin: 0 3px;
    margin-bottom: 12px;
  }

  main .pag-container .page-c {
    margin: 0 3px;
    margin-bottom: 12px;
  }
}

.main-trust-nav {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.main-trust-nav .trust-section {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-trust-nav .trust-section .item {
  width: 20%;
  padding: .25rem 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-trust-nav .trust-section .item .item-img {
  width: 100%;
  text-align: center;
  margin-bottom: 0.2rem;
}

.main-trust-nav .trust-section .item .item-img img {
  max-width: 100%;
}

.main-trust-nav .trust-section .item .item-img .img-2 {
  display: none;
}

.main-trust-nav .trust-section .item .item-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  color: #333333;
}

.main-trust-nav .trust-section .item:hover {
  border-bottom: 2px solid #0075c2;
}

.main-trust-nav .trust-section .item:hover .item-img .img-1 {
  display: none;
}

.main-trust-nav .trust-section .item:hover .item-img .img-2 {
  display: inline-block;
}

.main-trust-nav .trust-section .item:hover .item-text {
  color: #0075c2;
}

.main-trust-nav .trust-section .item.active {
  border-bottom: 2px solid #0075c2;
}

.main-trust-nav .trust-section .item.active .item-img .img-1 {
  display: none;
}

.main-trust-nav .trust-section .item.active .item-img .img-2 {
  display: inline-block;
}

.main-trust-nav .trust-section .item.active .item-text {
  color: #0075c2;
}

@media (max-width: 900px) {
  .main-trust-nav .trust-section {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .main-trust-nav .trust-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-trust-nav .trust-section .item {
    width: 33.3%;
  }
}

main {
  width: 100%;
}

main .main-nav-b {
  width: 100%;
  background-color: #fff;
  height: 0.8rem;
}

main .main-nav-b .nav-container {
  width: 12rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-nav-b .nav-container .item {
  padding: 0 .35rem;
  font-family: SourceHanSansSC-Regular;
  color: #333333;
  height: 100%;
  line-height: 0.8rem;
  cursor: pointer;
}

main .main-nav-b .nav-container .item:hover {
  color: #0075c2;
  font-weight: bold;
}

main .main-nav-b .nav-container .item.active {
  color: #0075c2;
  font-weight: bold;
}

@media (max-width: 1400px) {
  main .main-nav-b {
    height: auto;
  }

  main .main-nav-b .nav-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-nav-b .nav-container .item {
    height: 0.8rem;
  }
}

main .main-applications {
  width: 100%;
  background-color: #fafafa;
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

main .main-applications .applications-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-applications .applications-container .wrap {
  width: calc(100% + .3rem);
  font-size: 0;
}

main .main-applications .applications-container .wrap .item {
  width: 3.8rem;
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .main-applications .applications-container .wrap .item .item-img {
  width: 100%;
  height: 2.85rem;
  position: relative;
  overflow: hidden;
}

main .main-applications .applications-container .wrap .item .item-img img {
  width: 100%;
  height: 100%;
}

main .main-applications .applications-container .wrap .item .item-img .item-logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: auto;
  transform: translate(-50%,-50%);
}

main .main-applications .applications-container .wrap .item .item-img .item-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: rgba(22, 18, 0, 0.1);
}

main .main-applications .applications-container .wrap .item .item-content {
  width: 100%;
  height: 1.6rem;
  background-color: #fff;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-applications .applications-container .wrap .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}

main .main-applications .applications-container .wrap .item .item-content .see-details {
  margin: 0 auto;
  width: 1.5rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #0075c2;
  font-family: SourceHanSansSC-Regular;
  color: #0075c2;
  cursor: pointer;
}

main .main-applications .applications-container .wrap .item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(22, 18, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(22, 18, 0, 0.1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

main .main-applications .applications-container .wrap .item:hover .item-img .item-mask {
  top: 0%;
}

main .main-applications .applications-container .wrap .item:hover .item-content .see-details {
  color: #fff;
  background-color: #0075c2;
}

@media (max-width: 900px) {
  main .main-applications .applications-container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }

  main .main-applications .applications-container .wrap {
    width: 103%;
  }

  main .main-applications .applications-container .wrap .item {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 31%;
  }

  main .main-applications .applications-container .wrap .item .item-img {
    height: auto;
  }
}

@media (max-width: 600px) {
  main .main-applications .applications-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-applications .applications-container .wrap {
    width: 102%;
  }

  main .main-applications .applications-container .wrap .item {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 48%;
  }

  main .main-applications .applications-container .wrap .item .item-img {
    height: auto;
  }
}

@media (max-width: 380px) {
  main .main-applications .applications-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-applications .applications-container .wrap {
    width: 100%;
  }

  main .main-applications .applications-container .wrap .item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  main .main-applications .applications-container .wrap .item .item-img {
    height: auto;
  }
}

main .main-applications-details {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 1rem;
}

main .main-applications-details .details-container {
  width: 100%;
  background-color: #fafafa;
}

main .main-applications-details .details-container .details-wrap {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

main .main-applications-details .details-container .details-wrap .details-img {
  width: 3.12rem;
  height: 1.82rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-applications-details .details-container .details-wrap .details-img img {
  max-width: 100%;
  max-height: 100%;
}

main .main-applications-details .details-container .details-wrap .details-content {
  width: 7.75rem;
}

main .main-applications-details .details-container .details-wrap .details-content .content-title {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  color: #333333;
  margin-bottom: 0.23rem;
}

main .main-applications-details .details-container .details-wrap .details-content .content {
  width: 100%;
}

main .main-applications-details .details-container .details-wrap .details-content .content p {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 1.875;
  color: #333333;
}

main .main-applications-details .applications-details-container {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.6rem;
}

main .main-applications-details .applications-details-container .container-title {
  width: 100%;
  font-family: SourceHanSansSC-Regular;
  color: #0075c2;
  text-align: center;
  margin-bottom: 0.5rem;
}

main .main-applications-details .applications-details-container .show-wrap {
  width: 100%;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #eaeaea;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.6rem;
  max-width: 500px;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .l-swiper {
  width: 100%;
  margin-bottom: 0.3rem;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .l-swiper .swiper-slide {
  width: 100%;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .l-swiper .swiper-slide img {
  width: 100%;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .l-swiper .swiper-button-prev {
  /*width: .8rem;*/
  /*height: .8rem;*/
  width: .5rem;
  height: .5rem;
  background-color: #0075c2;
  background-image: url(../images/70.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .22rem .36rem;
  border-radius: 50%;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .l-swiper .swiper-button-next {
  /*width: .8rem;
  height: .8rem;*/
  width: .5rem;
  height: .5rem;
  background-color: #0075c2;
  background-image: url(../images/71.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .22rem .36rem;
  border-radius: 50%;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .s-swiper {
  width: 100%;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .s-swiper .swiper-slide {
  /*width: 1.8rem;*/
  width: 19%;
  /*margin-right: 0.24rem;*/
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .s-swiper .swiper-slide img {
  width: 100%;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .s-swiper .swiper-slide:hover {
  border: solid 0.06rem #0075c2;
}

main .main-applications-details .applications-details-container .show-wrap .show-swiper .s-swiper .swiper-slide.active {
  border: solid 0.04rem #0075c2;
}

main .main-applications-details .applications-details-container .show-wrap .show-content {
  width: 100%;
}

main .main-applications-details .applications-details-container .show-wrap .show-content p {
  font-family: SourceHanSansSC-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-applications-details .applications-details-container .return-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.4rem;
}

main .main-applications-details .applications-details-container .return-link .link {
  width: 150px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  line-height: 40px;
  text-align: center;
  font-family: SourceHanSansSC-Light;
  color: #333333;
  cursor: pointer;
}

main .main-applications-details .applications-details-container .return-link .link:hover {
  color: #fff;
  background-color: #0075c2;
}

main .main-applications-details .applications-details-container .return-link .link-img {
  width: 40px;
  margin: 0 .2rem;
  cursor: pointer;
}

main .main-applications-details .applications-details-container .return-link .link-img img {
  width: 100%;
}

@media (max-width: 900px) {
  main .main-applications-details .details-container .details-wrap {
    width: 100%;
    padding: .6rem 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-applications-details .details-container .details-wrap .details-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  main .main-applications-details .details-container .details-wrap .details-content {
    width: 100%;
    margin: 0 auto;
  }

  main .main-applications-details .applications-details-container {
    width: 100%;
    padding: 0 10px;
    padding-top: 0.6rem;
    /*max-width: 500px;*/
  }

  main .main-applications-details .applications-details-container .show-wrap .show-swiper .s-swiper .swiper-slide {
    width: 25%;
    margin-right: 2%;
  }
}

@media (max-width: 400px) {
  main .main-applications-details .applications-details-container .return-link .link {
    width: 100px;
    height: 27px;
    line-height: 27px;
  }

  main .main-applications-details .applications-details-container .return-link .link-img {
    width: 27px;
  }
}

.banner-b {
  width: 100%;
}

.banner-b .banner-swiper {
  width: 100%;
}

.banner-b .banner-swiper .swiper-slide {
  width: 100%;
  height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: SourceHanSansSC-Regular;
  color: #ffffff;
  line-height: 4rem;
  text-align: center;
}

.banner-b .banner-swiper .prev-next {
  width: 12rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-b .banner-swiper .prev-next .swiper-button-prev {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  position: static;
  margin-top: 0;
  background-image: url(../images/79.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .13rem .23rem;
  opacity: 1;
}

.banner-b .banner-swiper .prev-next .swiper-button-prev:hover {
  background-color: rgba(0, 105, 52, 0.5);
}

.banner-b .banner-swiper .prev-next .swiper-button-next {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  position: static;
  margin-top: 0;
  background-image: url(../images/80.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .13rem .23rem;
  opacity: 1;
}

.banner-b .banner-swiper .prev-next .swiper-button-next:hover {
  background-color: rgba(0, 105, 52, 0.5);
}

@media (max-width: 900px) {
  .banner-b .banner-swiper .prev-next {
    width: 100%;
    padding: 0 10px;
  }
}

main .main-dk-color {
  width: 100%;
}

main .main-dk-color .dk-color-container {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  padding-top: 1.55rem;
  padding-bottom: 1rem;
}

main .main-dk-color .dk-color-container .chromatography-wrap {
  position: absolute;
  top: -.95rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 9.9rem;
  height: 2.4rem;
  background-color: #fff;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-dk-color .dk-color-container .chromatography-wrap .item {
  width: 1.5rem;
  height: 1.5rem;
  font-family: SourceHanSansCN-Light;
  color: #ffffff;
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-dk-color .dk-color-container .color-a {
  width: 100%;
  border-bottom: 1px solid #e5f0ea;
  padding-bottom: 0.33rem;
}

main .main-dk-color .dk-color-container .color-a .container-title {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  color: #333333;
  text-align: center;
  margin-bottom: 0.3rem;
}

main .main-dk-color .dk-color-container .color-a .precautions {
  width: 100%;
  text-align: center;
  margin-bottom: 0.43rem;
}

main .main-dk-color .dk-color-container .color-a .precautions .precautions-text {
  width: auto;
  padding: 0 .95rem;
  display: inline-block;
  height: .7rem;
  line-height: .7rem;
  border: solid 2px #0075c2;
  font-family: SourceHanSerifSC-Light;
  color: #0075c2;
  text-align: center;
}

main .main-dk-color .dk-color-container .color-a .content {
  width: 100%;
}

main .main-dk-color .dk-color-container .color-a .content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-dk-color .dk-color-container .color-b {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5f0ea;
}

main .main-dk-color .dk-color-container .color-b .item-a {
  width: 100%;
  margin-bottom: 0.6rem;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-img {
  width: 5.7rem;
  height: 3.25rem;
  float: right;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-img img {
  width: 100%;
  height: 100%;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content {
  width: 5.7rem;
  height: 3.25rem;
  float: left;
  background-color: #22a2eb;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.6rem;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content {
  width: 100%;
  height: 2rem;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #ffffff;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content .mCSB_scrollTools {
  opacity: 1;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #22a2eb;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ec7028;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
main .main-dk-color .dk-color-container .color-b .item-a .item-content .content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-a .item-content .content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-b {
  width: 100%;
  background-color: #22a2eb;
  padding: .5rem;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-img {
  width: 5.2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  background-color: #ffffff;
  float: left;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-img img {
  max-width: 100%;
  max-height: 100%;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content {
  float: right;
  width: 5.2rem;
  padding-top: 0.25rem;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content {
  width: 100%;
  height: 2rem;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #ffffff;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content .mCSB_scrollTools {
  opacity: 1;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #22a2eb;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ec7028;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
main .main-dk-color .dk-color-container .color-b .item-b .item-content .content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-b .item-b .item-content .content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-dk-color .dk-color-container .color-d {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5f0ea;
}

main .main-dk-color .dk-color-container .color-d .color-blending-system {
  width: 100%;
  padding: .7rem .3rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .main-dk-color .dk-color-container .color-d .color-blending-system .system-a {
  width: 100%;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #0075c2;
  margin-bottom: 0.22rem;
}

main .main-dk-color .dk-color-container .color-d .color-blending-system .system-b {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.5;
  color: #0075c2;
  margin-bottom: 0.24rem;
}

main .main-dk-color .dk-color-container .color-d .color-blending-system .system-c {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  color: #0075c2;
  margin-bottom: 0.4rem;
}

main .main-dk-color .dk-color-container .color-d .color-blending-system .system-d {
  width: 100%;
  font-family: ArialMT;
  color: #b1d3be;
}

main .main-dk-color .dk-color-container .color-d .color-blending-system .system-e {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 2.25;
  color: #666666;
}

main .main-dk-color .dk-color-container .color-c {
  width: 100%;
  padding-top: 0.6rem;
}

main .main-dk-color .dk-color-container .color-c .select-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}

main .main-dk-color .dk-color-container .color-c .select-wrap .item {
  width: 2.3rem;
}

main .main-dk-color .dk-color-container .color-c .select-wrap .item .item-color {
  width: 100%;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0.2rem;
}

main .main-dk-color .dk-color-container .color-c .select-wrap .item .item-color img {
  width: .52rem;
  height: .52rem;
  display: none;
}

main .main-dk-color .dk-color-container .color-c .select-wrap .item.active img {
  display: inline-block;
}

main .main-dk-color .dk-color-container .color-c .select-wrap .item .item-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  color: #666666;
}

main .main-dk-color .dk-color-container .color-c .color-wrap {
  width: 100%;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap {
  width: 100%;
  padding: .5rem;
  background-color: #fafafa;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .color-perception {
  width: 100%;
  padding-bottom: 0.53rem;
  border-bottom: 1px solid #ccc;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .color-perception .title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  color: #333333;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .color-perception .text {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ccc;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  color: #333333;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box {
  width: 100%;
  overflow: hidden;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box .box {
  font-size: 0;
  width: calc(100% + .33rem);
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box .box .pic {
  display: inline-block;
  margin-right: 0.33rem;
  width: 2.5rem;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box .box .pic img {
  width: 100%;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box .box .pic span {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #333333;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors {
  width: 100%;
  padding-top: 0.6rem;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  color: #333333;
  margin-bottom: 0.3rem;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box {
  width: 100%;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box {
  font-size: 0;
  width: calc(100% + .04rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box .project {
  width: 1.8rem;
  height: 1rem;
  margin-right: 0.04rem;
  font-family: SourceHanSansCN-Light;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: .09rem;
  margin-bottom: 0.02rem;
}

@media (max-width: 900px) {
  main .main-dk-color {
    padding: 0 10px;
  }

  main .main-dk-color .dk-color-container {
    width: 100%;
    padding-top: 10px;
  }

  main .main-dk-color .dk-color-container .chromatography-wrap {
    position: static;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    margin: 0 auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  main .main-dk-color .dk-color-container .chromatography-wrap .item {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.8rem;
  }

  main .main-dk-color .dk-color-container .color-b .item-a .item-img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  main .main-dk-color .dk-color-container .color-b .item-a .item-content {
    float: none;
    width: 100%;
    height: auto;
  }

  main .main-dk-color .dk-color-container .color-b .item-a .item-content .content {
    height: auto;
  }

  main .main-dk-color .dk-color-container .color-b .item-b .item-img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  main .main-dk-color .dk-color-container .color-b .item-b .item-content {
    float: none;
    width: 100%;
    height: auto;
  }

  main .main-dk-color .dk-color-container .color-b .item-b .item-content .content {
    height: auto;
  }

  main .main-dk-color .dk-color-container .color-c .select-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main .main-dk-color .dk-color-container .color-c .select-wrap .item {
    margin-bottom: 0.12rem;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box .box {
    width: 102%;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .application-scenario .pic-box .box .pic {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box {
    width: 101%;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box .project {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 80px;
  }
}

@media (max-width: 610px) {
  main .main-dk-color .dk-color-container .chromatography-wrap {
    width: 100%;
    max-width: 500px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  main .main-dk-color .dk-color-container .chromatography-wrap .item {
    width: 130px;
    height: 130px;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 600px) {
  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box {
    width: 101%;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box .project {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 80px;
  }
}

@media (max-width: 420px) {
  main .main-dk-color .dk-color-container .chromatography-wrap .item {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 350px) {
  main .main-dk-color .dk-color-container .chromatography-wrap .item {
    width: 90px;
    height: 90px;
  }

  main .main-dk-color .dk-color-container .color-c .select-wrap .item {
    width: 100%;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box {
    width: 100%;
  }

  main .main-dk-color .dk-color-container .color-c .color-wrap .item-wrap .more-colors .more-colors-box .box .project {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1%;
    height: 80px;
  }
}

main .main-product-details {
  width: 100%;
  background-color: #fafafa;
  padding-top: 0.6rem;
  padding-bottom: 1.05rem;
}

main .main-product-details .product-details-container {
  width: 12rem;
  margin: 0 auto;
  background-color: #ffffff;
  padding: .6rem;
}

main .main-product-details .product-details-container .details-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

main .main-product-details .product-details-container .details-wrap .details-img {
  width: 4.2rem;
}

main .main-product-details .product-details-container .details-wrap .details-img img {
  width: 100%;
}

main .main-product-details .product-details-container .details-wrap .details-content {
  width: 5.9rem;
}

main .main-product-details .product-details-container .details-wrap .details-content .content-title {
  width: 100%;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #0075c2;
  margin-bottom: 0.12rem;
}

main .main-product-details .product-details-container .details-wrap .details-content .content-text {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 0.2rem;
}

main .main-product-details .product-details-container .details-wrap .details-content .content {
  width: 100%;
  height: 1.8rem;
}

main .main-product-details .product-details-container .details-wrap .details-content .content p {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 2.25;
  color: #666666;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-product-details .product-details-container .details-wrap .details-content .content .mCSB_scrollTools {
  opacity: 1;
}

main .main-product-details .product-details-container .details-wrap .details-content .content .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-product-details .product-details-container .details-wrap .details-content .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ec7028;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-product-details .product-details-container .details-wrap .details-content .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
main .main-product-details .product-details-container .details-wrap .details-content .content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-product-details .product-details-container .details-wrap .details-content .content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-product-details .product-details-container .product-details-wrap {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .item-wrap {
  width: 100%;
  background-color: #fafafa;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-bottom: 0.2rem;
}

main .main-product-details .product-details-container .product-details-wrap .title {
  width: 100%;
  font-family: SourceHanSansSC-Medium;
  color: #333333;
  margin-bottom: 0.6rem;
  position: relative;
  font-weight: bold;
}
/* 
main .main-product-details .product-details-container .product-details-wrap .title:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 45%;
  background-image: url(../images/89-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 9px;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .title:after {
  background-image: url(../images/89.png);
} */

main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap {
  width: 100%;
  overflow: hidden;
}

main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content {
  font-size: 0;
  width: calc(100% + .45rem);
}

main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item {
  width: 2.05rem;
  margin-right: 0.45rem;
  display: inline-block;
  margin-bottom: 0.4rem;
  vertical-align: top;
}

main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item .item-img {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: .1rem;
  margin-bottom: 0.2rem;
}

main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item .item-img img {
  width: 100%;
  height: 100%;
  border-radius: .1rem;
}

main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item .item-text {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 1.6;
  color: #666666;
  text-align: center;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions .project {
  width: 4.8rem;
  padding: .2rem 0;
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions .project:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #0075c2;
  margin-right: 0.2rem;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions .project span {
  width: 4.5rem;
  line-height: 1.3;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic {
  width: 100%;
  overflow: hidden;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box {
  font-size: 0;
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box .pic {
  width: 16.6%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box .pic .pic-img {
  width: 1.35rem;
  margin-bottom: 0.18rem;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box .pic .pic-img img {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box .pic .pic-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.4;
  color: #333333;
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap {
  width: 100%;
  /* overflow: hidden; */
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box {
  font-size: 0;
  width: calc(100% + .4rem);
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications {
  width: 2.2rem;
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications .applications-img {
  width: 100%;
  margin-bottom: 0.14rem;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications .applications-img img {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications .applications-img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications .applications-text {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 1.6;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications .applications-text:hover {
  color: #0075c2;
  font-weight: bold;
}

main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications .applications-text:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #0075c2;
  margin-right: 0.2rem;
}

main .main-product-details .product-details-container .product-details-wrap .wrap {
  width: 100%;
  padding-bottom: 0.5rem;
}

main .main-product-details .product-details-container .product-details-wrap .wrap .wrap-img {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .wrap .wrap-img img {
  max-width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .wrap .wrap-content {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .wrap .wrap-content p {
  font-family: SourceHanSansSC-Light;
  line-height: 1.875;
  color: #666666;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-product-details .product-details-container .product-details-wrap .grassroots-quality .wrap {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .grassroots-quality .wrap .wrap-content {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .grassroots-quality .wrap .wrap-content p {
  font-family: SourceHanSansSC-Light;
  line-height: 1.875;
  color: #666666;
}

@media (max-width: 900px) {
  main .main-product-details {
    width: 100%;
    padding: 0 10px;
    padding-top: 0.6rem;
    padding-bottom: 1.05rem;
  }

  main .main-product-details .product-details-container {
    width: 100%;
  }

  main .main-product-details .product-details-container .details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-product-details .product-details-container .details-wrap .details-img {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 30px;
  }

  main .main-product-details .product-details-container .details-wrap .details-img img {
    max-width: 100%;
    width: auto;
  }

  main .main-product-details .product-details-container .details-wrap .details-content {
    width: 100%;
  }

  main .main-product-details .product-details-container .details-wrap .details-content .content {
    height: auto;
  }

  main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content {
    width: 102%;
  }

  main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item {
    width: 23%;
    margin-right: 2%;
  }

  main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions .project {
    width: 48%;
  }

  main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box {
    width: 100%;
  }

  main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box .pic {
    width: 33.3%;
  }

  main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box {
    width: 103%;
  }

  main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications {
    width: 31%;
    margin-right: 2%;
  }
}

@media (max-width: 600px) {
  main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content {
    width: 103%;
  }

  main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item {
    width: 31%;
    margin-right: 2%;
  }

  main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions .project {
    width: 100%;
  }

  main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box {
    width: 102%;
  }

  main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications {
    width: 48%;
    margin-right: 2%;
  }
}

@media (max-width: 500px) {
  main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box {
    width: 100%;
  }

  main .main-product-details .product-details-container .product-details-wrap .recommended-occasions .wrap .precautions-pic .pic-box .pic {
    width: 50%;
  }
}

@media (max-width: 400px) {
  main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content {
    width: 102%;
  }

  main .main-product-details .product-details-container .product-details-wrap .features-wrap .wrap .wrap-content .item {
    width: 48%;
    margin-right: 2%;
  }

  main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box {
    width: 100%;
  }

  main .main-product-details .product-details-container .product-details-wrap .dk-applications .wrap .applications-box .applications {
    width: 100%;
    margin-right: 0;
  }
}

main .main-product-list {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}

main .main-product-list .product-list-container {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}

main .main-product-list .product-list-container .product-list-wrap {
  font-size: 0;
  width: calc(100% + .3rem);
  margin-bottom: 0.2rem;
}

main .main-product-list .product-list-container .product-list-wrap .item {
  width:47%;
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  vertical-align: top;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
display: block;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-img .item-logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

main .main-product-list .product-list-container .product-list-wrap .item .item-content {
  width: 100%;
  height: 2.05rem;
  background-color: #fff;
  padding: 0 .1rem;
  padding-top: 0.4rem;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-content .content-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Regular;
  line-height: 1.25;
  color: #0075c2;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-content .content-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Light;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 0.24rem;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-content .see-details {
  width: 1.8rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  border: solid 1px #0075c2;
  margin: 0 auto;
  font-family: SourceHanSansSC-Light;
  color: #0075c2;
  display: block;
  cursor: pointer;
}

main .main-product-list .product-list-container .product-list-wrap .item .item-content .see-details:hover {
  background-color: #0075c2;
  color: #fff;
}

main .main-product-list .product-list-container .product-list-wrap .item:hover {
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(22, 18, 0, 0.1);
  box-shadow: 0 0 0.3rem 0 rgba(22, 18, 0, 0.1);
}

main .main-product-list .product-list-container .product-list-wrap .item:hover .item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  main .main-product-list .product-list-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-product-list .product-list-container .product-list-wrap {
    width: 103%;
  }

  main .main-product-list .product-list-container .product-list-wrap .item {
    width: 31%;
    margin-right: 2%;
  }

  main .main-product-list .product-list-container .product-list-wrap .item .item-content {
    height: auto;
    padding-bottom: 0.4rem;
  }
}

@media (max-width: 700px) {
  main .main-product-list .product-list-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-product-list .product-list-container .product-list-wrap {
    width: 102%;
  }

  main .main-product-list .product-list-container .product-list-wrap .item {
    width: 48%;
    margin-right: 2%;
  }
}

@media (max-width: 400px) {
  main .main-product-list .product-list-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-product-list .product-list-container .product-list-wrap {
    width: 100%;
  }

  main .main-product-list .product-list-container .product-list-wrap .item {
    width: 100%;
    margin-right: 0;
  }
}

main .main-company-profile {
  width: 100%;
}

main .main-company-profile .profile-a {
  width: 100%;
  background-color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

main .main-company-profile .profile-a .profile-container {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-company-profile .profile-a .profile-container .profile-img {
  width: 5.7rem;
}

main .main-company-profile .profile-a .profile-container .profile-img img {
  width: 100%;
}

main .main-company-profile .profile-a .profile-container .profile-wrap {
  width: 5.75rem;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-title {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  color: #0075c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-title span {
  display: inline-block;
  padding: 0 .16rem;
  margin-left: 0.05rem;
  position: relative;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-title span em {
  width: 100%;
  font-family: SourceHanSerifSC-Light;
  color: #333333;
  position: relative;
  z-index: 1;
  display: inline-block;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-title span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: .16rem;
  background-color: #c5edd9;
  position: absolute;
  bottom: 0;
  left: 0;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content {
  width: 100%;
  height: 1.75rem;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 2.14;
  color: #666666;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content .mCSB_scrollTools {
  opacity: 1;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ec7028;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-b {
  width: 100%;
  height: 2.4rem;
  background-color: #f5f5f5;
}

main .main-company-profile .profile-b .profile-container {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

main .main-company-profile .profile-b .profile-container .item {
  width: 33.3%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .main-company-profile .profile-b .profile-container .item .item-radius {
  width: 1rem;
  height: 1rem;
  background-color: #22a2eb;
  border-radius: .1rem;
  margin: 0 auto;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

main .main-company-profile .profile-b .profile-container .item .item-radius span {
  font-family: SourceHanSansCN-Light;
  color: #fefefe;
}

main .main-company-profile .profile-b .profile-container .item .item-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  line-height: 1.6;
  color: #22a2eb;
}

main .main-company-profile .profile-c {
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
}

main .main-company-profile .profile-c .profile-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-company-profile .profile-c .profile-container .expression {
  width: 100%;
  padding-bottom: 0.6rem;
}

main .main-company-profile .profile-c .profile-container .expression .expression-img {
  float: right;
  width: 5.75rem;
  height: 3.8rem;
}

main .main-company-profile .profile-c .profile-container .expression .expression-img img {
  width: 100%;
  height: 100%;
}

main .main-company-profile .profile-c .profile-container .expression .expression-content {
  width: 5.75rem;
  float: left;
}

main .main-company-profile .profile-c .profile-container .expression .expression-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.22rem;
}

main .main-company-profile .profile-c .profile-container .expression .expression-content .content {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /*margin-bottom: 0.37rem;*/
}

main .main-company-profile .profile-c .profile-container .expression .expression-content .content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
  text-align: justify;
}

main .main-company-profile .profile-c .profile-container .expression .expression-content .directions {
  width: 5.7rem;
  height: 0.95rem;
  border: solid 2px #0075c2;
  font-family: SourceHanSerifSC-Regular;
  line-height: 1.75;
  color: #0075c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .main-company-profile .profile-c .profile-container .explanation {
  width: 100%;
  border-top: solid 1px #e5f0ea;
  padding-top: 0.6rem;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-title {
  width: 100%;
  padding: .25rem .3rem;
  background-color: #c5edd9;
  border-radius: 0.05rem;
  position: relative;
  font-family: SourceHanSansCN-Light;
  color: #333333;
  margin-bottom: 0.4rem;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-title:after {
  content: '';
  display: inline-block;
  width: .21rem;
  height: .12rem;
  background-image: url(../images/123.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -.08rem;
  left: .5rem;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item {
  width: 5.7rem;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item .item-img {
  width: 100%;
  margin-bottom: 0.2rem;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item .item-img img {
  width: 100%;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item .item-text {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item .item-text p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-company-profile .profile-applications {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1rem 0;
}

main .main-company-profile .profile-applications .applications-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-company-profile .profile-applications .applications-container .applications-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-img {
  width: 5.72rem;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-img img {
  width: 100%;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content {
  width: 5.72rem;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.22rem;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content {
  width: 100%;
  height: 3rem;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content .mCSB_scrollTools {
  opacity: 1;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #f5f5f5;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ec7028;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ec7028;
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}

main .main-company-profile .profile-applications .applications-container .applications-case {
  width: 100%;
}

main .main-company-profile .profile-applications .applications-container .applications-case .case-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.5;
  color: #0075c2;
  text-align: center;
}

main .main-company-profile .profile-applications .applications-container .applications-case .case-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 0.32rem;
}

main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap .case {
  /* width: 2.5rem; */
  width: 3.5rem;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  padding: 0 15px;
}

main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap .case p {
  /* width: 2.5rem; */
  width: 3.5rem;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-company-profile .colorful-system {
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
}

main .main-company-profile .colorful-system .colorful-system-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-company-profile .colorful-system .colorful-system-container .title-box {
  width: 100%;
  margin-bottom: 0.45rem;
}

main .main-company-profile .colorful-system .colorful-system-container .title-box .title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.12rem;
}

main .main-company-profile .colorful-system .colorful-system-container .title-box .title-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.5;
  color: #333333;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap {
  width: 100%;
  margin-bottom: 0.5rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-img {
  float: right;
  width: 5.76rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-img img {
  width: 100%;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content {
  width: 5.72rem;
  float: left;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project {
  width: 100%;
  min-height: 2.15rem;
  background-color: #22a2eb;
  padding: .25rem;
  margin-bottom: 0.1rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  font-size: .24rem;
  margin-bottom: 0.1rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section .section {
  width: 2.3rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section .section .section-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 2;
  color: #ffffff;
  font-size: .18rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section .section .section-title:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin-right: 0.2rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section .section .section-text {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #ffffff;
  font-size: .16rem;
}

main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section .section .section-text p {
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #ffffff;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

main .main-company-profile .colorful-system .colorful-system-container .color-blending-system {
  width: 100%;
  padding: .7rem .3rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .main-company-profile .colorful-system .colorful-system-container .color-blending-system .system-a {
  width: 100%;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #0075c2;
  margin-bottom: 0.22rem;
}

main .main-company-profile .colorful-system .colorful-system-container .color-blending-system .system-b {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  line-height: 1.5;
  color: #0075c2;
  margin-bottom: 0.24rem;
}

main .main-company-profile .colorful-system .colorful-system-container .color-blending-system .system-c {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  color: #0075c2;
  margin-bottom: 0.4rem;
}

main .main-company-profile .colorful-system .colorful-system-container .color-blending-system .system-d {
  width: 100%;
  font-family: ArialMT;
  color: #b1d3be;
}

main .main-company-profile .colorful-system .colorful-system-container .color-blending-system .system-e {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 2.25;
  color: #666666;
}

main .main-company-profile .our-vision {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1rem 0;
}

main .main-company-profile .our-vision .our-vision-container {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-company-profile .our-vision .our-vision-container .vision-img {
  width: 5.72rem;
}

main .main-company-profile .our-vision .our-vision-container .vision-img img {
  width: 100%;
}

main .main-company-profile .our-vision .our-vision-container .vision-content {
  width: 5.75rem;
}

main .main-company-profile .our-vision .our-vision-container .vision-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  color: #0075c2;
  margin-bottom: 0.2rem;
}

main .main-company-profile .our-vision .our-vision-container .vision-content .content {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  margin-bottom: 0.35rem;
}

main .main-company-profile .our-vision .our-vision-container .vision-content .content p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
  margin-bottom: 0.35rem;
}

main .main-company-profile .our-vision .our-vision-container .vision-content .content-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-company-profile .our-vision .our-vision-container .vision-content .content-img img {
  width: 2.8rem;
}

@media (max-width: 1200px) {
  main .main-company-profile .profile-a .profile-container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-company-profile .profile-a .profile-container .profile-img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
  }

  main .main-company-profile .profile-a .profile-container .profile-wrap {
    width: 100%;
  }

  main .main-company-profile .profile-a .profile-container .profile-wrap .wrap-content {
    height: auto;
  }

  main .main-company-profile .profile-b .profile-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-company-profile .profile-c .profile-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-company-profile .profile-c .profile-container .expression .expression-img {
    float: none;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  main .main-company-profile .profile-c .profile-container .expression .expression-content {
    float: none;
    width: 100%;
  }

  main .main-company-profile .profile-c .profile-container .expression .expression-content .directions {
    width: 100%;
    padding: 5px 10px;
    height: auto;
  }

  main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item {
    width: 49%;
  }

  main .main-company-profile .profile-applications .applications-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-company-profile .profile-applications .applications-container .applications-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-company-profile .profile-applications .applications-container .applications-details .details-img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  main .main-company-profile .profile-applications .applications-container .applications-details .details-content {
    width: 100%;
  }

  main .main-company-profile .profile-applications .applications-container .applications-details .details-content .content {
    height: auto;
  }

  main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap .case {
    width: 23%;
  }

  main .main-company-profile .colorful-system .colorful-system-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-img {
    float: none;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project {
    width: 49%;
  }

  main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project .project-section .section {
    width: 48%;
  }
}


@media (min-width: 1300px) {
  main .main-applications .applications-container .wrap .item .item-img .item-logo {
  width: 2rem;
  }
}
@media (max-width: 600px) {
  main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  main .main-company-profile .colorful-system .colorful-system-container .colorful-system-wrap .wrap-content .project {
    width: 100%;
  }

  main .main-company-profile .our-vision .our-vision-container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-company-profile .our-vision .our-vision-container .vision-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  main .main-company-profile .our-vision .our-vision-container .vision-content {
    width: 100%;
  }

  main .main-company-profile .our-vision .our-vision-container .vision-content .content-img img {
    width: 49%;
  }
}

@media (max-width: 500px) {
  main .main-company-profile .profile-b {
    height: auto;
  }

  main .main-company-profile .profile-b .profile-container .item {
    height: 2.4rem;
  }

  main .main-company-profile .profile-b .profile-container .item .item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    height: .85rem;
  }

  main .main-company-profile .profile-c .profile-container .explanation .explanation-wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }

  main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap .case {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main .main-company-profile .profile-applications .applications-container .applications-case .case-wrap .case {
    width: 100%;
    margin-bottom: 30px;
  }
}

main .main-disadvantages-advantages {
  width: 100%;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared {
  width: 100%;
  background-color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared {
  width: 5.8rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0.03rem 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.03rem 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cccccc;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-bottom: 0.4rem;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared .compared-title {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: .6rem;
  line-height: .6rem;
  padding-left: 0.16rem;
  font-family: SourceHanSansCN-Light;
  color: #ffffff;
  font-size: .24rem;
  margin-bottom: 0.18rem;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared .item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared .item-content .item {
  width: 100%;
  padding: .15rem 0;
  font-family: SourceHanSansCN-Light;
  font-size: .16rem;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #eaeaea;
  cursor: pointer;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared .item-content .item:before {
  content: '';
  display: inline-block;
  background-image: url(../images/131.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5px;
  height: 7px;
  margin-right: 0.1rem;
}

main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared .item-content .item:hover {
  color: #0075c2;
  border-bottom: 1px dashed #0075c2;
  font-size: .2rem;
}

main .main-disadvantages-advantages .defect {
  width: 100%;
  background-color: #fafafa;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

main .main-disadvantages-advantages .defect .defect-container {
  width: 12rem;
  margin: 0 auto;
}

main .main-disadvantages-advantages .defect .defect-container .container-title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  color: #0075c2;
  text-align: center;
  margin-bottom: 0.65rem;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item {
  width: 5.8rem;
  height: 4.6rem;
  background-color: #ffffff;
  margin-bottom: 0.4rem;
  padding-top: 0.3rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-title {
  font-family: SourceHanSansCN-Normal;
  color: #0075c2;
  width: 100%;
  margin-bottom: 0.2rem;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-img {
  width: 5rem;
  height: 2.1rem;
  margin-bottom: 0.1rem;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-img img {
  width: 100%;
  height: 100%;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-text {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-text p {
  width: 100%;
  font-family: SourceHanSansCN-Light;
  line-height: 1.875;
  color: #666666;
}

main .main-disadvantages-advantages .advantage {
  width: 100%;
}

main .main-disadvantages-advantages .advantage .advantage-container {
  width: 12rem;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 0.8rem;
  padding-bottom: 0.96rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .container-title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  color: #0075c2;
  text-align: center;
  margin-bottom: 0.55rem;
  font-weight: bold;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap {
  width: 100%;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item {
  width: 100%;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e5f0ea;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-content {
  width: 5.8rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-content .title-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-content .title-box .title-num {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Arial-BoldMT;
  font-size: .3rem;
  font-weight: bold;
  color: #ffffff;
  width: .5rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-content .title-box .title {
  font-family: SourceHanSansSC-Regular;
  color: #0075c2;
  padding-top: 0.06rem;
  margin-left: 0.2rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-content .content p {
  font-family: SourceHanSansSC-Light;
  line-height: 1.875;
  color: #666666;
  font-size: calc(12px - .12rem + .16rem);
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-img img {
  width: 100%;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item:last-child {
  border-bottom: 0;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .one .item-img {
  width: 5.72rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .two .item-content {
  width: 100%;
  margin-bottom: 0.4rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .two .item-img {
  width: 100%;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.8rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .three .item-content {
  width: 4.18rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .three .item-img {
  width: 7.2rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .four {
  padding-top: 0.8rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .four .item-content {
  width: 4.18rem;
  float: right;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .four .item-img {
  width: 7.2rem;
  float: left;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .five {
  padding-top: 0.8rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .five .item-content {
  width: 100%;
  margin-bottom: 0.5rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .five .item-img {
  width: 100%;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .six {
  padding-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .six .item-content {
  width: 4.16rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .six .item-img {
  width: 7.2rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .seven {
  padding-top: 0.8rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .seven .item-content {
  float: right;
  width: 4.16rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .seven .item-img {
  float: left;
  width: 7.2rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .eight {
  padding-top: 0.8rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .eight .item-content {
  width: 100%;
  margin-bottom: 0.5rem;
}

main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .eight .item-img {
  width: 100%;
}
main .pag-container .disable{
  background-color: #0075c2;
  color: #fff;
}

@media (max-width: 1280px) {
  main .main-disadvantages-advantages .defect .defect-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item {
    height: 5.5rem;
  }
}

@media (max-width: 900px) {
  main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared {
    width: 49%;
  }

  main .main-disadvantages-advantages .defect .defect-container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap {
    display: block;
    width: 102%;
    font-size: 0;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item {
    width: 32%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-img {
    width: 100%;
    height: auto;
  }

  main .main-disadvantages-advantages .advantage {
    padding: 0 10px;
  }

  main .main-disadvantages-advantages .advantage .advantage-container {
    width: 100%;
  }

  main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item {
    display: block;
  }

  main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-content {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  main .main-disadvantages-advantages .advantage .advantage-container .advantage-wrap .item .item-img {
    float: none;
    width: 100%;
  }
}

@media (max-width: 800px) {
  main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container {
    width: 100%;
    padding: 0 10px;
  }

  main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared {
    width: 49%;
  }

  main .main-disadvantages-advantages .defect .defect-container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap {
    display: block;
    width: 102%;
    font-size: 0;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-bottom: 0.2rem;
  }

  main .main-disadvantages-advantages .defect .defect-container .defect-wrap .item .item-img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .main-disadvantages-advantages .disadvantages-advantages-compared .compared-container .compared {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media(max-width: 1920px) and (min-width: 551px) {
   #show-content-p{
    font-size: calc(12px + 4 * 100vw / 1920);
  }
}

/*# sourceMappingURL=style.css.map */