
/* Scroll */
.scrollup {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 47px;
	right: 5px;
	display: none;
	text-indent: -9999px;
	background: url(/special/btob/assets/img/backtotop.png) no-repeat;
	z-index: 99999;
}
.sticky {
	width: 44px;
	height: 46px;
	position: fixed;
	bottom: 97px;
	right: 5px;
	display: none;
	text-indent: -9999px;
	background: url(/special/btob/assets/img/sticky.png) no-repeat;
	z-index: 99999;
}

/* sticky */
.no1, .no2, .no3, .no4, .no5, .no6, .no7, .no8, .no9{
	width: 117px;
	height: 35px;
	position: fixed;
	right: 5px;
	display: none;
	text-indent: -9999px;
	z-index: 99999;
}
/*
.no1{
	bottom:381px;
}

.no2{
    bottom:314px;
}

.no3{
   bottom:247px;	
}

.no4{
	bottom:180px;
}
*/
.no1{
	bottom:401px;
}

.no2{
    bottom:363px;
}

.no3{
   bottom:325px;	
}

.no4{
	bottom:287px;
}
.no5{
	bottom:249px;
}

.no6{
    bottom:211px;
}

.no7{
   bottom:173px;	
}

.no8{
	bottom:135px;
}

.no9{
	bottom:97px;
}

.sticky_01 {
	background: url(/special/btob/assets/img/sticky/sticky01.png) no-repeat;
}
.sticky_02 {
	background: url(/special/btob/assets/img/sticky/sticky02.png) no-repeat;
}
.sticky_03 {
	background: url(/special/btob/assets/img/sticky/sticky03.png) no-repeat;
}
.sticky_04 {
	background: url(/special/btob/assets/img/sticky/sticky04.png) no-repeat;
}

.sticky_05 {
	background: url(/special/btob/assets/img/sticky/sticky05.png) no-repeat;
}
.sticky_06 {
	background: url(/special/btob/assets/img/sticky/sticky06.png) no-repeat;
}
.sticky_07 {
	background: url(/special/btob/assets/img/sticky/sticky07.png) no-repeat;
}
.sticky_08 {
	background: url(/special/btob/assets/img/sticky/sticky08.png) no-repeat;
}
.sticky_09 {
	background: url(/special/btob/assets/img/sticky/sticky09.png) no-repeat;
}
.sticky_10 {
	background: url(/special/btob/assets/img/sticky/sticky10.png) no-repeat;
}

.watch-more .chakan,.shouqis .shouqi{
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
  br {
    display: block;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -42px;
  z-index: 10;
  background-size: 12px 22px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, .1);
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 27px;
}

footer div:nth-child(3) .footMenu > li:nth-last-child(2) a {
  display: none;
}

.telsection {
  background: #f0f0f0;
  margin-bottom: 50px;
}

.telbox {
  text-align: center;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  font-size: 30px;
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 55px;
  margin: 5px;
  padding: 4px 7px;

}

.owl-nav button {
  background: rgba(255, 255, 255, 0);
  border: 0px;
  outline: none;
}

.owl-pre1 span {
  display: block;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.owl-nav .owl-pre1 {
  position: absolute;
  top: 33%;
  left: 0%;
}

.owl-nav .owl-pre2 {
  position: absolute;
  top: 33%;
  right: 0%;
}

    .form_div_side{
            width: 100%;
            padding:0;
            margin: 0;
        }
        .form_div{
            width:100%;
            position: relative;
            padding: 80px 40px 20px  40px;
            background-color: rgb(255, 255, 255,0.5);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
            margin: 0 auto;
            text-align: center;
        }
        .forms:after,
        .forms:before {
            content: "";
            display: block;
            clear: both;
        }
        .forms>div label{
            width:100%;
        }
        .forms>div input,select,textarea{
            width:90%;
            /*height: 30px;*/
            border: 1px solid #f00;
            border-radius: 6px;
            margin-bottom: 24px;
        }
        .forms>div input,select{
            height: 30px;
        }
        .forms>div select:focus,
        .forms>div select:link,
        .forms>div select:visited,
        .forms>div select:active,
        .forms>div select:hover{
            width:90%;
            /*height: 30px;*/
            border: 1px solid #f00;
            border-radius: 6px;
        }
        .form_buttons{
            width: 100%;
            padding-top:20px;
            text-align: center;
        }
        .form_buttons button{
            /*float: right;*/
            margin-left: 15px;
            padding: 6px 20px;
            border: none;
            border-radius: 15px;
            color: #fff;
            outline: none;

        }
        .form_buttons button:first-child{
            background: #ce0b20;  
        }   
        .form_buttons button:last-child{
            background: #979898;
        }
        .form_buttons:after,
        .form_buttons:before {
            content: "";
            display: block;
            clear: both;
        }
        .right_nav{
            position: absolute;
            top: 10px;
            left: 0;
            width: 100%;
        }
        .right_nav>div{
            width: 7px;
            height: 4em;
            border: 1px solid #f00;
            border-radius:6px;
            margin: 0 0 10px 0;
        }
        .right_nav_active{
            background: #f00;
        }
        .cuts_ser{
            width: 100%;
            text-align: center;
            color: #f00;
            padding-top: 20px;
            padding-bottom: 5px;
        }
        .cuts_ser a{
            text-decoration:none;
            border-bottom:1px solid #f00; /* #ccc换成链接的色彩bai */
            display: inline-block;
            padding-bottom:0; /*这里设置你要空du的距离*/
        }
        .cuts_ser a:link,
        .cuts_ser a:visited,
        .cuts_ser a:hover,
        .cuts_ser a:active{
             color: #f00;
        }
        #captcha{
            width: 64px;
            height: 30px;
            margin-left:20px; 
        }
        .new_page3>img{
            margin-bottom:0;
        }
        .right_nav>img{
            max-width: 80%;
        }
         .nav1num{
            display: none;
        }
        .top_text{
            text-align: center;
        }
        .top_text p{
            font-size: 18px;
            padding: 0;
            margin:0;
            color: #000;
        }
        .top_text p:first-child{
            padding-top: 30px;
        }
        .top_text p:last-child{
            padding-bottom: 10px;
        }
        .image-bg {
            position: relative;
           /* padding: 80px 0;*/
            margin-top: 20px;
            overflow: visible;
        }
        .background_img_red{
            position:absolute; 
            width: 100%;
            top: 0;
            left: 0;
            height: 5px;
            background: #f00;
            z-index: 9;
        }
        .background_img_red>p:first-child{
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            left: 50%;
            padding: 0;
            margin:0;
            margin-top: -20px;
            margin-left: -20px;
            z-index: 88;
            background: #f00;
            border-radius: 50%;
           
        }
        .background_img_red>p:last-child{
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            left: 50%;
            padding: 0;
            margin:0;
            margin-top: -20px;
            margin-left: -20px;
            z-index: 99;
            background: url('/special/btob/img/xia.png');
            background-repeat: no-repeat;
            background-size: 50%; 
            background-position: 50%;
        }
        .image-bg .but a {
            width: 100%;
            height: 100%;
            text-align: center;
        } 
<!--耗时1787159496.2195秒-->