.jjfabja{background-color: #f9f9f9;width: 100%;padding: 20px 0;}
.jjfabjb{background-color: #fff;width: 100%;padding: 20px 0;}
#jjfanav{
width: 1160px;margin: 0 auto;
}
#jjfanav ul{
    font-size: 14px;padding: 20px 0;
}
#jjfanav ul li{line-height: 3em;}
#jjfanav ul li span,
#jjfanav ul li span:link,
#jjfanav ul li span:visited {
    margin: 10px;padding: 5px 15px;cursor: pointer;
}
#jjfanav ul li span:hover {
    color: #00B050;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #00B050;
}
#jjfanav ul li span.active{
    color: #00B050;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #00B050; 
}
.centent{
    width: 1160px;margin: 0 auto;
    padding: 20px 0;
    display: flex;flex-wrap: wrap;
    gap: 20px;
}
.centent .box{
    width: 370px;overflow: hidden;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}
.centent .box img{
    width: 350px;height: 120px;
    transition: transform 0.3s ease; 
}
.centent .box img,
.centent .box img:link,
.centent .box img:visited {
}
.centent .box img:hover {
    transform: scale(1.1); 
}
.centent .box h1{
    margin-top: 20px;
    height: 60px;
    font-size: 24px;font-weight: normal;
}
.centent .box p{
    margin-top: 10px;
    color: #797979;
    font-size: 14px;
}
.centent .box ul{
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #797979;
    display: flex;justify-content: space-between;align-items: center;
    width: 100%;
}

.centent .bnt{
    cursor: pointer;
    color: #00B050;
    padding:10px 20px;
    border-radius: 5px;
    border: 1px solid #00B050;
}

.centent .bnt,
.centent .bnt:link,
.centent .bnt:visited {
}
.centent .bnt:hover {
    background-color: #EEFFF9;
    border: 1px solid #00B050;
}

.centent .bnt a{
    color: #00B050;
}
.centent .jjfatitle{
    width: 100%;
    font-size: 20px;
    height: 50px;
}
.centent .box2{
    width: 370px;overflow: hidden;
    padding: 20px;border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}
.centent .box2 h1{
    height: 34px;padding-left: 40px;line-height: 34px;
    font-size: 20px;font-weight: normal;
    background-image: url(/img/ioc001.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.centent .box2 p{
    margin-top: 10px;
    text-align:justify;
    color: #797979;
    font-size: 14px;
}
.centent .box2 ul{
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #797979;
    display: flex;justify-content: space-between;align-items: center;
}

.jjfaullist{
    display: flex;
}
.jjfaullist ul{
    width: 240px;
    margin-right: 20px;
    padding: 0 10px;
    display: block;
}
.jjfaullist ul li{
    display: block;text-align: left;font-size: 12px;padding: 0;margin: 0;
}
.jjfaullist li,
.jjfaullist li:link,
.jjfaullist li:visited {
}
.jjfaullist li:hover {
    color: #00BB7F;
}

.jjfaullist ul h2{
    font-size: 16px;
    line-height: 2em;
    border-bottom: 1px solid #dbdbdb; 
}
.jjfaullist ul h3{
    color: #797979;
    font-size: 12px;
    line-height: 2em;
}
.jjfaullist .bnt li{
    display: block;
    margin-top: 5px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    background-color: #eefff9;
    background-image: url(/img/ioc001.png);
    background-size: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.jjfaullist .bnt li,
.jjfaullist .bnt li:link,
.jjfaullist .bnt li:visited {
    background-color: #eefff9;
}
.jjfaullist .bnt li:hover {
    background-color: #d4f9ec;
}


.jjfa_main_cont{
    margin: 0 auto;
    margin-bottom: 25px;
    display: flex;
}
.jjfa_main_cont .left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content:center
}
.jjfa_main_cont .left> p {
    text-indent: 2em;
    line-height: 28px;
    margin-bottom: 10px;
    color: #4A4A4A;
	font-size: 14px;
}
.jjfa_main_cont .right {
    width: 50%;
    text-align: center;
}

.jjfa_app{
    width: 1300px;margin: 0 auto;
    display: flex;flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 100px;
    margin-top: 70px;
}
.jjfa_app .box{
    width: calc(50% - 40px);height: 180px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #E9E9E9;
    display: flex;align-items:center;
}
.jjfa_app .box ul{margin: 20px;}
.jjfa_app .box img{width: 57px;height: 54px;margin: 0 20px;}
.jjfa_app .box h1{font-size: 16px;}
.jjfa_app .box p{font-size: 14px;margin-top: 10px;}

.jjfa_app .box2{
    width: calc(100% / 3 - 15px);
    border: 1px solid #E9E9E9;
    display: flex;
    padding:20px 5px;
}
.jjfa_app .box2 ul{margin: 20px;}
.jjfa_app .box2 ul li{display: flex;align-items:center;}
.jjfa_app .box2 img{width: 34px;height: 32px;margin: 0 20px;}
.jjfa_app .box2 h1{font-size: 16px;}
.jjfa_app .box2 p{font-size: 14px;margin-top: 25px;}

.jjfa_app .box3{
    width: calc(100% / 4 - 15px);
    border: 1px solid #E9E9E9;
    display: flex;align-items:center;
}
.jjfa_app .box3 ul{margin: 20px;}
.jjfa_app .box3 ul li{display: flex;align-items:center;}
.jjfa_app .box3 img{width: 34px;height: 32px;margin: 0 20px;}
.jjfa_app .box3 h1{font-size: 16px;}
.jjfa_app .box3 p{font-size: 14px;margin-top: 10px;}





.leftjj,.leftjj2,.leftjj3,.leftjj4,.leftjj5,.leftjj6,.leftjj7{
    padding-bottom: 20px;
}
.custom-text-block{
    gap: 20px;
}
.jjfa_app2{
    display: flex; align-items:center;
    gap: 20px;
    padding: 20px;
}
.jjfa_app2 img{width: 430px;height: 230px;}
.jjfa_app2 li h1,.tt{font-size: 16px;}
.jjfa_app2 li{
    font-size: 14px;
    line-height: 1.8em;
}
.jjfa_app2 li p{margin-top: 10px;}
.jjfa_app2 li span{
    color: #00B050;
    cursor: pointer;
}

.jjfa_app3{
    width: 1300px;margin: 0 auto;
    
    display: flex; justify-content: space-between;
    gap: 20px;
    padding: 20px;
}
.jjfa_app3 .left{
    display: flex;flex-wrap: wrap;gap: 20px;
    font-size: 14px;align-items:center;align-content: center;
width: calc(100% - 470px);
}
.jjfa_app3 .left p{
    line-height: 1.5em;
}
.jjfa_app3 .right{
    width: 450px;
    height: 240px;
    background-color: #00B050;
    }

.jjfa_jzu{
    margin: 160px 0 250px 0;
}
.jjfa_jzu ul{
    border-bottom: 1px solid #00B050; 
    display: flex;position: relative;
    justify-content: center;align-items: center;
    gap: 150px;
}
.jjfa_jzu ul li{
    width: 48px;height: 48px;
    position: relative;top: 22px;
}
.jjfa_jzu ul li img{
    width: 48px;height: 48px;
}
.jjfa_jzu .box{
    width: 210px;
    border: 1px solid #00B050;
    padding: 20px;
    position: absolute;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    
}
.jjfa_jzu .box h2{font-size: 16px;text-align: center;}
.jjfa_jzu .box p{
    margin-top: 5px;
    font-size: 12px;justify-content: space-between;
}



.yiyuan .box2{
    width: calc(100% / 3 - 15px);
    border: 1px solid #E9E9E9;
    display: flex;
}

.yiyuan{
    width: 1300px;margin: 0 auto;
    display: flex;flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 40px;
}

.yiyuan .box2 ul{margin: 20px;}
.yiyuan .box2 ul li{display: flex;align-items:center;gap: 20px;}
.yiyuan .box2 img{width: 34px;height: 32px;margin-left: 15px;}
.yiyuan .box2 h1{font-size: 16px;}
.yiyuan .box2 p{
    font-size: 14px;margin-top: 10px;
    background-image: url(/img/disc.png);
    background-repeat: no-repeat;
	background-position: left 8px;
    padding-left: 15px;
}


#appbanner{
    height: 360px;
    background-image: url(/img/banner@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: 0 0;
    margin-bottom: 140px;
}

#appbanner .box{
    width: 1300px;height: 357px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    align-content:center;
    gap: 20px;
    position: relative;
}
#appbanner .box h1{
    width: 100%;
    font-size: 28px;
    color: #fff;
}
#appbanner .box p{
    width: 670px;font-size: 14px;color: #fff;
}
#appbanner .box ul{
    width: 100%;
    display: flex;
    gap: 20px;
}
#appbanner .box ul li{
    
    background-color: #fff;padding:10px 20px;
    border-radius: 5px;
    font-size: 14px;color: #4A4A4A;
    display: flex;
    align-items:center;
    align-content:center;
    position: relative;
    gap: 10px;
}
#appbanner .box ul li img{width: 20px;}
.pictab{
    position: absolute;right: 0;width: 450px;height: 230px;
}
.pictab img{width: 450px;height: 230px;}
.mobile{
    width: 255px;height: 393px;
    position: absolute;
    top: 100px;right: 200px;z-index: 99;
}
.mobile img{width: 255px;height: 393px;}
.erweima{
    width: 120px;
    height: 128px;
    background-image: url(/img/erweimapng.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 9;
    top: -120px;
    left: -25px;
    display: none;
}

#Android-bnt{
    cursor: pointer;
}

/* 轮翻图 */
.slider,.sliderB {
    width: 450px;
    height: 230px;
    position: relative;
}
.slider img,.sliderB img{
    width: 450px;
    height: 230px;
}
.slides,.slidesB{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.slides.active,.slidesB.active{
    display: block;
}
.sldian{
    width: 100%;
    height: 8px;overflow: hidden;
    position: absolute;bottom: -20px;
    z-index: 99;
    /* background-color: black; */
    display: flex;
    justify-content:center;gap: 10px;
}
.sldian span,.sldianB span{
    width: 20px;height: 5px;overflow: hidden;
    background-color: #E4E4E4;
    display: block;
    border-radius: 5px;
    }
.sldian span.active,.sldianB span.active{
    background-color: #00B050;
}

.sldianB{
    width: 100%;
    height: 8px;overflow: hidden;
    position: absolute;bottom: -30px;
    z-index: 99;
    /* background-color: black; */
    display: flex;
    justify-content:center;gap: 10px;
}
