@charset "UTF-8";
/********  uweb mobile css v1.1 *********/
/****** cssrest ******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 11.71875px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 12.9375px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  background-color: #f3f3f3;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
input,
button {
  font: normal 1rem/1.5 'Microsoft YaHei', Arial, Helvetica, STHeiTi, sans-serif;
}
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -moz-user-select: text;
}
img {
  max-width: 100%;
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
.fixed:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.clear {
  clear: both;
}
.overflow {
  height: auto;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.allimg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.allimg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
/*header*/
header {
  height: 5rem;
  background-color: #3e3e3e;
}
.navBox {
  position: relative;
  width: 100%;
  height: 5rem;
}
.logo {
  float: left;
  width: 13.25rem;
  height: 5rem;
}
.logo a img {
  width: 100%;
  height: auto;
}
.headIcon {
  float: right;
  margin-top: 1.3rem;
  margin-right: 0.2rem;
}
.headIcon a {
  display: block;
  float: left;
  margin-right: 1.3rem;
}
.headIcon a img {
  height: 2.05rem;
  width: auto;
}
/*indexMain*/
.indexMain {
  background-color: #fff;
}
.indexBusiness {
  height: auto;
  overflow: hidden;
}
.indexTit {
  height: auto;
  overflow: hidden;
  padding: 1.7rem 0 0.8rem;
  text-align: center;
}
.indexTit div a {
  font-size: 1.2rem;
  color: #333;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.indexTit div a:hover {
  color: #f8af58;
}
.indexTit p {
  color: #cbcbcb;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.Businessmenu {
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0 1.9rem;
}
.Businessmenu li {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
  text-align: center;
}
.Businessmenu li a {
  display: block;
  color: #555;
  font-size: 1.2rem;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.Businessmenu li a img {
  width: 5.8rem;
  height: 5.8rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.Businessmenu li a p {
  padding: 0.4rem 0 1rem;
}
.Businessmenu li a:hover {
  color: #e19a28;
}
.indexCompany {
  height: auto;
  overflow: hidden;
  background-color: #f2f2f2;
}
.aboutBox {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.awid {
  width: 50%;
  height: 10.7rem;
  overflow: hidden;
  float: left;
  position: relative;
  text-align: center;
}
.aboutText div {
  height: 100%;
  border-right: 1px solid #edecec;
}
.aboutText a {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4.6rem;
  color: #555;
  font-size: 1rem;
  margin-top: -2.3rem;
}
.aboutText a i {
  display: block;
  margin: 0 auto 0.7rem;
  height: 2.4rem;
  width: 2.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/icon1.png);
  background-size: 100%;
}
.aboutText:hover {
  background-color: #f8af58;
}
.aboutText:hover a {
  color: #fff;
}
.aboutText:hover i {
  background-image: url(../images/icon1-1.png);
}
.img {
  display: block;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
}
.boxshadow {
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  z-index: 5;
  width: 100%;
  height: 1.2rem;
  background: url(../images/boxshadow2.jpg) no-repeat center top;
  background-size: 100% 100% !important;
}
.aboutList li {
  float: left;
  width: 33.3333%;
  text-align: center;
  height: 9.4rem;
  position: relative;
  margin: 0.4rem 0 1.5rem;
}
.aboutList li a {
  display: block;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  padding: 2rem 0 2.6rem;
  color: #444;
  font-size: 0.9rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.aboutList li a i {
  display: block;
  margin: 0 auto 1rem;
  height: 2.4rem;
  width: 2.85rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.aboutList li a:hover {
  color: #fff;
  background-color: #f8af58;
}
.aboutList li.i1 a i {
  background-image: url(../images/icon2.png);
}
.aboutList li.i1 a:hover i {
  background-image: url(../images/icon2-1.png);
}
.aboutList li.i2 a i {
  background-image: url(../images/icon3.png);
}
.aboutList li.i2 a:hover i {
  background-image: url(../images/icon3-1.png);
}
.aboutList li.i3 a i {
  background-image: url(../images/icon4.png);
}
.aboutList li.i3 a:hover i {
  background-image: url(../images/icon4-1.png);
}
.aboutList .boxshadow {
  background: url(../images/aboutBg2.jpg) no-repeat center top;
}
.serviceTab {
  text-align: center;
}
.serviceTab li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8.8rem;
  line-height: 1rem;
  margin-bottom: 1.4rem;
  border-right: 1px solid #e0e0e0;
}
.serviceTab li a {
  color: #464646;
  font-size: 1rem;
}
.serviceTab li a:hover {
  color: #f8af58;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.serviceTab li.nobor {
  border-right: 0;
}
.serviceBox {
  height: auto;
  overflow: hidden;
  padding-bottom: 1rem;
}
.serviceBox .awid {
  height: 10.7rem;
}
.serviceDiv {
  background-color: #f2f2f2;
}
.serviceDiv div {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  width: 100%;
  height: 9.6rem;
  margin-top: -4.8rem;
}
.serviceDiv div a {
  color: #555;
  font-size: 1.2rem;
  padding-bottom: 0.6rem;
  display: block;
  padding: 0.6rem 1.6rem;
  text-align: left;
}
.serviceDiv div a:hover {
  color: #f8af58;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.serviceDiv div p {
  color: #888;
  font-size: 1rem;
  line-height: 1.8rem;
  max-height: 7.2rem;
  overflow: hidden;
  padding: 0 1.6rem;
  text-align: left;
}
.serviceDiv div p span {
  display: block;
}
.indexNews {
  background-color: #f2f2f2;
}
.marg {
  margin-top: 1.2rem;
}
.hotNews {
  padding: 0.6rem 0 0 0.3rem;
  height: 8.3rem;
  position: relative;
  background-color: #fff;
}
.hotNews .boxshadow {
  background-image: url(../images/boxshadow2.jpg);
}
.newsImg {
  float: left;
  width: 10.2rem;
  height: 7rem;
  overflow: hidden;
  display: block;
  padding: 0.3rem;
  background-color: #f9f9f9;
}
.newsImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.newsText {
  margin-left: 11.9rem;
  margin-top: 1rem;
  padding-right: 1rem;
}
.newsText a {
  display: block;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.newsText a:hover {
  color: #f8af58;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.newsText p {
  color: #777;
  font-size: 0.9rem;
  height: 3.4rem;
  overflow: hidden;
  line-height: 1.7rem;
}
.indexnewsList {
  padding-bottom: 2.9rem;
}
.indexnewsList li {
  padding: 1.7rem 0 0 0.6rem;
  height: 8.9rem;
  margin-top: 1.2rem;
  background-color: #fff;
  position: relative;
}
.indexnewsList .newsText {
  margin-left: 7.9rem;
  margin-top: 0;
}
.indexnewsList .boxshadow {
  background-image: url(../images/boxshadow2.jpg);
}
.date {
  float: left;
  height: 5.25rem;
  text-align: right;
  padding: 0 0.8rem;
  background-color: #646464;
}
.date div {
  color: #fff;
  font-size: 1.4rem;
  padding: 1.3rem 0 0;
  line-height: 1.5rem;
}
.date p {
  color: #a4a4a4;
  font-size: 0.9rem;
}
.indexJoin {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
.indexJoinList {
  height: auto;
  overflow: hidden;
}
.indexJoinList li {
  position: relative;
  float: left;
  width: 33.3333%;
}
.joinImg {
  height: 10.2rem;
  display: block;
  border-bottom: 0.05rem solid #fff;
  border-right: 0.05rem solid #fff;
}
.joinImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.joinText {
  bottom: 0;
  height: 10.2rem;
  text-align: center;
  background-color: #f2f2f2;
  border-right: 0.05rem solid #fff;
}
.joinText a {
  height: auto;
  overflow: hidden;
  display: block;
  color: #666;
  font-size: 0.75rem;
  padding-top: 2.9rem;
}
.joinText i {
  display: block;
  height: 2.65rem;
  width: 2.65rem;
  margin: 0 auto 0.6rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.joinText:hover {
  background-color: #f8af58;
}
.joinText:hover a {
  color: #fff;
}
.indexJoinList li.i1 a i {
  background-image: url(../images/icon5.png);
}
.indexJoinList li.i1 a:hover i {
  background-image: url(../images/icon5-1.png);
}
.indexJoinList li.i2 .joinText {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 5;
  border-bottom: 0.05rem solid #fff;
}
.indexJoinList li.i2 .joinImg {
  margin-top: 10.2rem;
  border-bottom: 0;
  height: 10.25rem;
}
.indexJoinList li.i2 a i {
  background-image: url(../images/icon6.png);
}
.indexJoinList li.i2 a:hover i {
  background-image: url(../images/icon6-1.png);
}
.indexJoinList li.i3 .joinImg,
.indexJoinList li.i3 .joinText {
  border-right: 0;
}
.indexJoinList li.i3 a i {
  background-image: url(../images/icon7.png);
}
.indexJoinList li.i3 a:hover i {
  background-image: url(../images/icon7-1.png);
}
/*footer*/
footer {
  text-align: center;
  padding: 1.5rem 3.8rem 0;
  background-color: #3e3e3e;
}
.footIcon li {
  display: inline-block;
  *display: inline;
  margin: 0 1rem 0.4rem;
  position: relative;
}
.fixed-icon {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 99;
}
.fixed-icon a {
  display: block;
}
.footIcon li img {
  display: block;
  width: 3.05rem;
  height: 3.05rem;
}
.footIcon li.on .imgBox {
  display: block;
}
.imgBox {
  position: absolute;
  left: 50%;
  bottom: 3.4rem;
  z-index: 5;
  width: 9.3rem;
  height: 9.55rem;
  display: none;
  margin-left: -4.65rem;
  background: url(../images/ewm.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  height: 4.55rem;
  line-height: 4.55rem;
  color: #555;
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 1px solid #e4e5e5;
  background-color: #feffff;
}
.imgBox a:first-child {
  border-top: 0;
}
.imgBox a:hover {
  background-color: #f8af58;
  color: #fff;
}
.footTel {
  display: inline-block;
}
.footTel span {
  float: left;
  display: block;
  color: #b5b5b5;
  font-size: 0.9rem;
  margin: 0.5rem 0.4rem 0 0;
}
.footTel b {
  float: left;
  display: block;
  color: #e3e3e3;
  font-size: 1.5rem;
  font-weight: normal;
}
.copy {
  height: auto;
  overflow: hidden;
  color: #b5b5b5;
  font-size: 1.1rem;
  line-height: 1.55rem;
  padding: 0.9rem 0 2rem;
  border-top: 1px solid #525252;
}
.copy a {
  color: #b5b5b5;
}
/*bigImg*/
.bigImg {
  position: relative;
  z-index: 0;
  height: auto;
  overflow: hidden;
}
.bigImg img {
  display: block;
  width: 100%;
  height: auto;
}
.bigText {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 5.2rem;
  margin-top: -2.6rem;
}
.bigText div {
  font-size: 1.5rem;
  font-family: Arial;
  text-transform: uppercase;
}
.bigText div span {
  color: #ff9c18;
}
.bigText p {
  font-size: 1.2rem;
  letter-spacing: 0.45rem;
}
.main {
  height: auto;
  overflow: hidden;
  position: relative;
}
.mainMenu {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.8rem;
  background-color: #fff;
}
.mainMenu ul {
  position: absolute;
  top: 0;
  left: 0;
}
.mainMenu ul li {
  float: left;
  padding: 0 0.9rem;
}
.mainMenu ul li a {
  vertical-align: top;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #555;
  font-size: 1.2rem;
  display: block;
  padding: 0 0.5rem;
  position: relative;
}
.mainMenu ul li a i {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 5;
  width: 100%;
  height: 0.2rem;
  background-color: #ffa73d;
}
.mainMenu ul li:hover a i,
.mainMenu ul li.on a i {
  display: block;
}
.mainMenuBg {
  position: absolute;
  left: 0;
  top: 3.8rem;
  z-index: 10;
  width: 100%;
  height: 0.35rem;
  background: url(../images/mainMenubg.png) repeat-x 0 0;
  background-size: 100% 100%;
}
.newsCategory {
  height: auto;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 0.9rem 1rem 1.1rem;
}
.newsCategory a {
  display: block;
  float: left;
  width: 9.6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #777;
  text-align: center;
  font-size: 1rem;
  background-color: #fff;
  margin: 0.2rem;
  border-radius: 2px;
}
.newsCategory a:hover,
.newsCategory a.on {
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  color: #fff;
  background-color: #ffbb6a;
}
.newsBox .indexnewsList {
  padding-bottom: 0;
}
.newsBox .indexnewsList:first-child {
  padding-bottom: 1.2rem;
}
.newsBox .mainMenu ul {
  margin: 0 1rem;
  position: relative;
}
.newsBox .mainMenu ul li {
  width: 33.3333%;
  text-align: center;
}
.newsCon {
  height: auto;
  overflow: hidden;
  padding: 0 1rem;
  background-color: #eee;
}
.newsTit {
  height: auto;
  overflow: hidden;
  padding: 1.5rem 0 1.2rem;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.newsTit h1 {
  color: #555;
  font-size: 1.4rem;
}
.newsTit p {
  color: #777;
  font-size: 1.2rem;
}
.content {
  color: #888;
  font-size: 1.1rem;
  line-height: 2rem;
  list-style: disc;
  padding: 0.6rem 0.2rem 1.7rem;
}
.back {
  display: block;
  height: 2.8rem;
  line-height: 2.8rem;
  color: #777;
  font-size: 1rem;
  text-align: center;
  background-color: #fff;
  margin-bottom: 2rem;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.back b {
  display: inline-block;
  background: url(../images/back.png) no-repeat center center;
  background-size: 100% auto;
  width: 1rem;
  margin-right: 0.9rem;
}
.back:hover {
  color: #fff;
  background-color: #ff9c18;
}
.back:hover b {
  background-image: url(../images/back2.png);
}
/*problem*/
.problemList {
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
.problemList dl {
  height: auto;
  overflow: hidden;
  padding: 2.4rem 1.6rem 2.4rem 2.1rem;
}
.problemList dl dt {
  cursor: pointer;
  line-height: 1.1rem;
}
.problemList dl dt span {
  float: left;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ffbb6a;
  border-radius: 50%;
}
.problemList dl dt div {
  margin-left: 2.8rem;
  color: #555;
  font-size: 1.3rem;
  line-height: 2rem;
}
.problemList dl dd {
  height: auto;
  overflow: hidden;
  color: #777;
  font-size: 1.1rem;
  line-height: 2rem;
  display: none;
  padding-top: 0.8rem;
}
.problemList dl.pbg {
  background-color: #f3f3f3;
}
.problemList dl.pbg dt span {
  background-color: #858585;
}
.msgForm {
  position: relative;
  margin: 0 1.4rem;
}
.msgFormBox {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dadada;
}
.msgTit {
  height: 4rem;
  line-height: 4rem;
  color: #676666;
  font-size: 1.3rem;
  text-align: center;
}
.msgDiv {
  height: auto;
  overflow: hidden;
  padding: 0 1.5rem;
  border-top: 1px solid #e4e4e4;
}
.msgname {
  float: left;
  color: #555;
  font-size: 1.2rem;
  line-height: 3.7rem;
  padding-right: 1rem;
}
.msgname span {
  color: #ffbb6a;
  display: inline-block;
  padding-right: 0.35rem;
}
.msgCheck {
  height: auto;
  overflow: hidden;
  padding-bottom: 1rem;
  clear: both;
  color: #555;
  font-size: 1.2rem;
}
/*.msgCheck label { display: inline-block; padding: 0 1.9rem; height: 2rem; line-height: 2rem; margin-bottom: .9rem; border: 0; background: url(../images/check1.jpg) no-repeat left center; background-size: 22% auto; }
.msgCheck label span { display: inline-block; }
.msgCheck label.on { background-image: url(../images/check2.jpg); }
.msgCheck input[type="checkbox"], .msgCheck label input[type="radio"] { display: none; }*/
.msgCheck label {
  display: inline-block;
  padding: 0 1.9rem;
}
.msgCheck input[type="checkbox"] {
  display: none;
}
.msgCheck [id^="checkbox-1-"] + label {
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0.9rem;
  border: 0;
  background: url(../images/check1.jpg) no-repeat left center;
  background-size: 22% auto;
}
.msgCheck [id^="checkbox-1-"]:checked + label {
  background-image: url(../images/check2.jpg);
}
.msgtext {
  display: block;
  float: left;
  width: 60%;
  height: 3.7rem;
  line-height: 3.7rem;
  color: #555;
  font-size: 1.2rem;
  vertical-align: top;
  border: 0;
  background: none;
}
.msgArea {
  display: block;
  float: left;
  width: 70%;
  height: 11rem;
  padding-top: 0.8rem;
  line-height: 2.1rem;
  border: 0;
  color: #555;
  font-size: 1.2rem;
  vertical-align: top;
  resize: none;
  overflow-y: hidden;
  background: none;
}
.msgfile {
  display: block;
  float: left;
  color: #888;
  font-size: 1rem;
  width: 68%;
  padding-top: 1rem;
}
.msgasaubmit {
  width: 100%;
  display: block;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #555;
  cursor: pointer;
  border: 0;
  margin: 0.8rem 0 3.1rem;
}
.msgasaubmit:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.guide {
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
.guide .guideBg {
  background-color: #ebebeb;
}
.guideBox {
  height: auto;
  overflow: hidden;
  padding: 1.7rem 1.5rem 2.8rem;
}
.step {
  color: #555;
  font-size: 1.2rem;
  padding: 0 0 0.6rem;
}
.guideInfo {
  color: #777;
  font-size: 1.1rem;
  line-height: 1.9rem;
}
.guideDiv {
  height: auto;
  overflow: hidden;
  padding: 1rem 0 0.75rem;
}
.guideDiv div {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.45rem;
}
.guideDiv div b,
.guideDiv div strong {
  display: block;
  float: left;
  width: 5.1rem;
  height: 2.6rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background-color: #898989;
  border-radius: 5px;
}
.guideDiv div span {
  display: block;
  margin-left: 5.8rem;
  line-height: 2.6rem;
  color: #777;
  font-size: 1.1rem;
}
.guideImg img {
  display: block;
  width: 20rem;
  height: 11.8rem;
}
.joinConList {
  height: auto;
  overflow: hidden;
  padding-bottom: 3.1rem;
  background-color: #fff;
}
.joinConList li {
  position: relative;
  margin: 2rem 2rem 0;
}
.joinConList li a {
  display: block;
  height: auto;
  overflow: hidden;
  padding-bottom: 3.9rem;
  background-color: #ededed;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.joinConList li.icon1 .joinspan {
  background-image: url(../images/joinConIcon1.png);
}
.joinConList li.icon2 .joinspan {
  background-image: url(../images/joinConIcon2.png);
}
.joinConList li.icon3 .joinspan {
  background-image: url(../images/joinConIcon3.png);
}
.joinConList li:hover .joinTit {
  color: #fdc064;
}
.joinConList li:hover .joinspan {
  background-color: #fdc064;
}
.joinConList li:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.joinConList .boxshadow {
  background-image: url(../images/boxshadow5.jpg);
}
.joinConImg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 20rem;
}
.joinTit {
  margin: 2.3rem 0 0.9rem;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  color: #555;
  font-size: 1.3rem;
}
.joinspan {
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #8d8d8d;
  background-size: cover;
  border-radius: 50%;
  margin-right: 0.45rem;
}
.joinInfo {
  color: #777;
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding: 0 2.1rem;
}
.contactList {
  height: auto;
  overflow: hidden;
  padding-bottom: 1.8rem;
  background-color: #fff;
}
.contactList li {
  position: relative;
  text-align: center;
  margin: 2rem 2rem 0;
}
.contactList li a {
  display: block;
  height: auto;
  overflow: hidden;
  padding-bottom: 1.4rem;
  background-color: #f3f3f3;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.contactList li:hover .joinTit {
  color: #fdc064;
}
.contactList li:hover .joinspan {
  background-color: #fdc064;
}
.contactList li:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.contactList .boxshadow {
  background-image: url(../images/boxshadow5.jpg);
}
.contactDiv {
  min-height: 9rem;
}
.contactTit {
  padding: 1.7rem 0 0.5rem;
  line-height: 2rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}
.contactInfo {
  color: #666;
  font-size: 1rem;
  line-height: 1.7rem;
  padding: 0 0.5rem;
}
.family {
  font-family: Arial;
}
.history {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  margin-top: 1.1rem;
  padding: 1.8rem 1.6rem 2.1rem;
}
.historySwiper {
  height: auto;
  overflow: hidden;
  padding: 1.3rem 1.6rem;
  background-color: #f3f3f3;
  text-align: center;
}
.historySwiper .swiper-container {
  height: 2rem;
  line-height: 2rem;
}
.historySwiper .swiper-slide {
  color: #555;
  font-size: 1.2rem;
  position: relative;
}
.historySwiper .swiper-slide i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  width: 1px;
  height: 1.1rem;
  margin-top: -0.55rem;
  background-color: #d8d8d8;
}
.historySwiper .swiper-slide-active {
  color: #fe901a;
}
.swiperbg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  width: 1px;
  height: 1.1rem;
  margin-top: -0.55rem;
  background-color: #f3f3f3;
}
.historyDiv {
  display: none;
  padding: 1.1rem 0.65rem 0;
}
.historyDiv:first-child {
  display: block;
}
.historyTit {
  color: #555;
  font-size: 1.2rem;
  padding-bottom: 0.4rem;
}
.historyInfo {
  color: #555;
  font-size: 1rem;
  line-height: 2rem;
}
.circle {
  padding-left: 1.4rem;
  padding-bottom: 0.25rem;
  position: relative;
}
.circle span {
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: 5;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #c2c2c2;
}
.historyImg {
  display: block;
  margin-top: 1.1rem;
}
.servieList {
  height: auto;
  overflow: hidden;
  padding: 1.5rem 0.15rem 0.9rem;
  background-color: #fff;
}
.servieList li {
  float: left;
  width: 50%;
  text-align: center;
}
.servieList li a {
  display: block;
  height: 100%;
  position: relative;
  margin: 0 0.15rem 1.6rem;
  padding-bottom: 0;
  background-color: #f3f3f3;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.servieList li a .allimg {
  padding-bottom: 65.82%;
}
.servieList li.icon1 .servicespan {
  background-image: url(../images/serviceIcon1.png);
}
.servieList li.icon2 .servicespan {
  background-image: url(../images/serviceIcon2.png);
}
.servieList li.icon3 .servicespan {
  background-image: url(../images/serviceIcon3.png);
}
.servieList li.icon4 .servicespan {
  background-image: url(../images/serviceIcon4.png);
}
.servieList li.icon5 .servicespan {
  background-image: url(../images/serviceIcon5.png);
}
.servieList li.icon6 .servicespan {
  background-image: url(../images/serviceIcon6.png);
}
.servieList li:hover .joinTit {
  color: #fdc064;
}
.servieList li:hover .servicespan {
  background-color: #fdac31;
}
.servieList .boxshadow {
  height: 0.95rem;
  bottom: -0.95rem;
  background-image: url(../images/servicebg.jpg);
}
.serviceImg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 10.4rem;
}
.serviceText {
  height: auto;
  overflow: hidden;
  height: 9.4rem;
}
.serviceText div {
  color: #555;
  font-size: 1rem;
  padding: 0.6rem 0 0;
}
.serviceText p {
  color: #b3b3b3;
  font-size: 0.7rem;
  letter-spacing: 1px;
}
.servicespan {
  display: block;
  width: 2.05rem;
  height: 2.05rem;
  line-height: 2.05rem;
  margin: 2rem auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #7b7b7b;
  background-size: cover;
  border-radius: 50%;
}
.aboutIndex {
  background-color: #fff;
  margin-top: 1.2rem;
}
.aboutIndex li {
  position: relative;
  padding: 1.5rem 1.5rem 3.1rem;
}
.aboutIndex li.aboutbg {
  background-color: #e8e8e8;
}
.aboutImg img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutTit {
  height: auto;
  overflow: hidden;
  padding: 1.6rem 0 0.7rem;
}
.aboutTit b {
  color: #333;
  font-size: 1.3rem;
  display: inline-block;
  padding-right: 0.4rem;
  font-weight: normal;
}
.aboutTit span {
  color: #c1c1c1;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.aboutInfo {
  color: #666;
  font-size: 1rem;
  line-height: 2rem;
  overflow: scroll;
}
.aboutMore {
  display: block;
  margin-top: 1rem;
  width: 8.5rem;
  height: 2.7rem;
  line-height: 2.7rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #fbab31;
}
.aboutMore:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.aboutTit2 {
  height: auto;
  overflow: hidden;
  color: #666;
  padding-top: 1.6rem;
}
.aboutTit2 b {
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 0.4rem;
  font-weight: normal;
}
.aboutTit2 span {
  font-size: 1.2rem;
}
.product {
  height: auto;
  overflow: hidden;
  margin-top: 1rem;
  color: #666;
  font-size: 1rem;
  line-height: 2rem;
}
.product .aboutIndex {
  background: none;
  margin-top: 0;
}
.product .aboutIndex li {
  background-color: #fff;
  margin-bottom: 1.2rem;
  padding: 1.5rem 1.5rem 2.6rem;
}
.product .aboutInfo {
  padding-top: 0.5rem;
}
.product .newsCategory {
  background-color: #fff;
  padding: 0.6rem 0 0;
  text-align: center;
}
.product .newsCategory a {
  float: none;
  display: inline-block;
  width: 10rem;
  margin: 0.2rem 0.1rem;
  background-color: #f3f3f3;
}
.product .newsCategory a:hover,
.product .newsCategory a.on {
  background-color: #ffbb6a;
}
.aboutmarg {
  padding-top: 0.4rem !important;
}
.aboutmarg .aboutImg {
  margin: 0 -1.5rem;
}
.core {
  color: #cbcbcb;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.productTit {
  height: auto;
  overflow: hidden;
  padding: 1.3rem 0 0;
  text-align: center;
  background-color: #fff;
}
.productTit h3 {
  color: #666;
  font-size: 1.5rem;
}
.productTit div {
  color: #cbcbcb;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.productList {
  height: auto;
  overflow: hidden;
  padding-top: 0.1rem;
}
.productList ul {
  height: auto;
  overflow: hidden;
}
.productList ul li {
  width: 49.2%;
  float: left;
  position: relative;
  margin-bottom: 1.3rem;
  background-color: #fff;
}
.productList ul li a {
  display: block;
  color: #333;
  font-size: 1.1rem;
  padding: 0.7rem 0.7rem 0;
  border: 1px solid #f9f9f9;
}
.productList ul li.fr {
  float: right;
}
.productList ul li .allimg {
  padding-bottom: 60.55%;
}
.productList ul li .allimg img {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.productList ul li .allimg:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-filter: xray;
          filter: xray;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.productList ul li p {
  height: 3.2rem;
  line-height: 3.2rem;
  overflow: hidden;
  text-align: center;
  padding: 0 0.5rem;
}
.productList .boxshadow {
  background-image: url(../images/boxshadow3.jpg);
}
.shop {
  height: auto;
  overflow: hidden;
  position: relative;
}
.shop img {
  display: block;
  width: 100%;
  height: auto;
}
.shopText {
  display: block;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  z-index: 5;
  height: 4.5rem;
  margin-top: -2.25rem;
  color: #d4d4d4;
  text-transform: uppercase;
}
.shopText h3 {
  font-size: 1.5rem;
}
.shopText div {
  font-size: 1rem;
}
.shopText p {
  height: 0.1rem;
  width: 2.9rem;
  margin-top: 0.7rem;
  background-color: #ff9c18;
}
.productMenu {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.9rem;
}
.productMenu li {
  float: left;
  width: 25%;
  background-color: #fff;
}
.productMenu li a {
  display: block;
  height: 9.8rem;
  padding-top: 2.6rem;
  text-align: center;
  color: #666;
  font-size: 0.8rem;
  border-left: 1px solid #d5d5d5;
}
.productMenu li a img {
  display: block;
  margin: 0 auto 0.9rem;
  width: 2.2rem;
  height: 2.45rem;
}
.productMenu li a img.hide {
  display: none;
}
.productMenu li:first-child a {
  border-left: 0;
}
.productMenu li:hover {
  background-color: #f8af58;
}
.productMenu li:hover a {
  color: #fff;
}
.productMenu li:hover img.hide {
  display: block;
}
.productMenu li:hover img.show {
  display: none;
}
.productMenu .boxshadow {
  bottom: 0.7rem;
}
.productConTit {
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  font-size: 1.25rem;
}
.productConTit b {
  color: #333;
  font-weight: normal;
  padding-right: 0.5rem;
}
.productConTit span {
  color: #cfcfcf;
  text-transform: uppercase;
}
.productCon {
  /*.overflow;*/
  position: relative;
  background-color: #fff;
  padding: 1.5rem 1.5rem 2.1rem;
}
.productCon .allimg {
  padding-bottom: 66.38%;
}
/*.gallery-thumbs { box-sizing: border-box; margin-top: 10px; position: relative; }
.gallery-thumbs .swiper-slide { height: 100%; }
.gallery-thumbs .swiper-slide img { -webkit-filter: grayscale(100%); -webkit-filter: grayscale(1); filter: grayscale(100%); filter: gray; }
.gallery-thumbs .swiper-slide-active img { -webkit-filter: grayscale(0); filter: grayscale(0); filter: xray; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; transition: All 0.2s ease; }*/
.article {
  margin-top: 1.2rem;
  height: 3.5rem;
  background-color: #898989;
  border-bottom: 1px solid #898989;
}
.article li {
  width: 50%;
  float: left;
}
.article li a {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0 1rem;
}
.article li:first-child a {
  border-right: 1px solid #adadad;
}
.article li:hover {
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  background-color: #ffa73d;
}
.proback {
  margin: 1.3rem 0 1.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
}
.proback a {
  display: block;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  background-color: #fff;
  text-align: center;
  height: 100%;
  color: #9a9999;
  font-size: 0.9rem;
}
.proback a span {
  width: 1.35rem;
  height: 100%;
  display: inline-block;
  background: url(../images/return.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 1rem;
}
.proback a:hover {
  background-color: #ffa73d;
  color: #fff;
}
.proback a:hover span {
  background-image: url(../images/return2.png);
}
.business .newsCategory a {
  width: 9.1rem;
}
.business .mainMenu ul {
  margin: 0 1rem;
  position: relative;
}
.business .mainMenu ul li {
  width: 33.3333%;
  text-align: center;
}
.businessCon {
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
.businessCon img {
  display: block;
}
.businessTit {
  text-align: center;
  line-height: 4.6rem;
  color: #555;
  font-size: 1.2rem;
  border-bottom: 1px dashed #aaa;
}
.businessTit b {
  font-weight: normal;
  display: inline-block;
  padding-right: 0.2rem;
}
.businessTit span {
  text-transform: uppercase;
}
.businessList {
  height: auto;
  overflow: hidden;
  padding: 1.5rem 1.5rem 0;
}
.businessList .businessTit {
  text-align: left;
  line-height: 1.5rem;
  border-bottom: 0;
  padding-bottom: 1.5rem;
}
.businessDiv {
  height: auto;
  overflow: hidden;
  padding-left: 3.4rem;
  padding-top: 0.2rem;
  margin-bottom: 0.6rem;
  position: relative;
  color: #777;
  font-size: 1.2rem;
  line-height: 2rem;
  min-height: 2.5rem;
}
.businessDiv span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  background-color: #909090;
  border-radius: 50%;
}
.businessImg {
  display: block;
  margin: 0.4rem auto 3.2rem;
  width: 22.5rem;
  height: 22.5rem;
}
.businessInfo {
  color: #777;
  line-height: 2.4rem;
  font-size: 1.2rem;
  margin-bottom: 2.1rem;
}
.bcolor {
  color: #444;
}
.bcolor2 {
  color: #fc9c20;
}
.businessBox .businessDiv {
  margin-bottom: 0.2rem;
}
.apply {
  height: auto;
  overflow: hidden;
  background-color: #f5f5f5;
}
.apply .businessTit {
  border-bottom: 0;
}
.applyForm {
  padding: 2.2rem 1.9rem;
  background-color: #fff;
  margin: 0 1.6rem 3rem;
  position: relative;
}
.applyForm .boxshadow {
  height: 1.5rem;
  bottom: -1.5rem;
  background-image: url(../images/boxshadow4.jpg);
  background-size: 100% 100%;
}
.applyDiv {
  height: 2.8rem;
  line-height: 2.8rem;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 0.25rem;
}
.applyDiv span {
  color: #666;
  font-size: 1.2rem;
  display: block;
  float: left;
  padding: 0 0.5rem 0 1rem;
}
.applyText {
  display: block;
  float: left;
  height: 2.8rem;
  line-height: 2.8rem;
  color: #666;
  font-size: 1.2rem;
  width: 68%;
  border: 0;
  background: none;
}
.applySubmit {
  display: block;
  border: 0;
  height: 3.1rem;
  line-height: 3.1rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #3e3e3e;
}
.applySubmit:hover {
  background-color: #fc9c20;
}
.top {
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 5;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: url(../images/top.png) no-repeat 0 0 #909090;
  background-size: cover;
}
.top:hover {
  background-color: #fc9c20;
}
.mallCon .newsCategory {
  text-align: center;
}
.mallCon .newsCategory a {
  float: none;
  display: inline-block;
}
.mallCon .newsCategory a:hover,
.mallCon .newsCategory a.on {
  background-color: #ffbb6a;
}
.city {
  height: auto;
  overflow: hidden;
  padding: 0 0.45rem;
}
.citySelect {
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
.citySelect li {
  float: left;
  width: 50%;
  position: relative;
  height: 3.8rem;
}
.citySelect li i {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  z-index: 2;
  height: 0.45rem;
  width: 0.7rem;
  background: url(../images/select.jpg) no-repeat 0 0;
  background-size: cover;
}
.citySelect li div {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #e4e4e4;
}
.customSelect {
  color: #666;
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 1.1rem;
  width: 100%;
  text-indent: 1.3rem;
}
.customSelectInner {
  cursor: pointer;
  line-height: 3.8rem;
  text-align: left;
  width: 100% !important;
}
.citySubmit {
  width: 100%;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background-color: #646464;
  cursor: pointer;
  border: 0;
  margin: 0.2rem 0 1.5rem;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
.mapTit {
  padding-left: 1.1rem;
  color: #646464;
  font-size: 1.2rem;
  line-height: 3.8rem;
  border-bottom: 2px solid #f3f3f3;
  background-color: #fff;
  margin: 0 0.45rem;
}
.mapTit b {
  color: #ffa32b;
  display: inline-block;
  padding: 0 0.8rem;
}
.mallCon .problemList {
  margin: 0 0.45rem;
}
.mallCon .problemList dl {
  border-bottom: 1px dashed #cacaca;
  padding: 0;
}
.mallCon .problemList dl dt {
  padding: 1.6rem 1.1rem 1rem;
}
.mallCon .problemList dl dt.on span {
  background-color: #f65161;
}
.mallCon .problemList dl dt.on {
  background-color: #f6f6f6;
}
.mallCon .problemList dl dd {
  background-color: #f6f6f6;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.mapText h3 {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}
.mapText p {
  color: #777;
  font-size: 1rem;
  padding-top: 0.2rem;
}
.mapText a {
  color: #777;
  font-size: 1rem;
  padding-top: 0.2rem;
}
.mapBox {
  width: 100%;
  height: 20.5rem;
  overflow: hidden;
}
.mapBox img {
  display: block;
  width: 100%;
  height: 100%;
}
/*wrapper*/
#wrapper {
  width: 100%;
  height: 100%;
}
#scroller {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  height: 100%;
}
.imgdiv {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  z-index: 990;
  background-color: #fafafa;
}
.imgdiv div.s1 img {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 50%;
  max-width: 95% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.close {
  height: 5em;
  line-height: 5em;
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  cursor: pointer;
}
/*响应式导航*/
.mobileNavCon {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1010;
}
.mobileNavCon .mobileNavBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1011;
  overflow: hidden;
}
.mobileNavCon .mobileNavBox {
  position: absolute;
  width: 18.4rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #191919;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1012;
}
.mobileNavCon .mobileNavBox.on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobileNavCon .mobileNav > li {
  position: relative;
  border-bottom: 1px solid #fafafa;
}
.mobileNavCon .mobileNav > li > a {
  display: block;
  padding-left: 1.25rem;
  color: #fafafa;
  font-size: 1.3rem;
  line-height: 3.95rem;
}
.mobileNavCon .mobileNav > li span {
  position: absolute;
  display: block;
  font-size: 1.3em;
  width: 2.2em;
  height: 3.95rem;
  line-height: 3.95rem;
  top: 0;
  right: 0;
  color: #fafafa;
  text-align: center;
}
.mobileNavCon .mobileNav > li .sub {
  height: 0;
  overflow: hidden;
  background-color: #272727;
}
.mobileNavCon .mobileNav > li .sub li {
  border-bottom: 1px solid #fafafa;
}
.mobileNavCon .mobileNav > li .sub li:last-child {
  border-bottom: none;
}
.mobileNavCon .mobileNav > li .sub li a {
  padding-left: 1.25rem;
  display: block;
  font-size: 1.1em;
  height: 3.95rem;
  line-height: 5rem;
  width: 100%;
  overflow: hidden;
  color: #fafafa;
  box-sizing: border-box;
}
.mobileNavCon .navScroll {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.mobileNavCon .mobileNav > li .sub li a em {
  display: inline-block;
  width: 1rem;
  margin-right: 0.7rem;
}
.container {
  display: none;
}
.productSwiper .container:first-child {
  display: block;
}
.leader {
  background-color: #fff;
  padding: 0 1.5rem 4rem;
  height: auto;
  overflow: hidden;
}
.leaderTit {
  height: 4.3rem;
  line-height: 4.3rem;
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 1.4rem;
  text-align: center;
}
.leader .content {
  color: #555;
  line-height: 2.2rem;
  font-size: 1.2rem;
  padding: 1rem;
}
.laederImg {
  margin: 0.5rem 0.3rem 0;
  padding: 0.7rem;
  background-color: #f7f7f7;
  position: relative;
}
.laederImg .boxshadow {
  height: 1.9rem;
  bottom: -1.9rem;
  background-image: url(../images/leaderbg.jpg);
}
.laederImg img {
  display: block;
  width: 100%;
  height: auto;
}
.productCon .probigImg {
  position: relative;
}
.productCon .smallScroll {
  height: 6rem;
  margin-top: 10px;
  position: relative;
}
.productCon .sPrev,
.productCon .sNext {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  z-index: 10;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}
.productCon .sPrev {
  background: url(../images/prev.png) no-repeat 0 0 #505050;
  background-size: cover;
  left: -1.2rem;
}
.productCon .sNext {
  background: url(../images/next.png) no-repeat 0 0 #505050;
  background-size: cover;
  right: -1.2rem;
}
.productCon .sPrev:hover,
.productCon .sNext:hover {
  background-color: #ffa73d;
}
.productCon .smallImg {
  float: left;
  display: inline;
  width: 100%;
  overflow: hidden;
}
.productCon .smallImg ul {
  height: auto;
  width: 9999px;
  overflow: hidden;
  margin-left: -1rem !important;
}
.productCon .smallImg li {
  float: left;
  width: 9rem;
  height: 6rem;
  cursor: pointer;
  display: inline;
  margin-left: 1rem;
}
.productCon .smallImg img {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.productCon .smallImg .on img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-filter: xray;
          filter: xray;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.cupboard {
  padding: 0 1.5rem;
}
.historyDiv img,
.processapp img,
.conditapp img,
.advanapp img,
.joinareaapp img,
.content img,
.aboutInfo img,
.product img,
.contactInfo img,
.guide img,
.leader img {
  width: 100%;
  height: 100%;
}
/*新基金会*/
.jijinhui {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0 1.6rem 3.5rem;
  box-sizing: border-box;
}
.jijinhui .jjh-top {
  padding-top: 1rem;
}
.jijinhui .logoshow {
  margin: 0 auto;
}
.jijinhui .logoshow .img-logo {
  text-align: center;
  margin-left: -10px;
}
.jijinhui .logoshow .dsc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-top: 1rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.75rem;
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: lighter;
  color: #777;
}
.jijinhui .logoshow .dsc p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: lighter;
  color: #777;
}
.jijinhui .img-logo img {
  max-width: 100%;
  height: auto;
}
.jijinhui .switch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1.8rem;
}
.jijinhui .switch-content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-left: 4.9rem;
  cursor: pointer;
}
.jijinhui .switch-content .btn-box .jjh-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  text-align: center;
}
.jijinhui .switch-content .btn-box .jjh-circle img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.jijinhui .switch-content .btn-box .jjh-circle img:nth-of-type(2) {
  display: none;
}
.jijinhui .switch-content .btn-box .circle-name {
  margin-top: 0.25rem;
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #777;
  text-align: center;
}
.jijinhui .switch-content .btn-box:nth-of-type(1) {
  margin-left: 0px;
}
.jijinhui .switch-content .on .jjh-circle {
  background-color: #ff9c18;
}
.jijinhui .switch-content .on .jjh-circle img:nth-of-type(1) {
  display: none;
}
.jijinhui .switch-content .on .jjh-circle img:nth-of-type(2) {
  display: inline-block;
}
.jijinhui .switch-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1rem;
  width: 100%;
}
.jijinhui .switch-object .sm-content {
  display: none;
  position: relative;
  width: 100%;
}
.jijinhui .switch-object .sm-content .sm-content-img {
  width: 100%;
}
.jijinhui .switch-object .sm-content .sm-content-img img {
  max-width: 100%;
  height: auto;
}
.jijinhui .switch-object .sm-content .dsc {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3.25rem;
  margin-top: 1.6rem;
}
.jijinhui .switch-object .sm-content .dsc span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #666;
  height: 3.6rem;
  overflow: hidden;
}
.jijinhui .switch-object .on {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aijiajihua {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  padding: 2.7rem 1.6rem 5rem;
  box-sizing: border-box;
}
.aijiajihua .ajjh-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
.aijiajihua .ajjh-content .ajjh-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  width: 100%;
}
.aijiajihua .ajjh-content .ajjh-left .ajjh-title {
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.aijiajihua .ajjh-content .ajjh-left .dsc {
  font-size: 1.3rem;
  line-height: 2.1rem;
  height: auto;
  overflow: hidden;
  color: #777;
  margin-top: 0.9rem;
  margin-bottom: 1.5rem;
  font-weight: lighter;
}
.aijiajihua .ajjh-content .ajjh-right .ajjh-img img {
  max-width: 100%;
  height: auto;
}
.aijiajihua .ajjh-sjz {
  margin-top: 1.3rem;
}
.aijiajihua .ajjh-sjz .history {
  background: none;
  padding: 0px;
}
.aijiajihua .ajjh-sjz .history .historySwiper {
  background-color: #fff;
}
.aijiajihua .ajjh-sjz .history .historySwiper .navPrev,
.aijiajihua .ajjh-sjz .history .historySwiper .navNext {
  background-color: #fff;
}
.aijiajihua .ajjh-sjz .history .historySwiper .navNext {
  background: url(../images/historynext.png) no-repeat 0 0;
  background-size: cover;
}
.aijiajihua .ajjh-sjz .history .historySwiper .navPrev {
  background: url(../images/historyprev.png) no-repeat 0 0;
  background-size: cover;
}
.aijiajihua .ajjh-sjz .history .focus_pic {
  box-sizing: border-box;
  padding: 2rem 0px 0px 0.5rem;
}
.aijiajihua .ajjh-sjz .history .focus_pic .historyInfo .overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.aijiajihua .ajjh-sjz .history .focus_pic .historyInfo .overflow img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
  max-width: 100%;
  height: auto;
}
.aijiajihua .ajjh-sjz .history .focus_pic .historyInfo .overflow .dsc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.aijiajihua .ajjh-sjz .history .focus_pic .historyInfo .overflow .dsc .sj {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: bold;
  color: #fe901a;
  padding-bottom: 1rem;
}
.aijiajihua .ajjh-sjz .history .focus_pic .historyInfo .overflow .dsc .word {
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #666;
  font-weight: lighter;
  margin-bottom: 0.5rem;
}
.aijiajihua .ajjh-sjz .history .focus_pic .historyInfo .overflow .dsc .word p {
  padding-bottom: 0.9rem;
}
.ajjh-second {
  background-color: #fff;
  padding: 2.7rem 1.6rem 4.5rem;
}
.ajjh-second .ajjh-content .ajjh-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
}
.ajjh-second .ajjh-content .ajjh-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}
.ajjh-second .ajjh-sjz {
  background-color: #fff;
}
.ajjh-second .ajjh-sjz .history .historySwiper {
  background-color: #f3f3f3;
}
.ajjh-second .ajjh-sjz .history .focus_nav {
  background-color: #f1f1f1;
}
.ajjh-second .ajjh-sjz .history .focus_nav .navPrev,
.ajjh-second .ajjh-sjz .history .focus_nav .navNext {
  background-color: #f1f1f1;
}
.ajjh-second .ajjh-sjz .history .focus_pic .historyInfo .dsc {
  margin-right: 0px;
}
.ajjh-three {
  padding: 3rem 1.6rem 4.5rem;
}
.jijinhui-bottom {
  padding: 1.8rem 1.6rem 3.25rem;
  background-color: #fff;
}
.jijinhui-bottom .jjh-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-left: 0.5rem;
}
.jijinhui-bottom .jjh-bottom-content .content-left .jjh-img {
  margin-bottom: 0.55rem;
}
.jijinhui-bottom .jjh-bottom-content .content-left .jjh-img img {
  width: 3.6rem;
  height: auto;
}
.jijinhui-bottom .jjh-bottom-content .content-right {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 2.05rem;
  color: #666;
}
.jijinhui-bottom .jjh-bottom-content .content-right p {
  padding-bottom: 0.3rem;
}
.love-home {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  background-color: #fff;
  padding: 1.8rem 1.8rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .love-home {
    line-height: 26px;
    padding: 1.8rem 1rem 2rem;
  }
}
.love-home p {
  margin-bottom: 1.75rem;
}
.love-home .pb0 {
  margin-bottom: 0px;
}
.love-home .pb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.love-home img {
  max-width: 100%;
  height: auto;
}
.love-home .pad30 {
  padding: 0 30px;
  box-sizing: border-box;
}
.love-home .b {
  padding-top: 0.6rem;
  font-size: 28px;
  color: #fc9205;
}
@media screen and (max-width: 500px) {
  .love-home .b {
    font-size: 18px;
    padding-top: 0;
  }
}
.love-home .switch-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  padding: 0 3rem;
  box-sizing: border-box;
}
.love-home .switch-content .btn-box {
  cursor: pointer;
}
.love-home .switch-content .btn-box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  background-color: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .love-home .switch-content .btn-box .circle {
    width: 50px;
    height: 50px;
  }
}
.love-home .switch-content .btn-box .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .love-home .switch-content .btn-box .circle img {
    max-width: 80%;
  }
}
.love-home .switch-content .btn-box .circle img:nth-of-type(2) {
  display: none;
}
.love-home .switch-content .btn-box .circle-name {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  text-align: center;
}
.love-home .switch-content .on .circle {
  background-color: #ff9c18;
}
.love-home .switch-content .on .circle img:nth-of-type(1) {
  display: none;
}
.love-home .switch-content .on .circle img:nth-of-type(2) {
  display: inline-block;
}
.love-home .switch-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.love-home .switch-object .sm-content {
  display: none;
  position: relative;
}
.love-home .switch-object .sm-content .dsc {
  text-align: center;
  box-sizing: border-box;
}
.love-home .switch-object .sm-content .dsc span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  height: auto;
  overflow: hidden;
  color: #666;
}
.love-home .switch-object .on {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.donation-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5rem 2.6rem 1.5rem;
  background-color: #fff;
}
.donation-container .donation-content {
  padding: 12.5rem 0.9rem 40px 0.9rem;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
  height: 860px;
  background-size: contain !important;
}
@media screen and (max-width: 500px) {
  .donation-container .donation-content {
    height: 500px;
    padding: 12.5rem 40px 40px;
  }
}
@media screen and (max-width: 430px) {
  .donation-container .donation-content {
    padding: 12.5rem 35px 40px;
  }
}
@media screen and (max-width: 400px) {
  .donation-container .donation-content {
    padding: 12.5rem 1.2rem 40px;
  }
}
.donation-container .donation-content .number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.donation-container .donation-content .number-container .box {
  padding: 0 6px;
  box-sizing: border-box;
  margin-right: 1.25rem;
}
.donation-container .donation-content .number-container .box .cn {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #e02413;
}
.donation-container .donation-content .number-container .box .cs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.5rem;
}
.donation-container .donation-content .number-container .box .cs span {
  display: block;
}
.donation-container .donation-content .number-container .box .cs .sz {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #e02413;
  margin-right: 8px;
}
@media screen and (max-width: 500px) {
  .donation-container .donation-content .number-container .box .cs .sz {
    margin-right: 4px;
    font-size: 16px;
  }
}
.donation-container .donation-content .number-container .box .cs .w {
  font-size: 20px;
  line-height: 1;
  color: #e02413;
}
@media screen and (max-width: 500px) {
  .donation-container .donation-content .number-container .box .cs .w {
    font-size: 13px;
  }
}
.donation-container .donation-content .list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffeeee;
}
.donation-container .donation-content .list .box {
  width: 250px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.donation-container .donation-content .lunbo {
  width: 100%;
}
.donation-container .donation-content .lunbo .donation-swiper {
  height: 300px;
}
@media screen and (max-width: 500px) {
  .donation-container .donation-content .lunbo .donation-swiper {
    height: 200px;
  }
}
.donation-container .donation-content .lunbo .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
.donation-container .donation-content .lunbo .swiper-slide .box {
  width: 250px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #ea4f40;
  text-align: center;
}
.img-2021 {
  text-align: center;
  padding: 2.6rem 1.6rem 3.6rem;
  box-sizing: border-box;
}
.img-2021 img {
  max-width: 100%;
  height: auto;
}
.brand2021 {
  padding: 2.6rem 0 2.3rem;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.brand2021 .productTit {
  background-color: #f7f7f7;
  padding: 0;
}
.brand2021 .brand-content {
  margin-top: 1.6rem;
  padding: 0 1.6rem;
  box-sizing: border-box;
}
.brand2021 .brand-content .swiper-slide {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.brand2021 .brand-content .swiper-slide .box {
  display: block;
  width: 100%;
}
.brand2021 .brand-content .swiper-slide .box .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 46.15384615%;
  overflow: hidden;
  background-color: #f7f7f7;
}
.brand2021 .brand-content .swiper-slide .box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.brand2021 .brand-content .swiper-slide .box .name {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-top: 0.5rem;
  color: #333;
}
@media screen and (max-width: 500px) {
  .brand2021 .brand-content .swiper-slide .box .name {
    font-size: 14px;
    line-height: 24px;
  }
}
.brand2021 .brand-content .swiper-slide .box:hover .img-box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.brand2021 .brand-content .swiper-slide .box:hover .name {
  color: #ffa73d;
}
.brand2021 .brand-content .same {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand2021 .brand-content .same img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .brand2021 .brand-content .same img {
    max-width: 80%;
  }
}
.brand2021 .brand-content .same:hover {
  opacity: 0.8;
}
.brand2021 .brand-content .brand-prev {
  left: 0px;
}
.brand2021 .brand-content .brand-next {
  right: 0px;
}
.map2021 {
  position: relative;
  padding: 0 0.45rem;
  box-sizing: border-box;
  margin-bottom: 78px;
}
.map2021 .map-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}
.map2021 .map-content .content-box {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.map2021 .map-content .content-box .box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.2rem 0 1.5rem;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .map2021 .map-content .content-box .box {
    height: 150px;
  }
}
.map2021 .map-content .content-box .box .left .name {
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-bottom: 22px;
}
@media screen and (max-width: 500px) {
  .map2021 .map-content .content-box .box .left .name {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.map2021 .map-content .content-box .box .left .dz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  .map2021 .map-content .content-box .box .left .dz {
    margin-bottom: 8px;
  }
}
.map2021 .map-content .content-box .box .left .dz span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #6a6a6a;
}
@media screen and (max-width: 500px) {
  .map2021 .map-content .content-box .box .left .dz span {
    font-size: 13px;
  }
}
.map2021 .map-content .content-box .box .left .dz span img {
  vertical-align: middle;
}
.map2021 .map-content .content-box .box .left .dz span img:nth-of-type(2) {
  display: none;
}
.map2021 .map-content .content-box .box .left .dz span img:nth-of-type(1) {
  display: block;
}
.map2021 .map-content .content-box .box .left .dz .word {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.map2021 .map-content .content-box .box .left .dz span:nth-of-type(1) {
  margin-right: 8px;
}
.map2021 .map-content .content-box .box .right {
  margin-left: 1.5rem;
}
.map2021 .map-content .content-box .box .right .search2021 {
  width: 60px;
  height: 75px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.map2021 .map-content .content-box .box .right .search2021 .cn {
  font-size: 13px;
  line-height: 18px;
  color: #535353;
  padding: 0 14px;
  box-sizing: border-box;
  text-align: center;
}
.map2021 .map-content .content-box .box .right .search2021 .en {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #cfcfcf;
  margin-top: 5px;
}
.map2021 .map-content .content-box .box:hover {
  background-color: #646464;
}
.map2021 .map-content .content-box .box:hover .left .name {
  color: #fff;
}
.map2021 .map-content .content-box .box:hover .left .dz span {
  color: #bcbcbc;
}
.map2021 .map-content .content-box .box:hover .left .dz span img:nth-of-type(2) {
  display: block;
}
.map2021 .map-content .content-box .box:hover .left .dz span img:nth-of-type(1) {
  display: none;
}
.map2021 .map-content .content-box .box:hover .right .search2021 {
  border: 1px solid #f6ae51;
}
.map2021 .map-content .content-box .box:hover .right .search2021 .cn {
  color: #f6ae51;
}
.map2021 .map-content .content-box .box:hover .right .search2021 .en {
  color: #ac8b66;
}
.indexBrand {
  padding: 2.5rem 0.5rem 3.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .indexBrand {
    padding: 2rem 0.5rem 3.4rem;
  }
}
.indexBrand .indexTit {
  padding: 0;
}
.indexBrand .indexBrand-container {
  margin-top: 1.5rem;
}
.indexBrand .indexBrand-container .indexBrand-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.75rem;
}
@media screen and (max-width: 1024px) {
  .indexBrand .indexBrand-container .indexBrand-content {
    margin: -0.75rem 0;
  }
}
.indexBrand .indexBrand-container .indexBrand-content .content-box {
  width: 50%;
  padding: 0.75rem;
  box-sizing: border-box;
}
.indexBrand .indexBrand-container .indexBrand-content .content-box .box {
  display: block;
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}
.indexBrand .indexBrand-container .indexBrand-content .content-box .box .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 46.15384615%;
  overflow: hidden;
}
.indexBrand .indexBrand-container .indexBrand-content .content-box .box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.indexBrand .indexBrand-container .indexBrand-content .content-box .box .hover-word {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(105%);
      -ms-transform: translateY(105%);
          transform: translateY(105%);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.indexBrand .indexBrand-container .indexBrand-content .content-box .box .hover-word .word {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.indexBrand .indexBrand-container .indexBrand-content .content-box .box:hover .hover-word {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mobileNavCon .mobileNavBox2021 {
  background-color: #fff;
  left: auto;
  right: 0;
  width: 24.3rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.mobileNavCon .mobileNavBox2021 .nav2021 {
  width: 100%;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .guanbi2021 {
  height: 6.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .guanbi2021 {
    height: 5rem;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .guanbi2021 span {
  text-align: right;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .guanbi2021 img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .guanbi2021 img {
    max-width: 60%;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 {
  padding-left: 1.8rem;
  box-sizing: border-box;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box {
  width: 100%;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list {
  width: 100%;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box {
  height: 98px;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.8rem;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box {
    height: 60px;
    padding-right: 15px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box .first-name {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  color: #333;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box .first-name {
    font-size: 20px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box .btn2021 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box .btn2021 {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box .btn2021 img:nth-of-type(1) {
  display: block;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .first-box .btn2021 img:nth-of-type(2) {
  display: none;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container {
  display: none;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container {
    padding-left: 8px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content {
  width: 100%;
  overflow: hidden;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 79px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box {
    height: 55px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box span {
  display: block;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box .bit {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999;
  margin-right: 0.6rem;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box .bit {
    width: 6px;
    height: 6px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box .second-name {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box .second-name {
    font-size: 18px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .second-box .second-btn2021 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  cursor: pointer;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .three-content {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.6rem -0.5rem;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .three-content .content-box {
  padding: 0.6rem 0.5rem;
  box-sizing: border-box;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .three-content .box {
  display: block;
  font-size: 22px;
  font-family: "苹方 常规";
  line-height: 1;
  color: #666;
  padding: 1rem;
  text-align: center;
  min-width: 6rem;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 500px) {
  .mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content .three-content .box {
    font-size: 16px;
  }
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content-active {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.6rem;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content-active .second-box {
  border-bottom: none;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content-active .second-box .bit {
  background-color: #ff9c18;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content-active .second-box .second-name {
  color: #ff9c18;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list .second-container .second-content-active .three-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list-active .first-box .first-name {
  font-weight: bold;
  color: #ff9c18;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list-active .first-box .btn2021 {
  background-color: #ff9c18;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list-active .first-box .btn2021 img:nth-of-type(1) {
  display: none;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list-active .first-box .btn2021 img:nth-of-type(2) {
  display: block;
}
.mobileNavCon .mobileNavBox2021 .nav2021 .nav-list2021 .list-box .first-list-active .second-container {
  display: block;
}
