#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

.wap-hd-nav { display: none; }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; background-color: #9b93ff; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #9b93ff; } }

.m-mobilenav { display: none; }

@media screen and (max-width: 991px) { .m-mobilenav { position: absolute; z-index: 11; padding-top: 25px; top: 0; left: 0; display: block; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-mobilenav .mbnav-btn { position: absolute; z-index: 2; top: 10px; left: 17px; width: 26px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-btn .line { width: 100%; height: 2px; background-color: #9b93ff; }
  .m-mobilenav .mbnav-btn .line2 { margin-top: 6px; margin-bottom: 6px; }
  .m-mobilenav .mbnav-btn.active { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .m-mobilenav .mbnav-bd { position: absolute; left: 0; top: 0; width: 300px; height: 100%; top: 0; visibility: hidden; z-index: 1; }
  .m-mobilenav .mbnav-bd.show { visibility: visible; }
  .m-mobilenav .mbnav-bd.show .mbnav-wp { height: 100%; opacity: 1; }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a { opacity: 1; -webkit-transform: scale(1) translate(0, 0); -moz-transform: scale(1) translate(0, 0); -ms-transform: scale(1) translate(0, 0); -o-transform: scale(1) translate(0, 0); transform: scale(1) translate(0, 0); }
  .m-mobilenav .mbnav-wp { position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: #333; top: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }
  .m-mobilenav .mbnav-fix { position: absolute; left: 0; top: 60px; height: -webkit-calc(100% - 60px); height: -moz-calc(100% - 60px); height: calc(100% - 60px); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }
  .m-mobilenav .mbnav-item { position: relative; padding-left: 44px; padding-right: 24px; padding-top: 10px; padding-bottom: 10px; }
  .m-mobilenav .mbnav-item i { position: absolute; left: 13px; top: 12px; width: 24px; height: 24px; line-height: 24px; text-align: center; background-color: #333; font-size: 20px; font-size: 2rem; color: #fff; cursor: pointer; }
  .m-mobilenav .mbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; -webkit-transform: scale(1.1) translate(60px, -35px); -moz-transform: scale(1.1) translate(60px, -35px); -ms-transform: scale(1.1) translate(60px, -35px); -o-transform: scale(1.1) translate(60px, -35px); transform: scale(1.1) translate(60px, -35px); opacity: 0; -webkit-transition: .5s .1s; -o-transition: .5s .1s; -moz-transition: .5s .1s; transition: .5s .1s; }
  .m-mobilenav .mbnav-item > a.current:after { content: ""; margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-item > a.active { color: #9b93ff; }
  .m-mobilenav .mbnav-item > a.active:after { background-color: #9b93ff; }
  .m-mobilenav .mbnav-item:nth-child(1) > a { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .m-mobilenav .mbnav-item:nth-child(2) > a { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
  .m-mobilenav .mbnav-item:nth-child(3) > a { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; }
  .m-mobilenav .mbnav-item:nth-child(4) > a { -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; }
  .m-mobilenav .mbnav-item:nth-child(5) > a { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; }
  .m-mobilenav .mbnav-item:nth-child(6) > a { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; }
  .m-mobilenav .mbnav-item:nth-child(7) > a { -webkit-transition-delay: 550ms; -moz-transition-delay: 550ms; -o-transition-delay: 550ms; transition-delay: 550ms; }
  .m-mobilenav .mbsbnav-list { padding: 10px 0; display: none; }
  .m-mobilenav .mbsbnav-item { position: relative; padding-left: 20px; padding-right: 5px; }
  .m-mobilenav .mbsbnav-item i { left: 0; top: 6px; line-height: 24px; }
  .m-mobilenav .mbsbnav-item a { display: block; padding: 5px 5px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }
  .m-mobilenav .mbsbnav-item a.active { color: #9b93ff; } }

.slide .carouse { width: 100%; overflow: hidden; position: relative; cursor: pointer; }

.slide .slideItem .banner-img { width: 100%; }

.slide .carouse .slideItem { width: 100%; position: absolute; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .dotList { text-align: center; margin-top: 20px; }

.slide .dotList ul li { display: inline-block; width: 10px; height: 10px; background-position: -12px 0px; margin-left: 10px; cursor: pointer; }

.slide .dotList ul li.active { background-position: 0px 0px; }

.slide .carousel-control { position: absolute; top: 45%; width: 30px; height: 30px; z-index: 999; }

.slide .carousel-control.left { left: 0; background-position: -38px 0px; cursor: pointer; }

.slide .carousel-control.right { right: 0; background-position: -85px 0px; cursor: pointer; }

.slide .slidedetail { display: none; }

.imgtoVideo img { width: 100%; }

.imgtoVideo > div { padding: 1px; position: relative; cursor: pointer; width: 49%; display: inline-block; }

.imgtoVideo > div:hover .imgtoVideoDetail { display: block; }

.imgtoVideo .imgtoVideoDetail { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 1px; display: none; }

.imgtoVideo .imgtoVideoDetail > div { background: rgba(0, 98, 197, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49); width: 100%; height: 100%; text-align: center; }

.imgtoVideo .tovideo .imgtoVideoDetail { display: block; }

.imgtoVideo .tovideo .imgtoVideoDetail > div { background: #0C2D47; width: 60px; height: 60px; color: #fff; line-height: 60px; vertical-align: middle; margin: 0 auto; margin-top: 17%; }

.imgtoVideo .imgtoVideoDetail .fa-search { color: #fff; font-size: 25px; margin-top: 21%; }

.contentIV { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; display: table; background: rgba(20, 43, 73, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49); margin: 0 auto; z-index: -999; max-width: 1024px; display: none; }

#picturetoVideo .carouse .slideItem { display: table; height: 100%; }

#picturetoVideo .carouse .slideItem > div { display: table-cell; vertical-align: middle; text-align: center; }

#picturetoVideo .carouse .slideItem .banner-img { max-width: 100%; width: auto; }

.closeContentIV { position: absolute; top: 10px; right: 10px; font-size: 25px; color: #fff; font-weight: bold; cursor: pointer; z-index: 999; }

::-moz-selection { color: #fff; background: #9b93ff; }

::selection { color: #fff; background: #9b93ff; }

* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; scroll-behavior: smooth; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family: Muli, sans-serif; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; }

@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }

@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }

a { color: #333; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #9b93ff; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1200px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; width: 1200px; max-width: 100%; overflow: visible; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1219px) { .f-box { width: 960px; } }

@media screen and (max-width: 991px) { .f-box { width: 720px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 15px; padding-right: 15px; } }

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #9b93ff; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforey:hover { color: #fff; }

.an-hoverbtn-beforey:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforex { position: relative; }

.an-hoverbtn-beforex > * { position: relative; }

.an-hoverbtn-beforex:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: #9b93ff; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforex:hover { color: #fff; }

.an-hoverbtn-beforex:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverbtn-beforer { position: relative; overflow: hidden; }

.an-hoverbtn-beforer > * { position: relative; }

.an-hoverbtn-beforer:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; height: 100%; background-color: #9b93ff; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforer:hover { color: #fff; }

.an-hoverbtn-beforer:hover:before { right: 0; }

.an-boxsd:hover { -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); }

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.m-desc a { color: #9b93ff; }

.m-desc a:hover { text-decoration: underline; }

.m-desc p, .m-desc span, .m-desc b { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.m-desc p { min-height: 28px; }

.m-desc img { max-width: 100%; }

.m-desc iframe { display: block; max-width: 100%; margin: 0 auto; }

.m-desc table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto; }

.m-desc table tr td { padding: 10px; border: 1px solid #ccc; background: #fff; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 991px) { .m-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc a { color: #9b93ff; }
  .m-desc a:hover { text-decoration: underline; }
  .m-desc p, .m-desc span, .m-desc b { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc p { min-height: 24px; } }

.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 10px; height: 30px; border: 1px solid #ccc; word-wrap: break-word;
    }

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
  .table > div { width: 100% !important; max-width: 100%; } }

@media screen and (max-width: 991px) { [class*="-item"] .item-title { font-size: 14px; font-size: 1.4rem; }
  [class*="-item"] .item-desc { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-link { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-modal { display: none; } }

/* .m-xx end */
/* .j-xx start */
.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-top { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-left { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-right { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-fadein { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; opacity: 0; }

.j-fadein.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-fadein { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-lazy { min-width: 100%; }

/* .j-xx end */
[class*="-item"] .item-pic { position: relative; display: block; line-height: 0; font-size: 0; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #9b93ff; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; }

[class*="-item"] .item-desc a:hover { color: #9b93ff; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0);
    transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0);
    transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0);
    transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { background-color: #ebebeb; padding-top: 49px; padding-bottom: 48px; }

.m-crm .box-title { line-height: 44px; font-size: 34px; font-size: 3.4rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-align: center; text-transform: uppercase; }

.m-crm .box-desc { margin-top: 6px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333; text-align: center; }

.m-crm .box-desc a { color: #333; }

.m-crm .box-desc a:hover { color: #9b93ff; }

.m-crm .box-desc a.active { color: #9b93ff; }

@media screen and (max-width: 991px) { .m-crm { padding-top: 30px; padding-bottom: 30px; }
  .m-crm .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-crm .box-desc { line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

.m-oths { margin-top: 60px; }

.m-oths .oths-item { padding-left: 36px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

.m-oths .oths-item a { color: #666; }

.m-oths .oths-item a:hover { color: #9b93ff; }

.m-oths .oths-item-1 { margin-bottom: 22px; background-image: url("../images/oths1.png"); }

.m-oths .oths-item-2 { background-image: url("../images/oths2.png"); }

@media screen and (max-width: 991px) { .m-oths { margin-top: 30px; }
  .m-oths .oths-item { font-size: 14px; font-size: 1.4rem; }
  .m-oths .oths-item-1 { margin-bottom: 10px; } }

.m-page { margin-top: 86px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 38px; height: 38px; line-height: 36px; font-size: 16px; font-size: 1.6rem; color: #999; text-align: center; border: 1px solid #d9d9d9; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page a:hover { color: white; border-color: #9b93ff; background-color: #9b93ff; }

.m-page a.active { color: white; border-color: #9b93ff; background-color: #9b93ff; }
.m-page .no:hover{border: 1px solid #d9d9d9 !important;  background-color: #fff !important;color: #999 !important;}
.m-page .no:hover i{ ba}
.m-page2 { position: relative; }

.m-page2 .page-form { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-page2 .form-btn { display: inline-block; *display: inline; *zoom: 1; min-width: 128px; height: 38px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #9b93ff; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.m-kf { position: fixed; z-index: 10; right: 0; top: 30%; }

.m-kf .kf-item { position: relative; display: block; line-height: 0; font-size: 0; width: 70px; line-height: 70px; margin-bottom: 1px; font-size: 30px; font-size: 3rem; text-align: center; background-color: #f2f2f2; border-radius: 5px; }

.m-kf .kf-item .icon-whatsapp1 { color: #3ac34c; }

.m-kf .kf-item .icon-wechat { color: #83c14b; }

.m-kf .kf-item .icon-skype1 { color: #09a8fa; }

.m-kf .kf-item .icon-email1 { color: #007cbc; }

.m-kf .kf-item:hover { color: #fff; background-color: #333; }

.m-kf .kf-item.active { color: #fff; background-color: #333; }

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 100%; width: 90px; font-size: 0; line-height: 0; }

.m-kf .gotop { display: none; }

@media screen and (max-width: 991px) { .m-kf { right: 0; top: auto; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; background-color: #f2f2f2; }
 .m-kf #contact1{width: 100%;
    display: inherit;}
 
  .m-kf .kf-item { width: 25%; text-align: center; line-height: 60px; font-size: 26px; font-size: 2.6rem; background-color: #f2f2f2 !important; }
  .m-kf .kf-item2 { position: relative; }
  .m-kf .kf-wx { bottom: 100%; right: 0; }
  .m-kf .gotop { width: 25%; line-height: 60px; font-size: 20px; font-size: 2rem; color: #333; text-align: center; display: block; }
  .g-ft { padding-bottom: 63px; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; width: 42px; height: 42px; line-height: 42px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #333; display: none; box-shadow: 2px 2px 0 0 rgba(181, 181, 181, 0.7); }

.returntop:hover { color: #fff; background-color: #9b93ff; }

@media screen and (max-width: 991px) { .returntop { display: none !important; } }

.g-habt { padding-top: 87px; padding-bottom: 88px; }

@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; } }

.m-habt1 { overflow: hidden; }

.m-habt1 .box-img { float: right; width: 49.89583%; line-height: 0; font-size: 0; position: relative; overflow: hidden; z-index:-1 }

.m-habt1 .box-img a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-habt1 .box-fix { padding-top: 39px; padding-right: 4.16667%; overflow: hidden; }

.m-habt1 .box-text { float: right; width: 90%; max-width: 522px; padding-bottom: 30px; }

.m-habt1 .box-logo { line-height: 0; font-size: 0; }

.m-habt1 .box-title { margin-top: 4px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; }

.m-habt1 .box-title span { font-family: "GothamBold", arial, helvetica, sans-serif; }

.m-habt1 .box-desc { margin-top: 16px; max-height: 168px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-habt1 .box-desc a { color: #666; }

.m-habt1 .box-desc a:hover { color: #9b93ff; }

@media screen and (max-width: 991px) { .m-habt1 { width: 96%; max-width: 720px; margin-left: auto; margin-right: auto; }
  .m-habt1 .box-img { float: none; width: 100%; padding-top: 59.86111% !important; }
  .m-habt1 .box-text { float: none; width: 100%; max-width: 100%; }
  .m-habt1 .box-fix { padding-right: 0; }
  .m-habt1 .box-logo img { width: 30px; }
  .m-habt1 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-habt1 .box-desc { max-height: 88px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.m-habt2 { margin-top: -145px; }

.m-habt2 .box-video { float: left; margin-right: 3.75%; width: 57%; box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.32); }
.m-habt2 .box-video .iframea {     position: relative;
    padding-top: 56.14035%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;}
	.m-habt2 .box-video .iframea iframe{    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}

.m-habt2 .box-video a { display: block; line-height: 0; font-size: 0; }

.m-habt2 .box-text { padding-top: 15%; overflow: hidden; }

.m-habt2 .box-desc {line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-habt2 .box-link { margin-top: 32px; }

.m-habt2 .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 176px; line-height: 30px; padding: 12px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #666; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-habt2 .box-link a:hover { box-shadow: 0px 4px 20px 0px rgba(108, 72, 0, 0.26); }

@media screen and (max-width: 1660px) { .m-habt2 { margin-top: -50px; } 

.m-habt2 .box-text { padding-top: 10%; overflow: hidden; }
}

@media screen and (max-width: 1366px) { .m-habt2 { margin-top: 0; }
  .m-habt2 .box-text { padding-top: 30px; } }

@media screen and (max-width: 991px) { .m-habt2 .box-video { float: none; margin-right: 0; width: 100%; max-width: 500px; }
  .m-habt2 .box-desc {  line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.g-hcert { padding-top: 54px; padding-bottom: 60px; background-color: #ebebeb; }

.g-hcert.bg1 { background: url("../images/hbg1.jpg") no-repeat center bottom; }

.g-hcert.bg0 { background: #ebebeb; }

@media screen and (max-width: 991px) { .g-hcert { padding-top: 30px; padding-bottom: 30px; background: #ebebeb !important; } }

.m-hcert .box-tabhd { margin-bottom: 49px; font-size: 0; letter-spacing: 0; }

.m-hcert .tabhd-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 50%; line-height: 50px; padding: 22px; font-size: 36px; font-size: 3.6rem; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; text-align: center; }

.m-hcert .tabhd-item span { font-family: "GothamBold", arial, helvetica, sans-serif; }

.m-hcert .tabhd-item:hover { color: #333; background-color: #9b93ff; }

.m-hcert .tabhd-item.active { background-color: #9b93ff; box-shadow: 0px 6px 10px 0px rgba(30, 15, 203, 0.43); }

.m-hcert .box-desc { line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; }

.m-hcert .box-desc a { color: #666; }

.m-hcert .box-desc a:hover { color: #9b93ff; }

.m-hcert .tabbd-item { display: none; }

.m-hcert .tabbd-item.show { display: block; }

.m-hcertl { margin-top: 39px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-hcertl .list-item { margin-right: 2.5%; display: inline-block; *display: inline; *zoom: 1; vertical-align: bottom; }

.m-hcertl .list-item1, .m-hcert .list-item5 { width: 14.25%; }

.m-hcertl .list-item2, .m-hcert .list-item4 { width: 17.33333%; }

.m-hcertl .list-item3 { width: 21.5%; }

@media screen and (max-width: 991px) { .m-hcert .box-tabhd { margin-bottom: 30px; }
  .m-hcert .tabhd-item { padding: 10px 15px; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-hcert .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-hcert .tabhd-item { width: 100%; } }

.m-hadva { font-size: 0; letter-spacing: 0; padding-top: 30px; margin-bottom: -30px; }

.m-hadva .box-item { margin-right: 4%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 30.66667%; border-radius: 20px; background: #fff; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; padding-left: 30px; padding-right: 30px; padding-top: 50px; padding-bottom: 45px; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hadva .box-item .item-icon { display: inline-block; *display: inline; *zoom: 1; width: 84px; line-height: 84px; text-align: center; }

.m-hadva .box-item .item-icon img { vertical-align: middle; }

.m-hadva .box-item .item-text { padding-top: 25px; }

.m-hadva .box-item .item-title { height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }

.m-hadva .box-item .item-desc { margin-top: 19px; height: auto; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-hadva .box-item .item-desc a { color: #666; }

.m-hadva .box-item .item-link { margin-top: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-hadva .box-item:hover { -webkit-transform: translate(0, -25px); -moz-transform: translate(0, -25px); -ms-transform: translate(0, -25px); -o-transform: translate(0, -25px); transform: translate(0, -25px); box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.11); }

.m-hadva .box-item1 .item-icon { background-color: rgba(246, 172, 25, 0.1); }

.m-hadva .box-item1 .item-link { color: #9b93ff; }

.m-hadva .box-item1 .item-link a { color: #9b93ff; }

.m-hadva .box-item1 .item-link a:hover { color: #9b93ff; text-decoration: underline; }

.m-hadva .box-item1 .item-desc:hover, .m-hadva .box-item1 .item-title:hover { color: #9b93ff; }

.m-hadva .box-item1 .item-desc:hover a, .m-hadva .box-item1 .item-title:hover a { color: #9b93ff; }

.m-hadva .box-item2 .item-icon { background-color: rgba(80, 131, 225, 0.1); }

.m-hadva .box-item2 .item-link { color: #5083e1; }

.m-hadva .box-item2 .item-link a { color: #5083e1; }

.m-hadva .box-item2 .item-link a:hover { color: #5083e1; text-decoration: underline; }

.m-hadva .box-item2 .item-desc:hover, .m-hadva .box-item2 .item-title:hover { color: #5083e1; }

.m-hadva .box-item2 .item-desc:hover a, .m-hadva .box-item2 .item-title:hover a { color: #5083e1; }

.m-hadva .box-item3 .item-icon { background-color: rgba(86, 197, 155, 0.1); }

.m-hadva .box-item3 .item-link { color: #56c59b; }

.m-hadva .box-item3 .item-link a { color: #56c59b; }

.m-hadva .box-item3 .item-link a:hover { color: #56c59b; text-decoration: underline; }

.m-hadva .box-item3 .item-desc:hover, .m-hadva .box-item3 .item-title:hover { color: #56c59b; }

.m-hadva .box-item3 .item-desc:hover a, .m-hadva .box-item3 .item-title:hover a { color: #56c59b; }

@media screen and (max-width: 991px) { .m-hadva .box-item { padding: 30px 15px; }
  .m-hadva .box-item .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hadva .box-item .item-desc { margin-top: 10px;  line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hadva .box-item .item-link { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-hadva .box-item { width: 100%; margin-right: 0; } }

.g-happl { padding-top: 62px; }

.g-happl .box-hd { text-align: center; margin-bottom: 67px; }

.g-happl .hd-title { margin-bottom: 24px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; }

.g-happl .hd-title span { font-family: "GothamBold", arial, helvetica, sans-serif; }

.g-happl .hd-desc { line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

.g-happl .hd-desc p { min-height: 28px; }

.g-happl .hd-desc a { display: block; }

@media screen and (max-width: 991px) { .g-happl { padding-top: 30px; }
  .g-happl .box-hd { margin-bottom: 30px; }
  .g-happl .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .g-happl .hd-desc { line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .g-happl .hd-desc p { min-height: 22px; } }

.m-happl { position: relative; padding-bottom: 74px; overflow: hidden; }

.m-happl .box-fix {
	position: relative;
	float: left;
	width: 24.84375%;
	padding-top: 24.73958%;
	background-color: #9b93ff;
}

.m-happl .box-text { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 100%; padding-left: 12.36897%; padding-right: 8.38574%; -moz-box-sizing: border-box; box-sizing: border-box; color: #333; }

.m-happl .box-text a { color: #333; }

.m-happl .box-text a:hover { color: #fff; }

.m-happl .box-title { position: relative; padding-bottom: 10px; height: 40px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; }

.m-happl .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 22px; height: 5px; background-color: #252525; }

.m-happl .box-desc { margin-top: 39px;   line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-happl .box-link { margin-top: 39px; line-height: 30px; font-size: 20px; font-size: 2rem; text-transform: uppercase; }

.m-happl .box-wp { overflow: hidden; }

.m-happl .box-list { width: 10000%; overflow: hidden; }

.m-happl .list-wp { float: left; width: 1%; }

.m-happl .list-item { position: relative; float: left; width: 33.33%; }

.m-happl .item-title { position: absolute; left: 0; bottom: 0; width: 100%; }

.m-happl .item-title a { display: block; height: 44px; line-height: 44px; font-size: 16px; font-size: 1.6rem; color: #fff; padding: 0 10px; text-align: center; background-color: #333; background-color: rgba(0, 0, 0, 0.5); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-happl .item-title a:hover { color: #fff; background-color: #9b93ff; }

.m-happl .btn-wp { position: absolute; left: 54.0625%; font-size: 0; letter-spacing: 0; }

.m-happl .btn-wp:before { content: ""; position: absolute; left: 100%; top: 0; width: 960px; height: 100%; background-color: #9b93ff; }

.m-happl .box-btn { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 74px; line-height: 74px; font-size: 26px; font-size: 2.6rem; text-align: center; color: #9b93ff; background-color: #fff; }

.m-happl .box-btn:hover { color: #fff; background-color: #9b93ff; }

@media screen and (max-width: 1219px) { .m-happl .box-title { height: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-happl .box-desc { margin-top: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-happl .box-link { margin-top: 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .m-happl .box-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }
  .m-happl .box-desc { margin-top: 10px;   line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-happl .box-link { margin-top: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-happl { padding-bottom: 50px; }
  .m-happl .box-fix { float: none; width: 100%; padding-top: 30px; padding-bottom: 30px; }
  .m-happl .box-text { position: relative; top: auto; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .m-happl .item-title a { font-size: 14px; font-size: 1.4rem; }
  .m-happl .btn-wp { left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  .m-happl .box-btn { width: 50px; line-height: 50px; font-size: 20px; font-size: 2rem; }
  
  .m-happl .list-item { position: relative; float: none; width:100%; margin-bottom:0.5% }
  
  
   }
   
   @media screen and (max-width: 420px) {
	 .m-happl .item-title a{ font-size:12px; font-size:1.2rem; height:auto !important; line-height:25px}  
	    
	   }

.m-hhd { position: relative; padding-right: 20px; margin-bottom: 40px; }

.m-hhd .hd-title { position: relative; padding-bottom: 8px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; }

.m-hhd .hd-title span { font-family: "GothamBold", arial, helvetica, sans-serif; }

.m-hhd .hd-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100px; height: 4px; background-color: #9b93ff; }

.m-hhd .hd-desc { margin-top: 39px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; max-width: 1000px; }

.m-hhd .hd-desc a { color: #666; }

.m-hhd .hd-desc a:hover { color: #9b93ff; }

.m-hhd .hd-link { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 176px; }

.m-hhd .hd-link a { display: block; line-height: 30px; padding: 12px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 1219px) { 
 .m-hhd .hd-desc { max-width: calc(100% - 220px) }
}
@media screen and (max-width: 991px) { .m-hhd { margin-bottom: 30px; padding-right: 0; }
  .m-hhd .hd-link { display: none; }
  .m-hhd .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-hhd .hd-desc { margin-top: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; max-width:100%} }

.g-hpro { padding-top: 85px; padding-bottom: 55px; }

@media screen and (max-width: 991px) { .g-hpro { padding-top: 30px; padding-bottom: 30px; } }

.m-hpro .box-list { width: 10000%; overflow: hidden; }

.m-hpro .list-wp { float: left; width: 1%; overflow: hidden; }

.m-hpro .list-item { float: left; margin-right: 4.16667%; width: 30.25%; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #ebebeb; }

.m-hpro .item-text { padding-left: 30px; padding-right: 30px; padding-top: 29px; padding-bottom: 34px; }

.m-hpro .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; font-weight:bold }

.m-hpro .item-desc { margin-top: 16px; height: 84px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-hpro .item-desc a { color: #666; }

.m-hpro .item-desc a:hover { color: #9b93ff; }

.m-hpro .box-page { margin-top: 62px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-hpro .page-item { margin: 0 7px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 18px; height: 18px; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #9b93ff; border-radius: 50%; }

.m-hpro .page-item.active { background-color: #9b93ff; }

@media screen and (max-width: 991px) { .m-hpro .box-page { margin-top: 30px; }
  .m-hpro .list-item { margin-right: 2%; width: 32%; }
  .m-hpro .item-text { padding: 20px 15px; }
  .m-hpro .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hpro .item-desc { margin-top: 8px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-hpro .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.g-hdown { padding-bottom: 58px; }

@media screen and (max-width: 991px) { .g-hdown { padding-bottom: 30px; } }

.m-hdown { padding-top: 25px; padding-bottom: 25px; padding-right: 40px; padding-left: 40px; border-radius: 10px; overflow: hidden; background-color: #e5e5e5; }

.m-hdown .box-link { float: right; margin-left: 20px; }

.m-hdown .box-link a { display: inline-block; *display: inline; *zoom: 1; min-width: 152px; line-height: 30px; padding: 8px; border-radius: 4px; font-size: 16px; font-size: 1.6rem; text-align: center; background-color: #9b93ff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdown .box-link a:hover { color: #fff; background-color: #333; }

.m-hdown .box-title { padding:2px 0; line-height: 30px; font-size: 20px; font-size: 2rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }
.m-hdown .box-title a{ color:#333}
.m-hdown .box-title i { font-size: 40px; font-size: 4rem; padding-right:10px; position:relative; top:9px }

@media screen and (max-width: 991px) { .m-hdown { padding: 30px 15px; }
  .m-hdown .box-link { float: none; margin-left: 0; }
  .m-hdown .box-link a { min-width: 100px; line-height: 24px; font-size: 12px; font-size: 1.2rem; }
  .m-hdown .box-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hdown .box-title i { font-size: 16px; font-size: 1.6rem; } }

.g-hnews { padding-top: 53px; padding-bottom: 75px; background: url("../images/hbg2.jpg") no-repeat center bottom; background-color: #ebebeb; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; } }

.m-hnews { overflow: hidden; background-color: #fff; }

.m-hnews .box-img { float: left; width: 47.91667%; line-height: 0; font-size: 0; }

.m-hnews .box-list { padding-left: 4.58333%; padding-right: 4.58333%; padding-top: 5.41667%; padding-bottom: 30px; overflow: hidden; }

.m-hnews .list-item { padding-top: 25px; padding-bottom: 26px; border-bottom: 1px dashed #333; }

.m-hnews .list-item:first-child { padding-top: 0; }

.m-hnews .list-item:last-child { padding-bottom: 0; border-bottom: none; }

.m-hnews .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap;font-weight:bold }

.m-hnews .item-time { margin-top: 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hnews .item-desc { margin-top: 6px; height: 56px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-hnews .item-desc a { color: #666; }

.m-hnews .item-desc a:hover { color: #9b93ff; }

@media screen and (max-width: 991px) { .m-hnews { padding: 30px; }
  .m-hnews .box-img { float: none; width: 100%; }
  .m-hnews .box-list { padding: 0; padding-top: 30px; }
  .m-hnews .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hnews .item-time { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hnews .item-desc { margin-top: 10px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.g-ft { background-color: #000000; line-height: 36px; font-size: 14px; font-size: 1.4rem; color: #b9b9b9; }

.g-ft a { color: #b9b9b9; }

.g-ft a:hover { color: #9b93ff; }

.m-ftfix1 { padding-top: 114px; padding-bottom: 44px; }

.m-ftb { float: left; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb1 { margin-right: 18%; width: 14.83333%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb2 { margin-right: 18%; width: 16.5%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb3 { float: none; overflow: hidden; }

.m-ftb4 { float: none; overflow: hidden; display:none; }

.m-ftt { position: relative; padding-bottom: 17px; border-bottom: 1px solid #6c6c6c; margin-bottom: 42px; font-size: 20px; font-size: 2rem; text-transform: uppercase; color: #fff; }

.m-ftt a { color: #fff; }

.m-ftt a:hover { color: #9b93ff; }

.m-ftt:before { content: ""; position: absolute; left: 0; bottom: -3px; width: 13px; height: 3px; background-color: #9b93ff; }

.m-ftform .form-bd { overflow: hidden; }

.m-ftform .form-item { position: relative; margin-bottom: 10px; padding-left: 0; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 0; font-size: 0; }

.m-ftform .form-item1 { width: 100%; }

.m-ftform .form-item2 { width: 100%; }

.m-ftform .form-item3 { margin-right: 2%; width: 52%; }

.m-ftform .form-item4 { width: 46%; padding-left: 0; height: 42px; line-height: 40px; text-align: center; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fff; overflow: hidden; padding-left: 0;background:#f3fbfe }

.m-ftform .form-item4 img { max-height: 40px; vertical-align: middle; }

.m-ftform .form-item5 { padding-left: 0; width: 100%; background: none; }

.m-ftform .form-text { width: 100%; height: 42px; padding-left: 10px; padding-right: 10px; line-height: 42px; font-size: 14px; font-size: 1.4rem; color: #afafaf; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #333; box-sizing: border-box; }

.m-ftform .form-text::-webkit-input-placeholder { color: #afafaf; opacity: 1; }

.m-ftform .form-text:-moz-placeholder { color: #afafaf; opacity: 1; }

.m-ftform .form-text::-moz-placeholder { color: #afafaf; opacity: 1; }

.m-ftform .form-text:-ms-input-placeholder { color: #afafaf; opacity: 1; }

.m-ftform .form-text2 { line-height: 40px; height: 76px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftform .iconfont { position: absolute; top: 0; left: 20px; line-height: 44px; font-size: 18px; font-size: 1.8rem; color: #333; }

.m-ftform .item-btn { width: 100%; height: 40px; font-size: 14px; font-size: 1.4rem; color: #333; background-color: #9b93ff; }

.m-ftfix2 { padding-top: 24px; padding-bottom: 29px; line-height: 26px; font-size: 16px; font-size: 1.6rem; border-top: 1px solid #6c6c6c; }

.m-ftshare { float: right; margin-left: 30px; }

.m-ftshare .share-item { margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 1; font-size: 32px; font-size: 3.2rem; }

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:hover { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px); }

.m-ftext { line-height: 30px; }

.m-ftlnk { margin-top: 17px; overflow: hidden; }

.m-ftlnk .list-item { float: left; margin-right: 15px; }
@media screen and (max-width: 1219px) { 
.m-ftform .form-item3 { margin-right: 0%; width: 100%; }

.m-ftform .form-item4 { width: 100%; padding-left: 0; height: 42px; line-height: 40px; text-align: center; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fff; overflow: hidden; padding-left: 0; }

}
@media screen and (max-width: 991px) { .g-ft { padding-top: 0; }
  .m-ftfix1, .m-ftlnk { display: none; }
  .m-ftshare { float: none; margin-left: 0; text-align: center; }
  .m-ftshare .share-item { font-size: 20px; font-size: 2rem; }
  .m-ftext { margin-top: 15px; text-align: center; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-ftfix2 { padding: 30px 0; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; }

.banner .carousel-control { display: none; }

.banner .dotList { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); bottom: 36px; width: 96%; max-width: 1200px; }

.banner .dotList ul { padding-right: 77.33333%; text-align: right; }

.banner .dotList ul li { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 9px; height: 9px; background-color: #ffffff; opacity: 0.8; border-radius: 5px; }

.banner .dotList ul li.active { background-color: #9b93ff; box-shadow: 0 0 3px 0 #9b93ff; }

@media screen and (max-width: 991px) { .banner .dotList ul { padding-right: 0; text-align: center; } }

.g-hsch { margin-top: -86px; position: relative; z-index: 3; overflow: hidden; }

@media screen and (max-width: 991px) { .g-hsch { display: none; } }

.m-hsch { float: right; width: 75%; position: relative; background-color: #fff; padding-right: 113px; padding-left: 80px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hsch .form-text { width: 100%; height: 86px; line-height: 86px; padding: 0 10px; font-size: 14px; font-size: 1.4rem; color: #999; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hsch .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-hsch .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-hsch .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-hsch .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-hsch .form-icon1 { position: absolute; left: 0; top: 0; width: 80px; line-height: 86px; text-align: center; font-size: 22px; font-size: 2.2rem; color: #8e8e8e; }

.m-hsch .form-icon2, .m-hsch .form-btn { position: absolute; right: 0; top: 0; width: 113px; height: 86px; line-height: 86px; }

.m-hsch .form-icon2 { font-size: 32px; font-size: 3.2rem; color: #fff; text-align: center; background-color: #9b93ff; }

.m-hsch .form-btn { z-index: 2; }

.m-hsch:before { content: ""; position: absolute; left: 100%; top: 0; width: 960px; height: 100%; background-color: #fff; }

.g-hd { position: fixed; z-index: 9; left: 0; top: 0; width: 100%; }

@media screen and (max-width: 1219px) { .g-hd { position: relative; } }

body { padding-top: 160px; }

@media screen and (max-width: 1219px) { body { padding-top: 0; } }

.m-hdfix1 { background-color: #000; color: #e7e7e7; overflow: hidden; }

.m-hdfix1 a { color: #e7e7e7; }

.m-hdfix1 a:hover { color: #9b93ff; text-decoration: underline; }

.m-hdinfo { float: left; padding: 10px 0; line-height: 26px; font-size: 14px; font-size: 1.4rem; overflow: hidden; }

.m-hdinfo .info-item { margin-right: 20px; float: left; }

.m-hdlang { float: right; padding-top: 12px; font-size: 0; letter-spacing: 0; }

.m-hdlang .lang-item { margin-right: 12px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 14px; font-size: 1.4rem; }

.m-hdlang img { vertical-align: middle; }

.m-hdfix2 { background-color: #fff; }

.m-hdlogo { float: left; display: block; line-height: 114px; text-align: center; }

.m-hdlogo img { max-height: 238px; vertical-align: middle; }

.m-hdnav { float: left; max-width: 8500px; }

.m-hdnav .nav-item { position: relative; float: left; margin-left: 30px; }

.m-hdnav .nav-item > a { position: relative; display: block; line-height: 114px; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; }

.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active { color: #9b93ff; }

.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before { content: ""; position: absolute; left: 0; bottom: 33px; width: 24px; height: 5px; background-color: #9b93ff; }

.m-hdnav .nav-item:first-child { margin-left: 0; }

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-hdnav .sbnav-wp { -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdnav .sbnav-list1 { top: 100%; left: 0; width: 280px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); padding-top: 10px; padding-bottom: 10px; }

.m-hdnav .sbnav-list2 { top: 0; left: 100%; width: 176px; }

.m-hdnav .sbnav-list3 { top: 0; left: 100%; width: 176px; }

.m-hdnav .sbnav-item { position: relative; padding-left: 10px; padding-right: 10px; }

.m-hdnav .sbnav-item a { display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; line-height: 28px; font-size: 18px; font-size: 1.8rem; border-bottom: 1px solid #e1e1e1; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #9b93ff; }

.m-hdnav .sbnav-item:last-child a { border-bottom: none; }

@media screen and (max-width: 1219px) { .m-hdnav { max-width: 680px; }
  .m-hdnav .nav-item > a { font-size: 14px; font-size: 1.4rem; }
  .m-hdnav .sbnav-list { width: 160px; }
  .m-hdnav .sbnav-list2 { left: auto; right: 100%; }
  .m-hdnav .sbnav-list3 { left: auto; right: 100%; }
  .m-hdnav .sbnav-item > a { padding-top: 5px; padding-bottom: 5px; font-size: 14px; font-size: 1.4rem; } }

.m-hdsch { position: relative; float: right; z-index: 3; margin-left: 10px; }

.m-hdsch .sch-btn { display: block; line-height: 114px; font-size: 22px; font-size: 2.2rem; text-align: center; }

.m-hdsch .sch-form { position: absolute; top: 100%; right: 15px; width: 226px; padding-right: 34px; border-radius: 15px; background-color: #f4f4f4; border: solid 1px #d7d7d7; overflow: hidden; visibility: hidden; opacity: 0; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdsch .sch-form .form-text { width: 100%; padding-left: 16px; padding-right: 10px; height: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdsch .sch-form .form-text::-webkit-input-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-text:-moz-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-text::-moz-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-text:-ms-input-placeholder { color: #333; opacity: 1; }

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { position: absolute; right: 0; top: 0; line-height: 40px; height: 40px; width: 34px; text-align: left; font-size: 22px; font-size: 2.2rem; color: #9b93ff; }

.m-hdsch .sch-form .form-btn { z-index: 2; }

.m-hdsch .sch-form.run { visibility: visible; right: 0; opacity: 1; }

@media screen and (max-width: 991px) { .m-hdinfo, .m-hdnav, .m-hdtitle, .m-hdshare { display: none; }
  .m-hdlang { float: none; position: absolute; right: 35px; top: 0; color: #333; }
  .m-hdlang .lang-item { font-size: 12px; font-size: 1.2rem; }
  .m-hdlang a { color: #333; }
  .m-hdfix2 { background: none; }
  .m-hdfix1 { background: none; }
  .m-hdlogo { float: none; width: 100%; padding-top: 50px; padding-bottom: 20px; height: auto; line-height: 0; text-align: center; margin-top: 22px;}
  .m-hdlogo img { max-width: 238px; } 
  .m-hdsch { position: absolute; right: 5px; top: 0; }
  .m-hdsch .sch-btn { line-height: 44px; } }

.g-wp { padding-top: 79px; padding-bottom: 108px; }

@media screen and (max-width: 991px) { .g-wp { padding-top: 30px; padding-bottom: 30px; } }

.m-clstext1 { text-align: center; margin-bottom: 44px; }

.m-clstext1 .box-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-clstext1 .box-desc { margin-top: 25px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

.m-clstext1 .box-desc:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-clstext1 { margin-bottom: 30px; }
  .m-clstext1 .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-clstext1 .box-desc { margin-top: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-appl { font-size: 0; letter-spacing: 0; margin-bottom: -35px; }

.m-appl .list-item { margin-right: 2%; margin-bottom: 35px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 29.83333%; border: solid 1px #ebebeb; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-appl .list-item:hover { box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }

.m-appl .item-title {  line-height: 25px; text-align: center; padding:  10px; font-size: 18px; font-size: 1.8rem; box-sizing:border-box  }

@media screen and (max-width: 991px) { .m-appl { margin-bottom: -30px; }
  .m-appl .list-item { margin-bottom: 30px; }
  .m-appl .item-title {line-height: 25px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-appl .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-applb1 .box-img { float: left; margin-right: 38px; width: 43.83333%; }

.m-applb1 .box-text { padding-top: 22px; }

.m-applb1 .box-title { line-height: 38px; font-size: 28px; font-size: 2.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-applb1 .box-desc { margin-top: 20px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

.m-applb1 .box-desc p, .m-applb1 .box-desc span, .m-applb1 .box-desc b { line-height: 28px; font-size: 16px; font-size: 1.6rem; }

.m-applb1 .box-desc p { min-height: 28px; }

.m-applb1 .box-desc em { font-family: "GothamMedium", arial, helvetica, sans-serif; }

@media screen and (max-width: 991px) { .m-applb1 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-applb1 .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-applb1 .box-desc p, .m-applb1 .box-desc span, .m-applb1 .box-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-applb1 .box-desc p { min-height: 24px; } }

@media screen and (max-width: 375px) { .m-applb1 .box-img { float: none; margin-right: 0; width: 100%; } }

.m-applb2 { margin-top: 76px; background-color: #f9f9f9; padding-top: 56px; padding-bottom: 56px; }

.m-applb2 .box-list { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }

.m-applb2 .list-item { margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-applb2 .list-item1 { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.m-applb2 .list-item1 .item-video { float: right; margin-left: 30px; width: 54.16667%; line-height: 0; font-size: 0; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.m-applb2 .list-item1 .item-video .video,.m-applb2 .list-item2 .item-video .video {
    position: relative;
    padding-top: 61.5381%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.m-applb2 .list-item1 .item-video  iframe,.m-applb2 .list-item2 .item-video  iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-applb2 .list-item1 .item-text { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.m-applb2 .list-item1 .item-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "GothamMedium", arial, helvetica, sans-serif; margin-top:15px  }

.m-applb2 .list-item1 .item-desc { margin-top: 18px; line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }
.m-applb2 .list-item1 .item-desc a,.m-applb2 .list-item2 .item-desc a{ display:inline-block}
.m-applb2 .list-item2 { margin-right: 1.66667%; width: 49.08333%; }

.m-applb2 .list-item2 .item-desc { margin-top: 18px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .m-applb2 { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
  .m-applb2 .list-item1 .item-title {  line-height: 26px; font-size: 16px; font-size: 1.6rem; margin-top:10px }
  .m-applb2 .list-item1 .item-desc {  line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-applb2 .list-item2 .item-desc {  line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-applb2 .list-item1 { display: block; }
  .m-applb2 .list-item1 .item-video { float: none; margin-left: 0; width: 100%; }
  .m-applb2 .list-item1 .item-text { margin-top: 15px; } }

.m-applb3 { margin-top: 49px; }

.m-applb3 .box-desc { margin-bottom: 34px; }

.m-applb3 .box-list { font-size: 0; letter-spacing: 0; margin-bottom: -33px; }

.m-applb3 .list-item { margin-right: 2.66667%; margin-bottom: 33px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48.5%; }

.m-applb3 .item-title { margin-top: 12px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

.m-applb3 .item-desc { margin-top: 2px; height: 56px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

@media screen and (max-width: 991px) { .m-applb3 { margin-top: 30px; }
  .m-applb3 .box-desc { margin-bottom: 30px; }
  .m-applb3 .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-applb3 .item-desc { height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.m-ctusform { margin-top: 77px; padding-top: 70px; padding-bottom: 87px; background-color: #f8f8f8; }

.m-ctusform .box-title { margin-bottom: 34px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-align: center; }

.m-ctusform .box-form { padding: 0; margin: 0 auto; max-width: 1042px; }

.m-ctusform .form-item { position: relative; margin-bottom: 22px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; background-color: #fff; }

.m-ctusform .form-item.important .item-text { background: url("../images/star1.png") no-repeat 10px 19px; }

.m-ctusform .form-item-1 { width: 48.56046%; }

.m-ctusform .form-item-2 { width: 100%; }

.m-ctusform .form-item-2.important .item-text { background: url("../images/star1.png") no-repeat 10px 19px; }

.m-ctusform .form-item-3 { margin-right: 1.72745%; width: 23.60845%; }

.m-ctusform .form-item-4 { width: 15%; height: 48px; padding-left: 0; line-height: 46px; text-align: center; background-color: transparent; border-radius: 0; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #e2e2e2; background:#f3fbfe }

.m-ctusform .form-item-4 img { max-height: 46px; vertical-align: middle; width:100& }

.m-ctusform .form-item-5 { border: none; width: 40.88292%; padding-left: 0;clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto; }

.m-ctusform .item-btn1 { width: 100%; height: 48px; padding-left: 0; line-height: 48px; color: #fff; font-size: 18px; font-size: 1.8rem; text-align: center; background-color: #9b93ff; }

.m-ctusform .item-text { width: 100%; height: 48px; line-height: 46px; padding-left: 22px; padding-right: 10px; font-size: 14px; font-size: 1.4rem; color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .item-text::-webkit-input-placeholder { color: #333; opacity: 1; }

.m-ctusform .item-text:-moz-placeholder { color: #333; opacity: 1; }

.m-ctusform .item-text::-moz-placeholder { color: #333; opacity: 1; }

.m-ctusform .item-text:-ms-input-placeholder { color: #333; opacity: 1; }

.m-ctusform .item-text2 { height: 120px; line-height: 26px; padding-top: 10px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-ctusform .form-item { margin-bottom: 15px; width: 100%; }
  .m-ctusform .form-item.important .item-text { background-position: 10px 15px; }
  .m-ctusform .item-text { height: 36px; line-height: 34px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .item-text2 { padding-top: 0; height: 144px; }
  .m-ctusform .item-btn1 { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .form-item-3 { float: left; margin-right: 0; width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px); width: calc(100% - 140px); }
  .m-ctusform .form-item-4 { float: right; width: 130px; height: 36px; line-height: 34px; }
  .m-ctusform .form-item-4 img { max-height: 34px; } }

@media screen and (max-width: 991px) { .m-ctusform { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; } }

.m-ctusform2 { margin-top: 80px; padding: 0; background: none; }

.m-ctusform2 .box-hd { margin-bottom: 44px; text-align: center; }

.m-ctusform2 .hd-title { line-height: 40px; font-size: 30px; font-size: 3rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-ctusform2 .hd-desc { margin-top: 18px; margin-left: auto; margin-right: auto; max-width: 960px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

.m-ctusform2 .hd-desc span { font-family: "GothamMedium", arial, helvetica, sans-serif; }

@media screen and (max-width: 991px) { .m-ctusform2 { margin-top: 30px; }
  .m-ctusform2 .box-hd { margin-bottom: 30px; }
  .m-ctusform2 .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-ctusform2 .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-reappl { margin-top: 76px; }

.m-reappl .box-title { margin-bottom: 52px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-align: center; text-transform: uppercase; }

.m-reappl .box-title span { font-family: "GothamBold", arial, helvetica, sans-serif; }

@media screen and (max-width: 991px) { .m-reappl { margin-top: 30px; }
  .m-reappl .box-title { margin-bottom: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

.m-showtext { margin-bottom: 38px; overflow: hidden; }

.m-showtext .box-link { float: right; margin-left: 30px; margin-bottom: 30px; }

.m-showtext .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 5px 20px; line-height: 34px; border: 1px solid transparent; border-radius: 22px; font-size: 18px; font-size: 1.8rem; }

.m-showtext .box-link a:hover, .m-showtext .box-link a.active { color: #9b93ff; border-color: #9b93ff; }

.m-showtext .box-title { line-height: 44px; font-size: 28px; font-size: 2.8rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-showtext .box-desc { margin-top: 59px; }

@media screen and (max-width: 991px) { .m-showtext { margin-bottom: 30px; }
  .m-showtext .box-link { float: none; margin-left: 0; }
  .m-showtext .box-link a { font-size: 16px; font-size: 1.6rem; line-height: 26px; }
  .m-showtext .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-showtext .box-desc { margin-top: 20px; } }

.m-showl { font-size: 0; letter-spacing: 0; margin-bottom: -24px; }

.m-showl .show-item { margin-right: 1.66667%; margin-bottom: 24px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 32.08333%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #ebebeb; }

.m-showl .show-item:hover { box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }

.m-showl .item-text { padding-left: 24px; padding-right: 24px; padding-top: 20px; padding-bottom: 29px; }

.m-showl .item-title {  line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-showl .item-desc { margin-top: 11px;  line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-showl .item-desc a { color: #666; }

.m-showl .item-desc a:hover { color: #9b93ff; }

.m-showl .item-wp { position: relative; }

.m-showl .box-list { width: 10000%; overflow: hidden; }

.m-showl .list-item { float: left; width: 1%; }
.m-showl .list-item  .video{ position: relative;
padding-top: 74.28571%;
line-height: 0;
font-size: 0;
overflow: hidden; }
.m-showl .list-item  iframe{position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;}

.m-showl .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 34px; line-height: 34px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #fff; background-color: rgba(255, 255, 255, 0.6); }

.m-showl .box-btn:hover { background-color: #9b93ff; }

.m-showl .box-btn.next { right: 0; }

.m-showl .item-video { display: block; line-height: 0; font-size: 0; }

@media screen and (max-width: 991px) { .m-showl .item-text { padding: 20px 15px; }
  .m-showl .item-title {  line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-showl .item-desc { line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 640px) { .m-showl .show-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-showl .show-item { width: 98%; } }

.m-news { padding-bottom: 30px; border-bottom: 1px solid #d9d9d9; }

.m-news .box-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; font-weight: normal; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-news .box-info { margin-top: 17px; padding-bottom: 24px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; border-bottom: 1px solid #d9d9d9; }

.m-news .box-info > p, .m-news .box-info > div { margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-news .box-desc { margin-top: 24px; color: #666; }

.m-newsl .list-item { margin-top: 56px; overflow: hidden; }

.m-newsl .list-item:first-child { margin-top: 0; }

.m-newsl .item-pic { float: left; margin-right: 2.5%; width: 387px; }

.m-newsl .item-text { padding-top: 30px; overflow: hidden; }

.m-newsl .item-title { height: 26px; line-height: 26px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

.m-newsl .item-time { margin-top: 15px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-newsl .item-desc { margin-top: 12px; }

.m-newsl .item-desc a { display: block; max-height: 56px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-newsl .item-desc a:hover { color: #9b93ff; }

.m-newsl .item-link { margin-top: 17px; display: block; max-width: 155px; padding: 5px 7px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; border-radius: 21px; border: solid 1px #a0a0a0; }

.m-newsl .item-link:hover { color: #fff; background-color: #9b93ff; border-color: #9b93ff; }

@media screen and (max-width: 991px) { .m-newsl .list-item { margin-top: 30px; } }

@media screen and (max-width: 640px) { .m-newsl .item-pic { float: none; width: 100%; margin-right: 0; }
  .m-newsl .item-text { padding-top: 10px; }
  .m-newsl .item-title { font-size: 14px; font-size: 1.4rem; }
  .m-newsl .item-time { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-newsl .item-desc { margin-top: 10px; }
  .m-newsl .item-desc a { max-height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-abtb1 .box-fix { float: right; margin-left: 4.41667%; width: 50%; position: relative; padding-left: 25px; padding-bottom: 25px; line-height: 0; font-size: 0; }

.m-abtb1 .box-fix:before { content: ""; position: absolute; left: 0; bottom: 0; width: 214px; height: 192px; background-color: #9b93ff; background-color: rgba(246, 172, 25, 0.5); }

.m-abtb1 .box-img { ;position: relative;
    padding-top: 56.25%;
    line-height: 0;
    font-size: 0;
    overflow: hidden; }

.m-abtb1 .box-img iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-abtb1 .box-text { padding-top: 3.66667%; overflow: hidden; }

.m-abtb1 .box-title { position: relative; padding-bottom: 25px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-abtb1 .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 120px; height: 4px; background-color: #9b93ff; }

.m-abtb1 .box-desc { margin-top: 45px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 991px) { .m-abtb1 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb1 .box-desc { margin-top: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-fix:before { width: 50%; height: 50%; } }

@media screen and (max-width: 640px) { .m-abtb1 .box-fix { float: none; width: 100%; margin-left: 0; margin-bottom: 30px; -moz-box-sizing: border-box; box-sizing: border-box; } }

.m-abtb2 { margin-top: 34px; padding-top: 72px; padding-bottom: 63px; background-color: #f9f9f9; }

.m-abtb2 .box-title { margin-bottom: 47px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; text-align: center; }

.m-abtb2 .boximg-item { position: relative; padding-left: 145px; padding-right: 145px; display: none; }

.m-abtb2 .boximg-item .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 58px; line-height: 58px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; border-radius: 50%; background-color: #9b93ff; background-color: rgba(246, 172, 25, 0.5); }

.m-abtb2 .boximg-item .box-btn.prev { left: 20px; }

.m-abtb2 .boximg-item .box-btn.next { right: 20px; }

.m-abtb2 .boximg-item .box-btn:hover { color: #fff; background-color: #9b93ff; }

.m-abtb2 .boximg-item .box-list { width: 10000%; overflow: hidden; }

.m-abtb2 .boximg-item .list-item { float: left; width: 1%; position: relative; padding-bottom: 27px; }

.m-abtb2 .boximg-item .list-item:before { content: ""; position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 89.20393%; padding-top: 45.47437%; background-color: #9b93ff; }

.m-abtb2 .boximg-item.show { display: block; }

.m-abtb2 .box-years { position: relative; margin-top: 48px; padding-left: 20px; padding-right: 20px; }

.m-abtb2 .box-years .box-btn { position: absolute; top: 0; line-height: 33px; font-size: 20px; font-size: 2rem; color: #d7d7d7; }

.m-abtb2 .box-years .box-btn.prev { left: -4px; }

.m-abtb2 .box-years .box-btn.next { right: -4px; }

.m-abtb2 .box-years .box-btn:hover { color: #9b93ff; }

.m-abtb2 .box-years .box-list { width: 10000%; overflow: hidden; }

.m-abtb2 .box-years .list-item { position: relative; float: left; width: .1428%; text-align: center; cursor: pointer; }

.m-abtb2 .box-years .list-item.active .item-num { background-image: url("../images/dot1.png"); }

.m-abtb2 .box-years .list-item.active .item-title { color: #9b93ff; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); }

.m-abtb2 .box-years .item-num { width: 33px; height: 33px; display: inline-block; *display: inline; *zoom: 1; background: url("../images/dot2.png") no-repeat center; }

.m-abtb2 .box-years .item-title { margin-top: 14px; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-abtb2 .box-years:before { content: ""; position: absolute; left: 0; top: 16px; width: 100%; height: 2px; background-color: #d7d7d7; }

.m-abtb2 .box-text { margin-top: 23px; margin-bottom:23px }

.m-abtb2 .box-text .text-item { display: none; }

.m-abtb2 .box-text .text-item.show { display: block; }

.m-abtb2 .box-text .item-desc { margin: 0 auto; max-width: 640px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; }

@media screen and (max-width: 991px) { .m-abtb2 { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
  .m-abtb2 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb2 .boximg-item { padding-left: 50px; padding-right: 50px; }
  .m-abtb2 .boximg-item .box-btn { width: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb2 .boximg-item .box-btn.prev { left: 0; }
  .m-abtb2 .boximg-item .box-btn.next { right: 0; }
  .m-abtb2 .box-years .list-item { width: .2%; } }

@media screen and (max-width: 480px) { .m-abtb2 .box-years .list-item { width: .3333%; } }

.m-abtb3 { padding-top: 88px; }

.m-abtb3 .box-img { float: left; margin-right: 3.33333%; position: relative; width: 47.83333%; line-height: 0; font-size: 0; }

.m-abtb3 .box-img iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-abtb3 .box-text { padding-top: 12px; }

.m-abtb3 .box-title { position: relative; padding-bottom: 33px; overflow: hidden; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-abtb3 .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 120px; height: 4px; background-color: #9b93ff; }

.m-abtb3 .box-info { margin-top: 33px; line-height: 24px; font-size: 18px; font-size: 1.8rem; font-family: "GothamBook", arial, helvetica, sans-serif; color: #666; }

.m-abtb3 .box-info p { min-height: 24px; }

.m-abtb3 .box-desc { margin-top: 42px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 991px) { .m-abtb3 { padding-top: 30px; }
  .m-abtb3 .box-title { padding-bottom: 20px; line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb3 .box-info { margin-top: 15px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb3 .box-desc { margin-top: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-abtb3 .box-img { float: none; margin-right: 0; width: 100%; } }

.m-abtb4 { margin-top: 90px; }

.m-abtb4 .box-hd { margin-bottom: 73px; padding-top: 55px; padding-bottom: 40px; text-align: center; color: #fff; background-color: #9b93ff; }

.m-abtb4 .hd-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-abtb4 .hd-desc { margin-top: 18px; line-height: 26px; font-size: 18px; font-size: 1.8rem; }

.m-abtb4 .box-hd2 { background-color: #333333; }

.m-abtb4 .box-list { font-size: 0; letter-spacing: 0; margin-bottom: -25px; }

.m-abtb4 .list-item { margin-right: 1.25%; margin-bottom: 25px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 32.41667%; }

.m-abtb4 .item-top { position: relative; overflow: hidden; }

.m-abtb4 .item-top:hover .item-modal { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-abtb4 .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; background-color: #000000; background-color: rgba(0, 0, 0, 0.4); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }

.m-abtb4 .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 30px; font-size: 3rem; color: #fff; }

.m-abtb4 .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.m-abtb4 .item-title { margin-top: 19px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-abtb4 { margin-top: 30px; }
  .m-abtb4 .box-hd { margin-bottom: 30px; }
  .m-abtb4 .box-hd .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb4 .box-hd .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb4 .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-abtb4 .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-abtb5 { margin-top: 72px; padding-top: 58px; padding-bottom: 62px; background-color: #f9f9f9; }

.m-abtb5 .box-title { margin-bottom: 52px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family: "GothamBold", arial, helvetica, sans-serif; text-align: center; }

.m-abtb5 .box-wp { position: relative; padding-left: 50px; padding-right: 50px; }

.m-abtb5 .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 30px; line-height: 64px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #d7d7d7; margin-top: -21px; }

.m-abtb5 .box-btn:hover { background-color: #9b93ff; }

.m-abtb5 .box-btn.prev { left: 0; }

.m-abtb5 .box-btn.next { right: 0; }

.m-abtb5 .box-list { width: 10000%; overflow: hidden; }

.m-abtb5 .list-item { float: left; margin-right: 0.01364%; width: 0.24091%; }

.m-abtb5 .item-title { margin-top: 17px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

.m-abtb5 .item-img { display: block; line-height: 0; font-size: 0; }

@media screen and (max-width: 991px) { .m-abtb5 { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
  .m-abtb5 .box-title { margin-bottom: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 480px) { .m-abtb5 .list-item { margin-right: .02%; width: .49%; } }

.m-abthd { margin-bottom: 48px; text-align: center; }

.m-abthd .hd-title { position: relative; padding-bottom: 18px; line-height: 36px; font-size: 26px; font-size: 2.6rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-abthd .hd-title:before { content: ""; position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 87px; height: 4px; background-color: #9b93ff; }

@media screen and (max-width: 991px) { .m-abthd { margin-bottom: 30px; }
  .m-abthd .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

.m-serv .box-list { margin-bottom: -40px; font-size: 0; letter-spacing: 0; }

.m-serv .list-item { margin-bottom: 40px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-serv .list-item1 { margin-right: 2.5%; width: 48.75%; }

.m-serv .list-item2 { margin-right: 1.66667%; width: 32.08333%; }

.m-serv .item-text { padding-left: 33px; padding-right: 33px; padding-top: 32px; padding-bottom: 33px; background-color: #f5f5f5; }

.m-serv .item-title { height: 34px; line-height: 34px; font-family: "GothamMedium", arial, helvetica, sans-serif; text-transform: uppercase; font-size: 24px; font-size: 2.4rem; text-overflow: ellipsis; white-space: nowrap; }

.m-serv .item-desc { margin-top: 6px; height: 52px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

@media screen and (max-width: 991px) { .m-serv .box-list { margin-bottom: -30px; }
  .m-serv .list-item { margin-bottom: 30px; }
  .m-serv .item-text { padding: 20px 15px; }
  .m-serv .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-serv .item-desc { margin-top: 10px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-serv .list-item { width: 100%; margin-right: 0; } }

.m-faq { margin-top: 78px; }

.m-faq .list-item { margin-top: 12px; }

.m-faq .list-item:first-child { margin-top: 0; }

.m-faq .item-title { position: relative; padding-left: 70px; padding-right: 70px; padding-top: 10px; padding-bottom: 10px; line-height: 34px; font-size: 18px; font-size: 1.8rem; background-color: #efefef; cursor: pointer; }

.m-faq .item-title span { position: absolute; left: 0; top: 0; width: 54px; line-height: 54px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #b7b7b7; }

.m-faq .item-title i { position: absolute; right: 20px; line-height: 54px; top: 0; font-size: 20px; font-size: 2rem; }

.m-faq .item-title.active span { background-color: #9b93ff; }

.m-faq .item-desc { padding-left: 30px; padding-right: 30px; padding-top: 42px; padding-bottom: 34px; background-color: #fafafa; display: none; }

.m-faq .item-desc.show { display: block; }

@media screen and (max-width: 991px) { .m-faq { margin-top: 30px; }
  .m-faq .item-title { padding-left: 54px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-faq .item-title span { font-size: 16px; font-size: 1.6rem; width: 44px; line-height: 44px; } }

.m-down { margin-bottom: -26px; font-size: 0; letter-spacing: 0; }

.m-down .list-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 1.5%; margin-bottom: 26px; width: 49.16667%; padding-left: 23px; padding-right: 20px; padding-top: 30px; padding-bottom: 30px; border: solid 1px #d4d4d4; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.m-down .list-item a { cursor: pointer; }

.m-down .item-pic { float: left; display: block; width: 59px; }

.m-down .item-font { float: left; margin-left: -59px; width: 100%; }

.m-down .item-font-box { margin-left: 90px; margin-right: 175px; }

.m-down .item-title { padding-top: 25px; line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #333333; }

.m-down .item-title a { color: #333333; }

.m-down .item-title a:hover { color: #9b93ff; }

.m-down .item-desc { margin-top: 6px; }

.m-down .item-desc a { line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #999; overflow: hidden; }

.m-down .item-desc a:hover { color: #9b93ff; }

.m-down .item-link { position: relative; float: right; margin-top: 21px; margin-left: -142px; display: block; width: 142px; padding: 5px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #9b93ff; border: 1px solid #9b93ff; }

.m-down .item-link .iconfont { vertical-align: middle; font-size: 18px; font-size: 1.8rem; }

.m-down .item-link span { vertical-align: middle; }

.m-down .item-link:hover { color: #9b93ff; background-color: #fff; }

@media screen and (max-width: 991px) { .m-down .list-item { width: 100%; margin-right: 0; padding: 20px 15px; }
  .m-down .item-pic { float: none; }
  .m-down .item-font { float: none; margin-top: 15px; margin-left: 0; }
  .m-down .item-font-box { margin: 0; }
  .m-down .item-title { padding-top: 0; font-size: 14px; font-size: 1.4rem; }
  .m-down .item-desc { margin-top: 10px; }
  .m-down .item-desc a { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-down .item-link { float: none; margin-top: 10px; margin-left: 0; } }

.m-ctusinfo .box-map { float: right; margin-left: 4.16667%; width: 48%; line-height: 0; font-size: 0; }

.m-ctusinfo .box-wp { overflow: hidden; border: solid 1px #e5e5e5; }

.m-ctusinfo .box-img { line-height: 0; font-size: 0; }

.m-ctusinfo .box-info { padding-left: 20px; padding-right: 25px; padding-top: 5px; }

.m-ctusinfo .info-item { padding-top: 25px; padding-bottom: 31px; line-height: 32px; font-size: 16px; font-size: 1.6rem; border-bottom: 1px solid #969696; word-break: break-word; }

.m-ctusinfo .info-item i { color: #bcbcbc; }

.m-ctusinfo .info-item:last-child { border-bottom: none; }

.m-ctusinfo .info-name { line-height: 30px; font-size: 20px; font-size: 2rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

@media screen and (max-width: 991px) { .m-ctusinfo .box-map { float: none; margin-left: 0; width: 100%; margin-bottom: 30px; } }

.m-protext { margin-bottom: 80px; overflow: hidden; }

.m-protext .box-img { float: right; margin-left: 30px; width: 43.58333%; line-height: 0; font-size: 0; overflow: hidden; }

.m-protext .box-text { overflow: hidden; }

.m-protext .box-hd { position: relative; padding-left: 28px; overflow: hidden; }

.m-protext .box-hd:before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background-color: #9b93ff; }

.m-protext .hd-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; }

.m-protext .hd-title span { font-family: "GothamBold", arial, helvetica, sans-serif; }

.m-protext .hd-name { margin-top: 11px; line-height: 32px; font-size: 22px; font-size: 2.2rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-protext .box-desc { margin-top: 15px; color: #555; }

@media screen and (max-width: 991px) { .m-protext { margin-bottom: 30px; }
  .m-protext .box-img { float: none; margin-left: 0; margin-bottom: 30px; width: 100%; }
  .m-protext .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-protext .hd-name { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-protext2 { margin-bottom: 0; margin-top: 62px; padding-top: 50px; padding-bottom: 75px; background-color: #f9f9f9; }

@media screen and (max-width: 991px) { .m-protext2 { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; } }

.m-prol { margin-bottom: -50px; font-size: 0; letter-spacing: 0; }

.m-prol .list-item { margin-right: 4.5%; margin-bottom: 50px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 30.25%; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #ebebeb; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-prol .list-item:hover { box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.11); }

.m-prol .item-text { padding-left: 10px; padding-right: 10px; padding-top: 29px; padding-bottom: 38px; text-align: center; }

.m-prol .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

.m-prol .item-link { margin-top: 14px; }

.m-prol .item-link input, .m-prol .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.m-prol .item-link input { margin-right: 10px; }

.m-prol .item-link a { min-width: 156px; line-height: 30px; padding: 8px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #555; border: 1px solid #888; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prol .item-link a:hover { color: #333; border-color: #9b93ff; background-color: #9b93ff; }

@media screen and (max-width: 991px) { .m-prol { margin-bottom: 30px; }
  .m-prol .list-item { margin-bottom: 30px; }
  .m-prol .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prol .item-text { padding: 20px 10px; }
  .m-prol .item-link a { min-width: 100px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 640px) { .m-prol .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-prol .list-item { width: 98%; } }

.m-protags { margin-top: 65px; padding-left: 25px; padding-right: 25px; padding-top: 34px; padding-bottom: 34px; line-height: 28px; font-size: 18px; font-size: 1.8rem; border: solid 1px #d9d9d9; }

.m-protags span { margin-right: 10px; }

.m-protags a { font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .m-protags { margin-top: 30px; padding: 20px 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-protags a { font-size: 14px; font-size: 1.4rem; } }

.m-clstext { margin-top: 48px; }

.m-clstext .box-desc { color: #555; }

@media screen and (max-width: 991px) { .m-clstext { margin-top: 30px; } }

.m-propic { float: left; margin-right: 3.08333%; width: 53.33333%; overflow: hidden; }

@media screen and (max-width: 991px) { .m-propic { float: none; margin-left: auto; margin-right: auto; max-width: 640px; width: 100%; margin-bottom: 30px; } }

.m-propicb { position: relative; overflow: hidden; padding-top: 82.03125%; }

.m-propicb .box-list { position: absolute; left: 0; top: 0; width: 10000%; overflow: hidden; }

.m-propicb .list-item { float: left; width: 1%; }

.m-propics { margin-top: 20px; }

.m-propics .box-wp { padding-top: 25.46875%; position: relative; overflow: hidden; }

.m-propics .box-list { position: absolute; left: 0; top: 0; width: 10000%; overflow: hidden; }

.m-propics .list-item { float: left; margin-right: 0.03438%; width: 0.30938%; position: relative; }

.m-propics .list-item span { position: absolute; left: 0; bottom: 0; }

.m-proinfo { padding-top: 5.5%; padding-left: 4.16667%; padding-right: 6.66667%; padding-bottom: 7.33333%; overflow: hidden; background-color: #f0f4f6; }

.m-proinfo .box-title { line-height: 28px; font-size: 22px; font-size: 2.2rem; font-family: "GothamMedium", arial, helvetica, sans-serif; font-weight: bold; }

.m-proinfo .box-desc { margin-top: 29px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-proinfo .box-desc p, .m-proinfo .box-desc span, .m-proinfo .box-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }

.m-proinfo .box-desc p { min-height: 24px; }

.m-proinfo .box-link { margin-top: 20px; font-size: 0; letter-spacing: 0; }

.m-proinfo .box-link a { margin-right: 16px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 156px; line-height: 26px; padding: 10px; text-align: center; text-transform: uppercase; color: #555; font-size: 16px; font-size: 1.6rem; border: solid 1px #888888; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }

.m-proinfo .box-link a:hover { color: #333; background-color: #9b93ff; }
.m-proinfo .box-link a.no:hover{color: #333; background-color: #fff !important;}
.m-proinfo .box-share { margin-top: 23px; }

.m-proinfo .share-title, .m-proinfo .share-img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

.m-proinfo .share-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; margin-right: 5px; color: #555; }

@media screen and (max-width: 991px) { .m-proinfo .box-title { line-height: 28px; font-size: 18px; font-size: 1.8rem; }
  .m-proinfo .box-link a { min-width: 120px; padding: 5px 10px; } }

.m-probd { margin-top: 12px; padding-top: 35px; padding-bottom: 150px; background-color: #f9f9f9; border-bottom: 14px solid #ececec; }

.m-probd .box-tabhd { font-size: 0; letter-spacing: 0; text-align: center; }

.m-probd .tabhd-item { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 190px; padding: 15px 22px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-transform: uppercase; background-color: #ebebeb; margin-right: 1px; }

.m-probd .tabhd-item.active { color: #9b93ff; }

.m-probd .tabhd-item.active:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background-color: #9b93ff; }

.m-probd .box-tabbd { background-color: #fff; border: solid 1px #d7d7d7; padding: 50px 25px; }

.m-probd .tabbd-item { display: none; }

.m-probd .tabbd-item.show { display: block; }

@media screen and (max-width: 991px) { .m-probd { padding-top: 30px; padding-bottom: 30px; }
  .m-probd .tabhd-item { line-height: 24px; font-size: 16px; font-size: 1.6rem; min-width: 150px; }
  .m-probd .box-tabbd { padding: 30px 15px; } }

.m-repro { padding-top: 98px; padding-bottom: 106px; background-color: #f9f9f9; }

.m-repro .box-title { margin-bottom: 72px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; text-align: center; }

.m-repro .box-title span { font-family: "GothamBold", arial, helvetica, sans-serif; }

@media screen and (max-width: 991px) { .m-repro { padding-top: 30px; padding-bottom: 30px; }
  .m-repro .box-title { margin-bottom: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

.m-prode { margin-bottom: -55px; font-size: 0; letter-spacing: 0; }

.m-prode .list-item { margin-right: 1.04348%; margin-bottom: 55px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 32.6087%; }

.m-prode .item-title { margin-top: 26px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; }

.m-prode .item-desc { margin-top: 14px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .m-prode { margin-bottom: -30px; }
  .m-prode .list-item { margin-bottom: 30px; }
  .m-prode .item-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; margin-top: 10px; }
  .m-prode .item-desc { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-prode .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-provideo { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }

.m-provideo .list-item { margin-right: 3.04348%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 47.82609%; }

.m-provideo .item-video { display: block; line-height: 0; font-size: 0; position:relative;padding-top: 56.25%;overflow: hidden;line-height: 0; }
.m-provideo .item-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-provideo .item-title { margin-top: 20px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "GothamMedium", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; text-align: center; }

@media screen and (max-width: 991px) { .m-provideo .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-hdpronav { position: absolute; left: -203px; top: 100%; width: 962px; display: none; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }

.m-hdpronav .pronav-wp { padding-top: 14px; padding-bottom: 24px; padding-left: 34px; padding-right: 34px; }

.m-hdpronav .pronav-list1 { margin-bottom: 16px; font-size: 0; letter-spacing: 0; }

.m-hdpronav .pronav-item1 { margin-right: 4.47427%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 30.20134%; }

.m-hdpronav .pronav-item1 > a { display: block; padding: 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-family: "GothamMedium", arial, helvetica, sans-serif; background-color: #ebebeb; }

.m-hdpronav .pronav-item1 > a:hover, .m-hdpronav .pronav-item1 > a.active { color: #fff; background-color: #9b93ff; }

.m-hdpronav .pronav-list2 { display: none; font-size: 0; letter-spacing: 0; }

.m-hdpronav .pronav-list2.show { display: block; }

.m-hdpronav .pronav-item2 { margin-right: 3.33%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 30%; padding-left: 8px; padding-right: 8px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdpronav .pronav-item2 a { display: block; line-height: 24px; padding: 10px 0; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-hdpronav .pronav-item2 a:hover { color: #9b93ff; }

@media screen and (max-width: 1219px) { .m-hdpronav { width: 840px; } }

.m-hdapplnav { position: absolute; left: 50%; top: 100%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 741px; background-color: #ffffff; box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); display: none; padding: 12px 10px; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 0; letter-spacing: 0; }

.m-hdapplnav .applnav-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.m-hdapplnav .applnav-item { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding-bottom: 6px; padding-left: 10px; padding-right: 10px; border-bottom: 1px solid #e5e5e5; width: 25%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdapplnav .applnav-item a { display: block; line-height: 28px; padding: 10px; text-align: center; font-size: 16px; font-size: 1.6rem; }

.m-hdapplnav .applnav-item a:hover { color: #fff; background-color: #9b93ff; }

.m-hdapplnav .applnav-item:before { content: "|"; position: absolute; right: 0; top: 10px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

.m-hdapplnav .applnav-item:nth-child(4n):before { display: none; }

.m-hdapplnav:before { content: ""; position: absolute; z-index: 2; left: 0; bottom: 11px; width: 100%; height: 2px; background-color: #fff; }

.j-videomodal { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: #333; background-color: rgba(0, 0, 0, 0.5); display: none; }

.j-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; height: 80%; max-width: 1200px; max-height: 600px; }

@font-face { font-family: 'GothamBook'; src: url("../fonts/GothamBook.eot"); src: url("../fonts/GothamBook.eot") format("embedded-opentype"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg"); }

@font-face { font-family: 'GothamMedium'; src: url("../fonts/GothamMedium.eot"); src: url("../fonts/GothamMedium.eot") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg"); }

@font-face { font-family: 'GothamBold'; src: url("../fonts/GothamBold.eot"); src: url("../fonts/GothamBold.eot") format("embedded-opentype"), url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBold") format("svg"); }

@font-face { font-family: "iconfont"; src: url("../fonts/iconfonta173.eot?t=1615186381683"); /* IE9 */ src: url("../fonts/iconfonta173.eot?t=1615186381683#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfonta173.woff?t=1615186381683") format("woff"), url("../fonts/iconfonta173.ttf?t=1615186381683") format("truetype"), url("../fonts/iconfonta173.svg?t=1615186381683#iconfont") format("svg"); /* iOS 4.1- */ }

.iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-up28:before { content: "\e791"; }

.icon-bottom28:before { content: "\e792"; }

.icon-earth:before { content: "\e60a"; }

.icon-home:before { content: "\e624"; }

.icon-edit:before { content: "\e611"; }

.icon-facebook:before { content: "\e620"; }

.icon-vk:before { content: "\e735"; }

.icon-pinterest:before { content: "\e8ab"; }

.icon-jian2:before { content: "\e600"; }

.icon-linkedin:before { content: "\e648"; }

.icon-youtube:before { content: "\e6d6"; }

.icon-twitter:before { content: "\e607"; }

.icon-jia2:before { content: "\e608"; }

.icon-bigger:before { content: "\e647"; }

.icon-left:before { content: "\e72c"; }

.icon-right:before { content: "\e72d"; }

.icon-up1:before { content: "\e72e"; }

.icon-bottom1:before { content: "\e72f"; }

.icon-left1:before { content: "\e730"; }

.icon-right1:before { content: "\e731"; }

.icon-up:before { content: "\e73e"; }

.icon-bottom:before { content: "\e73f"; }

.icon-instagram:before { content: "\e79d"; }

.icon-tumblr:before { content: "\e79e"; }

.icon-download:before { content: "\e7a0"; }

.icon-download1:before { content: "\e7a7"; }

.icon-search4:before { content: "\e7b2"; }

.icon-address:before { content: "\e7bc"; }

.icon-email:before { content: "\e7bd"; }

.icon-contact:before { content: "\e7be"; }

.icon-whatsapp:before { content: "\e7bf"; }

.icon-fax:before { content: "\e7c2"; }

.icon-mobile:before { content: "\e7c6"; }

.icon-phone:before { content: "\e7c8"; }

.icon-tel:before { content: "\e7c7"; }

.icon-phone1:before { content: "\e7cb"; }

.icon-skype:before { content: "\e7cc"; }

.icon-whatsapp1:before { content: "\e7c1"; }

.icon-address1:before { content: "\e7c3"; }

.icon-contact1:before { content: "\e7c4"; }

.icon-email1:before { content: "\e7c5"; }

.icon-skype1:before { content: "\e7c9"; }

.icon-fax1:before { content: "\e7ca"; }

.icon-qq:before { content: "\e7ce"; }

.icon-tel1:before { content: "\e7cd"; }

.icon-wechat:before { content: "\e7cf"; }

.icon-phone2:before { content: "\e7d0"; }

.icon-message:before { content: "\e7da"; }

.icon-calendar:before { content: "\e7e1"; }

.icon-calendar1:before { content: "\e7e3"; }

.icon-top:before { content: "\e7ed"; }

.icon-youbian:before { content: "\e60f"; }

.icon-send:before { content: "\e621"; }



.xunpanc a:hover{ color:#9b93ff}
 
.listcart{ width:100%; margin-top:20px;margin-bottom: 20px;}
.listcart a{display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    line-height: 46px;
    background: #9b93ff;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff; margin-right:20px}
.listcart a:hover{  background:#333; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:640px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.zdynone{ font-size: 16px;
    font-size: 1.6rem; color:#333; margin:20px auto}

.teight{margin-bottom: 48px;}    
.teight p{font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;}

.code .form-item{width: 42%;}
.code .yzm{float: right;}
