.flex-h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-v-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-v-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'microsoft', 'PingFang SC', miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  color: #282828;
}
img {
  display: block;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.container {
  margin: 0 20px;
}
ul {
  list-style: none;
}
ul,
li,
dl,
dd,
p {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.text-right {
  text-align: right;
}
.flex-v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-v-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hidden {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt17 {
  margin-top: 17px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mt19 {
  margin-top: 19px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mt22 {
  margin-top: 22px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt26 {
  margin-top: 26px !important;
}
.mt27 {
  margin-top: 27px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mt29 {
  margin-top: 29px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt31 {
  margin-top: 31px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt33 {
  margin-top: 33px !important;
}
.mt34 {
  margin-top: 34px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mt37 {
  margin-top: 37px !important;
}
.mt38 {
  margin-top: 38px !important;
}
.mt39 {
  margin-top: 39px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt41 {
  margin-top: 41px !important;
}
.mt42 {
  margin-top: 42px !important;
}
.mt43 {
  margin-top: 43px !important;
}
.mt44 {
  margin-top: 44px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt46 {
  margin-top: 46px !important;
}
.mt47 {
  margin-top: 47px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt49 {
  margin-top: 49px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr11 {
  margin-right: 11px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr13 {
  margin-right: 13px !important;
}
.mr14 {
  margin-right: 14px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.mr17 {
  margin-right: 17px !important;
}
.mr18 {
  margin-right: 18px !important;
}
.mr19 {
  margin-right: 19px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr21 {
  margin-right: 21px !important;
}
.mr22 {
  margin-right: 22px !important;
}
.mr23 {
  margin-right: 23px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr26 {
  margin-right: 26px !important;
}
.mr27 {
  margin-right: 27px !important;
}
.mr28 {
  margin-right: 28px !important;
}
.mr29 {
  margin-right: 29px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr31 {
  margin-right: 31px !important;
}
.mr32 {
  margin-right: 32px !important;
}
.mr33 {
  margin-right: 33px !important;
}
.mr34 {
  margin-right: 34px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr36 {
  margin-right: 36px !important;
}
.mr37 {
  margin-right: 37px !important;
}
.mr38 {
  margin-right: 38px !important;
}
.mr39 {
  margin-right: 39px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr41 {
  margin-right: 41px !important;
}
.mr42 {
  margin-right: 42px !important;
}
.mr43 {
  margin-right: 43px !important;
}
.mr44 {
  margin-right: 44px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr46 {
  margin-right: 46px !important;
}
.mr47 {
  margin-right: 47px !important;
}
.mr48 {
  margin-right: 48px !important;
}
.mr49 {
  margin-right: 49px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.mb14 {
  margin-bottom: 14px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb17 {
  margin-bottom: 17px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb19 {
  margin-bottom: 19px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb21 {
  margin-bottom: 21px !important;
}
.mb22 {
  margin-bottom: 22px !important;
}
.mb23 {
  margin-bottom: 23px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb26 {
  margin-bottom: 26px !important;
}
.mb27 {
  margin-bottom: 27px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.mb29 {
  margin-bottom: 29px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb31 {
  margin-bottom: 31px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb33 {
  margin-bottom: 33px !important;
}
.mb34 {
  margin-bottom: 34px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb36 {
  margin-bottom: 36px !important;
}
.mb37 {
  margin-bottom: 37px !important;
}
.mb38 {
  margin-bottom: 38px !important;
}
.mb39 {
  margin-bottom: 39px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb41 {
  margin-bottom: 41px !important;
}
.mb42 {
  margin-bottom: 42px !important;
}
.mb43 {
  margin-bottom: 43px !important;
}
.mb44 {
  margin-bottom: 44px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb46 {
  margin-bottom: 46px !important;
}
.mb47 {
  margin-bottom: 47px !important;
}
.mb48 {
  margin-bottom: 48px !important;
}
.mb49 {
  margin-bottom: 49px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml11 {
  margin-left: 11px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml13 {
  margin-left: 13px !important;
}
.ml14 {
  margin-left: 14px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.ml17 {
  margin-left: 17px !important;
}
.ml18 {
  margin-left: 18px !important;
}
.ml19 {
  margin-left: 19px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml21 {
  margin-left: 21px !important;
}
.ml22 {
  margin-left: 22px !important;
}
.ml23 {
  margin-left: 23px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml26 {
  margin-left: 26px !important;
}
.ml27 {
  margin-left: 27px !important;
}
.ml28 {
  margin-left: 28px !important;
}
.ml29 {
  margin-left: 29px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml31 {
  margin-left: 31px !important;
}
.ml32 {
  margin-left: 32px !important;
}
.ml33 {
  margin-left: 33px !important;
}
.ml34 {
  margin-left: 34px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml36 {
  margin-left: 36px !important;
}
.ml37 {
  margin-left: 37px !important;
}
.ml38 {
  margin-left: 38px !important;
}
.ml39 {
  margin-left: 39px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml41 {
  margin-left: 41px !important;
}
.ml42 {
  margin-left: 42px !important;
}
.ml43 {
  margin-left: 43px !important;
}
.ml44 {
  margin-left: 44px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml46 {
  margin-left: 46px !important;
}
.ml47 {
  margin-left: 47px !important;
}
.ml48 {
  margin-left: 48px !important;
}
.ml49 {
  margin-left: 49px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.site-header {
  font-size: 1.16rem;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  margin-bottom: 0;
}
.site-header .l-fl__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-header .searchbox {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.91rem;
  line-height: 2.91rem;
  overflow: hidden;
  padding: 0.2em 0;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.site-header .searchbox__btn-l {
  background: transparent;
  border: none;
  padding: 0;
  padding: 0 1rem;
}
.site-header .l-fl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .header-icon {
  width: 2em;
}
.site-header .header--hasmb {
  margin-bottom: 2rem;
}
.site-header .header-top {
  line-height: 4.375rem;
}
.site-header .header-top .iconfont {
  font-size: 1.7rem;
  vertical-align: middle;
}
.site-header .header-top .iconfont.close:before {
  content: '\e624';
}
.site-header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-header .header-logo .logo {
  height: 2.724rem;
  vertical-align: middle;
}
.site-header .header-cart {
  margin-right: 1em;
}
.site-header .header-menu {
  line-height: 4rem;
  border-top: 1px solid #d6d6d6;
}
.site-header .header-menu__title {
  display: block;
  overflow: hidden;
}
.site-header .header-menu__main {
  border-top: 1px solid #d6d6d6;
}
.site-header .header-menu__item {
  display: block;
  margin: 0 2rem;
  border-bottom: 1px solid #d6d6d6;
}
.site-header .header-menu__item:last-of-type {
  border-bottom: 0;
}
.site-header .header-list {
  line-height: 2.91rem;
}
.site-header .header-list__item {
  display: block;
}
.site-header .header-layer {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 4.375rem;
  background: #fff;
  z-index: 3;
}
.site-header .header-tomall {
  color: #fff;
  background-color: #dc2a2b;
  text-align: center;
}
.site-header .header-tomall a {
  display: block;
}
.site-header .header-tomall .iconfont {
  font-size: inherit;
}
.site-header .header-search {
  line-height: 1.75;
  display: none;
  border-top: 1px solid #d6d6d6;
}
.site-header .header-search__s {
  margin: 1rem;
}
.site-header .header-search__qk {
  border-top: 1px solid #d6d6d6;
  padding: 0 2rem;
  padding-top: 2rem;
}
.site-header .header-search .list li {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #d6d6d6;
}
.site-header .header-search .list li:last-of-type {
  border-bottom: 0;
}
.site-header .header .icon-geren {
  display: inline-block;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.site-header .header .icon-xialacaidan-xiangxia {
  display: inline-block;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}
.site-footer {
  overflow: hidden;
  background: #eeeeee;
}
.site-footer .go-top {
  text-align: center;
  padding: 1rem 0;
  cursor: pointer;
  line-height: 2rem;
}
.site-footer .footer--nogap {
  margin-top: 0;
}
.site-footer .footer .go-top {
  text-align: center;
  padding: 1rem 0;
  cursor: pointer;
  line-height: 2rem;
}
.site-footer .footer .go-top .iconfont {
  margin-left: 2px;
}
.site-footer .footer-item {
  margin: 0;
  line-height: 3rem;
}
.site-footer .footer-item__title {
  margin: 0 1.5rem;
  padding: 0.2rem 0;
  color: inherit;
  cursor: pointer;
}
.site-footer .footer-item__title .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
}
.site-footer .footer-item__title .icon.iconfont:after {
  content: '\e768';
}
.site-footer .footer-item dt {
  border-bottom: 1px solid #656565;
  position: relative;
}
.site-footer .footer-item:first-of-type dt {
  border-top: 1px solid #656565;
}
.site-footer .footer-item .sub {
  display: none;
  padding: 0 1.5rem;
}
.site-footer .footer-item .sub a {
  display: block;
}
.site-footer .footer-item.is-unfold dt {
  border-bottom: 0;
}
.site-footer .footer-item.is-unfold dt .icon.iconfont:after {
  content: '\e769';
}
.site-footer .footer-info {
  padding: 1.5rem;
}
.site-footer .footer-info .service-phone {
  padding: 1rem 0;
  border-bottom: 1px solid #656565;
}
.site-footer .footer-links {
  margin: 1rem 0;
}
.site-footer .footer-links a {
  margin: 0 0.8em;
}
.site-footer .footer-links a:first-child {
  margin-left: 0;
}
.site-footer .footer__cs {
  position: relative;
}
.site-footer .footer__cs .iconfont {
  color: red;
}
.site-footer .footer__cs:after {
  content: '';
  position: absolute;
  bottom: 2px;
  border: 3px solid;
  right: -0.6rem;
  border-top-color: transparent;
  border-left-color: transparent;
}
.site-footer .footer-f {
  font-size: 2.5rem;
  text-align: left;
}
.site-footer .footer-f .iconfont {
  margin-right: 1.5rem;
}
.site-banner {
  display: block;
  width: 100%;
}
.page-product {
  font-size: 1.3em;
}
.page-product .category-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 1.5rem;
}
.page-product .category .panel-title {
  float: left;
  font-size: 1.4rem;
  line-height: 3rem;
}
.page-product .category .panel-arrow {
  float: right;
  width: 3rem;
  height: 3rem;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page-product .category {
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
.page-product .category .panel {
  border-bottom: 1px solid #d6d6d6;
}
.page-product .category .panel-heading {
  overflow: hidden;
  height: 5rem;
  padding: 1rem 0;
}
.page-product .category .panel-arrow .iconfont {
  font-size: 2rem;
  line-height: 3rem;
}
.page-product .category .panel.is-unfold .panel-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-product .category .panel-collapse {
  display: none;
}
.page-product .product__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-product .product__item {
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 1rem;
  padding-bottom: 2rem;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.page-product .product__item:nth-of-type(2n) {
  border-right: 0;
}
.page-product .product__image {
  display: inline-block;
  width: 80%;
}
.page-product .aspect {
  position: relative;
}
.page-product .aspect:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.page-product .aspect img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-product .product__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-product .product__desc {
    display: block;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    font-size: 12px;
    color: #999;
    word-break: keep-all;
    margin: 1px 0;
}
.page-product .product__button{
  font-size: 13px;
}
.page-news .tab-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}
.page-news .tab-brand__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.page-news .tab-brand__item.is-selected a {
  margin-bottom: -1px;
  color: inherit;
  border-bottom: 1px solid #dc2a2b;
}
.page-news .tab-brand__item a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  font-size: 1.25rem;
}
.page-news .newslist .row {
  padding: 1rem 0;
  background: #fff;
  border-top: 1rem solid #f2f2f2;
}
.page-news .newslist .news__title {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 1rem;
}
.page-news .newslist .news__image img {
  width: 100%;
}
.page-news .newslist .news__time {
  margin-top: 0.5rem;
  text-align: left;
  color: #999;
}
.page-news .newslist .news__desc {
  margin: 1rem 0;
  max-height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-product-detail .product__header {
  overflow: hidden;
  padding: 1rem 0;
  border-bottom: 0.5rem solid #f1f1f1;
}
.page-product-detail .product-info .aspect {
  width: 4rem;
}
.page-product-detail .product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-product-detail .container {
  margin: 0 1.5rem;
}
.page-product-detail .aspect {
  position: relative;
}
.page-product-detail .aspect:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.page-product-detail .product-info__name {
  color: #000;
  font-size: 1.2rem;
}
.page-product-detail .aspect img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-product-detail .product__select {
  width: 23%;
}
.page-product-detail .product__action {
  width: 23%;
  line-height: 4rem;
}
.page-product-detail a.u-btn.c2,
.page-product-detail button.u-btn.c2 {
  border: 1px solid #dc2a2b;
  background-color: #dc2a2b;
  color: #fff;
}
.page-product-detail a.u-btn,
.page-product-detail button.u-btn {
  display: inline-block;
  text-align: center;
  width: 90%;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #fff;
  padding: 0;
  border: 1px solid #d6d6d6;
  outline: 0;
  cursor: pointer;
}
.page-product-detail .product__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}
.page-product-detail .product__tab__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.page-product-detail .product__tab__item a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  font-size: 1.2rem;
}
.page-product-detail .product__tab__item.active {
  color: #d50213;
}
.page-product-detail .product__instructions {
  padding: 1rem;
}
.page-news-detail .newsdetail__time {
  color: #999;
}
.page-news-detail .newsdetail__content {
  margin-top: 1rem;
}
.page-invest .box1 {
  background-color: #f8f8f8;
}
.page-invest .box1 .wrap {
  padding: 6.1% 0 9.375%;
  width: 94%;
  margin: 0 auto;
}
.page-invest .box1 .wrap .title {
  font-size: 18px;
}
.page-invest .box1 .wrap .text {
  font-size: 14px !important;
  color: #999 !important;
  line-height: 1.8;
}
.page-invest .box2 {
  position: relative;
  background: #fff;
}
.page-invest .box2 .wrap {
  padding: 12% 0 0;
}
.page-invest .box2 .title-box {
  padding-bottom: 4.3%;
  text-align: center;
}
.page-invest .box2 .wrap .title-box h4 {
  padding-bottom: 0.625rem;
  font-size: 20px;
  margin: 0;
  font-weight: normal;
}
.page-invest .box2 .wrap .title-box p {
  font-size: 14px;
}
.page-invest .box2 .invest .swiper-slide {
  display: block;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.page-invest .box2 .invest .swiper-button-prev {
  background: #000000 url('../img/invest-l.png') no-repeat scroll center;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  width: 40px;
  height: 40px;
  left: 4%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  outline: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.page-invest .box2 .invest .swiper-button-prev:hover {
  background-color: #ba8f5a;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.page-invest .box2 .invest .swiper-button-next {
  background: #000000 url('../img/invest-r.png') no-repeat scroll center;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  outline: 0;
  width: 40px;
  height: 40px;
  right: 4%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.page-invest .box2 .invest .swiper-button-next:hover {
  background-color: #ba8f5a;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.page-invest .box3 .container {
  width: 94%;
  margin: 0 auto;
}
.page-invest .box3 .wrap {
  padding: 9% 0 6.875%;
}
.page-invest .box3 .wrap .title-box {
  padding-bottom: 5.31%;
  text-align: center;
}
.page-invest .box3 .wrap .title-box h4 {
  padding-bottom: 0.625rem;
  font-size: 20px;
  margin: 0 auto;
}
.page-invest .box3 .wrap .title-box p {
  font-size: 14px;
}
.page-invest .box3 .wrap .list-box {
  text-align: center;
}
.page-invest .box3 .wrap .list-box:before,
.page-invest .box3 .wrap .list-box:after {
  display: table;
  content: '';
}
.page-invest .box3 .wrap .list-box:after {
  clear: both;
}
.page-invest .box3 .wrap .list-box li {
  float: left;
  width: 50%;
  margin-bottom: 1rem;
}
.page-invest .box3 .wrap .list-box li .icon {
  width: 70px;
  margin: 0 auto;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  position: relative;
}
.page-invest .box3 .wrap .list-box li .icon img {
  max-width: 42px;
  max-height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
.page-invest .box3 .list-box li .text p {
  font-size: 14px;
  margin-top: 0.5rem;
  height: 3rem;
}
.page-invest .box3 .list-box li .text .line {
  width: 20px;
  height: 1px;
  margin: 0 auto;
  background: #ccc;
}
.page-invest .box4 {
  height: 343px;
  color: #fff;
  text-align: center;
}
.page-invest .box4 .container {
  width: 94%;
  height: 100%;
  margin: 0 auto;
}
.page-invest .box4 .table {
  display: table;
  width: 100%;
  height: 100%;
}
.page-invest .box4 .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.page-invest .box4 .box4 .wrap {
  text-align: center;
  color: #fff;
}
.page-invest .box4 .wrap small {
  font-size: 16px;
  text-align: center;
}
.page-invest .box4 .wrap h4 {
  text-align: center;
  padding-bottom: 0.625rem;
  font-size: 20px;
  margin: 0 auto;
}
.page-invest .box4 .wrap .text {
  text-align: center;
  padding: 0.83333rem 0 1.04167rem;
}
.page-invest .box5 .container {
  width: 94%;
  margin: 0 auto;
}
.page-invest .box5 .wrap {
  padding: 6% 0 6% 0;
}
.page-invest .box5 .wrap .title-box {
  text-align: center;
}
.page-invest .box5 .wrap .scroll-box {
  width: auto;
}
.page-invest .box5 .wrap .scroll-box .slides {
  width: 100%;
  position: relative;
  font-size: 0;
}
.page-invest .box5 .scroll-box .slides .items .ntext:before {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.page-invest .box5 .scroll-box .slides .items .ntext:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background: #eee;
  z-index: 1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page-invest .box5 .wrap .scroll-box .slides .items .text-box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 120px;
  border: 1px dashed #e5e5e5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  color: #999;
}
.page-invest .box5 .scroll-box .slides .items .text-box .num {
  padding: 12px 0 6px;
  font-size: 24px;
}
.page-invest .box5 .scroll-box .slides .items .text-box .text {
  max-width: 84%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}
.page-invest .box5 .scroll-box .slides .items .text-box .line-box {
  position: absolute;
  left: 74.75%;
  width: 1px;
  height: 38px;
  border-right: 1px dashed #e5e5e5;
  margin-left: -1px;
}
.page-invest .box5 .scroll-box .slides .items .text-box .line-box {
  left: 50%;
  top: 100%;
  bottom: auto;
  height: 29px;
}
.page-invest .box5 .scroll-box .slides .items:last-child .text-box .line-box {
  display: none;
}
.page-invest .box5 .wrap .scroll-box .slides .items {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.page-invest .box6 {
  background: #f8f8f8;
}
.page-invest .box6 .wrap {
  padding: 6.56% 0 6.875%;
}
.page-invest .box6 .wrap .title-box {
  padding-bottom: 4.53%;
  text-align: center;
}
.page-invest .box6 .wrap .title-box h4 {
  font-size: 20px;
  margin: 0 auto;
  font-weight: normal;
}
.page-invest .box6 .wrap .cont {
  padding: 5.625% 3.515% 24px;
  background: #fff;
}
.page-invest .box6 .cont .sub {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #010101;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 133px;
  height: 33.6px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.page-invest .box6 .wrap .cont .tips-box {
  padding-top: 16px;
  font-size: 14px;
  text-align: center;
  color: #c9995f;
}
.page-invest .box6 .form-box .input-box {
  width: 290px;
  margin: 0 auto 1rem;
}
.page-invest .box6 .form-box .input-box .input {
  font-size: 14px;
  border: 1px solid #e4e4e4;
  position: relative;
  color: #000;
}
.page-invest .box6 .form-box .input-box .input input {
  float: none;
  height: 34px;
  width: 100%;
  line-height: 32px;
  padding-top: 0;
  text-indent: 10px;
  border: none;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-invest .box6 .form-box .input-box.tel .input button {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 84px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  font-size: 12px;
  color: #fff;
  background: #c9995f;
  height: 28px;
  margin-top: -14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.page-service {
  margin-bottom: 2rem;
}
.page-service .box .contact-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1rem;
}
.page-service .box .list {
  text-align: center;
  position: relative;
}
/*.page-service .box .list:hover .wechat {*/
/*  display: block;*/
/*}*/
.page-service .box .list img {
  display: block;
  margin: 0 auto;
}
/*.page-service .box .list .wechat {*/
/*  position: absolute;*/
/*  width: 6rem;*/
/*  height: 6rem;*/
/*  top: -6rem;*/
/*  right: -1.5rem;*/
/*  z-index: 10;*/
/*  display: none;*/
/*}*/
.page-service .box .list .text {
  margin-top: 0.5rem;
  color: #999;
}
.page-service .wxbox {
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-size: 0.3rem;
  display: none;
  margin: 0;
}
.page-service .wxbox .box {
  position: absolute;
  width: 100%;
  height: 15rem;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-service .wxbox h2 {
  margin: 0;
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  height: auto;
  position: relative;
}
.page-service .wxbox img {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  display: block;
}
.page-cfhx .section {
  margin: 2rem 0;
}
.page-cfhx .input-ctl {
  border: solid 1px #ccc;
  height: 3rem;
  display: block;
  width: 24rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  line-height: 3rem;
  text-indent: 1rem;
}
.page-cfhx .btn-submit {
  background: #dc2a2b;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3rem;
  width: 10rem;
  border: none;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  margin: 0 auto;
  font-size: 16px;
}
.page-cfhx .section .item {
  display: block;
  margin-bottom: 2rem;
}
.page-cfhx .section-tips {
  text-align: center;
  font-size: 12px;
  margin-top: 0.2rem;
  color: #999;
}
.page-cfhx .section-content {
  margin-top: 2rem;
}
.page-cfhx .section-head {
  text-align: center;
  font-size: 16px;
  color: #dc2a2b;
  position: relative;
}
.page-cfhx .section-head::before {
  position: absolute;
  content: '';
  background: url(../img/cf_line.png) no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 5rem;
  height: 0.3rem;
  top: 50%;
  left: 4rem;
}
.page-cfhx .section-head::after {
  position: absolute;
  content: '';
  background: url(../img/cf_line.png) no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 5rem;
  height: 0.3rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 50%;
  right: 4rem;
}
.page-index .swiper-pagination-bullet {
  width: 3rem;
  height: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.page-index .swiper-pagination-bullet-active {
  height: 3px;
  opacity: 1;
}
.page-index .banner .swiper-slide {
  width: 100%;
  /*height: 600px;*/
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.page-index .gallery .item {
  margin-top: 20px;
}
.page-index .gallery .item img {
  width: 100%;
}
.page-index .info {
  margin: 3rem 0;
}
.page-index .info .item {
  margin-top: 40px;
  text-align: center;
}
.page-index .info .item img {
  margin: 0 auto;
  width: 50px;
}
.page-index .info .item .title {
  color: #6c1518;
  margin: 10px 0;
  font-size: 18px;
}
.page-index .info .item .more {
  color: #4396ce;
  font-size: 14px;
}
.page-index .ubox {
  position: relative;
  font-size: 0;
}
.page-index .ubox ul {
  position: relative;
  height: 8.3rem;
  overflow: hidden;
  margin: 0 auto;
}
.page-index .ubox ul.on {
  height: 100%;
}
.page-index .ubox ul li {
  text-align: center;
  display: inline-block;
  width: 33.333%;
  height: 8.3rem;
  position: relative;
  vertical-align: top;
}
.page-index .ubox ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  right: 0;
  top: 0;
  background-color: #eee;
}
.page-index .ubox ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  bottom: 0;
  left: 0;
  background-color: #eee;
}
.page-index .ubox ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-index .ubox ul li .des {
  font-size: 10px;
  color: #686868;
  margin-top: 0.25rem;
}
.page-index .ubox ul li img {
  margin-top: 0.44rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.06rem;
}
.page-index .ubox .addmore {
  font-size: 10px;
  text-align: center;
  line-height: 3.5rem;
  color: #808080;
  position: relative;
}
.page-index .ubox .addmore.on em {
  top: 0.26rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-index .ubox .addmore em {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2.3rem;
  width: 0.7rem;
  height: 0.9rem;
  background: url(../img/moredown.svg) no-repeat center / 0.7rem 0.4rem;
}
.page-index .ubox .addmore:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eee;
  top: -1px;
  left: 0;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 3;
}

.page-contact .wrap1 {
  padding: 45px 0 50px;
}
.page-contact .wrap1 .tit {
  font-size: 36px;
  color: #1a1a1a;
  text-align: center;
}
.page-contact .wrap1 .list {
  margin: 25px 0 25px;
  color: #333333;
  font-size: 0;
  text-align: center;
}
.page-contact .wrap1 .list .item {
  display: inline;
  text-align: center;
  border-left: solid 1px #ddd;
  width: 33.333%;
  font-size: 16px;
  position: relative;
  vertical-align: top;
}
.page-contact .wrap1 .list .item .box {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
.page-contact .wrap1 .list .item .box img {
  width: 70px;
  margin: 0px auto 10px auto;
}
.page-contact .wrap1 .list .item:first-child {
  text-align: left;
  border: none;
}
.page-contact .wrap1 ul {
  font-size: 0;
  border-top: 1px solid #e5e5e5;
  padding: 84px 0;
}
.page-contact .wrap1 ul li {
  display: inline-block;
  color: #333333;
  width: 25%;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-contact .wrap1 ul li .d1 {
  font-size: 18px;
  line-height: 1;
}
.page-contact .wrap1 ul li .d2 {
  font-size: 16px;
  line-height: 1;
  padding: 14px 0 8px;
}
.page-cooperation .nicescroll-rails {
  border-left: 1px solid #cbcbcb;
  display: none;
}
.page-cooperation .nicescroll-rails div {
  /* transform: translate(-50%,0); */
  width: 6px !important;
  margin-right: 2px;
}
.page-cooperation .wrap1 .tit {
  font-size: 30px;
  color: #1a1a1a;
  position: relative;
  text-align: center;
  padding: 20px 0 20px;
  margin-bottom: 45px;
}
.page-cooperation .wrap1 .tit:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
}
.page-cooperation .wrap1 .con {
  font-size: 14px;
  color: #4d4d4d;
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
.page-cooperation .wrap1 .abox {
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 90px 0 0;
}
.page-cooperation .wrap1 .abox .imgs img {
  width: 100%;
}
.page-cooperation .wrap1 .abox .text {
  padding: 30px 60px 20px;
  text-align: center;
}
.page-cooperation .wrap1 .abox .text .atit {
  font-size: 23px;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.page-cooperation .wrap1 .abox .text .acon {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 2;
}
.page-cooperation .wrap1 .abox a {
  margin: 0 5px;
  display: inline-block;
  width: -webkit-calc(33.3333% - 7px);
  width: -moz-calc(33.3333% - 7px);
  width: calc(33.3333% - 7px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page-cooperation .wrap1 .abox a .amore {
  color: #006699;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
  padding-right: 1em;
  background: url(../img/76.png) no-repeat right center / 7px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.page-cooperation .wrap1 .abox a:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.page-cooperation .wrap1 .abox a:hover .amore {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.page-cooperation .wrap2 {
  background-color: #f6f6f6;
  padding: 45px 0 45px;
}
.page-cooperation .wrap2 .tit {
  font-size: 30px;
  text-align: center;
}
.page-cooperation .wrap2 .subtit {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}
.page-cooperation .wrap2 .inpbox {
  width: 635px;
  margin: 50px auto 0;
  font-size: 0;
}
.page-cooperation .wrap2 .inp + .inp {
  margin-top: 20px;
}
.page-cooperation .wrap2 label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #4d4d4d;
  text-align: left;
  width: 120px;
}
.page-cooperation .wrap2 input {
  width: 515px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 17px;
  font-size: 14px;
  border: 1px solid #d3d3d3;
  vertical-align: middle;
}
.page-cooperation .wrap2 .inp input[type='submit'] {
  background-color: #0c94e4;
  color: #ffffff;
  padding: 0;
  border: none;
}
.page-cooperation .wrap2 .inp span {
  display: inline-block;
  font-size: 14px;
  color: #ff1d25;
  text-align: center;
  width: 515px;
}
.page-cooperation .wrap2 .select {
  position: relative;
  width: 252px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.page-cooperation .wrap2 .select .select-tit {
  position: relative;
  z-index: 4;
  font-size: 14px;
  color: #666666;
  padding: 0 20px 0 16px;
  background: #ffffff url(../img/triangle.svg) no-repeat 104px center / 11px
  auto;
  background-position: 225px center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #cbcbcb;
}
.page-cooperation .wrap2 .select .select-con {
  max-height: 339px;
  border-bottom: 1px solid #cbcbcb;
}
.page-cooperation .wrap2 .select .select-con li {
  line-height: 34px;
  padding: 0 0 0 20px;
  cursor: pointer;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.page-cooperation .wrap2 .select .select-con li:hover {
  background-color: #f2f2f2;
}
.page-cooperation .wrap2 .select .select-conbox {
  position: absolute;
  width: 100%;
  max-height: 340px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  top: 100%;
  display: none;
  z-index: 3;
  background: #fff;
}
.page-advantage .wrap1 {
  padding: 45px 0 45px;
}
.page-advantage .wrap1 .htit {
  font-size: 30px;
  color: #1a1a1a;
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 50px;
}
.page-advantage .wrap1 .htit:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.page-advantage .wrap1 .hcon {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 2.5;
  text-indent: 2em;
  text-align: justify;
}
.page-advantage .wrap1 .fot {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-advantage .wrap1 .fot a {
  width: -webkit-calc(33.3333% - 10px);
  width: -moz-calc(33.3333% - 10px);
  width: calc(33.3333% - 10px);
}
.page-advantage .wrap1 .fot a:hover .imgs img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-advantage .wrap1 .fot a .imgs {
  overflow: hidden;
}
.page-advantage .wrap1 .imgs img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-advantage .wrap1 .text {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 2;
  text-indent: 2em;
}
.page-advantage .wrap1 .fot .text {
  padding: 30px 15.837% 0 0;
}
.page-advantage .wrap1 .fot .text .d1 {
  font-size: 18px;
  color: #1a1a1a;
}
.page-advantage .wrap1 .fot .text .d2 {
  font-size: 14px;
  color: #4d4d4d;
  margin-top: 6px;
  line-height: 1.71;
}
.page-advantage .wrap1 .imgs img {
  width: 100%;
}
.page-video .subnav {
  height: 70px;
  line-height: 70px;
  border-top: solid 1px #ddd;
  color: #777;
  font-size: 14px;
  background-color: #fff;
}
.page-video .subnav em {
  display: inline-block;
  margin: 0 15px;
  font-style: normal;
}
.page-video .wrap1 .imgs {
  position: relative;
  display: block;
}
.page-video .wrap1 .imgs video {
  width: 100%;
  vertical-align: top;
}
.page-video .wrap1 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  cursor: pointer;
}
.page-video .wrap1 .play img {
  width: 100%;
}
.page-video .wrap2 .vid-nav {
  padding: 56px 0 46px;
}
.page-video .wrap2 .vid-nav .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-video .wrap2 .vid-nav .item-head {
  line-height: 1;
  font-size: 16px;
  color: #0c94e4;
  padding-right: 20px;
}
.page-video .wrap2 .vid-nav .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-video .wrap2 .vid-nav .item {
  line-height: 1;
  padding-right: 20px;
  color: #969696;
}
.page-video .wrap2 .vid-nav .item:first-child {
  padding-left: 20px;
  border-left: solid 1px #ccc;
}
.page-video .wrap2 .vid-nav .item-active {
  color: #0c94e4;
}
.page-video .wrap2 .more {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d8d8d8;
  margin: 70px auto 120px;
  cursor: pointer;
  font-size: 16px;
  color: #000000;
}
.page-video .wrap2 ul {
  margin-left: -19px;
}
.page-video .wrap2 ul:before,
.page-video .wrap2 ul:after {
  display: table;
  content: '';
}
.page-video .wrap2 ul:after {
  clear: both;
}
.page-video .wrap2 ul .gnbox {
  margin-top: 2px;
}
.page-video .wrap2 ul .imgs {
  position: relative;
  overflow: hidden;
}
.page-video .wrap2 ul .imgs .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
}
.page-video .wrap2 ul .imgs img {
  width: 100%;
}
.page-video .wrap2 ul .gnbox span {
  font-size: 13px;
  color: #333333;
  display: inline-block;
}
.page-video .wrap2 ul li {
  float: left;
  width: 33.3333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 19px;
}
.page-video .wrap2 ul li .text {
  padding: 18px 0 30px;
}
.page-video .wrap2 ul li .text .tit {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  padding: 0.25em 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-video .wrap2 ul li .text .text .time {
  padding-left: 26px;
  background: url(../img/time.svg) no-repeat left center / 16px auto;
}
.page-video .wrap2 ul li .text .newslist li .text .look {
  padding-left: 26px;
  background: url(../img/look.svg) no-repeat left center / 18px auto;
}
.page-video-detail .subnav {
  height: 70px;
  line-height: 70px;
  border-top: solid 1px #ddd;
  color: #777;
  font-size: 14px;
  background-color: #fff;
}
.page-video-detail .subnav em {
  display: inline-block;
  margin: 0 15px;
  font-style: normal;
}
.page-video-detail .infowrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 17px;
}
.page-video-detail .infowrap .tit {
  font-size: 28px;
  text-align: center;
}
.page-video-detail .gnbox {
  text-align: center;
  margin-top: 8px;
}
.page-video-detail .gnbox span {
  font-size: 13px;
  color: #333333;
  display: inline-block;
}
.page-video-detail .gnbox .time {
  padding-left: 26px;
  background: url(../img/time.svg) no-repeat left center / 16px auto;
}
.page-video-detail .gnbox .look {
  margin-left: 34px;
  padding-left: 26px;
  background: url(../img/look.svg) no-repeat left center / 18px auto;
}
.page-video-detail .vi-info {
  text-align: center;
  font-size: 14px;
  color: #3e3a39;
  margin-top: 37px;
}
.page-video-detail .video-big {
  height: 670px;
  position: relative;
}
.page-video-detail .video-big iframe {
  width: 1190px;
  height: 670px;
}
.page-video-detail .infowrap .con {
  font-size: 14px;
  color: #3e3a39;
  line-height: 2;
}
.page-video-detail .con .ne-pre {
  width: 100%;
  height: 137px;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}
.page-video-detail .ne-left {
  float: left;
  padding: 37px 0;
}
.page-video-detail .ne-info {
  width: 100%;
  color: #808080;
}

.page-cooperation .wrap1 .container {
  padding: 2.4rem 0.9rem 4rem;
}
.page-cooperation .wrap1 .con {
  font-size: 0.9rem;
  color: #4d4d4d;
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
.page-cooperation .wrap1 .abox {
  margin-top: 3.5rem;
}
.page-cooperation .wrap1 .abox a {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.page-cooperation .imgs {
  display: block;
}
.page-cooperation .imgs img {
  width: 100%;
}
.page-cooperation .abox a .text {
  padding: 2rem;
}
.page-cooperation .abox a + a {
  margin-top: 2rem;
  margin: 2rem 0 0;
}
.page-cooperation .abox .atit {
  font-size: 1.2rem;
  padding-bottom: 0.24rem;
  text-align: center;
  margin-bottom: 1.2rem;
  position: relative;
}
.page-cooperation .abox .atit:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #666666;
  width: 3.2rem;
  height: 1px;
}
.page-cooperation .abox .acon {
  font-size: 0.9rem;
  color: #4d4d4d;
  line-height: 2;
}
.page-cooperation .wrap2 {
  background-color: #f6f6f6;
}
.page-cooperation .wrap2 .container {
  padding: 2.4rem 0 1.6rem;
}
.page-cooperation .wrap2 .tit {
  font-size: 1.3rem;
  text-align: center;
}
.page-cooperation .wrap2 .inpbox {
  width: 100%;
  margin: 1.6rem 0 0;
}
.page-cooperation .wrap2 label {
  width: 6.5rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  font-size: 14px;
  color: #000000;
}
.page-cooperation .wrap2 input {
  width: 17rem;
  height: 3rem;
  line-height: 3rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #d3d3d3;
  background: #fff;
  font-size: 14px;
  padding: 0 0.88rem;
}
.page-cooperation .wrap2 .inp + .inp {
  margin-top: 0.8rem;
}
.page-cooperation .wrap2 .inp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-cooperation .wrap2 .select {
  position: relative;
  width: 8.3rem;
  display: inline-block;
  font-size: 0.96rem;
  height: 3rem;
  line-height: 3rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-position: 6rem center;
}
.page-cooperation .wrap2 .select .select-tit {
  position: relative;
  z-index: 4;
  font-size: 14px;
  color: #666666;
  background: #ffffff url(../img/triangle.svg) no-repeat 104px center / 11px auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  text-overflow: ellipsis;
  border: 1px solid #cbcbcb;
  padding: 0 0 0 0.88rem;
  background-position: 7rem center;
  -webkit-background-size: 0.52rem auto;
  background-size: 0.52rem auto;
}
.page-cooperation .wrap2 .select .select-conbox {
  position: absolute;
  width: 100%;
  max-height: 340px;
  top: 100%;
  display: none;
  z-index: 3;
  background: #fff;
}
.page-cooperation .wrap2 .select .select-conbox:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  right: 0;
  bottom: 0;
  background-color: #cbcbcb;
  z-index: 3;
}
.page-cooperation .wrap2 .select .select-conbox:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  left: 0;
  bottom: 0;
  background-color: #cbcbcb;
  z-index: 3;
}
.page-cooperation .wrap2 .select .select-conbox .select-con {
  border-bottom: 1px solid #cbcbcb;
  max-height: 24rem;
  position: relative;
}
.page-cooperation .wrap2 .cityid {
  margin-left: 0.32rem;
}
.page-cooperation .wrap2 .inp.code input {
  width: 10rem !important;
}
.page-cooperation .wrap2 .inp.code .send {
  text-align: center;
  background: #0c94e4;
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  width: 6.5rem;
  margin-left: 0.4rem;
  height: 3rem;
  line-height: 3rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  font-size: 12px;
}
.page-cooperation .wrap2 .select-con li {
  line-height: 2.4rem;
  padding: 0 0.56rem;
}
.page-cooperation .wrap2 .inp input[type='submit'] {
  background-color: #0c94e4;
  color: #ffffff;
  padding: 0;
  border: none;
}
.page-cooperation .wrap2 .inp:last-child {
  margin-top: 1.2rem;
  color: #ff1d25;
  font-size: 12px;
}
.page-cooperation .wrap2 .inp:last-child span {
  padding-left: 1.5rem;
}
.nicescroll-rails {
  border-left: 1px solid #cbcbcb;
  display: none;
}
.nicescroll-rails div {
  /* transform: translate(-50%,0); */
  width: 6px !important;
  margin-right: 2px;
}

.page-cooperation .wrap1 .text {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 2;
  text-indent: 2em;
}

.page-about .wrap1 {
  padding: 3rem 0 2.8rem;
}
.page-about .wrap1 .htit {
  font-size: 1.2rem;
  color: #000000;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
  text-align: center;
}
.page-about .wrap1 .htit:after {
  content: '';
  display: block;
  position: absolute;
  width: 4rem;
  height: 1px;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.page-about .wrap1 .list .item .box img {
  width: 70px;
}