@charset "utf-8";
.bigBanner{
    width:100%;
    height: 366px;
    background: url(../images/aboutBanner.jpg) 0 0;
    background-size: 100% 100%;
}
.aboutNav{
    width: 880px;
    margin: 0 auto;
    background-color: rgb(255,255,255);
}
.aboutNav li{
  margin: 0 50px;
}
.aboutNav .layui-nav-item a{
    color: #666;
    padding: 0;
    font-size: 16px;
}
.aboutNav .layui-nav-item a:hover, .aboutNav .layui-this a {
    color: #ff6d00;
}
.aboutNav .layui-this:after{
    background-color:#ff6d00;
    height: 2px;
}
.layui-nav-bar{
    display:none;
}
.ab_contain{
    padding: 30px;
    min-height: 500px;
    margin-bottom: 50px;
}
.ab_contain h3{
    font-size: 24px;
    color: #666666;
    text-align: center;
}
.ab_contain p{
    text-align: justify;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 2;
    text-indent: 2em;
}
.problemContain,.payment,.process{
    padding: 20px 60px;
    min-height: 500px;
}
.problemContain .layui-colla-title{
    background: none;
    padding: 0;
    font-size: 16px;
}
.problemContain .layui-colla-title.cur{
    color: #ff6d00;
}
.problemContain .layui-colla-item,.problemContain .layui-collapse,.problemContain .layui-colla-content{
    border:0;
}
.problemContain .layui-colla-icon{
    display: none;
}
.problemContain .layui-colla-content {
    background: #f8f8f8;
    padding: 20px 30px;
    max-height: 250px;
    overflow-y: auto;
}
.payment p,.process p{
    text-align: center;
    font-size: 25px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
}
.payment ul{
    overflow: hidden;
    zoom: 1;
    padding-bottom: 20px;
}
.payment ul li{
    float: left;
    width: 50%;
    margin-top: 20px;
    box-sizing:border-box;
}
.payment ul li img{
    margin-left: 80px;
}
.payment ul li:first-child{
    border-right: 1px solid #ddd;
}
.payment ul li:first-child img{
    margin-left: 260px;
}
.mb50{
    margin-bottom: 50px;
} 
.payment,.process {
    min-height: 500px;
}
.process ul{
    padding:20px;
}
.process ul li{
    overflow: hidden;
    zoom: 1;
    width: 80%;
    margin: 10px auto 30px;
}
.process ul li img{
    height: 136px;
    width: 237px;
    float: left;
    margin-right: 30px;
}
.process ul li h4{
    font-size: 20px;
    margin-top: 10px;
}
.process ul li span{
    display: block;
    line-height: 3;
    margin-bottom: 10px;
}
.process ul li a{
    color: #fff;
    background: #fd4d3f;
    /* width: 200px;
    display: block; */
    padding: 8px 15px;
    border-radius: 5px;
}
.contact{
    overflow: hidden;
    zoom: 1;
}
#allmap{
    width: 540px;
    height: 830px;
    float: left;
}
.BMap_cpyCtrl {
    display: none !important;
}
.contact{
    padding: 30px 50px;
}
.allCompanyAddress{
    height: 830px;
    overflow-y:auto;
    width: 515px;
    float: right;
    color: #666;
    padding-right: 15px;
}
.allCompanyAddress li {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.allCompanyAddress li h3 i {
    margin-right:5px;
}
.allCompanyAddress li .companyName{
    padding-left: 5px;
    font-size: 18px;
}
.allCompanyAddress li .companyName i{
    height: 10px;
    border: 3px solid #999;
    margin-top: 5px;
    float: left;
}
.allCompanyAddress li .companyName span{
    padding-left: 10px;
}
.companyAddress{
    margin: 7px 0;
    overflow: hidden;
    zoom: 1;
}
.companyAddress,.companyTel{
    padding-left: 20px;
}
.companyAddress span{
    float: left;
}
.companyAddress em{
    float: left;
    width: 360px;
}
/* 常见问题 */
.content{
	padding:30px 60px;
    background:#fff;
    overflow: hidden;
}
.problem li p{
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
}
.problem li p:hover{
	color: #ff6d00;
}
.problem li i{
	margin-top: 10px;
	color:#ff6d00;
	font-weight: 700;
}
/* 无数据 */
.noData{
    text-align: center;
}
.backBtn{
    float:right;
    margin-top:20px;
    background:#ff6d00;
}
.network{
    margin-top:20px;
}
.network p{
    border-left: 5px solid #999;
    line-height: 12px;
    padding-left: 5px
}
.QR {
    padding-top:10px;
}
 .QR p{
    display: inline-block;
    padding-right:10px;
    text-align: center;
    color:#999;
    font-size:12px;
 
   }
 .QR p img,
.QR p span canvas{
       display:block;
       width:90px;
       height:90px;
   }
.appQrcodeImg{
    border-left:1px solid #ddd;
    padding-left:10px;
}
.contentView{
    padding:20px;
}