.a_wrap{
    /* overflow: hidden; */
    height: auto;
    width:100%;
    position: relative;
}

/* banner */
.a_banner img{
    min-width: 1300px;
    width: 100%;
    height: 700px;
}
.a_top{
    width: 1080px;
    /* overflow: hidden; */
    position: relative;
    top: -650px;
    margin-left: 13%;
    /* margin-right: 56px; */
    margin: 0 auto;
}
/*.a_top_left,.a_top_middle{
   float: left;
}*/

.a_top_middle .proList{
    position: absolute;
    width: 100px;
    height: auto;
    left: 39.5%;
    top: 29px;
    padding-bottom: 10px;
    background: url(../images/bgtr.png);
    background-color: transparent
}
/*:root .proList{filter:none;}*/
.a_top_middle .proList{
    display: none;
}
.a_top_middle .nav:hover .proList{
    display: block;
}
.a_top_middle .proList  a{
    height: 20px;
    display: inline-block;
    float: inherit;
    margin-right: 0;
    color:#fff;
}
.a_top_middle{
    /* margin-top: 20px; */
    width: 1080px;
    margin: 0px auto;
    /* margin-left: 432px; */
    overflow: hidden;
    /*background: red;*/
}
.a_top_middle .nav{
    float: left;
    /* margin-right: 48px; */
    display: inline-block;
    color: #ffffff;
    /*position: relative;*/
    margin-left: 32px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50px;
}
.a_top_middle .a_proActive{
    border: 1px solid #fff;
    border-radius: 50px;
}
.a_top_middle .nav:hover{
    border: 1px solid #fff;
    border-radius: 50px;
}
.a_top_middle .nav a{
    color: #ffffff;
    display:inline-block;
    line-height: 30px;
    text-align: center;
    width: 102px;
    height: 30px;
    cursor: pointer;
}
.a_top_middle .nav .proList a{
    padding-bottom: 7px;
    height: 20px;
}
.a_top_middle .nav .proList a:hover{
    text-decoration: underline;
}
.a_top_middle a.company_intro{
    margin-right: 0;
}
.nav .pro_icon{
    position: absolute;
    top: 13px;
    right: 52.2%;
}
.a_top_right{
    position: absolute;
    right: -90px;
}
.a_top_right a{
    float: left;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    width: 64px;
    height: 32px;
    border-radius:50px;
}
.a_top_right a:hover{
    text-decoration: underline;
}
.a_top_right a.login{
    margin-left: 18px;
    display: inline-block;
    
}
/* 登录注册鼠标滑过 */
.loginActive{
    background: #f49e16;
}

/* 标题 */
.a_title{
    color: #fff;
    width: 455px;
    height: 225px;
    position: absolute;
    left: 420px;
    top: 282px;
}
.a_title h3{
    font-size: 36px;
    margin-bottom: 36px;
    text-indent: 28px;
}
.a_title p{
    text-indent: 28px;
    line-height: 30px;
}
.a_consult{
    display: inline-block;
    width: 100px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    line-height:45px;
    text-align: center;
    margin-top: 23px;
    margin-left:28px;
}

.a_consult:hover{
    background-color: rgba(255, 255, 255, .2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
}
:root .a_consult{filter:none;}
/* 产品优势 */
.a_proAdvantage{
    min-width: 1300px;
    width: 100%
}
.a_proAdvantage .a_proW1080{
    width: 1080px;
    height: 510px;
    margin: 0 auto;
}
.a_proAdvantage .a_proW1080 h1{
    color: #333333;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    padding-top:105px;
    padding-bottom: 50px;
}
.a_proW1080 .proContent{
    width:990px;
    overflow: hidden;
    margin:0 auto;
}
.a_proW1080 .proContent-pay{
    width:100%;
    margin-left: 5%;
}
.a_proW1080 .proContent .contentFl {
    float: left;
    width: 25%;
}
.a_proW1080 .proContent .contentFl img{
    margin-left: 10px;
    margin-bottom: 10px;
}
.a_proW1080 .proContent .contentFl p{
    margin-top: 10px;
    color: #999999;
    line-height: 16px;
}
/* .a_proW1080 .proContent .contentFi{
    width: 134px;
    margin-left: 62px;
}
.a_proW1080 .proContent .contentSe{
    width: 123px;
    margin-left: 132px;
}
.a_proW1080 .proContent .contentTh{
    width: 208px;
    margin-left: 146px;
}
.a_proW1080 .proContent .contentFo{
    width: 182px;
    margin-left: 65px;
} */
/* 使用场景 */
.a_scene{
    background: #f7f7f7;
    height: 798px;
    min-width: 1300px;
    width: 100%;  
}
.a_scene .sliderBox {
    /* text-align: center; */
    position: relative;
    width: 238px;
    height: 500px;
    margin: 0 auto;
}
.a_scene .sliderBox  .sliderWrap{
    width: 210px;
    height: 356px;
    overflow: hidden;
    left: 15px;
    top: 73px;
    position: absolute;
} 
.a_scene .sliderBox .sliderImg{
    position: absolute; 
    
}
 .sliderBox .sliderWrap .sliderImg img{
    width: 210px;
    height: 356px;
}
/* 手势 */
.sliderBox .a_tap{
    position: absolute;
    bottom: 73px;
    left: 22px;
}
/* 提示 */
.rightTips{
    position: absolute;
    left: 312px;
    top: 142px;
    width: 260px;
    text-align: left;
}
.rightTips li{
    padding-bottom: 40px;
    list-style-type: disc; 
    color: #999999;
    cursor: pointer;
}
.rightTips li.bg{
    color: #f49e16;
}
.a_way{
    min-width: 1300px;
    width: 100%;
}
.a_way .wayTips{
    width: 280px;
    margin: 15px auto;
    text-indent: 20px;
    line-height: 25px;
    color: #999999;
}
.a_way .btn{
    width: 100px;
    height: 40px;
    margin:  0 auto;
}
.a_way .btn .forward{
    width: 100px;
    height: 40px;
    border: 1px solid #999999;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #333333;
   
}
.a_way .btn .forward:hover{
    background: #f49e16;
    color: #fff;
    border: none;
}
 .a_scene .a_proW1080{
    height: 798px;
}
.a_way .a_proW1080{
    height: 460px;
}
/* h5支付 */
.h_scene{
    height: 836px;
}
.h_scene  .a_proW1080 h1{
    padding-bottom: 0;
}
.h_scene  .a_proW1080 p{
    padding-bottom: 50px;
    text-align: center;
    color: #333333;
}
.h_scene .a_proW1080 .mobileWrap{
    margin:0 auto;
    width: 600px;
    height: 500px;
}
.h_scene .a_proW1080 .sliderBox1{
    float: left;
}
.h_scene .a_proW1080 .sliderBox2{
    float: right;
}
.h_scene .a_proW1080 .moblieTips{
    width: 600px;
    height: 38px;
    margin:  10px auto;
}
.h_scene .a_proW1080 .moblieTips .alipay{
   float: left;
   text-align: center;
   width: 238px;
   color: #999999;
   line-height: 38px;
}
.h_scene .a_proW1080 .moblieTips .wechat{
    float:right;
    text-align: center;
    width: 238px;
    color: #999999;
    line-height: 38px;
 }
/* 扫码支付 */
 .h_scene .a_proW1080 .s_mobileWrap{
     width: 919px;
 }
 .s_mobileWrap .s_leftImg{
     width: 197px;
     height: 283px;
     float: left;
     margin-top: 130px;
}
.s_scene .a_proW1080 .s_sliderBox1{
    float: left;
    margin-left: 123px;
    margin-right: 123px;
}
.s_scene .a_proW1080 .s_sliderBox2{
    float: left;
}
.s_scene .a_proW1080 .moblieTips{
    width: 919px;
}
.s_scene .a_proW1080 .moblieTips .alipay{
    margin-left: 86px
}
.s_scene .a_proW1080 .moblieTips .scanPay{
    margin-left: -19px; 
    margin-right: 20px;
}
/* sdk下载 */
.s_sdk .a_proW1080{
    padding-bottom: 40px;
    height: auto;
}
.s_sdk .a_proW1080 .downLoad{
    width: 777px;
    margin:  0 auto;
    overflow: hidden;
}
.s_sdk .a_proW1080 .downLoad .downWrap{
    overflow: hidden;
}
.a_proW1080 .downLoad .downWrap p{
    font-size: 24px;
    color: #333333;
    padding-top: 105px;
    padding-bottom: 105px;
    text-align: center;
    float: left;
    margin-left: 130px;
    cursor: pointer;
}
.a_proW1080 .downLoad .downWrap p:hover{
    color: #f49e16;
    background: url(../images/tab.png) no-repeat;
    background-position: center 143px;
    background-size: 100% 13px;
}
.a_proW1080 .downLoad .downWrap p a{
    color: #333333;
}
.a_proW1080 .downLoad .downWrap p .detailPro{
    color: #333
}
.a_proW1080 .downLoad .downWrap p .detailPro:hover{
    color: #f49e16;
}
.s_sdk .a_proW1080 .downLoad .tabActive{
    color: #f49e16;
    background: url("../images/tab.png") no-repeat;
    background-position: center 143px;
    background-size: 100% 13px;
}
 /* .a_proW1080 .downLoad .loadCont img{
    float: left;
} */
.a_proW1080 .downLoad .loadCont img.loadAlipay{
    margin-left: 15px;
}
/* .a_proW1080 .downLoad .loadCont .andriod{
    margin-left: 150px;
    margin-right: 150px;
} */
.imgSdk{
    float: left;
    margin-bottom: 40px;
    margin-right: 132px;
    width: 126px;
    height: 100px;
}
.imgSdk p{
    text-align: center;
}
/* .a_proW1080 .downLoad .loadCont p a{
    float: left;
    width: 130px;
    text-align: center;
    margin-top: 13px;
    color: #999999;
} */
.a_proW1080 .downLoad .loadCont p a:hover{
    color: #333333;
    text-decoration: underline;
}
.a_proW1080 .downLoad .loadCont .andriodTips{
    margin-left: 117px;
    margin-right: 125px;

}
.a_proW1080 .downLoad .loadCont{
    overflow: hidden;
    display: none; 
 }                                                                                                                                                 
.a_proW1080 .downLoad .ContActive{
    display: block;
}
/* .a_proW1080 .downLoad .loadContw img.loadAlipay{
    margin-left: 143px;
} */
.a_proW1080 .downLoad .loadContw .imgSdkw{
    margin-left: 123px;
    margin-right: 0;
}
/* 公司介绍 */
.c_companyIntr .a_proW1080{
    height: auto;
    padding-bottom: 125px;
}
.c_companyIntr .a_proW1080 .proArticle p{
    color: #999999;
    font-size: 14px;
    text-indent: 28px;
    margin-left: 90px;
    margin-right: 90px;
    line-height: 40px;
}
.c_companyIntr .btn{
	display:block;
	width:190px;
	line-height:40px;
	text-align:center;
	background-color:#f49e16;
	color:#fff;
	border-radius:20px;
	margin:35px auto 0 auto;
	text-decoration:none;
}

.c_companyIntr ul{
	font-size:0;
	padding:0;
	margin:0
}

.c_companyIntr li{
	list-style-type:none;
	display:inline-block;	
	margin:0 20px 20px 0;
}

.c_companyIntr li:nth-child(4n){
	margin:0 0 20px 0;
}

.c_companyIntr li>a{
	display:block;
	width:250px;
	height:200px;
	background-position:center center;
	background-size:auto 100%;
	overflow:hidden;
}
.c_companyIntr li>a>img{
	transition: all 0.6s;
}

.c_companyIntr li>a>img:hover{
	transform: scale(1.2);
}

.c_layout{
    background: #f7f7f7;
}
.c_layout .a_proW1080{
    height: auto;
    padding-bottom: 125px;
}
.c_layout .a_proW1080 .proArticle p.l_first{
    margin-left: 315px;
    margin-right: 0;
    text-indent: 0;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}
.c_layout .a_proW1080 .proArticle p.l_two{
    margin-left: 275px;
    margin-right: 0;
    margin-right: 0;
    text-indent: 0;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}
.c_layout .a_proW1080 .proArticle p.l_three{
    margin-left: 174px;
    margin-right: 0;
    margin-right: 0;
    text-indent: 0;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}
.c_miss {
    background: #ffffff;
}
 .c_miss .a_proW1080{
     height: auto;
     padding-bottom: 125px;
}
.c_miss .a_proW1080 .proArticle p.m_first{
    margin-left: 426px;
    color: #999999;
    line-height: 40px;
}
.c_miss .a_proW1080 .proArticle p.m_two{
    margin-left: 227px;
    color: #999999;
    line-height: 40px;
}
.c_miss .a_proW1080 .proArticle p.m_three{
    margin-left: 213px;
    color: #999999;
    line-height: 40px;
}
.c_service{
    background: #f7f7f7;
}
.c_service .a_proW1080{
    height: auto;
    padding-bottom: 125px;
}
.c_vis{
    background: #ffffff;
}
.c_vis .a_proW1080{
    height: auto;
    padding-bottom: 125px;
}
/*常见问题 */
.q_question .a_proW1080{
    height: auto;
    padding-bottom: 0;
}
.q_question .a_proW1080 .q_title{
    width:808px;   
   margin-left: 206px;
    overflow: hidden; 
}
.q_question .a_proW1080 .q_title .quesWrap p{
    margin-left: 0;
    margin-right: 140px;
    margin-bottom: 40px;
    padding-bottom: 22px;
    padding-top: 0;
}
.q_question .a_proW1080 .q_title .quesWrap p a{
    color: #333333;
}
.q_question .a_proW1080 .q_title .quesWrap p a:hover{
    color: #f49e16;
}
.s_sdk .a_proW1080 .downLoad p.tabActive a{
    color: #f49e16;
}
.q_question .a_proW1080 .q_title .quesWrap p.tabActive{
    background-position: center 37px;
    color: #f49e16;
    background-size: 100% 13px;
}
.q_banner img{
    /*margin-bottom: 105px;*/
}
/* .q_question .a_proW1080 .q_title .quesWrap .payChannel{
    margin-right: 140px;
    margin-left: 140px;
} */
.q_question .a_proW1080 .q_title .quesWrap p:hover{
    color: #f49e16;
    background: url(../images/tab.png) no-repeat;
    background-position: center 37px;
    background-size: 100% 13px;
    display: block;
}
/* 列表 */
.q_common .q_list{
    /*padding-bottom: 142px;*/
    padding-top: 76px;
}
.q_common .q_list li{
    margin-bottom: 80px;
    overflow: hidden;
}
.q_common{
    display: none;
}
.q_commonActive{
    display: block;
}
.q_common .q_list li span.q_date{
    width:80px;
    height: 80px;
    background: #f49e16;
    float: left;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
}
.q_common .q_list li .q_middle{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 820px;
}
.q_common .q_list li .q_middle .q_describe{
    margin-bottom: 15px;
    font-size: 24px;
    width: 552px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.q_common .q_list li .q_middle .q_describe .q_li{
    color: #333333;
}
.q_common .q_list li .q_middle .q_describe .q_li:hover{
    color: #f49e16;
    text-decoration: underline;
}
.q_describe img{
    margin-left: 7px;
}
.q_number{
    color: #999999;
    font-size: 14px;
}
.q_list li .q_middle .q_describe .q_number{
    color: #999999;
    font-size: 14px;
}
.q_common .q_list li img.q_right{
    float: right;
    margin-right: 27px;
    margin-top: -25px;
}
/* 详情 */
.t_title{
    color: #f49e16;
    margin-top: 5px;
}
.t_w900 {
    width: 898px;
    margin:  0 auto;
    padding-bottom: 160px;
}
.t_w900 h3{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.t_w900 p{
    color: #999999;
    /*text-align: center;
    margin-bottom: 85px;*/
    line-height: 35px;
}
.t_w900 .t_problem{
    font-size: 18px;
    color: #333333;
}
.t_w900 .solve{
    text-align:inherit;
    margin-bottom: 0;
    line-height: 30px;
}
.t_w900 .solveOne{
    margin-top:5px;
}

.t_w900 .proDes{
    margin-top:10px;
    display:inline-block;
    margin-bottom:45px;
    color: #999999;
    text-align:inherit ;
}
/* 分页 */
.pageList{
    /* margin-top:60px; */
    /* width:366px; */
    height: 30px;
    padding-bottom: 142px;
    margin-left: 357px;
}
.pageList li{
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 13px;
    float: left;
    color: #666666;
    border: 1px solid #cccccc;
}
.pageList li:hover{
    background: #f49e16;
    /* border: 0; */
    cursor: pointer;
    color: #fff;
}
.pageList .active{
    background: #f49e16;
    /* border: 0; */
    cursor: pointer;
    color: #fff;
}
.pageList .p_number{
    width: 60px;
    height: 30px;
    border-radius: 50px;
    margin-top: 1px;
    margin-left: 20px;
}
.pageList .p_number .p_input{
    height: 30px;
    width: 60px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
}
