﻿@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
span,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
nav,
header,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-align: inherit;
  line-height: inherit;
}
input,
textarea,
select {
  font-family: "PingHei", "PingFang SC", "微软雅黑", "Microsoft YaHei",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  font-size: 14px;
  word-break: break-all;
  word-break: break-word;
}

.placeholder {
  color: #939393;
}

::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #b5b5b5;
}

::-moz-placeholder {
  color: #b5b5b5;
}

:-ms-input-placeholder {
  color: #b5b5b5;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

body {
  font-family: "PingHei", "PingFang SC", "微软雅黑", "Microsoft YaHei",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  height: 100%;
  color: #333;
  background: #fff;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  text-transform: none;
  color: #222222;
}

a img {
  border: 0;
}

a span {
  cursor: pointer;
}

em {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
}

.noFloat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

textarea {
  resize: none;
}

input,
textarea,
button,
select {
  font-size: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="button"] {
  border-radius: 0 !important;
}

ul,
ol,
dl {
  list-style: none;
  display: block;
}

dd,
dt,
li {
  display: block;
}

.hidden {
  display: none;
}

figure {
  margin: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

img {
  display: block;
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.66%;
}
.col-7 {
  width: 16.66%;
}

.col-8 {
  width: 11.1%;
}


.hasPadding {
  padding-top: 140px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visible-lg {
  display: block;
}

.hidden-xs {
  display: none;
}

.bgf8 {
  background: #f8f8f8;
}

.bgfb {
  background: #fbfbfb;
}

.bgf0 {
  background: #f0f0f0;
}

.whiteBg {
  background: #fff;
}

.redBg {
  background: url("../img/redBlockBg.jpg") repeat;
}

.pinkBg {
  background: #b55756;
}

.graGreyBg {
  background: -webkit-linear-gradient(#f2f2f2, #fff 20%);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f2f2f2, #fff 20%);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f2f2f2, #fff 20%);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f2f2f2, #fff 20%);
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.header .menuTopCon {
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header .menuTopCon .menuUl {
  float: right;
  letter-spacing: -6px;
}

.header .menuTopCon .menuUl li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 25px;
  line-height: 70px;
  color: #888;
  vertical-align: top;
}

.header .menuTopCon .menuUl li + li {
  border-left: 1px solid #eee;
}

.header .menuTopCon .menuUl li .iconfont {
  display: inline-block;
  vertical-align: top;
  color: #888888;
  margin: 0 5px 0 0;
}

.header .menuTopCon .menuUl li .phoneTxt {
  font-weight: bold;
  color: #c6092d;
}

.header .menuTopCon .menuUl li .linkTxt {
  display: inline-block;
  color: #888;
}

.header .menuTopCon .menuUl li .linkTxt + .linkTxt {
  margin: 0 0 0 20px;
}

.header .menuTopCon .menuUl li .searchIcon .iconfont {
  font-size: 20px;
  color: #929292;
}

.header .menuTopCon .menuUl li .selectCon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 20px;
  cursor: pointer;
}

.header .menuTopCon .menuUl li .select {
  padding: 0 15px;
  line-height: 36px;
  width: 90px;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  color: #888;
  position: relative;
}

.header .menuTopCon .menuUl li .selectCon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 8px;
  background: url("../img/selectArrow.png") no-repeat 50% 50%;
  background-size: 100%;
  margin: -4px 0 0 0;
}

.header .menuTopCon .menuUl li .selectDiv {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 60;
  border: 1px solid #e1e1e1;
  display: none;
  height: 184px;
  overflow: hidden;
  overflow-y: scroll;
}

.header .selectDiv p {
  font-size: 12px;
  color: #888;
  background: #fff;
  min-height: 36px;
  line-height: 36px;
  padding: 0 15px;
  cursor: pointer;
}

.header .selectDiv p a {
  color: #888;
}
.header .selectDiv p + p {
  border-top: 1px solid #e1e1e1;
}

.header .menuTopCon .logoCon {
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.header .menuTopCon .logoCon h1 {
  position: relative;
  color: #333333;
  font-size: 12px;
  /*line-height: 20px;*/
  letter-spacing: 1px;
}

.header .menuBottomCon {
  width: 100%;
  position: relative;
  height: 70px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.header .menuBottomCon ul {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 70px;
  letter-spacing: -7px;
}

.header .menuBottomCon ul li {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.header .menuBottomCon ul li + li {
  margin: 0 0 0 25px;
}

.header .menuBottomCon ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.header .menuBottomCon ul li.active {
  background: #c6092d;
}

.header .menuBottomCon ul li.active a {
  color: #fff;
}

.header .menuBottomCon ul li:hover {
  background: #c6092d;
}

.header .menuBottomCon ul li:hover a {
  color: #fff;
}

.header .smMenu {
  width: 100%;
  height: 60px;
  background: #fff;
}

.header .smMenu .smLogo {
  width: 123px;
  height: 52px;
  position: relative;
  margin: 0 auto;
}

.header .smMenu .searchIcon {
  position: absolute;
  left: 3.6%;
  top: 0;
}

.header .smMenu .searchIcon .iconfont {
  font-size: 25px;
  line-height: 60px;
  color: #929292;
}

.header .smMenu .menuIcon {
  position: absolute;
  right: 3.6%;
  top: 0;
  height: 60px;
}

.header .smMenu .menuIcon em {
  width: 20px;
  height: 2px;
  background: #929292;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1px 0 0 0;
  transition: all 0.8s ease;
}

.header .smMenu .menuIcon.active em {
  right: -100px;
}

.header .smMenu .menuIcon:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #929292;
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  transform-origin: top right;
  transition: all 0.8s 0.2s ease;
}

.header .smMenu .menuIcon.active:before {
  transform: rotate(-45deg) translate3d(-1px, 0, 0);
}

.header .smMenu .menuIcon:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #929292;
  display: block;
  position: absolute;
  bottom: 22px;
  right: 0;
  transform-origin: bottom right;
  transition: all 0.8s 0.2s ease;
}

.header .smMenu .menuIcon.active:after {
  transform: rotate(45deg);
}

/*service-link 2019-5-14 ty*/
.service-link {
  display: block;
  position: fixed;
  width: 80px;
  height: 80px;
  background-image: url(../img/service_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 100px;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
.service-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 27px;
  top: 16px;
  cursor: pointer;
}
div.te_ts_chatArea {
  display: none;
}
@media screen and (max-width: 768px) {
  .service-close {
    right: 12px;
    top: 6px;
  }
}
/*service-link 2019-5-14 ty*/

.proNav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.proNav.active {
  border-top: 1px solid #eee;
  height: 260px;
}

.proNav .proNavUl {
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}

.proNav .proNavUl .col-8 {
  float: left;
  text-align: center;
}

.proNav .proNavUl a.active .iconfont {
  color: #c6092d;
}
.col_8_xtzj {
  display: block;
  height: 109px;
  padding-top: 20px;
  box-sizing: border-box;
}
.col_8_xtzj2 {
  display: none;
}
.col_8_xtzj:hover .col_8_xtzj1 {
  display: none;
  
}
.col_8_xtzj1{
  display: block;
  width: 80%;
  margin:  0  auto ;
}
.col_8_xtzj:hover .col_8_xtzj2 {
  display: block;
  width: 80%;
  margin:  0  auto ;
  
}

.proNav .proNavUl a.active .h1 {
  color: #c6092d;
}

.proNav .proNavUl a {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.proNav .proNavUl a:hover .iconfont {
  color: #c6092d;
}

.proNav .proNavUl a:hover .h1 {
  color: #c6092d;
}

.proNav .proNavUl .iconfont {
  color: #888;
  font-size: 90px;
  line-height: 90px;
  font-weight: normal;
}

.proNav .proNavUl .h1 {
  color: #888;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
}

.footer {
  position: relative;
  width: 100%;
  background:#f2f2f2;
  /*background:url("../img/b_logo_m.jpg") #f2f2f2 no-repeat top center;*/
}

.footer .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 0 30px;
}

.footer .footerLogo {
  width: 210px;
  height: 52px;
  background: url("../img/logo.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -105px;
}

.footer .footerUl {
  width: 100%;
  position: relative;
}

.footer .footerUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer .footerUl .footerList {
  width: 200px;
  float: left;
}

.footer .footerUl .footerList + .footerList {
  margin: 0 0 0 25px;
}

.footer .footerUl li .redLinkTxt {
  color: #c6092d;
  font-weight: bold;
}

.footer .footerUl li .redLinkTxt.lst {
  margin: 20px 0 0 0;
  display: block;
}

.footer .footerUl li .linkUl {
  margin: 20px 0 0 0;
}

.footer .footerUl .linkUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer .footerUl li .linkUl li a {
  font-size: 12px;
  line-height: 28px;
  color: #888;
}

.footer .footerUl li .telUl {
  margin: 20px 0 0 0;
}

.footer .footerUl li .telUl li {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: #888;
}

.footer .footerUl li .telUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer .footerUl li .officialUl {
  margin: 10px 0 0 0;
}

.footer .footerUl li .officialUl li {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: #888;
}

.footer .footerUl li .officialUl li + li {
  margin: 5px 0 0 0;
}

.footer .footerUl li .officialUl li .iconOfficial {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

.footer .footerUl li .officialUl li .iconOfficial em {
  font-size: 28px;
  color: #888;
}

.footer .copyRightCon {
  text-align: center;
  margin: 40px auto 0;
  font-size: 12px;
  color: #aaa;
  position: relative;
}

.footer .copyRightCon p a {
  color: #aaa;
}
.footer .copyRightCon img {
  width: auto;
  display: inline-block;
}

.footer .copyRightCon p + p {
  margin: 10px 0 0 0;
}

.footer .footerTxt {
  font-size: 15px;
  color: #c45b60;
  font-weight: bold;
  text-align: center;
}

.footer .contactUs {
  padding: 30px 0 0 0;
}

.footer .contactUs .contactUl {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px auto 75px;
}

.footer .contactUs .contactUl a + a {
  margin: 0 0 0 10px;
}

.footer .contactUs .contactUl .iconfont {
  color: #9a9a9a;
  font-size: 30px;
}

.footerWhite {
  width: 100%;
  position: relative;
  background: #fff;
}

.footerWhite .wrapper {
  padding: 90px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footerWhite .wrapper .attrUl {
  width: 100%;
  position: relative;
}

.footerWhite .wrapper .attrUl a li {
  width: 20%;
  float: left;
  text-align: center;
}

.footerWhite .wrapper .attrUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footerWhite .wrapper .attrUl .icon {
  width: 70px;
  height: 80px;
  margin: 0 auto;
}

.footerWhite .wrapper .attrUl a li .h1 {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin: 10px 0 0 0;
}

.footerWhite .wrapper .attrUl a li p {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
  margin: 10px 0 0 0;
}

.footerWhite .wrapper .attrUl .phone_mark {
  position: relative;
}

.footerWhite .wrapper .attrUl a li .QR_code {
  width: 220px;
  height: 125px;
  background: #f6f6f6;
  margin: 0 auto;
  position: relative;
  padding: 9px 9px 11px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footerWhite .wrapper .attrUl .phone_mark:hover .QR_code {
  opacity: 1;
  transition: all 0.5s;
}

.footerWhite .wrapper .attrUl a li .QR_code:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top-color: #f6f6f6;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footerWhite .wrapper .attrUl .QR_code .an_mark,
.footerWhite .wrapper .attrUl .QR_code .ios_mark {
  width: 88px;
  height: 88px;
  background: #fff;
  float: left;
  padding: 5px;
}

.footerWhite .wrapper .attrUl .QR_code .an_mark {
  margin-right: 6px;
}

.footerWhite .wrapper .attrUl .QR_code .an_mark > img,
.footerWhite .wrapper .attrUl .QR_code .ios_mark > img {
  width: 100%;
  height: 100%;
}

.footerWhite .wrapper .attrUl .QR_code .an_mark > p,
.footerWhite .wrapper .attrUl .QR_code .ios_mark > p {
  font-size: 12px;
  color: #333;
  margin: 0;
  line-height: 28px;
}

.footerWhite .wrapper .attrUl .WeChat_code {
  position: relative;
}

.footerWhite .wrapper .attrUl a li .WeChat {
  width: 125px;
  height: 125px;
  background: #f6f6f6;
  margin: 0 auto;
  position: relative;
  padding: 9px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: -60px;
  left: 24%;
}

.footerWhite .wrapper .attrUl a li .WeChat .we_mark {
  width: 107px;
  height: 107px;
  background: #fff;
}

.footerWhite .wrapper .attrUl .WeChat_code:hover .WeChat {
  opacity: 1;
  transition: all 0.5s;
}

.footerWhite .wrapper .attrUl a li .WeChat:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top-color: #f6f6f6;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
}

.footerWhite .storeSwiper {
  height: 80px;
}

.footerWhite .storeSwiper .swiper-pagination {
  width: 100%;
  bottom: 0;
}

.footerWhite .storeSwiper .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  background: #d5d5d5;
  display: inline-block;
  margin: 0 2px;
}

.footerWhite
  .storeSwiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c6092d;
}

.footerWhite .storeSwiper .swiper-pagination-switch {
  width: 15px;
  height: 2px;
  background: #d5d5d5;
  display: inline-block;
  margin: 0 2px;
}

.footerWhite .storeSwiper .swiper-pagination-switch.swiper-active-switch {
  background: #c6092d;
}

.footerWhite .attrTwoUl {
  width: 100%;
  position: relative;
}

.footerWhite .attrTwoUl li {
  width: 25%;
  float: left;
  margin: 40px 0 0 0;
  position: relative;
}

.footerWhite .attrTwoUl li .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.footerWhite .attrTwoUl li .h1 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 15px 0 0 0;
}

.footerWhite .attrTwoUl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footerWhite .attrTwoUl .QR_code {
  width: 150px;
  position: absolute;
  top: -35px;
  left: -27px;
  background: #fff;
}

.footerWhite .attrTwoUl .QR_code .an_mark {
  width: 48%;
  float: left;
}

.footerWhite .attrTwoUl .QR_code .ios_mark {
  width: 48%;
  float: right;
}

.footerWhite .attrTwoUl .QR_code > p {
  font-size: 12px;
  text-align: center;
}

.footerWhite .attrTwoUl .WeChat {
  width: 80px;
  position: absolute;
  top: -25px;
  left: 5px;
}

.bannerSwiper {
  width: 100%;
  position: relative;
}

.bannerSwiper .swiper-pagination {
  left: 0;
  right: 0;
  height: 50px;
  bottom: 0;
}

.bannerSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  margin: 0 6px;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c3122f;
}

.bannerSwiper .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  margin: 0 6px;
}

.bannerSwiper .swiper-pagination-switch.swiper-active-switch {
  background: #c3122f;
}

.bannerSwiper .txtCon {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
}

.bannerSwiper .txtCon .h1 {
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.bannerSwiper .txtCon .h1.smTitleTxt {
  font-size: 40px;
  line-height: 50px;
}

.navMenu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.navMenu .navTxt {
  font-size: 24px;
  line-height: 24px;
  color: #c6092d;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
}

.navMenu ul {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.navMenu ul li {
  float: left;
  line-height: 100px;
  text-align: center;
  position: relative;
  height: 100px;
}

.navMenu ul li + li:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #efefef;
  position: absolute;
  left: 0;
}

.navMenu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.navMenu ul li.active a {
  color: #fff;
  background: #c6092d;
}

.panel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menuMask {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  transition: height 0.8s ease;
  overflow: hidden;
}

.menuMask .menuMaskCon {
  height: 100%;
  overflow-y: scroll;
}

.menuMask .menuUl {
  position: relative;
  width: 100%;
  background: #fff;
}

.menuMask .menuUl li {
  padding: 0 20px;
  line-height: 60px;
  border-top: 1px solid #eee;
  position: relative;
}

.menuMask .menuUl li em {
  color: #c6092d;
  font-size: 20px;
  float: left;
  margin: 0 10px 0 0;
}

.menuMask .menuUl li .h1 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.menuMask .menuUl.lst li {
  border: none;
}

.menuMask .menuUl.lst li .linkTxt {
  background: none;
}

.menuMask .menuUl.lst li h1 {
  font-size: 13px;
  color: #888888;
}

.menuMask .menuUl li .linkTxt {
  width: 100%;
  height: 60px;
  background: url("../imgMobile/arrowRight.png") no-repeat 100% 50%;
  background-size: 10px;
  display: block;
}

.menuMask .menuUl li.active .linkTxt {
  background: url("../imgMobile/arrowBottom.png") no-repeat 100% 50%;
  background-size: 10px;
}

.menuMask .menuUl li.active .linkTxt::before {
  width: 100%;
  height: 1px;
  background: #eee;
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}

.menuMask .menuUl li.active .hidePart {
  display: block;
}

.menuMask .hidePart {
  display: none;
  padding: 5px 25px;
}

.menuMask .hidePart a {
  width: 100%;
  display: block;
  line-height: 30px;
}

.menuMask .hidePart .arrowBtn {
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 5px 0 0;
}

.menuMask .redBlock {
  width: 100%;
  height: 45px;
  background: #c6092d;
  line-height: 45px;
  text-align: center;
}

.menuMask .redBlock .h1 {
  color: #fff;
}

.menuMask .redBlock .h1 span {
  font-weight: bold;
}

.menuMask .redBlock .iconfont {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.menuMask select {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 60px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: bold;
  background: url("../imgMobile/arrowBottom.png") no-repeat 100% 50%;
  background-size: 10px;
  padding: 0 20px 0 0;
  direction: rtl;
}

.searchMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  display: none;
}

.searchMask .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  max-width: 600px;
  height: auto;
  background: #fff;
  border-radius: 10px;
}

.searchMask .content .wrapper {
  padding: 20px 50px;
}

.searchMask .content .iconCloseBtn {
  position: absolute;
  top: 20px;
  right: 50px;
  color: #aaa;
  font-size: 14px;
}

.searchMask .content .iconCloseBtn img {
  width: 9px;
  height: 9px;
  display: inline-block;
  visibility: middle;
  padding: 0 0 0 5px;
}

.searchMask .content .h1 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.searchMask .content .inputCon {
  margin: 40px 0 0 0;
  position: relative;
}

.searchMask .content .inputCon .inputTxt {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 60px;
  height: 60px;
  border: none;
  border-bottom: 1px solid #c6092d;
}

.searchMask .content .inputCon .iconfont {
  font-size: 20px;
  color: #aaa;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.searchMask .content .btn {
  margin: 30px 0 0 0;
  display: block;
}

.searchMask .content .btn span {
  padding: 0 40px;
  background: #c6092d;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: 1px solid #c6092d;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.searchMask .content .btn span:hover {
  border: 1px solid #c6092d;
  background: #fff;
  color: #c6092d;
}
.red {
  color: #c6092d;
}
.ninety_log { display:none;}
.groupDescriptionList {
  margin: 10px auto 0;
  width: 85%;
  color: #939393;
}
.groupDescriptionList li {
  margin-bottom: 5px;
  display: list-item;
  margin-left: 19px;
}
.groupDescriptionList span {
  color: #c6092d;
}