.bofou_wrapper{
    width: 100%;
    height: 100%;
}

/* common */
.common_box{
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    text-align: center;
}
.common_title>h4{
    font-weight: 500;
    font-size: 32px;
    color: #333;
    line-height: 1;
    letter-spacing: 4px;
}
/* common */

/* banner */
.banner_main{
    width: 100%;
    padding: 170px 0 139px;
	height: 420px;
    box-sizing: border-box;
    background: url(../images/banner1.png) no-repeat center/cover;
}
.banner_main .banner_txt{
    width: 1200px;
    margin: 0 auto;
}
.banner_txt>h2{
    font-weight: 500;
    font-size: 44px;
    color: #fff;
    line-height: 1;
    margin-bottom: 24px;
}
.banner_txt>p{
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.banner_txt .banner_btn{
    overflow: hidden;
}
.banner_txt .banner_btn>a{
    display: block;
    float: left;
    font-size: 16px;
    color: #ff6642;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fedc9b;
    border: 1px solid #fedc9b;
    border-radius: 3px;
}
.banner_txt .banner_btn>a.J_ConsultWfx{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    margin-left: 20px;
}
/* banner */

/* nav */
.bofou_nav{
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.bofou_nav>ul{
    overflow: hidden;
}
.bofou_nav>ul>li{
    float: left;
    width: 250px;
    line-height: 80px;
    text-align: center;
}
.bofou_nav>ul>li:hover{
    background-color: #ffda45;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bofou_nav>ul>li.active{
    background-color: #ffda45;
}
.bofou_nav>ul>li>a{
    cursor: pointer;
    display: block;
    font-size: 22px;
    color: #333;
}
/* nav */

/* sec1 */
.bofou_sec1{
    width: 100%;
    padding: 80px 0 44px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.bofou_sec1 .sec1_box{
    margin-top: 50px;
    overflow: hidden;
}
.sec1_box>li{
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 5%;
    padding: 54px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.sec1_box>li:last-child{
    margin-right: 0;
}
.sec1_box>li .sec1_img{
    margin-bottom: 44px;
}
.sec1_box>li .sec1_img>img{
    width: 140px;
    height: 140px;
}
.sec1_box>li .sec1_text>h6{
    font-weight: 500;
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 24px;
}
.sec1_box>li .sec1_text>p{
    font-weight: 500;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    min-height: 60px;
}
.bofou_sec1 .sec1_btn{
    text-align: center;
    margin-top: 35px;
}
.sec1_btn>a{
    display: inline-block;
    font-size: 20px;
    color: #333;
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #ffda45;
    border-radius: 6px;
}
/* sec1 */

/* sec2 */
.bofou_sec2{
    width: 100%;
    padding: 80px 0 224px;
    box-sizing: border-box;
    background: url(../images/sec2_bg.png) no-repeat center/cover;
}
.bofou_sec2 .sec2_box{
    width: 41%;
    margin-top: 154px;
}
.bofou_sec2 .sec2_box>p{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.bofou_sec2 .sec2_box>.sec2_btn{
    margin-top: 36px;
    overflow: hidden;
}
.sec2_btn>a{
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ffda45;
    background-color: #ffda45;
    border-radius: 3px;
}
.sec2_btn>a.J_ConsultWfx{
    background-color: transparent;
    border-color: #d2d2d2;
    margin-left: 20px;
}
/* sec2 */

/* sec3 */
.bofou_sec3{
    width: 100%;
    padding: 80px 0 94px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.bofou_sec3 .sec3_box{
    width: 1100px;
    margin: 68px auto 0;
    overflow: hidden;
}
.bofou_sec3 .sec3_box>li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    background-color: #fff;
}
.bofou_sec3 .sec3_box>li:nth-child(2n){
    margin-right: 0;
}
.bofou_sec3 .sec3_box>li .sec3_img>img{
    max-width: 100%;
    width: 100%;
}
.bofou_sec3 .sec3_box>li .sec4_text{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.bofou_sec3 .sec3_box>li .sec4_text>h6{
    font-size: 22px;
    color: #333;
    line-height: 1;
    margin-bottom: 28px;
}
.bofou_sec3 .sec3_box>li .sec4_text>p{
    font-size: 18px;
    color: #666;
    line-height: 32px;
    min-height: 96px;
}
/* sec3 */

/* sec4 */
.bofou_sec4{
    width: 100%;
    padding: 80px 0 52px;
    box-sizing: border-box;
}
.bofou_sec4 .sec4_box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    margin-top: 88px;
}
.sec4_box>li{
    text-align: center;
    margin-right: 150px;
    margin-bottom: 56px;
}
.sec4_box>li:nth-child(5n){
    margin-right: 0;
}
.sec4_box>li>img{
    width: 100px;
    height: 100px;
}
.sec4_box>li>p{
    font-size: 22px;
    color: #333;
    line-height: 1;
    margin-top: 18px;
}
/* sec4 */

/* sec5 */
.bofou_sec5{
    width: 100%;
    padding: 80px 0 108px;
    background: url(../images/sec5_bg.png) no-repeat center/cover;
} 
.bofou_sec5 .sec5_box{
    width: 45%;
    margin: 82px auto 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
.bofou_sec5 .sec5_box>li{
    text-align: center;
    margin-right: 96px;
}
.bofou_sec5 .sec5_box>li:last-child{
    margin-right: 0;
}
.bofou_sec5 .sec5_box>li>img{
    max-width: 100%;
    width: 100%;
}
.bofou_sec5 .sec5_box>li>p{
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-top: 30px;
}
/* sec5 */

/* sec6 */
.bofou_sec6{
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
}
.bofou_sec6 .sec6_box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-top: 62px;
}
.sec6_box .sec6_news_img{
    margin-right: 36px;
}
.sec6_box .sec6_news_lists>li{
    margin-bottom: 25px;
}
.sec6_box .sec6_news_lists>li>a{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.sec6_box .sec6_news_lists>li:last-child{
    margin-bottom: 0;
}
.sec6_box .sec6_news_lists>li .news_list_date{
    width: 160px;
    text-align: center;
    padding: 16px 0;
    margin-right: 24px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.news_list_date>p{
    font-size: 18px;
    color: #666;
    line-height: 1;
}
.news_list_date>p.day{
    font-size: 24px;
    color: #333;
    margin-bottom: 14px;
}
.sec6_box .sec6_news_lists>li .news_list_con{
    width: 496px;
}
.sec6_box .sec6_news_lists>li .news_list_con>h6{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin: 6px 0 16px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.sec6_box .sec6_news_lists>li .news_list_con>p{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 48px;
}
/* sec6 */