/* common_title */
.common_title{
    text-align: center;
}
.common_title>h5{
    font-weight: bold;
    font-size: .64rem;
    color: #333;
    margin-bottom: .32rem;
}
.common_title>h5>span{
    color: #4381ff;
}
.common_title>p{
    font-size: .4rem;
    color: #333;
    line-height: .58rem;
}
.common_btn{
    width: 5.07rem;
    height: 1.07rem;
    line-height: 1.07rem;
    text-align: center;
    background: -webkit-linear-gradient(left,#4486ff, #68b3ff);
    background: -o-linear-gradient(right,#4486ff, #68b3ff);
    background: -moz-linear-gradient(right,#4486ff, #68b3ff);
    background: linear-gradient(to right,#4486ff, #68b3ff);
    box-shadow: 0 .07rem .24rem rgba(0, 82, 225, .3);
    border-radius: .53rem;
    margin: 0 auto;
}
.common_btn>a{
    display: block;
    font-size: .37rem;
    color: #fff;
}
/* common_title */

/* banner */
.ejfx_banner{
    width: 100%;
    text-align: left;
    padding: 1.5rem .69rem 1.53rem;
    background: url(../images/ejfx/banner.png) no-repeat center/cover;
    box-sizing: border-box;
}
.ejfx_banner>h3{
    font-weight: bold;
    font-size: .67rem;
    color: #fff;
    margin-bottom: .2rem;;
}
.ejfx_banner>p{
    font-size: .35rem;
    color: #fff;
    line-height: .48rem;
    margin-bottom: .58rem;
}
.ejfx_banner .banner_btn{
    width: 2.93rem;
    height: .93rem;
    line-height: .93rem;
    text-align: center;
    background-color: #fff;
    border-radius: .47rem;
}
.ejfx_banner .banner_btn>a{
    display: block;
    font-weight: bold;
    font-size: .32rem;
    color: #3a528c;
}
/* banner */

/* ejfx_sec1 */
.ejfx_sec1{
    width: 100%;
    padding: .93rem .15rem 1.3rem;
    box-sizing: border-box;
    background-color: #fff;
}
.ejfx_sec1 .sec1_box{
    margin-top: .85rem;
}
.ejfx_sec1 .sec1_box>img{
    max-width: 100%;
    width: 100%;
}
.sec1_box .sec1_txt_box{
    margin: 1.09rem .37rem 0;
}
.sec1_box .sec1_txt_box>li{
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
    margin-top: .42rem;
}
.sec1_box .sec1_txt_box>li:first-child{
    margin-top: 0;
}
.sec1_box .sec1_txt_box>li .num{
    font-size: .37rem;
    color: #fff;
    width: .59rem;
    height: .59rem;
    line-height: .59rem;
    text-align: center;
    background-color: #4381ff;
    border-radius: 50%;
    margin-right: .32rem;
}
.sec1_box .sec1_txt_box>li .txt{
    width: 8.35rem;
}
.sec1_box .sec1_txt_box>li .txt>p{
    font-size: .37rem;
    color: #333;
    line-height: .59rem;
}
/* ejfx_sec1 */

/* ejfx_sec2 */
.ejfx_sec2{
    width: 100%;
    padding: .96rem 0 .8rem .33rem;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.sec2_content_swiper{
    width: 100%;
    padding: 1.12rem 0 .8rem 0;
}
.sec2_content_swiper .swiper-slide{
    width: 100%;
    padding: .53rem .67rem .64rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .27rem;
    box-shadow: 0 .13rem .53rem rgba(102, 140, 255, .3);
}
.swiper-slide>.sec2_slide_img{
    width: 2.67rem;
    height: 2.67rem;
    margin: 0 auto .53rem;
}
.swiper-slide>.sec2_slide_img>img{
    max-width: 100%;
    width: 100%;
}
.swiper-slide>.sec2_slide_txt>h6{
    font-weight: bold;
    font-size: .48rem;
    color: #333;
    text-align: center;
    margin-bottom: .32rem;
}
.swiper-slide>.sec2_slide_txt>p{
    font-size: .37rem;
    color: #666;
    line-height: .59rem;
}
.swiper-slide>.sec2_slide_num{
    position: absolute;
    left: 50%;
    top: -.4rem;
    font-size: .4rem;
    color: #fff;
    width: .93rem;
    height: .93rem;
    line-height: .93rem;
    text-align: center;
    background-color: #4381ff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ejfx_sec2 .sec2_btn{
    width: 4.27rem;
}
/* ejfx_sec2 */

/* ejfx_sec3 */
.ejfx_sec3{
    width: 100%;
    padding: 1.04rem .32rem .8rem;
    box-sizing: border-box;
    background-color: #fff;
}
.ejfx_sec3 .sec3_box{
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */
    justify-content: space-between;
    flex-wrap: wrap;
    margin: .64rem 0 .8rem 0;
}
.sec3_box>li{
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */
    flex-wrap: wrap;
    width: 4.4rem;
    height: 1.33rem;
    line-height: 1.11rem;
    padding: .11rem .13rem;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: .67rem;
    margin-bottom: .35rem;
}
.sec3_box>li:nth-child(9),
.sec3_box>li:nth-child(10){
    margin-bottom: 0;
}
.sec3_box>li .sec3_img_box{
    width: 1.12rem;
    height: 1.12rem;
    line-height: 1.02rem;
    text-align: center;
    background: -webkit-linear-gradient(#ff7c45, #ff3f35); 
    background: -o-linear-gradient(#ff7c45, #ff3f35); 
    background: -moz-linear-gradient(#ff7c45, #ff3f35); 
    background: linear-gradient(#ff7c45, #ff3f35);
    box-shadow: 0 .07rem .24rem rgba(255, 79, 47, .3);
    border-radius: 50%;
    margin-right: .29rem;
}
.sec3_box>li.blue .sec3_img_box{
    background: -webkit-linear-gradient(#009ae2, #0050df); 
    background: -o-linear-gradient(#009ae2, #0050df); 
    background: -moz-linear-gradient(#009ae2, #0050df); 
    background: linear-gradient(#009ae2, #0050df);
    box-shadow: 0 .07rem .24rem rgba(0, 99, 224, .3);
}
.sec3_box>li .sec3_img_box>img{
    width: .61rem;
    height: .61rem;
    vertical-align: middle;
}
.sec3_box>li .sec3_txt_box{
    width: 2.67rem;
}
/* ejfx_sec3 */

/* ejfx_sec4 */
.ejfx_sec4{
    width: 100%;
    padding: .88rem 0 .96rem .32rem;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.sec4_content_swiper{
    width: 100%;
    padding: 5.8rem 0 .85rem 0;
    box-sizing: border-box;
}
.sec4_content_swiper .swiper-slide{
    width: 8rem!important;
    margin-right: .27rem;
}
.sec4_content_swiper .swiper-slide .sec4_slide_img{
    width: 4.28rem;
    height: 7.68rem;
    position: absolute;
    left: 50%;
    top: -4.82rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.sec4_content_swiper .swiper-slide .sec4_slide_img>img{
    max-width: 100%;
    width: 100%;
}
.sec4_content_swiper .swiper-slide .sec4_slide_txt{
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: .27rem;
    box-shadow: 0 .13rem .53rem rgba(0, 0, 0, .16);
    z-index: 2;
}
.swiper-slide .sec4_slide_txt>h6{
    font-weight: bold;
    font-size: .48rem;
    color: #fff;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background-color: #0093de;
    border-top-left-radius: .27rem;
    border-top-right-radius: .27rem;
}
.swiper-slide .sec4_slide_txt>p{
    font-size: .35rem;
    color: #666;
    line-height: .7rem;
    padding: .59rem .75rem .82rem;
}
/* ejfx_sec4 */