@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
html {
  height: 100%;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
html {
  font-size: 100px;
}
/* 初始定义 */
.wc {
  color: #fff;
}
.mc {
  color: #3abe91;
}
.fc {
  color: #666666;
}
.gc {
  color: #eeeeee;
}
.d-gc {
  color: #595757;
}
h1 {
  font-size: 0.3rem;
  font-weight: bold;
}
h2 {
  font-size: 0.2rem;
  font-weight: bold;
}
h3 {
  font-size: 0.18rem;
  font-weight: bold;
}
h4 {
  font-size: 0.16rem;
  font-weight: bold;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.color-linear {
  background: linear-gradient(-90deg, #00c6fb 0%, #005bea 100%);
}
.max-wid {
  width: 70%;
  max-width: 1200px;
  margin: auto;
}
.layout-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.layout-flex .list {
  display: inline-block;
  float: left;
}
.layout-row {
  width: 100%;
}
.layout-row .layout-rowMain {
  max-width: 1200px;
  margin: auto;
  width: 80%;
}
.layout-pa-box {
  position: relative;
}
.layout-pa-box .layout-pa-right {
  position: absolute;
  right: 0;
}
.layout-pa-box .layout-pa-left {
  position: absolute;
  left: 0;
}
/* 新闻文章列表 */
.layout-articles {
  border-bottom: 1px solid #eee;
}
.layout-articles .layout-top {
  display: inline-block;
}
.layout-articles .layout-top h4.layout-title {
  text-align: left;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333;
}
.layout-articles .layout-top > small {
  display: block;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 0.13rem;
  margin: 0.15rem 0 0.2rem 0;
}
.layout-articles p {
  line-height: 150%;
  font-size: 14px;
}
.layout-articles .layout-btm {
  clear: both;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0.3rem 0;
  position: relative;
  box-sizing: content-box;
}
.layout-articles .layout-btm > .btn {
  background-color: #f0f4f7;
  color: #6a6a6a;
  width: 1.25rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.13rem;
}
.layout-articles:not(:last-child) {
  margin-bottom: 0.7rem;
}
/*box1:图片（上）+文字（下）*/
.layout-box1 {
  width: 100%;
}
.layout-box1 .photo {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}
.layout-box1 .photo > img {
  visibility: hidden;
}
.layout-box1 .txt h4 {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}
.layout-box1 .txt p {
  height: 60px;
  line-height: 160%;
  overflow: hidden;
  color: #cacaca;
}
.layout-box1 .txt small {
  display: inline-block;
  margin: 18px 0;
}
/*box2:图片（左）+文字（右）*/
.layout-box2 {
  position: relative;
  padding: 60px 20px;
  box-sizing: content-box;
  text-align: right;
}
.layout-box2 .pic {
  width: 40%;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  height: 80%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.layout-box2 .pic > img {
  opacity: 0;
  max-width: 100%;
}
.layout-box2 .txt {
  display: inline-block;
  text-align: left;
  width: 50%;
}
.layout-box2 .txt h4 {
  margin-bottom: 12px;
}
.layout-box2 .txt small {
  display: block;
  color: #8d8d8d;
  line-height: 150%;
}
/*列表*/
.layout-ul > li {
  height: 0.32rem;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.5rem;
}
.layout-ul > li > i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 0.3rem;
}
/*页码*/
.layout-page {
  text-align: center;
  padding: 24px 0;
}
.layout-page > ol > a {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #f5f5f5;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-page > ol > a:hover {
  background-color: #3abe91;
  color: #fff;
}
.layout-page > ol li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #cfced3;
  margin: 0 12px;
  cursor: pointer;
}
.layout-page > ol li.on {
  color: #3abe91;
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* tab选项 */
.layout-tabBox ul.layout-part {
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-tabBox ul.layout-part > li {
  float: left;
  text-align: center;
}
.layout-partList {
  width: 100%;
  padding: 6px;
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*下拉框结构*/
.layout-down {
  display: inline-block;
  padding-right: 0.4rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  height: 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
}
.layout-down span.downTxt {
  display: inline-block;
  width: 100px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0.04rem 0.08rem;
  height: 100%;
  vertical-align: top;
}
.layout-down span.downTxt:after {
  content: '';
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  right: 0;
  position: absolute;
  margin: auto;
}
.layout-down span.downIcon {
  position: absolute;
  right: 0;
  width: 0.4rem;
  top: 0;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
}
.layout-down ul.down {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  z-index: 100;
  display: none;
}
.layout-down ul.down > li {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.08rem;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.layout-down ul.down > li > span {
  color: #bcbcbc;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.layout-down ul.down > li:hover {
  background-color: #3abe91;
}
.layout-down ul.down > li:hover > span {
  color: #fff;
}
.layout-down.active span.downIcon {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
.picCut {
  position: relative;
}
.picCut > img.Tpic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
  display: none;
}
.picCut .cutItem {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.picCut .cutItem > .cut {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden;
}
.picCut .cutItem > .cut > img {
  position: absolute;
  top: 0;
  left: 0;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: max-content;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.1rem;
  line-height: 0.1rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.component .Tcon .pageChange > li.on {
  background-color: #000;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 6;
}
.webGL-slider .pagination > a {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > a.on {
  opacity: 1;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
/*animate补充动画*/
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
.f-60 {
  font-size: 60px;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-20 {
  width: 20%;
}
.wid-30 {
  width: 30%;
}
.wid-40 {
  width: 40%;
}
.wid-50 {
  width: 50%;
}
.wid-60 {
  width: 60%;
}
.wid-70 {
  width: 70%;
}
.wid-80 {
  width: 80%;
}
.wid-90 {
  width: 90%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-tab {
  display: table;
}
.layout-tab > .cell {
  display: table-cell;
  vertical-align: middle;
}
.mt-1 {
  margin-top: 1px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
/* input:range样式 */
input[type=range] {
  -webkit-appearance: none;
  width: 300px;
  background: -webkit-linear-gradient(#059cfa, #059cfa) no-repeat;
  background-size: 0% 100%;
  border-radius: 10px;
  /*这个属性设置使填充进度条时的图形为圆角*/
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 0px;
  /*将轨道设为圆角的*/
  box-shadow: 0 1px 1px #def3f8, inset 0 12px 12px #0d1112;
  /*轨道内置阴影效果*/
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  margin-top: -12px;
  /*使滑块超出轨道部分的偏移量相等*/
  background: #69adff;
  border-radius: 50%;
  /*外观设置为圆形*/
  border: solid 0.125em rgba(205, 224, 230, 0.5);
  /*设置边框*/
  box-shadow: 0 .125em .125em #3b4547;
  /*添加底部阴影*/
}
input[type=range]::-moz-range-progress {
  background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
  height: 13px;
  border-radius: 10px;
}
input[type=range]::-ms-track {
  height: 25px;
  border-radius: 10px;
  box-shadow: 0 1px 1px #def3f8, inset 0 .125em .125em #0d1112;
  border-color: transparent;
  /*去除原有边框*/
  color: transparent;
  /*去除轨道内的竖线*/
}
input[type=range]::-ms-thumb {
  border: solid 0.125em rgba(205, 224, 230, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -5px;
  box-shadow: 0 .125em .125em #3b4547;
}
input[type=range]::-ms-fill-lower {
  /*进度条已填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
}
input[type=range]::-ms-fill-upper {
  /*进度条未填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-lower {
  background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
/*基础结构*/
#bolc .alan-pd.pd {
  padding-top: 90px;
}
.pd .filter a {
  font-style: normal;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.z-page3 {
  width: 100%;
}
.z-page3 .zpage.row {
  position: relative;
  overflow: visible;
}
.z-page3 .zpage.row [data-url] {
  cursor: pointer;
}
.z-page3 .zpage.row .r-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.z-page3 .zpage.row .r-bg > img {
  width: 100%;
  opacity: 0;
}
.z-page3 .zpage.row .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-page3 .zpage.row .wrap .col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
}
.z-page3 .zpage.row .wrap .col .txt {
  width: 100%;
}
.z-page3 .zpage.row .wrap .col .txt h2 {
  font-weight: normal;
}
.z-page3 .zpage.row .wrap .col .txt p {
  color: inherit;
  display: block;
  line-height: 1.4;
}
.z-page3 .zpage.row .wrap .col .txt small {
  display: block;
  margin-top: 18px;
  line-height: 1.5;
  color: inherit;
}

.z-page3 .zpage.row .wrap .col .txt .z-btn {
  display: inline-block;
  font-size: 14px;
  min-width: 140px;
  height: 36px;
  margin: 32px 0;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
    padding: 0 14px;
}
.z-page3 .zpage.row .wrap .col .txt.z-hide {
  display: none;
}
.z-page3 .zpage.row .wrap .col .photo {
  max-width: 100%;
}
.z-page3 .zpage.row .wrap .col .photo.z-hide {
  display: none;
}
.z-page3 .zpage.row .wrap .col .media-box {
  position: relative;
}
.z-page3 .zpage.row .wrap .col .media-box .go-play {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.z-page3 .zpage.row .z-btn:hover {
  background: #3fa683!important;
  color: #fff!important;
}
.z-page3 .zpage.r-video .r-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.z-page3 .zpage.r-video .r-bg > img {
  opacity: 0;
}
.z-page3 .zpage.r-video .wrap {
  position: relative;
  flex-wrap: wrap;
  padding: 1rem 0;
  width: 84%;
  margin: auto;
}
.z-page3 .zpage.r-swiper .r-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.z-page3 .zpage.r-swiper .r-bg > img {
  opacity: 0;
}
.z-page3 .zpage.r-swiper .wrap {
  position: relative;
  flex-wrap: wrap;
  padding: 1rem 0;
  width: 84%;
  margin: auto;
  max-width: 100%;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box {
  width: 100%;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-box {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 70%;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-box > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-box > div.on {
  opacity: 1;
  pointer-events: auto;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-pager {
  width: 90%;
  overflow: hidden;
  margin: auto;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-pager > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(880000px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-pager > ul > li {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  background-size: contain;
  border: 1px solid #dfdfdf;
  margin: 0 4px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-pager > ul > li.on {
  opacity: 1;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  left: 0;
  top: 40px;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-prev:hover {
  opacity: 1;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  right: 0;
  top: 40px;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.z-page3 .zpage.r-swiper .wrap .col .loop-box .img-next:hover {
  opacity: 1;
}
.z-page3 .zpage.r00 {
  background-color: #d4eafd;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.z-page3 .zpage.r00 h2.r00h2{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 6%;
}
.z-page3 .zpage.r00 .zh-item {
  display: flex;
  padding: 6% 0;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.z-page3 .zpage.r00 .zh-item .zh-list {
  width: 32%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 3vw 0;
  text-align: center;
}
.z-page3 .zpage.r00 .zh-item .zh-list p {
  line-height: 1.4;
  color: #fff;
}
.z-page3 .zpage.r00 .zh-item .zh-list a {
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
}
.z-page3 .zpage.r10 {
  position: relative;
}
.z-page3 .zpage.r10 .r-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.z-page3 .zpage.r10 .r-bg > img {
  opacity: 0;
}
.z-page3 .zpage.r10 .wrap {
  flex-wrap: wrap;
  position: relative;
  padding: 0.8rem 0 0.01rem 0;
}
.z-page3 .zpage.r10 .wrap .col {
  width: 100%;
}
.z-page3 .zpage.r10 .wrap .col:nth-of-type(1) {
  align-items: flex-end;
}
.z-page3 .zpage.r10 .wrap .col:nth-of-type(2) {
  align-items: flex-start;
}
.z-page3 .zpage.r11 {
  background-color: #efefef;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.z-page3 .zpage.r11 .topic {
    padding-top: 5%;
    width: 100%;
    text-align: center;
}
.z-page3 .zpage.r11 .zh-item {
  display: flex;
  padding: 6% 0;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.z-page3 .zpage.r11 .zh-item .zh-list {
  width: 32%;
  background-color: #fff;
  padding: 3vw 0;
  text-align: center;
}
.z-page3 .zpage.r11 .zh-item .zh-list p {
  line-height: 1.4;
}
.z-page3 .zpage.r11 .zh-item .zh-list i {
  color: #4c9e83;
  font-size: 90px;
}
.z-page3 .zpage.r11 .zh-item .zh-list a {
  margin-top: 30px;
  display: inline-block;
  text-align: left;
}
.z-page3 .zpage.r11.on {
  background-color: #fff;
}
.z-page3 .zpage.r11.on .zh-item .zh-list {
  background-color: #efefef;
}
.z-page3 .zpage.r12 {
  background-color: #efefef;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.z-page3 .zpage.r12 .zh-item {
  display: flex;
  padding: 5% 0;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.z-page3 .zpage.r12 .zh-item .zh-list {
  width: 24%;
  background-color: #fff;
  padding: 3vw 0;
  text-align: center;
}
.z-page3 .zpage.r12 .zh-item .zh-list p {
  line-height: 1.4;
}
.z-page3 .zpage.r12 .zh-item .zh-list i {
  color: #4c9e83;
  font-size: 90px;
}
.z-page3 .zpage.r13 .r-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.z-page3 .zpage.r13 .r-bg > img {
  opacity: 0;
}
.z-page3 .zpage.r13 .wrap {
  position: relative;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.z-page3 .zpage.r13 .wrap > h1,
.z-page3 .zpage.r13 .wrap > h2 {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 0.6rem;
}
.z-page3 .zpage.r13 .wrap .zh-items {
  display: flex;
  width: 84%;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list {
  width: 31%;
  margin: 0 1%;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(1) {
  background-color: #fff;
  border-radius: 6px;
  min-height: 100px;
  padding: 4%;
  position: relative;
  margin-bottom: 24px;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(1) > a {
  color: #4c9e83;
  position: absolute;
  bottom: 6%;
  left: 4%;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(1) > a > i {
  margin-right: 10px;
  vertical-align: bottom;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(2) .photo {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(2) .photo > span {
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 3%;
  bottom: 0;
  height: 40px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(2) .photo > span > i {
  color: #fff;
  font-size: 24px;
  margin-right: 16px;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(2) .photo > span > em {
  font-size: 14px;
  color: #fff;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(2) .photo > img {
  opacity: 0;
}
.z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(2) .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.z-page3 .zpage.r14 {
  background-color: #efefef;
}
.z-page3 .zpage.r14 .wrap {
  position: relative;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.z-page3 .zpage.r14 .wrap > h1,
.z-page3 .zpage.r14 .wrap > h2 {
  width: 100%;
  color: #444444;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 0.6rem;
}
.z-page3 .zpage.r14 .wrap .zh-items {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list {
  width: 31%;
  margin: 0 1%;
}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(1) .photo {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(1) .photo > img {
  opacity: 0;
}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(1) .photo > i {
  position: absolute;
  font-size: 30px;
  right: 3%;
  bottom: 5%;
  color: rgba(0, 0, 0, 0.5);
  transform: rotate(-90deg);
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(2) h2 {
  color: #444444;
  margin-bottom: 12px;
}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(2) p {
  color: #444444;
  line-height: 1.5;
}
.z-page3 .zpage.r15 .wrap {
  position: relative;
  flex-wrap: wrap;
  padding: 0.1rem 0;
}
.z-page3 .zpage.r15 .wrap > h1,
.z-page3 .zpage.r15 .wrap > h2 {
  width: 100%;
  color: #444444;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 0.6rem;
}
.z-page3 .zpage.r15 .wrap .pages {
  width: 84%;
}
.z-page3 .zpage.r15 .wrap .pages .page {
  overflow: hidden;
}
.z-page3 .zpage.r15 .wrap .pages .page .item {
  margin-bottom: 30px;
  float: left;
  width: 25%;
  text-align: center;
}
.z-page3 .zpage.r15 .wrap .pages .page .item a {
  display: block;
  padding: 0 25px;
}
.z-page3 .zpage.r15 .wrap .pages .page .item .face {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 160px;
}
@media screen and (min-width: 1400px) {
  .z-page3 .zpage.r15 .wrap .pages .page .item .face {
    height: 220px!important;
  }
}
.z-page3 .zpage.r15 .wrap .pages .page .item p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.z-page3 .zpage.r15 .wrap .pages .page .item h5 {
  margin-top: 25px;
  font-size: 14px;
  color: #262626;
  font-weight: bolder;
}
.z-page3 .zpage.r15 .wrap .pages .page .item .face:before {
  content: '';
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #45d6c8;
  background: -moz-linear-gradient(left, #45d6c8 0%, #4bdb9f 100%);
  background: -webkit-linear-gradient(left, #45d6c8 0%, #4bdb9f 100%);
  background: linear-gradient(to right, #45d6c8 0%, #4bdb9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45d6c8', endColorstr='#4bdb9f', GradientType=1);
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.z-page3 .zpage.r15 .wrap .pages .page .item .face:after {
  content: attr(hovertext);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 160px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 900;
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.z-page3 .zpage.r15 .wrap .pages .page .item a:hover .face:after {
  opacity: 1;
}
.z-page3 .zpage.r15 .wrap .pages .page .item a:hover .face:before {
  opacity: .8;
}
.z-page3 .zpage.r15 .wrap .z-btn,.z-page3 .zpage.r13 .wrap .z-btn {
  display: inline-block;
  font-size: 14px;
  width: 140px;
  height: 36px;
  margin: 32px 0;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
.z-page3 .zpage.r16 .wrap {
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
}
.z-page3 .zpage.r16 .wrap i {
  color: #fff;
  font-size: 1rem;
}
.z-page3 .zpage.r16 .wrap P {
  color: #fff;
  display: block;
  line-height: 1.4;
  width: 100%;
}
.z-page3 .zpage.r16 .wrap > div {
  width: 100%;
  text-align: center;
}
.z-page3 .zpage.r16 .wrap > div .z-btn {
  display: inline-block;
  font-size: 14px;
  width: 140px;
  height: 36px;
  margin: 32px 0;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
.z-page3 .zpage.r17 {
  padding: 0.8rem 0;
}
.z-page3 .zpage.r17 .wrap {
  width: 90%;
  margin: auto;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
  padding: 5%;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.z-page3 .zpage.r17 .wrap .col {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 0.5rem;
}
.z-page3 .zpage.r17 .wrap .col > span {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px 32px;
  margin-right: 20px;
}
.z-page3 .zpage.r17 .wrap .col > div h3 {
  margin-bottom: 20px;
}
.z-page3 .zpage.r17 .wrap .col .z-btn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  width: 140px;
  height: 36px;
  margin: 32px 0;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
.z-page3 .zpage.r17 .pages {
  width: 90%;
  margin: auto;
}
.z-page3 .zpage.r17 .pages .page {
  overflow: hidden;
}
.z-page3 .zpage.r17 .pages .page .item {
  margin-bottom: 30px;
  float: left;
  width: 25%;
  text-align: center;
}
.z-page3 .zpage.r17 .pages .page .item a {
  display: block;
  padding: 0 25px;
}
.z-page3 .zpage.r17 .pages .page .item .face {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 160px;
}
.z-page3 .zpage.r17 .pages .page .item p {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}
.z-page3 .zpage.r17 .pages .page .item h5 {
  margin-top: 25px;
  font-size: 14px;
  color: #262626;
  font-weight: bolder;
}
.z-page3 .zpage.r17 .pages .page .item .face:before {
  content: '';
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #45d6c8;
  background: -moz-linear-gradient(left, #45d6c8 0%, #4bdb9f 100%);
  background: -webkit-linear-gradient(left, #45d6c8 0%, #4bdb9f 100%);
  background: linear-gradient(to right, #45d6c8 0%, #4bdb9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45d6c8', endColorstr='#4bdb9f', GradientType=1);
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.z-page3 .zpage.r17 .pages .page .item .face:after {
  content: attr(hovertext);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 160px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 900;
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.z-page3 .zpage.r17 .pages .page .item a:hover .face:after {
  opacity: 1;
}
.z-page3 .zpage.r17 .pages .page .item a:hover .face:before {
  opacity: .8;
}
.z-page3 .zpage.r0 {
  max-width: 1920px;
  display: block!important;
  position: relative;
  overflow: visible;
  width: 80%;
  margin: auto;
}
.z-page3 .zpage.r0 ul {
  padding-left: 22px;
}
.z-page3 .zpage.r0 li {
  list-style: initial;
}
.z-page3 .zpage.r0 img {
  height: auto!important;
}
#T5 .tpage.row {
  display: flex;
  align-content: center;
  justify-content: center;
}
#T5 .tpage.row .title:after {
  opacity: 0;
}
#T5 .tpage.row h4 {
  font-weight: normal;
}
#T5 .tpage.row h3 {
  line-height: 1.2;
}
#T5 .tpage.row .rowMain {
  padding: 5vw 0;
}
#T5 .tpage.row .rowMain .a-btn {
  display: inline-block;
  font-size: 14px;
  width: 140px;
  height: 36px;
  margin: 32px 0;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
#T5 .tpage.row .rowMain .a-btn > em {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  color: #fff;
  display: none;
  border-width: 8px;
  border-color: transparent transparent transparent #fff;
  right: 18px;
  top: 3px;
  bottom: 0;
  margin: auto;
}
#T5 .tpage.row .rowMain .a-btn:hover {
  background: #3fa683!important;
  color: #fff!important;
}
#T5 .row {
  align-items: center;
}
#T5 .r0 {
  min-height: 0;
}
#T5 .r1 {
  min-height: 100vh;
  background: url('../img/bg1.jpg') center no-repeat;
  background-size: cover;
}
#T5 .r1 .title {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 0;
}
#T5 .r1 .title h3 {
  text-align: center;
  font-weight: bold;
  padding: 0.8vw 0;
}
#T5 .r1 .con .zh-item {
  text-align: center;
  position: relative;
  padding: 7vw 0 5vw 0;
}
#T5 .r1 .con .zh-item > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
#T5 .r1 .con .zh-item > img:nth-of-type(1) {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 29%;
}
#T5 .r1 .con .zh-item > img:nth-of-type(2) {
  z-index: 3;
  right: -42%;
  width: 24%;
}
#T5 .r1 .con .zh-item > img:nth-of-type(3) {
  z-index: 3;
  left: -42%;
  width: 24%;
}
#T5 .r1 .con .zh-item > img:nth-of-type(4) {
  right: auto;
  z-index: 1;
  bottom: 2vw;
  width: 19%;
}
#T5 .r1 .con .zh-item > img:nth-of-type(5) {
  left: auto;
  z-index: 1;
  bottom: 2vw;
  width: 19%;
}
#T5 .r2 {
  min-height: calc(35vw - 100px);
  position: relative;
  overflow: hidden;
}
#T5 .r2 .zh-bg {
  position: absolute;
  top: -100px;
  width: 100%;
  left: 0;
  z-index: 1;
}
#T5 .r2 .con {
  text-align: center;
  padding-bottom: 8vw;
  position: relative;
  z-index: 2;
}
#T5 .r2 .con > a.go-play {
  text-align: center;
  display: inline-block;
}
#T5 .r2 .con > a.go-play span {
  display: inline-block;
  text-decoration: underline;
}
#T5 .r2 .con > a.go-play i {
  vertical-align: middle;
}
#T5 .r2 .other {
  position: relative;
  z-index: 3;
}
#T5 .r3 {
  background-color: #fcfdfd;
}
#T5 .r3 .rowMain {
  padding: 8vw 0;
}
#T5 .r3 .con {
  padding-bottom: 8vw;
}
#T5 .r3 .con .zh-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#T5 .r3 .con .zh-item .zh-list {
  width: 32%;
  background-color: #efefef;
  padding: 3vw;
  text-align: center;
}
#T5 .r3 .con .zh-item .zh-list i {
  color: #4c9e83;
  font-size: 90px;
}
#T5 .r4 {
  background: url('../img_t/bg3.jpg') center no-repeat;
  background-size: cover;
  min-height: 35vw;
}
#T5 .r4 .rowMain {
  padding: 8vw 0;
}
#T5 .r4 .con .icon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5vw 0;
}
#T5 .r4 .con .icon-item .icon-list {
  width: 24%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#T5 .r4 .con .icon-item .icon-list > em {
  position: absolute;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  line-height: 3.2vw;
  text-align: center;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
#T5 .r4 .con .icon-item .icon-list > em > span {
  background: url(../img_t/bg2.jpg) center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 50%;
  line-height: 2.2vw;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
#T5 .r4 .con .icon-item .icon-list > em > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 3px;
  background-color: #223755;
  border-radius: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#T5 .r4 .con .icon-item .icon-list > em > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 18px;
  width: 3px;
  background-color: #223755;
  border-radius: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#T5 .r4 .con .icon-item .icon-list > em:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img_t/bg2.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
}
#T5 .r4 .con .icon-item .icon-list > em small {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: url(../img_t/bg2.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
}
#T5 .r4 .con .icon-item .icon-list > em .ripper1 {
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
#T5 .r4 .con .icon-item .icon-list > em .ripper2 {
  -webkit-animation: ripple 4500ms ease-out 1400ms infinite;
  -moz-animation: ripple 4500ms ease-out 1400ms infinite;
  -o-animation: ripple 4500ms ease-out 1400ms infinite;
  animation: ripple 4500ms ease-out 1400ms infinite;
}
#T5 .r4 .con .icon-item .icon-list > span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  margin: 1.2vw 0 0.5vw 0;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#T5 .r4 .con .icon-item .icon-list.on > em > span:before {
  transform: rotate(90deg);
}
#T5 .r4 .con .icon-item .icon-list:hover > span {
  background-color: #fff;
  color: #111c3c;
}
#T5 .r4 .con .zh-box {
  display: none;
}
#T5 .r4 .con .zh-box .zh-msg {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#T5 .r4 .con .zh-box .zh-msg .pc {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-top: 0;
}
#T5 .r4 .con .zh-box .zh-msg .pc .zh-left {
  width: 48%;
}
#T5 .r4 .con .zh-box .zh-msg .pc .zh-right {
  width: 40%;
  margin-right: 5%;
  animation-name: fadeInRightSmall;
  animation-delay: 0.5s;
}
#T5 .r4 .con .zh-box .zh-msg .app {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
#T5 .r4 .con .zh-box .zh-msg .app .zh-left {
  width: 100%;
}
#T5 .r4 .con .zh-box .zh-msg .app .zh-right {
  width: 100%;
  animation-name: fadeInRightSmall;
  animation-delay: 0.5s;
}
#T5 .r4 .con .zh-box .zh-msg.on {
  display: flex;
}
#T5 .r4 .con .zh-box .zh-msg.on .zh-left h3 {
  animation-name: fadeInUpSmall;
  animation-delay: 0.1s;
  text-align: left;
}
#T5 .r4 .con .zh-box .zh-msg.on .zh-left p {
  animation-name: fadeInUpSmall;
  animation-delay: 0.2s;
  text-align: left;
}
#T5 .r4 .con .zh-box .zh-msg.on .zh-left .f-left {
  animation-name: fadeInUpSmall;
  animation-delay: 0.3s;
}
#T5 .r5 {
  background-color: #fcfdfd;
}
#T5 .r5 .con {
  margin-bottom: 120px;
}
#T5 .r5 .con #component1 .itemwrap {
  width: 100%;
}
#T5 .r5 .con #component1 .itemwrap > li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 1;
}
#T5 .r5 .con #component1 .Tcon {
  top: 10vw;
  width: 94%;
}
#T5 .r5 .con #component1 .Tcon .txtChange > li {
  width: 100%;
  flex-wrap: wrap;
  top: auto;
  color: #333;
  justify-content: center;
}
#T5 .r5 .con #component1 .Tcon .txtChange > li h4 {
  margin-bottom: 10px;
  width: 100%;
}
#T5 .r5 .con #component1 .Tcon .txtChange > li p {
  font-size: 16px;
}
#T5 .r5 .con #component1 nav > a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transform: rotate(360deg);
  background: url(../img_t/btn-bg.png) center no-repeat;
  background-size: cover;
  font-size: 20px;
}
#T5 .r5 .con #component1 nav > a.moveNext {
  transform: rotate(180deg);
}
#T5 .r5 .con #component1 nav > a small {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: url(../img_t/bg2.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
}
#T5 .r5 .con #component1 nav > a .ripper1 {
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
#T5 .r5 .con #component1 nav > a .ripper2 {
  -webkit-animation: ripple 4500ms ease-out 1400ms infinite;
  -moz-animation: ripple 4500ms ease-out 1400ms infinite;
  -o-animation: ripple 4500ms ease-out 1400ms infinite;
  animation: ripple 4500ms ease-out 1400ms infinite;
}
#T5 .r6 {
  width: 100%;
}
#T5 .r6 .con {
  width: 100%;
}
#T5 .r6 .con #component2 .Tcon {
  pointer-events: none;
}
#T5 .r6 .con #component2 .Tcon .pageChange > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}
#T5 .r6 .con #component2 .Tcon .pageChange > li.on {
  background-color: #fff;
  opacity: 1;
}
#T5 .r7 {
  min-height: 100vh;
  background-color: #fcfdfd;
}
#T5 .r7 .title h4 {
  text-align: center;
  line-height: 1.2;
}
#T5 .r7 .title h3 {
  text-align: center;
  padding: 0.8vw 0;
}
#T5 .r7 .con .zh-item {
  text-align: center;
  position: relative;
  padding: 7vw 0 5vw 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
#T5 .r7 .con .zh-item > .zh-list {
  position: relative;
  z-index: 4;
  width: 17%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#T5 .r7 .con .zh-item > .zh-list > img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  #T5 .r7 .con .zh-item > .zh-list.on {
    z-index: 10;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
}
#T5 .r7 .con .zh-item > .zh-list.on .zh-txt {
  opacity: 1;
  pointer-events: auto;
}
#T5 .r7 .con .zh-item > .zh-list .zh-txt {
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#T5 .r7 .con .zh-item > .zh-list .zh-txt h5,
#T5 .r7 .con .zh-item > .zh-list .zh-txt p {
  white-space: nowrap;
}
#T5 .r8 {
  background-color: #fcfdfd;
}
#T5 .r8 .rowMain {
  padding: 5vw 0;
}
#T5 .r8 .con .zh-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#T5 .r8 .con .zh-item .zh-list {
  width: 30%;
  background-color: #efefef;
  padding: 2vw;
  text-align: center;
}
#T5 .r8 .con .zh-item .zh-list i {
  color: #4c9e83;
  font-size: 90px;
}
#solution-new {
  padding-top: 74px;
}
#solution-new .top {
  position: relative;
}
#solution-new .top .t-msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
}
#solution-new .mid-box {
  height: 60px;
}
#solution-new .mid-box .mid {
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#solution-new .mid-box .mid .s-nav {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#solution-new .mid-box .mid .s-nav > li {
  line-height: 60px;
  margin-right: 40px;
}
#solution-new .mid-box .mid .s-nav > li > a {
  display: inline-block;
  position: relative;
}
#solution-new .mid-box .mid .s-nav > li > a:after {
  content: "";
  bottom: 0;
  position: absolute;
  height: 3px;
  left: 0;
  width: 100%;
  background-color: #3abe91;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#solution-new .mid-box .mid .s-nav > li.on > a:after,
#solution-new .mid-box .mid .s-nav > li:hover > a:after {
  opacity: 1;
}
#solution-new .mid-box .mid.fx {
  position: fixed;
  width: 100%;
  top: 74px;
  left: 0;
}
#solution-new .wrap .row {
  padding: 3vw 0 5vw 0;
}
#solution-new .wrap .row:nth-of-type(2n+2) {
  background-color: #f8f8f8;
}
#solution-new .wrap .row h2 {
  color: #444444;
  text-align: center;
  padding: 3vw 0;
}
#solution-new .wrap .row .href-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#solution-new .wrap .row .href-box .s-btn {
  display: inline-block;
  font-size: 14px;
  width: 18%;
  height: 48px;
  margin: 20px 30px;
  line-height: 48px;
  color: #333;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#solution-new .wrap .row .href-box .s-btn:hover {
  background-color: #109f6f;
  color: #fff;
  border: 1px solid #109f6f;
}
#solution-new .wrap .r1 .s-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#solution-new .wrap .r1 .s-item > li {
  max-width: 30%;
  margin: 2vw 0;
}
#solution-new .wrap .r1 .s-item > li img {
  display: block;
}
#solution-new .wrap .r1 .s-item > li span {
  text-align: center;
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#solution-new .wrap .r1 .s-item > li:hover span {
  color: #6ea97f;
}
.row-form1 {
  padding: 4vw 0;
}
.row-form1 * {
  box-sizing: border-box;
}
.row-form1 .boxs {
  background-color: #fafafa;
  box-shadow: 0 5px 34px -3px rgba(0, 0, 0, 0.1);
}
.row-form1 .boxs .topic {
  padding: 4% 7% 3% 7%;
  text-align: center;
}
.row-form1 .boxs .topic h2 {
  font-size: 36px;
  color: #109f6f;
  font-weight: bold;
  margin-bottom: 2vw;
}
.row-form1 .boxs .topic p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.row-form1 .boxs .wrap {
  padding: 0 10% 3% 10%;
}
.row-form1 .boxs .wrap form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.row-form1 .boxs .wrap form .col {
  min-width: calc(100%/3);
  padding: 2% 4%;
  box-sizing: border-box;
}
.row-form1 .boxs .wrap form .col h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: normal;
}
.row-form1 .boxs .wrap form .col input {
  border: 1px solid #d0d0d0;
  width: 100%;
  border-radius: 5px;
  line-height: 30px;
  background: transparent;
}
.row-form1 .boxs .wrap form .sub {
  width: 100%;
  margin: 3vw 0 1vw 0;
  text-align: center;
}
.row-form1 .boxs .wrap form .sub input {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 140px;
  height: 42px;
  margin: 0px 16px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
.row-form2 {
  padding: 4vw 0;
}
.row-form2 * {
  box-sizing: border-box;
}
.row-form2 .boxs {
  background-color: #fafafa;
  box-shadow: 0 5px 34px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.row-form2 .boxs .photo {
  width: 40%;
  background: url(../../images/alan-banner-bg.png) no-repeat center center #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-form2 .boxs .photo .msg {
  text-align: center;
  padding: 0 5%;
}
.row-form2 .boxs .photo .msg h3 {
  font-size: 24px;
  color: #fff;
}
.row-form2 .boxs .photo .msg p {
  font-size: 16px;
  color: #fff;
}
.row-form2 .boxs .photo .msg > img {
  width: 100%;
  margin-top: 2vw;
}
.row-form2 .boxs .wrap {
  width: 60%;
  padding: 5% 7%;
}
.row-form2 .boxs .wrap .topic {
  padding: 0% 0% 5% 0%;
  text-align: left;
}
.row-form2 .boxs .wrap .topic h2 {
  font-size: 36px;
  color: #109f6f;
  font-weight: bold;
  margin-bottom: 2vw;
}
.row-form2 .boxs .wrap .topic p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.row-form2 .boxs .wrap form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.row-form2 .boxs .wrap form .col {
  min-width: calc(100%/2);
  padding: 1% 5% 1% 0%;
  box-sizing: border-box;
}
.row-form2 .boxs .wrap form .col h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: normal;
}
.row-form2 .boxs .wrap form .col input {
  border: 1px solid #d0d0d0;
  width: 100%;
  border-radius: 5px;
  line-height: 30px;
  background: transparent;
  padding: 1% 8% 2% 0;
}
.row-form2 .boxs .wrap form .sub {
  width: 100%;
  margin: 1vw 0 1vw 0;
  text-align: left;
}
.row-form2 .boxs .wrap form .sub input {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 140px;
  height: 42px;
  margin: 0;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: url(../../images/alan-btn-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 20px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.68, 0.68);
    -moz-transform: scale(0.68, 0.68);
    -ms-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
#T5 .tpage.row .rowMain .a-btn {
  padding: 0;
}
.z-page3 .zpage.r11 .zh-item .zh-list p {
  font-size: 14px;
}
.z-page3 .zpage.r15 .wrap .pages .page .item .face > img {
  height: 100%;
}
.z-page3 .zpage.row .wrap,
.z-page3 .zpage.r17 .wrap {
  box-sizing: border-box;
}
.z-page3 .zpage.r17 .wrap {
  margin-bottom: 0;
}
.fd #bolc .z-page3 .zpage.r17 .wrap {
  margin-bottom: 28px;
}
.z-page3 .zpage.r17 {
  padding: 0.6rem 0;
}
@media screen and (max-width: 1366px) {
  .z-page3 .zpage.row .wrap {
    padding-top: 50px !important;
    padding-right: 5% !important;
    padding-bottom: 25px !important;
    padding-left: 5% !important;
  }
  .f-40 {
    font-size: 36px!important;
  }
  .f-36 {
    font-size: 32px!important;
  }
  .f-20 {
    font-size: 16px!important;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none!important;
  }
  .f-48 {
    font-size: 19px!important;
  }
  .pd .filter {
    display: flex;
    justify-content: center;
  }
  .pd .filter a {
    width: 21%;
  }
  .z-page3 .zpage.r11 .zh-item .zh-list i {
    font-size: 50px!important;
  }
  .z-page3 .zpage.row .r-bg {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .z-page3 .zpage.row .wrap {
    flex-wrap: wrap;
    position: relative;
    padding: 30px 15px!important;
  }
  .z-page3 .zpage.row .wrap .col {
    width: 100%!important;
  }
  .z-page3 .zpage.r11,
  .z-page3 .zpage.r12 {
    padding: 0 15px;
  }
  .z-page3 .zpage.r11 .zh-item .zh-list,
  .z-page3 .zpage.r12 .zh-item .zh-list {
    width: 100%;
    padding: 5%;
  }
  .z-page3 .zpage.r13 .wrap .zh-items .zh-list,
  .z-page3 .zpage.r14 .wrap .zh-items .zh-list {
    width: 100%;
    margin-bottom: 32px;
  }
  .z-page3 .zpage.r13 .wrap .zh-items .zh-list > div:nth-of-type(1) {
    margin-bottom: 14px;
  }
  .z-page3 .zpage.r14 .wrap .zh-items {
    width: 100%;
  }
  .z-page3 .zpage.r12 .zh-item .zh-list i,
  .z-page3 .zpgae.r11 .zh-item .zh-list i {
    font-size: 69px!important;
  }
  .z-page3 .zpage.r15 .wrap .pages .page .item {
    width: 100%;
  }
  .z-page3 .zpage.r16 .wrap P,
  .z-page3 .zpage.r17 .pages .page .item {
    width: 100%;
  }
  .z-page3 .zpage.r17 .wrap .col {
    margin-top: 20px;
    padding-bottom: 56px;
  }
  .z-page3 .zpage.r17 .wrap .col > span {
    padding: 10px 14px;
  }
  .z-page3 .zpage.r17 .wrap .col > div h3 {
    margin-bottom: 4px;
  }
  .z-page3 .zpage.r17 .wrap .col .z-btn {
    margin: 0;
    left: 0;
    right: auto;
  }
  #so-box {
    margin-top: 55px;
  }
  .maxsize {
    width: 90%;
  }
  .row-form1 .boxs {
    padding: 5% 1%;
  }
  .row-form1 .boxs .topic h2,
  .row-form2 .boxs .wrap .topic h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .row-form1 .boxs .topic p,
  .row-form2 .boxs .wrap .topic p {
    font-size: 14px;
  }
  .row-form1 .boxs .wrap form .col {
    width: 100%;
  }
  .row-form1 .boxs .wrap form .col h3 {
    font-size: 15px;
    margin-top: 10px;
  }
  .row-form1 .boxs .wrap {
    padding: 0 3% 5% 3%;
  }
  .row-form1 .boxs .wrap form .sub {
    margin-top: 30px;
  }
  .row-form1 .boxs .wrap form .col input {
    line-height: 34px;
  }
  .row-form2 .boxs {
    align-items: center;
    flex-wrap: wrap;
  }
  .row-form2 .boxs .photo {
    width: 100%;
  }
  .row-form2 .boxs .wrap {
    width: 100%;
  }
  .row-form2 .boxs .photo .msg {
    padding: 10% 5%;
  }
  .row-form2 .boxs .photo .msg h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .row-form2 .boxs .photo .msg p {
    font-size: 15px;
  }
  .row-form2 .boxs .photo .msg > img {
    margin-top: 15px;
  }
  .row-form2 .boxs .wrap form .col {
    width: 100%;
  }
  .row-form2 .boxs .wrap form .col h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .row-form2 .boxs .wrap form .col input {
    line-height: 34px;
  }
  .row-form2 .boxs .wrap form .col {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none!important;
  }
  .app {
    display: inline-block !important;
  }
  #medio_dialog .dialog_content {
    padding: 1em;
  }
  #medio_dialog .dialog_content video {
    width: 78vw;
  }
  #T5 .row .rowMain .a-btn {
    padding: 5px 36px 5px 20px;
  }
  #T5 .row .rowMain .a-btn > em {
    border-width: 6px;
    top: 0px;
    right: 12px;
  }
  #T5 .r1,
  #T5 #r7 {
    min-height: 50vh;
  }
  #T5 .r3 .con .zh-item .zh-list {
    width: 100%;
  }
  #T5 .row.r3 h3 {
    text-align: center;
  }
  #T5 .row.r3 p {
    text-align: center;
  }
  #T5 .r4 .con .icon-item .icon-list > span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #T5 .r4 .con .zh-box .zh-msg .zh-left,
  #T5 #r4 .con .zh-box .zh-msg .zh-right {
    width: 100%;
  }
  #T5 .r4 .con .icon-item .icon-list > em {
    display: none;
  }
  #T5 .r5 .con #component1 .Tcon .txtChange > li p {
    font-size: 12px;
  }
  #component1 > ul > li > img {
    width: 56%;
  }
  #T5 .row .rowMain {
    padding: 12vw 0;
  }
  #T5 .r5 .con #component1 .Tcon {
    top: 18vw;
  }
  #T5 .r5 .con #component1 nav > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #T5 .r7 {
    min-height: 0;
  }
  #T5 .r7 .con .zh-item {
    margin-bottom: 10px;
  }
  #T5 .r7 .con .zh-item .zh-txt {
    bottom: -36px;
  }
  #T5 .r7 .con .zh-item > .zh-list {
    width: 46%;
    margin-bottom: 24px;
  }
  #T5 .r7 .con .zh-item > .zh-list .zh-txt {
    opacity: 1;
  }
  #T5 .r8 .con .zh-item .zh-list {
    width: 100%;
  }
  #solution-new {
    padding-top: 55px;
  }
  #solution-new .top .t-msg {
    font-size: 24px;
  }
  #solution-new .wrap .row h2 {
    font-size: 17px;
  }
  #solution-new .wrap .row .href-box .s-btn {
    width: calc(50% - 18px);
    margin: 10px 8px;
  }
  #solution-new .wrap .r1 .s-item {
    flex-wrap: wrap;
  }
  #solution-new .wrap .r1 .s-item > li {
    width: 100%;
    max-width: 100%;
  }
  #solution-new .mid-box .mid .s-nav {
    width: 500vw;
  }
  #solution-new .mid-box .mid .s-nav > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  #T5 .r5 .con #component1 .Tcon {
    top: 42vw;
  }
  #bloc .zh-node {
    width: 75px;
  }
  #bloc .zh-node > li > a {
    padding: 0 3px;
  }
}
@media screen and (min-width: 800px) {
  .app {
    display: none!important;
  }
}
@media screen and (max-width: 600px) {
  #T5 .r5 .con #component1 .Tcon {
    top: 42vw;
  }
  #bloc .zh-node {
    width: 75px;
  }
  #bloc .zh-node > li > a {
    padding: 0 3px;
  }
}

/* 2020-11-06 */

/*2020.10.30*/
.mod_audio_contrast {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;

}

.mod_audio_contrast > img {
    display: block;
    width: 100%;
   

}
.audio_bd_box{
  height: 841px
}

.audio_bd_box > img{
  position: absolute;
  width: auto;
   height: 100%;
   max-width: none;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.res_ope_box {
    position: absolute;
    width: 33.1%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 55px;
    background-color: #fff;
    padding: 3.86% 3.073% 6.88%;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_close_hot{
  display: none;
  position: absolute;
  left: 100%;
  bottom: 100%;
  font-size: 30px;
  cursor: pointer;
  color: #fff
}

.mod_aud_name {

    font-size: 42px;
    /*font-family: HelveticaNeueLT;*/
    /*font-weight: 500;*/
    color: #1A1A1A;
    line-height: 1.1428;
}

.mod_aud_info {

    font-size: 18px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    color: #1A1A1A;
    line-height: 1.55;
    margin-top: 18px;
    min-height: 185px;
}

.contrast_box {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_play_box, .btn_cut_box {
    display: flex;
    align-items: center;
}

.btn_play {
    width: 36px;
    height: 36px;
    background: #00C474;
    box-shadow: 0px 3px 4px 0px rgba(0, 233, 153, 0.39);
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
    transition: all .5s ease;
    cursor: pointer;

}

.btn_play_box {
    font-size: 16px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    color: #7E7E7E;
    line-height: 1.75;
}

.btn_play span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;

}

.btn_play span img {
    display: block;
    width: 100%;
}

.pause_img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn_play.on .play_img {
    opacity: 0;
}

.btn_play.on .pause_img {
    opacity: 1;
}

.btn_cut_box {
    font-size: 16px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    text-transform: uppercase;
    color: #7E7E7E;
    line-height: 28px;
}

.btn_cut {
    width: 57px;
    height: 28px;
    box-shadow: 0px 3px 4px 0px rgba(0, 233, 153, 0.39);
    border-radius: 14px;
    transition: all .5s ease;
    background: #00C474;
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
    cursor: pointer;

}

.btn_cut.on {
    background-color: #ccc;
    box-shadow: 0px 3px 4px 0px rgba(204, 204, 204, 0.39);
}

.btn_cut span {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 22px;
    height: 22px;
    background: linear-gradient(-18deg, #FFFFFF, #CFD5D4);
    box-shadow: 0px 0px 4px 0px rgba(2, 119, 71, 0.52);
    border-radius: 50%;
}

.btn_cut.on span {
    right: 32px;
}

.audio_progress_box {
    margin-top: 20px;
    position: relative;
    background: #C6C6C6;
}

.audio_progress {
    overflow: hidden;
    height: 3px;
    width: calc(100% - 98px);

    border-radius: 2px;
}

.audio_progress span {
    display: block;
    background: #00C474;
    width: 0;
    height: 100%;
}

.audio_pro_show {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 98px;
    height: 23px;
    background: #00C474;
    border-radius: 11px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    color: #FFFFFF;

}

.aud_box {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.qufen_img {
    position: relative;

}

.qufen_img img {
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.h_img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.qufen_img.on .h_img {
    opacity: 1;
}

.xj_mess_box {
    position: absolute;
    left: 9.323%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 3;
}

.xj_mess_name {

    font-size: 48px;
    /*font-family: HelveticaNeueLT;*/
    /*font-weight: 500;*/
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 15px;
}

.xj_mess_info {
    padding-top: 15px;

    font-size: 18px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.5;
}

.btn_style {
    width: 150px;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;

    border-radius: 24px;

    font-size: 18px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 2.666;
    transition: all .5s ease;
    text-align: center;
    position: absolute;
    z-index: 4;

}

.btn_style.on {
    cursor: auto;
}

.mod_zdy {
    padding-top: 5.93vw;
    padding-bottom: 4.9vw;
    text-align: center;
}

.mos_zdy_img {
    width: 54%;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mos_zdy_img img {
    display: block;
    width: 100%;
}

.mos_zdy_img video {
    display: block;
    width: 100%;
}

.mod_zdy .mod_aud_info {

    margin-top: 50px;
    min-height: auto;
}

.mod_zdy > div {
    width: 70%;
    margin: 0 auto;
}

.cross_box {
    position: relative;
    width: 11px;
    height: 11px;
}

.cross_box::before{
    content: '';
    display: block;
    border-radius: 3px;
    background: #2c2c2c;
    height: 11px;
    width: 3px;
    left: 50%;
    top: 0;
    margin-left: -1.5px;
    position: absolute;

}

.cross_box::after{
    content: '';
    display: block;
    border-radius: 3px;
    background: #2c2c2c;
    height: 3px;
    width: 11px;
    left: 0%;
    top: 50%;
    margin-top: -1.5px;
    position: absolute;

}
.dot_host_b .cross_box::after,
.dot_host_b .cross_box::before{
    background-color: #fff;
}
.dot_host {
    position: absolute;
    transform: translate(-50%, -50%) scale(1.5);
    cursor: pointer;

}

.dot_host::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;

}

.dot_host_b.dot_host::before{
    background-color: #2c2c2c;
}

.dot_host::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;

}
.dot_host_b.dot_host::after{
    border-color: #2c2c2c;
}
.hot_info_box {
    width: 257px;
    position: absolute;
    bottom: 200%;
    left: 50%;
    transform: translateX(-50%) scale(.75);
    transform-origin: 50% 100%;
    padding: 12px;
    margin-bottom: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
}

.dot_host:hover .hot_info_box {
    opacity: 1;
    pointer-events: auto;
}

.hot_info_box::before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.bottom_case .hot_info_box {
    bottom: auto;
    top: 200%;
    margin-bottom: 0;
    margin-top: 17px;
    transform-origin: 50% 0;
}

.bottom_case .hot_info_box::before {
    top: auto;
    bottom: 100%;
}

.dot_host:hover::after,
.dot_host:hover::before {
    opacity: 1;
}

.hot_info_box > span {
    position: absolute;
    width: 20px;
    top: calc(100% - 2px);
    left: 50%;
    margin-left: -10px;
}

.bottom_case .hot_info_box > span {
    top: auto;
    bottom: calc(100% - 2px);
    transform: rotate(180deg);
}

.hot_info_box .mod_aud_info {
    min-height: 120px;
}
.hot_info_box img{
    width: 100%;
    display: block;
}
.hot_img_title{
  position: absolute;
    z-index: 2;
    top: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
    .btn_style {
        width: 125px;
    }

    .mod_aud_name {
        font-size: 34px;
    }
}

@media screen and (max-width: 1440px) {
    .mod_aud_info {
        font-size: 16px;
        margin-top: 15px;

    }

    .contrast_box {
        margin-top: 25px;


    }

    .res_ope_box {
        border-radius: 40px;
        padding: 2.86% 2.073% 4.88%;
    }

    .mod_aud_name {
        font-size: 30px;

    }

    .mod_aud_info {
        font-size: 14px;
        min-height: 140px;
    }

    .audio_progress_box {
        margin-top: 26px;

    }

    .xj_mess_name {
        font-size: 40px;

    }

    .xj_mess_info {
        font-size: 16px;

    }
}

@media screen and (max-width: 1366px) {
    .btn_style {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .btn_play_box {
        font-size: 14px;

    }

    .btn_play {
        margin-right: 10px;
    }

    .btn_cut_box {
        font-size: 14px;

    }

    .btn_cut {

        margin-left: 10px;
        margin-right: 6px;

    }
}

@media screen and (max-width: 1280px) {
    .mod_aud_name {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .res_ope_box {
        width: 50%;
    }

    .mod_zdy > div {
        width: 90%;

    }

    .xj_mess_box {

        position: relative;
        transform: none;
        padding-top: 5vh;
        padding-bottom: 7vh;
        left: 0;
        top: auto;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .btn_m_sty .btn_box_case .btn_style:nth-child(1) {
        top: 47.6% !important;
        left: 51.5% !important;
    }

    .btn_m_sty .btn_box_case .btn_style:nth-child(2) {
        top: 47.6% !important;;
    }

    .hotspot_box {
        /*position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;*/

    }
 
    .cross_box{

  width: 20px;
  height: 20px
     
    }
    .cross_box::before{
      height: 20px
    }
    .cross_box::after{
width: 20px
    }
    .bottom_case .hot_info_box{
        top: auto;
margin: 0;
    }
    .hot_info_box{
        position: fixed;
        left: 50%;
        bottom: auto;
        top: 50%;
        width: 80%; 
        opacity: 1;
        transform: translate(-50%,-50%);
        margin: 0;
        display: none;
        pointer-events: all;

    }.dot_host.block_h{
      pointer-events:none;
    }
       .dot_host.block_h .hot_info_box{
        display: block;
    }

    .dot_host{
      margin-top:-10px ;
      margin-left: -10px;
      transform: none; 
    }
    .hot_info_box > span{
        display: none;
    }
    .mos_zdy_img{
        width: 100%;
    }

    .btn_close_hot{
display: block;

width: 30px;
text-align: right;
    }
}

@media screen and (max-width: 800px) {
    .audio_bd_box {
        padding: 1px;
        height: auto
    }

    .audio_bd_box > img {
        display: none;
    }

    .res_ope_box {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin: 15vh auto;
        width: 80%;
        transform: none;
    }

    .mos_zdy_img {
        width: 80%;
    }
    .hot_img_title{
  position: relative;
   padding-left: 15px;
   padding-right: 15px
}

}

@media screen and (max-width: 600px) {
    .res_ope_box {
        border-radius: 16px;
        padding: 6.86% 6.073% 8.88%;
    }
    .mod_aud_name {
        font-size: 20px;
    }
    .btn_play_box {
        font-size: 12px;
    }
    .btn_cut_box {
        font-size: 12px;
        justify-content: flex-end;
    }
    .btn_play {
        margin-right: 5px;
    }
    .btn_cut {
        margin-left: 5px;
        margin-right: 4px;
    }
    .btn_play {
        width: 30px;
        height: 30px;}
    .btn_cut{
        width: 48px;
    }
    .btn_cut.on span {
        right: 32px;
    }
    .mos_zdy_img{
        width: 100%;
    }
    .xj_mess_name{
        font-size: 24px;
    }
    .xj_mess_info {
        font-size: 14px;
        margin-top: 0;
    }
    .btn_style{
        position: relative;
   margin: 0 2%;
    }
    .btn_box_case{
       display: flex;
        justify-content: center;
        padding: 2vh 15px;
    }.btn_box_case .btn_style:nth-child(1),
    .btn_m_sty .btn_box_case .btn_style:nth-child(1) {
        top: auto !important;
        left: auto!important;
    }
     .btn_box_case .btn_style:nth-child(2),
    .btn_m_sty .btn_box_case .btn_style:nth-child(2) {
        top: auto !important;
        left: auto!important;
    }
    .mod_zdy .mod_aud_info {
        margin-top: 2vh;

    }
    .mod_zdy  .btn_style{
        margin-top: -3vh;
    }

}
@media screen and (max-width: 414px){
    .btn_play_box {
        font-size: 11px;
    }
    .btn_cut_box {
        font-size: 11px;
    }
}
@media screen and (max-width: 375px){

    .btn_play_box {
        font-size: 10px;
    }
    .btn_cut_box {
        font-size: 10px;
    }
}
