@charset "UTF-8";
/*-----------------[初始化]--------------*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  font-family: "微软雅黑","Microsoft Yahei";
}

img {
  max-width: 100%;
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

input, textarea, select {
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑","Microsoft Yahei";
  outline: 0;
}

input[type='submit'], input[type='reset'], input[type='button'], input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='submit'], input[type='reset'], input[type='button'] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

a:hover {
  color: #e60012;
}

.wp {
  width: 1522px;
  margin: 0 auto;
}

.wp2 {
  width: 1200px;
}

.h {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.bgEb {
  background: #ebebeb;
}

/*
* 头部
 * */
#hd {
  position: relative;
  z-index: 9;
  background: #f5f5f5;
}

#hd.index {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

#hd .wp:after {
  content: '';
  clear: both;
  display: block;
}

.logo {
  margin-top: 19px;
  float: left;
}

.hdTel {
  float: right;
  margin-top: 33px;
}

.hdTel em {
  display: inline-block;
  padding-left: 41px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  font-size: 24px;
  color: #333;
  background: url(../images/icn_tel.png) no-repeat left center;
}

.nav {
  float: left;
  margin-left: 57px;
}

.nav:after {
  content: '';
  display: block;
  clear: both;
}

.nav li {
  position: relative;
  float: left;
  margin: 0 36px;
}

.nav .navChild {
  position: relative;
}

.nav .navChild:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #b5b5b5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.nav .navChild:hover dl {
  display: block;
}

.nav .navChild:hover:after {
  opacity: 1;
}

.nav li.on .a1 {
  color: #e60012;
}

.nav .a1 {
  display: block;
  overflow: hidden;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
}

.nav dl {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  display: none;
}

.nav dd {
  margin: 0 25px;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.nav dd a {
  color: #fff;
  font-size: 17px;
}

.nav dd a:hover {
  color: #e60012;
}

.navBg {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  height: 58px;
  z-index: 2;
  background: rgba(181, 181, 181, 0.8);
}

.mBan em {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
}

.mBan .pc {
  padding-top: 41%;
}

.mBan .mobile {
  display: none;
  padding-top: 60%;
}

.gBan em {
  display: block;
  height: 470px;
  background-repeat: no-repeat;
  background-position: center;
}

/*
* 底部
 * */
#fd {
  background: #ebebeb;
  border-bottom: 1px solid #e5e5e5;
}

#fd .wp {
  padding: 70px 0;
}

#fd .wp:after {
  content: '';
  clear: both;
  display: block;
}

.fdLogo {
  float: left;
}

.fdLink {
  float: left;
  padding: 16px 0 0 50px;
}

.fdLink a {
  display: inline-block;
  margin: 0 30px;
  font-size: 16px;
  color: #666;
}

.fdLink a:hover {
  color: #D6000e;
}

.fdShare {
  padding-right: 110px;
  position: relative;
  float: right;
}

.fdShare:after {
  content: '';
  clear: both;
  display: block;
}

.fdShare .item {
  float: left;
  margin: 0 10px;
  text-align: center;
}

.fdShare .item:hover .pop {
  display: block;
}

.fdShare img {
  margin-bottom: 2px;
  width: 50px;
  height: 50px;
}

.fdShare em {
  display: block;
  font-size: 14px;
}

.fdShare .pop {
  position: absolute;
  right: 100%;
  margin-right: 28px;
  top: -38px;
  width: 154px;
  display: none;
}

.fdShare .pop:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.fdShare .pop img {
  width: 154px;
  height: 154px;
}

.fdTel {
  float: right;
  padding-top: 27px;
}

.fdTel em {
  display: inline-block;
  padding-left: 40px;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  background: url(../images/icn_tel.png) no-repeat left center;
}

.copy {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  background: #d9d9d9;
}

/*
* 首页
 * */
.section2 {
  background: #ebebeb;
}

.mBanH {
  height: 100vh;
}

.mBanH .slick-list,
.mBanH .slick-track {
  height: 100%;
}

.mBanH .item {
  height: 100%;
}

.mBanH em {
  display: block;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.mBanH .mobile {
  display: none;
}

.mDots .slick-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  z-index: 3;
  text-align: center;
}

.mDots .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.mDots .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 12px;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.mDots .slick-dots li.slick-active button {
  width: 27px;
  background: #D6000e;
}

.indexPadding {
  padding-top: 100px;
}

.mPicBox {
  overflow: hidden;
}

.mPicBox .img {
  float: left;
  padding: 15px 0 0 46px;
  width: 410px;
  height: 454px;
  background: url(../images/mBg1.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.mPicBox .img img {
  width: 315px;
  height: 402px;
}

.mPicBox .txt {
  float: right;
  padding-top: 60px;
  width: 616px;
}

.mPicBox .txt p {
  line-height: 40px;
  height: 120px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.mPicBox h4 {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mPicBox strong {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  color: #333;
  font-weight: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mPicBox em {
  margin: 22px 0 55px;
  display: inline-block;
  width: 67px;
  height: 3px;
  background: #D6000e;
}

.mPicBox p {
  font-size: 16px;
}

.mPicBox .more {
  padding-top: 60px;
  text-align: right;
}

.mPicBox .more a {
  color: #D6000e;
  font-size: 16px;
}

.mPicBox .more a:hover {
  text-decoration: underline;
}

.mPicBoxFd {
  padding: 22px 0 0 50px;
  clear: both;
}

.mPicBoxFd p {
  line-height: 38px;
  /*height: 38px;*/
  overflow: hidden;
}

.idxList {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}

.idxList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 63px 0;
  height: 100%;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.idxList .item2{
  padding: 0;
}

.idxList .item:nth-child(even) {
  background: rgba(98, 98, 98, 0.6);
}

.idxList .item:nth-child(odd) {
  background: rgba(0, 0, 0, 0.5);
}

.idxList .item:hover {
  background: rgba(220, 31, 37, 0.9);
}

.idxList .item:hover .con {
  height: auto;
}

.idxList .img {
  display: block;
  margin: 0 auto;
  width: 146px;
  height: 146px;
  line-height: 142px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.idxList .img img {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}

.idxList h3 {
  margin-top: 26px;
  font-size: 26px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.idxList .con {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.idxList em {
  display: block;
  margin: 27px auto 30px;
  width: 37px;
  height: 2px;
  background: #fff;
}

.idxList p {
  font-size: 16px;
  line-height: 30px;

}

.mBgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mBgBox div {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.mBgBox .mBg {
  display: none;
}

.mTit {
  text-align: center;
  padding-top: 40px;
}

.mTit strong {
  font-size: 30px;
  font-weight: normal;
  color: #262626;
}

.mTit em {
  display: block;
  margin: 10px auto 20px;
  width: 67px;
  height: 3px;
  background: #D6000e;
}

.section .mTit {
  margin: 0;
}

.section .mTit em {
  margin: 10px auto 65px;
}

.mTxt {
  padding: 0 43px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}

.mTxt strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  /*font-weight: normal;*/
}

.mTxt .strong {
  font-weight: bold;
  color: #4e4e50;
}

.mImg {
  text-align: center;
}

.popBg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.slideNews .item {
  margin-right: 66px;
  padding-bottom: 20px;
  width: 508px;
}

.slideNews .img {
  padding-top: 55%;
  -webkit-background-size: cover;
  background-size: cover;
}

.slideNews .txt {
  padding: 32px 20px 26px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.slideNews h3 {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
}

.slideNews p {
  margin: 19px 0 36px;
  font-size: 14px;
  line-height: 27px;
  height: 54px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  color: #666;
}

.slideNews .more {
  text-align: right;
}

.slideNews .more em {
  color: #666;
  font-size: 16px;
}

.slideNews a:hover .txt {
  background: #D6000e;
}

.slideNews a:hover h3, .slideNews a:hover p, .slideNews a:hover .txt em {
  color: #fff;
}

.idxFdMore {
  padding-top: 48px;
  text-align: right;
}

.idxFdMore a {
  font-size: 16px;
  color: #D6000e;
}

.idxFdMore a:hover {
  text-decoration: underline;
}

.babyDressBoxM1 {
  background: #ebebeb;
}

.babyDressBoxM1 .mImg {
  padding-top: 20px;
}

.babyDressBoxM1 .wp {
  position: relative;
}

.babyDressBoxM1 .renwu {
  position: absolute;
  bottom: 0;
}

.babyDressBoxM1 .renwu1 {
  left: 0;
}

.babyDressBoxM1 .renwu2 {
  right: 30px;
}

.babyDressBoxM2 .wp:after {
  content: '';
  clear: both;
  display: block;
}

.babyDressBoxM2 .left {
  position: relative;
  float: left;
  width: 742px;
  border-radius: 8px;
  overflow: hidden;
}

.babyDressBoxM2 .left img {
  display: block;
  width: 742px;
  height: 414px;
}

.babyDressBoxM2 .left a:hover .txt {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.babyDressBoxM2 .left .txt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 34px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 8px;
  -webkit-transform: translateY(85%);
  transform: translateY(85%);
  -webkit-transition: .5s;
  transition: .5s;
}

.babyDressBoxM2 .left h3 {
  margin: 17px 0 11px;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.babyDressBoxM2 .left p {
  font-size: 14px;
  line-height: 25px;
  height: 225px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.babyDressBoxM2 .center {
  float: left;
  margin-left: 36px;
  padding: 58px 17px 0;
  width: 346px;
  height: 414px;
  border-radius: 8px;
  background: #e8585d;
  color: #fff;
}

.babyDressBoxM2 .center h3 {
  margin-bottom: 7px;
  font-size: 24px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.babyDressBoxM2 .center p {
  font-size: 16px;
  line-height: 30px;
}

.babyDressBoxM2 .center .con {
  height: 270px;
  overflow: hidden;
}

.babyDressBoxM2 .right {
  float: right;
  width: 375px;
}

.babyDressBoxM2 .right .slick-dots li button {
  background: #707070;
}

.babyDressBoxM2 .right .slick-dots li.slick-active button {
  background: #D6000e;
}

.listImgTxt {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.listImgTxt .item {
  overflow: hidden;
  position: relative;
}

.listImgTxt .img {
  float: left;
  width: 50%;
}

.listImgTxt .img em {
  display: block;
  padding-top: 56%;
  -webkit-background-size: cover;
  background-size: cover;
}

.listImgTxt .txt {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  padding: 0 100px;
  display: flex;
  align-items: center;
  background: url(../images/icn8.png) no-repeat right bottom;
}

.listImgTxt .con {
  max-height: 304px;
  overflow: hidden;
}

.listImgTxt .item2 .img {
  float: right;
}

.listImgTxt .item2 .txt {
  left: 0;
  right: auto;
  background-image: url(../images/icn9.png);
}

.listImgTxt h3 {
  margin-bottom: 9px;
  font-size: 21px;
  color: #333;
}

.listImgTxt p {
  font-size: 18px;
  line-height: 33px;
  color: #707070;
}

.babyDressBoxM4 {
  background: #ebebeb;
}

.gPad {
  padding-bottom: 80px;
}

.babyDressBoxM4 ul {
  overflow: hidden;
  border-radius: 8px;
}

.babyDressBoxM4 li {
  float: left;
  padding: 50px;
  width: 33.33%;
  -webkit-transition: .4s all;
  transition: .4s all;
  background: #f3b2b7;
}

.babyDressBoxM4 li.li1 .icn {
  background-image: url(../images/icn10.png);
}

.babyDressBoxM4 li.li2 .icn {
  background-image: url(../images/icn11.png);
}

.babyDressBoxM4 li.li3 .icn {
  background-image: url(../images/icn12.png);
}

.babyDressBoxM4 li:hover {
  background: url(../images/bg2.jpg) repeat-x;
}

.babyDressBoxM4 li:hover .txt h3 {
  color: #424242;
}

.babyDressBoxM4 li:hover .txt p {
  color: #707070;
}

.babyDressBoxM4 .img {
  overflow: hidden;
}

.babyDressBoxM4 .img em {
  display: block;
  padding-top: 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.babyDressBoxM4 .icn {
  width: 80px;
  height: 80px;
  margin: 35px auto 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.babyDressBoxM4 .txt {
  text-align: center;
  color: #fff;
}

.babyDressBoxM4 .txt h3 {
  margin-bottom: 5px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.babyDressBoxM4 .txt p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.dn {
  display: none;
}

.babyDressBoxM5 {
  position: relative;
  background: url(../images/bg3.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.babyDressBoxM5 .mTit strong {
  color: #fff;
}

.babyDressBoxM5 .mTit em {
  background: #fff;
}

.babyDressBoxM5 .dataNav {
  margin-bottom: 44px;
}

.babyDressBoxM5 .icn {
  position: absolute;
  right: 54px;
  bottom: 0;
}

.babyDressBoxM5 .dataCon {
  position: relative;
  z-index: 2;
}

.dataNav {
  text-align: center;
}

.dataNav li {
  position: relative;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
  width: 175px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.dataNav li.on:after {
  opacity: 1;
}

.dataNav li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -17px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  opacity: 0;
}

.dataNav li.li1 {
  background: #e60011;
}

.dataNav li.li1:after {
  border-top: 14px solid #e60011;
}

.dataNav li.li2 {
  background: #0069b3;
}

.dataNav li.li2:after {
  border-top: 14px solid #0069b3;
}

.dataNav li.li3 {
  background: #0da343;
}

.dataNav li.li3:after {
  border-top: 14px solid #0da343;
}

.babyDressBoxM7 {
  position: relative;
  background: url(../images/bg3.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.babyDressBoxM7 .mTit strong {
  color: #fff;
}

.babyDressBoxM7 .mTit em {
  background: #fff;
}

.babyDressBoxM7 .icn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.listSlide {
  margin: 0 -15px;
}

.listSlide .slick-dots {
  bottom: -20px;
}

.listSlide:after {
  content: "";
  clear: both;
  display: block;
}

.listSlide .item {
  float: left;
  width: 50%;
}

.listSlide .box {
  background: #fff;
  margin: 15px;
  overflow: hidden;
}

.listSlide img {
  float: left;
  width: 367px;
  height: 242px;
}

.listSlide .txt {
  padding: 0 34px 0 415px;
  height: 242px;
}

.listSlide .con {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

.listSlide h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 32px;
  max-height: 64px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.listSlide p {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  height: 88px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.babyDressBoxM8 {
  background: #f5f5f5;
}

.babyDressBoxM8 .wp {
  position: relative;
}

.mPicBoxSlideBg {
  position: absolute;
  left: 158px;
  top: 208px;
  width: 538px;
  height: 577px;
  background: url(../images/mBg2.png) no-repeat;
}

.mPicBoxSlide {
  margin-top: 55px;
  position: relative;
  z-index: 2;
}

.mPicBoxSlide .item {
  overflow: hidden;
}

.mPicBoxSlide .img {
  float: left;
  margin-left: 210px;
  width: 416px;
  height: 530px;
}

.mPicBoxSlide .img img {
  width: 416px;
  height: 530px;
}

.mPicBoxSlide .txt {
  float: right;
  padding-top: 177px;
  width: 760px;
  font-size: 16px;
}

.mPicBoxSlide .txt h4 {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  color: #333;
}

.mPicBoxSlide .txt strong {
  display: block;
  margin: 19px 0 40px;
  font-weight: normal;
  font-size: 16px;
}

.mPicBoxSlide .txt p {
  font-size: 16px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.mPicBoxSlide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 25px;
  height: 28px;
  background: #e60001 url(../images/icn13.png) no-repeat center;
  font-size: 0;
}

.mPicBoxSlide .slick-prev {
  left: 650px;
}

.mPicBoxSlide .slick-next {
  left: 676px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.brandHd {
  padding: 64px 0;
  background: #ebebeb url(../images/renwu5.png) no-repeat 98% bottom;
}

.brandHd .img {
  position: relative;
  padding: 12px 0 0 51px;
  width: 522px;
  height: 577px;
}

.brandHd .img:after {
  content: '';
  position: absolute;
  left: 51px;
  top: 12px;
  width: 416px;
  height: 530px;
  background: url(../images/zz.png) repeat-x;
}

.brandHd .img img {
  width: 416px;
  height: 530px;
}

.brandHd .mPicBoxFd {
  position: absolute;
  left: 51px;
  bottom: 46px;
  z-index: 3;
  padding: 0 47px;
  width: 416px;
}

.brandHd .mPicBoxFd h4, .brandHd .mPicBoxFd p {
  color: #fff;
}

.brandHd .txt {
  padding-top: 0;
  width: 921px;
}

.brandHd .txt p {
  display: block;
  text-indent: 2em;
  height: auto;
}

.brandHd .txt em {
  margin: 22px 0 23px;
}

.brandHd .con {
  height: 400px;
  overflow-y: auto;
}

.brandHd .con::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.brandHd .con::-webkit-scrollbar-button {
  display: none;
}

.brandHd .con::-webkit-scrollbar-track-piece {
  background: #f4f4f4;
}

.brandHd .con::-webkit-scrollbar-thumb {
  background: #e60012;
}
#china-map{
	width: 1000px;
	height: 700px;
	position: relative;
	margin: 0 auto;
	background: url(../images/map-bg.png) no-repeat center center;
	background-size:  cover;
}
.pointer{
	position: absolute;
	width: 8px;
	height: 8px;
	background: #d6000f;
	border-radius: 50%;
	display:  none;
}
.pointer.act{
	display: block;
}
.pointer1{
	left: 67%;
	top: 37%;
}
.pointer2{
	left: 68%;
	top: 40%;
}
.pointer3{
	left: 74%;
	top: 62%;
}
.pointer4{
	left: 53.5%;
	top: 66.5%;
}
.pointer5{
	left: 64.5%;
	top: 43%;
}
.pointer6{
	left: 63%;
	top: 53.5%;
}
.pointer7{
	left: 48%;
	top: 77.5%;
}
.pointer8{
	left: 77%;
	top: 34%;
}
.pointer9{
	left: 82%;
	top: 21%;
}
.pointer10{
	left: 61.5%;
	top: 70%;
}
.pointer11{
	left: 68%;
	top: 59%;
}
.pointer12{
	left: 68.5%;
	top: 47%;
}
.pointer13{
	left: 26%;
	top: 29%;
}
.pointer14{
	left: 71%;
	top: 59.5%;
}
.pointer15{
	left: 72.5%;
	top: 65%;
}
.pointer16{
	left: 66%;
	top: 69.5%;
}
.pointer17{
	left: 63.5%;
	top: 63%;
}
.pointer18{
	left: 55.5%;
	top: 84%;
}
.pointer19{
	left: 49%;
	top: 50%;
}
.pointer20{
	left: 61.5%;
	top: 44%;
}
.pointer21{
	left: 60%;
	top: 35%;
}
.pointer22{
	left: 56.1%;
	top: 53.5%;
}
.pointer23{
	left: 80%;
	top: 28%;
}
.pointer24{
	left: 71%;
	top: 76%;
}
.pointer25{
	left: 53%;
	top: 74%;
}
.pointer26{
	left: 62.5%;
	top: 83%;
}
.pointer27{
	left: 45%;
	top: 48.5%;
}
.pointer28{
	left: 31%;
	top: 67%;
}
.pointer29{
	left: 49.5%;
	top: 63%;
}
.pointer30{
	left: 52.5%;
	top: 43%;
}
.pointer31{
	left: 58%;
	top: 93%;
}
.pointer32{
	left: 74%;
	top: 79%;
}

/*
 * 品牌介绍
 * */
#culture .wp {
  position: relative;
}

#culture .renwu {
  position: absolute;
}

#culture .renwu1 {
  left: 109px;
  bottom: 0;
}

#culture .renwu2 {
  right: 25px;
  bottom: 17px;
}

.treeBox {
  position: relative;
  display: block;
  margin: 140px auto 0;
  width: 628px;
  height: 567px;
  background: url(../images/tree.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.tree .icn {
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.tree .icn1 {
  left: 479px;
  top: 38px;
  width: 121px;
  height: 244px;
  background: url(../images/tree1.png) no-repeat;
}

.tree .icn2 {
  left: 25px;
  bottom: 255px;
  width: 191px;
  height: 98px;
  background: url(../images/tree2.png) no-repeat;
}

.tree .icn3 {
  left: 111px;
  bottom: 185px;
  width: 229px;
  height: 117px;
  background: url(../images/tree3.png) no-repeat;
}

.tree .icn4 {
  top: -95px;
  left: 276px;
  width: 119px;
  height: 204px;
  background: url(../images/tree4.png) no-repeat;
}

.tree .icn5 {
  left: 50px;
  top: 67px;
  width: 232px;
  height: 159px;
  background: url(../images/tree5.png) no-repeat;
}

.tree .icn6 {
  left: 75px;
  top: -86px;
  width: 129px;
  height: 115px;
  background: url(../images/tree6.png) no-repeat;
}

.tree .icn7 {
  left: 200px;
  top: -128px;
  width: 89px;
  height: 154px;
  background: url(../images/tree7.png) no-repeat center;
}

.tree .icn8 {
  left: 333px;
  top: 73px;
  width: 113px;
  height: 133px;
  background: url(../images/tree8.png) no-repeat center;
}

.tree .icn9 {
  left: 493px;
  bottom: 220px;
  width: 78px;
  height: 56px;
  background: url(../images/tree9.png) no-repeat center;
}

.tree .icn10 {
  left: 547px;
  bottom: 292px;
  width: 74px;
  height: 49px;
  background: url(../images/tree10.png) no-repeat center;
}

.tree .icn11 {
  bottom: 122px;
  left: 238px;
  width: 82px;
  height: 54px;
  background: url(../images/tree11.png) no-repeat center;
}

.tree .icn12 {
  left: 360px;
  bottom: 230px;
  width: 85px;
  height: 147px;
  background: url(../images/tree12.png) no-repeat center;
}

.culture {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -258px 0 0 -258px;
  width: 516px;
  height: 516px;
  text-align: center;
  display: none;
}

.culture .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -48px;
  width: 96px;
  height: 96px;
  background: url(../images/icn15.png) no-repeat;
  font-size: 0;
}

.culture .slick-prev {
  left: -295px;
}

.culture .slick-next {
  right: -295px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.culture .item {
  border-radius: 50%;
  overflow: hidden;
  height: 516px;
}

.culture .box {
  display: flex;
  padding: 0 30px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #000;
}

.culture img {
  width: 120px;
  height: 120px;
}

.culture h3 {
  font-size: 18px;
}

.culture em {
  display: block;
  font-size: 16px;
  font-family: Arial;
}

.culture p {
  font-size: 16px;
}

.culture h3, .culture em, .culture p {
  height: auto;
  line-height: 30px;
/*  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow: hidden;
}

.culture .item1 {
  border: 27px solid rgba(247, 157, 85, 0.5);
}

.culture .item1 .box {
  background: #f79d55;
}

.culture .item2 {
  border: 27px solid rgba(92, 184, 179, 0.5);
}

.culture .item2 .box {
  background: #5cb8b3;
}

.culture .item3 {
  border: 27px solid rgba(200, 227, 192, 0.5);
}

.culture .item3 .box {
  background: #c8e3c0;
}

.culture .item4 {
  border: 27px solid rgba(116, 187, 218, 0.5);
}

.culture .item4 .box {
  background: #74bbda;
}

.culture .item5 {
  border: 27px solid rgba(238, 177, 58, 0.5);
}

.culture .item5 .box {
  background: #eeb13a;
}

.culture .item6 {
  border: 27px solid rgba(227, 165, 180, 0.5);
}

.culture .item6 .box {
  background: #e3a5b4;
}

.culture .item7 {
  border: 27px solid rgba(162, 135, 191, 0.5);
}

.culture .item7 .box {
  background: #a287bf;
}

.culture .item8 {
  border: 27px solid rgba(236, 231, 242, 0.5);
}

.culture .item8 .box {
  background: #ece7f2;
}

.culture .item9 {
  border: 27px solid rgba(222, 241, 240, 0.5);
}

.culture .item9 .box {
  background: #def1f0;
}

.culture .item10 {
  border: 27px solid rgba(252, 239, 216, 0.5);
}

.culture .item10 .box {
  background: #fcefd8;
}

.culture .item11 {
  border: 27px solid rgba(253, 235, 221, 0.5);
}

.culture .item11 .box {
  background: #fdebdd;
}

.culture .item12 {
  border: 27px solid rgba(252, 239, 216, 0.5);
}

.culture .item12 .box {
  background: #fcefd8;
}

.culture .close {
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 3;
  margin: 0 0 0 -12px;
  width: 23px;
  height: 24px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
}

.historyList {
  margin-bottom: 60px;
  position: relative;
  height: 1107px;
}

.historyList .line {
  position: absolute;
}

.historyList .line1 {
  left: 563px;
  top: 110px;
  width: 440px;
  height: 207px;
  border-top: 5px solid #bdbdbd;
  border-right: 5px solid #bdbdbd;
  border-radius: 0 90px 0 0;
}

.historyList .line2 {
  left: 717px;
  top: 317px;
  width: 286px;
  height: 209px;
  border-right: 5px solid #bdbdbd;
  border-bottom: 5px solid #bdbdbd;
  border-radius: 0 0 90px 0;
}

.historyList .line3 {
  left: 206px;
  top: 521px;
  width: 512px;
  height: 282px;
  border-top: 5px solid #bdbdbd;
  border-left: 5px solid #bdbdbd;
  border-bottom: 5px solid #bdbdbd;
  border-radius: 160px 0 0 160px;
}

.historyList .line4 {
  right: 8px;
  top: 798px;
  width: 796px;
  height: 300px;
  border-top: 5px solid #bdbdbd;
  border-right: 5px solid #bdbdbd;
  border-bottom: 5px solid #bdbdbd;
  border-radius: 0 160px 160px 0;
}

.historyList .icn {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

.historyList .icn:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 4px;
  height: 26px;
  background: #d6000e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.historyList .icn1 {
  left: 528px;
  top: 94px;
}

.historyList .icn1:after {
  bottom: 100%;
}

.historyList .icn2 {
  left: 983px;
  top: 232px;
}

.historyList .icn2:after {
  left: 100%;
  top: 50%;
  width: 26px;
  height: 4px;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

.historyList .icn3 {
  left: 983px;
  top: 362px;
}

.historyList .icn3:after {
  left: 100%;
  top: 50%;
  width: 26px;
  height: 4px;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

.historyList .icn4 {
  left: 793px;
  top: 505px;
}

.historyList .icn4:after {
  bottom: 100%;
}

.historyList .icn5 {
  left: 418px;
  top: 505px;
}

.historyList .icn5:after {
  top: 100%;
}

.historyList .icn6 {
  left: 347px;
  top: 783px;
}

.historyList .icn6:after {
  top: 100%;
}

.historyList .icn7 {
  left: 735px;
  top: 783px;
}

.historyList .icn7:after {
  bottom: 100%;
}

.historyList .icn8 {
  left: 1192px;
  top: 783px;
}

.historyList .icn8:after {
  top: 100%;
}

.historyList .icn9 {
  left: 682px;
  bottom: -5px;
}

.historyList .icn9:after {
  bottom: 100%;
}

.historyList .icn10 {
  left: 1110px;
  bottom: -5px;
}

.historyList .icn10:after {
  bottom: 100%;
}

.historyList .dashed {
  position: absolute;
  width: 373px;
  height: 15px;
  background: url(../images/line.png) no-repeat;
  animation: lin1 2s ease-out infinite;
  -webkit-animation: lin1 2s ease-out infinite;
}

.historyList .before {
  left: 191px;
  top: 104px;
}

.historyList .after {
  bottom: 4px;
  left: 354px;
}

.historyList .list .item {
  position: absolute;
}

.historyList .list .item1 {
  left: 561px;
  top: 10px;
  width: 300px;
}

.historyList .list .item2 {
  left: 1067px;
  top: 200px;
  width: 250px;
}

.historyList .list .item3 {
  left: 1067px;
  top: 335px;
  width: 280px;
}

.historyList .list .item4 {
  left: 411px;
  top: 420px;
  width: 386px;
}

.historyList .list .item4 h3 {
  text-align: right;
}

.historyList .list .item5 {
  left: 430px;
  top: 570px;
  width: 315px;
}

.historyList .list .item6 {
  left: 358px;
  top: 849px;
  width: 315px;
}

.historyList .list .item7 {
  display: block;
  left: 768px;
  top: 700px;
  width: 310px;
}

.historyList .list .item8 {
  left: 1204px;
  top: 849px;
  width: 235px;
}

.historyList .list .item9 {
  left: 1145px;
  bottom: 31px;
  width: 305px;
}

.historyList .list .item10 {
  left: 720px;
  bottom: 31px;
  width: 240px;
}

.historyList .list h3 {
  margin-bottom: 7px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #818181;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.historyList .list p {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  color: #818181;
}

.pulse {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 6px;
  top: 7px;
  border: 3px solid #ff0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 1.4s ease-out;
  -moz-animation: warn 1.4s ease-out;
  animation: warn 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse1 {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 6px;
  top: 7px;
  border: 3px solid #ff0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn1 1.4s ease-in;
  -moz-animation: warn1 1.4s ease-in;
  animation: warn1 1.4s ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes lin1 {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}

@-webkit-keyframes lin1 {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}

@keyframes warn {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.0;
  }
  25% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes warn1 {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.0;
  }
  25% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.0;
  }
}

/*
* 小红巾
 * */
.littleRedScarf {
  position: relative;
  background: url(../images/bg3.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.littleRedScarf .wp {
  position: relative;
  z-index: 2;
}

.littleRedScarf .icn {
  position: absolute;
  right: 1.2%;
  bottom: 0;
}

.littleRedScarf .mTit strong,
.littleRedScarf .mTxt {
  color: #fff;
}

.littleRedScarf .mTit em {
  background: #fff;
}

.littleRedScarf ul {
  margin-left: -60px;
}

.littleRedScarf ul:after {
  content: '';
  clear: both;
  display: block;
}

.littleRedScarf li {
  float: left;
  width: 50%;
}

.littleRedScarf .item {
  display: block;
  margin-left: 60px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.littleRedScarf .item:hover .img em {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.littleRedScarf .img {
  overflow: hidden;
}

.littleRedScarf .img em {
  display: block;
  padding-top: 53.5%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.littleRedScarf .txt {
  padding: 0 10px;
  overflow: hidden;
  height: 93px;
  line-height: 93px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  font-size: 29px;
  color: #4e4e4e;
  text-align: center;
}

.system {
  position: relative;
  background: #ebebeb;
}

.system .icn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.system ul {
  position: relative;
  z-index: 2;
  margin: -27px 0 0 -27px;
}

.system ul:after {
  content: '';
  display: block;
  clear: both;
}

.system li {
  float: left;
  width: 33.33%;
}

.system .box {
  margin: 27px 0 0 27px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(82, 82, 82, 0.1);
  box-shadow: 0 0 5px 2px rgba(82, 82, 82, 0.1);
  -webkit-transition: .4s;
  transition: .4s;
}

.system .box:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  background: #d6000e;
}

.system .box:hover .txt {
  color: #fff;
}

.system .img {
  overflow: hidden;
}

.system .img em {
  display: block;
  padding-top: 75%;
  -webkit-background-size: cover;
  background-size: cover;
}

.system .txt {
  padding: 13px 10px;
  text-align: center;
  color: #707070;
  -webkit-transition: .4s;
  transition: .4s;
}

.system .txt h3 {
  font-size: 21px;
}

.system .txt p {
  font-size: 16px;
}

.system .txt * {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growthLadderSlide {
  margin-bottom: 3px;
}

.growthLadderSlide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 296px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
}

.growthLadderSlide .slick-arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -25px;
  width: 51px;
  height: 55px;
  background: url(../images/icn16.png) no-repeat left top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.growthLadderSlide .slick-arrow:hover:after {
  background-position: left bottom;
}

.growthLadderSlide .slick-current .fd {
  opacity: 1;
}

.growthLadderSlide .slick-current .con {
  opacity: 1;
}

.growthLadderSlide .slick-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.growthLadderSlide .slick-next {
  right: 0;
  border-radius: 0 8px 8px 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.growthLadderSlide .item {
  position: relative;
  padding: 0;
  height: 580px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.growthLadderSlide .box {
  margin: 0 5px;
  border-radius: 8px;
  overflow: hidden;
}

.growthLadderSlide .fd {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 8px 0;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 22px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.growthLadderSlide .fd li {
  display: inline-block;
  margin: 0 31px;
  vertical-align: middle;
}

.growthLadderSlide .fd img {
  width: 77px;
  height: 77px;
}

.growthLadderSlide .fd .img1 {
  width: 103px;
  height: 103px;
}

.growthLadderSlide .fd p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}

.growthLadderSlide .con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.growthLadderSlide .con div {
  text-align: center;
  padding: 33px 16px 47px;
  max-width: 85%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 32px;
}

.growthLadderSlide .con h3 {
  font-size: 30px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}

.growthLadderSlide .con p {
  font-size: 18px;
  line-height: 22px;
}

.InterestingTextbook {
  background: url(../images/bg4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.InterestingTextbook .mTit strong {
  color: #fff;
}

.InterestingTextbook .mTit em {
  background: #fff;
}

.InterestingTextbook .dataNav {
  margin-bottom: 25px;
}

.picList {
  overflow: hidden;
  margin: -30px 0 0 -30px;
}

.picList .item {
  float: left;
  width: 25%;
}

.picList a {
  display: block;
  margin: 30px 0 0 30px;
}

.picList .img {
  position: relative;
  padding-top: 83%;
}

.picList img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

.curriculumVal {
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}

.curriculumVal .mTit {
  padding-bottom: 50px;
}

.curriculumVal .icn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.curriculumValLet {
  float: left;
  width: 50%;
  height: 573px;
  background-size: cover;
  -webkit-background-size: cover;
}

.curriculumValRig {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
}

.curriculumValRig img {
  margin-left: 75px;
  width: 606px;
  height: 568px;
}

.LittleRedScarfFd ul {
  margin: -30px 0 0 -30px;
}

.LittleRedScarfFd ul:after {
  content: '';
  clear: both;
  display: block;
}

.LittleRedScarfFd li {
  float: left;
  width: 25%;
}

.LittleRedScarfFd .box {
  margin: 30px 0 0 30px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.LittleRedScarfFd .box:hover .txt strong {
  background: #fff;
}

.LittleRedScarfFd .box:hover .txt p {
  color: #fff;
}

.LittleRedScarfFd .img {
  position: relative;
  padding-top: 78%;
}

.LittleRedScarfFd .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.LittleRedScarfFd .txt {
  padding: 0 10px 18px;
  text-align: center;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.LittleRedScarfFd .txt em {
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 106px;
  background-position: center;
  background-repeat: no-repeat;
}

.LittleRedScarfFd .txt strong {
  display: block;
  margin: 0 auto 14px;
  width: 67px;
  height: 3px;
  background: #454545;
}

.LittleRedScarfFd .txt p {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.LittleRedScarfFd .li1 em {
  background-image: url(../images/icn17.png);
}

.LittleRedScarfFd .li1 .box:hover .txt {
  background: #d6000e;
}

.LittleRedScarfFd .li1 .box:hover .txt em {
  background-image: url(../images/icn17_on.png);
}

.LittleRedScarfFd .li2 em {
  background-image: url(../images/icn18.png);
}

.LittleRedScarfFd .li2 .box:hover .txt {
  background: #0069b3;
}

.LittleRedScarfFd .li2 .box:hover .txt em {
  background-image: url(../images/icn18_on.png);
}

.LittleRedScarfFd .li3 em {
  background-image: url(../images/icn19.png);
}

.LittleRedScarfFd .li3 .box:hover .txt {
  background: #0da343;
}

.LittleRedScarfFd .li3 .box:hover .txt em {
  background-image: url(../images/icn19_on.png);
}

.LittleRedScarfFd .li4 em {
  background-image: url(../images/icn20.png);
}

.LittleRedScarfFd .li4 .box:hover .txt {
  background: #fff100;
}

.LittleRedScarfFd .li4 .box:hover .txt em {
  background-image: url(../images/icn20_on.png);
}

.mCar {
  padding: 20px 0;
  font-size: 16px;
  color: #464646;
}

.mCar a {
  color: #464646;
}

.mCar a:hover, .mCar span {
  color: #e60012;
}

.newsXq {
  font-size: 18px;
  line-height: 33px;
  color: #333;
}

.newsXq .hd {
  padding: 30px 0;
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}

.newsXq .hd h1 {
  padding-bottom: 23px;
  font-size: 20px;
  color: #333;
}

.newsXq .hd span {
  display: inline-block;
  margin: 0 43px;
  font-size: 18px;
  color: #707070;
}

.newsXq .mImg {
  margin: 20px 0;
}

.newsXq .tc {
  text-align: center;
}

.newsXq .link {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
}

.newsXq .link .item {
  width: 45%;
}

.newsXq .link a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #666;
}

.newsXq .link a:hover {
  color: #d6000e;
}

.newsXq .link .item1 {
  float: left;
}

.newsXq .link .item1 a {
  padding-left: 32px;
  background: url(../images/icn21.png) no-repeat left center;
}

.newsXq .link .item2 {
  float: right;
  text-align: right;
}

.newsXq .link .item2 a {
  padding-right: 32px;
  background: url(../images/icn22.png) no-repeat right center;
}

.platform {
  background: #ebebeb;
}

.platform ul {
  overflow: hidden;
  margin: -18px 0 0 -18px;
  padding-top: 20px;
}

.platform li {
  float: left;
  width: 33.33%;
}

.platform .item {
  display: block;
  margin: 18px 0 0 18px;
}

.platform .item:hover .txt {
  background: #d6000e;
}

.platform .img {
  overflow: hidden;
}

.platform .img em {
  display: block;
  padding-top: 66.5%;
  -webkit-background-size: cover;
  background-size: cover;
}

.platform .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 14px;
  height: 93px;
  background: #9b9b9b;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.platform .txt p {
  font-size: 21px;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  color: #fff;
}

.platform .ul .txt p {
  font-size: 18px;
}

.memberList ul {
  padding-top: 30px;
  overflow: hidden;
}

.memberList .ul1 li {
  float: left;
  width: 50%;
}

.memberList .ul2 {
  padding: 50px 50px 0;
  margin-left: -80px;
}

.memberList .ul2 li {
  width: 33.33%;
  float: left;
}

.memberList .ul2 .box {
  margin-left: 80px;
}

.memberList .ul2 .txt p {
  line-height: 22px;
  height: 110px;
}

.memberList .txt {
  margin-bottom: 16px;
}

.memberList .txt.tc {
  text-align: center;
}

.memberList .txt.tc p {
  text-indent: 0;
  text-align: center;
}

.memberList .txt h3 {
  margin: 8px 0 2px;
  font-size: 29px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
}

.memberList .txt p {
  text-indent: 2em;
  margin: 0 auto;
  height: 78px;
  max-width: 487px;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}

.memberList .img {
  margin: 0 auto;
  padding: 4px;
  width: 176px;
  height: 176px;
  border: 4px solid #d6000e;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.memberList .img img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.Solution {
  background: #ebebeb;
}

.Solution img {
  margin: 0 auto;
}

.Solution .slick-dots {
  position: static;
  padding-top: 30px;
}

.Solution .mDots .slick-dots li button {
  background: #d6000e;
}

.SolutionList {
  position: relative;
}

.SolutionList .wp {
  position: relative;
  z-index: 2;
}

.SolutionList .con {
  position: relative;
  padding-top: 41.6%;
  background-size: cover;
  -webkit-background-size: cover;
  border-radius: 12px;
}

.SolutionList .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.SolutionList .txt div {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  width: 558px;
  padding: 24px 10px;
  border-radius: 16px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.SolutionList .txt h3 {
  padding-bottom: 8px;
  font-size: 29px;
}

.SolutionList .txt p {
  font-size: 18px;
  line-height: 33px;
}

.SolutionList .item {
  padding-top: 20px;
  display: block;
  text-align: center;
}

.SolutionList .item em {
  display: inline-block;
  margin-top: 22px;
  font-size: 24px;
  color: #d6000f;
}

.SolutionList .item:hover .txt div {
  background: rgba(227, 65, 32, 0.5);
}

.SolutionList .icn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.SolutionM1 img {
  margin: 0 auto;
}

.SolutionM1 .mDots .slick-dots {
  bottom: 20px;
}

.SolutionM1 .mDots .slick-dots li button {
  background: #e60001;
}

.SolutionListBox {
  background: url(../images/bg5.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.SolutionListBox .mTit strong {
  color: #fff;
}

.SolutionListBox .mTit em {
  background: #fff;
}

.SolutionListBox .img {
  padding-top: 266px;
}

.SolutionListBox .img img {
  display: block;
  margin: 0 auto;
}

.SolutionListBox .wp {
  position: relative;
}

.SolutionListBox .item {
  position: absolute;
  z-index: 5;
  padding: 7px;
  text-align: center;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.SolutionListBox .item div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  border: 2px dotted #fff;
  border-radius: 50%;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.SolutionListBox .item1 {
  left: 115px;
  bottom: 44px;
  background: #1da5d9;
}

.SolutionListBox .item2 {
  left: 243px;
  bottom: 234px;
  background: #eeb13a;
}

.SolutionListBox .item3 {
  left: 444px;
  bottom: 375px;
  background: #88cb5a;
}

.SolutionListBox .item4 {
  left: 700px;
  bottom: 433px;
  background: #74bbda;
}

.SolutionListBox .item5 {
  right: 444px;
  bottom: 375px;
  background: #f172ab;
}

.SolutionListBox .item6 {
  right: 243px;
  bottom: 234px;
  background: #e3a5b4;
}

.SolutionListBox .item7 {
  right: 115px;
  bottom: 44px;
  background: #5cb8b3;
}

.popImgTxt {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin: -300px 0 0 -600px;
  width: 1200px;
  height: 600px;
  background: #fff;
  overflow: hidden;
  display: none;
}

.popImgTxt .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/close2.png) no-repeat center;
}

.popImgTxt .img {
  float: left;
  width: 50%;
}

.popImgTxt .img img {
  display: block;
  width: 600px;
  height: 600px;
}

.popImgTxt .txt {
  float: left;
  width: 50%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.popImgTxt .txt h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 22px;
  color: #d6000f;
}

.popImgTxt .txt p {
  font-size: 18px;
  line-height: 50px;
  color: #4e4e4e;
}

.advantage {
  position: relative;
}

.advantage .wp {
  position: relative;
  z-index: 2;
}

.advantage ul {
  margin: -48px 0 0 -48px;
}

.advantage ul:after {
  content: '';
  clear: both;
  display: block;
}

.advantage li {
  float: left;
  width: 50%;
}

.advantage .box {
  margin: 48px 0 0 48px;
  border-radius: 32px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.advantage .img {
  position: relative;
  padding-top: 44%;
}

.advantage .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.advantage .txt {
  padding: 9px 18px 14px;
  background: #fff;
}

.advantage .txt h3 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.advantage .txt p {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.advantage .icn {
  position: absolute;
  right: 0;
  bottom: 80px;
}

.fiveAdvantages {
  position: relative;
}

.fiveAdvantages ul {
  margin: -23px 0 0 -23px;
  padding-top: 30px;
}

.fiveAdvantages ul:after {
  content: '';
  display: block;
  clear: both;
}

.fiveAdvantages li {
  float: left;
  width: 20%;
}

.fiveAdvantages .box {
  margin: 23px 0 0 23px;
  padding: 58px 17px 60px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.fiveAdvantages .box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fiveAdvantages .box img {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
}

.fiveAdvantages .box h3 {
  margin: 23px 0 11px;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fiveAdvantages .box em {
  display: block;
  margin: 0 auto 13px;
  width: 67px;
  height: 3px;
  background: #454545;
}

.fiveAdvantages .box p {
  font-size: 14px;
  line-height: 20px;
  height: 180px;
  text-align: left;
}

.fiveAdvantages .icn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 106px;
  height: 210px;
}

.fiveAdvantages .wp {
  position: relative;
  z-index: 2;
}

.joinSystem {
  padding-top: 58px;
  background: url(../images/bg6.jpg) no-repeat center;
}

.joinSystem .wp {
  position: relative;
}

.joinSystem img {
  display: block;
  margin: 0 auto;
}

.joinSystem li {
  position: absolute;
}

.joinSystem li h3 {
  font-size: 32px;
}

.joinSystem li p {
  font-size: 16px;
  line-height: 24px;
}

.joinSystem .li1 {
  left: 70px;
  top: 165px;
  width: 460px;
}

.joinSystem .li1 h3 {
  text-align: right;
  color: #1da5d9;
}

.joinSystem .li2 {
  left: 0px;
  top: 328px;
  width: 478px;
}

.joinSystem .li2 h3 {
  text-align: right;
  color: #5cb8b3;
}

.joinSystem .li3 {
  left: 86px;
  top: 490px;
  width: 480px;
}

.joinSystem .li3 h3 {
  text-align: right;
  color: #e3a5b4;
}

.joinSystem .li4 {
  right: 70px;
  top: 165px;
  width: 480px;
}

.joinSystem .li4 h3 {
  color: #eeb137;
}

.joinSystem .li5 {
  right: 0;
  top: 328px;
  width: 480px;
}

.joinSystem .li5 h3 {
  color: #88cb5a;
}

.joinSystem .li6 {
  right: 86px;
  top: 490px;
  width: 480px;
}

.joinSystem .li6 h3 {
  color: #74bbda;
}

.joinRequirement ul {
  padding: 20px 0 68px;
  text-align: center;
}

.joinRequirement li {
  display: inline-block;
  margin: 0 76px;
  width: 200px;
}

.joinRequirement li p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 31px;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  color: #333;
}

.joinRequirement .img {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.joinRequirement .img img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
}

.joinRequirement .li1 .img {
  background: #f2ad00;
}

.joinRequirement .li2 .img {
  background: #078faf;
}

.joinRequirement .li3 .img {
  background: #ef5c4f;
}

.joinRequirement .li4 .img {
  background: #bec520;
}

.process {
  background: #fdf7eb;
}

.process .mTit {
  overflow: hidden;
}

.process ul {
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}

.process li {
  position: relative;
  float: left;
  width: 12.5%;
  height: 784px;
  overflow: hidden;
}

.process li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}

.process .box h3 {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 100%;
  text-align: center;
  font-size: 66px;
  font-family: Impact;
  color: #8f9297;
}

.process .box p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.process .color {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  border-radius: 12px 12px 0 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.process .li1 .color {
  height: 173px;
  background: #fab342;
}

.process .li1 p {
  height: 173px;
}

.process .li1 h3 {
  bottom: 180px;
}

.process .li2 .color {
  height: 220px;
  background: #f48223;
}

.process .li2 p {
  height: 220px;
}

.process .li2 h3 {
  bottom: 248px;
}

.process .li3 .color {
  height: 267px;
  background: #28c4f1;
}

.process .li3 p {
  height: 267px;
}

.process .li3 h3 {
  bottom: 322px;
}

.process .li4 .color {
  height: 313px;
  background: #1ca5dc;
}

.process .li4 p {
  height: 313px;
}

.process .li4 h3 {
  bottom: 391px;
}

.process .li5 .color {
  height: 361px;
  background: #7bbf54;
}

.process .li5 p {
  height: 361px;
}

.process .li5 h3 {
  bottom: 463px;
}

.process .li6 .color {
  height: 407px;
  background: #17b27d;
}

.process .li6 p {
  height: 407px;
}

.process .li6 h3 {
  bottom: 533px;
}

.process .li7 .color {
  height: 455px;
  background: #f17eb2;
}

.process .li7 p {
  height: 455px;
}

.process .li7 h3 {
  bottom: 603px;
}

.process .li8 .color {
  height: 502px;
  background: #b374ac;
}

.process .li8 p {
  height: 502px;
}

.process .li8 h3 {
  bottom: 678px;
}

.process li:hover h3 {
  color: #fff;
}

.process li:hover .color {
  height: 100%;
}

.investment {
  background: url(../images/bg7.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.investment .join {
  display: block;
  margin: 78px auto 0;
  width: 182px;
  height: 47px;
  border: 2px solid #fff;
  border-radius: 8px;
  text-align: center;
  line-height: 43px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.investment .join:hover {
  background: #d6000e;
  border-color: #d6000e;
}

.investment .mTit strong {
  color: #fff;
}

.investment .mTit em {
  background: #fff;
}

.investment .wp {
  overflow: hidden;
}

.investmentList {
  margin: -23px 0 0 -23px;
}

.investmentList .slick-dots {
  position: static;
}

.investmentList .slick-dots li {
  width: auto;
  float: none;
}

.investmentList:after {
  content: '';
  clear: both;
  display: block;
}

.investmentList li {
  float: left;
  width: 33.33%;
}

.investmentList .box {
  margin: 23px 0 0 23px;
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}

.investmentList .img {
  float: left;
  margin: 24px 0 0 30px;
  width: 175px;
  height: 175px;
}

.investmentList .img img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

.investmentList .txt {
  float: right;
  margin-right: 28px;
  width: 234px;
}

.investmentList .txt h3 {
  height: 57px;
  overflow: hidden;
  margin-bottom: 33px;
  color: #424242;
}

.investmentList .txt h3 strong {
  margin-right: 10px;
  font-size: 38px;
  font-weight: normal;
}

.investmentList .txt h3 em {
  font-size: 22px;
}

.investmentList .tel {
  overflow: hidden;
  padding-left: 23px;
  height: 28px;
  background: url(../images/icn32.png) no-repeat left center;
  font-size: 18px;
  line-height: 28px;
}

.investmentList .address {
  overflow: hidden;
  font-size: 16px;
  height: 96px;
}

.investmentList .address em {
  float: left;
}

.investmentList .address p {
  padding-left: 80px;
}

.mapBox {
  width: 688px;
  margin-left: 340px;
}

.section4 .wp {
  position: relative;
}

.numAdd {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  margin-top: -279px;
  padding: 10px 0;
  width: 150px;
  height: 558px;
  background: url(../images/img9.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.numAdd .item {
  display: flex;
  height: 25%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.numAdd .item div {
  font-size: 24px;
  font-family: Impact;
  color: #d6000f;
}

.numAdd h2 {
  font-size: 15px;
  color: #333;
}

.mapList {
  position: absolute;
  right: 58px;
  top: 0;
  bottom: 0;
  width: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapList .item {
  flex: 1;
  display: none;
  padding: 15px;
  background: #f5f5f5;
  text-align: center;
  box-shadow: 0 0 10px #cccccc;
}

.mapList .item h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.mapList .item p {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}
.mapList .item p::after{
    content: "";
    position: absolute;
    left: 30px;
    top: 22px;
    width: 5px;
    height: 5px;
    background: #a7a7a7;
    border-radius: 50%;
}

.mapList .item p:last-of-type {
  border-bottom: 0;
}

.mapList .item p em {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.mapList .item p em:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
}

.island {
  position: absolute;
  bottom: 0;
  left: 67%;
  z-index: 2;
}

.searchTeachBox {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -300px;
  padding: 30px;
  width: 600px;
  height: 300px;
  background: #fff;
  display: none;
}

.searchTeachBox .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/close2.png) no-repeat center;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.searchTeachBox .close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.searchTeachBox h1 {
  text-align: center;
  font-size: 28px;
}

.searchTeachBox input {
  display: block;
  margin: 30px auto 80px;
  padding: 0 10px 0 50px;
  width: 90%;
  height: 40px;
  background: #fff url(../images/icn33.png) no-repeat 10px center;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  border: 1px solid #ccc;
}

.searchTeachBox .btnBox {
  text-align: center;
}

.searchTeachBox .btn {
  display: inline-block;
  margin: 0 20px;
  overflow: hidden;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: middle;
}

.searchTeachBox .searchPop {
  background: #d6000e;
}

.searchTeachBox a.btn {
  background: #999;
}

.searchResult {
  margin: 80px auto;
  max-width: 1332px;
  padding: 55px 127px 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
}

.searchResult .hd {
  padding: 0 0 30px 30px;
}

.searchResult .img {
  float: left;
  width: 251px;
  height: 309px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
}

.searchResult .img img {
  display: block;
  width: 251px;
  height: 309px;
}

.searchResult .txt {
  padding-left: 290px;
}

.searchResult .txt ul {
  overflow: hidden;
}

.searchResult .txt li {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
}

.searchResult .txt em {
  float: left;
  width: 122px;
  text-align: right;
}

.searchResult .txt p {
  padding-left: 136px;
  color: #333;
}

.searchResult .fd {
  padding: 90px 0 32px;
  clear: both;
  font-size: 13px;
  text-align: center;
  color: #999;
}

.popForm {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -257px 0 0 -400px;
  padding: 50px 30px 30px;
  width: 800px;
  height: 534px;
  background: #fff;
  overflow: hidden;
  display: none;
}

.popForm .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/close2.png) no-repeat center;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.popForm .close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.popForm h1 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
}

.popForm strong {
  display: block;
  font-size: 16px;
  color: #333;
}

.popForm strong i {
  color: #ff0000;
}

.popForm .inp {
  padding: 10px 0;
}

.popForm .txt {
  padding: 0 10px;
  font-size: 14px;
  height: 35px;
  width: 100%;
  border: 1px solid #ccc;
}

.popForm .btn {
  padding: 10px 0;
  text-align: center;
}

.popForm .btn button {
  width: 200px;
  height: 40px;
  background: #d6000e;
  color: #fff;
  font-size: 14px;
}

.slideNewsList {
  overflow: hidden;
  margin: 50px 0 0 -20px;
}

.slideNewsList .item {
  float: left;
  margin-right: 0;
  width: 33.33%;
}

.slideNewsList a {
  display: block;
  margin-left: 20px;
}

.page {
  padding: 50px 0;
  text-align: center;
}

.page * {
  display: inline-block;
  margin: 0 5px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: #bcbcbc;
  border-radius: 4px;
  color: #fff;
}

.page span, .page a:hover {
  background: #D6000e;
  color: #fff;
}

/*
* 工作机会
 * */
.jobsList {
  margin-bottom: 80px;
}

.jobsList .hd:after {
  content: '';
  display: block;
  clear: both;
}

.jobsList .tit {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}

.jobsList .tit strong {
  font-weight: normal;
}

.jobsList .item {
  background: url(../images/line2.png) repeat-x left bottom;
}

.jobsList .first {
  background: #f1f0f5;
  color: #333;
}

.jobsList a {
  display: inline-block;
  margin-top: 10px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 32px;
  background: #c33;
  color: #fff;
}

.jobsList .bd {
  display: none;
  padding: 20px 0;
  border-top: 1px dashed #cdcdcd;
  overflow: hidden;
}

.jobsList .box {
  float: left;
  padding: 0 40px;
}

.jobsList .box h3 {
  font-size: 18px;
  font-weight: normal;
  color: #c33;
}

.jobsList .box p {
  font-size: 16px;
  line-height: 26px;
}

.jobsList .box1 {
  width: 53%;
}

.jobsList .box2 {
  width: 47%;
}

.contactUsBox {
  overflow: hidden;
}

.contactUsTxt {
  float: left;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 355px;
  background: #ae0411;
  color: #fff;
  overflow: hidden;
}

.contactUsTxt h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.contactUsTxt p {
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 26px;
  font-size: 16px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.contactUsTxt .s1 {
  background-image: url(../images/icn34.png);
}

.contactUsTxt .s2 {
  background-image: url(../images/icn35.png);
}

.contactUsTxt .s3 {
  background-image: url(../images/icn36.png);
}

#map {
  width: 50%;
  height: 355px;
}

.contactUs {
  margin: 30px 0;
  padding: 0 20px 40px;
  background: #fff;
}

.jobs_xq {
  margin: 0 auto 80px;
  max-width: 695px;
}

.jobs_xq .tit {
  font-size: 18px;
  color: #000;
  overflow: hidden;
}

.jobs_xq .tit div {
  float: left;
  padding: 0 20px;
  width: 33.33%;
  line-height: 30px;
}

.jobs_xq .tit .s2 {
  text-align: center;
}

.jobs_xq .tit .s3 {
  text-align: right;
}

.jobs_xq .con {
  padding: 0 20px;
}

.jobs_xq h3 {
  padding: 20px 0 10px;
  font-size: 18px;
  color: #d6000e;
}

.jobs_xq p {
  font-size: 16px;
  line-height: 35px;
}

.webMap {
  text-align: center;
}

.webMap li {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: top;
}

.webMap a {
  display: block;
  margin: 20px 0;
  font-size: 18px;
}

/*
* 响应式
 * */
@media only screen and (max-width: 1600px) {
	#china-map{
		width: 785px;
		height: 550px;
	}
  .wp {
    width: 1200px;
  }
  .nav {
    margin-left: 25px;
  }
  .nav li {
    margin: 0 20px;
  }
  #fd .wp {
    padding: 40px 0;
  }
  .fdLink a {
    margin: 0 10px;
  }
  /*
    * 首页
     * */
  .mPicBox .img {
    padding: 15px 0 0 40px;
    width: 338px;
    height: 374px;
  }
  .mPicBox .img img {
    width: 257px;
    height: 328px;
  }
  .mPicBox .more {
    padding-top: 5px;
  }
  .mPicBox p {
    height: 30px;
    line-height: 30px;
  }
  .mPicBox em {
    margin-bottom: 30px;
  }
  .mapBox {
    margin-left: 172px;
  }
  .island {
    left: 70%;
  }
  .numAdd {
    margin-top: -238px;
    width: 128px;
    height: 477px;
  }
  .section .mTit {
    padding-top: 20px;
  }
  .section .mTit em {
    margin-bottom: 10px;
  }
  .slideNews .txt {
    padding: 10px 20px;
  }
  .slideNews p {
    margin: 9px 0;
  }
  .idxFdMore {
    padding-top: 0;
  }
  /*
    * 贝比壮
     * */
  .mDots .slick-dots {
    bottom: 14px;
  }
  .babyDressBoxM2 .left {
    width: 558px;
  }
  .babyDressBoxM2 .left h3 {
    margin-top: 10px;
  }
  .babyDressBoxM2 .left img {
    width: 585px;
    height: 326px;
  }
  .babyDressBoxM2 .center {
    margin-left: 16px;
    padding: 27px 17px 0;
    width: 312px;
    height: 326px;
  }
  .babyDressBoxM2 .center p {
    font-size: 14px;
    line-height: 25px;
  }
  .babyDressBoxM2 .center .con {
    height: 248px;
  }
  .babyDressBoxM2 .right {
    width: 297px;
  }
  .babyDressBoxM4 .icn {
    margin-top: 10px;
  }
  .mPicBoxSlideBg {
    left: 0;
  }
  .mPicBoxSlide .slick-next {
    left: 517px;
  }
  .mPicBoxSlide .slick-prev {
    left: 492px;
  }
  .mPicBoxSlide .img {
    margin-left: 51px;
  }
  .mPicBoxSlide .txt {
    width: 622px;
  }
  .brandHd .img:after {
    left: 39px;
    top: 15px;
    width: 258px;
    height: 328px;
  }
  .brandHd .mPicBoxFd {
    left: 40px;
    bottom: 40px;
    padding: 0 10px;
    width: 258px;
  }
  .brandHd .mPicBoxFd p {
    font-size: 12px;
    height: auto;
    line-height: 26px;
  }
  .brandHd .txt {
    width: 810px;
  }
  .culture {
    margin: -258px 0 0 -310px;
  }
  .culture .slick-prev {
    right: 100%;
    left: auto;
    margin-right: 10px;
  }
  .culture .slick-next {
    left: 100%;
    right: auto;
    margin-left: 10px;
  }
  .historyList .after {
    left: 64px;
  }
  .historyList .icn7 {
    left: 593px;
  }
  .historyList .icn8 {
    left: 827px;
  }
  .historyList .icn9 {
    left: 393px;
  }
  .historyList .icn10 {
    left: 794px;
  }
  .historyList .list .item7 {
    left: 630px;
  }
  .historyList .list .item8 {
    left: 838px;
  }
  .historyList .list .item9 {
    left: 828px;
  }
  .historyList .list .item10 {
    left: 430px;
  }
  .joinRequirement li {
    margin: 0 40px;
  }
  .investment .img {
    margin-left: 18px;
    width: 130px;
    height: 130px;
  }
  .investment .img img {
    width: 130px;
    height: 130px;
  }
  .investment .txt {
    margin-right: 17px;
    width: 195px;
  }
  .investment .txt h3 {
    height: 41px;
  }
  .investment .txt h3 strong {
    font-size: 30px;
  }
  .investment .tel {
    font-size: 16px;
  }
  .investment .address {
    font-size: 12px;
  }
  .advantage .txt p {
    font-size: 14px;
  }
  .SolutionListBox .img img {
    width: 700px;
  }
  .SolutionListBox .item1 {
    bottom: 15px;
  }
  .SolutionListBox .item2 {
    left: 210px;
    bottom: 180px;
  }
  .SolutionListBox .item3 {
    left: 370px;
    bottom: 286px;
  }
  .SolutionListBox .item4 {
    left: 540px;
    bottom: 328px;
  }
  .SolutionListBox .item5 {
    right: 370px;
    bottom: 286px;
  }
  .SolutionListBox .item6 {
    right: 210px;
    bottom: 180px;
  }
  .SolutionListBox .item7 {
    bottom: 15px;
  }
  .joinSystem li p {
    font-size: 14px;
  }
  .joinSystem li h3 {
    font-size: 26px;
  }
  .joinSystem .li1 {
    width: 370px;
  }
  .joinSystem .li2 {
    width: 330px;
  }
  .joinSystem .li3 {
    left: 63px;
    width: 390px;
  }
  .joinSystem .li4 {
    width: 365px;
  }
  .joinSystem .li5 {
    width: 323px;
  }
  .joinSystem .li6 {
    width: 358px;
  }
}

/*Common For Max 960*/
/*Common For Max 768*/
/*Common For Max 480*/
/*Common For Max 320*/


@media only screen and (max-width: 1500px){
	.historyList .list .item2,.historyList .list .item3{width:200px;}
}


@media only screen and (max-width: 1400px){
	.historyList .list .item2,.historyList .list .item3{width:160px;}
}

@media only screen and (max-width: 1300px){
	.historyList .list .item2,.historyList .list .item3{width:120px;}
}
@media only screen and (max-width: 1230px){

    #fd,.mBan,.platform,.babyDressBoxM1,.gPad,#hd,body,html{min-width:1200px;width:100%;}
    .historyList{overflow-y:scroll;}
}

.idxList a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}