.swiper-container{
    height: 440px;
    margin-top: 80px;
    min-width: 1200px;
}
/* .swiper-button-prev{
    left: 0px;
    top: 84%;
    background-position: -1px 1px;
} */
.swiper-button-prev:hover{
    /* background-position: -1px -79px; */
}
.swiper-button-next, .swiper-button-prev{
    opacity: 0.6
}
/* .swiper-button-next{
    left: 45px;
    background-position: -45px 1px;
    top: 84%;
} */
.swiper-button-next:hover{
    /* background-position: -45px -79px; */
}
/* .swiper-button-prev, .swiper-button-next{
    outline: none;
    width: 34px;
    height: 70px;
} */
.swiper-pagination{
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}
.swiper-pagination span{
    margin-right: 5px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #007aff !important; 
}
.slide1{
    background-image: url("../img/u1.jpg");
    background-repeat: no-repeat;
    
}
.slide2{
    background-image: url("../img/u2.jpg");
    background-repeat: no-repeat;
    
}
.slide3{
    background-image: url("../img/u3.jpg");
    background-repeat: no-repeat;
    
}
.swiper-slide>div{
    /* background: rgba(0, 0, 0, 0.6); */
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}
.swiper-slide>div>span{
    left: 18%;
    position: absolute;
    top: 47%;
}
.banner_type{
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    width: 25px;
    margin-bottom: 20px;
}
.banner_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 16px;
}
.banner_desc{
    font-size: 14px;
    margin-bottom: 5px;
}
.banner_content{
    width: 1200px;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.banner_go_bay{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 18px;
    color: #d22222;
    height: 100%;
}
.banner_go_bay:hover{
    color: rgb(208, 0, 0)
}
.banner_input{
    position: absolute;
    width: 300px;
    height: 350px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    right: -70px;
    top: 45px;
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}
.banner_input h3{
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333333;
    font-size: 15px;
}
.banner_input p{
    font-size: 12px;
    color: #666666;
}
.banner_input input[type="text"]{
    width: 260px;
    height: 35px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 3px;
    margin-top: 10px;
    outline: none;
    padding-left: 10px;
}
.banner_submit{
    width: 259px;
    height: 35px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(208, 0, 0, 1);
    border: none;
    margin-top: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    outline: none;
    border-radius: 3px;
}
.banner_submit:hover{
    background: rgba(188, 30, 30, 1)
}
.banner_input>div span img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.banner_input>div span:nth-child(2){
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.banner_input>div span{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-top: 20px
}
.pop_success_info, .error_success_info{
    width: 260px;
}
.pop_success_info img{
    display: block;
    margin: 0 auto;
}
.error_success_info img{
    display: block;
    margin: 25px auto 15px auto;
}
.error_content{
    margin-top: 62px;
    font-size: 16px;
    text-align: center;
    color: #d22222;
    width: 161px;
    margin: 0 auto;
    line-height: 29px;
}
.type1_title{
    color: #999999;
    font-size: 14px;
    margin-left: 15px; 
}
.type1_content li{
    margin-right: 15px;
    font-size: 16px;
}
.swiper-custom{
    background-image: url(../img/u45.png);
    background-repeat: no-repeat;
    background-size: auto;
    border: none;
    border-radius: 0%;
    position: absolute;
    z-index: 9;
    height: 70px;
}
.success_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.success_desc{
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.success_leader{
    font-size: 14px;
    text-align: center;
    color: #999999;
    margin: 6px 0 -4px 0;
}
.success_concat{
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    box-sizing: border-box;
}
.appointment{
    border-radius: 5px !important;
    height: 220px;
}
.appointment .layui-layer-title{
    cursor: move;
    background: #fff;
    border: none;
    height: 0;
}

.content_box{
    width: 1200px;
    min-width: 1200px;
    margin: 35px auto 0 auto;
}
.content_left{
    width: 18%;
}
.left_title{
    color: #333333 !important;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
.active_item{
    color: #d00000;
}
.content_left_top li{
    height: 50px;
    width: 100%;
    color: #333333;
    font-size: 16px;
}
.content_left_top li a:hover{
    color: #d55555;
}
.content_left_bottom{
    font-size: 16px;
    line-height: 40px;
}
.left_bottom_item{
    /* margin-bottom: 20px; */
}

.left_bottom_item ul li{
    line-height: 28px;
    padding: 3px 0 3px 0;
}
.left_bottom_item ul li:hover{
    background: rgba(249, 249, 249, 1.0)
}
.left_sub_title{
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.left_bottom_item ul li a:hover,.left_sub_title:hover{
    color: #d55555;
    cursor: pointer;
}
.left_bottom_item ul li a:before{
    content: "\25E6"
}
.sub_item_box{
    display: none;
    padding-left: 5px;
    font-size: 14px;
}
.dis_block{
    display: block;
}
.arrow{
    width: 9px;
    height: 9px;
    margin-left: 5px;
    vertical-align: middle;
}
.content_right{
    width: 100%;
}
.condition{
    text-align: right;
    color: #999999;
}
.condition a{
    color: #333333;
    cursor: pointer;
}
.condition a:first-child{
    margin: 0 15px;
}
.condition a:hover{
    color: rgb(213, 85, 85);
}
.content_item{
    width: 320px;
    margin-left: 18px;
    height: 460px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
    margin-top: 30px;
}
.content_item>a{
    display: inline-block;
}
.content_item:hover{
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.117647058823529);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.117647058823529);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.117647058823529);
}
.content_item img{
    width: 320px;
    height: 240px;
}
.item_info{
    padding: 20px;
    box-sizing: border-box;
}
.item_status{
    border: 1px solid rgba(153, 153, 153, 1);
    padding: 1px 7px;
    color: #333333;
    display: inline-block;
    font-size: 12px;
}
.item_info h4{
    font-size: 18px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    margin: 20px 0 10px 0; 
}
.info_desc{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
}
.info_money{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.info_money span{
    color: #D00000;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 14px;
}
.pagination{
    text-align: center;
    width: 1200px;
    min-width: 1200px;
    margin: 50px auto 0 auto;
}
.pagination span{
    border: 1px solid #e4e4e4;
    height: 25px;
    display: inline-block;
    line-height: 22px;
    margin-right: 2px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.page-selected{
    background-color: rgba(208, 0, 0, 1);
    color: #FFFFFF !important;
}
.pagination span:hover{
    /* background-color: rgba(208, 0, 0, 1); */
    border: 1px solid #d22222;
}
.pagination span a:hover{
    color: #d22222;
}
.pagination span a{
    color: #333333;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    height: 100%;
}

.pop_success{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    z-index: 99;
    width: 300px;
}
.sideBar{
    position: fixed;
    top: 45%;
    z-index: 99;
    right: 3px;
    width: 44px;
    height: 140px;
}
.kefu_qq{
    background: #d22222;
}
.kefu_qq i{
    display: block;
    height: 43px;
    background-image:url("https://skin.elecfans.com/images/icons.png");
    background-repeat: no-repeat;
    background-position: -122px -479px;
    margin-bottom: 4px;
}
.phonekefu img{
    width: 100%;
    height: 100%;
}
#backToTop{
    width: 42px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 3px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    color: #333;
    padding-top: 1px;
    height: 40px;
}
#backToTop{
    background-image:url("https://skin.elecfans.com/images/icons.png");
    background-repeat: no-repeat;
    background-position: -6px -592px;
}
#backToTop:hover{
    background-position: -5px -652px;
}
@media (max-width: 1440px) {
    .slide1{
        background-position: -175px;
    }
    .slide2{
        background-position: -175px;
    }
    .slide3{
        background-position: -175px;
    }
    .banner_go_bay{
        left: -120px
    }
} 
@media (max-width: 1100px) {
    .banner_input{
        right: 0
    }
} 