



.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBan {
  position: relative;
  padding-top: 100px;
}
.indexBan .img img {
  width: 100%;
}
.indexBan .banner-page {
    bottom: 32px;
  }
  .indexBan .banner-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #009eff;
    border: 2px solid #009eff;
    margin: 0 5px;
    opacity: 1;
  }
  .indexBan .banner-page .swiper-pagination-bullet-active {
    background: transparent;
  }
  .video {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
  }
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.scroll-box {
  overflow: hidden;
}
.flex-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-title-box .home_title {
  text-align: left;
}
.flex-title-box .readmore {
  width: 200px;
  height: 50px;
  border: 1px solid #009eff;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border-radius: 40px;
  font-size: 18px;
  color: #009eff;
}
main{
    background-color: #eeeeee;
}
.section-product {
  position: relative;
  padding-top: 75px;
  padding-bottom: 125px;
  border-bottom: 1px solid #999999;
}
.section-product .factory_swiper {
  margin-top: 60px;
}
.section-product .factory_swiper a:hover .text .t1 {
  color: #666666;
}
.section-product .img {
  overflow: hidden;
}
.section-product .img img {
  width: 100%;
}
.section-product .text {
  padding-top: 20px;
}
.section-product .text .t1 {
  font-size: 24px;
  text-align: center ;
  color: #222;
  font-family: 'RisingSunBold';
}
.section-product .text p {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}
.section-product .factory_prev,
.section-product .factory_next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 50%;
  outline: none;
  margin-top: -10px;
}
.section-product .factory_prev .arrow,
.section-product .factory_next .arrow {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.section-product .factory_prev {
  left: 14%;
}
.section-product .factory_next {
  right: 14%;
}
.section-customers {
  padding-top: 115px;
  padding-bottom: 100px;
  border-bottom: 1px solid #eeeeee;
}
.section-customers .customerpc .item .text{
    width: 32%;
    float: right;
    font-family: 'RisingSunBold';
    color: #222222;
}
.section-customers .customerpc .item .text p{
    font-size: 30px;
    width: 50%;
    text-align: center;
    line-height: 26px;
    margin: auto;

}
.section-customers .customerpc .item .text span{
    font-size: 18px;
    width: 60%;
    text-align: center;
    line-height: 24px;
    margin: auto;
    display: block;
    margin-top: 15px;
}
.section-customers .customerpc .item:first-child .text{
    float: left;
    width: 32%;
}
.section-customers .customerpc .item .img-box{
    width: 68%;
    float: left;
}
.section-customers .customerpc .item {
width: 44%;
float: left;
margin-bottom: 10px;

}
.section-customers .customerpc .item a{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.section-customers .customerpc .item:first-child{
    width: 55%;
    margin-right: 10px;

}
.section-customers .customerpc .item:first-child a{
    flex-direction: initial;
}
.section-customers .customerpc .item div img {
  max-width: 100%;
}
.section-customers .customer {
  margin-top: 10px;
}
.section-customers .customer img {
  width: 100%;
}
.section-customers .swiper-wrapper {
  flex-direction: row;
}
.section-customers .swiper-wrapper .swiper-slide {
  padding: 6px;
}
.section-customers .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.section-customers .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
  background-color: #dddddd;
  outline: none ;
}
.section-customers .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009eff;
}
.section-hot {
  padding-top: 92px;
  padding-bottom: 102px;
}
.section-hot .hot-box {
  position: relative;
}
.section-hot .hot-swiper {
  margin-top: 60px;
}
.section-hot .hot-swiper .item {
  display: flex;
}
.section-hot .hot-swiper .img {
  width: 50%;
  flex: 1;
}
.section-hot .hot-swiper .img img {
  width: 100%;
  border:2px solid #eee;
}
.section-hot .hot-swiper .text {
  width: 50%;
  flex: 1;
  background-color: #eeeeee;
  padding-top: 65px;
  padding-left: 68px;
  padding-right: 80px;
  background-image: url(../images/bjt-gray.png);
  background-position: right 80px bottom 80px;
  background-repeat: no-repeat;
}
.section-hot .hot-swiper .text .k {
  font-size: 16px;
  color: #009eff;
}
.section-hot .hot-swiper .text .t {
  max-width: 384px;
  margin-top: 16px;
  font-size: 22px;
  font-family: 'RisingSunBold';
  line-height: 30px;
  color: #222;
}
.section-hot .hot-swiper .text .t a {
  color: inherit;
}
.section-hot .hot-swiper .text p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.section-hot .hot-swiper .text .star {
  margin-top: 38px;
}
.section-hot .hot-swiper .text .inquire {
  width: 95px;
  height: 32px;
  border: 1px solid #009eff;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  margin-top: 26px;
}
.section-hot .hot-swiper .text .inquire a {
  color: #009eff;
}
.section-hot .hot-prev,
.section-hot .hot-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 50%;
  outline: none;
  margin-top: -10px;
}
.section-hot .hot-prev .arrow,
.section-hot .hot-next .arrow {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.section-hot .hot-prev {
  left: 14.5%;
}
.section-hot .hot-next {
  right: 14.5%;
}
.section_choose {
  padding-top: 82px;
  background-size: cover;
}

.choose-list {
  margin-top: 48px;
}
.choose-list li {
  width: 33.333%;
  height: 308px;
  box-sizing: border-box;
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
}
.choose-list li:hover {
  background-color: #ffffff;
}
.choose-list li:nth-child(odd) {
  background-color: rgba(234, 85, 19, 0.9);
}
.choose-list li:nth-child(odd):hover {
  background-color: #009eff;
}
.choose-list li:nth-child(odd) .choose-title {
  color: #fff;
}
.choose-list li:nth-child(odd) p {
  color: #fff;
}
.choose-list li .item {
  padding: 26px 44px 0 44px;
}
.choose-list li .choose-title {
  margin-top: 20px;
  font-size: 36px;
  color: #222;
    font-family: 'RisingSunBold';
  line-height: 1;
}
.choose-list li p {
  margin-top: 12px;
  font-size: 16px;
  color: #222;
  line-height: 24px;
}
.section-arrival {
    padding-bottom: 100px;
}
.section-arrival .arrival_wrapper {
  margin-top: 48px;
}
.section-arrival .arrival_wrapper .arrival_swiper-father {
  position: relative;
}
.section-arrival .arrival_wrapper .swiper-arrival .item {
  box-sizing: border-box;
  margin: 0 auto;
}

.section-arrival .arrival_wrapper .swiper-arrival .item .img {
  overflow: hidden;
  background-color: #fff;
}
.section-arrival .arrival_wrapper .swiper-arrival .item .img img {
  width: 100%;
}

.section-arrival .arrival_wrapper .swiper-arrival .info {

}
.section-arrival .arrival_wrapper .swiper-arrival .info .producy-name {
    font-size: 24px;
    line-height: 24px;
    color: #222222;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 25px;
    text-align: center;
    margin-top: 20px;
}
.section-arrival .arrival_wrapper .swiper-arrival .info p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #666;
}
.section-arrival .arrival-prev,
.section-arrival .arrival-next {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 50%;
    outline: none;
    margin-top: -10px;
}
.section-arrival .arrival-prev .arrow,
.section-arrival .arrival-next .arrow {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.section-arrival .arrival-prev {
  left: -60px;
  transform: rotate(180deg);
}
.section-arrival .arrival-next {
  right: -60px;
}
.section-arrival .arrival-more {
  margin-top: 46px;
}
.section-arrival .arrival-more a {
  display: inline-block;
  font-size: 16px;
  color: #009eff;
  font-family: 'RisingSunBold';
  padding-bottom: 8px;
  border-bottom: 1px solid #009eff;
}
.IndexProduct {
    padding-top: 80px;
    padding-bottom: 40px;
  }



  .IndexProduct .Index-pro-father .item {
    display: block;
    padding: 30px;
    border: 2px solid #999999;
    position: relative;
  }


  .IndexProduct .Index-pro-father .item:hover .pro-play{
    transform: rotate(360deg);
    -webkit-transition: all 600ms ease 0s;
    transition: all 600ms ease 0s;
  }
  

  .IndexProduct .Index-pro-father .img img {
    max-width: 100%;
    height: 480px;
    object-fit: cover;
  }
  .IndexProduct .Index-pro-father .pro-play{
    position: absolute;
    top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .IndexProduct .Index-pro-father .txt {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .IndexProduct .Index-pro-father .txt .t {
    font-size: 24px;
    color: #222222;
    font-family: 'RisingSunBold';
    line-height: 30px;
    text-align: center;
  }


  .IndexProduct .swiper-container {
    padding-top: 30px;
  }


  .IndexProduct .swiper-slide-next,
  .IndexProduct .swiper-slide-duplicate-active {
    transform: translateY(-30px);
  }
  .IndexProduct .swiper-slide-next .item .img img{
    height: 535px;
  }

.section_video {
  position: relative;
}
.section_video .home_title div {
  font-size: 40px;
}

.section_video .video-box{
    position: relative;
    padding-top: 80px;
    padding-bottom:100px;
}
.section_video .video-box img{
    max-width: 100%;
}
.section_video .video-box .video_cover{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.section_video .video-box iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 80px;
    padding-bottom: 100px;
}

.section_video .vr_btn {
  margin: 0 5px;
  color: #fff;
  line-height: 60px;
  padding: 0 24px;
  background-color: #009eff;
  display: inline-block;
  border-radius: 100px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
    font-family: 'RisingSunBold';
  font-size: 18px;
}
.section_video .vr_btn:hover {
  background-color: #11b345;
}
.section_video .vr_btn img {
  margin-right: 12px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.section_video .inner_text {
  max-width: 1166px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section_video .inner_text div {
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
}
.section_video .inner_text p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.PublicMsg {
  position: relative;
  padding-bottom: 72px;
  background: url(../images/msg_bg.jpg) no-repeat center top;
}
.PublicMsg .MsgRow .left {
  width: 50%;
  float: left;
  padding-top: 58px;
  padding-left: 100px;
}
.PublicMsg .MsgRow .left .home_title {
  text-align: left;
  margin-bottom: 32px;
}
.PublicMsg .MsgRow .left .contact_inner {
  position: relative;
  z-index: 2;
}
.PublicMsg .MsgRow .right {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 92px;
  padding-top: 90px;
  box-sizing: border-box;
}
.PublicMsg .msg_t {
  max-width: 590px  ;
  font-size: 30px;
  color: #fff;
  font-family: 'RisingSunBold';
}
.PublicMsg .msg_form {
  margin-top: 30px;
  margin: 0 0px;
}
.PublicMsg .msg_form > div {
  margin-bottom: 10px;
  padding: 0 5px;
}
.PublicMsg .msg_form input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.PublicMsg .msg_form input::placeholder {
  color: #fff;
}
.PublicMsg .msg_form textarea {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  resize: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  padding: 10px 0px;
  padding-right: 68px;
}
.PublicMsg .msg_form textarea::placeholder {
  color: #fff;
}
.PublicMsg .msg_form .btn_group {
  margin-top: 20px;
}
.PublicMsg .msg_form .sub-box {
  position: relative;
}
.PublicMsg .msg_form .submit-btn {
  width: 140px;
  height: 40px;
  color: #009eff;
  border: 0;
    font-family: 'RisingSunBold';
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-size: 18px;
}
.PublicMsg .msg_form .submit-btn:hover {
  background-color: #eee;
}
.PublicMsg .msg_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.PublicMsg .msg_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.PublicMsg .msg_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.PublicMsg .msg_form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.video-files {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.video-files .main {
  height: 50%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-files .main .close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
.video-files .main .close::before,
.video-files .main .close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 3px;
}
.video-files .main .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-files .main video {
  background: #000;
  width: 100%;
  height: 56vh;
}

.IndexNews {
    padding-top: 110px;
    padding-bottom: 94px;
  }
  .IndexNews .NewsSwiper {
    margin-top: 60px;
  }
  .IndexNews .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .IndexNews .swiper-wrapper {
    flex-direction: row;
  }
  .IndexNews .item {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    
  }

  .IndexNews .item .img {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    position: relative;
  }
  .IndexNews .item a{
    display: block;
  }
  .IndexNews .item .img:hover span{
    opacity: 1;
  }
  .IndexNews .item .img span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    opacity: 0;
    transition: 0.4s;
  }
  .IndexNews .item .img span img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
  .IndexNews .item .img img {
    max-width: 100%;
  }
  .IndexNews .item .dec {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 315px);
    padding-left: 28px;
    box-sizing: border-box;
  }
  .IndexNews .item .dec .t {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-family: 'RisingSunBold';
  }
  .IndexNews .item .dec .t a {
    color: inherit;
  }
  .IndexNews .item .dec .c {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .IndexNews .item .dec .md {
    display: inline-block;
    border-radius: 60px;
    font-size: 14px;
    color: #222222;
  }
  .IndexNews .item .dec .more {
    margin-top: 28px;
    display: inline-block;
    font-size: 16px;
    color: #89abd9;
    font-family: 'RisingSunBold';
    padding-bottom: 8px;
    border-bottom: 1px solid #89abd9;
  }
  .IndexNews .swiper-pagination {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .IndexNews .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 1;
    background-color: #dddddd;
    outline: none ;
  }
  .IndexNews .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #89abd9;
  }



@media (max-width: 768px) {
  .video-files .main video {
    height: 100%;
  }
  .video-files .main {
    max-height: 320px;
  }
  .video-files .main .close {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  .video-files .main {
    max-height: 280px;
  }
}
.home_title {
  text-align: center;
  line-height: 1;
  position: relative;
}
.home_title div {
    color: #222222;
    font-size: 50px;
    font-family: 'RisingSunBold';
    z-index: 9;
    display: inline-block;
    padding: 0px 30px;
    background-color: #eeeeee;
    position: relative;
}
.home_title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999999;
    position: absolute;
    top: 50%;
}

.home_title div span {
  color: #009eff;
}
.home_title p {
  margin-top: 18px;
  font-size: 20px;
  color: #666666;
}
/*客服*/
.additional-features {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 200;
  /* width: 80px;*/
  box-sizing: border-box;
  /*  display:none;*/
  border-bottom: 0;
}
.additional-features.show {
  display: block;
}
.additional-features li {
  width: 64px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  /* margin-bottom:2px;*/
  border: 1px solid #ddd;
  margin-top: -2px;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s linear;
  box-sizing: border-box;
}
.additional-features li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.additional-features li:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/*.additional-features li.kf{
  background-color: #00b43c;
}
.additional-features li.kf:hover{
  background-color: #009632;
}*/
/*.additional-features li.db {
  padding-top:16px;
  height:68px;
}*/
.additional-features li.xx .xx-dot {
  position: absolute;
  display: block;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  background-color: #ff1e00;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.additional-features li.rx .revi-hotline-wrapper {
  display: none;
  position: absolute;
  left: -252px;
  bottom: 0;
  width: 238px;
  height: 60px;
}
.additional-features li.rx.active .revi-hotline-wrapper {
  display: block;
}
.additional-features li.rx .revi-hotline {
  position: absolute;
  left: -8px;
  width: 260px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: text;
  text-align: center;
}
.additional-features li.rx .revi-hotline::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(../images/slide_arr.png) no-repeat center;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.additional-features li.rx .revi-hotline h3 {
  font-size: 16px;
  margin: 20px 0 ;
}
.additional-features li.rx .revi-hotline h4 {
  font-weight: normal;
  font-size: 13px;
}
.additional-features li.xz .xz-ewm {
  display: none;
  position: absolute;
  top: -80px;
  left: -156px;
  width: 132px;
  height: 132px;
  border: 1px solid #ddd;
}
.additional-features li.xz .xz-ewm::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(../images/slide_arr.png) no-repeat center;
  position: absolute;
  right: -9px;
  bottom: 20px;
}
.additional-features li.xz .xz-ewm img {
  width: 100%;
}
.additional-features li.xz.active .xz-ewm {
  display: block;
}
.additional-features li p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.additional-features li .additional-icon {
  margin: 0 auto ;
  width: 36px;
  height: 36px;
  /*  background: url("../images/tiny-icon.png");
  background: url("../images/tiny-icon@1x.png")\9;
  background-size: 72px 591px;*/
}
.additional-features li .additional-icon.icon1 {
  background: url(../images/right_pic1.png) center center no-repeat;
}
.additional-features li .additional-icon.icon2 {
  background: url(../images/right_pic2.png) center center no-repeat;
}
.additional-features li .additional-icon>a{
    display: block;
    width:100%;
    height:100%;
}
.additional-features li .additional-icon.icon3 {
  background: url(../images/right_pic3.png) center center no-repeat;
}
.additional-features li .additional-icon.icon4 {
  background: url(../images/right_pic4.png) center center no-repeat;
}
.additional-features li .additional-icon.icon5 {
  background: url(../images/right_pic5.png) center center no-repeat;
}
.additional-features li .additional-icon.icon6 {
  background: url(../images/right_pic6.png) center center no-repeat;
}
.additional-features li.active {
  background-color: #efefef;
}
.additional-features li.active span {
  display: none;
}
.additional-features li.active p {
  color: #fff;
}
.additional-features li.opa-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
      #popbox{
          font-size: 1em;
      }
      #popbox .headbox h1{
          font-size: 2em;  font-family: 'RisingSunBold';
      }
      #popbox .headbox p{
          margin: 15px 0 30px;
      }
     
      #popbox .right-form>p{
          margin-top:30px;
      }
      #popbox .right-form input{
          width: 70%;
        height: 40px;
        padding: 0 10px;
        border: 1px solid #ddd;
        border-radius: 5px 0 0 5px;
      }
      #popbox .right-form button{
          width: 25%;
        height: 41px;
        margin-left: -5px;
        background: #009eff;
        border: none;
        color: #fff;
        outline: none;
        border-radius: 0 5px 5px 0;
    }
@media screen and (max-width: 1440px) {
  /*客服*/
  .additional-features li .additional-icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .additional-features {
    display: none!important;
  }
}
