@font-face {
  font-family: 'AWCONQUERORDIDOT-LIGHT';
  src: url("../fonts/AWCONQUERORDIDOT-LIGHT.OTF");
}
@font-face {
  font-family: 'DINPro-Light';
  src: url("../fonts/DINPro-Light.otf");
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/DINPro-Regular_0.otf");
}
@font-face {
  font-family: 'NeutraTextLight';
  src: url("../fonts/NeutraTextLight.otf");
}
@font-face {
  font-family: 'DOMAINEDISP-BOLD';
  src: url("../fonts/DOMAINEDISP-BOLD.OTF");
}
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Light.otf");
}
@font-face {
  font-family: 'DIN-Medium';
  src: url("../fonts/DIN-Medium.otf");
}
@font-face {
  font-family: 'georgia';
  src: url("../fonts/georgia.ttf");
}
@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri.ttf");
}
@font-face {
  font-family: 'calibri-regular';
  src: url("../fonts/calibri regular.ttf");
}
@-webkit-keyframes animation-line {
  0% {
    stroke-dashoffset: 140px;
  }
  14.28571% {
    stroke-dashoffset: 0px;
  }
  21.42857% {
    stroke-dashoffset: 0px;
  }
  35.71429% {
    stroke-dashoffset: -140px;
  }
  to {
    stroke-dashoffset: -140px;
  }
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 140px;
  }
  14.28571% {
    stroke-dashoffset: 0px;
  }
  21.42857% {
    stroke-dashoffset: 0px;
  }
  35.71429% {
    stroke-dashoffset: -140px;
  }
  to {
    stroke-dashoffset: -140px;
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.dom_loaded .header .nav li .drop_nav {
  -webkit-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -moz-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -ms-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
}
.dom_loaded .fixed_search .bg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dom_loaded .fixed_search form {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.dom_loaded .header .ope .box .hide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper {
  width: 75vw;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

body {
  padding-top: 96px;
}

.fixed_search form {
  top: 96px;
}

.fixed_search.down form {
  top: 80px;
}

@media screen and (max-width: 1700px) {
  body {
    padding-top: 74px;
  }

  .fixed_search form {
    top: 74px;
  }

  .fixed_search.down form {
    top: 60px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    padding-top: 66px;
  }

  .fixed_search form {
    top: 66px;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 82px;
  }

  .fixed_search form {
    top: 82px;
  }
}
/*search*/
.fixed_search .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}
.fixed_search form {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 7;
  padding: 0 70px;
  opacity: 0;
  visibility: hidden;
}
.fixed_search form input {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.fixed_search form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-4.png");
  cursor: pointer;
  background-color: transparent;
}
.fixed_search form .close {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fixed_search form .close svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.fixed_search.active .bg, .fixed_search.active form {
  opacity: 1;
  visibility: visible;
}

/* header */
.header {
  width: 100%;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  display: block;
  height: 72px;
}
.header .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 6.5vw;
}
.header .nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
}
.header .nav li a.link {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  line-height: 96px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li a.link:before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
}
.header .nav li .drop_nav {
  text-align: center;
  background-color: #fff;
  padding: 3.5vw 0;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .header .nav li .drop_nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
    border-top: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.header .nav li .drop_nav a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px;
  width: 15vw;
  max-width: 280px;
}
.header .nav li .drop_nav a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.header .nav li .drop_nav a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header .nav li .drop_nav a:hover h3:after {
  opacity: 1;
}
.header .nav li .drop_nav .img_block {
  overflow: hidden;
}
.header .nav li .drop_nav img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li .drop_nav h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  z-index: 2;
}
.header .nav li .drop_nav h3:after {
  content: '';
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/page-next-on.png");
  margin: -2px 0 0 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li.drop a.link:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .header .nav li:last-of-type a:before {
    display: none;
  }
  .header .nav li.active a {
    color: #82308e;
  }
  .header .nav li:hover a.link {
    background-color: #82308e;
    color: #fff;
  }
  .header .nav li:hover a.link:before {
    background-color: #82308e;
  }
  .header .nav li:hover a.link:after {
    opacity: 1;
  }
  .header .nav li:hover .drop_nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
    -moz-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
    -ms-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  }
}
.header .ope {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.header .ope .box {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e6e6e6;
  position: relative;
}
.header .ope .box:first-of-type {
  border-left: none;
}
.header .ope .box a.cell_box {
  display: block;
  width: 96px;
  height: 96px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .ope .box i {
  width: 36px;
  height: 24px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.header .ope .box span {
  font-size: 12px;
  color: #333;
  display: block;
  margin-top: 5px;
}
.header .ope .box .hide {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
}
.header .ope .box .hide .box_c {
  background: #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header .ope .box .hide .box_c:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}
.header .ope .box.search i {
  background-image: url("../images/icon-1.png");
}
.header .ope .box.wechat i {
  background-image: url("../images/icon-2.png");
}
.header .ope .box.wechat .hide {
  text-align: center;
}
.header .ope .box.wechat .hide .box_c {
  padding: 10px;
}
.header .ope .box.wechat .hide img {
  width: 120px;
  display: block;
}
.header .ope .box.wechat .hide p {
  font-size: 12px;
  margin-top: 5px;
}
.header .ope .box.log i {
  background-image: url("../images/icon-3.png");
}
.header .ope .box:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header.down .nav li a.link {
  line-height: 80px;
}
.header.down .ope .box a.cell_box {
  width: 80px;
  height: 80px;
}

/* footer */
.footer {
  background-color: #2b2b2b;
}
.footer:before {
  content: '';
  display: block;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-1.jpg");
  background-size: 100% 4px;
}
.footer .top_block {
  padding: 6vw 0 3vw;
  border-bottom: 1px solid #404040;
  font-size: 0;
}
.footer .top_block:after {
  content: '';
  display: block;
  clear: both;
}
.footer .left_box {
  display: inline-block;
  vertical-align: top;
}
.footer .left_box .logo img {
  display: block;
}
.footer .left_box .ope {
  margin-top: 30px;
}
.footer .left_box .ope .link {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  position: relative;
}
.footer .left_box .ope .link .show {
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  padding: 0 20px;
  border: 1px solid #5e5e5e;
  border-radius: 20px;
  position: relative;
  background-color: #2b2b2b;
  cursor: pointer;
  z-index: 2;
}
.footer .left_box .ope .link .show:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}
.footer .left_box .ope .link .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #4d4d4d;
  padding-top: 32px;
  border-radius: 20px 20px 5px 5px;
  z-index: 1;
  display: none;
}
.footer .left_box .ope .link .hide a {
  display: block;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .left_box .ope .link .hide a:hover {
  background-color: #82308e;
}
.footer .left_box .ope .link:hover .hide {
  display: block;
}
.footer .left_box .ope .share {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.footer .left_box .ope .share a {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background-color: #4d4d4d;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 0 0 8px;
  padding: 0;
}
.footer .left_box .ope .share a:first-of-type {
  margin-left: 0;
}
.footer .left_box .ope .share a[data-cmd="weixin"] {
  background-image: url("../images/share-1.png");
}
.footer .left_box .ope .share a[data-cmd="tsina"] {
  background-image: url("../images/share-2.png");
}
.footer .left_box .ope .share a[data-cmd="sqq"] {
  background-image: url("../images/share-3.png");
}
.footer .center_box {
  float: right;
}
.footer .center_box .box {
  display: inline-block;
  vertical-align: top;
  margin-right: 6vw;
}
.footer .center_box .box h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .center_box .box h3 a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .center_box .box h3 a:hover {
  color: #82308e;
}
.footer .right_box {
  float: right;
  max-width: 150px;
}
.footer .right_box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.footer .right_box p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.footer .bot_block {
  padding: 2.5vw 0;
  overflow: hidden;
}
.footer .bot_block span, .footer .bot_block a {
  font-size: 14px;
  color: #808080;
}
.footer .bot_block span {
  float: left;
}
.footer .bot_block .link {
  float: right;
}
.footer .bot_block .link a {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .bot_block .link a:hover {
  color: #fff;
}
.footer .bot_block .link a:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.footer .bot_block .link a:last-of-type:after {
  display: none;
}

/* fixed right */
.comm_fixed_right {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  display: none;
}
.comm_fixed_right .block {
  width: 80px;
  height: 80px;
  margin-top: 4px;
}
.comm_fixed_right .block a {
  display: block;
  height: 100%;
  padding: 18px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_fixed_right .block i {
  display: block;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_fixed_right .block span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #82308e;
  margin-top: 10px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.comm_fixed_right .block:nth-of-type(1) i {
  background-image: url("../images/right-icon-1.png");
}
.comm_fixed_right .block:nth-of-type(1):hover i {
  background-image: url("../images/right-icon-1-on.png");
}
.comm_fixed_right .block:nth-of-type(2) i {
  background-image: url("../images/right-icon-2.png");
}
.comm_fixed_right .block:nth-of-type(2):hover i {
  background-image: url("../images/right-icon-2-on.png");
}
.comm_fixed_right .block.totop a {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/right-icon-3.png");
}
.comm_fixed_right .block:hover a {
  background-color: #82308e;
}
.comm_fixed_right .block:hover span {
  color: #fff;
}
.comm_fixed_right .block:hover.totop a {
  background-image: url("../images/right-icon-3-on.png");
}

@media screen and (max-width: 1800px) {
  .header .nav {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1700px) {
  .header .logo img {
    height: 46px;
  }

  .header .nav li a.link {
    line-height: 74px;
    padding: 0 15px;
  }

  .header .ope .box i {
    width: 30px;
    height: 20px;
    background-size: contain;
  }

  .header .ope .box a.cell_box {
    width: 74px;
    height: 74px;
  }

  .header.down .nav li a.link {
    line-height: 60px;
  }

  .header.down .ope .box a.cell_box {
    width: 60px;
    height: 60px;
  }

  .footer .left_box .logo img {
    height: 50px;
  }

  .footer .left_box .ope .link {
    width: 200px;
  }

  .footer .center_box .box {
    margin-right: 5vw;
  }

  .footer .right_box {
    max-width: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .header .nav {
    margin-left: 30px;
  }

  .header .ope .box.lang .cell:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .header .logo img {
    height: 42px;
  }

  .header .nav {
    margin-left: 20px;
  }

  .header .nav li a.link {
    line-height: 66px;
    font-size: 14px;
  }

  .header .ope .box a.cell_box {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .center_box .box h3 {
    font-size: 14px;
  }

  .footer .center_box .box .a_block a {
    font-size: 12px;
  }

  .footer .bot_block span, .footer .bot_block a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding: 32px 20px 0;
  }

  .header .logo {
    padding: 10px 0;
  }

  .header .logo img {
    height: 30px;
  }

  .header .ope {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #e6e6e6;
    z-index: 3;
  }

  .header .ope .box a.cell_box {
    width: auto;
    height: 31px;
    padding: 0 10px;
  }

  .header .ope .box i {
    height: 16px;
  }

  .header .ope .box span {
    display: none;
  }

  .header .nav {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 12vh 10vw 8vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
  }
  .header .nav.active {
    left: 0;
  }
  .header .nav li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .header .nav li a.link {
    padding: 0;
    font-size: 14px;
    line-height: 40px;
  }
  .header .nav li a.link:before {
    display: none;
  }
  .header .nav li .drop_nav {
    padding: 0 0 10px;
    text-align: left;
  }
  .header .nav li .drop_nav a {
    width: 25%;
    margin: 0;
  }
  .header .nav li .drop_nav a:after {
    display: none;
  }
  .header .nav li .drop_nav .img_block {
    display: none;
  }
  .header .nav li .drop_nav h3 {
    position: static;
    color: #666;
    font-size: 12px;
  }
  .header .nav li .drop_nav h3:after {
    display: none;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 20px;
    top: 48px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #82308e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer .top_block {
    padding: 40px 0;
  }

  .footer .center_box,
  .footer .right_box {
    display: none;
  }

  .footer .left_box .ope .share {
    display: none;
  }

  .footer .left_box .logo img {
    height: auto;
    max-width: 100%;
  }

  .footer .left_box .ope {
    margin-top: 20px;
  }

  .footer .left_box .ope .link {
    width: 100%;
  }

  .footer .bot_block {
    padding: 20px 0;
    text-align: center;
  }

  .footer .bot_block span {
    float: none;
    display: block;
  }

  .footer .bot_block .link {
    margin-top: 10px;
    float: none;
  }

  .comm_fixed_right {
    display: none !important;
  }
}
.family, .inner_banner h3, .inner_page_tit, .index_main .index_tit, .index_main .section1 h3, .index_main .section1 p, .contact_main .section1 .item h3, .news_list .item h3, .supports_list .section1 .item .txt_block h3, .service_index .section4 .item h3, .platform_list .section1 .item h3, .training_list .item .txt_block h3 {
  font-family: 'SimSun';
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video-pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inner_banner {
  padding: 12.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.inner_banner h3 {
  font-size: 48px;
  color: #fff;
  display: none;
}
.inner_banner p {
  font-size: 16px;
  font-family: 'AWCONQUERORDIDOT-LIGHT';
  color: #fff;
  text-transform: uppercase;
  display: none;
}
.inner_banner:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #e6a732;
  display: block;
  margin: 20px auto 0;
  display: none;
}

.inner_page {
  padding-bottom: 6vw;
}
.inner_page .main {
  background-color: #fff;
}

.inner_page_tit {
  font-size: 32px;
  text-align: center;
}

.comm_crumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comm_crumbs a {
  font-size: 14px;
  color: #808080;
}
.comm_crumbs a:hover {
  color: #82308e;
}
.comm_crumbs a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/crumbs_icon.png");
  margin: 0 10px;
}
.comm_crumbs a:last-of-type:after {
  display: none;
}

.comm_share {
  position: absolute;
  top: 6vw;
  right: calc(100% + 40px);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comm_share.visi {
  opacity: 0;
}
.comm_share span {
  margin-top: 20px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.comm_share a {
  display: block;
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_share a:first-of-type {
  border-radius: 50%;
  background-color: #f5efe3;
  background-image: url("../images/news/icon-1.png");
}
.comm_share a.wx {
  background-image: url("../images/news/icon-2.png");
}
.comm_share a.wx:hover {
  background-image: url("../images/news/icon-2-on.png");
}
.comm_share a.sina {
  background-image: url("../images/news/icon-3.png");
}
.comm_share a.sina:hover {
  background-image: url("../images/news/icon-3-on.png");
}

.comm_pages {
  font-size: 0;
  text-align: center;
}
.comm_pages ul, .comm_pages .ope {
  display: inline-block;
  vertical-align: top;
}
.comm_pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm_pages ul li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_pages ul li:first-of-type a, .comm_pages ul li:last-of-type a {
  width: 60px;
}
.comm_pages ul li:hover a, .comm_pages ul li.active a {
  border-color: #82308e;
  background-color: #82308e;
  color: #fff;
}

.comm_top_box {
  font-size: 0;
  text-align: center;
}
.comm_top_box a {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 200px;
  line-height: 58px;
  font-size: 16px;
  color: #a6a6a6;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_top_box a:hover, .comm_top_box a.active {
  background-color: #82308e;
  color: #fff;
  border-color: #82308e;
}
.comm_top_box form {
  display: inline-block;
  vertical-align: top;
  height: 58px;
  border: 1px solid #e6e6e6;
  position: relative;
  padding-right: 58px;
}
.comm_top_box form.width_1 {
  width: calc(100% - 424px);
}
.comm_top_box form.width_2 {
  width: calc(100% - 648px);
}
.comm_top_box form.width_3 {
  width: 100%;
}
.comm_top_box form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #a6a6a6;
}
.comm_top_box form button {
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon-1.png");
  background-color: transparent;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .comm_top_box form button:hover {
    background-image: url("../images/contact/icon-2.png");
  }
}

.index_main .index_tit_wrap {
  text-align: center;
}
.index_main .index_tit_wrap h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'AWCONQUERORDIDOT-LIGHT';
}
.index_main .index_tit_wrap:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #e6a732;
  display: block;
  margin: 20px auto 0;
}
.index_main .index_tit {
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
}
.index_main .section1 {
  position: relative;
}
.index_main .section1 .txts {
  width: 33.33vw;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2vw 4.5vw 8.5vw;
  background-color: rgba(130, 48, 142, 0.9);
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-1.png");
  background-size: auto 100%;
}
.index_main .section1 .img_block {
  overflow: hidden;
}
.index_main .section1 .img_block {
  overflow: hidden;
}
.index_main .section1 img {
  display: block;
  width: 100%;
}
.index_main .section1 h3 {
  font-size: 16px;
  color: #e6a732;
  text-align: right;
}
.index_main .section1 p {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  text-align: right;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section1 .slick-dots {
  position: absolute;
  right: 4.5vw;
  bottom: 3vw;
  font-size: 0;
}
.index_main .section1 .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.index_main .section1 .slick-dots li.slick-active {
  width: 32px;
  background-color: #fff;
}
.index_main .section1 .slick-dots button {
  display: none;
}
.index_main .section1 .slick-arrow {
  width: 37vw;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 6.25vw;
  font-family: 'AWCONQUERORDIDOT-LIGHT';
  text-transform: uppercase;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section1 .slick-prev {
  left: 0;
  text-align: left;
  padding-left: 5vw;
  color: #e6a732;
  background-position: 3vw center;
  background-color: #f7f7f7;
  background-image: url("../images/index/icon-2.png");
}
.index_main .section1 .slick-prev:hover {
  background-position: 2.5vw center;
}
.index_main .section1 .slick-next {
  left: 37vw;
  text-align: right;
  padding-right: 5vw;
  color: #fff;
  background-position: calc(100% - 3vw) center;
  background-color: #e6a732;
  background-image: url("../images/index/icon-3.png");
}
.index_main .section1 .slick-next:hover {
  background-position: calc(100% - 2.5vw) center;
}
.index_main .section2 {
  padding: 4.5vw 0 6vw;
}
@media screen and (min-width: 992px) {
  .index_main .section2 .index_tit {
    text-align: left;
  }
  .index_main .section2 .index_tit_wrap {
    text-align: left;
  }
  .index_main .section2 .index_tit_wrap h4 {
    color: #bfbfbf;
  }
  .index_main .section2 .index_tit_wrap:after {
    margin-left: 0;
  }
}
.index_main .section2 .index_tit {
  color: #333;
}
.index_main .section2 .slick {
  margin-top: 20px;
}
.index_main .section2 .slick-list {
  padding-left: 12.5vw;
}
.index_main .section2 .item {
  margin-right: 30px;
  position: relative;
}
.index_main .section2 .item .show {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.index_main .section2 .item .hide {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.index_main .section2 .item .hide:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #82308e;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .item .box {
  background-color: #fff;
}
.index_main .section2 .item .date {
  padding: 1.5vw;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
}
.index_main .section2 .item .date span {
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
  font-family: 'DINPro';
  float: left;
}
.index_main .section2 .item .date a {
  float: right;
}
.index_main .section2 .item .date a.icon1 {
  width: 20px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-4.png");
}
.index_main .section2 .item .date a.icon2 {
  height: 24px;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/index/icon-4-on.png");
  font-size: 14px;
  line-height: 24px;
  color: #82308e;
}
.index_main .section2 .item .cont {
  padding: 1.5vw;
  position: relative;
}
.index_main .section2 .item .cont img {
  display: block;
  width: 100%;
}
.index_main .section2 .item .cont h3 {
  font-size: 24px;
  line-height: 32px;
  height: 64px;
  margin-top: 24px;
  overflow: hidden;
}
.index_main .section2 .item .cont h3.black a {
  color: #000;
}
.index_main .section2 .item .cont h3.color a {
  color: #82308e;
}
.index_main .section2 .item .cont .para {
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
  height: 72px;
  overflow: hidden;
  margin-top: 20px;
}
.index_main .section2 .item .cont .info {
  margin-top: 3vw;
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section2 .item .ewm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .item .ewm img {
  display: block;
  width: 60%;
  max-width: 120px;
  margin: 0 auto 15px;
}
.index_main .section2 .item .ewm span {
  font-size: 14px;
  color: #ffff;
  cursor: pointer;
}
.index_main .section2 .item.show .ewm {
  opacity: 1;
  visibility: visible;
}
.index_main .section2 .item:hover .hide {
  opacity: 1;
  visibility: visible;
}
.index_main .section2 .item:hover .hide:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.index_main .section2 .slick-dots {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}
.index_main .section2 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.index_main .section2 .slick-dots li.slick-active {
  background-color: #e6a732;
}
.index_main .section2 .slick-dots button {
  display: none;
}
.index_main .section2 .line {
  position: relative;
}
.index_main .section2 .line:before, .index_main .section2 .line:after {
  content: '';
  height: 1px;
  background-color: #eae6ed;
  position: absolute;
  top: 0;
  width: 40%;
}
.index_main .section2 .line:before {
  left: 0;
}
.index_main .section2 .line:after {
  right: 0;
}
.index_main .section3 {
  position: relative;
}
.index_main .section3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_main .section3 .index_tit {
  color: #fff;
}
.index_main .section3 .index_tit_wrap {
  padding: 7vw 0 6vw;
}
.index_main .section3 .index_tit_wrap h4 {
  color: rgba(255, 255, 255, 0.25);
}
.index_main .section3 .main {
  background-color: #fff;
  padding: 4.5vw;
  position: relative;
}
.index_main .section3 .list {
  font-size: 0;
}
.index_main .section3 .left_box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 30px;
  overflow: hidden;
}
.index_main .section3 .left_box a {
  display: block;
  position: relative;
}
.index_main .section3 .left_box a:after {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.index_main .section3 .left_box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section3 .left_box .txt {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  z-index: 2;
}
.index_main .section3 .left_box h3 {
  font-size: 24px;
  color: #fff;
}
.index_main .section3 .left_box span {
  font-family: 'DINPro';
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.index_main .section3 .left_box:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_main .section3 .right_box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
}
.index_main .section3 .right_box a {
  display: block;
  margin-bottom: 5%;
  position: relative;
}
.index_main .section3 .right_box a:last-of-type {
  margin-bottom: 0;
}
.index_main .section3 .right_box a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section3 .right_box .img_block {
  width: 27.3%;
  overflow: hidden;
}
.index_main .section3 .right_box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section3 .right_box .txt_block {
  position: absolute;
  top: 0;
  left: 27.3%;
  right: 0;
  bottom: 0;
  padding-left: 30px;
}
.index_main .section3 .right_box .txt_block h3 {
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  color: #333333;
  overflow: hidden;
}
.index_main .section3 .right_box .txt_block span {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #a6a6a6;
  font-family: 'DINPro';
}
.index_main .section3 .link {
  margin-top: 3vw;
}
.index_main .section3 .link a {
  display: block;
  width: 240px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #82308e;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section3 .link a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(124, 82, 146, 0.3);
}
.index_main .section4 {
  padding: 5vw 0 7vw;
}
.index_main .section4 .index_tit {
  color: #333;
}
.index_main .section4 .index_tit_wrap h4 {
  color: #bfbfbf;
}
.index_main .section4 .slick {
  margin: 40px -120px 0;
  padding: 0 105px;
}
.index_main .section4 .item {
  margin: 0 15px;
  background-color: #fff;
}
.index_main .section4 .item .img_block {
  overflow: hidden;
}
.index_main .section4 .item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section4 .item .txt_block {
  padding: 2vw;
}
.index_main .section4 .item .txt_block h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  height: 48px;
  overflow: hidden;
}
.index_main .section4 .item .txt_block p {
  font-size: 12px;
  color: #808080;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 10px 0 20px;
}
.index_main .section4 .item .txt_block:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #e6a732;
  display: block;
}
.index_main .section4 .item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_main .section4 .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.index_main .section4 .slick-arrow:hover {
  background-color: #82308e;
  border-color: #82308e;
}
.index_main .section4 .slick-prev {
  left: 0;
  background-image: url("../images/index/prev-1.png");
}
.index_main .section4 .slick-prev:hover {
  background-image: url("../images/index/prev-1-on.png");
}
.index_main .section4 .slick-next {
  right: 0;
  background-image: url("../images/index/next-1.png");
}
.index_main .section4 .slick-next:hover {
  background-image: url("../images/index/next-1-on.png");
}
.index_main .section4 a.link {
  display: block;
  margin: 3vw auto 0;
  width: 240px;
  border: 2px solid #bfbfbf;
  font-size: 18px;
  color: #bfbfbf;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section4 a.link:hover {
  background-color: #82308e;
  border-color: #82308e;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(124, 82, 146, 0.3);
}
.index_main .section5 {
  background-color: #fff;
  padding: 11vw 0 6vw;
  position: relative;
}
.index_main .section5:before {
  content: '';
  width: 18.9vw;
  height: 18.9vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-2.png");
  position: absolute;
  top: 5.5vw;
  left: 58.8vw;
}
.index_main .section5 .index_tit span {
  color: #82308e;
  position: relative;
}
.index_main .section5 .index_tit span:before {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #e6a732;
  position: absolute;
  top: 26px;
  left: -55px;
}
.index_main .section5 .para {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-align: center;
  margin: 20px 0;
}
.index_main .section5 .items {
  font-size: 0;
  padding: 0 6vw;
}
.index_main .section5 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 40px 10px;
  position: relative;
  text-align: center;
}
.index_main .section5 .item .num {
  color: #e6a732;
  position: relative;
  z-index: 2;
}
.index_main .section5 .item .num span.count {
  font-size: 72px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  font-family: 'NeutraTextLight';
}
.index_main .section5 .item .num span.sub {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.index_main .section5 .item p {
  font-size: 14px;
  line-height: 16px;
  color: #a6a6a6;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.index_main .section5 .item:hover i {
  opacity: 1;
}
.index_main .section5 a.link {
  display: block;
  width: 240px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #82308e;
  margin: 4vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section5 a.link:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(124, 82, 146, 0.3);
}

.about_main .section1 {
  padding: 50px 0 6vw;
  margin: 0 6vw;
  border-bottom: 1px solid #e6e6e6;
}
.about_main .section1 .para {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
}
.about_main .section1 .img_box {
  overflow: hidden;
}
.about_main .section1 .img_box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .about_main .section1 .img_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.about_main .section2 {
  padding: 6vw 0;
  margin: 0 6vw;
}
.about_main .section2 .img_box {
  margin-top: 3vw;
}
.about_main .section2 img {
  display: block;
  width: 100%;
}

.contact_main .section1 {
  padding: 50px 6vw 6vw;
}
.contact_main .section1 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.contact_main .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  padding: 0 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .contact_main .section1 .item:nth-of-type(1), .contact_main .section1 .item:nth-of-type(2), .contact_main .section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.contact_main .section1 .item h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact_main .section1 .item h3.tit {
  padding: 24px 0;
  padding-right: 130px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.contact_main .section1 .item h3.name {
  margin-bottom: 10px;
}
.contact_main .section1 .item h3 span {
  font-size: 12px;
  color: #e6a732;
  position: absolute;
  right: 0;
  bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  font-family: 'Microsoft YaHei';
}
.contact_main .section1 .item .info {
  padding: 24px 0;
}
.contact_main .section1 .item p {
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact_main .section1 .item p.tel {
  background-image: url("../images/contact/icon-3.png");
}
.contact_main .section1 .item p.addr {
  background-image: url("../images/contact/icon-4.png");
}
.contact_main .section1 .item p.email {
  background-image: url("../images/contact/icon-5.png");
}
@media screen and (min-width: 992px) {
  .contact_main .section1 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.contact_main .section1 a.map {
  display: block;
  margin-top: 3vw;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  background-color: #82308e;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_main .section1 a.map:before {
  content: '';
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon-6.png");
}
@media screen and (min-width: 992px) {
  .contact_main .section1 a.map:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(130, 48, 142, 0.3);
  }
}

.news_list .section1 {
  padding: 50px 6vw 6vw;
}
.news_list .items {
  margin: 24px 0;
}
.news_list .item {
  padding: 24px 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.news_list .item .img_block {
  width: 384px;
  overflow: hidden;
}
.news_list .item .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_list .item .txt_block {
  position: absolute;
  top: 0;
  left: 384px;
  right: 0;
  bottom: 0;
  padding-left: 2.2vw;
}
.news_list .item .txt_block .cell {
  position: relative;
}
.news_list .item .label {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 0 10px;
  background-color: #e6a732;
}
.news_list .item h3 {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
.news_list .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin: 10px 0;
  max-height: 48px;
  overflow: hidden;
}
.news_list .item .date {
  font-size: 16px;
  color: #808080;
  font-family: 'DINPro-Light';
}
.news_list .item span {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #82308e;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_list .item:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/shadow.png");
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .news_list .item:hover {
    border-color: transparent;
  }
  .news_list .item:hover .img_block img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_list .item:hover:after {
    opacity: 1;
  }
  .news_list .item:hover span {
    opacity: 1;
  }
}

.news_detail {
  padding: 30px 0 6vw;
}
.news_detail .main {
  font-size: 0;
  margin-top: 20px;
  position: relative;
}
.news_detail .main:after {
  content: '';
  display: block;
  clear: both;
}
.news_detail .left_block {
  float: left;
  width: calc(100% - 480px);
  margin-right: 20px;
}
.news_detail .top_block {
  background-color: #fff;
  padding: 3vw;
}
.news_detail .title_box .inner_page_tit {
  color: #333;
  text-align: left;
}
.news_detail .title_box .info {
  margin-top: 20px;
  font-size: 0;
}
.news_detail .title_box .info span {
  font-size: 20px;
  color: #808080;
  font-family: 'DINPro-Light';
  margin-left: 4.5vw;
}
.news_detail .title_box .info span:first-of-type {
  margin-left: 0;
}
.news_detail .title_box .info span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.news_detail .title_box .info span.date:before {
  width: 16px;
  height: 16px;
  background-image: url("../images/date.png");
}
.news_detail .title_box .info span.view:before {
  width: 23px;
  height: 14px;
  background-image: url("../images/view.png");
}
.news_detail .cont_box {
  padding-top: 2vw;
  margin-top: 2vw;
  border-top: 1px solid #e6e6e6;
}
.news_detail .back_btn {
  display: block;
  width: 90px;
  height: 90px;
  background-color: #82308e;
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(124, 82, 146, 0.3);
  margin: 4.5vw auto 0;
  text-align: center;
}
.news_detail .back_btn span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.news_detail .back_btn span:before {
  content: '';
  width: 18px;
  height: 16px;
  display: block;
  margin: 0 auto 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/return.png");
}
.news_detail .other_block {
  margin-top: 25px;
}
.news_detail .other_block .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  padding: 1.6vw 2.5vw;
  border-top: 3px solid transparent;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_detail .other_block .item:first-of-type {
  border-top-color: #e6a833;
}
.news_detail .other_block .item:last-of-type {
  border-top-color: #82308e;
  margin-left: 24px;
}
.news_detail .other_block .item span {
  font-size: 20px;
  color: #333;
}
.news_detail .other_block .item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .news_detail .other_block .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .news_detail .other_block .item:hover a {
    color: #82308e;
  }
}
.news_detail .right_block {
  float: right;
  width: 460px;
  background-color: #fff;
  padding: 3vw;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news_detail .right_block.visi {
  opacity: 0;
}
.news_detail .right_block .inner_page_tit {
  text-align: left;
  color: #333;
}
.news_detail .right_block .link_box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  font-size: 0;
}
.news_detail .right_block .link_box a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-top: 20px;
}
.news_detail .right_block .link_box a:nth-of-type(1) {
  margin-top: 0;
}
.news_detail .right_block .link_box a:hover {
  color: #82308e;
}

.supports_list .section1 {
  padding: 4vw 6vw 6vw;
}
.supports_list .section1 .item {
  padding: 2vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.supports_list .section1 .item:last-of-type {
  border: none;
}
.supports_list .section1 .item .img_block {
  overflow: hidden;
}
.supports_list .section1 .item .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.supports_list .section1 .item .img_block:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.supports_list .section1 .item .txt_block {
  margin-top: 2vw;
}
.supports_list .section1 .item .txt_block h3 {
  font-size: 24px;
}
.supports_list .section1 .item .txt_block h3 a {
  color: #333;
}
.supports_list .section1 .item .txt_block h3:hover a {
  color: #82308e;
}
.supports_list .section1 .item .txt_block p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin: 20px 0;
}
.supports_list .section1 .item .txt_block span.btn {
  display: block;
  width: 120px;
  line-height: 36px;
  background-color: #82308e;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.supports_list .section1 .item .txt_block span.btn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(124, 82, 146, 0.3);
}

.service_list .comm_top_box a {
  width: 150px;
}
.service_list .section1 {
  padding: 4vw 6vw 6vw;
}
.service_list .section1 .items {
  margin: 2vw 0 24px;
}
.service_list .section1 .item {
  position: relative;
  padding-right: 150px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  line-height: 24px;
  font-weight: lighter;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service_list .section1 .item a {
  padding: 24px 0;
  display: block;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service_list .section1 .item span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #808080;
  font-family: 'DINPro-Light';
}
@media screen and (min-width: 992px) {
  .service_list .section1 .item:hover {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom-color: #82308e;
  }
  .service_list .section1 .item:hover a {
    color: #82308e;
  }
}

.service_index a.more_btn {
  width: 240px;
  line-height: 46px;
  font-size: 16px;
  border: 2px solid transparent;
  display: block;
  margin: 3vw auto 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service_index a.more_btn.gray {
  color: #808080;
  border-color: #e6e6e6;
  background-color: #fff;
}
.service_index a.more_btn.color {
  color: #fff;
  border-color: #82308e;
  background-color: #82308e;
}
@media screen and (min-width: 992px) {
  .service_index a.more_btn:hover {
    color: #fff;
    border-color: #82308e;
    background-color: #82308e;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(130, 48, 142, 0.3);
  }
}
.service_index .section1 {
  padding: 50px 6vw 4.5vw;
}
.service_index .section1 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.service_index .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .service_index .section1 .item:nth-of-type(1), .service_index .section1 .item:nth-of-type(2), .service_index .section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.service_index .section1 .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #cccccc;
}
.service_index .section1 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #82308e;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.service_index .section1 .item a {
  display: block;
  padding: 1.5vw;
}
.service_index .section1 .item h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  height: 48px;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service_index .section1 .item .date {
  font-size: 16px;
  color: #808080;
  line-height: 18px;
  font-family: 'DINPro-Light';
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/date.png");
  margin-top: 1.2vw;
}
@media screen and (min-width: 992px) {
  .service_index .section1 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .service_index .section1 .item:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .service_index .section1 .item:hover h3 {
    color: #82308e;
  }
}
.service_index .section2 {
  padding: 4.5vw 6vw;
  background-color: #ededed;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/service/img-1.jpg");
  background-size: 100% auto;
}
.service_index .section2 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.service_index .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 24px 12px 0;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .service_index .section2 .item:nth-of-type(1), .service_index .section2 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.service_index .section2 .item a {
  display: block;
  padding: 2vw 1.5vw;
  font-size: 18px;
  color: #333;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-position: calc(100% - 1.5vw);
  background-repeat: no-repeat;
  background-image: url("../images/service/icon-1.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .service_index .section2 .item:hover {
    background-color: #82308e;
  }
  .service_index .section2 .item:hover a {
    background-image: url("../images/service/icon-1-on.png");
    color: #fff;
  }
}
.service_index .section3 {
  padding: 4.5vw 6vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-2.jpg");
  background-attachment: fixed;
}
.service_index .section3 .inner_page_tit {
  color: #fff;
}
.service_index .section3 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.service_index .section3 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 24px 12px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .service_index .section3 .item:nth-of-type(1), .service_index .section3 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.service_index .section3 .item a {
  display: block;
  padding: 0 1.5vw;
}
.service_index .section3 .item .tit {
  padding: 1.5vw 0;
}
.service_index .section3 .item h3 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  height: 60px;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service_index .section3 .item .date {
  font-size: 16px;
  color: #808080;
  line-height: 56px;
  font-family: 'DINPro-Light';
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/date.png");
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  .service_index .section3 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .service_index .section3 .item:hover h3 {
    color: #82308e;
  }
}
.service_index .section4 {
  padding: 4.5vw 6vw;
}
.service_index .section4 .items {
  margin: 2vw -12px 0;
}
.service_index .section4 .item {
  margin: 0 12px;
  border: 1px solid #e6e6e6;
}
.service_index .section4 .item .img_block {
  overflow: hidden;
}
.service_index .section4 .item .txt_block {
  padding: 24px;
  text-align: center;
}
.service_index .section4 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.service_index .section4 .item .date {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  font-family: 'DINPro-Light';
}
.service_index .section4 .item h3 {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.service_index .section4 .item span {
  display: block;
  margin: 15px auto 0;
  width: 120px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #82308e;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .service_index .section4 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.service_index .section4 .slick-arrow {
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 26%;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.service_index .section4 .slick-arrow.show {
  opacity: 1;
}
.service_index .section4 .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.service_index .section4 .slick-prev {
  left: 12px;
  background-image: url("../images/page-prev-on.png");
}
.service_index .section4 .slick-next {
  right: 12px;
  background-image: url("../images/page-next-on.png");
}

.platform_list .section1 {
  padding: 50px 6vw 6vw;
}
.platform_list .section1 .items {
  margin-top: 2vw;
  font-size: 0;
}
.platform_list .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .platform_list .section1 .item:nth-of-type(1), .platform_list .section1 .item:nth-of-type(4), .platform_list .section1 .item:nth-of-type(5), .platform_list .section1 .item:nth-of-type(8), .platform_list .section1 .item:nth-of-type(9), .platform_list .section1 .item:nth-of-type(12), .platform_list .section1 .item:nth-of-type(13) {
    background-color: #f7f7f7;
  }
  .platform_list .section1 .item:nth-of-type(2), .platform_list .section1 .item:nth-of-type(3), .platform_list .section1 .item:nth-of-type(6), .platform_list .section1 .item:nth-of-type(7), .platform_list .section1 .item:nth-of-type(10), .platform_list .section1 .item:nth-of-type(11), .platform_list .section1 .item:nth-of-type(14) {
    background-color: #e6e6e6;
  }
}
.platform_list .section1 .item a {
  display: block;
  padding: 2vw;
}
.platform_list .section1 .item .box {
  position: relative;
  padding-right: 140px;
}
.platform_list .section1 .item h3 {
  font-size: 24px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.platform_list .section1 .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  height: 96px;
  overflow: hidden;
  margin: 2.5vw 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.platform_list .section1 .item span {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.platform_list .section1 .item i {
  width: 90px;
  height: 90px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.platform_list .section1 .item:hover {
  background-color: #82308e;
  box-shadow: 0 20px 40px rgba(124, 82, 146, 0.4);
  z-index: 2;
}
.platform_list .section1 .item:hover h3, .platform_list .section1 .item:hover p {
  color: #fff;
}
.platform_list .section1 .item:hover span {
  color: #e6a732;
}
.platform_list .section1 .item:hover i {
  background-color: #fff;
  border-color: #fff;
}

.platform_detail .section1 {
  background-color: #82308e;
  font-size: 0;
}
.platform_detail .section1 .left_box {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 3vw 0 3vw 3vw;
  position: sticky;
  top: 5vw;
  z-index: 2;
}
.platform_detail .section1 .left_box a {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 60px;
  padding-left: 4vw;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.platform_detail .section1 .left_box a:nth-of-type(1) {
  margin-top: 0;
}
.platform_detail .section1 .left_box a.active {
  background-color: #fff;
  color: #82308e;
}
.platform_detail .section1 .right_box {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 3vw;
}
.platform_detail .section1 .right_box .box {
  margin-top: 3vw;
}
.platform_detail .section1 .right_box .box:nth-of-type(1) {
  margin-top: 0;
}
.platform_detail .section1 .right_box .box .inner_page_tit {
  text-align: left;
  padding-left: 24px;
  line-height: 1;
  border-left: 3px solid #e6a732;
}
.platform_detail .section1 .right_box .box_1 .para {
  font-size: 16px;
  line-height: 36px;
  color: #808080;
  margin-top: 2vw;
}
.platform_detail .section1 .right_box .box_2 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.platform_detail .section1 .right_box .box_2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 0 12px;
  border: 1px solid #e6e6e6;
  padding: 2.5vw 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.platform_detail .section1 .right_box .box_2 .item i {
  display: block;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.platform_detail .section1 .right_box .box_2 .item h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}
.platform_detail .section1 .right_box .box_2 .item p {
  font-size: 14px;
  position: absolute;
  bottom: 1.2vw;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .platform_detail .section1 .right_box .box_2 .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.platform_detail .section1 .right_box .box_5 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.platform_detail .section1 .right_box .box_5 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 0 12px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.platform_detail .section1 .right_box .box_5 .item .tit {
  font-size: 0;
  padding: 20px 0;
}
.platform_detail .section1 .right_box .box_5 .item .cont {
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  border-top: 1px solid #e6e6e6;
}
.platform_detail .section1 .right_box .box_5 .item i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.platform_detail .section1 .right_box .box_5 .item h3 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-left: 20px;
}
@media screen and (min-width: 992px) {
  .platform_detail .section1 .right_box .box_5 .item .cont {
    display: none;
  }
  .platform_detail .section1 .right_box .box_5 .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .platform_detail .section1 .right_box .box_5 .item:hover .cont {
    display: block;
  }
}
.platform_detail .section1 .right_box .box_3 .infos {
  margin-top: 2vw;
  font-size: 16px;
  line-height: 36px;
  color: #808080;
}
.platform_detail .section1 .right_box .box_3 .infos span {
  width: 70px;
  float: left;
}
.platform_detail .section1 .right_box .box_3 .infos .para {
  margin-left: 70px;
}
.platform_detail .section1 .right_box .box_4 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.platform_detail .section1 .right_box .box_4 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .platform_detail .section1 .right_box .box_4 .item:nth-of-type(1), .platform_detail .section1 .right_box .box_4 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.platform_detail .section1 .right_box .box_4 .item .img_block {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  overflow: hidden;
}
.platform_detail .section1 .right_box .box_4 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.platform_detail .section1 .right_box .box_4 .item .txt_block {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  padding-left: 12px;
}
.platform_detail .section1 .right_box .box_4 .item h3 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.platform_detail .section1 .right_box .box_4 .item h3 a {
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.platform_detail .section1 .right_box .box_4 .item p {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  height: 60px;
  overflow: hidden;
}
.platform_detail .section1 .right_box .box_4 .item a.btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  width: 80px;
  line-height: 26px;
  background-color: #82308e;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .platform_detail .section1 .right_box .box_4 .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .platform_detail .section1 .right_box .box_4 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .platform_detail .section1 .right_box .box_4 .item:hover h3 a {
    color: #82308e;
  }
}
.platform_detail .section1 .right_box .box_6 .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.platform_detail .section1 .right_box .box_6 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .platform_detail .section1 .right_box .box_6 .item:nth-of-type(1), .platform_detail .section1 .right_box .box_6 .item:nth-of-type(2), .platform_detail .section1 .right_box .box_6 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.platform_detail .section1 .right_box .box_6 .item .img_block {
  overflow: hidden;
  position: relative;
}
.platform_detail .section1 .right_box .box_6 .item .img_block span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all .3s ease;
}
.platform_detail .section1 .right_box .box_6 .item .img_block span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #82308e;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  transition: all .3s ease;
}
.platform_detail .section1 .right_box .box_6 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.platform_detail .section1 .right_box .box_6 .item .txt_block {
  padding: 12px 0;
}
.platform_detail .section1 .right_box .box_6 .item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  overflow: hidden;
}
.platform_detail .section1 .right_box .box_6 .item span.btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  width: 80px;
  line-height: 26px;
  background-color: #82308e;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .platform_detail .section1 .right_box .box_6 .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .platform_detail .section1 .right_box .box_6 .item:hover .img-block span {
    background-color: #82308e;
  }
  .platform_detail .section1 .right_box .box_6 .item:hover .img-block span:after {
    border-left-color: #fff;
  }
  .platform_detail .section1 .right_box .box_6 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.training_list .section1 {
  padding: 50px 6vw 6vw;
}
.training_list .items {
  margin: 2vw -12px 3vw;
  font-size: 0;
}
.training_list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .training_list .item:nth-of-type(1), .training_list .item:nth-of-type(2), .training_list .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.training_list .item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -40px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.training_list .item .box {
  position: relative;
  z-index: 2;
}
.training_list .item .img_block {
  overflow: hidden;
}
.training_list .item .img_block img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.training_list .item .txt_block {
  padding: 0 24px;
  overflow: hidden;
}
.training_list .item .txt_block h3 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  color: #333;
  overflow: hidden;
}
.training_list .item .txt_block .info {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 2;
  color: #808080;
}
.training_list .item .txt_block .info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.training_list .item .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.training_list .item .btn span {
  display: block;
  width: 120px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  background-color: #82308e;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .training_list .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #fff;
    z-index: 2;
  }
  .training_list .item:hover:before, .training_list .item:hover .btn {
    opacity: 1;
    visibility: visible;
  }
  .training_list .item:hover .img_block img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.device_list .section1 {
  padding: 50px 6vw 6vw;
}
.device_list .check {
  font-size: 0;
}
.device_list .check .box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
}
.device_list .check .box:nth-of-type(2) {
  margin-left: 24px;
}
.device_list .check .select {
  position: relative;
}
.device_list .check .select input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #82308e;
  font-size: 16px;
  color: #a6a6a6;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.device_list .check .select:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #82308e;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 3;
}
.device_list .check .select ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  padding-top: 60px;
  z-index: 1;
  display: none;
}
.device_list .check .select ul li {
  font-size: 16px;
  color: #808080;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.device_list .check .select ul li:hover {
  background: #82308e;
  color: #fff;
}
.device_list .check .select.open {
  z-index: 2;
}
.device_list .check .select.open ul {
  display: block;
}
.device_list .check .search {
  position: relative;
}
.device_list .check .search input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #a6a6a6;
  padding: 0 20px;
}
.device_list .check .search button {
  width: 25px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/device/icon-1.png");
}
.device_list .items {
  font-size: 0;
  margin: 2vw 0 3vw;
}
.device_list .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 72px) / 4);
  margin: 24px 24px 0 0;
  border: 1px solid #e6e6e6;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .device_list .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .device_list .item:nth-of-type(1), .device_list .item:nth-of-type(2), .device_list .item:nth-of-type(3), .device_list .item:nth-of-type(4) {
    margin-top: 0;
  }
}
.device_list .item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -40px;
  border: 1px solid #e6a732;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.device_list .item .box {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.device_list .item .img_block {
  overflow: hidden;
}
.device_list .item .img_block img {
  display: block;
  width: 100%;
}
.device_list .item .txt_block {
  margin-top: 20px;
  padding: 0 24px;
}
.device_list .item .txt_block h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  overflow: hidden;
}
.device_list .item .txt_block h3 a {
  color: #333;
}
.device_list .item .txt_block .info {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  overflow: hidden;
  margin-top: 10px;
}
.device_list .item .txt_block .info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.device_list .item .btn {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 24px 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.device_list .item .btn a {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 6px);
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.device_list .item .btn a:nth-of-type(1) {
  background-color: #82308e;
}
.device_list .item .btn a:nth-of-type(2) {
  background-color: #e6a732;
  margin-left: 12px;
}
@media screen and (min-width: 992px) {
  .device_list .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #fff;
    z-index: 2;
  }
  .device_list .item:hover:before, .device_list .item:hover .btn {
    opacity: 1;
    visibility: visible;
  }
}

.device_detail {
  padding: 2vw 0 6vw;
}
.device_detail .section1 {
  padding: 3vw 6vw 4vw;
  background-color: #fff;
  font-size: 0;
  margin-top: 20px;
}
.device_detail .section1 .slick {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.device_detail .section1 .slick img {
  display: block;
  width: 100%;
}
.device_detail .section1 .slick .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
.device_detail .section1 .slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.device_detail .section1 .slick .slick-dots li.slick-active {
  background-color: #82308e;
  width: 32px;
}
.device_detail .section1 .slick .slick-dots button {
  display: none;
}
.device_detail .section1 .info {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3vw;
  width: 66.66%;
}
.device_detail .section1 .info .inner_page_tit {
  text-align: left;
  color: #000;
}
.device_detail .section1 .info .contact {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  margin-top: 2vw;
}
.device_detail .section1 .info a.btn {
  display: block;
  width: 200px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background-color: #82308e;
  margin-top: 1.5vw;
}
.device_detail .section2 {
  background-color: #fff;
  margin-top: 20px;
}
.device_detail .section2 .tab_title {
  font-size: 0;
  padding: 0 6vw;
  border-bottom: 1px solid #e6e6e6;
}
.device_detail .section2 .tab_title span {
  display: inline-block;
  vertical-align: top;
  margin-right: 2vw;
  padding: 30px 20px;
  border-width: 3px 1px 1px 1px;
  border-color: transparent;
  border-style: solid;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: -1px;
  cursor: pointer;
}
.device_detail .section2 .tab_title span.active {
  border-color: #e6a732 #e6e6e6 #fff #e6e6e6;
}
.device_detail .section2 .tab_content {
  padding: 3.5vw 6vw 6vw;
}
.device_detail .section2 .tab_content .child {
  display: none;
}
.device_detail .section2 .tab_content .cont {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
}
.device_detail .section2 .tab_content .items {
  font-size: 0;
  margin: 2vw -12px 0;
}
.device_detail .section2 .tab_content .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .device_detail .section2 .tab_content .item:nth-of-type(1), .device_detail .section2 .tab_content .item:nth-of-type(2), .device_detail .section2 .tab_content .item:nth-of-type(3), .device_detail .section2 .tab_content .item:nth-of-type(4) {
    margin-top: 0;
  }
}
.device_detail .section2 .tab_content .item .img_block {
  overflow: hidden;
  position: relative;
}
.device_detail .section2 .tab_content .item .img_block span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all .3s ease;
}
.device_detail .section2 .tab_content .item .img_block span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #82308e;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  transition: all .3s ease;
}
.device_detail .section2 .tab_content .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.device_detail .section2 .tab_content .item .txt_block {
  padding: 12px 0;
}
.device_detail .section2 .tab_content .item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  overflow: hidden;
}
.device_detail .section2 .tab_content .item span.btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  width: 80px;
  line-height: 26px;
  background-color: #82308e;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .device_detail .section2 .tab_content .item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .device_detail .section2 .tab_content .item:hover .img-block span {
    background-color: #82308e;
  }
  .device_detail .section2 .tab_content .item:hover .img-block span:after {
    border-left-color: #fff;
  }
  .device_detail .section2 .tab_content .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.website_main .section1 {
  padding: 6vw;
}
.website_main .section1 .item {
  padding: 2vw 0;
  border-bottom: 1px solid #e6e6e6;
}
.website_main .section1 a.btn {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 220px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.website_main .section1 h3 a.btn {
  display: block;
  background-color: #82308e;
  color: #fff;
}
.website_main .section1 .link {
  margin-top: 1.25vw;
  font-size: 0;
}
.website_main .section1 .link a.btn {
  background-color: #e6e6e6;
  margin-right: 1.25vw;
  color: #666;
}
.website_main .section1 .link a.btn:hover {
  background-color: #82308e;
  color: #fff;
}

.search_page_main .section1 {
  padding: 6vw;
  font-size: 0;
}
.search_page_main .section1 .left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  border: 1px solid #f2f2f2;
  padding: 30px 40px 50px;
}
.search_page_main .section1 .left .items {
  margin-bottom: 3vw;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.search_page_main .section1 .left .item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  line-height: 70px;
  padding-right: 90px;
  text-align: left;
}
.search_page_main .section1 .left .item a {
  font-size: 16px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search_page_main .section1 .left .item span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #808080;
}
.search_page_main .section1 .left .item:hover a {
  color: #82308e;
}
.search_page_main .section1 .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 360px;
  border: 1px solid #f2f2f2;
  border-top: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_page_main .section1 .right h3 {
  line-height: 60px;
  background-color: #82308e;
  font-size: 20px;
  color: #fff;
  text-indent: 40px;
}
.search_page_main .section1 .right a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  text-indent: 40px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_page_main .section1 .right a.hover, .search_page_main .section1 .right a:hover {
  color: #82308e;
}

@media screen and (max-width: 1600px) {
  .wrapper,
  .recruit_popups .main {
    width: 82vw;
  }

  .inner_banner h3 {
    font-size: 40px;
  }

  .inner_banner p {
    font-size: 14px;
  }

  .inner_page_tit {
    font-size: 28px;
  }

  .index_main .section1 .item p {
    font-size: 20px;
  }

  .index_main .index_tit {
    font-size: 40px;
  }

  .index_main .section2 .slick-list {
    padding-left: 9vw;
  }

  .index_main .section2 .item {
    margin-right: 20px;
  }

  .index_main .section2 .item .cont h3 {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
  }

  .index_main .section3 .right_box .txt_block h3 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }

  .index_main .section3 .left_box h3 {
    font-size: 20px;
  }

  .index_main .section4 .slick {
    margin: 40px -95px 0;
    padding: 0 80px;
  }

  .index_main .section5 .index_tit span:before {
    top: 20px;
  }

  .index_main .section5 .item .num span.count {
    font-size: 66px;
  }

  .website_main .section1 a.btn {
    line-height: 50px;
  }

  .search_page_main .section1 .left {
    width: calc(100% - 340px);
  }

  .search_page_main .section1 .left .item {
    line-height: 60px;
  }

  .search_page_main .section1 .left .item a {
    font-size: 15px;
  }

  .search_page_main .section1 .right {
    width: 300px;
  }

  .search_page_main .section1 .right h3 {
    line-height: 50px;
    font-size: 18px;
  }

  .search_page_main .section1 .right a {
    line-height: 60px;
  }

  .comm_top_box a {
    width: 160px;
    line-height: 48px;
  }

  .comm_top_box form.width_1 {
    width: calc(100% - 344px);
  }

  .comm_top_box form {
    height: 50px;
  }

  .comm_top_box form button {
    width: 48px;
    height: 48px;
  }

  .contact_main .section1 .item h3 {
    font-size: 20px;
  }

  .contact_main .section1 .item {
    padding: 0 15px;
  }

  .contact_main .section1 .item h3.tit {
    padding: 15px 130px 15px 0;
  }

  .contact_main .section1 .item .info {
    padding: 15px 0;
  }

  .contact_main .section1 .item h3 span {
    bottom: 15px;
  }

  .contact_main .section1 a.map {
    font-size: 16px;
    line-height: 50px;
  }

  .device_list .check .select input,
  .device_list .check .search input {
    height: 50px;
  }

  .device_list .check .select ul {
    padding-top: 50px;
  }

  .device_list .item .txt_block {
    margin-top: 15px;
    padding: 0 15px;
  }

  .device_list .item .btn {
    padding: 0 15px 24px;
  }

  .device_detail .section1 .info a.btn {
    width: 160px;
    font-size: 16px;
    line-height: 40px;
  }

  .device_detail .section2 .tab_title span {
    font-size: 16px;
  }

  .news_list .item .img_block {
    width: 320px;
  }

  .news_list .item .txt_block {
    left: 320px;
  }

  .news_detail .left_block {
    width: calc(100% - 380px);
  }

  .news_detail .right_block {
    width: 360px;
  }

  .news_detail .right_block .link_box {
    margin-top: 20px;
    padding-top: 20px;
  }

  .news_detail .right_block .link_box a {
    margin-top: 10px;
  }

  .news_detail .other_block .item span {
    font-size: 18px;
  }

  .news_detail .title_box .info span {
    font-size: 18px;
  }

  .platform_list .section1 .item h3 {
    font-size: 20px;
  }

  .platform_list .section1 .item i {
    width: 80px;
    height: 80px;
  }

  .platform_list .section1 .item .box {
    padding-right: 100px;
  }

  .platform_detail .section1 .left_box a {
    font-size: 16px;
    line-height: 50px;
  }

  .platform_detail .section1 .right_box .box_2 .item h3 {
    font-size: 18px;
  }

  .platform_detail .section1 .right_box .box_5 .item .tit,
  .platform_detail .section1 .right_box .box_5 .item .cont {
    padding: 15px 0;
  }

  .platform_detail .section1 .right_box .box_5 .item i {
    width: 24px;
    height: 24px;
  }

  .platform_detail .section1 .right_box .box_5 .item h3 {
    font-size: 16px;
    margin-left: 10px;
  }

  .service_index a.more_btn {
    width: 180px;
  }

  .service_list .comm_top_box a {
    width: 100px;
  }

  .comm_top_box form.width_2 {
    width: calc(100% - 448px);
  }

  .service_list .section1 .item {
    font-size: 16px;
  }

  .service_list .section1 .item a {
    padding: 20px 0;
  }

  .supports_list .section1 .item .txt_block h3 {
    font-size: 20px;
  }

  .supports_list .section1 .item .txt_block p {
    font-size: 14px;
  }

  .training_list .item .txt_block {
    padding: 0 15px;
  }

  .training_list .item .txt_block h3 {
    font-size: 18px;
    margin: 15px 0;
  }

  .training_list .item .txt_block .info {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1366px) {
  .inner_banner h3 {
    font-size: 36px;
  }

  .index_main .index_tit {
    font-size: 36px;
  }

  .inner_page_tit {
    font-size: 26px;
  }

  .index_main .section5 .index_tit span:before {
    top: 18px;
  }

  .index_main .section1 h3 {
    font-size: 14px;
  }

  .index_main .section1 .item p {
    font-size: 18px;
  }

  .index_main .section5 .para {
    font-size: 16px;
  }

  .index_main .section5 .item .num span.count {
    font-size: 60px;
  }

  .index_main .section5 a.link {
    width: 200px;
    font-size: 16px;
    line-height: 46px;
  }

  .index_main .section2 .item .cont h3 {
    font-size: 18px;
  }

  .index_main .section3 .left_box h3 {
    font-size: 18px;
  }

  .index_main .section3 .right_box .txt_block h3 {
    line-height: 20px;
    max-height: 40px;
  }

  .index_main .section3 .right_box .txt_block span {
    font-size: 14px;
  }

  .index_main .section3 .link a,
  .index_main .section4 a.link {
    width: 200px;
    font-size: 16px;
    line-height: 46px;
  }

  .website_main .section1 a.btn {
    line-height: 46px;
  }

  .about_main .section1 .para {
    font-size: 16px;
    line-height: 2;
  }

  .comm_top_box a {
    width: 120px;
    font-size: 14px;
  }

  .comm_top_box form.width_1 {
    width: calc(100% - 264px);
  }

  .comm_top_box form input {
    font-size: 14px;
  }

  .contact_main .section1 .item h3 {
    font-size: 18px;
  }

  .device_list .check .select input,
  .device_list .check .search input,
  .device_list .check .select ul li {
    font-size: 14px;
  }

  .device_detail .section1 .info .contact {
    font-size: 14px;
    line-height: 28px;
  }

  .device_detail .section2 .tab_title span {
    padding: 20px;
  }

  .device_detail .section2 .tab_content .cont {
    font-size: 14px;
    line-height: 24px;
  }

  .device_detail .section1 .slick .slick-dots {
    bottom: -30px;
  }

  .news_detail .left_block {
    width: calc(100% - 340px);
  }

  .news_detail .right_block {
    width: 320px;
  }

  .news_detail .right_block .link_box a {
    font-size: 14px;
  }

  .news_detail .other_block .item a {
    font-size: 14px;
  }

  .news_detail .title_box .info span {
    font-size: 16px;
  }

  .platform_list .section1 .item i {
    width: 70px;
    height: 70px;
    background-size: auto 30px;
  }

  .platform_detail .section1 .right_box .box_1 .para {
    font-size: 14px;
    line-height: 28px;
  }

  .platform_detail .section1 .right_box .box_2 .item i {
    height: 40px;
    background-size: contain;
  }

  .platform_detail .section1 .right_box .box_2 .item h3 {
    font-size: 16px;
  }

  .platform_detail .section1 .right_box .box_2 .item p {
    font-size: 12px;
  }

  .platform_detail .section1 .right_box .box_3 .infos {
    font-size: 14px;
    line-height: 28px;
  }

  .platform_detail .section1 .right_box .box_5 .item .cont {
    font-size: 12px;
    line-height: 20px;
  }

  .service_index .section1 .item h3 {
    font-size: 16px;
  }

  .service_index .section2 .item a {
    font-size: 16px;
  }

  .service_index .section3 .item h3 {
    font-size: 16px;
  }

  .service_index .section4 .item .date {
    font-size: 14px;
  }

  .service_index .section4 .item h3 {
    font-size: 18px;
  }

  .service_index .section4 .item span {
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    width: 92%;
  }

  .inner_banner {
    padding: 60px 0 90px;
  }

  .inner_banner h3 {
    font-size: 26px;
  }

  .inner_banner p {
    font-size: 12px;
  }

  .inner_banner:after {
    margin-top: 10px;
  }

  .inner_page {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .website_main .section1,
  .search_page_main .section1 {
    padding: 30px 15px;
  }

  .inner_page_tit {
    font-size: 20px;
  }

  .comm_pages ul li {
    margin: 0 2px;
  }

  .comm_pages ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .comm_pages ul li:first-of-type a,
  .comm_pages ul li:last-of-type a {
    width: 50px;
  }

  .index_main .section1 .txts {
    width: 60vw;
    padding: 15px;
  }

  .index_main .section1 .item h3 {
    font-size: 12px;
  }

  .index_main .section1 .item p {
    font-size: 16px;
    line-height: 24px;
  }

  .index_main .section1 .slick-dots {
    bottom: 10px;
    left: 0;
    width: 40vw;
    text-align: center;
  }

  .index_main .section1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .index_main .section1 .slick-dots li.slick-active {
    width: 16px;
  }

  .index_main .index_tit {
    font-size: 20px;
  }

  .index_main .index_tit_wrap h4 {
    font-size: 12px;
  }

  .index_main .index_tit_wrap:after {
    margin-top: 10px;
  }

  .index_main .section2 {
    padding: 30px 0;
  }

  .index_main .section2 .slick {
    margin: 15px 4% 0;
  }

  .index_main .section2 .slick-list {
    padding-left: 0;
  }

  .index_main .section2 .item {
    margin: 0 2px;
  }

  .index_main .section2 .item .show {
    display: none;
  }

  .index_main .section2 .item .hide {
    opacity: 1;
    visibility: visible;
  }

  .index_main .section2 .item .date {
    padding: 15px;
  }

  .index_main .section2 .item .cont {
    padding: 15px;
  }

  .index_main .section2 .item .cont h3 {
    margin-top: 10px;
    font-size: 16px;
  }

  .index_main .section2 .item .cont .info {
    margin-top: 10px;
  }

  .index_main .section2 .line {
    display: none;
  }

  .index_main .section2 .slick-dots {
    margin-top: 15px;
  }

  .index_main .section2 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .index_main .section3 .bg {
    height: 44vw;
  }

  .index_main .section3 .index_tit_wrap {
    padding: 30px 0 48px;
  }

  .index_main .section3 .main {
    padding: 30px 15px 15px;
  }

  .index_main .section3 .left_box {
    width: 100%;
    margin-right: 0;
  }

  .index_main .section3 .left_box .txt {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .index_main .section3 .left_box h3 {
    font-size: 16px;
  }

  .index_main .section3 .left_box span {
    font-size: 14px;
  }

  .index_main .section3 .right_box {
    width: 100%;
    margin-top: 10px;
  }

  .index_main .section3 .right_box a {
    margin-bottom: 10px;
  }

  .index_main .section3 .right_box .txt_block {
    padding-left: 10px;
  }

  .index_main .section3 .right_box .txt_block h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .index_main .section3 .right_box .txt_block span {
    font-size: 14px;
  }

  .index_main .section3 .link {
    margin-top: 15px;
  }

  .index_main .section3 .link a {
    width: 140px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }

  .index_main .section4 {
    padding: 30px 0;
  }

  .index_main .section4 .slick {
    margin: 15px 0 0;
    padding: 0;
  }

  .index_main .section4 .item {
    margin: 0;
  }

  .index_main .section4 .item .txt_block {
    padding: 15px;
  }

  .index_main .section4 .item .txt_block h3 {
    font-size: 16px;
  }

  .index_main .section4 .slick-dots {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
  }
  .index_main .section4 .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    background-color: #d9d9d9;
    cursor: pointer;
  }
  .index_main .section4 .slick-dots li.slick-active {
    background-color: #e6a732;
  }
  .index_main .section4 .slick-dots button {
    display: none;
  }

  .index_main .section4 a.link {
    width: 140px;
    line-height: 36px;
    font-size: 14px;
    margin-top: 15px;
  }

  .index_main .section5 {
    padding: 30px 0;
  }

  .index_main .section5 .index_tit span:before {
    display: none;
  }

  .index_main .section5 .para {
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }

  .index_main .section5 a.link {
    width: 140px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }

  .index_main .section5 .items {
    padding: 0;
  }

  .index_main .section5 .item {
    width: 100%;
    padding: 10px;
  }

  .index_main .section5 .item .num span.count {
    font-size: 40px;
  }

  .index_main .section5 .item .num span.sub {
    font-size: 12px;
    margin: 7px 0 0 5px;
  }

  .index_main .section5 .item p {
    margin-top: 10px;
  }

  .website_main .section1 .item {
    padding: 15px 0;
  }

  .website_main .section1 .link {
    margin-top: 5px;
  }

  .website_main .section1 a.btn {
    width: calc((100% - 10px) / 3);
    line-height: 36px;
    font-size: 14px;
  }

  .website_main .section1 .link a.btn {
    margin-right: 5px;
    margin-top: 5px;
  }
  .website_main .section1 .link a.btn:nth-of-type(3n) {
    margin-right: 0;
  }

  .search_page_main .section1 .left {
    width: 100%;
    padding: 15px;
  }

  .search_page_main .section1 .left .item {
    line-height: 40px;
  }

  .search_page_main .section1 .right {
    margin: 15px 0 0;
    width: 100%;
  }

  .search_page_main .section1 .right a {
    line-height: 40px;
  }

  .about_main .section1,
  .about_main .section2 {
    padding: 30px 15px;
    margin: 0;
  }

  .about_main .section1 .para {
    margin: 15px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .about_main .section2 .img_box {
    margin-top: 15px;
  }

  .contact_main .section1 {
    padding: 30px 15px;
  }

  .comm_top_box {
    text-align: left;
  }

  .comm_top_box a {
    line-height: 38px;
  }

  .comm_top_box form {
    width: 100% !important;
    margin-top: 10px;
    height: 38px !important;
  }

  .comm_top_box form button {
    width: 38px;
    height: 38px;
    background-size: auto 20px;
  }

  .contact_main .section1 .items {
    margin: 15px 0 0;
  }

  .contact_main .section1 .item {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px;
  }
  .contact_main .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .contact_main .section1 .item h3.tit {
    padding: 20px 130px 20px 0;
  }

  .contact_main .section1 .item h3 span {
    bottom: 20px;
  }

  .contact_main .section1 .item h3 {
    font-size: 16px;
  }

  .contact_main .section1 .item .info {
    padding: 20px 0;
  }

  .contact_main .section1 a.map {
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
  }

  .device_list .section1 {
    padding: 30px 15px;
  }

  .device_list .check .box {
    width: 100%;
  }

  .device_list .check .select input, .device_list .check .search input {
    height: 40px;
  }

  .device_list .check .box:nth-of-type(2) {
    margin: 10px 0 0;
  }

  .device_list .check .select.open ul {
    padding-top: 40px;
  }

  .device_list .check .select ul li {
    line-height: 40px;
  }

  .device_list .items {
    margin: 15px 0 20px;
  }

  .device_list .item {
    width: 100%;
    margin: 15px 0 0;
  }
  .device_list .item:nth-of-type(1) {
    margin-top: 0;
  }

  .device_list .item .box {
    padding-bottom: 0;
  }

  .device_list .item:before {
    display: none;
  }

  .device_list .item .txt_block h3 {
    height: auto;
  }

  .device_list .item .txt_block {
    padding: 0 20px;
  }

  .device_list .item .btn {
    padding: 0 20px;
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }

  .device_list .item .btn a {
    line-height: 30px;
  }

  .device_detail .section1 {
    padding: 30px 15px;
  }

  .device_detail .section1 .slick {
    width: 100%;
    border: none;
  }

  .device_detail .section1 .slick .slick-dots {
    position: static;
    margin-top: 15px;
  }

  .device_detail .section1 .slick .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .device_detail .section1 .slick .slick-dots li.slick-active {
    width: 16px;
  }

  .device_detail .section1 .info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .device_detail .section1 .info .contact {
    margin-top: 15px;
    line-height: 24px;
  }

  .device_detail .section1 .info a.btn {
    width: 120px;
    line-height: 36px;
    margin-top: 15px;
    font-size: 14px;
  }

  .device_detail .section2 .tab_title {
    padding: 0 15px;
  }

  .device_detail .section2 .tab_title span {
    padding: 10px 5px;
    margin-right: 0;
    font-size: 12px;
  }

  .device_detail .section2 .tab_title span.active {
    border-color: #e6a732 #fff #fff #fff;
  }

  .device_detail .section2 .tab_content {
    padding: 20px 15px;
  }

  .device_detail .section2 .tab_content .items {
    margin: 0;
  }

  .device_detail .section2 .tab_content .item {
    width: calc(50% - 5px);
    margin: 15px 0 0;
  }
  .device_detail .section2 .tab_content .item:nth-of-type(1), .device_detail .section2 .tab_content .item:nth-of-type(2) {
    margin-top: 0;
  }
  .device_detail .section2 .tab_content .item:nth-of-type(even) {
    margin-left: 10px;
  }

  .news_list .section1 {
    padding: 30px 15px;
  }

  .news_list .items {
    margin: 15px 0 20px;
  }

  .news_list .item {
    padding: 0;
    margin: 15px 0 0;
  }
  .news_list .item:nth-of-type(1) {
    margin-top: 0;
  }
  .news_list .item:after {
    display: none;
  }

  .news_list .item .img_block {
    width: 100%;
  }

  .news_list .item .txt_block {
    position: static;
    padding: 15px 0;
  }

  .news_list .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .news_list .item .date {
    font-size: 14px;
  }

  .news_list .item span {
    display: none;
  }

  .news_detail {
    padding: 20px 0 30px;
  }

  .news_detail .main {
    margin-top: 10px;
  }

  .news_detail .left_block {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .news_detail .right_block {
    width: 100%;
    float: none;
  }

  .news_detail .top_block {
    padding: 30px 15px;
  }

  .news_detail .title_box .info {
    margin-top: 10px;
  }

  .news_detail .title_box .info span {
    font-size: 14px;
  }

  .news_detail .cont_box {
    padding-top: 15px;
    margin-top: 15px;
  }

  .news_detail .back_btn {
    width: 66px;
    height: 66px;
    margin: 15px auto 0;
  }

  .news_detail .other_block {
    margin-top: 15px;
  }

  .news_detail .other_block .item {
    width: 100%;
    padding: 15px;
  }

  .news_detail .other_block .item:last-of-type {
    margin: 10px auto 0;
  }

  .news_detail .other_block .item span {
    font-size: 16px;
  }

  .news_detail .other_block .item a {
    font-size: 12px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news_detail .right_block {
    margin-top: 20px;
    padding: 30px 15px;
  }

  .news_detail .right_block .link_box {
    margin-top: 15px;
    padding-top: 15px;
  }

  .platform_list .section1 {
    padding: 30px 15px;
  }

  .platform_list .section1 .items {
    margin-top: 15px;
  }

  .platform_list .section1 .item {
    width: 100%;
  }
  .platform_list .section1 .item:nth-of-type(odd) {
    background-color: #f7f7f7;
  }
  .platform_list .section1 .item:nth-of-type(even) {
    background-color: #e6e6e6;
  }

  .platform_list .section1 .item a {
    padding: 20px;
  }

  .platform_list .section1 .item h3 {
    font-size: 18px;
  }

  .platform_list .section1 .item .box {
    padding-right: 60px;
  }

  .platform_list .section1 .item i {
    width: 50px;
    height: 50px;
    background-size: auto 24px;
  }

  .platform_list .section1 .item p {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    margin: 15px 0;
  }

  .platform_detail .section1 .left_box {
    width: 100%;
    padding: 0;
    top: 82px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }

  .platform_detail .section1 .left_box a {
    font-size: 12px;
    line-height: 40px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20%;
    padding: 0;
    background-color: #82308e;
  }

  .platform_detail .section1 .right_box {
    width: 100%;
    padding: 30px 15px;
  }

  .platform_detail .section1 .right_box .box .inner_page_tit {
    padding-left: 15px;
  }

  .platform_detail .section1 .right_box .box_1 .para {
    margin-top: 15px;
  }

  .platform_detail .section1 .right_box .box {
    margin-top: 30px;
  }

  .platform_detail .section1 .right_box .box_2 .items {
    margin: 15px -5px 0;
  }

  .platform_detail .section1 .right_box .box_2 .item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 15px;
  }

  .platform_detail .section1 .right_box .box_2 .item i {
    height: 24px;
  }

  .platform_detail .section1 .right_box .box_2 .item h3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .platform_detail .section1 .right_box .box_2 .item p {
    display: none;
  }

  .platform_detail .section1 .right_box .box_3 .infos {
    margin-top: 15px;
  }

  .platform_detail .section1 .right_box .box_4 .items {
    margin: 15px 0 0;
  }

  .platform_detail .section1 .right_box .box_4 .item {
    width: 100%;
    margin: 15px 0 0;
  }
  .platform_detail .section1 .right_box .box_4 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .platform_detail .section1 .right_box .box_4 .item p {
    height: 40px;
  }

  .platform_detail .section1 .right_box .box_5 .items {
    margin: 15px -5px 0;
    display: block;
  }

  .platform_detail .section1 .right_box .box_5 .item {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 15px;
  }
  .platform_detail .section1 .right_box .box_5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .platform_detail .section1 .right_box .box_6 .items {
    margin: 15px 0 0;
  }

  .platform_detail .section1 .right_box .box_6 .item {
    width: calc(50% - 5px);
    margin: 15px 0 0;
  }
  .platform_detail .section1 .right_box .box_6 .item:nth-of-type(1), .platform_detail .section1 .right_box .box_6 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .platform_detail .section1 .right_box .box_6 .item:nth-of-type(even) {
    margin-left: 10px;
  }

  .service_index .section1 {
    padding: 30px 15px;
  }

  .service_index .section1 .items {
    margin: 15px 0 0;
  }

  .service_index .section1 .item {
    width: 100%;
    margin: 15px 0 0;
  }
  .service_index .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service_index .section1 .item a {
    padding: 20px;
  }

  .service_index .section1 .item h3 {
    height: auto;
  }

  .service_index .section1 .item .date {
    margin-top: 10px;
    font-size: 14px;
  }

  .service_index a.more_btn {
    margin-top: 20px;
    width: 140px;
    line-height: 36px;
    font-size: 14px;
  }

  .service_index .section2 {
    padding: 30px 15px;
  }

  .service_index .section2 .items {
    margin: 15px 0 0;
  }

  .service_index .section2 .item {
    width: 100%;
    margin: 15px 0 0;
  }
  .service_index .section2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service_index .section2 .item a {
    padding: 15px 20px;
    padding-right: 40px;
    background-position: calc(100% - 20px) center;
  }

  .service_index .section3 {
    padding: 30px 15px;
  }

  .service_index .section3 .items {
    margin: 15px 0 0;
  }

  .service_index .section3 .item {
    width: 100%;
    margin: 15px 0 0;
  }
  .service_index .section3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service_index .section3 .item a {
    padding: 0 20px;
  }

  .service_index .section3 .item .tit {
    padding: 20px 0;
  }

  .service_index .section3 .item h3 {
    line-height: 24px;
    height: auto;
  }

  .service_index .section3 .item .date {
    font-size: 14px;
    line-height: 50px;
  }

  .service_index .section4 {
    padding: 30px 15px;
  }

  .service_index .section4 .items {
    margin: 15px 0 0;
  }

  .service_index .section4 .item {
    margin: 0 2px;
  }

  .service_index .section4 .item .txt_block {
    padding: 20px;
  }

  .service_index .section4 .slick-dots {
    text-align: center;
    margin-top: 15px;
    font-size: 0;
  }
  .service_index .section4 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .service_index .section4 .slick-dots li.slick-active {
    background-color: #e6a732;
  }
  .service_index .section4 .slick-dots button {
    display: none;
  }

  .service_list .section1 {
    padding: 30px 15px;
  }

  .service_list .comm_top_box a {
    width: calc(25% - 7px);
    margin-right: 7px;
  }

  .service_list .section1 .items {
    margin: 15px 0 20px;
  }

  .service_list .section1 .item {
    padding: 10px 0;
  }

  .service_list .section1 .item a {
    padding: 0;
  }

  .service_list .section1 .item span {
    font-size: 14px;
    position: static;
  }

  .supports_list .section1 {
    padding: 30px 15px;
  }

  .supports_list .section1 .item {
    padding: 20px 0;
  }

  .supports_list .section1 .item .txt_block {
    margin-top: 15px;
  }

  .supports_list .section1 .item .txt_block h3 {
    font-size: 16px;
  }

  .supports_list .section1 .item .txt_block p {
    line-height: 24px;
    margin: 10px 0;
  }

  .training_list .section1 {
    padding: 30px 15px;
  }

  .training_list .items {
    margin: 15px 0 20px;
  }

  .training_list .item {
    width: 100%;
    margin: 15px 0 0;
  }
  .training_list .item:nth-of-type(1) {
    margin-top: 0;
  }

  .training_list .item .txt_block h3 {
    font-size: 16px;
  }

  .training_list .item .btn {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-bottom: 0;
    padding: 0 15px;
  }

  .training_list .item .btn span {
    margin-left: 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
