/*网站整体配置项*/
*{padding: 0px;margin: 0px;font-size: 14px;}
html{-webkit-tap-highlight-color:rgba(0,0,0,0);background: #f2f2f2; width: 100%; font-size: 14px;color: #565656;font-family: 微软雅黑;}
body{color: #565656}
a{text-decoration:none; color: #565656;}
a:hover{-webkit-tap-highlight-color:rgba(0,0,0,0)}
input{border: none;outline: none; /*清除移动端默认的表单样式*/-webkit-appearance: none;}
ul,ol,i,em{font-size: 14px;font-style: normal;padding: 0;margin: 0;list-style: none;}
h1,h2,h3,h4,h5,h6{font-size: 14px;font-weight: normal;margin: 0px;padding: 0px;}
.rows{width: 100%;}
.row{width: 100%;background: #fff}
.content{width: 92%;margin: 0 auto;}
.row_btn{margin-bottom: 8px;}

/*hedder开始*/
.hedder{overflow: hidden;width: 100%;position: relative;}
.hedder_em{position: absolute;width: 100px;height: 30px;border-radius: 7px; border: 1px solid #f2f2f2;bottom: 16%;left: 50%;margin-left: -50px;display: block;}
.hedder_em a{display: block;line-height:30px;text-align: center;color: #f2f2f2;z-index: 2 }
.hedder .hedder_img{z-index: 1;width: 100%;height: auto;}
.top{width: 100%; height: 40px;position: absolute;top: 0px;left: 0px;z-index: 2;overflow: hidden;}
.top .logo{width: 91px;height: 28px; padding-left: 3%;margin-top: 11px;}
.top .top_span{float: right;padding-right: 3%;display: block;}
.top_span i{font-size: 24px;color: #f2f2f2;line-height: 50px;}
.top_span i:last-child{display: none;}

/*footer部分开始*/
.footer{background: #181819;overflow: hidden;padding: 15px 0px; }
.btn_h3{width: 100%;color: #f2f2f2; line-height: 25px;padding: 8px 0px;float: left;font-size: 15px;}
.footer .ul-1,.footer .ul-2,.footer .ul-3{overflow: hidden;}
.ul-1 li{float: left;text-align: center;width: 20%;line-height: 25px;}
.ul-1 li a{display: block;color: #b6b6b6;font-size: 13px;}
.ul-2 li{display: block;width: 50%;float: left;overflow: hidden;}
.ul-2 li img{width: 38px;height: 38px; display: inline-block;float: left;margin-right: 8px;}
.ul-2_right{width: 62%;float: left;}
.ul-2 li h6,.ul-2 li p{line-height: 19px;font-size: 13px; width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.ul-3 li{line-height: 25px;color: #b6b6b6;font-size: 13px;}
.ul-3 li span{padding-left: 5px;font-size: 13px;}
.P-bottom{color: #b6b6b6;text-align: center;line-height: 20px;font-size: 13px; margin-top: 20px;}
.P-bottom a {
    display: inline-block;
    margin-right: 6px;
}
.P-bottom img {
    position: relative;
    top: 3px;
    width: 12px;
}

.container {
    /*width: 100%;*/
    background: #fff;
}
.swiper1 {
    width: 100%;
}
.swiper1 .selected {
    color: #007aff;
    border-bottom: 2px solid #007aff;
}
.swiper1 .swiper-slide {
    text-align: center;
    font-size: 13px;
    /*width: auto!important;*/
    /*padding: 10px!important;*/
    height: 40px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.swiper2 {
    width: 100%;
}
.swiper2 .swiper-slide {
    height: auto;
    text-align: center;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}
.rm_ul{overflow: hidden;}
.rm_ul li{line-height: 30px;}
.rm_ul li a{display: block;}
.rm_ul li img{width: 17px;height: 17px;float: left;display: block;margin-top: 6px;margin-right: 2px;}
.rm_ul li span{line-height: 30px;display: block;float: left;width: 90%;text-align: left;overflow: hidden;  text-overflow:ellipsis; white-space: nowrap;}
.center_banner{width: 80%;left: 7%;position: absolute;top: 30%;}
.center_banner .inputs{}
.inputs label{width: 22%; line-height: 30px;display: inline-block;float: left;color: #f2f2f2;margin-right: 2%;}
.inputs input{width: 58%;float: left;display: inline-block;height: 30px;line-height: 30px;}
.inputs span{width: 18%; display: inline-block;float: left;background: #007aff;text-align: center;line-height: 30px;height: 30px;color: #f2f2f2;}













