body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px"Arial","Helvetica Neue",Helvetica,sans-serif;background:#fff;}
a { color:#555; text-decoration:none; }
a:hover{text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

ol,ul,li { list-style:none; }
body {
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
}
.swiper-wrapper img{
	width: 100%;
}
/*!*分页按钮样式*!*/
.fenye{
    width: 100%;
    text-align: center;
}
.fenye li{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
}
.fenye li:first-child,.fenye li:last-child{
    border-color: #333;
    background: #333;
    color: #ffffff;
}
.fenye li:first-child a,.fenye li:last-child a,.fenye li.active a{
    color: #ffffff;
}
.fenye li.active{
    border-color: #333;
    background: #333;
    color: #ffffff;
}
.float-form{
    width: 270px;
    position: fixed;
    right: 0;
    z-index: 600;
    bottom: 80px;
    display: inline-block;
}

.float-form .show-btn {
    margin-right: -10px;
    width: 180px;
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    color: #ffffff;
    background-color:rgba(0,99,178,0.8);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
    float: right;
}
.float-form .show-form {
    display: none;
    padding: 10px;
    background-color: #0063b2;
    border-radius: 10px;
    margin-right: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.float-form .show-form span {
    float: right;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.float-form .show-form h3 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.float-form .show-form form input{
    margin-bottom: 15px;
    padding-left: 8px;
    width: 230px;
    height: 40px;
    color: #666;
    font-size: 12px !important;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;

}
.float-form .show-form form textarea{
    font-size: 12px;
    margin-bottom: .8rem;
    padding-left: 8px;
    width: 230px;
    height: 6rem;
    color: #666;
    border: none;
    outline: none;
    border-radius: 5px;
}
.float-form .show-form form input.send_tan{
    font-size: 20px !important;
    font-weight: bold;
    color: #1888c8;
    border-radius: 20px;
}

.top_index {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 10;
    width: 70px;
    cursor: pointer;
}























