@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  /*-ms-text-size-adjust: 100%;*/
  /* 2 */
  /*-webkit-text-size-adjust: 100%;*/
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

@font-face {
  font-family: 'impact';
  src: url("fonts/impact.eot");
  src: url("fonts/impact.eot") format("embedded-opentype"), url("fonts/impact.woff2") format("woff2"), url("fonts/impact.woff") format("woff"), url("fonts/impact.ttf") format("truetype"), url("fonts/impact.svg#impact") format("svg");
}
body {
  overflow: hidden;
  position: relative;
}

.ovh-f {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
 /* overflow: hidden; */
  z-index:99;
}

.nav-right {
  width: 200px;
  height: 100vh;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background: #fff;
  padding-top: 0.48rem;
  font-size: 16px;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.5s cubic-bezier(1, 0.5, 0.64, 0.93);
          transition: all 0.5s cubic-bezier(1, 0.5, 0.64, 0.93);
}
.nav-right li p {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  /*border-bottom: 1px solid #e5e5e5;*/
  color:#333;
  position: relative;
  cursor: pointer;
}
.nav-right li p:after{
  content:"";
  position:absolute;
  width:calc(100% - 0.35rem - 20px);
  height:1px;
  background:#e5e5e5;
  bottom:0;
  left:20px;
}
.nav-right li p:before {
  content:'\e6b9';
  position: absolute;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
  top:0%;
  margin-top:0px;
  right:.35rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.nav-right li a {
  color: #333;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.nav-right li p.cur:after{
  display:none;
}
.nav-right li p.cur:before {
  transform: rotate(-45deg);
}
.nav-right li p.cur a {
  color: #e60012;
}
.nav-right li:hover {
  /*background:#e60012;*/
}
.nav-right li:hover > a {
  color: #e60012;
}
.nav-right .close {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #404040;
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.nav-right .close:hover {
  color: #e60012;
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.nav-right .sub-nav {
  display: none;
  /*padding: 15px 0px;*/
  background: #eee;
}
.nav-right .sub-nav .item {
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
  font-size:14px;
  border-bottom:1px solid #d1d1d1;
}
.nav-right .sub-nav .item:last-child{
  border-bottom:none;
}
.nav-right .sub-nav .item a {
  color: #666;
}
.nav-right .sub-nav .item a:hover {
  color: #e60012;
}
.nav-right.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#about-container {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
}
#about-container .index-swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#about-container .index-swiper-wrapper .footer-slide {
  height: auto;
}
#about-container .index-swiper-wrapper .swiper-slide0 .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#about-container .index-swiper-wrapper .swiper-slide1 {
  position: relative;
  z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-left {
  position: absolute;
  z-index: 1;
  width: 46%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-middle {
  position: absolute;
  z-index: 1;
  width: 23%;
  height: 100%;
  left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-right {
  position: absolute;
  z-index: 1;
  width: 31%;
  height: 100%;
  right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img {
  overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img1 {
  width: 100%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img2 {
  width: 100%;
  height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img3 {
  width: 100%;
  height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img4 {
  width: 100%;
  height: 50%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img5 {
  width: 100%;
  height: 50%;
}
#about-container .index-swiper-wrapper .swiper-slide2 {
  position: relative;
  z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-left {
  position: absolute;
  z-index: 1;
  width: 46%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-middle {
  position: absolute;
  z-index: 1;
  width: 23%;
  height: 100%;
  left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-right {
  position: absolute;
  z-index: 1;
  width: 31%;
  height: 100%;
  right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img {
  overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img1 {
  width: 100%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img2 {
  width: 100%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img3 {
  width: 100%;
  height: 33%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img4 {
  width: 100%;
  height: 29%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img5 {
  width: 100%;
  height: 38%;
}
#about-container .index-swiper-wrapper .swiper-slide3 {
  position: relative;
  z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-left {
  position: absolute;
  z-index: 1;
  width: 46%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-middle {
  position: absolute;
  z-index: 1;
  width: 27%;
  height: 100%;
  left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-right {
  position: absolute;
  z-index: 1;
  width: 27%;
  height: 100%;
  right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img {
  overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img1 {
  width: 100%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img2, #about-container .index-swiper-wrapper .swiper-slide3 .item-img4 {
  width: 100%;
  height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img3, #about-container .index-swiper-wrapper .swiper-slide3 .item-img5 {
  height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide4 {
  position: relative;
  z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-left {
  position: absolute;
  z-index: 1;
  width: 46%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-middle {
  position: absolute;
  z-index: 1;
  width: 27%;
  height: 100%;
  left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-right {
  position: absolute;
  z-index: 1;
  width: 27%;
  height: 100%;
  right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img {
  overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img1 {
  width: 100%;
  height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img2, #about-container .index-swiper-wrapper .swiper-slide4 .item-img4 {
  width: 100%;
  height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img3, #about-container .index-swiper-wrapper .swiper-slide4 .item-img5 {
  height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide5 .text {
  position: absolute;
  width: 24.5rem;
  left: 50%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  line-height:2;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#about-container .index-swiper-wrapper .bg-img {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.82, 0.73, 0.58, 1);
          transition: all 1s cubic-bezier(0.82, 0.73, 0.58, 1);
}
#about-container .index-swiper-wrapper .item-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#about-container .index-swiper-wrapper .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-text {
  padding: 20px;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  left:50%;
  top:50%;
  cursor: pointer; 
  transform:translate(-50%,-50%);
  z-index: 3;
  opacity: 0;
  box-sizing:content-box;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-text span{
	white-space: nowrap;
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}
#about-container .index-swiper-wrapper .item-text:before {
  position: absolute;
  content: "\e60d";
  left: 20px;
  top: 20px;
  font-size: 18px;
  line-height: 1;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: left .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
          transition: left .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-text:after {
  position: absolute;
  content: "\e60d";
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: right .3s ease-in-out,bottom .3s ease-in-out,opacity .3s ease-in-out;
          transition: right .3s ease-in-out,bottom .3s ease-in-out,opacity .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-img:hover .bg-img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
#about-container .index-swiper-wrapper .item-img:hover .bg-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
#about-container .index-swiper-wrapper .item-img:hover .item-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
#about-container .index-swiper-wrapper .item-img:hover .item-text:before {
  left: 0px;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#about-container .index-swiper-wrapper .item-img:hover .item-text:after {
  right: 0px;
  bottom: 0px;
  opacity: 1;
}
@media (max-width: 960px) {
  #about-container .index-swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about-container .index-swiper-wrapper .swiper-slide1 .item-left {
    width: 100%;
    height: 40%;
    position: relative;
  }
  #about-container .index-swiper-wrapper .swiper-slide1 .item-middle {
    width: 42%;
    height: 60%;
    position: relative;
    left: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide1 .item-right {
    width: 58%;
    height: 60%;
    position: relative;
    right: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide2 .item-left {
    width: 100%;
    height: 40%;
    position: relative;
  }
  #about-container .index-swiper-wrapper .swiper-slide2 .item-middle {
    width: 42%;
    height: 60%;
    position: relative;
    left: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide2 .item-right {
    width: 58%;
    height: 60%;
    position: relative;
    right: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide3 .item-left {
    width: 100%;
    height: 40%;
    position: relative;
  }
  #about-container .index-swiper-wrapper .swiper-slide3 .item-middle {
    width: 50%;
    height: 60%;
    position: relative;
    left: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide3 .item-right {
    width: 50%;
    height: 60%;
    position: relative;
    right: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide4 .item-left {
    width: 100%;
    height: 40%;
    position: relative;
  }
  #about-container .index-swiper-wrapper .swiper-slide4 .item-middle {
    width: 50%;
    height: 60%;
    position: relative;
    left: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide4 .item-right {
    width: 50%;
    height: 60%;
    position: relative;
    right: auto;
  }
  #about-container .index-swiper-wrapper .swiper-slide5 .text {
    width: 85%;
  }
}

.text-bold {
  font-weight: bold;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}


.header2.bai .nav-btn .line{
  background:#000;
}
@media (max-width: 1680px){
  /*.about-sub .w1200 {
    width: 1000px;
  }*/
  .w1200 {
    width: 1000px;
  }
}
@media (max-width: 1280px){
  /*.about-sub .w1200 {
    width:calc(100% - 330px);
  }*/
  .w1200 {
    width:calc(100% - 139px);
  }
}
/*@media (max-width: 1270px) {
  .w1200 {
    width: 88%;
  }
}*/
@media (max-width: 1025px) {
  .w1200 {
    width: 90%;
  }
}
body[navindex='2'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='3'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='4'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='5'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='6'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='7'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='8'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='9'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='10'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='11'] .n-about-sub .ulbox .li:nth-child(4) a, body[navindex='13'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='14'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='15'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='16'] .n-about-sub .ulbox .li:nth-child(4) a, body[navindex='17'] .n-about-sub .ulbox .li:nth-child(5) a, body[navindex='18'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='19'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='20'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='21'] .n-about-sub .ulbox .li:nth-child(4) a, body[navindex='22'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='23'] .n-about-sub .ulbox .li:nth-child(2) a {
  color: #e60012;
}

.fot-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.PageMenu-closeBtn {
  width: 26px;
  height: 26px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  z-index: 20;
  outline: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.PageMenu-closeBtn .line-01, .PageMenu-closeBtn .line-02 {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.PageMenu-closeBtn .line-01 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}

.PageMenu-closeBtn .line-02 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.PageMenu-closeBtn .line-01:after, .PageMenu-closeBtn .line-02:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e15d56;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.PageMenu-closeBtn:hover .line-01:after, .PageMenu-closeBtn:hover .line-02:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.PageMenu-closeBtn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.backtop svg {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.backtop.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes scaleloading {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@keyframes scaleloading {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@-webkit-keyframes img1 {
  0% {
    opacity: .5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: .8;
  }
  50% {
    color: 1;
  }
  80% {
    color: 1;
  }
  100% {
    color: .8;
  }
}
@keyframes img1 {
  0% {
    opacity: .5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: .8;
  }
  50% {
    color: 1;
  }
  80% {
    color: 1;
  }
  100% {
    color: .8;
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
@keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
          transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m.js-m-2 {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m.js-m-2.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-3 {
  opacity: 0;
  -webkit-transform: translate(-10px, -30px);
      -ms-transform: translate(-10px, -30px);
          transform: translate(-10px, -30px);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m.js-m-4 {
  opacity: 0;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m.js-m-4.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
          transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.image-in {
  display: block;
  overflow: hidden;
}

.image-in::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center 0px;
      -ms-transform-origin: right center 0px;
          transform-origin: right center 0px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.image-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  background-color: black;
}

.image-in {
  -webkit-transform: translate3d(-100.5%, 0px, 0px);
          transform: translate3d(-100.5%, 0px, 0px);
  -webkit-transform-origin: left center 0px;
      -ms-transform-origin: left center 0px;
          transform-origin: left center 0px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-m.animate .image-in {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

.delay1 {
  -webkit-transition-delay: .1s !important;
          transition-delay: .1s !important;
}

.delay2 {
  -webkit-transition-delay: .2s !important;
          transition-delay: .2s !important;
}

.delay3 {
  -webkit-transition-delay: .3s !important;
          transition-delay: .3s !important;
}

.delay4 {
  -webkit-transition-delay: .4s !important;
          transition-delay: .4s !important;
}

.delay5 {
  -webkit-transition-delay: .5s !important;
          transition-delay: .5s !important;
}

.delay6 {
  -webkit-transition-delay: .6s !important;
          transition-delay: .6s !important;
}

.delay7 {
  -webkit-transition-delay: .7s !important;
          transition-delay: .7s !important;
}

.delay8 {
  -webkit-transition-delay: .8s !important;
          transition-delay: .8s !important;
}

.delay9 {
  -webkit-transition-delay: .9s !important;
          transition-delay: .9s !important;
}

.delay01 {
  -webkit-transition-delay: .03s !important;
          transition-delay: .03s !important;
}

.delay02 {
  -webkit-transition-delay: .08s !important;
          transition-delay: .08s !important;
}

.delay03 {
  -webkit-transition-delay: .13s !important;
          transition-delay: .13s !important;
}

.delay04 {
  -webkit-transition-delay: .18s !important;
          transition-delay: .18s !important;
}

.delay05 {
  -webkit-transition-delay: .23s !important;
          transition-delay: .23s !important;
}

.delay06 {
  -webkit-transition-delay: .28s !important;
          transition-delay: .28s !important;
}

.delay07 {
  -webkit-transition-delay: .33s !important;
          transition-delay: .33s !important;
}

.delay08 {
  -webkit-transition-delay: .38s !important;
          transition-delay: .38s !important;
}

.delay09 {
  -webkit-transition-delay: .43s !important;
          transition-delay: .43s !important;
}

/*网站单位设置*/
/*@media (max-width: 479px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 26px !important;
  }
}*/
/*@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}*/



header.pchd .logo {
  left: 68px;
}

header.pchd .rcontrols {
  right: 68px;
}

header.pchd .rcontrols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header.pchd .rcontrols .lang {
  font-size: 18px;
  line-height: 1;
}

header.pchd {
  padding: 0 68px;
}

.search-alert .cent-form .tex {
  border-bottom: none;
}

.search-alert {
  top: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 0 68px;
}

.search-alert.active {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

#main .wrap2 .car-img {
  position: relative;
  display: block;
}
#main .wrap2 .car-img img {
  width: 100%;
}
#main .wrap2 .car-img .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#main .wrap2 .car-img .box img {
  display: none;
}
#main .wrap2 .car-img .box img.cur {
  display: block;
}

.n-network .itembox .imgbox {
  display: none;
  margin-top: .65rem;
}
.n-network .itembox .imgbox img {
  max-width: 100%;
}

.n-welfare .list1 .ulbox .img img{
  width:100%; 
}
.content-list2 .time-list .li .img img,.n-honor .list1 .ulbox .li img,.n-guarantee .li img{
  max-width:100%;
}
.pc-block{
  display:block;
}
.mobile-block{
  display:none !important;
}
.service-banner .text2{
  margin-top:-2.5rem;
}
.service-banner .input-box .colse{
  position:absolute;
  width:40px;
  height:40px;
  color:#666;
  right:0;
  top:0;
  font-size:18px;
  cursor:pointer;
}
.service-banner .input-box .colse:hover{
  color:#e60012;
}
.service-banner .input-box .colse:before{
  content:"\e627";
  line-height:40px;
  text-align:center;
}
.n-verificat2 .list2 .nlist3 .p2{
  position:relative;
}
.n-verificat2 .list2 .nlist3 .p2:before{
  content:"";
  position:absolute;
  width:1px;
  height:100%;
  left:0;
  top:0;
  background:#e3e3e3;
}
.pc-no-border{
  border-bottom:none !important;
}
.no-border-bottom{
  border-bottom:none !important;
}
@media (max-width: 1340px) {
  .sales-info .list1{
    width:94%;
  }
}
.mobile-block2{
  display:none !important;
}
.mobile-block3{
  display:none !important;
}
@media (max-width: 1024px) {
  .pc-block{
    display:none !important;
  }
  .mobile-block{
    display:flex !important;
  }
  .mobile-block2{
    display:block !important;
  }
  .n-verificat2 .list2 .nlist3 .p2:before{
    display:none;
  }
  .pc-no-border{
    border-bottom:1px solid #e0e0e0 !important;
  }
  .n-news-info .list1{
    width:90%;
  }
  
}


   .mobile-block768{
    display:none !important;
  }
    .pc-block1440{
    display:none !important;
  }
  
   .pc-block1366{
    display:none !important;
  }
  
  .pc-block1920{
    display:block !important;
  }


@media (max-width: 1440px) {
    .mobile-block768{
    display:none !important;
  }
    .pc-block1440{
    display:block !important;
  }
  
    .pc-block1366{
    display:none !important;
  }
  
  .pc-block1920{
    display:none !important;
  }
}


@media (max-width: 1366px) {
    .mobile-block768{
    display:none !important;
  }
    .pc-block1440{
    display:none !important;
  }
  
    .pc-block1366{
    display:block !important;
  }
  
  .pc-block1920{
    display:none !important;
  }
}


@media (max-width: 768px) {
  .n-receipt .input1 input{
    width:120px;
  }
   .mobile-block768{
    display:block !important;
  }
  
    .pc-block1366{
    display:none !important;
  }
    .pc-block1440{
    display:none !important;
  }
  .pc-block1920{
    display:none !important;
  }
  
  .n-news-info .back-btn{
    width:100px;
    height:35px;
    line-height:35px;
    font-size:12px;
  }
}

.n-about-sub .ulbox .li.cur a{
  color:#e60012;
}
.n-receipt2 .list1{
  border-top:2px solid #e0e0e0;
}
.n-receipt .radio-list:last-child{
  border-bottom:none;
}
.n-receipt2 .list13 .li{
  padding-bottom:0;
}

.n-contant .list2 .mapbox{
  position:relative;
  z-index:2;
}
.n-contant .list2 .ulbox{
  position:relative;
  z-index:3;
}
.n-contant .list2 .ulbox .li{
  cursor:pointer;
  position:relative;
}
.n-contant .list2 .ulbox .li:before{
  content:"";
  position:absolute;
  left:50%;
  margin-left:-10px;
  top:-20px;
  width:0;    
  height:0;   
  border:10px solid transparent;    
  border-bottom-color:#fff;
  opacity:0;
  transition: all .3s;
}
.n-contant .list2 .ulbox .li.cur:before{
  opacity:1;
}
.gslide-image{
  background:#fff;
  padding:5px;
  border-radius:5px;
} 
.n-news-info .content-box{
  min-height:300px;
}
@media (max-width:1024px) {
  .n-contant .list2 .ulbox .li:before{
    display:none;
  }
  .n-news-info2{
    padding:calc(1rem + 25px) 0 2rem;
  }
  .n-news-info .fxbox .bdsharebuttonbox a{
    margin:0 5px;
  }
  .n-service .list4 .more{
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size:14px;
  }
  #about-container .index-swiper-wrapper .item-text,#about-container .index-swiper-wrapper .item-text:before,#about-container .index-swiper-wrapper .item-text:after,#about-container .index-swiper-wrapper .bg-color{
    opacity:1;
    
  }
  #about-container .index-swiper-wrapper .item-text{
    padding:15px;
  }
  #about-container .index-swiper-wrapper .item-text:before{
    left:0;
    top:0;
  }
  #about-container .index-swiper-wrapper .item-text:after{
    right:0;
    bottom:0;
  }
  .about-alert .colse-btn:before{
    font-size:18px;
  }
  /*.n-news .tab-box{
    justify-content: flex-start;
  }*/
}




.header2 {
  height: 45px;
  /*position: fixed;*/
  position:absolute;
  left:0;
  top:0;
  z-index: 40;
  width: 100%;
  display: none;
}
.header2 .main-wrap {
  height: 45px;
  padding: 0 5%;
  position:relative;
  z-index:30;
}
.header2 .logo {
  width: 45px;
  height: 45px;
  overflow: hidden;
}
.header2 .logo a {
  display: block;
}
.header2 .logo img {
  width: 100% !important;; 
  height:100%  !important;;
  
  vertical-align: top;
}
.header2 .other-btn{
  height:45px;
  line-height:45px;
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:flex-start;
  opacity:0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}
.header2 .other-btn{
  margin-right:1rem;
}
.header2 .other-btn .searchbtn{
  font-size:20px;
  /*margin-right:.5rem;*/
  position:relative;
  /*padding-right:.5rem;*/
  position:relative;
  color:#333;
}
/*.header2 .other-btn .searchbtn:after,.header2 .other-btn .userbtn:after{
  content:"";
  position:absolute;
  width:1px;
  height:10px;
  background:#d1d1d1;
  right:0;
  top:50%;
  margin-top: -5px;
}*/
.header2 .other-btn .userbtn{
  font-size:16px;
  margin-right:.5rem;
  padding-right:.5rem;
  position:relative;
}
.header2 .other-btn .lang{
  font-size:16px;
}
.header2 .other-btn .lang:hover,.header2 .other-btn .userbtn:hover{
  color:#d7000e;
}
.header2 .nav-btn {
  width: 22px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin-top:15px !important;
}
.header2 .nav-btn .line {
  display: block;
  width: 100%;
  height: 1px;
  border-radius:0;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all .5s ease-in-out;
}
.header2 .nav-btn .line1 {
  transform-origin: center 0 0;
}
.header2 .nav-btn .line2 {
  top: 7px;
}
.header2 .nav-btn .line3 {
  bottom: 0;
  transform-origin: center 0 0;
}
.header2 .nav-btn.active {
  animation: rotate 0.5s linear 0s;
}
.header2 .nav-btn.active .line1 {
  top: 0px;
}
.header2 .nav-btn.hover .line {
  background: #d7000e;
}
.header2 .sub-menu {
  width: 100%;
  height:100vh;
  padding: 45px 3% 0;
  display: none;
  position: absolute;
  left: 0;
  top:0;
  z-index:22;
  background:#fff;
  overflow: hidden;
}
.header2 .sub-menu ul {
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 4rem);
  padding-bottom:2.5rem;
  margin-top:15px;
}
.header2 .sub-menu li {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.header2 .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 6%;
  line-height: 52px;
  color: #000;
  position: relative;
  box-sizing: border-box;
}
.header2 .sub-menu .titx {
  display: block;
  width: 100%;
  padding: 0 6%;
  line-height: 60px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.header2 .sub-menu .sub-tit:after {
  content: '\e6b9';
  display: block;
  width: 26px;
  height: 26px;
  line-height:26px;
  text-align:center;
  position: absolute;
  right: 3%;
  top: 15px;
  font-size:18px;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.header2 .sub-menu .sub-tit.on {
  /*background-color: #e9e9e9;*/
}
.header2 .sub-menu .sub-tit.on:after {
  transform:rotate(-45deg);
}
.header2 .sub-menu .sec-list {
  line-height: 40px;
  /*padding: 10px 4%;*/
  display: none; 
  
}
.header2 .sub-menu .sec-list p {
  font-size: 14px;
  line-height:50px;
  border-bottom: 1px solid #d0d3d4;
  margin-top:0px  !important;
}
.header2 .sub-menu .sec-list a {
  padding-left: 6%;
  background:#e9e9e9;
  color: #666;
  display: block;
}
.header2 .sub-menu .sec-list p:last-child{
  border-bottom:none;
}
.header2.active .other-btn{
  opacity:1;
  visibility: visible;
}
.header2 .nav-btn.hover .line1{
  -webkit-transform: translate3d(0,7.5px,0) rotate(45deg);
  -moz-transform: translate3d(0,7.5px,0) rotate(45deg);
  transform: translate3d(0,7.5px,0) rotate(45deg);
}
.header2 .nav-btn.hover .line2{
  opacity: 0;
  -webkit-transform: translate3d(30px,0,0);
  -moz-transform: translate3d(30px,0,0);
  transform: translate3d(30px,0,0);
}
.header2 .nav-btn.hover .line3{
  -webkit-transform: translate3d(0,-9px,0) rotate(-45deg);
  -moz-transform: translate3d(0,-9px,0) rotate(-45deg);
  transform: translate3d(0,-9px,0) rotate(-45deg);
      transform-origin: center 2px 0;
}
.header2 .sub-menu .sec-list-box{
  padding: 4.62963vw 0 0;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-size:16px;
  border-bottom:none;
}
.header2 .sec-list-box .warpbox{
  display:inline-block;
}
.header2 .sec-list-box .warpbox p a{
  color:#415fff;
}
.header2 .sec-list-box .warpbox p{
  display:inline-block;
}
.header2 .sec-list-box .warpbox p.p1{
  margin:0 10px;
}
.header2 .sub-menu .ulbox{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:center;
  padding:.6rem 3%;

}
/*.header2 .sub-menu  li:last-child{
  border-bottom:none;
}*/
.header2 .sub-menu  .ulbox .item{
  display: inline-block;
  width: 50%;
  height: 11.48148vw;
  line-height: 11.48148vw;
  position:relative;
  color:#333;
}
.header2 .sub-menu  .ulbox .item img{
  margin-right:10px;
}
.header2 .sub-menu  .ulbox .item:after{
  content:"\e884";
  position:absolute;
  width:20px;
  height:20px;
  text-align:center;
  line-height:20px;
  right:10%;
  top:50%;
  color:#999;
  font-size:12px;
  margin-top:-10px;
}

@media (max-width:1024px) {
  .header2{
    display:block;
  }
  .n-service .list1 .text .tit1{
    font-size: 1.15rem;
    font-weight:normal;
  }
  .n-service .list2 .tit1,.n-service .list3 .tit1,.n-service .list4 .tit1{
    font-weight:normal;
  }

}
@media (max-width:425px) {
  .about-sub{
    top:50px;
  }
  .news-sub{
    top: auto;
  }
  .header2 .sub-menu .tit{
    font-size:14px;
  }
  .header2 .sub-menu  .ulbox .item{
    font-size:14px;
  }
  .header2 .sub-menu .sub-tit:after{
    font-size:14px;
    color:#999;
  }
}


span.btn.btn-success{
  width:auto !important;
  height:auto !important;
  padding:0;
  background:transparent;
}
.n-recruit .warp-file-box form{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:flex-start;
}
.n-recruit .warp-file-box form .control-group{
  margin-bottom:0;
}
.n-recruit .list1 .ulbox .bot .input1{
  position: absolute;
  width: 150px;
  height: 40px;
  left: 0;
  top: 0;
  border: none;
  background: none;
  opacity: 0;
  z-index: 3;
}
.n-recruit .warp-file-box form .recruit-c2-c{
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size:14px;
  border: 1px solid #ccc;
  margin-right: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  background:transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.n-recruit .warp-file-box form .recruit-c2-c:hover{
  background:#e60012;
  border:1px solid #e60012;
  color:#fff;
}

.search-box{
  background:#000;
  height:45px;
  display:none;
  margin-left:-5%;
}
.m-search-box{
  border:none;
  width: 84%;
  left:12%;
  top:0;
}


.m-search-box input.search-btn{
  background:url(../images/search-ico-bai.png) no-repeat center 50%;
}
.about-sub .tit1.zcur:after{
  display:none;
}
.n-receipt .input1 .input8{
  width:30%;
}
.n-network .list2{
  margin-top:1.5rem;
}
.n-network .list2 .tit1{
  margin-bottom:1.5rem;
}
.n-network .list2 .img img{
  max-width:100%;
  display:inline-block;
}
@media (max-width: 769px){
  .n-recruit .list1 .ulbox .bot .input1{
    width:110px;
  }
  .about-alert .content-list2 .time-list .text:before {
    width: 7px;
    height: 7px;
    left: -4px;
    border:1px solid #e80618;
  }
}
@media (max-width: 1024px){
  .glightbox-container .gslide-inner-content{
    width:75% !important;
  }
  .n-service .list3 .tit3,.n-service .list2 .tit3{
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
  }
  .n-parts .list1 .imgbox img{
    margin: 0%;
  }
  .n-knowledge .list3 .li .sp1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .n-knowledge .list3 .li .sp2{
    width: 70px;
  }
  .n-knowledge .list3 .li .sp2 .sp3 span,.n-knowledge .list3 .li .sp2 .sp4 span{
  	padding-right:22px;
  }
  .n-knowledge .list3 .li .sp2 .sp3,.n-knowledge .list3 .li .sp2 .sp4{
    width:30px;
    height:35px;
    line-height:35px;
    border:none;
  }
  .n-service .list1 .li{
    padding: .6rem;
  }
  .n-exhibition .ulbox .img img{
    width:100%;
  }
}
@media (max-width: 48em){
  .glightbox-clean .gnext {
    top: 45% !important;
    right: 0 !important;
  }
  .glightbox-clean .gprev{
    top: 45% !important;
    left: 0 !important;
  }
}

@media (max-width: 1320px){
  .video-alert{
    min-width:88%;
  }
}

#about-container .index-swiper-wrapper .swiper-slide5 .text{
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}


header.pchd.bai{
  /*-webkit-animation:header_down .5s 0s forwards linear;
  -moz-animation:header_down .5s 0s forwards linear;*/
}
@keyframes header_down{
  0% {
    transform:translate(0,-100px);
  }
  100% {
    transform:translate(0,0);
  }
}


.nav-right ul li span{
  font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}

.m-block {
  display: none !important;
}
@media (max-width: 1024px) {
  .m-block {
    display: block !important;
  }
}

@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN-REGULAR.eot");
  src: url("fonts/DIN-REGULAR.eot") format("embedded-opentype"), url("fonts/DIN-REGULAR.woff2") format("woff2"), url("fonts/DIN-REGULAR.woff") format("woff"), url("fonts/DIN-REGULAR.ttf") format("truetype"), url("fonts/DIN-REGULAR.svg#DIN-REGULAR") format("svg");
}
.n-land {
  position: relative;
}
.n-land .warp-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 5.75rem 0;
}
.n-land .warp-img1 {
  height: 21.75rem;
}
.n-land .text-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  height: 21.75rem;
  top: 0;
  left: 50%;
  margin-left: -600px;
  position: absolute;
}
.n-land input:-moz-placeholder,
.n-land textarea:-moz-placeholder {
  color: #999;
}
.n-land input::-moz-placeholder,
.n-land textarea::-moz-placeholder {
  color: #999;
}
.n-land input:-ms-input-placeholder,
.n-land textarea:-ms-input-placeholder {
  color: #999;
}
.n-land input::-webkit-input-placeholder,
.n-land textarea::-webkit-input-placeholder {
  color: #999;
}
.n-land .input1 {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 10px 15px;
}
.n-land .input1 input {
  background: none;
  border: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.n-land .input2 {
  width: 100%;
  text-align: center;
}
.n-land .input2 input {
  background: none;
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #e60012;
  border-radius: 3px;
}
.n-land .input3 {
  height: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-land .input3 input {
  background: none;
  border: none;
  border-radius: 3px;
  width: calc(100% - 120px);
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
  border: 1px solid #e0e0e0;
}
.n-land .input3 .btn {
  width: 100px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e60012;
  border-radius: 3px;
  font-size: 14px;
  color: #e60012;
  cursor: pointer;
}
.n-land .ma-15 {
  margin-top: 15px;
}
.n-land .ma-20 {
  margin-top: 20px;
}
.n-land .col1 {
  color: #e60012;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}
.n-land .landbox {
  width: 425px;
  padding: 30px;
  background: #fff;
}
.n-land .landbox .tit1 {
  line-height: 1.2;
  font-size: 20px;
}
.n-land .landbox .p1 {
  display: none;
}
.n-land .landbox .bot {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.n-land .landbox .bot .sp1 {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  width: 65%;
}
.n-land .landbox .bot .sp1 a {
  color: #e60012;
  text-decoration: underline;
}
.n-land .landbox .bot .sp3 {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-land .landbox .bot .sp3 .check1 {
  width: 18px;
  height: 18px;
  -webkit-appearance: checkbox;
  -webkit-appearance: checkbox;
  border: 1px solid #e5e5e5;
}
.n-land .landbox .bot .sp3 a {
  color: #e60012;
  text-decoration: underline;
}
.n-land .landbox .bot .sp2 {
  width: 25%;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  text-align: right;
}
.n-land .landbox .bot .sp2:hover {
  color: #e60012;
}
.n-land .landbox .other-land .sp1 {
  position: relative;
}
.n-land .landbox .other-land .sp1:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 1px;
  top: 50%;
  z-index: 1;
  left: 0;
  margin-top: -1px;
}
.n-land .landbox .other-land .sp1 span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #999;
  background: #fff;
}
.n-land .landbox .other-land .ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.n-land .landbox .other-land .ul .li {
  margin: 0 12px;
  font-size: 42px;
  height: 42px;
  line-height: 42px;
  color: #b9b9b9;
  display: block;
}
.n-land .landbox .other-land .ul .li2 {
  font-size: 48px;
}
@media (max-width: 1270px) {
  .n-land .text-box {
    margin-left: -44%;
  }
}
@media (max-width: 1025px) {
  .n-land .text-box, .n-land .warp-img2 {
    height: 600px;
  }
  .n-land .text-box {
    margin-left: -46%;
  }
}
@media (max-width: 425px) {
  .n-land .landbox {
    width: 100%;
    padding: 30px 15px;
  }
  .n-land .input1 input, .n-land .input3 input {
    font-size: 14px;
  }
  .n-land .input2 input {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
  .n-land .landbox .bot .sp3 {
    font-size: 12px;
    width: 75%;
  }
  .n-land .landbox .bot .sp2 {
    width: 20%;
    font-size: 12px;
  }
}

.n-land-info {
  padding: 2.5rem 0 2rem;
  min-height: 650px;
}
@media (max-width: 1270px) {
  .n-land-info .text-box {
    font-size: 14px;
    line-height: 1.8;
  }
}

.n-personal {
  padding: 0 0 2.65rem;
}
.n-personal .tit1 {
  color: #222;
  font-size: 18px;
}
.n-personal .tit2 {
  font-size: 14px;
  color: #333;
}
.n-personal .ma-15 {
  margin-top: 15px;
}
.n-personal .p1 {
  line-height: 1.4;
}
.n-personal .p2 {
  background: none;
  border: none;
  line-height: 1.4;
}
.n-personal .li {
  padding: .55rem 0;
  border-bottom: 1px solid #e9eaea;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-personal .li1 .tit1 {
  width: 100%;
}
.n-personal .li2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-personal .li2 .item-left {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.n-personal .li2 .item-left img {
  width: 1rem;
  height: 1rem;
  margin-right: 15px;
}
.n-personal .li2 .item-right {
  width: 120px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fbfcfc;
  border: 1px solid #e9eaea;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s;
}
.n-personal .li2 .item-right:hover {
  background: #e60012;
  color: #fff;
}
.n-personal .ulbox .li:last-child {
  border-bottom: none;
}
.n-personal .ulbox2 {
  margin-top: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-personal .ulbox2 .tit1 {
  padding-bottom: .5rem;
  border-bottom: 1px solid #e9eaea;
  width: 100%;
}
.n-personal .ulbox2 .portrait {
  width: 180px;
}
.n-personal .ulbox2 .portrait .img {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}
.n-personal .ulbox2 .portrait .img img {
  width: 100%;
}
.n-personal .ulbox2 .portrait .img .img2 {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.n-personal .ulbox2 .portrait .img .input3 {
  background: none;
  border: none;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.n-personal .ulbox2 .portrait .p2 {
  margin-top: .75rem;
}
.n-personal .ulbox2 .rightbox {
  width: calc(100% - 255px);
}
.n-personal .ulbox2 .rightbox .li3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-personal .ulbox2 .rightbox .li3 .item-left {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.n-personal .ulbox2 .rightbox .li3 .item-left img {
  width: 17px;
  height: 17px;
  margin-left: 15px;
}
.n-personal .ulbox2 .rightbox .li3 .item-left .sp1 {
  font-size: 14px;
  color: #666;
}
.n-personal .ulbox2 .rightbox .li3 .item-right {
  width: 120px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fbfcfc;
  border: 1px solid #e9eaea;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s;
}
.n-personal .ulbox2 .rightbox .li3 .item-right:hover {
  background: #e60012;
  color: #fff;
}
.n-personal .img-false, .n-personal .img-true {
  display: none;
}
@media (max-width: 1025px) {
  .n-personal .ulbox2 .portrait {
    margin-top: 2rem;
  }
  .n-personal .ulbox2 .portrait, .n-personal .ulbox2 .rightbox {
    width: 100%;
  }
  .n-personal .ulbox2 .rightbox {
    margin-top: 1.5rem;
  }
  .n-personal #item8 {
    margin-top: 15px;
  }
}
@media (max-width: 769px) {
  .n-personal .li2 .item-right, .n-personal .ulbox2 .rightbox .li3 .item-right {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}

.n-integral .list1 {
  padding: .5rem 0 1rem;
}
.n-integral .list1 .tit1 {
  color: #222;
  font-size: 18px;
  margin-bottom: .65rem;
}
.n-integral .list1 .ulbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-integral .list1 .ulbox .li {
  width: 48%;
  border: 1px solid #f1f1f1;
  background: #fdfdfd;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-integral .list1 .ulbox .li .left {
  width: 43%;
  border-right: 1px solid #f1f1f1;
}
.n-integral .list1 .ulbox .li .img {
  border-bottom: 1px solid #ececec;
  padding: .8rem 0;
  text-align: center;
}
.n-integral .list1 .ulbox .li .img img {
  display: inline-block;
}
.n-integral .list1 .ulbox .li p {
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.n-integral .list1 .ulbox .li .right {
  width: 57%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #e60012;
  font-family: "DIN";
}
.n-integral .tab-btn {
  padding-bottom: .5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.n-integral .tab-btn .li {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin-right: .8rem;
  cursor: pointer;
  transition: all .3s;
}
.n-integral .tab-btn .li:hover, .n-integral .tab-btn .li.cur {
  color: #e60012;
}
.n-integral .warp-box {
  background: #fff;
  padding: 1rem 0 2rem;
}
.n-integral .warp-box .itembox {
  display: none;
  font-size: 16px;
}
.n-integral .warp-box .itembox1 .li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 14px;
}
.n-integral .warp-box .itembox1 .li1 {
  font-weight: bold;
  color: #222;
  padding-bottom: .5rem;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
}
.n-integral .warp-box .itembox1 .li2 {
  padding: .5rem 0;
  border-bottom: 1px solid #ededed;
}
.n-integral .warp-box .itembox1 .li2 .sp1, .n-integral .warp-box .itembox1 .li2 .sp3 {
  width: 30%;
}
.n-integral .warp-box .itembox1 .li2 .sp3 {
  text-align: right;
}
.n-integral .warp-box .itembox1 .li2 .sp2, .n-integral .warp-box .itembox1 .li2 .sp4 {
  width: 100px;
  text-align: center;
}
.n-integral .warp-box .itembox1 .li2 .sp2 {
  color: #e60012;
}
.n-integral .warp-box .itembox1 .li2 .sp4 {
  color: #00b354;
}
.n-integral .warp-box .itembox1 .click-btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.15rem;
  cursor: pointer;
}
.n-integral .warp-box .itembox1 .click-btn span {
  margin-right: 15px;
}
.n-integral .itembox2 .li {
  padding: .5rem 0;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
}
.n-integral .itembox3 .li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 14px;
}
.n-integral .itembox3 .li1 {
  font-weight: bold;
  color: #222;
  padding-bottom: .5rem;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
}
.n-integral .itembox3 .sp1 {
  width: 17%;
}
.n-integral .itembox3 .sp2 {
  width: 13%;
}
.n-integral .itembox3 .sp3 {
  width: 10%;
  text-align: center;
}
.n-integral .itembox3 .sp4 {
  width: 10%;
  text-align: center;
}
.n-integral .itembox3 .sp5 {
  width: 17%;
  text-align: center;
}
.n-integral .itembox3 .sp6 {
  width: 10%;
  text-align: center;
}
.n-integral .itembox3 .sp7 {
  width: 70px;
  text-align: center;
}
.n-integral .itembox3 .li2 {
  padding: .5rem 0;
  color: #666;
  font-weight: bold;
}
.n-integral .itembox3 .li2 .sp7 span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #d6d6d6;
  color: #fff;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  transition: all .5s ease;
}
.n-integral .itembox3 .li2 .sp7 span:hover {
  background: #e60012;
}
@media (max-width: 769px) {
  .n-integral .list1 .ulbox .li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .n-integral .itembox3 {
    overflow-y: auto;
  }
  .n-integral .itembox3 .ulbox {
    min-width: 1000px;
  }
}
@media (max-width: 425px) {
  .n-integral .warp-box .itembox1 .li {
    font-size: 12px;
  }
  .n-integral .warp-box .itembox1 .click-btn {
    font-size: 14px;
  }
  .n-integral .tab-btn .li {
    font-size: 14px;
    margin-right: 1.5rem;
  }
  .n-integral .itembox2 .li {
    font-size: 12px;
  }
  .n-integral .itembox3 .li1 {
    font-size: 14px;
  }
  .n-integral .warp-box .itembox1 .li2 .sp2, .n-integral .warp-box .itembox1 .li2 .sp4 {
    width: 20%;
    padding: 0 2%;
  }
  .n-integral .warp-box .itembox1 .li2 .sp1, .n-integral .warp-box .itembox1 .li2 .sp3 {
    width: 40%;
  }
}

.n-collection {
  padding: 1.5rem 0 3.25rem;
}
.n-collection .ulbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.n-collection .ulbox .li {
  width: 24%;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding-bottom: 1rem;
  margin-bottom: 1.33%;
  margin-right: 1.33%;
  cursor: pointer;
  position: relative;
}
.n-collection .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.n-collection .ulbox .li .img {
  width: 100%;
  height: 5.6rem;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: block;
}
.n-collection .ulbox .li .img img {
  max-width: 98%;
  max-height: 98%;
}
.n-collection .ulbox .li .tit1 {
  font-size: 20px;
  margin-bottom: .5rem;
  padding: 0 .5rem;
}
.n-collection .ulbox .li .bot {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.n-collection .ulbox .li .bot span {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  margin-right: 8px;
}
.n-collection .ulbox .li .bot .kuang {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  position: relative;
}
.n-collection .ulbox .li .bot .kuang:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/member/img7.png) no-repeat center;
  background-size: 15px 15px;
  opacity: 0;
}
.n-collection .ulbox .li .colse {
  position: absolute;
  width: 25px;
  height: 25px;
  color: #9b9b9b;
  top: 10px;
  right: 10px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.n-collection .ulbox .li.cur {
  border: 1px solid #e60012;
}
.n-collection .ulbox .li.cur span {
  color: #e60012;
}
.n-collection .ulbox .li.cur .kuang {
  border: none;
}
.n-collection .ulbox .li.cur .kuang:before {
  opacity: 1;
}
.n-collection .choice-bot {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: .5rem;
}
.n-collection .choice-bot .tit1 {
  margin-bottom: 10px;
}
.n-collection .choice-bot .choice-btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #e60012;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  display: block;
}
@media (max-width: 960px) {
  .n-collection .ulbox .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .n-collection .ulbox .li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-collection .ulbox .li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .n-collection .ulbox .li .img {
    height: auto;
  }
  .n-collection .ulbox .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .n-collection .ulbox .li:nth-child(3n) {
    margin-right: 4%;
  }
  .n-collection .ulbox .li:nth-child(2n) {
    margin-right: 0%;
  }
}

.zwarp.on {
  filter: blur(2px);
}

.md-overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  /*&:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    filter:blur(5px) contrast(.8);
    z-index:-1;
  }*/
}

.alert {
  position: fixed;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  visibility: hidden;
}
.alert .md-content {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.alert .md-content .h2 {
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  position: relative;
  padding: 0 .5rem;
}
.alert .md-content .colse {
  color: #999;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  right: .5rem;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.alert .md-content input:-moz-placeholder,
.alert .md-content textarea:-moz-placeholder {
  color: #999;
}
.alert .md-content input::-moz-placeholder,
.alert .md-content textarea::-moz-placeholder {
  color: #999;
}
.alert .md-content input:-ms-input-placeholder,
.alert .md-content textarea:-ms-input-placeholder {
  color: #999;
}
.alert .md-content input::-webkit-input-placeholder,
.alert .md-content textarea::-webkit-input-placeholder {
  color: #999;
}
.alert .md-content .input1 {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 10px 15px;
}
.alert .md-content .input1 input {
  background: none;
  border: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.alert .md-content .input3 {
  height: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.alert .md-content .input3 input {
  background: none;
  border: none;
  border-radius: 3px;
  width: calc(100% - 150px);
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
  border: 1px solid #e0e0e0;
}
.alert .md-content .input3 .btn {
  width: 130px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e60012;
  border-radius: 3px;
  font-size: 14px;
  color: #e60012;
  cursor: pointer;
  padding:0;
}
.alert .md-content .col1 {
  color: #e60012;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}
.alert .md-content .ma-15 {
  margin-top: 15px;
}
.alert .md-content .text-box {
  padding: 0 .5rem .5rem;
}
.alert .md-content .input1, .alert .md-content .input3 {
  margin-top: .5rem;
}
.alert .md-content .bot {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
}
.alert .md-content .bot .colse-btn {
  width: 48%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background: #f3f3f3;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.alert .md-content .bot .submit-btn {
  width: 48%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background: #e60012;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.alert .md-content .p1 {
  display: none;
}
.alert .md-content .p2 {
  padding: .75rem 0 .35rem;
}
.alert .md-content .p3 {
  margin-bottom: 5px;
}
.alert .md-content .text-box2 .p3 {
  margin-top: .5rem;
}
.alert .md-content .text-box2 .input1 {
  margin-top: 0;
}
.alert .md-content .text-box2 .input2 {
  margin-top: .5rem;
}
.alert .md-content .bot1 .submit-btn {
  width: 100%;
}
.alert .md-content .select {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  margin-top: .5rem;
  font-size: 16px;
  color: #666;
  position: relative;
}
.alert .md-content .select:before {
  content: "\e74a";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  line-height: 30px;
  text-align: center;
}
.alert .md-content .select select {
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  padding: 10px 45px 10px 10px;
}
.alert .md-content .text-box3 .li-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.alert .md-content .text-box3 .li-item .sp4 {
  font-size: 16px;
  color: #999;
}
.alert .md-content .text-box3 .li-item .sp5 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #cecece;
  position: relative;
}
.alert .md-content .text-box3 .li-item .sp5:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/member/img5.png) no-repeat center;
  background-size: 16px 16px;
  opacity: 0;
}
.alert .md-content .text-box3 .li-item.on .sp5 {
  border: none;
}
.alert .md-content .text-box3 .li-item.on .sp5:before {
  opacity: 1;
}
.alert .md-content .text-box4 .ztit1 {
  margin: 15px 0;
}
@media (max-width: 769px) {
  .alert {
    width: 90%;
  }
  .alert .md-content .h2 {
    padding: 0 1.2rem;
    font-size: 16px;
  }
  .alert .md-content .text-box {
    padding: 0 1.2rem 1.2rem;
  }
  .alert .md-content .colse {
    right: 1.2rem;
  }
  .alert .md-content .input1 input, .alert .md-content .input3 input, .alert .md-content .select, .alert .md-content .text-box3 .li-item .sp4 {
    font-size: 14px;
  }
  .alert .md-content .bot {
    margin-top: 15px;
  }
  .alert .md-content .colse {
    font-size: 20px;
  }
}

.alert.md-show {
  visibility: visible;
}

.luck-banner {
  padding-top: calc(68px + 1.55rem);
  background-position: 50% 50%;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.luck-banner .img-top img {
  width: 21.5rem;
  max-width: 100%;
}
.luck-banner .contentbox {
  margin-top: 1.5rem;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}
.luck-banner .scroll-box {
  width: 45%;
  padding: .75rem;
  background: rgba(255, 255, 255, 0.2);
}
.luck-banner .scroll-box .ulbox {
  overflow: hidden;
}
.luck-banner .scroll-box .ulbox, .luck-banner .scroll-box .swiper-wrapper {
  height: 250px;
}
.luck-banner .scroll-box .li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.375rem;
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.luck-banner .scroll-box .li .sp1 {
  width: 60%;
}
.luck-banner .scroll-box .li .sp2 {
  width: 35%;
  text-align: right;
}
.luck-banner .disk-box {
  width: 42%;
  position: relative;
}
.luck-banner .disk-box .rotate {
  position: relative;
  z-index: 1;
}
.luck-banner .disk-box .rotate img {
  max-width: 100%;
}
.luck-banner .disk-box .pointer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 4.5rem;
}
.luck-banner .disk-box .pointer img {
  max-width: 100%;
}
@media (max-width: 769px) {
  .luck-banner .scroll-box {
    width: 100%;
  }
  .luck-banner .disk-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.n-luck {
  width: 100%;
}
.n-luck .list1 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .header2.cur{
 /*   background:#fff;
    position:fixed;*/
  }
  .header2.cur .nav-btn .line{
    background:#333;
  }
  #main .wrap5 .item{
    margin-top:10px;
  }
  .header2.on{
    background:#fff;
    position:fixed;
  }
  .header2.on .nav-btn .line{
    background:#333;
  }
}

.warp-user-btn{
  position:relative;
}
.warp-user-btn .user-list{
  position:absolute;
  left:50%;
  top:68px;
  margin-left:-62px;
  width:150px;
  background:#fff;
  border:1px solid #dcdcdc;
  border-radius:6px;
  opacity:0;
  transform:translate(0,20px);
  z-index:9;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.warp-user-btn .user-list:before{
  content:"";
  position:absolute;
  width:20px;
  height:14px;
  background:url(../images/jian.png) no-repeat center center;
  border-bottom-color: #fff;
  top: -11px;
  left: 50%;
  margin-left: -10px;
}
.warp-user-btn .user-list a{
  text-align:center;
  height:40px;
  line-height:40px;
  border-bottom:1px solid #ededed;
  font-size:14px;
  color:#666;
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items:center;
}
.warp-user-btn .user-list a:last-child{
  border-bottom:none;
}
.warp-user-btn .user-list a:hover{
  color:#e60012;
}
.warp-user-btn:hover .user-list{
  opacity:1;
  transform:translate(0,0px);
  visibility: visible;
}
.warp-user-btn .user-list img{
  margin-right:5px;
}
.warp-user-btn .user-btn2{
  background: url(../images/user-ico-bai-2.png) no-repeat center/100% auto;
}

.warp-user-btn .user-btn2{
  background: url(../images/user-ico-bai-2.png) no-repeat center/100% auto;
}
header.pchd.hai .rcontrols .warp-user-btn .user-btn2, header.pchd.hover .rcontrols .warp-user-btn .user-btn2{
  background-image: url(../images/user-ico-bai-2.png);
}
header.pchd.bai .rcontrols .warp-user-btn .user-btn2, header.pchd.hover .rcontrols .warp-user-btn .user-btn2{
  background-image: url(../images/user-ico-hei-2.png);
}
.n-evaluate{
  min-height:500px;
}





#main .wrap1{
  position:relative;
}
#main .wrap1 .ul2{
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  left:0;
  top:0;
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:flex-start;
  z-index:6;
}
#main .wrap1 .ul2 .li{
  width:25%;
  height:100%;
}
#main .wrap1.bg-active .ul2{
  visibility: hidden;
}
#main .wrap2 .swiper-slide .box .img1{
  position:relative;
}
@media (max-width: 1024px) {
  #main .wrap1 .ul2{
    display:none;
  }
}




.n-products {
  padding-bottom: .5rem;
}
.n-products .list-item {
  padding: 30px 0 0;
  border-bottom: 1px solid #dcdcdc;
}
.n-products .list-item .tit-title {
  font-size: 20px;
  color: #000;
  margin-bottom: .7rem;
}
.n-products .list-item .ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.n-products .list-item .li {
  width: 23.5%;
  background: #fff;
  padding-bottom: .5rem;
  border: 1px solid transparent;
  margin-bottom:30px;
  margin-right: 2%;
  transition: all .3s;
}
.n-products .list-item .li:nth-child(4n) {
  margin-right: 0;
}
.n-products .list-item .li:hover, .n-products .list-item .li.cur {
  border: 1px solid #dcdcdc;
}
.n-products .list-item .li:hover .bot {
  opacity: 1;
}
.n-products .list-item .img1 {
  max-width: 98%;
  display: inline-block;
}
.n-products .list-item .imgbox {
  position: relative;
  display:block;
}
.n-products .list-item .img-btn {
  position: absolute;
  top: .35rem;
  left: .75rem;
}
.n-products .list-item .tit1 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-products .list-item .tit1:hover{
  color:#333;
}
.n-products .list-item .tit2 {
  font-size: 14px;
  height:28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-products .list-item .bot {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: .15rem;
  opacity: 0;
  transition: all .3s;
}
.n-products .list-item .info {
  margin: 0 .375rem;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  transition: all .3s;
}
.n-products .list-item .collection-btn {
  margin: 0 .375rem;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  transition: all .3s;
}
.n-products .list-item .info:hover, .n-products .list-item .collection-btn:hover {
  color: #e60012;
}
.n-products .list-item:last-child {
  border-bottom: none;
}
@media (max-width: 960px) {
  .n-products .list-item .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom:10px;
  }
  .n-products .list-item{
    padding: 10px 0 0;
  }
  .n-products .list-item .li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-products .list-item .li:nth-child(3n) {
    margin-right: 0%;
  }
  .n-products .list-item .tit-title {
    font-size: 18px;
  }
  .n-products .list-item .tit1 {
    font-size: 16px;
  }
  .n-products .list-item .tit2 {
    font-size: 14px;
  }
  .n-products .list-item .info {
    font-size: 12px;
    margin: 0 3px;
  }
  .n-products .list-item .collection-btn {
    font-size: 12px;
    margin: 0 3px;
  }
  .n-products .list-item .bot {
    opacity: 1;
  }
  .n-products .list-item .img-btn {
    width: 1.5rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .n-products .list-item .li {
    width: 49%;
    margin-right: 2%;
  }
  .n-products .list-item .li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-products .list-item .li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-products .list-item .li:nth-child(2n) {
    margin-right: 0%;
  }
  .n-products .list-item .tit2 {
    font-size: 12px;
  }
}

@media (max-width: 769px) {
  .n-recruit .list1 .ulbox .li-top,.n-recruit .list1 .ulbox .tab-top{
    font-size: 14px;
  }
  .n-recruit .list1 .ulbox .li-top{
    font-size:12px;
  }
  .n-recruit .list1 .ulbox .bot .input1{
    width:95px;
  }
  .n-recruit .list1 .ulbox .bot .botton, .n-recruit .list1 .ulbox .bot .botton2 {
    width: 100px;
    margin-right:5px;
  }
  .n-recruit .list1 .ulbox .bot .botton span, .n-recruit .list1 .ulbox .bot .botton2 span{
    padding-left:25px;
    font-size:12px !important;
  }
  .n-recruit .list1 .ulbox .li-text .p-14 {
    font-size: 12px;
    line-height: 2;
  }
  .n-recruit .warp-file-box form .recruit-c2-c{
    width:95px !important;
    margin-right:5px !important;
    font-size:12px;
  }
}

.n-compare {
  padding-bottom: .5rem;
}
.n-compare .list-item {
  padding: .75rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.n-compare .list-item .tit-title {
  font-size: 20px;
  color: #000;
  margin-bottom: .7rem;
}
.n-compare .list-item .ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.n-compare .list-item .li {
  width: 23.5%;
  background: #fff;
  /*padding-bottom: .5rem;*/
  border: 1px solid transparent;
  margin-bottom: .5rem;
  margin-right: 2%;
  transition: all .3s;
  overflow: hidden;
  position: relative;
}
.n-compare .list-item .nli{
  padding-bottom:.5rem;
  cursor:pointer;
}
.n-compare .list-item .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #e60012;
  bottom: -3px;
  opacity: 0;
  transition: all .3s;
}
.n-compare .list-item .colse {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eb2e3d;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: .35rem;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.n-compare .list-item .colse:before {
  content: "\e6e9";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.n-compare .list-item .li:nth-child(4n) {
  margin-right: 0;
}
.n-compare .list-item .li.cur {
  border: 1px solid #dcdcdc;
  opacity: 1 !important;
}
.n-compare .list-item .li.cur:before {
  bottom: 0px;
  opacity: 1;
}
.n-compare .list-item .li.cur .colse {
  opacity: 1;
  visibility: visible;
}
.n-compare .list-item .li.cur .bot span {
  color: #e60012;
}
.n-compare .list-item .img1 {
  max-width: 98%;
  display: inline-block;
}
.n-compare .list-item .imgbox {
  position: relative;
}
.n-compare .list-item .img-btn {
  position: absolute;
  top: .35rem;
  left: .75rem;
}
.n-compare .list-item .tit1 {
  font-size: 20px;
}
.n-compare .list-item .bot {
  cursor: pointer;
}
.n-compare .list-item .bot span {
  font-size: 14px;
  color: #666;
}
.n-compare .list-item:last-child {
  border-bottom: none;
}
@media (max-width: 960px) {
  .n-compare .list-item .li {
    width: 32%;
    margin-right: 2%;
  }
  .n-compare .list-item .li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-compare .list-item .li:nth-child(3n) {
    margin-right: 0%;
  }
  .n-compare .list-item .tit-title {
    font-size: 18px;
  }
  .n-compare .list-item .tit1 {
    font-size: 16px;
  }
  .n-compare .list-item .tit2 {
    font-size: 14px;
  }
  .n-compare .list-item .info {
    font-size: 12px;
    margin: 0 3px;
  }
  .n-compare .list-item .collection-btn {
    font-size: 12px;
    margin: 0 3px;
  }
  .n-compare .list-item .bot {
    opacity: 1;
  }
  .n-compare .list-item .img-btn {
    width: 1.5rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .n-compare .list-item .li {
    width: 49%;
    margin-right: 2%;
  }
  .n-compare .list-item .li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-compare .list-item .li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-compare .list-item .li:nth-child(2n) {
    margin-right: 0%;
  }
  .n-compare .list-item .tit2 {
    font-size: 12px;
  }
}

.compare-side {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 68px;
  line-height: 68px;
  background: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.compare-side .content-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}
.compare-side .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  width: calc(100% - 200px);
}
.compare-side .box .sp {
  font-size: 18px;
  height: 68px;
  line-height: 68px;
  color: #333;
  margin-right: 1.25rem;
  cursor: pointer;
}
.compare-side .box .colse {
  width: 16px;
  height: 16px;
  background: #eb2e3d;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  transition: all .3s;
}
.compare-side .box .colse:before {
  content: "\e6e9";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.compare-side .botton {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  background: #e60012;
  color: #fff;
  cursor: pointer;
}

.compare-side .links2 .botton {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  display:block;
  text-align: center;
  border-radius: 3px;
  background: #ccc;
  color: #fff;
  cursor: pointer;
}
.receipt-banner,.receipt-banner2{
  position:relative;
}
.receipt-banner a,.receipt-banner2 a{
  position:absolute;
  width:100%;
  height:100%;
  display:block;
  left:0;
  top:0;
  z-index:1;
}
@media (max-width: 768px) {
  .compare-side{
    height:auto;
  }
  .compare-side .content-box {
    flex-flow: column wrap;
    height:auto;
    padding:10px 0;
  }
  .compare-side .box .sp{
    height:40px;
    line-height:40px;
  }
  .compare-side .box{
    flex-flow: column wrap;
    width:100%;
    align-items: flex-start;
  }
  .compare-side .links2,.compare-side .links{
    width:100%;
  }
  .compare-side .botton{
    width:100% !important;
    height: 40px !important;
    line-height: 40px !important;
  }

}

.compare-sub {
  position: relative !important;
}
@media (max-width: 1024px) {
  .compare-sub.active{
    margin-top:45px;
  }
  .about-sub.active .n-about-sub .tit4{
    font-size:14px;
  }
}

.n-compare-data .warp-list {
  background: #fff;
}

.n-compare-data .warp-list.active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.n-compare-data .warp-list.active .list-item {
  padding: 0;
}
.n-compare-data .warp-list.active .list-item .top{
  border-bottom:none;
}

.n-compare-data {
  padding-bottom: 2.25rem;
}
.n-compare-data .list-item {
  padding: 1rem 0 0;
}
.n-compare-data .list-item .ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  padding:0 150px;
}
.n-compare-data .list-item .li {
  width: 32%;
  background: #fff;
  padding-bottom: .75rem;
  border: 1px solid #dcdcdc;
  min-height:100px;
  position: relative;
  transition: all .3s;
  margin-right:2%;
}
.n-compare-data .list-item .li:nth-child(3n){
  margin-right:0;
}
.n-compare-data .list-item .colse {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eb2e3d;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: .35rem;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}
.n-compare-data .list-item .colse:before {
  content: "\e6e9";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.n-compare-data .list-item .img1 {
  max-width: 98%;
  display: inline-block;
}
.n-compare-data .list-item .imgbox {
  position: relative;
}
.n-compare-data .list-item .img-btn {
  position: absolute;
  top: .35rem;
  left: .75rem;
}
.n-compare-data .list-item .tit1 {
  font-size: 20px;
}
.n-compare-data .list-item .tit2 {
  font-size: 16px;
}
.n-compare-data .list-item .bot {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: .15rem;
}
.n-compare-data .list-item .info {
  margin: 0 .375rem;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  transition: all .3s;
}
.n-compare-data .list-item .info:hover {
  color: #e60012;
}
.n-compare-data .list-item .add-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e60012;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.n-compare-data .list-item .top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.n-compare-data .list-item .top .sp {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.n-compare-data .list-item .top .sp:hover {
  color: #e60012;
}
.n-compare-data .list-item .top .btn-box {
  font-size: 14px;
  color: #000;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.n-compare-data .list-item .top .btn-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #dcdcdc;
}
.n-compare-data .list-item .top .btn-box .sp2 {
  padding: 0 .5rem;
  cursor: pointer;
}
.n-compare-data .list-item .top .btn-box .sp2.cur {
  color: #e60012;
}
.n-compare-data .car-list {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.25rem;
  min-height:400px;
}
.n-compare-data .car-list .sp1 {
  width: 150px;
}
.n-compare-data .car-list .sp2 {
  width: calc((100% - 300px) / 3);
  padding-right: 1rem;
}
.n-compare-data .car-list .tit-title {
  padding: .5rem 0;
  line-height: 1.2;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
}
.n-compare-data .car-list .tit-title .sp1 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.n-compare-data .car-list .tit-title .sp2 {
  font-size: 22px;
  line-height: 1.2;
  color: #000;
}
.n-compare-data .car-list .ulbox {
  padding-top: .5rem;
}
.n-compare-data .car-list .ulbox .li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.n-compare-data .list-item:last-child {
  border-bottom: none;
}
.n-compare-data .tip-box {
  margin-top: .75rem;
}
@media (max-width: 960px) {
  .n-compare-data .list-item .li {
    width: 32%;
    margin: 0 .5%;
  }
  .n-compare-data .list-item .tit-title {
    font-size: 18px;
  }
  .n-compare-data .list-item .tit1 {
    font-size: 16px;
  }
  .n-compare-data .list-item .info {
    font-size: 12px;
    margin: 0 3px;
  }
  .n-compare-data .list-item .bot {
    opacity: 1;
  }
  .n-compare-data .list-item .img-btn {
    width: 1.5rem;
    height: auto;
  }
  .n-compare-data {
    overflow-x: auto;
  }
  .n-compare-data .warp-scroll {
    min-width: 600px;
  }
  .n-compare-data .car-list .tit-title .sp1 {
    font-size: 18px;
  }
  .n-compare-data .car-list .tit-title .sp2 {
    font-size: 16px;
  }
  .n-compare-data .car-list .ulbox .li {
    font-size: 12px;
  }
  .n-compare-data .car-list .sp1 {
    width: 100px;
  }
  .n-compare-data .list-item .ul{
    padding:0 85px;
  }
  .n-compare-data .car-list .sp2 {
    width: calc((100% - 200px) / 3);
    padding-right: .5rem;
  }
  .n-compare-data .list-item .top .sp, .n-compare-data .list-item .top .btn-box {
    font-size: 12px;
  }
  .n-compare-data .warp-list.active .list-item {
    padding: .5rem 0 0;
  }
  .n-compare-data .tip-box, .n-compare-data .list-item .tit1 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .n-compare-data .list-item .tit2 {
    font-size: 12px;
  }
  .n-compare-data .list-item .add-btn{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:18px;
  }
}
@media (max-width: 767px) {
  .n-compare-data .list-item .li:nth-child(3){
    display:none;
  }
  .n-compare-data .warp-scroll{
    width:100%;
    min-width:auto;
  }
  .n-compare-data .list-item .li{
    width:48%;
  }
  .n-compare-data .car-list .sp2{
    width: calc((100% - 100px) / 2);
  }
  .n-compare-data .list-item .ul{
    padding:0 5%;
  }
  .n-compare-data .car-list .tit-title .sp2:nth-child(4),.n-compare-data .car-list .sp2:nth-child(4){
    display:none;
  }
  .n-compare-data .car-list .tit-title{
    margin-top:0;
  }
}

.about-sub .tit1.iconfont span{
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}
@media (max-width: 768px) {
	.n-service .list2 .tit1, .n-service .list3 .tit1{
		line-height:2;
	}
  .n-service .list2 .tit3,.n-service .list3 .tit3{
  	font-size: .65rem;
    width: 5.3rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #fff;
    margin-top: .6rem;
  }
  .n-service .list4 .more{
  	font-size: .65rem;
    width: 5.3rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #e30920;
    margin-top: 1.5rem;
  }
  .n-search .list1 .tab-box .li{
  	height:30px;
  	line-height:30px;
  	margin-right:5px;
  	margin-bottom:5px;
  }
}
@media (max-width:1680px) {
	.n-verificat .bot .input4 input{
		width:76px;
		padding:10px;
	}
}
@media (max-width:1024px) {
	.n-search .list1{
		box-shadow:none;
    margin-top:0;
	}
  .n-search2 .list1{
    margin-top:68px;
  }
	.n-search .service-banner{
		height: auto;
		padding:1.5rem 0;
		position:relative;
		z-index:8;
	}
	.n-search .text2 .input-box{
		border:1px solid #bbb;
	}
	.service-banner .text2{
		margin-top:0;
	}
	.service-banner .input1{
		color:#fff;
	}
	.service-banner .input2{
		
		background:url(../images/search-ico-hei.png) no-repeat center;
	}
	.n-search .list1{
		padding:0;
	}
	.service-banner .input1{
		height: 30px;
    	line-height: 30px;
    	color:#666;
	}
	.n-search .service-banner .input-box{
	  	margin-top:0;
	  }


	.n-service .list1{
		margin-top:0;
		box-shadow:none;
	}
	.n-service .service-banner{
		height: auto;
		padding:1.5rem 0;
		position:relative;
		z-index:8;
	}
	.n-service .text2 .input-box{
		border:1px solid #bbb;
	}
	.n-service .list1{
		padding:0 5% 1.5rem;
	}
	.service-banner .input1{
		height: 30px;
    	line-height: 30px;
    	color:#666;
	}
	.service-banner input:-moz-placeholder,
	.service-banner textarea:-moz-placeholder {
	  color: #666;
	}
	.service-banner input::-moz-placeholder,
	.service-banner textarea::-moz-placeholder {
	  color: #666;
	}
	.service-banner input:-ms-input-placeholder,
	.service-banner textarea:-ms-input-placeholder {
	  color: #666;
	}
	.service-banner input::-webkit-input-placeholder,
	.service-banner textarea::-webkit-input-placeholder {
	  color: #666;
	}
	.n-idea{
		height:50vh;
	}
	.n-banner{
		height:50vh;
	}
	.n-maintain .list1 .tit4,.n-maintain .list1 .tit5{
		font-size:14px;
	}
	.n-verificat .bot .input4 input{
		height:35px;
		padding:5px;
	}
  #about-container .index-swiper-wrapper .swiper-slide5 .text{
    text-align: left;
  }
  .n-news .list1 .tit3{
    font-size:12px;
  }
  .n-news .list1 .tit2{
    font-size:16px;
  }
}
.n-news .img{
  position:relative;
}
.n-news .img .tit4{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.5);
  font-weight:bold;
  display:flex;
  flex-flow:row nowrap;
  justify-content:center;
  align-items:center; 
}
.glightbox-clean .gslide-title{
  margin-bottom:0 !important;
  text-align:center;
}

@media (max-width: 1680px){
  .about-alert .colse-btn{
    right:calc(50vw - 492px);
  }
  .about-alert .w1000 {
    width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px){
  .about-alert .w1000 {
    width: 100%;
  }
  /*.about-alert .colse-btn{
    width: calc(100% - 139px);
  }*/
}
@media (max-width: 1025px){
  /*.about-alert .colse-btn{
    width:100%;
  }*/
  .about-alert .colse-btn{
    right:0;
  }
}
.idea-list{
	padding:1.5rem 0;
}
.idea-list .li {
	padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.idea-list .li .tit3{
	font-size:14px;
	line-height: 2;
}
.idea-list .li .tit3 p{
	color:#666;
}
.n-guarantee .li:last-child{
	border-bottom:none;
}
.mobile-verificat{
	padding:0;
}
.n-verificat .text-box{
	padding:1.5rem 3%;
	background:none;
}

@media (max-width: 1025px){
  .n-verificat .text-box{
    padding:1.5rem 0;
    background:none;
  }
  .n-verificat .bot .input4 input{
    width:22%;
  }
  .n-verificat .bot .input4 span{
    background:#d3d3d3;
    width:2%;
  }
  .n-receipt .list11 input{
    line-height:40px;
    padding:0px;
  }
}
.n-receipt .list10 .itembox{
  margin-bottom:15px;
}

.mobitem .sub-menu {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.mobitem .sub-menu ul {
  width: 100%;
  padding-bottom:1rem;
}
.mobitem .sub-menu li {
  font-size: 12px;
  border-bottom:1px solid #d1d1d1;
}
.mobitem .sub-menu .tit {
  display: block;
  width: 100%;
  font-size:12px;
  line-height: 40px;
  color: #000;
  position: relative;
  box-sizing: border-box;
}
.mobitem .sub-menu .titx {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 40px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.mobitem .sub-menu .sub-tit:after {
  content: '\e6b9';
  display: block;
  width: 26px;
  height: 26px;
  line-height:26px;
  text-align:center;
  position: absolute;
  right:0%;
  top: 6px;
  font-size:12px;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.mobitem .sub-menu .sub-tit.on {
  /*background-color: #e9e9e9;*/
}
.mobitem .sub-menu .sub-tit.on:after {
  transform:rotate(-45deg);
}
.mobitem .sub-menu .sec-list {
  line-height: 40px;
  /*padding: 10px 4%;*/
  display: none;
  border-top:1px solid #d1d1d1;
}
.mobitem .sub-menu .sec-list p {
  font-size: 12px;
  line-height:30px;
  /*border-bottom: 1px solid #d0d3d4;*/
}
.mobitem .sub-menu .sec-list a {
  padding-left: 3%;
  color: #666;
  display: block;
}
.mobitem .sub-menu .sec-list p:last-child{
  border-bottom:none;
}
.mobitem.active .other-btn{
  opacity:1;
  visibility: visible;
}
.mobitem .sub-menu .sec-list-box{
  padding: 4.62963vw 0 0;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-size:12px;
  border-bottom:none;
}
.mobitem .sec-list-box .warpbox{
  display:inline-block;
}
.mobitem .sec-list-box .warpbox p a{
  color:#415fff;
}
.mobitem .sec-list-box .warpbox p{
  display:inline-block;
}
.mobitem .sec-list-box .warpbox p.p1{
  margin:0 10px;
}
.mobitem .sub-menu .ulbox{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:center;
  padding:.6rem 3%;
}
.mobitem .sub-menu  .ulbox .item{
  display: inline-block;
  width: 50%;
  height: 11.48148vw;
  line-height: 11.48148vw;
  position:relative;
}
.mobitem .sub-menu  .ulbox .item img{
  margin-right:10px;
}
.mobitem .sub-menu  .ulbox .item:after{
  content:"\e884";
  position:absolute;
  width:20px;
  height:20px;
  text-align:center;
  line-height:20px;
  right:10%;
  top:50%;
  color:#999;
  font-size:12px;
  margin-top:-10px;
}








.n-car2 .word1 {
  letter-spacing: 10px;
}
.n-car2 img1 {
  display: block;
}
.n-car2 .img2 {
  display: none;
}
.n-car2 .appearance-list {
  display: block;
}
@media (max-width: 767px) {
  .n-car2 .img1 {
    display: none;
  }
  .n-car2 .img2 {
    display: block;
  }
  .n-car2 .tit2 {
    margin-top: 10px;
  }
}
.n-car2 .list1 img {
  width: 100%;
}
.n-car2 .list2 {

  position: relative;
}
.n-car2 .list2 img {
  width: 100%;
}
.n-car2 .list2 .text {
  width: 12.5rem;
  position: absolute;
  padding-top: 19.5%;
  top: 0;
  right: 10%;
}
@media (max-width: 1270px) {
  .n-car2 .list2 .text {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .n-car2 .list2 .text {
    width: 90%;
    left: 5%;
    right: auto;
    padding-top: 0;
    top: 1.5rem;
    text-align: center;
  }
}
.n-car2 .list3 {
  position: relative;
}
.n-car2 .list3 img {
  width: 100%;
}
.n-car2 .list3 .text {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: 2.25rem;
}
@media (max-width: 960px) {
  .n-car2 .list3 .text {
    top: 0.75rem;
  }
}
.n-car2 .list4 {
  position: relative;
}
.n-car2 .list4 img {
  width: 100%;
}
.n-car2 .list4 .text {
  width: 11rem;
  padding-top: 20.8%;
  right: 13.5%;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .n-car2 .list4 .text {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .n-car2 .list4 .text {
    width: 90%;
    left: 5%;
    right: auto;
    padding-top: 0;
    top: 1.5rem;
    text-align: center;
  }
}
.n-car2 .list5 {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5rem 68px;
}
.n-car2 .list5 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-car2 .list5 .ulbox .li {
  width: 30.8%;
  margin-right: 3.8%;
}
.n-car2 .list5 .ulbox .li img{
  max-width:100%;
}
.n-car2 .list5 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.n-car2 .list5 .ulbox p {
  margin-top: .5rem;
}
@media (max-width: 767px) {
  .n-car2 .list5 {
    padding: 3.5rem 2rem;
  }
  .n-car2 .list5 .ulbox {
    width: 100%;
    text-align: center;
  }
  .n-car2 .list5 .ulbox .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5%;
  }
  .n-car2 .list5 .ulbox p {
    font-size: 16px;
  }
}
.n-car2 .list6 {
  position: relative;
}
.n-car2 .list6 img {
  width: 100%;
}
.n-car2 .list6 .text {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: 1.6rem;
}
.n-car2 .list6 .text .tit2 {
  width: 880px;
}
.n-car2 .list6 .p1 {
  position: absolute;
  width: 100%;
  font-size: 15px;
  bottom: 1.5rem;
  text-align:right;
  padding-right:68px;
}
@media (max-width: 1440px) {
  .n-car2 .list6 .p1{
    font-size:12px;
  }
}
@media (max-width: 960px) {
  .n-car2 .list6 .text {
    top: .75rem;
    width: 90%;
  }
  .n-car2 .list6 .text .tit2 {
    width: 100%;
    font-size: 12px;
  }
  .n-car2 .list6 .p1{
    padding-right:0;
    text-align:center;
  }
}
@media (max-width: 450px) {
  .n-car2 .list6 .text {
    top: 1.5rem;
  }
  .n-car2 .list6 .tit2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .n-car2 .list6 .p1 {
    font-size: 12px;
    bottom: 1rem;
  }
}
.n-car2 .appearance-j1 {
  color: #525252;
  width: 480px;
}
@media (max-width: 767px) {
  .n-car2 .appearance-j1 {
    width: 100%;
  }
}
.n-car2 .appearance-j1:hover {
  color: #525252;
}
@media (max-width: 767px) {
  .n-car2 .list4 .text .tit2 {
    font-size: 12px;
  }
  .n-car2 .list2 .text .tit2 {
    font-size: 12px;
  }
  .n-car2 .list3 .text .tit2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .n-car2 .list3 .text {
    top: 1.5rem;
  }
  .n-car2 .word1 {
    letter-spacing: 2px;
  }
}
@media (max-width: 1400px) {
  .n-car2 .tit-18 {
    font-size: 16px;
  }
  .n-power .list8 .content-box .text .tit3{
    font-size:14px;
  }
  .n-compare .list-item .tit1{
    font-size:16px;
  }
}
@media (max-width: 1680px) {
  .n-car2 .w1200 {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  .n-car2 .w1200 {
    width: calc(100% - 139px);
  }
}
@media (max-width: 1024px) {
  .n-car2 .w1200 {
    width: 90%;
  }
}

.n-power .list7 {
  padding: 3.35rem 0 4rem;
  background-size:cover;
}
@media (max-width: 767px) {
  .n-power .list7 .text2 .tit2 {
    font-size: 12px;
  }
  .n-power .list7{
    padding: 2.5rem 5%;
  }
  .n-control .list11 .ulbox .li{
    margin-right:0 !important;
  }
}
.n-power .list8 {
  padding: 3.5rem 0 4rem;
  background-color: #15181a;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.n-power .list8 .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.n-power .list8 .content-box .li {
  padding: 1rem 1rem 1.5rem;
  width: 48.5%;
  margin-bottom: 3%;
  border: 4px solid rgba(110, 118, 125, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-power .list8 .content-box .tit2 {
  margin-bottom: .5rem;
}
.n-power .list8 .content-box .text {
  width: calc(100% - 150px);
}
.n-power .list8 .content-box .li2 {
  width: 100%;
  padding: 0 0 0 1rem;
}
.n-power .list8 .content-box .li2 .text {
  width: calc(100% - 150px);
}
.n-power .list8 .content-box .li2 .img3 {
  width: 50%;
}
.n-power .list8 .content-box .li2 .img3 img{
  max-width:100%;
}
.n-power .list8 .content-box .warp-text {
  width: 48.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-power .list8 .content-box .li:hover {
  border: 4px solid #997d5e;
}
@media (max-width: 1023px) {
  .n-power .list8 .content-box .li {
    width: 100%;
  }
  .n-power .list8 .content-box .li2 {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .n-power .list8 .content-box .img {
    width: 4rem;
    height: 4rem;
  }
  .n-power .list8 .content-box .text {
    width: calc(100% - 6rem);
  }
  .n-power .list8 .content-box .li2 .text {
    width: calc(100% - 6rem);
  }
  .n-power .list8 .content-box .li2 .img3 {
    width: 100%;
  }
  .n-power .list8 .content-box .li2 {
    padding: 1rem 0 0 0;
  }
  .n-power .list8 .content-box .tit2 {
    font-size: 16px;
  }
  .n-power .list8 .content-box .tit3 {
    font-size: 12px;
    line-height: 1.6;
  }
  .n-power .list8 .content-box .warp-text {
    width: 100%;
    padding: 0 1rem;
  }
}
.n-power .list9 {
  position: relative;
  padding: 3rem 0 5rem;
}
.n-power .list9 .pc-bg, .n-power .list9 .mobile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.n-power .list9 .warp-ulbox {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.n-power .list9 .warp-ulbox .ulbox {
  overflow: hidden;
  background: #fff;
}
.n-power .list9 .warp-ulbox .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-power .list9 .warp-ulbox .li-left {
  padding: 1rem;
  width: 50%;
  text-align: justify;
}
.n-power .list9 .warp-ulbox .li-left .tit4 {
  margin-bottom: .5rem;
}
.n-power .list9 .warp-ulbox .li-left .tit5 {
  color: #555;
  line-height: 1.8;
}
.n-power .list9 .warp-ulbox .li-img {
  width: 50%;
}
.n-power .list9 .warp-ulbox .li-img img {
  width: 100%;
}
.n-power .list9 .text {
  position: relative;
  z-index: 3;
  width: 790px;
  display: block;
  margin: 0 auto 2rem;
}
.n-power .list9 .text .tit2 {
  margin-top: 1.2rem;
  margin-bottom: .3rem;
}
.n-power .list9 .text .tit3 {
  line-height: 2;
}
.n-power .list9 .swiper-pagination {
  width: 100%;
  bottom: 0;
}
.n-power .list9 .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
}
.n-power .list9 .swiper-pagination span.swiper-pagination-bullet-active {
  background: white;
}
.n-power .list9 .swiper-button-prev, .n-power .list9 .swiper-button-next {
  background: none;
  width: 40px;
  height: 40px;
  margin-top: calc(-20px - 1rem);
}
.n-power .list9 .swiper-button-prev:before, .n-power .list9 .swiper-button-next:before {
  content: "";
  background: url(../images/img3.png) no-repeat center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  transition: all .3s;
}
.n-power .list9 .swiper-button-next:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-power .list9 .swiper-button-prev:hover:before, .n-power .list9 .swiper-button-next:hover:before{
  background: url(../images/img3-1.png) no-repeat center;
}
@media (max-width:1800px) {
  .n-power .list9 .warp-ulbox .li-left .tit5{
    font-size:16px;
  }
}
@media (max-width: 1560px) {
  .n-power .list9 .warp-ulbox {
    width: 90%;
  }
}
@media (max-width:1360px) {
  .n-power .list9 .warp-ulbox .li-left .tit5{
    font-size:14px;
  }

}
@media (max-width:1280px) {
  .n-power .list9 .warp-ulbox .li-left .tit5{
    font-size:12px;
  }
}
@media (max-width: 1023px) {
  .n-power .list9 .text {
    width: 90%;
  }
  .n-power .list9 .tit3 {
    font-size: 12px;
    line-height: 1.8;
  }
  .n-power .list9 .warp-ulbox {
    width: 90%;
  }
  .n-power .list9 .warp-ulbox .li-img, .n-power .list9 .warp-ulbox .li-left {
    width: 100%;
  }
  /*.n-power .list9 .warp-ulbox .li-left {
    padding-bottom: 2rem;
  }*/
  .n-power .list9 .warp-ulbox .li-left{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:center;
  }
  .n-power .list9 .warp-ulbox .ulbox {
    width: 100%;
  }
  .n-power .list9 .warp-ulbox .li-left .tit4 {
    font-size: 16px;
  }
  .n-power .list9 .warp-ulbox .li-left .tit5 {
    font-size: 12px;
    line-height: 1.8;
  }
  .n-power .list9 .warp-ulbox .swiper-slide {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .n-power .list9 .swiper-button-prev, .n-power .list9 .swiper-button-next {
    margin-top: -35%;
    display: none;
  }
  .n-power .list9 .swiper-button-prev:before, .n-power .list9 .swiper-button-next:before {
    background-size: 25px auto;
  }
}
@media (max-width: 767px) {
  .n-power .list9 .text .tit2 {
    font-size: 16px;
  }
}

.n-control .list10 img {
  width: 100%;
}
.n-control .list10 .text {
  position: absolute;
  text-align: right;
  left: 50%;
  top: 0;
  padding-top: 15%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.n-control .list10 .n-text{
  display:inline-block;
  text-align:left;
}
.n-control .list10 .text .tit2 {
  width: 440px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 1439px) {
  .n-control .list10 .text .tit2 {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .n-control .list10 .text .tit2 {
    width: 378px;
  }
  .n-control .list10 .n-text{
    text-align:center;
  }
}
@media (max-width: 767px) {
  .n-control .list10 .text {
    position: relative;
    padding: 2.5rem 5%;
    width: 100%;
    background: #2e2e2e;
    text-align: center;
    left: auto;
    -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  .n-control .list10 .text .tit2 {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
    margin-top: .2rem;
  }
}
.n-control .list11 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 4.6% 0 5.2%;
}
.n-control .list11 .car-box {
  margin: 1rem auto;
  position: relative;
}
.n-control .list11 .car-box img {
  width: 100%;
}
.n-control .list11 .car-box .img4, .n-control .list11 .car-box .img5 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.n-control .list11 .car-box .img4 img, .n-control .list11 .car-box .img5 img {
  max-width: none;
  width: auto;
}
.n-control .list11 .car-box .img4 {
  bottom: 0;
  top: auto;
}
.n-control .list11 .car-box .img {
  /*width:100%;*/
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.n-control .list11 .car-box .img4 {
  height: 0%;
  transition: all 1.5s ease;
}
.n-control .list11 .car-box .img5 {
  width: 0%;
  transition: all 1.5s ease;
}
.n-control .list11 .car-box.animate .img4 {
  height: 100%;
}
.n-control .list11 .car-box.animate .img5 {
  width: 100%;
}
.n-control .list11 .car-box .img4{
  bottom:-12px;
}
.n-control .list11 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-control .list11 .ulbox .li {
  width: 30%;
  margin-right: 4.5%;
}
.n-control .list11 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.n-control .list11 .ulbox img {
  width: 100%;
}
.n-control .list11 .ulbox .box {
  margin-top: .8rem;
}
.n-control .list11 .ulbox .tit3 {
  margin-bottom: .3rem;
}
@media (max-width: 1440px) {
  /*.n-control .list11 .ulbox {
    width: 90%;
  }*/
}
@media (max-width: 767px) {
  .n-control .list11 {
    padding: 2rem 0 1.5rem;
  }
  .n-control .list11 .ulbox {
    margin-top: 2.5rem;
  }
  .n-control .list11 .ulbox .tit3 {
    font-size: 16px;
  }
  .n-control .list11 .ulbox .li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .n-control .list11 .ulbox .tit3 {
    margin-bottom: .1rem;
  }
  .n-control .list11 .ulbox .tit4 {
    font-size: 12px;
  }
}
.n-control .list12 {
  background: #353637;
  padding: 2.25rem 68px 4rem;
  position:relative;
  z-index:1;
}
.n-control .list12 .warp-ulbox {
  position: relative;
  width:1400px;
  margin: 1.75rem auto 0;
}
.n-control .list12 .warp-ulbox .ulbox {
  overflow: hidden;
  /*width: 1500px;
  margin: 0 auto;*/
  position: relative;
}
.n-control .list12 .warp-ulbox .swiper-slide {
  background: #53575a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-control .list12 .warp-ulbox .li-left {
  padding: 1rem 75px;
  width: 50%;
  text-align: justify;
}
.n-control .list12 .warp-ulbox .li-left .tit4 {
  margin-bottom: .5rem;
}
.n-control .list12 .warp-ulbox .li-left .tit5 {
  color: #fff;
}
.n-control .list12 .warp-ulbox .li-img {
  width: 50%;
}
.n-control .list12 .warp-ulbox .li-img img {
  width: 100%;
}
.n-control .list12 .ulbox {
  background: #53575a;
}
.n-control .list12 .text {
  position: relative;
  z-index: 3;
  width: 780px;
  display: block;
  margin: 0 auto 2rem;
}
.n-control .list12 .text .tit2 {
  margin-top: .5rem;
  margin-bottom: .3rem;
}
.n-control .list12 .swiper-pagination {
  width: 50%;
  bottom: 1.5rem;
  right: 0;
  left: auto;
  padding-left: 75px;
  text-align: left;
}
.n-control .list12 .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  margin: 0 5px;
}
.n-control .list12 .swiper-pagination span.swiper-pagination-bullet-active {
  background: transparent;
  border: 3px solid #b1043f;
}
.n-control .list12 .swiper-button-prev, .n-control .list12 .swiper-button-next {
  background: none;
  width: 40px;
  height: 40px;
  
}
.n-control .list12 .swiper-button-prev:before, .n-control .list12 .swiper-button-next:before {
  content: "";
  background: url(../images/img3.png) no-repeat center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  transition:all .5s ease;
}
.n-control .list12 .swiper-button-prev:hover:before, .n-control .list12 .swiper-button-next:hover:before{
  background: url(../images/img3-1.png) no-repeat center;
}
.n-control .list12 .swiper-button-next:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1680px) {
  .n-control .list12 .warp-ulbox{
    width:1200px;
  }
}
@media (max-width: 1580px) {
  .n-control .list12 {
    padding: 2rem 5% 2.5rem;
  }
  .n-control .list12{
    padding: 2rem 0 2.5rem;
  }
}
@media (max-width: 1280px) {
  .n-control .list12 .warp-ulbox{
    width: calc(100% - 139px);
  }
  .n-control .list12 .ulbox{
    width:100%;
  }
}
@media (max-width: 1023px) {
  .n-control .list12 .warp-ulbox{
    width:90%;
  }
  .n-control .list12 .warp-ulbox .li-img {
    width: 100%;
  }
  .n-control .list12 .warp-ulbox .li-left {
    width: 100%;
    padding: 1rem 1rem 5rem;
  }
  .n-control .list12 .warp-ulbox .li-left .tit4 {
    font-size: 16px;
  }
  .n-control .list12 .warp-ulbox .li-left .tit5 {
    font-size: 12px;
  }
  .n-control .list12 .swiper-pagination {
    width: 100%;
    text-align:center;
    padding:0;
  }
  .n-control .list12 .swiper-button-next, .n-control .list12 .swiper-button-prev {
    margin-top: -28%;
    width: 25px;
    height: 25px;
    display: none;
  }
  .n-control .list12 .swiper-button-prev {
    left: 0;
  }
  .n-control .list12 .swiper-button-next {
    right: 0;
  }
  .n-control .list12 .swiper-button-prev:before, .n-control .list12 .swiper-button-next:before {
    width: 25px;
    height: 25px;
    background-size: 25px auto !important;
  }
}
.n-control .list13 {
  position: relative;
  padding: 2rem 0 0;
}
.n-control .list13 .imgbox {
  margin-top: 1rem;
  display: block;
  position: relative;
  z-index: 2;
}
.n-control .list13 .imgbox img{
  max-width:100%;
}
.n-control .list13 .li {
  width: 13px;
  height: 13px;
  background: url(../images/img5-1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  -webkit-animation: scale1 2s 0.5s infinite linear;
          animation: scale1 2s 0.5s infinite linear;
}
.n-control .list13 .li1 {
  left: 6%;
  top: 21%;
  z-index: 2;
}
.n-control .list13 .li2 {
  left: 80%;
  top: 33%;
  z-index: 2;
}
.n-control .list13 .li3 {
  left: 75%;
  top: 41%;
  z-index: 2;
}
.n-control .list13 .text {
  position: relative;
  z-index: 2;
}
.n-control .list13 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .n-control .list13 .imgbox {
    margin-top: 2rem;
  }
  .n-control .list13 .imgbox .li {
    width: 12px;
    height: 12px;
  }
  .n-control .list13 .li1 {
    left: 3%;
    top: 18%;
  }
  .n-control .list13 {
    padding-bottom: 2.5rem;
  }
  .n-control .list13 .tit2 {
    font-size: 12px;
  }
}
.n-control .list14 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 2.5rem 0 4rem;
}
.n-control .list14 img {
  width: 100%;
}
.n-control .list14 .tab-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-control .list14 .tab-li .li {
  width: 33.3%;
  padding: 18px 0;
  color: #7d7d7d;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid #7d7d7d;
}
.n-control .list14 .tab-li .li.cur {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.n-control .list14 .tab-box {
  margin-top: 25px;
}
.n-control .list14 .tab-item {
  display: none;
}
.n-control .list14 .swiper-ulbox{
  overflow: hidden;
  margin-top:25px;
}
@media (max-width: 767px) {
  .n-control .list14 .tab-li .li {
    padding: 10px 0;
    margin-top: 1rem;
    font-size: 12px;
  }
}
.n-control .list15 {
  padding: 2.25rem 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.n-control .list15 .tit2 {
  width: 1050px;
  margin: .2rem auto 0;
}
.n-control .list15 .imgbox {
  position: relative;
  width: 1400px;
  margin: 1.5rem auto 0;
}
.n-control .list15 .imgbox img {
  width: 100%;
}
.n-control .list15 .imgbox .img4 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.n-control .list15 .bot {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -9%;
}
.n-control .list15 .bot .img3 {
  position: absolute;
  width: 120%;
  left: 50%;
  top: 0;
  margin-left: -60%;
  max-width: none;
}
.n-control .list15 .bot img {
  width: 120%;
  -webkit-animation: planet1 30s infinite linear;
          animation: planet1 30s infinite linear;
}
.n-control .list15 .wave-container{
  height: 110px;
  margin-top: -140px;
  position:relative;
  bottom:-30px;
  z-index:5;
  overflow: hidden;
}
.n-control .list15 .imgbox .img4,.n-control .list15 .imgbox .img5{
  z-index:6;
}
.n-control .list15 .wave-container .wave{
  width:100%;
  height:100%;
  position:absolute;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position: center bottom
}
.n-control .list15 .wave-container .wave1{
  -webkit-animation: move1 15s infinite linear;
  animation: move1 15s infinite linear;
}
.n-control .list15 .wave-container .wave2{
  -webkit-animation: move1 8s infinite linear;
  animation: move1 8s infinite linear;
}
.n-control .list15 .wave-container .wave3{
  -webkit-animation: move1 12s infinite linear;
  animation: move1 12s infinite linear;
}
.n-control .list15 .wave-container .wave4{
  -webkit-animation: move1 8s infinite linear;
  animation: move1 8s infinite linear;
}
.n-control .list15 .wave-container .wave5{
  -webkit-animation: move1 12s infinite linear;
  animation: move1 12s infinite linear;
}
.n-control .list15 .wave-container .wave6{
  -webkit-animation: move1 10s infinite linear;
  animation: move1 10s infinite linear;
}.n-control .list15 .wave-container .wave7{
  -webkit-animation: move1 10s infinite linear;
  animation: move1 10s infinite linear;
}

@keyframes move1 {
  0% {
      transform: translateZ(0) translateY(0);
      -webkit-transform: translateZ(0) translateY(0);
  }

  33.333% {
      transform: translateZ(0) translateY(28px);
      -webkit-transform: translateZ(0) translateY(28px);
  }
  66.6667% {
      transform: translateZ(0) translateY(-28px);
      -webkit-transform: translateZ(0) translateY(-28px);
  }
  100% {
      transform: translateZ(0) translateY(0);
      -webkit-transform: translateZ(0) translateY(0);
  }
}
@media (max-width: 1560px) {
  .n-control .list15 .imgbox {
    width: 80%;
  }
  .n-control .list15 .tit2 {
    width: 780px;
  }

}
@media (max-width: 1270px) {
  .n-control .list15 .tit2 {
    width: 90%;
  }

  .n-control .list15 .wave-container{
    height: 90px;
    margin-top: -95px;
  }
}
@media (max-width: 767px) {
  .n-control .list15 .bot {
    margin-top: -9%;
  }
  .n-control .list15 .tit2 {
    line-height: 1.8;
    font-size: 12px;
  }
  .n-control .list15 .imgbox{
    width: 98%;
  }


  /*.n-control .list15 .wave-container{
    height: 3rem;
    margin-top: -2.5rem;
  }
  .n-control .list15 .wave-container .wave{
    background-size: auto 3rem;
  }*/
}

.n-control .list16 {
  position: relative;
}
.n-control .list16 .text {
  padding-top: 15.6%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.n-control .list16 .text .tit2 {
  margin-top: .3rem;
  width: 330px;
}
.n-control .list16 img{
  max-width:100%;
}
@media (max-width: 767px) {
  .n-control .list16 .text .tit1 {
    font-size: 16px;
  }
  .n-control .list16 .text .tit2 {
    line-height: 1.8;
    font-size: 12px;
    width: 210px;
  }
}

@-webkit-keyframes scale1 {
  0%,100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale1 {
  0%,100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes planet1 {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  25% {
    -webkit-transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
            transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
            transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
            transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
            transform: rotate(360deg) translate(0, 0) rotate(-360deg);
  }
}
@keyframes planet1 {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  25% {
    -webkit-transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
            transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
            transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
            transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
            transform: rotate(360deg) translate(0, 0) rotate(-360deg);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes planet1 {
    0% {
      -webkit-transform: rotate(0) translate(0, 0);
              transform: rotate(0) translate(0, 0);
    }
    25% {
      -webkit-transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
              transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
    }
    50% {
      -webkit-transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
              transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
    }
    75% {
      -webkit-transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
              transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
    }
    100% {
      -webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
              transform: rotate(360deg) translate(0, 0) rotate(-360deg);
    }
  }
  @keyframes planet1 {
    0% {
      -webkit-transform: rotate(0) translate(0, 0);
              transform: rotate(0) translate(0, 0);
    }
    25% {
      -webkit-transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
              transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
    }
    50% {
      -webkit-transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
              transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
    }
    75% {
      -webkit-transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
              transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
    }
    100% {
      -webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
              transform: rotate(360deg) translate(0, 0) rotate(-360deg);
    }
  }
}

.glightbox-container .ginner-container{
  position:relative;
}
.glightbox-clean .gslide-description{
  position: absolute;
  width: 100%;
  bottom:0 !important;
}


.n-evaluate{
  margin-bottom:1.5rem;
}
.n-evaluate .evaluate-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  
}
.n-evaluate .evaluate-top .sp {
  font-size: 26px;
  color: #e30920;
}
.n-evaluate .evaluate-top .sp span {
  font-size: 14px;
  color: #535353;
}
.n-evaluate .evaluate-top .tab-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.n-evaluate .evaluate-top .tab-box .li {
  margin-right: 44px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.n-evaluate .evaluate-top .tab-box .img {
  width: 20px;
  height: 20px;
  border: 1px solid #212121;
  margin-right: 10px;
}
.n-evaluate .evaluate-top .tab-box .img img {
  max-width: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.n-evaluate .evaluate-top .tab-box .li:last-child {
  margin-right: 0;
}
.n-evaluate .lista .li-item:last-child{
  border-bottom:none;
}
.n-evaluate .evaluate-top .li.cur .img {
  border: none;
}
.n-evaluate .evaluate-top .li.cur img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.n-evaluate .lista .li-item {
  padding: 60px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
.n-evaluate .lista .name-icon {
  width: 47px;
  height: 47px;
}
.n-evaluate .lista .name-icon img {
  max-width: 100%;
  max-height: 100%;
}
.n-evaluate .lista .item-content {
  width: calc(100% - 60px);
  position: relative;
}
.n-evaluate .lista .item-content .e-icon {
  padding-left: 24px;
  background: url(../images/img14.png) no-repeat left center;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  color: #e30920;
}
.n-evaluate .lista .item-content .sp1 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  color: #69390e;
}
.n-evaluate .lista .item-content .sp2 {
  font-size: 13px;
  line-height: 1;
  color: #aaa;
  margin-bottom: 15px;
}
.n-evaluate .lista .item-content .sp3 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 20px;
}
.n-evaluate .lista .item-content .sp4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.n-evaluate .lista .item-content .sp4 .li {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-right: 12px;
  border: 1px solid transparent;
  transition: all .3s ease;
  cursor: url(../images/mouse-zoom-in.png), url(../images/mouse-zoom-in.cur), auto;
}
.n-evaluate .lista .item-content .sp4 .li:hover, .n-evaluate .lista .item-content .sp4 .li.cur {
  border: 1px solid rgb(230, 0, 18);
}
.n-evaluate .lista .item-content .wulbox {
  width: 400px;
  height: auto;
  display: none;
}
.n-evaluate .lista .item-content .wulbox .swiper-button-prev {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  margin-top: 0;
  cursor: inherit;
}
.n-evaluate .lista .item-content .wulbox .swiper-button-next {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  top: 0;
  right: 0;
  margin-top: 0;
  cursor: inherit;
}
.n-evaluate .lista .item-content .wulbox .warp-swiper-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 25%;
  height: 100%;
  cursor: url(../images/prev.cur), auto;
}
.n-evaluate .lista .item-content .wulbox .warp-swiper-next {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 25%;
  right: 0;
  height: 100%;
  cursor: url(../images/next.cur), auto;
}
.n-evaluate .lista .item-content .p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.2;
  margin-top: 10px;
}
.n-evaluate .lista .item-content .ulbox {
  margin-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: url(../images/mouse-zoom-out.png), url(../images/mouse-zoom-out.cur), auto;
}
.n-evaluate .lista .item-content .ulbox .li {
  /*background-repeat:no-repeat;
  background-position:center;
  background-size:100% auto;*/
}
.n-evaluate .lista .item-content .ulbox .li img{
  max-width:100%;
}
.n-evaluate .lista .item-content .zhan-box {
  margin-top: 20px;
  font-size: 13px;
  height: 25px;
  line-height: 34px;
  color: #535353;
  background: url(../images/img12.png) no-repeat left center;
  padding-left: 30px;
  cursor:pointer;
}
.n-evaluate .lista .item-content .bot-box {
  padding: 22px;
  background: #eee;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.n-evaluate .lista .item-content .bot-box .img {
  width: 32px;
  height: 32px;
}
.n-evaluate .lista .item-content .bot-box .text {
  width: calc(100% - 50px);
}
.n-evaluate .lista .item-content .bot-box .text .tit1 {
  color: #e30920;
  line-height: 1.5;
  margin-bottom: 5px;
}
.n-evaluate .lista .item-content .bot-box .text .tit2 {
  line-height: 1.8;
}
.n-evaluate .lista .item-content .bot-box .text .tit2 .zhan-box {
  margin-top: 0;
  display: inline-block;
}
.n-evaluate .lista .li-item:last-child {
  border-bottom: none;
}
.n-evaluate .more-click {
  background: #eee;
  text-align: center;
  font-size: 14px;
  color: #e30920;
  height: 45px;
  line-height: 45px;
  margin-bottom: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .n-evaluate .evaluate-top {
    margin-top: 1.5rem;
  }
  .n-evaluate .evaluate-top .sp {
    width: 100%;
  }
  .n-evaluate .evaluate-top .tab-box {
    width: 100%;
  }
  .n-evaluate .evaluate-top .tab-box .li {
    margin-right: 1rem;
  }
  .n-evaluate .evaluate-top .tab-box {
    font-size: 12px;
  }
  .n-evaluate .lista .item-content .sp3 {
    font-size: 14px;
  }
  .n-evaluate .lista .item-content .bot-box {
    padding: 10px;
  }
  .n-evaluate .lista .item-content .zhan-box {
    margin-top: 10px;
  }
  .n-evaluate .lista .item-content .bot-box .text {
    width: calc(100% - 40px);
  }
  .n-evaluate .lista .item-content .bot-box .text .tit2 {
    font-size: 12px;
  }
  .n-evaluate .lista .item-content .p{
    font-size:12px;
  }
  .n-evaluate .lista .item-content .wulbox, .n-evaluate .lista .item-content .ulbox {
    width: 100%;
  }
  .n-evaluate .lista .li-item {
    padding: 45px 0;
  }
  .n-evaluate .lista .item-content .sp1, .n-evaluate .lista .item-content .sp2 {
    font-size: 12px;
  }
  .n-evaluate .lista .item-content .e-icon {
    font-size: 12px;
    padding-left: 28px;
  }
}

.warp-about-sub{
  height:50px;
}
@media (max-width: 1024px){
  .warp-about-sub{
    height:45px;
  }
}

.share-box{
  position:fixed;
  right:25px;
  bottom:100px;
  z-index:9;
}
.share-box .top{
  width:50px;
  height:50px;
  cursor:pointer;
  display:none;
  border-bottom:1px solid #434343;
}
.share-box .top img{
  max-width:100%;
}
.share-box .btn-box{
  width:50px;
  height:50px;
}
.share-box .btn-box img{
  max-width:100%;
}
.share-box .share-btn{
  position:relative;
}
.share-box .list-btn{
  position:absolute;
  right:60px;
  height:51px;
  top:0;
  border:1px solid #e2e2e2;
  background:#fff;
  display:flex;
  flex-flow: row wrap;
  width: 152px;
}
.share-box .list-btn:before{
  content:"";
  position: absolute;
  background: #fff;
  width: 15px;
  height:15px;
  border: #ddd solid 1px;
  border-left: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  bottom:50%;
  margin-bottom: -9px;
  right: -9px;
  z-index: 10;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.share-box .list-btn a{
  display:block;
}
.share-box .list-btn .xing{
  width:50px;
  height:50px;
  border-right:1px solid #e2e2e2;
  background:url(../images/img19.png) no-repeat center center;
  padding:0;
  margin:0;
}
.share-box .list-btn .xing.cur{
   background:url(../images/img19-1.png) no-repeat center center;
}
.share-box .list-btn .bds_tsina{
  width:50px;
  height:50px;
  border-right:1px solid #e2e2e2;
  background:url(../images/img18.png) no-repeat center center;
  padding:0;
  margin:0;
}
.share-box .list-btn .bds_weixin{
  width:50px;
  height:50px;
  background:url(../images/img17.png) no-repeat center center;
  padding:0 !important;
  margin:0 !important;
}
.share-box .list-btn{
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
}
.bd_weixin_popup{
  height:auto !important;
}
.share-btn:hover .list-btn{
  opacity:1;
  filter: alpha(opacity=100);
  visibility:visible;
} 

@media (max-width: 1024px){
  .share-box{
    right: 5px;
    bottom: 50px;
  }
  .share-box .top,.share-box .btn-box{
    width:35px;
    height:35px;
  }
  .share-box .list-btn .xing.cur,.share-box .list-btn .xing,.share-box .list-btn .bds_tsina,.share-box .list-btn .bds_weixin{
    width: 35px;
    height: 35px;
    background-size:cover;
  }
  .share-box .list-btn{
    right: 40px;
    height: 36px;
    width:107px;
  }
  .share-box .list-btn:before{
    width: 10px;
    height: 10px;
    margin-bottom: -6px;
    right: -6px;
  }
}
.sales-info .map-box .nmap{
  width:100%;
}

.about-sub{
  border-top:none !important;
}
header{
  border-bottom:none !important;
}
.about-sub .tit3 span {
  font-family: "Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}

@media (max-width: 1366px){
  .n-products .list-item .tit1{
    font-size:16px;
  }
}
header.pchd .nav-level5 .imglist{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:flex-start;
}
header.pchd .nav-level5 .level5-item2 .d2 p.cur{
  font-weight:bold; 
  color:#333;
  font-size: 18px;
  margin-top:0px;
}

header.pchd .nav-level5 .level5-item2 .d2 p{
  color:#333;
  font-size: 18px;
  margin-top:0px;
}


header.pchd .nav-level5 .imglist .parameter-li{
  width:auto;
  text-align:center;
  margin-right:15px;
}
header.pchd .nav-level5 .imglist .parameter-li p{
  font-size: 12px;
  text-align: center;
  margin-top:2px;
  opacity:0;
}
header.pchd .nav-level5 .imglist .parameter-d1-a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  
}
header.pchd .nav-level5 .imglist .parameter-li.cur .parameter-d1-a{
  transform:translate(0,-10px);
}
header.pchd .nav-level5 .imglist .parameter-li.cur p{
  opacity:1;
}
header.pchd .nav-level5 .imglist .parameter-d1-b {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px){
  .n-personal .ulbox2 .rightbox .li3 .item-left{
    width:calc(100% - 120px);
  }
}

@media (max-width: 425px){
  .n-land .warp-img{
    background:none !important;
    height: 520px;
  }
  .n-land .text-box{
    height: 540px;
  }
      
  .n-land .landbox{
    padding: 30px 0;
  }
}
.n-personal .ulbox2 .portrait .img{
  line-height:90px;
  border-radius:50%;
  overflow: hidden;
}
.n-personal .ulbox2 .portrait .img img{
  width:100%;
  height:100%;
}
@media (max-width: 1440px){
  .n-control .list15 .wave-container{
    bottom: -40px;
  }
  .n-control .list11 .car-box .img4{
    bottom:-6px;
  }
}
@media (max-width: 425px) {
  .n-control .list15 .wave-container{
    height: 3.5rem;
    margin-top: -3.6rem;
    bottom: -1.5rem;
  }
  .n-control .list15 .warp-imgbox{
    overflow-y:auto;
  }
  .n-control .list15 .warp-imgbox .imgbox{
    min-width:500px;
  }
  .about-sub .n-about-sub .ulbox{
    font-size:16px;
  }

  .n-network .list1 .contentbox .itembox .bot .sp{
        padding-right: 1.2rem;
  }
  .n-network .list1 .contentbox .itembox .bot .sp:before{
    right: .6rem;
  }
  
}
@media (max-width: 768px) {
  .n-personal .ma-15{
    margin-top:10px;
  }
  .n-collection .ulbox .li .tit1{
    font-size:14px;
  }
  .n-collection .ulbox .li .bot span{
    font-size:12px;
  }
}
@media (max-width: 1023px) {
  .n-products{
    padding-bottom:45px;
  }
  .compare-side .content-box{
    padding:20px 0;
  }
  .compare-side .box .text{
    line-height:1.2;
    margin-bottom:15px;
  }
  .n-compare-data .car-list .tit-title{
    padding: .75rem 0;
  }
  .n-personal .tit1,.n-integral .list1 .tit1{
    font-size:16px;
  }

}


.n-products .list-item:first-child{
  border-bottom:none;
}
.n-compare .list-item:first-child{
  border-bottom:none;
}
.n-compare .list-item:first-child .tit-title{
  margin-bottom:0;
}
.n-compare .list-item:nth-child(2){
  padding-top:0;
}
.n-products .list-item:nth-child(2){
  padding-top:0;
}
header.pchd nav .item.cur .item-tit{
  color:#e60012;
}
.z-wximg{
  position:fixed;
  z-index:99;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.5);
  display:none;
}
.z-wximg img{
  width:4rem;
  height:4rem;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.iban a{
  display:block;
  width:100%;
  height:100%;
}

.n-evaluate .lista .li-item .ulbox-span{
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
}
header.pchd .pro-subnav .nav-level2{
  position:relative;
}
.nav-colse{
  position:absolute;
  width:70px;
  height:70px;
  right:68px;
  text-align:right;
  top:0;
  color:#333;
  font-size:24px;
  cursor:pointer;
}
.nav-colse:hover{
  color:#e60012;
}
@media (max-width:1200px) {
  .nav-colse{
    width:35px;
  }
  header.pchd .nav-level2 .level2-item{
     margin: 0 20px;
  }
  header.pchd .nav-level2 .level3-item {
    margin: 0 20px;
  }
}
@media (max-width:1024px) {
  .n-evaluate .lista .item-content .wulbox .warp-swiper-prev{
    background: url(../images/prev.cur) no-repeat center left;
    background-size:20px auto;
  }
  .n-evaluate .lista .item-content .wulbox .warp-swiper-next{
    background: url(../images/next.cur) no-repeat center right;
  }
}
@media (max-width:425px) {
  .n-evaluate .lista .item-content .wulbox .warp-swiper-prev{
    background: url(../images/prev.cur) no-repeat center left;
    background-size:20px auto;
  }
  .n-evaluate .lista .item-content .wulbox .warp-swiper-next{
    background: url(../images/next.cur) no-repeat center right;
    background-size:20px auto;
  }
}
/*# sourceMappingURL=z_style2.css.map */