@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}  
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: SourceHanSansLightFont,"Microsoft YaHei", "Arial";
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #ff0100;
}
html,
body {
  min-height: 101%;
}
body.hide {
  overflow: hidden;
}
.tx:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12,
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap12:after,
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
}
@media only screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 30px;
  font-size: 15px;
  color: #777777;
  text-align: justify;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../../images/home/mainFilter.png);
}
.wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  border-bottom: solid 1px #ebebeb;
}
.header.static {
  position: relative;
}
.header .logo {
  width: 150px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin: 5px 0 0 0;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .search,
.header .user,
.header .language {
  float: right;
  position: relative;
}
.header .search .tit,
.header .user .tit,
.header .language .tit {
  background: url(../../images/home/diqiu.png) no-repeat 22px center;
  background-size: 20px auto;
  padding-left: 50px;
  font-size: 15px;
  color: #333333;
  height: 34px;
  line-height: 34px;
  margin-top: 18px;
  position: relative;
  cursor: pointer;
}
.header .search .tit::after,
.header .user .tit::after,
.header .language .tit::after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #e5e0e0;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 2;
}
.header .user .down,
.header .language .down {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  padding: 0 20px 20px 20px;
  display: none;
}
.header .user .down .box,
.header .language .down .box {
  width: 164px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  margin-top: 28px;
  padding: 8px 12px 12px 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 1px #dddddd;
  position: relative;
}
.header .user .down .box:after,
.header .language .down .box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}
.header .language .down .box a {
  height: 52px;
  line-height: 52px;
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  font-size: 14px;
  color: #222222;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .language .down .box a:last-child {
  border: none;
}
.header .language .down .box a:hover {
  color: #e12524;
}
.header .user .tit {
  padding: 0;
  width: 63px;
  background: url(../../images/home/user.png) no-repeat center;
  background-size: 20px auto;
}
.header .user .down .box .portrait {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: 19px auto 0 auto;
}
.header .user .down .box .portrait img {
  width: 100%;
  display: block;
}
.header .user .down .box .name {
  line-height: 20px;
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.header .user .down .box .name a {
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .user .down .box a:hover {
  color: #e12524;
}
.header .user .down .box ul {
  margin-top: 22px;
}
.header .user .down .box ul li {
  border-top: solid 1px #f2f2f2;
}
.header .user .down .box ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #222222;
  text-align: left;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .user .down .box ul li .icon {
  float: left;
  width: 18px;
  margin-left: 13px;
}
.header .user .down .box ul li .icon img {
  vertical-align: middle;
  max-width: 100%;
  margin-top: -2px;
}
.header .user .down .box ul li .txt {
  float: left;
  margin-left: 17px;
  width: 92px;
  overflow: hidden;
}
.header .search .tit {
  width: 60px;
  background: url(../../images/home/search.png) no-repeat center;
  background-size: 20px auto;
  padding: 0;
}
.header .search .tit::after {
  display: none;
}
.header .search .searchBar {
  width: 1132px;
  position: absolute;
  right: -5px;
  top: 9px;
  z-index: 95;
  background: #fff;
  box-sizing: border-box;
  padding: 0 18px 15px 18px;
  display: none;
}
.header .search .searchBar .inpubox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .search .searchBar .inpubox .closeBtn,
.header .search .searchBar .inpubox .searchBtn {
  width: 34px;
  height: 55px;
  cursor: pointer;
  background: url(../../images/home/search.png) no-repeat center;
  background-size: 20px auto;
  float: left;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search .searchBar .inpubox .closeBtn {
  width: 36px;
  background-image: url(../../images/home/closeBtn.png);
  float: right;
}
.header .search .searchBar .inpubox .closeBtn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search .searchBar .inpubox .inpu {
  padding: 0 36px 0 68px;
  box-sizing: border-box;
}
.header .search .searchBar .inpubox .inpu input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #666;
}
.header .search .searchBar .inpubox .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.header .search .searchBar .inpubox .inpu input:-moz-placeholder {
  color: #999999;
}
.header .search .searchBar .inpubox .inpu input::-moz-placeholder {
  color: #999999;
}
.header .search .searchBar .inpubox .inpu input:-ms-input-placeholder {
  color: #999999;
}
.header .search .searchBar ul {
  margin-top: 28px;
}
.header .search .searchBar ul li {
  margin-bottom: 6px;
}
.header .search .searchBar ul li a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 58px;
  font-size: 14px;
  color: #595959;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.header .search .searchBar ul li a:hover {
  background: #f3f3f3;
}
.header .shopping,
.header .nav .tit,
.header .menuBtn {
  display: none;
}
.header .shopping {
  background-size: 20px auto;
}
.header .nav {
  float: left;
  margin-left: 80px;
}
.header .nav .logo,
.header .nav .bottom {
  display: none;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  margin-right: 90px;
}
.header .nav > ul > li:last-child {
  margin-right: 0;
}
.header .nav > ul > li.down > a {
  background: url(../../images/home/nav_list1.png) no-repeat right 0 center;
  padding-right: 17px;
}
.header .nav > ul > li > a {
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  color: #333333;
  display: block;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li.on > a {
  color: #e12524;
}
.header .nav .sub1 {
  min-width: 160px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  display: none;
}
.header .nav .sub1 li {
  background: url(../../images/home/sub2.png);
  margin-top: 1px;
}
.header .nav .sub1 li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  padding: 0 12px;
}
.header .nav .sub1 li a:hover {
  color: #e12524;
}
.header .nav .sub2 {
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 90;
  background: url(../../images/home/sub2.png);
  display: none;
}
.header .nav .sub2 li {
  width: 25%;
  float: left;
}
.header .nav .sub2 li:first-child a::after {
  display: none;
}
.header .nav .sub2 li a {
  display: block;
  padding: 36px 0;
  height: 86px;
  position: relative;
}
.header .nav .sub2 li a::after {
  content: " ";
  width: 1px;
  height: 86px;
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  background: #dfdfdf;
}
.header .nav .sub2 li a:hover .p1 {
  color: #262729;
}
.header .nav .sub2 li .txt {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: right;
}
.header .nav .sub2 li .txt .p1 {
  font-size: 25px;
  font-weight: bold;
  color: #c2c2c2;
  font-family: "Arial";
  margin: 12px 0 8px 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .nav .sub2 li .txt .p2 {
  font-size: 15px;
  color: #222222;
}
.header .nav .sub2 li .pic {
  width: 50%;
  float: right;
  padding: 0 10px;
  box-sizing: border-box;
  height: 65px;
  line-height: 65px;
  margin-top: 10px;
}
.header .nav .sub2 li .pic img {
  max-height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1400px) {
  .header .nav {
    margin-left: 45px;
  }
  .header .nav > ul > li {
    margin-right: 60px;
  }
  .header .nav > ul > li:last-child {
    margin-right: 0;
  }
  .header .search .searchBar {
    width: 920px;
  }
}
.footer {
  background: #2c2e37;
  padding-top: 88px;
}
.footer .linkList {
  float: left;
}
.footer .linkList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .linkList .list {
  min-width: 186px;
  float: left;
}
.footer .linkList .list a {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .linkList .list a:hover {
  color: #fff;
}
.footer .linkList .list .tit {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #cfcfd0;
}
.footer .linkList .list ul {
  margin-top: 30px;
}
.footer .linkList .list ul li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #84868a;
}
.footer .linkList .list ul li a {
  font-size: 14px;
  color: #84868a;
}
.footer .tel {
  line-height: 26px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  display: block;
}
.footer .album {
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #e12524;
  border-radius: 10px;
  margin-top: 30px;
  padding: 0px 50px;
}
.footer .share{text-align:center;margin-top:30px;}
.footer .share:after{content:"";height:0;display:block;clear:both;}
.footer .share .s{float:left;margin-left:9px;position:relative;display:none;}
.footer .share .s a{display:block;}
.footer .share .s a:hover .pic{opacity:1;}
.footer .share .s a:hover .txt{color:#fff;}
.footer .share .s .pic{width:44px;height:44px;margin:0 auto;opacity:.3;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.footer .share .s .pic img{width:100%;display:block;}
.footer .share .s .txt{line-height:20px;font-size:14px;color:#84868a;margin-top:6px;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.footer .share .s .qrcode{position:absolute;top:80px;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);z-index:5;display:none;}
.footer .share .s .qrcode span{width:148px;height:148px;border-radius:10px;overflow:hidden;background:#fff;display:block;}
.footer .share .s .qrcode:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#fff;border-width:5px;margin-left:-5px;}
.footer .share .s .qrcode img{width:100%;display:block;}

.weixin{width:148px;height:148px;border-radius:10px;overflow:hidden;background:#fff;display:block; margin: 0px auto;}
.weixin img{width:100%;height:100%;}

.footer .friendship{position:relative;margin-top:20px;display:none;}
.footer .friendship:after{content:"";height:0;display:block;clear:both;}
.footer .friendship .tit{width:186px;height:40px;line-height:38px;border:solid 1px #5a5c61;text-indent:12px;overflow:hidden;background:url(../../images/home/arrow1.png) no-repeat right 12px center;float:right;font-size:14px;color:#84868a;cursor:pointer;box-sizing:border-box;}
.footer .friendship ul{position:absolute;bottom:38px;right:0;z-index:5;width:186px;background:#2c2e37;border:solid 1px #5a5c61;box-sizing:border-box;display:none;}
.footer .friendship ul li{border-bottom:solid 1px #5a5c61;}
.footer .friendship ul li:last-child{border-bottom:none;}
.footer .friendship ul li a{display:block;line-height:38px;height:38px;font-size:14px;color:#84868a;padding:0 12px;box-sizing:border-box;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.footer .friendship ul li a:hover{color:#fff;}

.footer .copyright {
  margin-top: 88px;
  border-top: solid 1px #41434b;
  line-height: 20px;
  font-size: 12px;
  color: #84868a;
  padding: 8px 0 80px 0;
}
.footer .copyright a {
  font-size: 12px;
  color: #84868a;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .copyright a:hover {
  color: #fff;
}
.returnTop {
  width: 47px;
  height: 47px;
  background: url(../../images/home/returnTop.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: fixed;
  z-index: 90;
  bottom: 54px;
  right: 54px;
  display: none;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .pic2 {
  display: none;
}
@keyframes vrAnimation {
  0% {
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
  100% {
    transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
  }
}
@-moz-keyframes vrAnimation {
  0% {
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
  100% {
    transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
  }
}
@-webkit-keyframes vrAnimation {
  0% {
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
  100% {
    transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
  }
}
@-o-keyframes vrAnimation {
  0% {
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
  100% {
    transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
  }
}
.main {
  padding-top: 70px;
}
.main .banner .swiper-pagination {
  bottom: 58px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #2c2e37;
  margin: 0 6px;
  opacity: 1;
  background: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active,
.main .community .swiper-pagination .swiper-pagination-bullet-active {
  background: #2c2e37;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  width: 23px;
  height: 42px;
  background: url(../../images/home/arrow2.png) no-repeat;
  background-size: 100% auto;
  left: 82px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .banner .swiper-button-next:hover,
.main .banner .swiper-button-prev:hover {
  background-image: url(../../images/home/arrow4.png);
}
.main .banner .swiper-button-next {
  left: auto;
  right: 82px;
  background-image: url(../../images/home/arrow3.png);
}
.main .banner .swiper-button-next:hover {
  background-image: url(../../images/home/arrow5.png);
}
.main .columnTitle:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .columnTitle .tit {
  float: left;
  line-height: 22px;
  font-size: 22px;
  color: #222222;
}
.main .columnTitle .tit .en {
  font-weight: bold;
  margin-right: 15px;
}
.main .columnTitle .tit .en span {
  color: #e12524;
}
.main .columnTitle .more {
  float: right;
  line-height: 22px;
  font-size: 14px;
  color: #636363;
  padding-right: 8px;
  background: url(../../images/home/mroe1.png) no-repeat right 0 center;
  font-weight: bold;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .columnTitle .more:hover {
  color: #e12524;
  padding-right: 14px;
  background-image: url(../../images/home/mroe2.png);
}
.main .product {
  padding: 88px 0;
}
.main .product .productList {
  margin-top: 48px;
  position: relative;
}
.main .product .productList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .productList .swiper-slide,
.main .product .productList li {
  width: 444px;
  float: left;
}
.main .product .productList .swiper-slide a,
.main .product .productList li a {
  display: block;
}
.main .product .productList .swiper-slide a:hover .pic img,
.main .product .productList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .product .productList .swiper-slide a:hover .txt,
.main .product .productList li a:hover .txt {
  color: #e12524;
}
.main .product .productList .swiper-slide .pic,
.main .product .productList li .pic {
  overflow: hidden;
}
.main .product .productList .swiper-slide .pic img,
.main .product .productList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .productList .swiper-slide .text,
.main .product .productList li .text {
  height: 32px;
  border-left: solid 5px #e12524;
  overflow: hidden;
  margin-top: 42px;
}
.main .product .productList .swiper-slide .text .en,
.main .product .productList li .text .en {
  float: left;
  line-height: 14px;
  font-size: 15px;
  color: #000;
  margin-left: 8px;
}
.main .product .productList .swiper-slide .text .en span,
.main .product .productList li .text .en span {
  font-weight: bold;
}
.main .product .productList .swiper-slide .text .txt,
.main .product .productList li .text .txt {
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  float: left;
  margin-left: 22px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-button-prev,
.main .product .swiper-button-next {
  /* display: none; */
}
.main .videoBox {
  text-align: center;
}
.main .videoBox .pic {
  position: relative;
  cursor: pointer;
}
.main .videoBox .pic .p2 {
  display: none;
}
.main .videoBox .pic img {
  width: 100%;
  display: block;
}
.main .videoBox .pic .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 9;
  font-size: 24px;
  color: #fff;
  letter-spacing: 12px;
  line-height: 22px;
  padding-top: 77px;
  background: url(../../images/home/video_icon.png) no-repeat center 0;
}
.main .videoBox .pic .text span {
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 5px;
}
.main .videoBox .video {
  width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 109;
  background: #fff;
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main .videoBox .video iframe,
.main .videoBox .video video {
  width: 100%;
  display: block;
}
.main .videoBox .video .close {
  width: 30px;
  height: 30px;
  background: url(../../images/home/add2.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .videoBox .video .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.main .community {
  padding: 88px 0;
}
.main .community .communityList {
  margin-top: 46px;
  position: relative;
}
.main .community .communityList .swiper-button-prev,
.main .community .communityList .swiper-button-next {
  display: none;
}
.communityList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.communityList .swiper-slide,
.communityList li {
  float: left;
}
.communityList .swiper-slide a,
.communityList li a {
  display: block;
}
.communityList .swiper-slide a:hover .pic img,
.communityList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
}
.communityList .swiper-slide a:hover .tit,
.communityList li a:hover .tit {
  color: #e12524;
}
.communityList .swiper-slide .pic,
.communityList li .pic {
  overflow: hidden;
}
.communityList .swiper-slide .pic img,
.communityList li .pic img {
  width: 100%;
  display: block;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  -moz-filter: brightness(60%);
  -ms-filter: brightness(60%);
  -o-filter: brightness(60%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityList .swiper-slide .tit,
.communityList li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityList .swiper-slide .txt,
.communityList li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #888888;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.communityList .swiper-slide .info,
.communityList li .info {
  height: 20px;
  line-height: 20px;
  font-family: "Arial";
  font-size: 14px;
  color: #b2b2b2;
  margin-top: 40px;
}
.communityList .swiper-slide .info span,
.communityList li .info span {
  padding-left: 26px;
  background: no-repeat 0 center;
  margin-right: 28px;
  display: inline-block;
}
.communityList .swiper-slide .info .if1,
.communityList li .info .if1 {
  background-image: url(../../images/home/info1.png);
}
.communityList .swiper-slide .info .if2,
.communityList li .info .if2 {
  background-image: url(../../images/home/info2.png);
}
.communityList .swiper-slide .info .if3,
.communityList li .info .if3 {
  background-image: url(../../images/home/info3.png);
  margin-right: 0;
}
.virtualReality {
  position: relative;
  text-align: center;
}
.virtualReality .filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../../images/home/mainFilter.png);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.virtualReality .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 9;
  font-size: 24px;
  color: #fff;
  letter-spacing: 12px;
  line-height: 22px;
  padding-top: 77px;
  background: url(../../images/home/virtualReality_text.png) no-repeat center 0;
}
.virtualReality .text span {
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 5px;
}
.virtualReality .pic2 {
  display: none;
}
.virtualReality img {
  width: 120%;
  display: block;
  position: relative;
  animation: vrAnimation 12s infinite alternate;
  -moz-animation: vrAnimation 12s infinite alternate;
  -webkit-animation: vrAnimation 12s infinite alternate;
  -o-animation: vrAnimation 12s infinite alternate;
  animation-timing-function: cubic-bezier(0, 0, 0, 0);
}
@media only screen and (max-width: 1400px) {
  .returnTop {
    bottom: 20px;
    right: 20px;
  }
  .main .banner .swiper-pagination {
    bottom: 20px;
  }
}
.container .columnMenu {
  text-align: center;
  padding: 30px 0 44px 0;
}
.container .columnMenu ul {
  display: inline-block;
}
.container .columnMenu ul li {
  float: left;
  margin: 0 65px;
}
.container .columnMenu ul li.on a {
  color: #e12524;
  border-bottom: solid 1px #e12524;
}
.container .columnMenu ul li a {
  line-height: 55px;
  padding: 0 44px;
  display: block;
  font-size: 16px;
  color: #888888;
  border-bottom: solid 1px #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.container .columnMenu ul li a:hover {
  color: #e12524;
}
.container .banner {
  position: relative;
}
.container .banner .menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 78px;
  z-index: 9;
  text-align: center;
}
.container .banner .menu ul {
  display: inline-block;
  margin-left: 20px;
}
.container .banner .menu ul li {
  float: left;
  position: relative;
  margin-left: -20px;
}
.container .banner .menu ul li a:hover,
.container .banner .menu ul li.on a {
  background-image: url(../../images/home/menu_bg2.png);
  color: #f2dddd;
}
.container .banner .menu ul li a {
  width: 218px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(../../images/home/menu_bg1.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  font-size: 18px;
  color: #abadb0;
}
.container .paging {
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging ul li {
  float: left;
  margin: 0 4px;
}
.container .paging ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ececec;
  font-size: 18px;
  color: #777777;
  font-family: "Arial";
  display: block;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
  background: #e12524;
  color: #fff;
}
.container .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .prevnext .next,
.container .prevnext .prev {
  width: 150px;
  height: 50px;
  line-height: 50px;
  float: left;
  background: url(../../images/home/arrow8.png) no-repeat 36px center #f5f5f5;
  font-size: 15px;
  color: #333333;
  text-indent: 62px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.container .prevnext .next {
  float: right;
  background: url(../../images/home/arrow9.png) no-repeat right 36px center #f5f5f5;
  text-indent: 35px;
}
.container .prevnext .prev:hover {
  background: url(../../images/home/arrow10.png) no-repeat 26px center #e12524;
  color: #fff;
  text-indent: 72px;
}
.container .prevnext .next:hover {
  background: url(../../images/home/arrow11.png) no-repeat right 26px center #e12524;
  text-indent: 25px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .container .banner .menu {
    bottom: 30px;
  }
}
.vrPage .banner .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 5;
  color: #fff;
  text-align: center;
}
.vrPage .banner .text .p1 {
  font-size: 50px;
}
.vrPage .banner .text .p2 {
  max-width: 570px;
  margin: 26px auto 0 auto;
  line-height: 25px;
  font-size: 16px;
}
.vrPage .virtualReality {
  margin-bottom: 14px;
}
.vrPage .virtualReality:last-child {
  margin-bottom: 0;
}
.aboutPage .publicTitle .t1 {
  line-height: 20px;
  font-size: 16px;
  color: #000000;
  background: url(../../images/home/about_publicTitle.gif) no-repeat 0 center;
  display: inline-block;
  padding: 0 20px;
}
.aboutPage .publicTitle .t1 span {
  font-weight: bold;
}
.aboutPage .publicTitle .t2 {
  line-height: 30px;
  font-size: 20px;
  color: #000;
  text-indent: 20px;
}
.aboutPage .about {
  padding-top: 84px;
}
.aboutPage .about .publicTitle {
  text-align: center;
}
.aboutPage .about .publicTitle .t2 {
  text-indent: 0;
}
.aboutPage .about .text {
  line-height: 30px;
  font-size: 15px;
  color: #585858;
  max-width: 1060px;
  margin: 30px auto 0 auto;
  text-align: center;
}
.aboutPage .about .pic {
  margin-top: 82px;
}
.aboutPage .about .pic img {
  width: 100%;
  display: block;
}
.aboutPage .history {
  padding: 84px 0 64px 0;
}
.aboutPage .history .content {
  margin-top: 26px;
}
.aboutPage .history .content .row {
  margin-bottom: 24px;
}
.aboutPage .history .content .row:nth-child(2n+3) .box:nth-child(odd) {
  float: right;
  width: 620px;
  text-align: left;
}
.aboutPage .history .content .row:nth-child(2n+3) .box:nth-child(even) {
  float: left;
  width: 700px;
  text-align: right;
}
.aboutPage .history .content .row:nth-child(2n+3) .box:nth-child(even) li .years {
  float: right;
}
.aboutPage .history .content .row:nth-child(2n+3) .box:nth-child(even) li .txt {
  padding: 0 48px 0 0;
}
.aboutPage .history .content .row:nth-child(1) .box:nth-child(1) {
  margin-top: 224px;
}
.aboutPage .history .content .row:nth-child(2) .box ul {
  margin-top: 18px;
}
.aboutPage .history .content .box {
  width: 700px;
  float: left;
  text-align: right;
}
.aboutPage .history .content .box img {
  max-width: 100%;
}
.aboutPage .history .content .box ul {
  margin-top: 70px;
}
.aboutPage .history .content .box li {
  line-height: 27px;
  font-size: 15px;
  color: #393939;
  margin-bottom: 24px;
}
.aboutPage .history .content .box li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .history .content .box li .years {
  width: 48px;
  float: left;
  font-weight: bold;
}
.aboutPage .history .content .box li .txt {
  padding: 0 0 0 48px;
  box-sizing: border-box;
}
.aboutPage .history .content .box .pic {
  margin-top: 26px;
}
.aboutPage .history .content .box:nth-child(even) {
  width: 620px;
  float: right;
  text-align: left;
}
.aboutPage .research {
  background: url(../../images/home/research_bg2.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 842px;
  padding-top: 88px;
  box-sizing: border-box;
}
.aboutPage .research .publicTitle {
  margin-left: -20px;
}
.aboutPage .research .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .research .content .slogan {
  line-height: 28px;
  font-size: 15px;
  color: #393939;
  margin-top: 16px;
}
.aboutPage .research .content .box {
  width: 480px;
  float: left;
  margin: 92px 58px 0 0;
}
.aboutPage .research .content .box:nth-child(3) {
  width: 330px;
}
.aboutPage .research .content .box .pic img {
  max-width: 100%;
}
.aboutPage .research .content .box .tit {
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 54px 0 20px 0;
}
.aboutPage .research .content .box .txt {
  line-height: 27px;
  font-size: 15px;
  color: #000000;
}
.aboutPage .research .model {
  width: 357px;
  float: right;
  margin-top: 73px;
  display: none;
}
.aboutPage .research .model img {
  width: 100%;
  display: block;
}
.aboutPage .quality {
  background: #2b2e37;
  padding: 86px 0 60px 0;
}
.aboutPage .quality .publicTitle {
  margin-left: -20px;
}
.aboutPage .quality .publicTitle .t2,
.aboutPage .quality .publicTitle .t1 {
  color: #fff;
}
.aboutPage .quality .slogan {
  line-height: 22px;
  font-size: 15px;
  color: #bebec0;
  margin-top: 20px;
}
.aboutPage .quality .list {
  margin-top: 45px;
}
.aboutPage .quality .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .quality .list li {
  width: 334px;
  margin: 0 0 21px 21px;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.aboutPage .quality .list li:nth-child(4n+1) {
  margin-left: 0;
}
.aboutPage .quality .list li:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .quality .list li img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .quality .list li .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
}
.aboutPage .quality .list li .text .p1 {
  font-weight: bold;
  margin-bottom: 10px;
}
.aboutPage .honor {
  padding-top: 44px;
}
.aboutPage .honor .publicTitle {
  margin-left: -20px;
}
.aboutPage .honor .content {
  padding-top: 42px;
  position: relative;
  min-height: 614px;
}
.aboutPage .honor .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honor .list {
  display: none;
  float: left;
  color: #6e7071;
  line-height: 28px;
  font-size: 15px;
  margin-top: 76px;
  position: relative;
  z-index: 6;
}
.aboutPage .honor .list p {
  margin-bottom: 26px;
}
.aboutPage .honor .pic {
  text-align: center;
}
.aboutPage .honor .pic img {
  max-width: 100%;
}
.aboutPage .brandActivities .top {
  background: #f9f9f9;
  text-align: center;
  padding: 82px 0;
}
.aboutPage .brandActivities .top .title {
  font-size: 40px;
  color: #333333;
}
.aboutPage .brandActivities .top .slogan {
  line-height: 30px;
  font-size: 15px;
  color: #717171;
  max-width: 910px;
  margin: 36px auto 0 auto;
}
.aboutPage .brandActivities .content {
  padding: 88px 0;
}
.aboutPage .brandActivities .content .wrap {
  position: relative;
}
.aboutPage .brandActivities .content .swiper-button-prev,
.aboutPage .brandActivities .content .swiper-button-next {
  left: 34px;
  top: 11px;
  margin: 0;
  width: 12px;
  height: 20px;
  background: url(../../images/home/arrow6.png) no-repeat;
  background-size: 100% 100%;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .brandActivities .content .swiper-button-next {
  left: auto;
  right: 34px;
  background-image: url(../../images/home/arrow7.png);
}
.aboutPage .brandActivities .content .swiper-button-prev:hover {
  background-image: url(../../images/home/arrow4.png);
}
.aboutPage .brandActivities .content .swiper-button-next:hover {
  background-image: url(../../images/home/arrow5.png);
}
.aboutPage .brandActivities .content .gallery-thumbs {
  width: 1280px;
  margin: 0 auto;
}
.aboutPage .brandActivities .content .gallery-thumbs .swiper-slide {
  background: url(../../images/home/brandActivities_bc.gif) no-repeat 0 0;
  background-size: 100% auto;
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  padding: 36px 0 24px 0;
  position: relative;
  cursor: pointer;
}
.aboutPage .brandActivities .content .gallery-thumbs .swiper-slide::after {
  content: " ";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
  background: url(../../images/home/brandActivities_point.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.aboutPage .brandActivities .content .gallery-thumbs .swiper-slide:hover {
  color: #e12524;
}
.aboutPage .brandActivities .content .gallery-thumbs .swiper-slide-thumb-active {
  color: #e12524;
}
.aboutPage .brandActivities .content .gallery-thumbs .swiper-slide-thumb-active::after {
  display: block;
}
.aboutPage .brandActivities .content .gallery-top {
  border-top: solid 1px #efefef;
  margin-top: 48px;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide a {
  border-bottom: solid 1px #efefef;
  padding: 32px 0;
  display: block;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .date {
  width: 128px;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .date span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-top: 12px;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .pic {
  width: 540px;
  float: left;
  overflow: hidden;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .text {
  padding: 134px 0 0 720px;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .text .tit {
  line-height: 26px;
  font-size: 22px;
  color: #222222;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .brandActivities .content .gallery-top .swiper-slide .text .txt {
  line-height: 24px;
  font-size: 14px;
  color: #717171;
  margin-top: 18px;
}
.aboutPage .videoList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .videoList li {
  width: 580px;
  float: left;
  margin: 0 0 50px 40px;
}
.aboutPage .videoList li:nth-child(odd) {
  margin-left: 0;
}
.aboutPage .videoList li .vid {
  height: 300px;
  line-height: 300px;
  overflow: hidden;
  position: relative;
  background: #000;
  cursor: pointer;
}
.aboutPage .videoList li .vid.now .icon1 {
  display: none;
}
.aboutPage .videoList li .vid.now .icon2 {
  display: block;
}
.aboutPage .videoList li .vid:hover iframe,
.aboutPage .videoList li .vid:hover video {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .videoList li .vid:hover .icon2 {
  opacity: 1;
}
.aboutPage .videoList li .vid iframe,
.aboutPage .videoList li .vid video {
  width: 100%;
  vertical-align: middle;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .videoList li .vid .icon2,
.aboutPage .videoList li .vid .icon1 {
  width: 48px;
  height: 48px;
  background: url(../../images/home/video_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.aboutPage .videoList li .vid .icon2 {
  display: none;
  background-image: url(../../images/home/video_icon2.png);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .videoList li .text {
  height: 96px;
  line-height: 96px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 22px;
  color: #222222;
}
.aboutPage .authority {
  background: #f3f7fa;
  padding: 68px 0 166px 0;
}
.aboutPage .authority .content {
  margin-top: 116px;
}
@media only screen and (max-width: 1400px) {
  .aboutPage .history .content .row:nth-child(2n+3) .box:nth-child(odd) {
    width: 520px;
  }
  .aboutPage .history .content .row:nth-child(2n+3) .box:nth-child(even) {
    width: 600px;
  }
  .aboutPage .history .content .box {
    width: 600px;
  }
  .aboutPage .history .content .box ul {
    margin-top: 40px;
  }
  .aboutPage .history .content .box li {
    line-height: 26px;
  }
  .aboutPage .history .content .box:nth-child(even) {
    width: 520px;
  }
  .aboutPage .brandActivities .content .swiper-button-prev,
  .aboutPage .brandActivities .content .swiper-button-next {
    left: 0px;
  }
  .aboutPage .brandActivities .content .swiper-button-next {
    left: auto;
    right: 0px;
  }
  .aboutPage .brandActivities .content .gallery-thumbs {
    width: 1140px;
  }
  .aboutPage .quality .list li {
    width: 292.5px;
    margin: 0 0 10px 10px;
  }
}
.communityPage {
  padding: 88px 0;
}
.communityPage .communityList li {
  width: 444px;
  margin-left: 34px;
}
.communityPage .communityList li:nth-child(4n+1) {
  margin-left: 34px;
}
.communityPage .communityList li:nth-child(3n+1) {
  margin-left: 0;
}
.communityPage .communityList li.hot .tit {
  background: url(../../images/home/hot.png) no-repeat right 6px center;
}
.communityPage .communityList li .pic {
  height: 384px;
}
.communityPage .communityList li .tit {
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 18px;
  padding-right: 28px;
  box-sizing: border-box;
}
.communityPage .communityList li .txt {
  margin-top: 8px;
}
.communityPage .newsList {
  
}
.communityPage .newsList .title {
  line-height: 40px;
  font-size: 34px;
  color: #333333;
}
.communityPage .newsList ul {
  margin-top: 40px;
}
.communityPage .newsList li {
  margin-bottom: 48px;
}
.communityPage .newsList li a {
  display: block;
  background: #f8f8f8;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityPage .newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.communityPage .newsList li a:hover {
  box-shadow: 1px 1px 10px 2px #dddddd;
}
.communityPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.communityPage .newsList li a:hover .text {
  padding-left: 462px;
  padding-right: 20px;
}
.communityPage .newsList li a:hover .tit {
  color: #e12524;
}
.communityPage .newsList li .pic {
  width: 400px;
  height: 346px;
  float: left;
  overflow: hidden;
}
.communityPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityPage .newsList li .text {
  padding: 76px 40px 0 442px;
  box-sizing: border-box;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityPage .newsList li .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityPage .newsList li .text .txt {
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #717171;
  margin: 20px 0 38px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.communityPage .newsList li .text .date {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #b2b2b2;
  font-family: "Arial";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media only screen and (max-width: 1400px) {
  .communityPage .communityList li {
    width: 380px;
    margin-left: 30px;
  }
  .communityPage .communityList li:nth-child(4n+1) {
    margin-left: 30px;
  }
  .communityPage .communityList li:nth-child(3n+1) {
    margin-left: 0px;
  }
  .communityPage .communityList li .pic {
    height: 329px;
  }
}
.relatedNews {
  width: 374px;
  float: right;
}
.relatedNews .list {
  background: #fff;
  margin-bottom: 25px;
  padding: 35px 26px 30px 26px;
  box-sizing: border-box;
}
.relatedNews .list .title {
  line-height: 48px;
  font-size: 22px;
  color: #333333;
}
.relatedNews .list li:last-child a {
  border-bottom: none;
}
.relatedNews .list li a {
  display: block;
  border-bottom: solid 1px #e6e6e6;
  padding: 22px 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.relatedNews .list li a:hover .tit {
  color: #e12524;
}
.relatedNews .list li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.relatedNews .list li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #c8c8c8;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.relatedNews .list li .txt span {
  margin-left: 16px;
}
@keyframes admire {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    bottom: 102px;
  }
}
@-moz-keyframes admire {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    bottom: 102px;
  }
}
@-webkit-keyframes admire {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    bottom: 102px;
  }
}
@-o-keyframes admire {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    bottom: 102px;
  }
}
@keyframes admire2 {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    bottom: 50px;
  }
}
@-moz-keyframes admire2 {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    bottom: 50px;
  }
}
@-webkit-keyframes admire2 {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    bottom: 50px;
  }
}
@-o-keyframes admire2 {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    bottom: 50px;
  }
}
.communityDetails {
  width: 1002px;
  float: left;
}
.communityDetails .details {
  padding: 24px 42px 62px 42px;
  box-sizing: border-box;
  background: #fff;
}
.communityDetails .details .top {
  padding: 20px 0;
}
.communityDetails .details .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.communityDetails .details .top .title {
  float: left;
  max-width: 800px;
}
.communityDetails .details .top .title .tit {
  line-height: 30px;
  font-size: 26px;
  color: #333333;
}
.communityDetails .details .top .title .txt {
  line-height: 20px;
  font-size: 15px;
  color: #c8c8c8;
  margin-top: 12px;
}
.communityDetails .details .top .share {
  float: right;
  height: 25px;
  overflow: hidden;
  margin-top: 36px;
}
.communityDetails .details .top .share a {
  width: 25px;
  height: 25px;
  float: left;
  padding: 0;
  margin: 0 0 0 8px;
  background: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityDetails .details .top .share a.bds_sqq {
  background-image: url(../../images/home/share4.png);
}
.communityDetails .details .top .share a.bds_sqq:hover {
  background-image: url(../../images/home/share44.png);
}
.communityDetails .details .top .share a.bds_tsina {
  background-image: url(../../images/home/share5.png);
}
.communityDetails .details .top .share a.bds_tsina:hover {
  background-image: url(../../images/home/share55.png);
}
.communityDetails .details .top .share a.bds_weixin {
  background-image: url(../../images/home/share6.png);
}
.communityDetails .details .top .share a.bds_weixin:hover {
  background-image: url(../../images/home/share66.png);
}
.communityDetails .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 32px 0;
}
.communityDetails .details .admire {
  padding: 26px 0;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 25px;
}
.communityDetails .details .admire .btn {
  background: url(../../images/home/admire.png) no-repeat center 21px #e12524;
  width: 102px;
  height: 102px;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  line-height: 160px;
  text-align: center;
  font-family: "Arial";
  font-size: 16px;
  color: #fff;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityDetails .details .admire .btn:hover {
  background-color: #ff0100;
}
.communityDetails .details .admire .btn span.minus,
.communityDetails .details .admire .btn span.add {
  line-height: 20px;
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  opacity: 0;
}
.communityDetails .details .admire .btn span.minus.dh,
.communityDetails .details .admire .btn span.add.dh {
  animation: admire 1.5s alternate;
  -moz-animation: admire 1.5s alternate;
  -webkit-animation: admire 1.5s alternate;
  -o-animation: admire 1.5s alternate;
}
.communityDetails .comments {
  margin-top: 62px;
}
.communityDetails .comments .title {
  background: url(../../images/home/comments_title.png) no-repeat 0 center;
  line-height: 35px;
  padding-left: 44px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
}
.communityDetails .comments textarea {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
  line-height: 20px;
  font-size: 15px;
  color: #333;
  padding: 20px;
  resize: none;
}
.communityDetails .comments textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.communityDetails .comments textarea:-moz-placeholder {
  color: #cccccc;
}
.communityDetails .comments textarea::-moz-placeholder {
  color: #cccccc;
}
.communityDetails .comments textarea:-ms-input-placeholder {
  color: #cccccc;
}
.communityDetails .comments button,
.communityDetails .comments input[type='button'] {
  width: 156px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #e12524;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  margin: 28px auto 0 auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.communityDetails .comments button:hover,
.communityDetails .comments input[type='button']:hover {
  background: #ff0100;
}
.commentsList {
  margin-top: 30px;
}
.commentsList .title {
  line-height: 20px;
  font-size: 16px;
  color: #333333;
}
.commentsList li {
  border-bottom: solid 1px #e4e4e4;
  padding: 28px 0;
}
.commentsList li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.commentsList li .portrait {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-top: 5px;
}
.commentsList li .portrait img {
  width: 100%;
  display: block;
}
.commentsList li .admire {
  width: 100px;
  height: 20px;
  line-height: 28px;
  margin-top: 20px;
  background: url(../../images/home/admire2.png) no-repeat right 0 center;
  padding-right: 26px;
  font-size: 14px;
  color: #777777;
  cursor: pointer;
  float: right;
  box-sizing: border-box;
  text-align: right;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.commentsList li .admire.on {
  background-image: url(../../images/home/admire3.png);
}
.commentsList li .admire span.minus,
.commentsList li .admire span.add {
  line-height: 20px;
  position: absolute;
  right: 6px;
  bottom: 0px;
  z-index: 2;
  font-size: 14px;
  color: #e12524;
  opacity: 0;
}
.commentsList li .admire span.minus.dh,
.commentsList li .admire span.add.dh {
  animation: admire2 1.5s alternate;
  -moz-animation: admire2 1.5s alternate;
  -webkit-animation: admire2 1.5s alternate;
  -o-animation: admire2 1.5s alternate;
}
.commentsList li .text {
  padding: 0 200px 0 44px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
}
.commentsList li .text .p1 span {
  color: #e12524;
  margin-right: 12px;
}
.commentsList li .text .p2 {
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .relatedNews {
    width: 320px;
  }
  .relatedNews .list {
    padding: 30px 16px;
  }
  .relatedNews .list li .txt span {
    margin-left: 10px;
  }
  .communityDetails {
    width: 860px;
  }
  .communityDetails .details {
    padding: 24px 30px 62px 30px;
  }
  .communityDetails .details .top .title {
    max-width: 760px;
  }
  .commentsList li .portrait {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-top: 5px;
  }
  .commentsList li .portrait img {
    width: 100%;
    display: block;
  }
  .commentsList li .admire {
    width: 100px;
    height: 20px;
    line-height: 28px;
    margin-top: 20px;
    background: url(../../images/home/admire2.png) no-repeat right 0 center;
    padding-right: 26px;
    font-size: 14px;
    color: #777777;
    cursor: pointer;
    float: right;
    box-sizing: border-box;
    text-align: right;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
  }
  .commentsList li .admire.on {
    background-image: url(../../images/home/admire3.png);
  }
  .commentsList li .admire span.minus,
  .commentsList li .admire span.add {
    line-height: 20px;
    position: absolute;
    right: 6px;
    bottom: 0px;
    z-index: 2;
    font-size: 14px;
    color: #e12524;
    opacity: 0;
  }
  .commentsList li .admire span.minus.dh,
  .commentsList li .admire span.add.dh {
    animation: admire2 1.5s alternate;
    -moz-animation: admire2 1.5s alternate;
    -webkit-animation: admire2 1.5s alternate;
    -o-animation: admire2 1.5s alternate;
  }
  .commentsList li .text {
    padding: 0 200px 0 44px;
    line-height: 20px;
    font-size: 14px;
    color: #777;
  }
  .commentsList li .text .p1 span {
    color: #e12524;
    margin-right: 12px;
  }
  .commentsList li .text .p2 {
    margin-top: 5px;
  }
}
.productPage .classification {
  padding: 48px 0 60px 0;
}
.productPage .classification:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .classification .introduce {
  background: #fff;
  margin-bottom: 48px;
}
.productPage .classification .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .classification .introduce .pic {
  width: 565px;
  height: 364px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.productPage .classification .introduce .pic img {
  width: 100%;
  display: block;
}
.productPage .classification .introduce .text {
  padding: 114px 48px 0 612px;
  box-sizing: border-box;
}
.productPage .classification .introduce .text .p1 {
  line-height: 30px;
  font-size: 24px;
  color: #222222;
}
.productPage .classification .introduce .text .p2 {
  line-height: 30px;
  font-size: 15px;
  color: #888888;
  margin-top: 14px;
}
.productPage .classification .screening {
  width: 372px;
  float: left;
  background: #fff;
  padding: 36px 26px 58px 26px;
  box-sizing: border-box;
}
.productPage .classification .screening .search {
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}
.productPage .classification .screening .search:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .classification .screening .search button,
.productPage .classification .screening .search input[type='button'] {
  width: 63px;
  height: 46px;
  float: left;
  background: url(../../images/home/search1.png) no-repeat center;
  cursor: pointer;
}
.productPage .classification .screening .search input[type='text'] {
  width: 255px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #333333;
  padding: 0 22px;
  box-sizing: border-box;
  background: url(../../images/home/screening_search.gif) no-repeat 0 center;
}
.productPage .classification .screening .search input[type='text']::-webkit-input-placeholder {
  color: #333333;
}
.productPage .classification .screening .search input[type='text']:-moz-placeholder {
  color: #333333;
}
.productPage .classification .screening .search input[type='text']::-moz-placeholder {
  color: #333333;
}
.productPage .classification .screening .search input[type='text']:-ms-input-placeholder {
  color: #333333;
}
.productPage .classification .screening ul {
  border-top: solid 1px #dbdbdb;
  margin-top: 34px;
}
.productPage .classification .screening ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .classification .screening ul li {
  border-bottom: solid 1px #dbdbdb;
}
.productPage .classification .screening ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  background: url(../../images/home/arrow12.png) no-repeat right 12px center;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.productPage .classification .screening ul li a:hover {
  color: #e12524;
}
.productPage .productList {
  width: 1002px;
  float: right;
}
.productPage .productList .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productList .list li {
  width: 316px;
  float: left;
  margin: 0 0 28px 26px;
}
.productPage .productList .list li:nth-child(3n+1) {
  margin-left: 0;
}
.productPage .productList .list li a {
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li a:hover {
  box-shadow: 2px 2px 10px 1px #ddd;
}
.productPage .productList .list li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productList .list li a:hover .tit {
  color: #e12524;
}
.productPage .productList .list li .pic {
  height: 316px;
  overflow: hidden;
}
.productPage .productList .list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .text {
  padding: 32px 24px;
  box-sizing: border-box;
  background: #fff;
}
.productPage .productList .list li .text .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productList .list li .text .txt {
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #888888;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .topFixed {
  width: 100%;
  height: 66px;
  border-bottom: solid 1px #ebebeb;
  background: #fff;
  margin-top: -70px;
}
.productPage .topFixed:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .topFixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  margin-top: 0px;
}
.productPage .topFixed .title {
  line-height: 66px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  float: left;
}
.productPage .topFixed .btn {
  float: right;
}
.productPage .topFixed .btn a {
  padding: 0 28px;
  height: 30px;
  line-height: 30px;
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 18px 0 0 12px;
  border-radius: 3px;
  background: #e71a19;
}
.productPage .topFixed .btn a:first-child {
  background: #ff3300;
}
.productPage .topFixedBrace {
  display: none;
}
.productPage .productDetails {
  padding-bottom: 88px;
}
.productPage .productDetails .photo .swiper-slide {
  overflow: hidden;
}
.productPage .productDetails .photo .swiper-slide img {
  width: 100%;
  display: block;
}
.productPage .productDetails .photo .gallery-thumbs {
  padding: 10px 0;
}
.productPage .productDetails .photo .gallery-thumbs .swiper-slide {
  cursor: pointer;
  background: #fff;
  opacity: 1;
}
.productPage .productDetails .photo .gallery-thumbs .swiper-slide-thumb-active {
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 1px #d5dadb;
}
.productPage .productDetails .photo .bottom {
  margin-top: 18px;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-height: 120px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productPage .productDetails .photo .swiper-button-prev,
.productPage .productDetails .photo .swiper-button-next {
  width: 16px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  outline: none;
  background: url(../../images/home/arrow13.png) no-repeat center;
  background-size: 100% auto;
}
.productPage .productDetails .photo .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url(../../images/home/arrow14.png);
}
.productPage .productDetails .photo .swiper-button-prev:hover {
  background-image: url(../../images/home/arrow4.png);
}
.productPage .productDetails .photo .swiper-button-next:hover {
  background-image: url(../../images/home/arrow5.png);
}
.productPage .productDetails .details {
  margin-top: 38px;
  padding: 32px 40px;
  box-sizing: border-box;
  background: #fff;
}
.productPage .productDetails .details .title {
  line-height: 30px;
  font-size: 24px;
  color: #333333;
}
.productPage .productDetails .details .specification .swiper-container {
  margin-top: 26px;
}
.productPage .productDetails .details .specification .swiper-slide {
  border: solid 1px #f0f0f0;
  border-left: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.productPage .productDetails .details .specification .swiper-slide:last-child {
  border-right: none;
}
.productPage .productDetails .details .specification .swiper-slide a {
  overflow: hidden;
  display: block;
}
.productPage .productDetails .details .specification .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productDetails .details .specification .swiper-slide a:hover .txt {
  color: #e12524;
}
.productPage .productDetails .details .specification .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productDetails .details .specification .swiper-slide .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  padding: 0 5px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .productDetails .details .specification .btn {
  width: 60px;
  margin: 15px auto 0 auto;
}
.productPage .productDetails .details .specification .swiper-button-prev,
.productPage .productDetails .details .specification .swiper-button-next {
  margin: 0 4px;
  position: static;
  width: 22px;
  height: 22px;
  float: left;
  background: url(../../images/home/arrow15.png) no-repeat center #e8e8e8;
  border-radius: 50%;
  outline: none;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.productPage .productDetails .details .specification .swiper-button-prev:hover,
.productPage .productDetails .details .specification .swiper-button-next:hover {
  background-color: #e12524;
  background-image: url(../../images/home/arrow17.png);
}
.productPage .productDetails .details .specification .swiper-button-next {
  background-image: url(../../images/home/arrow16.png);
}
.productPage .productDetails .details .specification .swiper-button-next:hover {
  background-image: url(../../images/home/arrow18.png);
}
.productPage .productDetails .details .editor {
  margin-top: 40px;
}
@media only screen and (max-width: 1400px) {
  .productPage .classification .screening {
    width: 300px;
    padding: 36px 16px 58px 16px;
  }
  .productPage .classification .screening .search button,
  .productPage .classification .screening .search input[type='button'] {
    width: 50px;
  }
  .productPage .classification .screening .search input[type='text'] {
    width: 214px;
    padding: 0 14px;
  }
  .productPage .productList {
    width: 880px;
  }
  .productPage .productList .list li {
    width: 280px;
    margin: 0 0 28px 20px;
  }
  .productPage .productList .list li .pic {
    height: 280px;
  }
  .productPage .productList .list li .text {
    padding: 20px 14px;
  }
}
.shpic1 img,
.shpic2 img {
  width: 100%;
  display: block;
}
.shpic2 {
  display: none;
}
.productPage .themeOne .theme5,
.productPage .themeOne .theme3,
.productPage .themeOne .theme1 {
  position: relative;
  color: #fff;
}
.productPage .themeOne .theme5 .wrap,
.productPage .themeOne .theme3 .wrap,
.productPage .themeOne .theme1 .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.productPage .themeOne .theme5 .p1,
.productPage .themeOne .theme3 .p1,
.productPage .themeOne .theme1 .p1 {
  line-height: 60px;
  font-weight: bold;
  font-size: 50px;
}
.productPage .themeOne .theme5 .p2,
.productPage .themeOne .theme3 .p2,
.productPage .themeOne .theme1 .p2 {
  line-height: 36px;
  font-size: 24px;
  margin-top: 20px;
}
.productPage .themeOne .theme1 .btn {
  width: 182px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #e12524;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: block;
  margin-top: 72px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .themeOne .theme1 .btn:hover {
  background: #ff0100;
}
.productPage .themeOne .theme3 .p2 {
  margin-top: 52px;
}
.productPage .themeOne .theme5 .wrap {
  top: 84px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-align: center;
}
.productPage .themeOne .theme5 .wrap .p2 {
  margin-top: 40px;
}
.productPage .themeOne .theme2 .top {
  padding: 76px 0;
}
.productPage .themeOne .theme2 .title {
  text-align: center;
  font-size: 40px;
  color: #333333;
}
.productPage .themeOne .theme2 .slogan {
  line-height: 35px;
  font-size: 16px;
  color: #888888;
  text-align: center;
  margin-top: 36px;
}
.productPage .themeOne .theme2 .content {
  background: #fcfcfc;
}
.productPage .themeOne .theme2 .content .wrap {
  position: relative;
  min-height: 300px;
}
.productPage .themeOne .theme2 .content .picbox {
  text-align: center;
}
.productPage .themeOne .theme2 .content .picbox img {
  max-width: 100%;
}
.productPage .themeOne .theme2 .content .picbox .pic {
  display: none;
}
.productPage .themeOne .theme2 .content .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
}
.productPage .themeOne .theme2 .content .choices {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 4;
  text-align: center;
}
.productPage .themeOne .theme2 .content .choices .tit {
  font-size: 18px;
  color: #333333;
}
.productPage .themeOne .theme2 .content .choices ul {
  margin-top: 20px;
}
.productPage .themeOne .theme2 .content .choices ul li {
  padding: 3px;
  border-radius: 50%;
  margin-top: 18px;
  border: solid 2px #fcfcfc;
  cursor: pointer;
  outline: none;
}
.productPage .themeOne .theme2 .content .choices ul li.on {
  border: solid 2px #e12524;
}
.productPage .themeOne .theme2 .content .choices ul li span {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  background: #121212;
}
.productPage .themeOne .theme4 {
  padding: 88px 0;
  background: #f8f8f8;
}
.productPage .themeOne .theme4 .row {
  margin-bottom: 48px;
}
.productPage .themeOne .theme4 .row:last-child {
  margin-bottom: 0;
}
.productPage .themeOne .theme4 .row:nth-child(even) .pic {
  float: right;
}
.productPage .themeOne .theme4 .row:nth-child(even) .text {
  float: left;
}
.productPage .themeOne .theme4 .pic {
  width: 784px;
  float: left;
}
.productPage .themeOne .theme4 .pic img {
  width: 100%;
  display: block;
}
.productPage .themeOne .theme4 .text {
  float: right;
  width: 616px;
  padding: 210px 40px 0 150px;
  box-sizing: border-box;
}
.productPage .themeOne .theme4 .text .p1 {
  font-size: 50px;
  color: #333333;
  font-weight: bold;
}
.productPage .themeOne .theme4 .text .line {
  width: 36px;
  height: 4px;
  background: #e12524;
  margin: 20px 0 30px 0;
}
.productPage .themeOne .theme4 .text .p2 {
  line-height: 35px;
  font-size: 24px;
  color: #333333;
}
.productPage .themeOne .theme6 {
  padding: 84px 0 88px 0;
}
.productPage .themeOne .theme6 .title {
  font-size: 35px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.productPage .themeOne .theme6 .slogan {
  text-align: center;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
  margin-top: 16px;
}
.productPage .themeOne .theme6 .content {
  text-align: center;
  margin-top: 58px;
}
.productPage .themeOne .theme6 .content img {
  max-width: 100%;
}
.productPage .themeOne .theme7 {
  background: url(../../images/home/themeOne7_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 88px 0;
}
.productPage .themeOne .theme7 .pic {
  width: 679px;
  float: left;
}
.productPage .themeOne .theme7 .pic img {
  width: 100%;
  display: block;
}
.productPage .themeOne .theme7 .text {
  padding: 100px 40px 0 777px;
  box-sizing: border-box;
  color: #fff;
}
.productPage .themeOne .theme7 .text .p1 {
  line-height: 35px;
  font-size: 24px;
}
.productPage .themeOne .theme7 .text .p2 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 32px;
}
@media only screen and (max-width: 1400px) {
  .productPage .themeOne .theme4 .pic {
    width: 620px;
  }
  .productPage .themeOne .theme4 .text {
    width: 580px;
    padding: 110px 40px 0 120px;
  }
  .productPage .themeOne .theme5 .wrap {
    top: 30px;
  }
  .productPage .themeOne .theme5 .wrap .p1 {
    line-height: 50px;
    font-size: 40px;
  }
  .productPage .themeOne .theme5 .wrap .p2 {
    margin-top: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .productPage .themeOne .theme7 .pic {
    width: 580px;
  }
  .productPage .themeOne .theme7 .text {
    padding: 80px 20px 0 620px;
  }
}
.researchSystem .theme1 {
  padding: 80px 0;
}
.researchSystem .theme1 .title {
  text-align: center;
  font-weight: bold;
  font-size: 52px;
  color: #333333;
}
.researchSystem .theme1 .slogan {
  line-height: 34px;
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.researchSystem .theme1 .content {
  text-align: center;
  margin-top: 50px;
}
.researchSystem .theme1 .content img {
  max-width: 100%;
}
.researchSystem .theme3,
.researchSystem .theme2 {
  position: relative;
}
.researchSystem .theme3 img,
.researchSystem .theme2 img {
  max-width: 100%;
}
.researchSystem .theme3 .wrap,
.researchSystem .theme2 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.researchSystem .theme4 .content,
.researchSystem .theme3 .content,
.researchSystem .theme2 .content {
  width: 640px;
  float: right;
  color: #fff;
}
.researchSystem .theme4 .content .p1,
.researchSystem .theme3 .content .p1,
.researchSystem .theme2 .content .p1 {
  font-size: 38px;
  font-weight: bold;
}
.researchSystem .theme4 .content .p2,
.researchSystem .theme3 .content .p2,
.researchSystem .theme2 .content .p2 {
  font-size: 40px;
  margin-top: 10px;
}
.researchSystem .theme4 .content .p3,
.researchSystem .theme3 .content .p3,
.researchSystem .theme2 .content .p3 {
  font-size: 22px;
  margin-top: 12px;
  opacity: .75;
}
.researchSystem .theme4 .content .p4,
.researchSystem .theme3 .content .p4,
.researchSystem .theme2 .content .p4 {
  line-height: 27px;
  font-size: 15px;
  margin-top: 20px;
  opacity: .45;
}
.researchSystem .theme4 .content .pic,
.researchSystem .theme3 .content .pic,
.researchSystem .theme2 .content .pic {
  margin-top: 58px;
}
.researchSystem .theme3 .content {
  width: 590px;
  color: #000;
  float: left;
}
.researchSystem .theme3 .content .p3 {
  opacity: .8;
}
.researchSystem .theme3 .content .p4 {
  opacity: .7;
}
.researchSystem .theme4 {
  background: url(../../images/home/researchSystem4.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 52px 0;
}
.researchSystem .theme4 .pic {
  width: 646px;
  float: left;
}
.researchSystem .theme4 .pic img {
  max-width: 100%;
}
.researchSystem .theme4 .content {
  margin-top: 190px;
}
@media only screen and (max-width: 1400px) {
  .researchSystem .theme4 .content,
  .researchSystem .theme3 .content,
  .researchSystem .theme2 .content {
    width: 540px;
  }
}
.researchPage .whiteBook .info {
  text-align: center;
  padding: 80px 0;
}
.researchPage .whiteBook .info .wrap {
  max-width: 1000px;
}
.researchPage .whiteBook .info .title {
  font-size: 52px;
  color: #333333;
  font-weight: bold;
}
.researchPage .whiteBook .info .slogan {
  line-height: 34px;
  font-size: 22px;
  color: #333333;
  margin-top: 34px;
}
.researchPage .whiteBook .content {
  background: url(../../images/home/whiteBook_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 88px 0;
}
.researchPage .whiteBook .content .pic {
  width: 492px;
  float: left;
}
.researchPage .whiteBook .content .pic img {
  width: 100%;
  display: block;
}
.researchPage .whiteBook .content .text {
  width: 820px;
  float: right;
  color: #fff;
  margin-top: 200px;
}
.researchPage .whiteBook .content .text .p1 {
  font-size: 42px;
  font-weight: bold;
}
.researchPage .whiteBook .content .text .p2 {
  line-height: 30px;
  font-size: 18px;
  margin-top: 14px;
}
.researchPage .whiteBook .content .text .btn {
  padding: 0 36px 0 26px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  background: url(../../images/home/whiteBook_btn.png);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-top: 50px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.researchPage .whiteBook .content .text .btn::after {
  content: " ";
  position: absolute;
  background: url(../../images/home/arrow18.png) no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 13px;
  top: 9px;
  right: 14px;
  z-index: 3;
}
.researchPage .whiteBook .content .text .btn:hover {
  background: #e12524;
}
.researchPage .forum {
  padding: 88px 0;
}
.researchPage .forum .wrap {
  position: relative;
  max-width: 920px;
}
.researchPage .forum .swiper-button-prev,
.researchPage .forum .swiper-button-next {
  left: 34px;
  top: 11px;
  margin: 0;
  width: 12px;
  height: 20px;
  background: url(../../images/home/arrow6.png) no-repeat;
  background-size: 100% 100%;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.researchPage .forum .swiper-button-next {
  left: auto;
  right: 34px;
  background-image: url(../../images/home/arrow7.png);
}
.researchPage .forum .swiper-button-prev:hover {
  background-image: url(../../images/home/arrow4.png);
}
.researchPage .forum .swiper-button-next:hover {
  background-image: url(../../images/home/arrow5.png);
}
.researchPage .forum .gallery-thumbs {
  width: 800px;
  margin: 0 auto;
}
.researchPage .forum .gallery-thumbs .swiper-slide {
  background: url(../../images/home/brandActivities_bc.gif) no-repeat 0 0;
  background-size: 100% auto;
  text-align: center;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  padding: 36px 0 24px 0;
  position: relative;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.researchPage .forum .gallery-thumbs .swiper-slide::after {
  content: " ";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
  background: url(../../images/home/brandActivities_point.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.researchPage .forum .gallery-thumbs .swiper-slide:hover {
  color: #e12524;
}
.researchPage .forum .gallery-thumbs .swiper-slide-thumb-active {
  color: #e12524;
}
.researchPage .forum .gallery-thumbs .swiper-slide-thumb-active::after {
  display: block;
}
.researchPage .forum .gallery-top {
  margin-top: 50px;
}
.researchPage .forum .gallery-top .title {
  text-align: center;
  font-size: 52px;
  color: #333333;
  font-weight: bold;
}
.researchPage .forum .gallery-top .slogan {
  text-align: center;
  line-height: 34px;
  font-size: 22px;
  color: #474747;
  margin-top: 16px;
}
.researchPage .forum .gallery-top .bigPic {
  margin-top: 84px;
}
.researchPage .forum .gallery-top .bigPic img {
  width: 100%;
  display: block;
}
.researchPage .forum .gallery-top ul {
  margin-top: 56px;
}
.researchPage .forum .gallery-top ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.researchPage .forum .gallery-top ul li {
  padding: 32px 0;
  border-bottom: solid 1px #efefef;
}
.researchPage .forum .gallery-top ul li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.researchPage .forum .gallery-top ul li:last-child {
  border-bottom: none;
}
.researchPage .forum .gallery-top ul li .pic {
  width: 250px;
  height: 250px;
  overflow: hidden;
  float: left;
}
.researchPage .forum .gallery-top ul li .pic img {
  width: 100%;
  display: block;
}
.researchPage .forum .gallery-top ul li .text {
  padding: 70px 0 0 348px;
  box-sizing: border-box;
}
.researchPage .forum .gallery-top ul li .text .p1 {
  line-height: 32px;
  font-size: 18px;
  color: #333333;
}
.researchPage .forum .gallery-top ul li .text .p2 {
  line-height: 30px;
  font-size: 18px;
  color: #686868;
  text-align: right;
  margin-top: 42px;
}
.researchPage .forum .gallery-top ul li .text .p2 span {
  color: #000;
  margin-left: 26px;
}
.researchPage .sitResearch1 {
  padding: 80px 0 40px 0;
  border-bottom: solid 1px #efefef;
}
.researchPage .sitResearch1 .title {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #333333;
}
.researchPage .sitResearch1 .slogan {
  text-align: center;
  font-size: 22px;
  color: #333333;
  margin-top: 34px;
}
.researchPage .sitResearch1 ul {
  margin-top: 20px;
}
.researchPage .sitResearch1 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.researchPage .sitResearch1 ul li {
  width: 25%;
  float: left;
  margin: 0 0 35px 0;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.researchPage .sitResearch1 ul li:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.researchPage .sitResearch1 ul li .pic {
  overflow: hidden;
}
.researchPage .sitResearch1 ul li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.researchPage .sitResearch1 ul li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #707070;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.researchPage .sitResearch2 {
  padding-top: 80px;
}
.researchPage .sitResearch2 .title {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.researchPage .sitResearch2 .slogan {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
}
.researchPage .sitResearch2 ul {
  margin-top: 44px;
}
.researchPage .sitResearch2 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.researchPage .sitResearch2 ul li {
  width: 50%;
  float: left;
  padding: 0 8px 0 0;
  margin-bottom: 66px;
  box-sizing: border-box;
}
.researchPage .sitResearch2 ul li:nth-child(even) {
  padding: 0 0 0 8px;
}
.researchPage .sitResearch2 ul li .pic {
  border: solid 1px #a0a0a0;
  box-sizing: border-box;
}
.researchPage .sitResearch2 ul li .pic img {
  width: 100%;
  display: block;
}
.researchPage .sitResearch2 ul li .text {
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  color: #434343;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.researchPage .sitResearch2 ul li .text span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #495666;
  font-size: 16px;
  color: #fff;
  margin-right: 6px;
}
@media only screen and (max-width: 1400px) {
  .researchPage .whiteBook .content .pic {
    width: 400px;
  }
  .researchPage .whiteBook .content .text {
    width: 720px;
    margin-top: 140px;
  }
  .researchPage .forum .swiper-button-prev,
  .researchPage .forum .swiper-button-next {
    left: 0px;
  }
  .researchPage .forum .swiper-button-next {
    left: auto;
    right: 0px;
  }
  .researchPage .forum .gallery-thumbs {
    width: 1140px;
    margin: 0 auto;
  }
  .researchPage .forum .gallery-top ul li .text {
    padding: 50px 0 0 348px;
  }
}
.contactPage .publicTitle {
  text-align: center;
  font-size: 34px;
  color: #333333;
}
.contactPage .message {
  padding: 82px 0 88px 0;
}
.contactPage .message .wrap {
  max-width: 1186px;
}
.contactPage .message .publicTitle {
  margin-bottom: 42px;
}
.contactPage .message textarea,
.contactPage .message input[type='text'] {
  width: 580px;
  height: 50px;
  line-height: 48px;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 15px;
  color: #555555;
  margin-left: 22px;
}
.contactPage .message textarea::-webkit-input-placeholder,
.contactPage .message input[type='text']::-webkit-input-placeholder {
  color: #555555;
}
.contactPage .message textarea:-moz-placeholder,
.contactPage .message input[type='text']:-moz-placeholder {
  color: #555555;
}
.contactPage .message textarea::-moz-placeholder,
.contactPage .message input[type='text']::-moz-placeholder {
  color: #555555;
}
.contactPage .message textarea:-ms-input-placeholder,
.contactPage .message input[type='text']:-ms-input-placeholder {
  color: #555555;
}
.contactPage .message textarea:nth-child(even),
.contactPage .message input[type='text']:nth-child(even) {
  margin-left: 0;
}
.contactPage .message textarea {
  width: 100%;
  resize: none;
  margin: 26px 0 0 0;
  padding: 14px 20px;
  line-height: 20px;
  height: 140px;
}
.contactPage .message .tips {
  line-height: 20px;
  font-size: 15px;
  color: #777777;
  margin: 22px 0 30px 0;
}
.contactPage .message button,
.contactPage .message input[type='button'] {
  width: 574px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #e12524;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .message button:hover,
.contactPage .message input[type='button']:hover {
  background: #ff0100;
}
.contactPage .contact {
  background: #f8f8f8;
  padding: 62px 0 88px 0;
}
.contactPage .contact .content {
  background: #fff;
  margin-top: 44px;
}
.contactPage .contact .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .contact .content .map {
  float: left;
}
.contactPage .contact .content .map #allmap {
  width: 900px;
  height: 545px;
}
.contactPage .contact .content .address {
  width: 500px;
  height: 545px;
  float: right;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: auto;
}
.contactPage .contact .content .address::-webkit-scrollbar {
  width: 4px;
}
.contactPage .contact .content .address::-webkit-scrollbar-button {
  display: none;
}
.contactPage .contact .content .address::-webkit-scrollbar-thumb {
  background: #eee;
}
.contactPage .contact .content .address .top {
  border-bottom: solid 1px #ebebeb;
  padding: 24px 0 18px 0;
}
.contactPage .contact .content .address .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .contact .content .address .top .phone,
.contactPage .contact .content .address .top .mail {
  width: 50%;
  float: left;
  font-size: 15px;
  color: #555555;
}
.contactPage .contact .content .address .top .phone a,
.contactPage .contact .content .address .top .mail a {
  font-size: 15px;
  color: #555555;
}
.contactPage .contact .content .address .top .phone p,
.contactPage .contact .content .address .top .mail p {
  padding-left: 40px;
  box-sizing: border-box;
  background: no-repeat 10px 5px;
  line-height: 24px;
  margin: 0 0 6px 0;
}
.contactPage .contact .content .address ul li {
  border-bottom: solid 1px #ebebeb;
  padding: 28px 0px 28px 45px;
  box-sizing: border-box;
  line-height: 28px;
  font-size: 15px;
  color: #555555;
  background: url(../../images/home/address3.png) no-repeat 16px 34px;
  cursor: pointer;
}
.contactPage .cooperation {
  padding: 88px 0;
}
.contactPage .cooperation ul {
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  box-sizing: border-box;
}
.contactPage .cooperation ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .cooperation li {
  width: 14.28571429%;
  float: left;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  box-sizing: border-box;
}
.contactPage .cooperation li a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .cooperation li a:hover {
  box-shadow: 0px 0px 15px 3px #dfdfdf;
  z-index: 5;
}
.contactPage .cooperation li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.contactPage .cooperation li img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .recruitment {
  padding-bottom: 88px;
}
.contactPage .recruitment .top,
.contactPage .recruitment .menuTop {
  padding: 21px 78px 21px 58px;
  box-sizing: border-box;
  background: #e5e5e5;
}
.contactPage .recruitment .top:after,
.contactPage .recruitment .menuTop:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .recruitment .top span,
.contactPage .recruitment .menuTop span {
  float: left;
  width: 20%;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.contactPage .recruitment .top span:nth-child(1),
.contactPage .recruitment .menuTop span:nth-child(1) {
  width: 40%;
  text-align: left;
}
.contactPage .recruitment li.on .top {
  background-image: url(../../images/home/arrow19.png);
}
.contactPage .recruitment li .top {
  background: url(../../images/home/arrow20.png) no-repeat right 52px center #ffffff;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .recruitment li .top span {
  font-size: 15px;
}
.contactPage .recruitment li .cont {
  background: #f5f5f5;
  padding: 40px 56px;
  box-sizing: border-box;
  display: none;
}
.contactPage .recruitment li .cont .text {
  line-height: 30px;
  font-size: 15px;
  color: #888888;
}
.contactPage .recruitment li .cont .text .tit {
  font-size: 16px;
  color: #333333;
}
.contactPage .recruitment li .cont .delivery {
  background: url(../../images/home/delivery_line.png) repeat-x 0 0;
  margin-top: 42px;
  padding-top: 38px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.contactPage .recruitment li .cont .delivery a {
  font-size: 16px;
  color: #333333;
}
.contactPage .recruitment li .cont .delivery .p2 {
  font-size: 20px;
}
.contactPage .recruitment li .cont .delivery .p2 a {
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  .contactPage .contact .content .map #allmap {
    width: 800px;
  }
  .contactPage .contact .content .address {
    width: 400px;
    padding: 0 14px;
  }
  .contactPage .contact .content .address .top .phone p,
  .contactPage .contact .content .address .top .mail p {
    padding-left: 26px;
    background: no-repeat 0px 5px;
  }
  .contactPage .contact .content .address ul li {
    padding: 28px 0px 28px 34px;
    background-position: 8px 34px;
  }
}
.registeredPage {
  background: url(../../images/home/registered_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 580px;
}
.registeredPage .registered {
  width: 396px;
  min-height: 490px;
  float: right;
  background: #fff;
  box-sizing: border-box;
  margin-top: 48px;
  padding: 54px 36px 0 36px;
}
.registeredPage .registered .title {
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  color: #333333;
  margin-bottom: 6px;
}
.registeredPage .registered .verify,
.registeredPage .registered input[type='password'],
.registeredPage .registered input[type='text'] {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
  border: solid 1px #eeeeee;
  margin-top: 14px;
}
.registeredPage .registered .verify::-webkit-input-placeholder,
.registeredPage .registered input[type='password']::-webkit-input-placeholder,
.registeredPage .registered input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
.registeredPage .registered .verify:-moz-placeholder,
.registeredPage .registered input[type='password']:-moz-placeholder,
.registeredPage .registered input[type='text']:-moz-placeholder {
  color: #999999;
}
.registeredPage .registered .verify::-moz-placeholder,
.registeredPage .registered input[type='password']::-moz-placeholder,
.registeredPage .registered input[type='text']::-moz-placeholder {
  color: #999999;
}
.registeredPage .registered .verify:-ms-input-placeholder,
.registeredPage .registered input[type='password']:-ms-input-placeholder,
.registeredPage .registered input[type='text']:-ms-input-placeholder {
  color: #999999;
}
.registeredPage .registered .verify {
  padding: 0;
  height: auto;
}
.registeredPage .registered .verify:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.registeredPage .registered .verify button,
.registeredPage .registered .verify input[type='button'] {
  width: 100px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
  float: right;
  border-radius: 2px;
  border: solid 1px #e12524;
  font-size: 12px;
  color: #e12524;
  background: none;
  cursor: pointer;
  margin: 9px 9px 0 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.registeredPage .registered .verify button:hover,
.registeredPage .registered .verify input[type='button']:hover {
  background: #e12524;
  color: #fff;
}
.registeredPage .registered .verify input[type='text'] {
  width: 200px;
  border: none;
  height: 48px;
  float: left;
  margin: 0;
}
.registeredPage .registered .agreement {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  margin: 11px 0;
}
.registeredPage .registered .agreement a {
  font-size: 14px;
  color: #333333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.registeredPage .registered .agreement a:hover {
  color: #e12524;
}
.registeredPage .registered .agreement input {
  width: 18px;
  height: 18px;
  float: left;
  margin: 3px 7px 0 0;
  border: solid 1px #dedfe0;
  box-sizing: border-box;
}
.registeredPage .registered .agreement input:checked {
  background: url(../../images/home/checkbox1.gif) no-repeat center;
  background-size: 100% 100%;
}
.registeredPage .registered .submit {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  display: block;
  background: #e12524;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.registeredPage .registered .submit:hover {
  background: #ff0100;
}
.registeredPage .login .submit {
  margin-top: 32px;
}
.registeredPage .login .forgotten {
  margin-top: 6px;
  line-height: 20px;
  font-size: 12px;
  color: #666666;
}
.registeredPage .login .forgotten:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.registeredPage .login .forgotten a {
  font-size: 12px;
  color: #666666;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.registeredPage .login .forgotten .r a {
  color: #2477d9;
}
.registeredPage .login .forgotten .r a:hover,
.registeredPage .login .forgotten a:hover {
  color: #e12524;
}
.registeredPage .login .other {
  margin-top: 52px;
  text-align: center;
}
.registeredPage .login .other .tit {
  height: 20px;
  line-height: 20px;
  background: url(../../images/home/login_line.gif) repeat-x 0 center;
  font-size: 14px;
  color: #bfbfbf;
}
.registeredPage .login .other .tit span {
  background: #fff;
  padding: 0 6px;
}
.registeredPage .login .other ul {
  display: inline-block;
  margin-top: 14px;
}
.registeredPage .login .other ul li {
  margin: 0 17px;
  float: left;
}
.membersPage {
  padding: 48px 0 88px 0;
  background: #f8f8f8;
}
.membersPage .sidebar {
  width: 324px;
  float: left;
  box-sizing: border-box;
  border: solid 1px #ebebeb;
  box-shadow: 0px 2px 8px 2px #ebebeb;
}
.membersPage .sidebar .userTop {
  padding: 24px 20px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.membersPage .sidebar .userTop:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.membersPage .sidebar .userTop .portrait {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  border: solid 2px #eeeeee;
}
.membersPage .sidebar .userTop .portrait img {
  width: 100%;
  display: block;
}
.membersPage .sidebar .userTop .name {
  line-height: 62px;
  padding: 0 0 0 85px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333333;
}
.membersPage .sidebar .userTop .name span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.membersPage .sidebar .menu {
  background: #fff;
}
.membersPage .sidebar .menu .tit {
  display: none;
}
.membersPage .sidebar .menu li {
  border-top: solid 1px #f0f0f0;
}
.membersPage .sidebar .menu li:last-child a {
  height: 102px;
  line-height: 102px;
  font-size: 18px;
}
.membersPage .sidebar .menu li.on a::after {
  content: " ";
  width: 3px;
  height: 28px;
  background: #e12524;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.membersPage .sidebar .menu li a {
  height: 71px;
  line-height: 71px;
  padding: 0 32px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333333;
  position: relative;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.membersPage .sidebar .menu li a:hover {
  color: #e12524;
}
.membersPage .content {
  width: 1040px;
  float: right;
  background: #fff;
  box-shadow: 0px 2px 8px 2px #ebebeb;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
}
.membersPage .content .publicTitle {
  height: 58px;
  line-height: 58px;
  padding: 0 34px;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
  font-size: 18px;
  color: #333333;
}
.membersPage .userInfo .uploadBox {
  padding: 38px 0 52px 0;
  text-align: center;
  position: relative;
  border-bottom: solid 1px #ebebeb;
}
.membersPage .userInfo .uploadBox .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background: url(../../images/home/portrait.jpg) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.membersPage .userInfo .uploadBox .pic img {
  width: 100%;
  display: block;
}
.membersPage .userInfo .uploadBox .txt {
  line-height: 20px;
  font-size: 14px;
  color: #e12524;
  margin-top: 16px;
}
.membersPage .userInfo .uploadBox .txt span {
  cursor: pointer;
}
.membersPage .userInfo .uploadBox input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.membersPage .userInfo .inpuBox {
  padding: 56px 34px;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.membersPage .userInfo .inpuBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.membersPage .userInfo .inpuBox input[type='passwrod'],
.membersPage .userInfo .inpuBox input[type='text'] {
  width: 296px;
  height: 44px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 14px;
  color: #444444;
  float: left;
  border: solid 1px #ebebeb;
  margin: 0 0 30px 41px;
}
.membersPage .userInfo .inpuBox input[type='passwrod']::-webkit-input-placeholder,
.membersPage .userInfo .inpuBox input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
.membersPage .userInfo .inpuBox input[type='passwrod']:-moz-placeholder,
.membersPage .userInfo .inpuBox input[type='text']:-moz-placeholder {
  color: #999999;
}
.membersPage .userInfo .inpuBox input[type='passwrod']::-moz-placeholder,
.membersPage .userInfo .inpuBox input[type='text']::-moz-placeholder {
  color: #999999;
}
.membersPage .userInfo .inpuBox input[type='passwrod']:-ms-input-placeholder,
.membersPage .userInfo .inpuBox input[type='text']:-ms-input-placeholder {
  color: #999999;
}
.membersPage .userInfo .inpuBox input[type='passwrod']:nth-child(4),
.membersPage .userInfo .inpuBox input[type='text']:nth-child(4),
.membersPage .userInfo .inpuBox input[type='passwrod']:nth-child(1),
.membersPage .userInfo .inpuBox input[type='text']:nth-child(1) {
  margin-left: 0;
}
.membersPage .userInfo .inpuBox input[type='passwrod']:nth-child(4),
.membersPage .userInfo .inpuBox input[type='text']:nth-child(4) {
  width: 100%;
  margin-bottom: 0;
}
.membersPage .userInfo .btnBox {
  padding: 60px 34px;
}
.membersPage .userInfo .btnBox button,
.membersPage .userInfo .btnBox input[type='button'] {
  font-size: 15px;
  color: #fff;
  width: 178px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #e12524;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.membersPage .userInfo .btnBox button:hover,
.membersPage .userInfo .btnBox input[type='button']:hover {
  background: #ff0100;
}
.membersPage .comments .commentsList {
  margin-top: 0;
  padding: 0 34px;
  box-sizing: border-box;
}
.membersPage .comments .commentsList li:last-child {
  border-bottom: none;
}
.membersPage .comments .commentsList li .text {
  padding: 0 0 0 44px;
}
.membersPage .collection .list {
  padding: 20px 34px;
  box-sizing: border-box;
}
.membersPage .collection .list li {
  border-bottom: solid 1px #e6e6e6;
}
.membersPage .collection .list li:last-child {
  border-bottom: none;
}
.membersPage .collection .list li a {
  padding: 12px 0;
  display: block;
}
.membersPage .collection .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.membersPage .collection .list li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.membersPage .collection .list li a:hover .tit {
  color: #e12524;
}
.membersPage .collection .list li .pic {
  width: 100px;
  float: left;
  overflow: hidden;
}
.membersPage .collection .list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.membersPage .collection .list li .text {
  padding-left: 110px;
  box-sizing: border-box;
}
.membersPage .collection .list li .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.membersPage .collection .list li .text .txt {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 10px;
}
@media only screen and (max-width: 1400px) {
  .membersPage .sidebar {
    width: 280px;
  }
  .membersPage .sidebar .userTop {
    padding: 24px 14px;
  }
  .membersPage .sidebar .userTop .name {
    padding: 0 0 0 74px;
  }
  .membersPage .sidebar .menu li a {
    padding: 0 22px;
  }
  .membersPage .content {
    width: 900px;
  }
  .membersPage .userInfo .inpuBox {
    padding: 40px 20px;
  }
  .membersPage .userInfo .inpuBox input[type='passwrod'],
  .membersPage .userInfo .inpuBox input[type='text'] {
    width: 272.66666667px;
    padding: 0 14px;
    margin: 0 0 20px 20px;
  }
  .membersPage .userInfo .btnBox {
    padding: 40px 20px;
  }
}
.storesPage .inspiration {
  position: relative;
}
.storesPage .inspiration .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.storesPage .inspiration .text {
  float: right;
  width: 410px;
  color: #000;
}
.storesPage .inspiration .text .p1 {
  font-size: 40px;
}
.storesPage .inspiration .text .p2 {
  font-size: 20px;
  margin: 18px 0;
}
.storesPage .inspiration .text .p3 {
  line-height: 25px;
  font-size: 15px;
  color: #717171;
}
.storesPage .services {
  padding: 100px 0;
}
.storesPage .services .wrap {
  max-width: 1180px;
}
.storesPage .services .title {
  max-width: 1032px;
  line-height: 34px;
  border-bottom: solid 1px #bfbfbf;
  font-size: 15px;
  color: #808080;
  text-indent: 5px;
  margin: 0 auto;
}
.storesPage .services ul {
  margin-top: 64px;
}
.storesPage .services ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.storesPage .services ul li {
  width: 20%;
  float: left;
  text-align: center;
  color: #000000;
}
.storesPage .services ul li .icon {
  height: 64px;
}
.storesPage .services ul li .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.storesPage .services ul li .en {
  line-height: 30px;
  font-size: 18px;
  margin-top: 14px;
}
.storesPage .services ul li .txt {
  line-height: 30px;
  font-size: 15px;
}
.storesPage .nextStation {
  position: relative;
}
.storesPage .nextStation .text {
  width: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  padding-left: 100px;
  box-sizing: border-box;
  color: #fff;
}
.storesPage .nextStation .text .p1 {
  font-size: 28px;
  font-weight: bold;
  opacity: .7;
}
.storesPage .nextStation .text .p2 {
  line-height: 50px;
  font-size: 36px;
  margin-top: 16px;
  font-weight: lighter;
}
.storesPage .publicTitle {
  text-align: center;
  color: #000;
}
.storesPage .publicTitle .tit {
  font-size: 28px;
  font-weight: bold;
}
.storesPage .publicTitle .tit span {
  display: block;
  font-weight: normal;
}
.storesPage .publicTitle .txt {
  font-size: 32px;
  margin-top: 5px;
}
.storesPage .experience {
  padding-top: 106px;
}
.storesPage .experience .publicTitle {
  text-align: left;
}
.storesPage .experience .row {
  margin-top: 106px;
  min-height: 664px;
  position: relative;
}
.storesPage .experience .gallery-top {
  width: 50%;
  float: right;
}
.storesPage .experience .gallery-top img {
  width: 100%;
  display: block;
}
.storesPage .experience .gallery-thumbs {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 564px;
}
.storesPage .experience .gallery-thumbs .swiper-slide {
  border-bottom: solid 1px #b5b5b5;
  padding: 30px 0;
  box-sizing: border-box;
  height: auto;
}
.storesPage .experience .gallery-thumbs .swiper-slide:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.storesPage .experience .gallery-thumbs .swiper-slide .text {
  max-width: 700px;
  width: 100%;
  float: right;
  color: #000;
  opacity: .8;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.storesPage .experience .gallery-thumbs .swiper-slide .text .tit {
  line-height: 30px;
  font-size: 22px;
}
.storesPage .experience .gallery-thumbs .swiper-slide .text .txt {
  line-height: 20px;
  font-size: 15px;
  margin-top: 18px;
}
.storesPage .experience .gallery-thumbs .swiper-slide .text .txt p {
  margin-bottom: 6px;
}
.storesPage .experience .gallery-thumbs .swiper-slide-thumb-active .text,
.storesPage .experience .gallery-thumbs .swiper-slide-active .text {
  opacity: 1;
}
.storesPage .experience .gallery-thumbs .swiper-button-next {
  top: auto;
  bottom: 14px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 24px;
  background: url(../../images/home/stores_experience_btn.png) no-repeat;
  background-size: 100% auto;
  outline: none;
}
.storesPage .ideal .publicTitle {
  margin: 150px 0;
}
.storesPage .ideal .swiper-container img {
  width: 100%;
  display: block;
}
.storesPage .ideal .swiper-container .swiper-pagination {
  bottom: 64px;
}
.storesPage .ideal .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  margin: 0 15px;
  border: solid 2px #fff;
  background: none;
}
.storesPage .ideal .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.storesPage .features {
  padding-bottom: 154px;
}
.storesPage .features .publicTitle {
  margin: 148px 0;
}
.storesPage .features .content {
  border-top: solid 1px #bfbfbf;
  padding: 0 135px 0 126px;
}
.storesPage .features .content .row {
  position: relative;
}
.storesPage .features .content .row:nth-child(even) .pic {
  width: 40%;
  float: left;
}
.storesPage .features .content .row:nth-child(even) .box {
  width: 60%;
  left: auto;
  right: 0;
}
.storesPage .features .content .row:nth-child(2) .box {
  width: 50%;
  right: auto;
  left: 40%;
}
.storesPage .features .content .pic {
  width: 60%;
  float: right;
}
.storesPage .features .content .pic img {
  max-width: 100%;
  display: block;
}
.storesPage .features .content .box {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.storesPage .features .content .text {
  width: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 3;
}
.storesPage .features .content .text .tit {
  margin-left: -14px;
  color: #000;
}
.storesPage .features .content .text .tit .t1 {
  font-size: 22px;
  background: url(../../images/home/about_publicTitle.gif) no-repeat 0 12px;
  padding-left: 14px;
}
.storesPage .features .content .text .tit .t2 {
  padding-left: 14px;
  font-size: 32px;
  margin-top: 6px;
}
.storesPage .features .content .text .txt {
  margin-top: 60px;
  line-height: 25px;
  font-size: 15px;
  color: #000;
}
.storesPage .features .content .text .txt .p2 {
  line-height: 20px;
  opacity: .6;
  margin-top: 14px;
}
@media only screen and (max-width: 1400px) {
  .storesPage .experience {
    padding-top: 100px;
  }
  .storesPage .experience .row {
    margin-top: 100px;
    min-height: 560px;
  }
  .storesPage .experience .address {
    width: 50%;
  }
  .storesPage .experience .address ul {
    max-height: 500px;
  }
  .storesPage .experience .address li {
    padding: 32px 0;
  }
  .storesPage .experience .address li .text {
    max-width: 600px;
  }
  .storesPage .experience .gallery-thumbs {
    height: 500px;
  }
  .storesPage .experience .gallery-thumbs .swiper-slide {
    padding: 32px 0;
  }
  .storesPage .experience .gallery-thumbs .swiper-slide .text {
    max-width: 600px;
  }
  .storesPage .ideal .publicTitle {
    margin: 100px 0;
  }
  .storesPage .ideal .swiper-container .swiper-pagination {
    bottom: 30px;
  }
  .storesPage .features {
    padding-bottom: 100px;
  }
  .storesPage .features .publicTitle {
    margin: 100px 0;
  }
  .storesPage .features .content {
    padding: 0 90px 0 80px;
  }
  .storesPage .features .content .text {
    width: 370px;
  }
  .storesPage .features .content .text .tit .t2 {
    font-size: 28px;
  }
  .storesPage .features .content .text .txt {
    margin-top: 40px;
  }
}
.specialPage {
  padding-top: 70px;
}
.specialPage .videoBox {
  text-align: center;
}
.specialPage .videoBox .pic {
  position: relative;
  cursor: pointer;
}
.specialPage .videoBox .icon {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
  background: url(../../images/home/video_icon.png) no-repeat center 0;
  background-size: 100% 100%;
}
.specialPage .videoBox .video {
  width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 109;
  background: #fff;
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.specialPage .videoBox .video iframe,
.specialPage .videoBox .video video {
  width: 100%;
  display: block;
}
.specialPage .videoBox .video .close {
  width: 30px;
  height: 30px;
  background: url(../../images/home/add2.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.specialPage .videoBox .video .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.specialPage .r1Special .slogan {
  text-align: center;
  padding: 170px 0;
}
.specialPage .r1Special .slogan .p1 {
  font-size: 36px;
  color: #242a4d;
}
.specialPage .r1Special .slogan .p2{font-size:20px;color:#333333;margin-top:28px;}

dl.grid dt,ul.grid li{float:left;}
.clear { clear:both; height:0px; overflow:hidden; }
.clearfix:after,ul.grid:after { content: " ";display: block;clear: both;height: 0;}/*如果有浮动，给浮动元素父级元素加上clearfix类即可清除浮动*/
.clearfix,ul.grid { zoom: 1;}

