@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h2,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
@font-face {
    font-family: 'word';
    src: url('fonts/word.otf');
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
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,
h2,
h5,
h6,
em {
  font-weight: normal;
}
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;
}
.z-hide {
  display: none;
}
.z-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;
}
.black{
  color: #444;
}
.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;
}
h2 {
  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 h2.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 h2 {
  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 h2 {
  margin-bottom: 12px;
}
.layout-box2 .txt small {
  font-size: 16px;
  
  display: block;
  color: #5a5a5a;
  line-height: 180%;
  padding-top: 5px;
}
/*列表*/
.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] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80%;height: 100%;text-align: left;
  color: #fff;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  display: flex;pointer-events: auto;
}
.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;cursor: pointer;
  display: inline-block;
  float: left;
  width: 0.15rem;
  height: 0.15rem;
    border-radius: 50%;
  line-height: 0.15rem;
  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: #3abe91;
}
.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;
}
/*基础结构*/
#bloc {
  position: relative;
  min-height: 100%;
}
#bloc #loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #34495e;
}
#bloc #loader #loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#bloc header {
  position: fixed;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  top: 0;
  z-index: 1005;
  background-color: #fff;
  /* pc端导航 */
  /* 手机端菜单 */
}
#bloc header nav.pc-nav {
  height: 100%;
  right: 0;
  width: 50%;
}
#bloc header nav.pc-nav ul {
  height: 100%;
  justify-content: space-around;
}
#bloc header nav.pc-nav ul li {
  width: calc(100%/5);
  text-align: center;
  float: left;
}
#bloc header nav.pc-nav ul li > a {
  display: inline-block;
  width: 70%;
}
#bloc header nav.app-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 0.5rem;
}
#bloc header nav.app-nav > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
#bloc header nav.app-nav > ul > li {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  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;
  line-height: 0.4rem;
}
#bloc header nav.app-nav > ul > li > a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  height: 0.4rem;
  line-height: 0.4rem;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav {
  padding: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav > li {
  width: 100%;
  text-align: center;
  line-height: 0.4rem;
  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;
  height: 0;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav > li > a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav.on > li {
  height: 0.4rem;
}
#bloc header nav.app-nav .getAppNav {
  font-size: 0.28rem;
  z-index: 6;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  right: 0;
  text-align: center;
  cursor: pointer;
}
#bloc header nav.app-nav .getAppNav > span {
  position: absolute;
  width: 0.28rem;
  height: 2px;
  background-color: #666;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  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;
}
#bloc header nav.app-nav .getAppNav:after {
  content: '';
  position: absolute;
  width: 0.28rem;
  height: 2px;
  background-color: #666;
  top: -16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
}
#bloc header nav.app-nav .getAppNav:before {
  content: '';
  position: absolute;
  width: 0.28rem;
  height: 2px;
  background-color: #666;
  top: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
}
#bloc header nav.app-nav .menuActive > span {
  opacity: 0!important;
}
#bloc header nav.app-nav .menuActive:after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 0px!important;
}
#bloc header nav.app-nav .menuActive:before {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  top: 0px!important;
}
#bloc .wrapper {
  padding-top: 120px;
  box-sizing: content-box;
}
#bloc footer #toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background-color: #3abe91;
}
#z-page1 {
  padding-top: 74px;
}
#z-page1 .a-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 10px;
  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-page1 .a-btn:hover,#z-page1 .a-btn.on {
  background-color: #3abe91;
  border: 1px solid #3abe91 !important;
}
#z-page1 #top .z-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
    max-height: 65vh;
}
#z-page1 #top .z-banner #component{
    position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;z-index: 2;
}
#z-page1 #top .z-banner > img {
  width: 100%;
  opacity: 0;
  min-height: 280px;
}
#z-page1 #top .z-banner span,
#z-page1 #top .z-banner small {
  /*width: 68%;*/
  display: block;
  text-shadow: #757575 0.1em 0.1em 0.3em;
}
#z-page1 #top .z-banner .con {
  position: absolute;
  left: 0;z-index: 3;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#z-page1 #top .z-banner .con ol {
  display: flex;
  justify-content: flex-start;
  margin-top: 38px;
}
#z-page1 #top .z-banner .con ol > a {
  margin-right: 14px;
}
#z-page1 #main .layout-row {
  margin-top: 60px;
  margin-bottom: 60px;
}
#z-page1 #main .layout-row .title {
  text-align: center;
  margin-bottom: 60px;
}
#z-page1 #main .layout-row .title > small {
  color: #595757;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part {
  position: relative;
  padding-bottom: 24px;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part > li {
  text-align: center;
  width: calc(100%/6);
  padding: 12px 0;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part > li > img {
  height: 42px;
  margin-bottom: 5px;
  display: inline-block;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part > li > i {
  font-size: 56px;
  color: #9fa0a0;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part > li > span {
  display: inline-block;
  text-align: center;
  width: 100%;
  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;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part > li:hover > span,
#z-page1 #main .layout-row.r1 .r-main .layout-part > li.on > span {
  color: #3abe91;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part .z-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9fa0a0;
  bottom: 0;
  left: 0;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow > i {
  width: 0px;
  height: 0;
  position: absolute;
  border-style: solid;
  bottom: 0;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow > i.arrow1 {
  border-color: transparent transparent #fff transparent;
  border-width: 6px;
  z-index: 3;
  left: 2px;
}
#z-page1 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow > i.arrow2 {
  border-color: transparent transparent #9fa0a0 transparent;
  border-width: 8px;
  z-index: 2;
  left: 0;
}
#z-page1 #main .layout-row.r1 .r-main .layout-partList {
  margin: 30px auto;
}
#z-page1 #main .layout-row.r2 .r-main > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
#z-page1 #main .layout-row.r2 .r-main > ul > li {
  display: inline-block;
  float: left;
  width: 49%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#z-page1 #main .layout-row.r2 .r-main > ul > li > img {
  width: 100%;
  opacity: 0;
}
#z-page1 #main .layout-row.r2 .r-main > ul > li .con {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  width: 70%;
  height: 80%;
  left: 0;
  right: 0;
  margin: auto;
}
#z-page1 #main .layout-row.r2 .r-main > ul > li .con > a {
  display: inline-block;
  background: url(../img/linear.png) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
#z-page1 #main .layout-row.r3 .r-main > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  position: relative;
  width: 25%;
  cursor: pointer;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li > img {
  opacity: 0;
  width: 100%;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li .con {
  position: absolute;
  z-index: 4;
  top: 62%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: 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-page1 #main .layout-row.r3 .r-main > ul > li .con > img {
  display: inline-block;
  height: 48px;
  margin-bottom: 12px;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li .con > i {
  font-size: 56px;
  color: #fff;
  margin-bottom: 12px;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li .con p {
  line-height: 180%;
  opacity: 0;
  height: 115px;
  overflow: hidden;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li .con a {
  display: inline-block;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:hover .con {
  top: 50%;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:hover .con p {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:hover .con a {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:hover:after {
  opacity: 0;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:hover:before {
  opacity: 1;
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:after {
  content: "";
  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;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#z-page1 #main .layout-row.r3 .r-main > ul > li:before {
  content: "";
  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;
  position: absolute;
  z-index: 4;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/list-bg.png) center no-repeat;
  background-size: cover;
}
#z-page1 #main .layout-row.r4 .r-main > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#z-page1 #main .layout-row.r4 .r-main > ul > li {
  display: inline-block;
  float: left;
  width: 25%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
#z-page1 #main .layout-row.r4 .r-main > ul > li > a > img {
  width: 100%;
  opacity: 0;
}
#z-page1 #main .other {
  background: url(../img/other-bg.png) center;
  background-repeat: repeat-y;
  background-size: cover;
}
#z-page1 #main .other > ul {
  display: flex;
  justify-content: center;
  width: 70%;
  max-width: 1200px;
  margin: auto;
}
#z-page1 #main .other > ul > li {
  display: inline-block;
  float: left;
  width: 300px;
  height: 84px;
  line-height: 84px;
}
#z-page1 #main .other > ul > li > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  height: 84px;
  line-height: 84px;
}
#z-page1 #main .other > ul > li > a > img {
  height: 30px;
  vertical-align: middle;
  margin-right: 12px;
}
#z-page1 #main .other > ul > li > a > i {
  font-size: 32px;
  color: #fff;
  vertical-align: middle;
  margin-right: 12px;
}
#z-page1 #main .btm {
  background-color: #5f5f5f;
  padding: 42px 0;
  position: relative;
}
#z-page1 #main .btm form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#z-page1 #main .btm .input-go {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 33%;
  margin: 16px 0;
}
#z-page1 #main .btm .input-go > span {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 14px;
  width: 56px;
}
#z-page1 #main .btm .input-go > input {
  display: inline-block;
  float: left;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 32px;
  width: calc(100% - 120px);
}
#z-page1 #main .btm input[type=submit] {
  color: #fff;
  border: none;
  margin-right: 60px;
  background-color: #3abe91;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  width: calc(33% - 60px);
  margin-top: 16px;
}
#z-page1 #main .btm:after {
  content: "";
  position: absolute;
  width: 70%;
  max-width: 1200px;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#z-page1 .Tbtn {
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  position: fixed;
  z-index: 2222;
}
#z-page1 .Tbtn a {
  color: #fff;
  padding: 16px 0;
  display: inline-block;
}
#z-page1 .Tbtn ul {
  width: 70px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#z-page1 .Tbtn ul .ma {
  display: none;
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 100%;
  width: 120px;
}
#z-page1 .Tbtn ul .ma:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#z-page1 .Tbtn ul:before {
  content: '';
  display: none;
  left: 50%;
  bottom: 100%;
  height: 9999px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
}
#z-page1 .Tbtn ul:after {
  content: '';
  display: none;
  left: 50%;
  top: 100%;
  height: 9999px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  margin-top: -30px;
}
#z-page1 .Tbtn ul li {
  width: 100%;
  text-align: center;
  display: inline-block;
  /*border: 1px solid; */
  background: #f7f8f8;
  position: relative;
}
#z-page1 .Tbtn ul li:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 1px;
  width: 80%;
  border-bottom: 1px solid #bdbdbd;
  left: 0;
  right: 0;
  margin: auto;
}
#z-page1 .Tbtn ul li.ma-go:after {
  opacity: 0;
}
#z-page1 .Tbtn ul li i {
  font-size: 30px;
  margin-bottom: 8px;
  width: 40px;
  color: #3abe91;
  text-align: center;
  display: inline-block;
  font-style: normal;
}
#z-page1 .Tbtn ul li span {
  display: inline-block;
  color: #595757;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
#z-page1 .Tbtn ul li.ma-go:hover + .ma {
  display: inline-block;
}
#z-page1 .Tbtn ul .to-up {
  position: absolute;
  top: 95%;
}
#z-page2 {
  padding-top: 74px;
}
#z-page2 .a-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 10px;
  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-page2 .a-btn:hover,#z-page2 .a-btn.on {
  background-color: #3abe91;
    color: #fff!important;
  border: 1px solid #3abe91 !important;
}
#z-page2 #top .z-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
    max-height: 65vh;
}
#z-page2 #top .z-banner #component{
    position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;z-index: 2;
}
#z-page2 #top .z-banner > img {
  width: 100%;
  opacity: 0;
  min-height: 280px;
}
#z-page2 #top .z-banner span,
#z-page2 #top .z-banner small {
  /*width: 68%;*/
  display: block;
  text-shadow: #757575 0.1em 0.1em 0.3em;
}
#z-page2 #top .z-banner .con {
  position: absolute;
  left: 0;z-index: 3;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 600px){
    #z-page2 #top .z-banner .con >span,#z-page1 #top .z-banner .con >span{
        line-height: 32px!important;font-size: 18px;
    }
    #z-page2 #top .z-banner .con >small,#z-page1 #top .z-banner .con >small{
        line-height: 22px!important;
    }
    #z-page2,#z-page1{
        padding-top: 55px;
    }
    .component .Tcon{
        width: 100%;
    }
}
#z-page2 #top .z-banner .con ol {
  display: flex;
  justify-content: flex-start;
  margin-top: 38px;
}
#z-page2 #top .z-banner .con ol > a {
  margin-right: 14px;
}
#z-page2 #main .layout-row {
  margin-top: 50px;
  margin-bottom: 60px;
}
#z-page2 #main .layout-row .title {
  text-align: center;
  margin-bottom: 30px;
}
#z-page2 #main .layout-row .title > small {
  color: #595757;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part {
  position: relative;
  padding-bottom: 24px;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part > li {
  text-align: center;
  width: calc(100%/6);
  padding: 12px 0;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part > li > img {
  height: 42px;
  margin-bottom: 5px;
  display: inline-block;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part > li > i {
  font-size: 56px;
  color: #9fa0a0;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part > li > span {
  display: inline-block;
  text-align: center;
  width: 100%;
  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;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part > li:hover > span,
#z-page2 #main .layout-row.r1 .r-main .layout-part > li.on > span {
  color: #3abe91;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part .z-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9fa0a0;
  bottom: 0;
  left: 0;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
  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;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow > i {
  width: 0px;
  height: 0;
  position: absolute;
  border-style: solid;
  bottom: 0;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow > i.arrow1 {
  border-color: transparent transparent #fff transparent;
  border-width: 6px;
  z-index: 3;
  left: 2px;
}
#z-page2 #main .layout-row.r1 .r-main .layout-part .z-line > .arrow > i.arrow2 {
  border-color: transparent transparent #9fa0a0 transparent;
  border-width: 8px;
  z-index: 2;
  left: 0;
}
#z-page2 #main .layout-row.r1 .r-main .layout-partList {
  margin: 10px auto;
}
#z-page2 #main .layout-row.r2 {
  background: url(../img/row-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
#z-page2 #main .layout-row.r2 .r-main > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#z-page2 #main .layout-row.r2 .r-main > ul > li {
  display: inline-block;
  float: left;
  width: 30%;
  position: relative;
  cursor: pointer;
}
#z-page2 #main .layout-row.r2 .r-main > ul > li .pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#z-page2 #main .layout-row.r2 .r-main > ul > li .pic > img {
  width: 100%;
  opacity: 0;
}
#z-page2 #main .layout-row.r2 .r-main > ul > li .note {
  background-color: #fff;
  text-align: center;
  padding: 12px 0;
  line-height: 24px;
  box-shadow: 0px 4px 4px -1px rgba(4, 0, 0, 0.07);
}
#z-page2 #main .layout-row.r2 .r-main > ul > li .note > img {
  cursor: pointer;
}
#z-page2 #main .layout-row.r3 .r-main > ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  position: relative;
  width: 49%;
  cursor: pointer;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li > img {
  opacity: 0;
  width: 100%;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li .con {
  position: absolute;
  z-index: 4;
  top: 62%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: 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-page2 #main .layout-row.r3 .r-main > ul > li .con > img {
  display: inline-block;
  height: 48px;
  margin-bottom: 12px;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li .con > i {
  font-size: 56px;
  color: #fff;
  margin-bottom: 12px;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li .con p {
  line-height: 20px;
  opacity: 0;
  height: 100px;
  overflow: hidden;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li .con a {
  display: inline-block;
  background: url(../img/linear.png) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  width: 100px;
  margin-top: 24px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li:hover .con {
  top: 50%;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li:hover .con p {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li:hover .con a {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li.on .con {
  top: 50%;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li.on .con p {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li.on .con a {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#z-page2 #main .layout-row.r3 .r-main > ul > li:after {
  content: "";
  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;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#z-page2 #main .layout-row.r3 .r-main > ul > li:before {
  content: "";
  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;
  position: absolute;
  z-index: 4;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/list-bg.png) center no-repeat;
  background-size: cover;
}
#z-page2 #main .layout-row.r4 .r-main > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#z-page2 #main .layout-row.r4 .r-main > ul > li {
  display: inline-block;
  float: left;
  width: 25%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
#z-page2 #main .layout-row.r4 .r-main > ul > li img {
  width: 100%;
  opacity: 0;
}
#z-page2 #main .layout-row.r5 .r-main > ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    cursor: pointer;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li > img {
    opacity: 0;
    width: 100%;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li .con {
    position: absolute;
    z-index: 4;
    top: 62%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: 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-page2 #main .layout-row.r5 .r-main > ul > li .con > img {
    display: inline-block;
    height: 48px;
    margin-bottom: 12px;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li .con > i {
    font-size: 56px;
    color: #fff;
    margin-bottom: 12px;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li .con p {
    line-height: 180%;
    opacity: 0;
    height: 115px;
    overflow: hidden;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li .con a {
    display: inline-block;
    margin-top: 24px;
    opacity: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:hover .con {
    top: 50%;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:hover .con p {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:hover .con a {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:hover:after {
    opacity: 0;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:hover:before {
    opacity: 1;
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:after {
    content: "";
    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;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#z-page2 #main .layout-row.r5 .r-main > ul > li:before {
    content: "";
    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;
    position: absolute;
    z-index: 4;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/list-bg.png) center no-repeat;
    background-size: cover;
}
#z-page2 #main .other {
  background: url(../img/other-bg.png) center;
  background-repeat: repeat-y;
  background-size: cover;
}
#z-page2 #main .other > ul {
  display: flex;
  justify-content: center;
  width: 70%;
  max-width: 1200px;
  margin: auto;
}
#z-page2 #main .other > ul > li {
  float: left;
  width: 132px;
  height: 84px;
  line-height: 84px;
  text-align: center;
}
#z-page2 #main .other > ul > li > a {
  display: inline-block;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: #e1f8f2;
  padding: 0px 24px;
  color: #3abe91;
  border-radius: 6px;
}
#z-page2 .Tbtn {
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  position: fixed;
  z-index: 2222;
}
#z-page2 .Tbtn a {
  color: #fff;
  padding: 16px 0;
  display: inline-block;
}
#z-page2 .Tbtn ul {
  width: 70px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#z-page2 .Tbtn ul .ma {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 118%;
  width: 120px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#z-page2 .Tbtn ul .ma:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#z-page2 .Tbtn ul:before {
  content: '';
  display: none;
  left: 50%;
  bottom: 100%;
  height: 9999px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
}
#z-page2 .Tbtn ul:after {
  content: '';
  display: none;
  left: 50%;
  top: 100%;
  height: 9999px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  margin-top: -30px;
}
#z-page2 .Tbtn ul li {
  width: 100%;
  text-align: center;
  display: inline-block;
  /*border: 1px solid; */
  background: #f7f8f8;
  position: relative;
}
#z-page2 .Tbtn ul li:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 1px;
  width: 80%;
  border-bottom: 1px solid #bdbdbd;
  left: 0;
  right: 0;
  margin: auto;
}
#z-page2 .Tbtn ul li.ma-go:after {
  opacity: 0;
}
#z-page2 .Tbtn ul li i {
  font-size: 30px;
  margin-bottom: 8px;
  width: 40px;
  color: #3abe91;
  text-align: center;
  display: inline-block;
  font-style: normal;
}
#z-page2 .Tbtn ul li span {
  display: inline-block;
  color: #595757;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
#z-page2 .Tbtn ul li.ma-go:hover + .ma {
  display: inline-block;
}
#z-page2 .Tbtn ul .to-up {
  position: absolute;
  top: 95%;
}

#product_con .Tbtn {
    right: 0;
    margin-right: 45px;
    bottom: 50%;
    transform: translateY(50%);
    position: fixed;
    z-index: 2222;
}
#product_con .Tbtn a {
    color: #fff;
    padding: 16px 0;
    display: inline-block;
}
#product_con .Tbtn ul {
    width: 70px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
#product_con .Tbtn ul .ma {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 118%;
    width: 120px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#product_con .Tbtn ul .ma:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#product_con .Tbtn ul:before {
    content: '';
    display: none;
    left: 50%;
    bottom: 100%;
    height: 9999px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
}
#product_con .Tbtn ul:after {
    content: '';
    display: none;
    left: 50%;
    top: 100%;
    height: 9999px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    margin-top: -30px;
}
#product_con .Tbtn ul li {
    width: 100%;
    text-align: center;
    display: inline-block;
    /*border: 1px solid; */
    background: #f7f8f8;
    position: relative;
}
#product_con .Tbtn ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 80%;
    border-bottom: 1px solid #bdbdbd;
    left: 0;
    right: 0;
    margin: auto;
}
#product_con .Tbtn ul li.ma-go:after {
    opacity: 0;
}
#product_con .Tbtn ul li i {
    font-size: 30px;
    margin-bottom: 8px;
    width: 40px;
    color: #3abe91;
    text-align: center;
    display: inline-block;
    font-style: normal;
}
#product_con .Tbtn ul li span {
    display: inline-block;
    color: #595757;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
#product_con .Tbtn ul li.ma-go:hover + .ma {
    display: inline-block;
}
#product_con .Tbtn ul .to-up {
    position: absolute;
    top: 95%;
}
#product_con #main .row{
    overflow: visible;
}
#product_con #main .row h2,
#product_con #main .row p {
  color: #444;
}
#product_con #main .row .con .txt.Twc h2, #product_con #main .row .con .txt.Twc p{
    color: #fff;
}
.pd .pages .page{
    padding: 0;
}
#product_con #main .row.type_1_0{
    max-width: 1200px;
    position: relative;
    width: 84%;margin: auto;
}
#product_con #main .row.type_1_1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_1_1 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_1_1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#product_con #main .row.type_1_1 .con .txt {
  position: absolute;
  width: 50%;
  padding: 0 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#product_con #main .row.type_1_1 .con .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#product_con #main .row.type_1_1 .con .pic > img {
  width: 100%;
  opacity: 0;
}
#product_con #main .row.type_1_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_1_2 > img {
  opacity: 0;
  max-width: 100%;
}
#product_con #main .row.type_1_2 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#product_con #main .row.type_1_2 .con .txt {
  position: absolute;
  width: 50%;
  padding: 0 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
#product_con #main .row.type_1_2 .con .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#product_con #main .row.type_1_2 .con .pic > img {
  opacity: 0;
  max-width: 100%;
}
#product_con #main .row.type_1_3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 115px 0;
}
#product_con #main .row.type_1_3 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_1_3 .con {
  width: 78%;
  margin: auto;
  text-align: center;
}
#product_con #main .row.type_1_3 .con > img {
  display: inline-block;
  max-width: 100%;
}
#product_con #main .row.type_1_3 .con .txt {
  width: 100%;
}
#product_con #main .row.type_1_4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 25px 0 0 0;
}
#product_con #main .row.type_1_4 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_1_4 .con {
  width: 78%;
  margin: auto;
  text-align: center;
}
#product_con #main .row.type_1_4 .con > img {
  display: inline-block;
  max-width: 100%;
}
#product_con #main .row.type_1_4 .con .txt {
  width: 100%;
}
#product_con #main .row.type_1_0 *{
    font-size: inherit;
}
#product_con #main .row.type_1_5 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 115px 0 0 0;
}
#product_con #main .row.type_1_5 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_1_5 .con {
  width: 78%;
  margin: auto;
  text-align: center;
}
#product_con #main .row.type_1_5 .con > img {
  display: inline-block;
  max-width: 100%;
}
#product_con #main .row.type_1_5 .con .txt {
  width: 100%;
  text-align: left;
}
#product_con #main .row.type_1_6 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 115px 0;
}
#product_con #main .row.type_1_6 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_1_6 .con {
  width: 78%;
  margin: auto;
  text-align: center;
}
#product_con #main .row.type_1_6 .con > img {
  display: inline-block;
  max-width: 100%;
}
#product_con #main .row.type_1_6 .con .txt {
  width: 100%;
  text-align: left;
}

#product_con #main .row.type_2_1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_2_1 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_2_1 .con {
  position: absolute;
  width: 78%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 16%;
}
#product_con #main .row.type_2_1 .con .txt {
  width: 100%;
  text-align: left;
}

#product_con #main .row.type_2_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_2_2 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_2_2 .con {
  position: absolute;
  width: 78%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#product_con #main .row.type_2_2 .con .txt {
  width: 100%;
  text-align: left;
}

#product_con #main .row.type_2_3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_2_3 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_2_3 .con {
  position: absolute;
  width: 78%;
  left: 0;
  right: 0;
  margin: auto;
  top: 16%;
}
#product_con #main .row.type_2_3 .con .txt {
  width: 100%;
  text-align: left;
}

#product_con #main .row.type_3_1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_3_1 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_3_1 .con {
  position: relative;
  width: 78%;
  margin: auto;
  padding: 7% 0 7% 0;
}
#product_con #main .row.type_3_1 .con > img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
}
#product_con #main .row.type_3_1 .con .txt {
  width: 100%;
  text-align: center;
}

#product_con #main .row.type_3_1 .con .txt > a {
  display: inline-block;
  background-color: #3abe91;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-top: 30px;
}
#product_con #main .row.type_3_1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_3_1 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_3_1 .con {
  position: relative;
  width: 78%;
  margin: auto;
  text-align: center;
  padding: 7% 0 7% 0;
}
#product_con #main .row.type_3_1 .con > img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
}
#product_con #main .row.type_3_1 .con .txt {
  width: 100%;
  text-align: center;
}

#product_con #main .row.type_3_1 .con .txt > a {
  display: inline-block;
  background-color: #3abe91;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
#product_con #main .row.type_3_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_3_2 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_3_2 .con {
  position: relative;
  width: 78%;
  margin: auto;
  text-align: center;
  padding: 7% 0 0 0;
}
#product_con #main .row.type_3_2 .con > img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
}
#product_con #main .row.type_3_2 .con .txt {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

#product_con #main .row.type_3_2 .con .txt > a {
  display: inline-block;
  background-color: #3abe91;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
#product_con #main .row.type_3_3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_3_3 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_3_3 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#product_con #main .row.type_3_3 .con .txt {
  position: absolute;
  width: 50%;
  padding: 0 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

#product_con #main .row.type_3_3 .con .txt > a {
  display: inline-block;
  text-align: center;
  background-color: #3abe91;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
#product_con #main .row.type_3_3 .con .pic {
  position: absolute;
  right: 5%;
  top: 0;
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center;
}
#product_con #main .row.type_3_4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#product_con #main .row.type_3_4 > img {
  opacity: 0;
  width: 100%;
}
#product_con #main .row.type_3_4 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#product_con #main .row.type_3_4 .con .txt {
  position: absolute;
  text-align: left;
  width: 50%;
  padding: 0 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

#product_con #main .row.type_3_4 .con .txt > a {
  display: inline-block;
  text-align: center;
  background-color: #3abe91;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-top: 20px;
}
#product_con #main .row.type_3_4 .con .pic {
  position: absolute;
  left: 5%;
  top: 0;
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center;
}
/*页面结构*/
.layout-video {
  display: none;
  position: fixed;
  z-index: 1000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.layout-video-close {
  position: fixed;
  z-index: 10;
  right: 25%;
  top: 8%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.layout-video-close::before,
.layout-video-close::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 2px;
  background: #fff;
}
.layout-video-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layout-video-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layout-video-cont {
  position: fixed;
  left: 25%;
  top: 15%;
  width: 50%;
  height: 70%;
  background: #000;
  overflow: hidden;
}
.layout-video-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .layout-video-close {
    right: 15%;
  }
  .layout-video-cont {
    left: 15%;
    width: 70%;
  }
}
@media (max-width: 639px) {
  .layout-video-close {
    right: 0;
    top: 15px;
  }
  .layout-video-cont {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#z-page1 .tiyan {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#z-page1 .tiyan .win {
  width: 750px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 100px;
  bottom: 100px;
  margin-left: -375px;
}
#z-page1 .tiyan .win .nicescroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#z-page1 .tiyan .close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}
#z-page1 .tiyan .win .face {
  height: 230px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#z-page1 .tiyan .win .cont {
  padding: 30px 45px;
  padding-top: 10px;
}
#z-page1 .tiyan .win h3 {
  line-height: 50px;
  font-size: 16px;
  color: #262626;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
#z-page1 .tiyan .win p {
  font-size: 13px;
  line-height: 24px;
  color: #262626;
}
#z-page1 .tiyan .win .form {
  padding: 20px 0;
}
#z-page1 .tiyan .win .input {
  padding: 10px 30px;
}
#z-page1 .tiyan .win .input input {
  border-bottom: 1px solid #d9d9d9;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
#z-page1 .tiyan .win .tip {
  color: #a6a6a6;
  margin-bottom: 20px;
}
#z-page1 .tiyan .win a.btn {
  line-height: 45px;
  color: #fff;
  display: inline-block;
  padding: 0 40px ;
  border-radius: 45px;
  font-size: 16px;
  box-shadow: none;
}
@media screen and (max-width: 800px) {
  #z-page1 .tiyan .win {
    width: auto;
    margin: 0;
    left: 10px ;
    right: 10px;
  }
  #z-page1 .tiyan .win .input {
    padding: 10px;
  }
  #z-page1 .tiyan .win .face {
    height: 200px;
  }
  #z-page1 .tiyan .win .cont {
    padding: 20px;
  }
  #z-page1 .tiyan .close {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -10px;
    line-height: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #z-page1 .tiyan .win .face {
    height: 150px;
  }
  #z-page1 .tiyan .win h3 {
    line-height: 35px;
    font-size: 14px;
  }
  #z-page1 .tiyan .win p {
    font-size: 12px;
    line-height: 1.5;
  }
  #z-page1 .tiyan .win .form .md6 {
    float: none;
    width: auto;
  }
  #z-page1 .tiyan .win .input input {
    line-height: 30px;
  }
}
#z-page2 .tiyan {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#z-page2 .tiyan .win {
  width: 750px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 100px;
  bottom: 100px;
  margin-left: -375px;
}
#z-page2 .tiyan .win .nicescroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#z-page2 .tiyan .close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}
#z-page2 .tiyan .win .face {
  height: 230px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#z-page2 .tiyan .win .cont {
  padding: 30px 45px;
  padding-top: 10px;
}
#z-page2 .tiyan .win h3 {
  line-height: 50px;
  font-size: 16px;
  color: #262626;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
#z-page2 .tiyan .win p {
  font-size: 13px;
  line-height: 24px;
  color: #262626;
}
#z-page2 .tiyan .win .form {
  padding: 20px 0;
}
#z-page2 .tiyan .win .input {
  padding: 10px 30px;
}
#z-page2 .tiyan .win .input input {
  border-bottom: 1px solid #d9d9d9;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
#z-page2 .tiyan .win .tip {
  color: #a6a6a6;
  margin-bottom: 20px;
}
#z-page2 .tiyan .win a.btn {
  line-height: 45px;
  color: #fff;
  display: inline-block;
  padding: 0 40px ;
  border-radius: 45px;
  font-size: 16px;
  box-shadow: none;
}
@media screen and (max-width: 800px) {
  #z-page2 .tiyan .win {
    width: auto;
    margin: 0;
    left: 10px ;
    right: 10px;
  }
  #z-page2 .tiyan .win .input {
    padding: 10px;
  }
  #z-page2 .tiyan .win .face {
    height: 200px;
  }
  #z-page2 .tiyan .win .cont {
    padding: 20px;
  }
  #z-page2 .tiyan .close {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -10px;
    line-height: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #z-page2 .tiyan .win .face {
    height: 150px;
  }
  #z-page2 .tiyan .win h3 {
    line-height: 35px;
    font-size: 14px;
  }
  #z-page2 .tiyan .win p {
    font-size: 12px;
    line-height: 1.5;
  }
  #z-page2 .tiyan .win .form .md6 {
    float: none;
    width: auto;
  }
  #z-page2 .tiyan .win .input input {
    line-height: 30px;
  }
}

.z-page3 .zpage.r14 .wrap .zh-items .zh-list{margin: 1%!important;}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(1) .photo{padding-bottom: 70%;}
.z-page3 .zpage.r14 .wrap .zh-items .zh-list > div:nth-of-type(1) .photo > img{display: none;}

@media screen and (max-width: 800px) {
    #product_con #main .row,#product_con #main .row.type_3_2,#product_con #main .row.type_3_1{min-height: 320px;}
}