#fp-nav.right{
  display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 20px;
}

.banner .swiper-pagination-bullet{
  opacity: 1;
    width: 12px;
    height: 12px;
    background: #999999;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.banner .swiper-pagination-bullet-active{
    background: #666666;
}
.banner .swiper-wrapper,
.banner,
.banner .swiper-container{
  height: 100%;
}
.mm_img,
.banner .img{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
  content:"";
  display: none;
}
.banner .swiper-button-prev{
  width: 50px;
  height: 50px;
  left: 2%;
  opacity: 0;
  transition: 0.3s all;
  background: url(../images/banner_prev.png) no-repeat center;
}
.banner .swiper-button-next{
  width: 50px;
  height: 50px;
  right: 2%;
  opacity: 0;
  transition: 0.3s all;
  background: url(../images/banner_next.png) no-repeat center;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev{
  opacity: 1;
}
.index_font{
  position: absolute;
  left: 50%;
  bottom: 13%;
  color: #fff;
  max-width: 94%;
  z-index: 1;
  margin-left: -840px;
}
.inside_banner .index_font{
  width: 840px;
}
.inside_banner{
  position: relative;
}
.index_font .p1{
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1;
}
.index_font .p2{
  font-size: 60px;
  line-height: 1.1;
  font-family: "SY_regular";
  font-weight: bold;
}

.right_mouse{
  text-align: center;
  animation: ballBounce 3s infinite linear;
}
.right_mouse .ico{
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.right_mouse .btn{
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../images/in_btn.png) no-repeat center rgba(255,255,255,0.1);
  border-radius: 50%;
}
.backtop .btn{
  background: url(../images/back.png) no-repeat center rgba(255,255,255,0.1);
}
.right_mouse .btn i{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    box-shadow: 0 0 rgba(255,255,255,0.2);
    -webkit-animation: button-ripple 2s infinite;
    animation: button-ripple 2s infinite;
    opacity: .6;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.right_mouse .btn em{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    box-shadow: 0 0 rgba(255,255,255,0.2);
    -webkit-animation: button-ripple 2s infinite;
    animation: button-ripple 2s infinite;
    opacity: .6;
}
@-webkit-keyframes button-ripple {
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.4);
        box-shadow: 0 0 0 15px rgba(255,255,255,0.4);
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
        box-shadow: 0 0 rgba(255,255,255,0.2);
        opacity: 0
    }
}
@keyframes button-ripple {
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.4);
        box-shadow: 0 0 0 15px rgba(255,255,255,0.4);
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
        box-shadow: 0 0 rgba(255,255,255,0.2);
        opacity: 0
    }
}
@keyframes ballBounce {
  0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(-20px); }
  75% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.circleProgress_wrapper{
    width: 50px;
    height: 50px;
    margin-top: 50px;
    background: url(../images/circleProgress_wrapper.png) no-repeat center;
    position: relative;
    cursor: pointer;
}
.wrapper{
    width: 25px;
    height: 50px;
    position: absolute;
    top:0;
    overflow: hidden;
}
.circleProgress_wrapper .right{
    right:0;
}
.circleProgress_wrapper .left{
    left:0;
}
.circleProgress{
    width: 46px;
    height: 46px;
    border:2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top:0;
    -webkit-transform: rotate(45deg);
}
.circleProgress_wrapper .rightcircle{
    border-top:2px solid #555;
    border-right:2px solid #555;
    right:0;
}
.circleProgress_wrapper .leftcircle{
    border-bottom:2px solid #555;
    border-left:2px solid #555;
    left:0;
}
.circleProgress_wrapper.active .rightcircle{
  -webkit-animation: circleProgressLoad_right 5s linear infinite;
}
.circleProgress_wrapper.active .leftcircle{
    -webkit-animation: circleProgressLoad_left 5s linear infinite;
}
@-webkit-keyframes circleProgressLoad_right{
    0%{
        -webkit-transform: rotate(45deg);
    }
    50%{
        -webkit-transform: rotate(225deg);
    }
    100%{
        -webkit-transform: rotate(225deg);
    }
}
@-webkit-keyframes circleProgressLoad_left{
    0%{
        -webkit-transform: rotate(45deg);
    }
    50%{
        -webkit-transform: rotate(45deg);
    }
    100%{
        -webkit-transform: rotate(225deg);
    }
}


.in_title{
  font-size: 60px;
  font-family: "SY_regular";
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 2.6vh;
}
.section4 .img{
  height: 66vh;
  text-align: center;
  margin: 0 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.08);
}
.section4 .img p{
  font-size: 18px;
  margin-top: 20px;
}
.section4 .swiper-slide{
  transform: scale(0.8);
}
.section4 .img:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.section4 .swiper-slide-active{
  transform: scale(1);
}
.section4 .swiper-slide-active .img:after{
  display: none;
}
.section4 .img img{
  max-width: 90%;
  max-height: calc( 100% - 57px );
}
.section4 .swiper-button-prev:after,
.section4 .swiper-button-next:after{
  content:"";
  display: none;
}
.section4 .swiper-button-prev{
  width: 50px;
  height: 50px;
  left: 22%;
  margin-left: -70px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  background: url(../images/slide_btn1q.png) no-repeat center;
}
.section4 .swiper-button-next{
  width: 50px;
  height: 50px;
  right: 22%;
  margin-right: -50px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  background: url(../images/slide_btn2q.png) no-repeat center;
}
.product .tab{
  font-size: 0;
  margin-top: 60px;
  text-align: center;
}
.section5 .tab{
  font-size: 0;
  margin-bottom: 10vh;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.product .tab a,
.section5 .tab a{
  margin: 0 35px;
  color: #fff;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.product .tab a:after,
.section5 .tab a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff;
  transition: 0.3s all;
  height: 1px;
}
.product .tab a:hover:after,
.product .tab a.active:after,
.section5 .tab a:hover:after,
.section5 .tab a.active:after{
  width: 100%;
}
.section5 .main{
  padding: 0 50px;
  box-sizing: border-box;
}
.pro_list p{
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  color: #fff;
}
.pro_list a p span{
  position: relative;
}
.pro_list a p span:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff;
  transition: 0.3s all;
  height: 1px;
}
.pro_list a:hover p span:after{
  width: 100%;
}
.pro_list:hover .swiper-button-prev,
.pro_list:hover .swiper-button-next{
  opacity: 1;
}
.section5 .swiper-button-prev:after,
.section5 .swiper-button-next:after{
  content:"";
  display: none;
}
.section5 .swiper-button-prev{
  width: 50px;
  left: 0;
  height: 50px;
  opacity: 0;
  transition: 0.3s all;
  background: url(../images/banner_prev.png) no-repeat center;
}
.section5 .swiper-button-next{
  width: 50px;
  height: 50px;
  right: 0;
  opacity: 0;
  transition: 0.3s all;
  background: url(../images/banner_next.png) no-repeat center;
}
.section5 .main{
  position: relative;
}
.section5 .swiper-slide:hover .img1{
  display: none;
}
.section5 .swiper-slide:hover .img2{
  display: inline-block;
}

.end_section .fp-tableCell, .end_section{
  height: auto !important;
}


.inside_banner{
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inside_circle:hover .rightcircle{
  -webkit-animation: circleProgressLoad_right 1s linear forwards;
}
.inside_circle:hover .leftcircle{
    -webkit-animation: circleProgressLoad_left 1s linear forwards;
}
.index_font .p3{
  font-size: 60px;
  font-family: "SY_regular";
  font-weight: bold;
  margin-bottom: 30px;
}
.index_font .p4{ 
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}
.index_font .p5{
  margin-bottom: 16px;
  font-size: 24px; 
}
.index_font .p6{
  font-size: 60px;
  font-family: "SY_regular";
  font-weight: bold;
  margin-bottom: 30px;
}
.index_font .p7{
  margin-bottom: 60px;
  font-size: 30px; 
}
.about .part2{
  height: 100vh;
  padding: 15vh 0;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
.about .part2 .title{
  font-size: 60px;
}
.about .part2 .title .p1{
  font-family: "SY_regular";
  font-weight: bold;
  padding-top: 50px;
}
.about .part2 .content .p3{
  font-size: 30px;
}
.about .part2 .content .p4{
  font-size: 22px;
}

.about .part2 .main{
  height: 100%;
  position: relative;
}
.about .part2 .main .bg{
  position: absolute;
  left: 50%;
  margin-left: -840px;
  max-width: 75%;
}

.gallery-top{
  height: 100%;
}
.about .part2 .contain{
  display: flex;
  height: 100%;
  padding-right: 250px;
  box-sizing: border-box;
  justify-content: space-between;
}
.about .part2 .left{
  display: flex;
  width: 600px;
  flex-direction: column;
  justify-content: space-between;
}
.about .part2 .left .title{
  align-self: flex-start;
}
.about .part2 .left .content{
  align-self: flex-end;
}
.about .part2 .right{
  height: 100%;
  align-self: center;
  justify-content: center;
  align-items: center;
  width: 640px;
}
.about .part2 .right{

}
.about .part2 .right img{
  max-height: 100%;
}
.about .part2 .left .content .p3{
  font-size: 30px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.about .part2 .left .content .p4{
  font-size: 22px;
  line-height: 36px;
}
.about .gallery-thumbs{
  text-align: center;
}
.about .part2 .right_year:before{
  content: "";
  width: 1px;
  height: calc( 100% + 30vh );
  top: -15vh;
  background: rgba(255,255,255,0.15);
  position: absolute;
  left: 0;
}
.about .part2 .right_year{
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  padding: 30px 0;
}
.about .part2 .main .gallery-top .swiper-slide{
  opacity: 0 !important;
}
.about .part2 .main .gallery-top .swiper-slide-active{
  opacity: 1 !important;
}
.about .part2 .main .gallery-thumbs{
  height: 100%;
}

.about .part2 .main .gallery-thumbs .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  transition: 0.3s all;
  color: rgba(255,255,255,0.5);
}
.about .part2 .main .gallery-thumbs .swiper-slide-thumb-active{
  color: #fff;
  font-size: 48px;
  font-family: "SY_regular";
  font-weight: bold;
}



.about .part2 .swiper-button-prev:after,
.about .part2 .swiper-button-next:after{
  content:"";
  display: none;
}
.about .part2 .swiper-button-prev{
  width: 16px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -8px;
  background: url(../images/about_dot1.png) no-repeat center;
}
.about .part2 .swiper-button-next{
  width: 16px;
  height: 9px;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -8px;
  background: url(../images/about_dot2.png) no-repeat center;
}
.inside_banner video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.product{
  padding-top: 200px;
}

.product .pro_list li{
  float: left;
  width: 25%;
  margin-bottom: 100px;
}
.product .pro_list li .img{
  text-align: center;
}

.pro_list .img2{
  display: none;
}
.product .pro_list{
  padding-top: 80px;
}
.product .pro_list li:hover .img1{
  display: none;
}
.product .pro_list li:hover .img2{
  display: inline-block;
}
.pro_detail .tab{
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.pro_detail .tab a{
  margin: 0 70px;
  font-size: 20px;
  line-height: 78px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.pro_detail .tab a.active:after{
  width: 100%;
}
.pro_detail .tab.fixed{
  top: 102px;
  position: fixed;
  left: 0;
  background: #000;
  z-index: 3;
  border-top: 1px solid rgba(255,255,255,0.15);
  width: 100%;
}
.h80{
  display: none;
  height: 80px;
}
.h80.active{
  display: block;
}
.pro_detail .part1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_detail .part1 .left{
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
}
.pro_detail .part1 .left_wapper{
  width: 50%;
  box-sizing: border-box;
  padding: 0 70px;
}
.pro_detail .part1 .left_wapper .ico{
  height: 34px;
  width: 66px;
  margin: 0 auto;
  background: url(../images/360.png) no-repeat center;
  background-size: cover;
}
.pro_detail .part1 .font{
  width: 50%;
  padding: 0 70px;
  box-sizing: border-box;
}
.pro_detail .part1 .font p{
  text-align: left;
}
.pro_detail .part1 .font .p1{
  font-size: 24px;
  color: #dd2500;
  margin-bottom: 30px;
}
.pro_detail .part1 .font .p_title{
  line-height: 80px;
}
.pro_detail .part1 .font .p2{
  font-size: 22px;
  line-height: 40px;
  margin-top: 40px;
}
.pro_detail .part2{
  background: #0f0f0f;
}
.pro_detail .part2 .img{
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_detail .part2 .swiper-slide{
  position: relative;
}
.pro_detail .part2 .swiper-slide:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.pro_detail .part2 .swiper-slide-active:after,
.pro_detail .part2 .swiper-slide-prev:after,
.pro_detail .part2 .swiper-slide-next:after{
  background: rgba(0,0,0,0);
}
.pro_detail .part2 .swiper-button-prev:after,
.pro_detail .part2 .swiper-button-next:after{
  content:"";
  display: none;
}
.pro_detail .part2 .swiper-button-prev{
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -760px;
  background: url(../images/banner_prev.png) no-repeat center;
}
.pro_detail .part2 .swiper-button-next{
  width: 50px;
  height: 50px;
  right: 50%;
  margin-right: -760px;
  background: url(../images/banner_next.png) no-repeat center;
}
.pro_detail .part3 .main{
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_detail .part3 .main:last-child{
  margin-bottom: 0;
}
.pro_detail .part3 .main .img{
  width: 50%;
  text-align: center;
}
.pro_detail .part3 .main .font{
  width: 50%;
  box-sizing: border-box;
  padding: 0 7%;
}
.pro_detail .part3 .main .font .p1{
  font-size: 36px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.pro_detail .part3 .main .font .p2{
  font-size: 22px;
  line-height: 36px;
}
.pro_detail .part5 .main{
  width: 880px;
  text-align: center;
}
.pro_detail .part5 .p1{
  font-size: 36px;
  margin-bottom: 45px;
}
.pro_detail .part5 .p2{
  font-size: 22px;
  line-height: 36px;
}
.np{
  margin-bottom: 120px;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  justify-content: space-between;
}
.np a{
  font-size: 20px;
}

.index_font .btn .inside_circle .circleProgress_wrapper {
  float: left;
    background: url(../images/slide_btn2q.png) no-repeat center;
}
.index_font .btn span{
  float: left;
  line-height: 50px;
  margin-left: 20px;
  margin-top: 50px;
  font-size: 18px;
}
.banner video{
  width: 100%;
  height: 100%;
  object-fit: fill
}
.news .banner{
  height: 100vh;
}
.news .top{
  padding: 80px 0 50px;
}

.news .top .dateq{
  float: left;
  width: 200px;
  cursor: pointer;
  line-height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  background: url(../images/slide_btn2q.png) no-repeat calc(100% - 30px) 50% rgba(255,255,255,0.08);
}
.news .top .input{
  float: left;
  margin-left: 20px;
  line-height: 60px;
  padding-left: 25px;
  background: rgba(255,255,255,0.08);
}
.news .top .input i{
  width: 13px;
  height: 14px;
  vertical-align: middle;
  background: url(../images/search_news.png) no-repeat center;
}
.news .top .input input{
  color: #fff;
  padding-left: 20px;
  line-height: 60px;
  font-size: 16px;
  width: 240px;
}
.news .top .input input:-ms-input-placeholder{
   color: #fff;
}
.news .top .input input::-moz-placeholder{
   color: #fff;
}
.news .top .input input:-moz-placeholder{
   color: #fff;
}
.news .top .input input::-webkit-input-placeholder {
   color: #fff;
}
.news .top .btn{
  line-height: 60px;
  width: 120px;
  text-align: center;
  float: left;
  font-size: 18px;
  border-radius: 6px;
  margin-left: 20px;
  background: #f00;
}
.news .content{
  padding-bottom: 70px;
}
.news .content li{
  width: 32%;
  overflow: hidden;
  float: left;
  border-radius: 8px;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 30px;
  background: rgba(255,255,255,0.08);
}
.news .content li:nth-of-type(3n){
  margin-right: 0;
}
.news .content li .img{
  overflow: hidden;
  height: 400px;
}
.news .content li .img img{
  transition: 0.3s all;
}
.news .content li:hover .img img{
  transform: scale(1.1);
}
.news .content li:hover .p1{
  color: #f00;
}
.news .content li .font{
  padding: 40px 40px 0;
}
.news .content li .p1{
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.news .content li .p2{
  color: #999;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .content li .p3{
  padding: 25px 0;
  font-size: 18px;
  color: #999;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
}

.news .content li .p3 em{
  padding-left: 24px;
  background: url(../images/eye.png) no-repeat left;
}


.news_detail .main{
  border-radius: 8px;
  width: 75%;
  padding: 0 50px 50px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.08);
}
.news_detail .main .top{
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 40px 0 28px;
}
.news_detail .main .a1,
.news_detail .main .share span{
  font-size: 20px;
}


.news_detail .share .social-share .social-share-icon{
  border: 0;
  margin: 0 0 0 20px;
  width: 22px;
  height: 30px;
  vertical-align: top;
}
.news_detail .share .social-share .icon-wechat{
  margin-left: 5px;
  background: url(../images/n_share1.png) no-repeat center;
}
.news_detail .share .social-share .icon-weibo{
  background: url(../images/n_share2.png) no-repeat center;
}
.news_detail .share .social-share .icon-qq{
  background: url(../images/n_share3.png) no-repeat center;
}
.news_detail .share .social-share .social-share-icon:before{
  display: none;
}

.news_detail .title{
  text-align: center;
  padding: 50px 0 30px;
}
.news_detail .title .p1{
  font-size: 30px;
  margin-bottom: 20px;
}
.news_detail .title .p2 span{
  color: #999;
  margin: 0 15px;
}
.news_detail .simple-article{
  color: #999;
  font-size: 18px;
}
.news_detail .np{
  margin-bottom: 0;
  margin-top: 40px;
}

.news_detail .right_fixed{
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 40px 50px 30px;
  width: 370px;
  box-sizing: border-box;
}
.news_detail .right_fixed .title1{
  font-size: 24px;
  padding-bottom: 20px;
}
.news_detail .right_fixed li{
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.news_detail .right_fixed li a{
  color: #999;
  line-height: 24px;
  font-size: 18px;
}
.news_detail .right_fixed li a:hover{
  color: #fff;
}
.news_detail .right_fixed.fixed{
  position: fixed;
  right: 50%;
  margin-right: -840px;
  z-index: 2;
  top: 122px;
  max-height: calc( 100vh - 142px );
  overflow: auto;
  box-sizing: border-box;
}
.news_detail{
  padding-bottom: 100px;
}
.news_detail .contain.p100{
  padding-bottom: 0;
  position: relative;
}
.news_detail .right_fixed.absolute{
  position: absolute;
  bottom: 0;
  right: 0;
}



.news_detail .right_fixed.fixed::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
  background-color:rgba(255,255,255,0.15);
}
.news_detail .right_fixed.fixed::-webkit-scrollbar {/*//滚动条的宽度*/
  width:9px;
  height:9px;
}
.news_detail .right_fixed.fixed::-webkit-scrollbar-thumb {/*//滚动条的设置*/
  background-color:rgba(255,255,255,0.8);
  background-clip:padding-box;
  min-height:28px;
}

.store .btn .inside_circle .circleProgress_wrapper{
    background: url(../images/circleProgress_wrapper.png) no-repeat center;
}






/* m_zlxg */
.input_area{
  margin-top: 40px;
  color: #fff;
}
.input_area .m_zlxg {
  width:178px;
  height:48px;
  line-height:48px;
  cursor:pointer;
  border: 1px solid rgba(255,255,255,0.3);
  float:left;
  margin:0 10px 0 0;
  border-radius: 8px;
  position:relative;
}
.input_area .m_zlxg p {
  width:100%;
  padding: 0 20px;
  overflow:hidden;
  line-height:48px;
  box-sizing: border-box;
  text-overflow:ellipsis;
  white-space:nowrap;
  background: url(../images/menu_dot.png) no-repeat calc( 100% - 20px );
}
.input_area .m_zlxg p:hover{
  background: url(../images/menu_dot1.png) no-repeat calc( 100% - 20px );
}
.input_area .chengshi{
  margin-right: 0;
}
.input_area .m_zlxg2 {
  border-radius: 4px;
  z-index:3;
  position:absolute;
  top:48px;
  background:#fff;
  color: #333;
  line-height: 40px;
  width:100% !important;
  display:none;
  max-height:250px;
  font-size: 14px;
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
  overflow-x:hidden;
  overflow-y:auto;
  white-space:nowrap;
}
.input_area .m_zlxg2::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
  background-color:rgb(245,245,245);
  border-radius: 8px;
}
.input_area .m_zlxg2::-webkit-scrollbar {/*//滚动条的宽度*/
  width:8px;
  height:8px;
  border-radius: 8px;
}
.input_area .m_zlxg2::-webkit-scrollbar-thumb {/*//滚动条的设置*/
  background-color:rgb(204,204,204);
  background-clip:padding-box;
  min-height:28px;
  border-radius: 8px;
}
.input_area .m_zlxg2 li{
  padding: 0 20px;
  border-radius: 8px;
}
.store .inside_banner .search{
  line-height: 50px;
  background: #fff;
  border-radius: 4px;
  float: left;
  color: #333;
  margin-left: 10px;
  padding: 0 20px;
}
.input_area .m_zlxg2 li:hover{
  background: #f00;
  color: #fff;
}
.store .inside_banner .search span{
  padding-right: 30px;
  background: url(../images/search1.png) no-repeat right;
}


.store .content{
  margin-bottom: -30px;
  font-size: 0;
}
.store .content li{
  width: 32%;
  margin-right: 2%;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  background: rgba(255,255,255,0.08);
}
.store .content li:nth-of-type(3n){
  margin-right: 0;
}
.store .content li .img{
  height: 300px;
  overflow: hidden;
}
.store .content li .img img{
  transition: 0.3s all;
}
.store .content li:hover .img img{
  transform: scale(1.1);
}
.store .content li .font{
  padding: 45px 15px;
}
.store .content li .font .p1{
  font-size: 24px;
  margin-bottom: 40px;
}
.store .content li .font .p2{
  font-size: 18px;
  line-height: 36px;
  color: #999;
}
.contact .main .p1{
  font-size: 36px;
}
.contact .main{
  display: flex;
  justify-content: space-between;
}
.contact .main .font{
  width: 36%;
}
.contact .main .font .list{
  margin-top: 20px;
}
.contact .main .font .list li{
  padding: 30px 0;
  border-bottom: 1px solid  rgba(255,255,255,0.15);
}
.contact .main .font .list li .p2{
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #999;
}
.contact .main .font .list li .ico1{
  background: url(../images/contact1.png) no-repeat left;
}
.contact .main .font .list li .ico2{
  background: url(../images/contact2.png) no-repeat left;
}
.contact .main .font .list li .ico3{
  background: url(../images/contact3.png) no-repeat left;
}
.contact .main .font .list li .p3{
  font-size: 18px;
}
.contact .table_form{
  width: 48%;
}
.contact .table_form .p2{
  font-size: 18px;
  margin-top: 20px;
}
.contact .table_form .input{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contact .table_form input{
  background: rgba(255,255,255,0.08);
  width: 100%;
  line-height: 60px;
  border-radius: 8px;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 20px;
}
.contact .table_form .input input{
  width: calc( 50% - 10px );
}

.contact .table_form textarea:-ms-input-placeholder,
.contact .table_form input:-ms-input-placeholder{
   color: #999;
}
.contact .table_form textarea::-moz-placeholder,
.contact .table_form input::-moz-placeholder{
   color: #999;
}
.contact .table_form textarea:-moz-placeholder,
.contact .table_form input:-moz-placeholder{
   color: #999;
}
.contact .table_form textarea::-webkit-input-placeholder,
.contact .table_form input::-webkit-input-placeholder {
   color: #999;
}

.contact .table_form textarea{
  background: rgba(255,255,255,0.08);
  width: 100%;
  line-height: 24px;
  border-radius: 8px;
  height: 150px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 15px 20px;
  box-sizing: border-box;
}
.contact .table_form .btn{
  font-size: 20px;
  color: #fff;
  background: #dd2500;
  width: 150px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
}
#map{
  width: 100%;
  height: 500px;
}
.mm_img{
  display: none;
}










