/* banner */
.qwwfx_banner{
	background: linear-gradient(270deg, #2186FF 0%, #1454F5 100%);
	height: 420px;
}

.qwwfx_banner .layout{
	
	width: 1200px;
    margin: 0px auto;
    position: relative;
}

.qwwfx_banner .layout .box{
	
	width: 470px;
    height: 230px;
    left: 35px;
    top: 135px;
    position: absolute;
}

.qwwfx_banner .layout .box h3{
	
	font-size: 45px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px;
}
.qwwfx_banner .layout .box p{
	
	line-height: 35px;
    color: white;

    border-radius: 2px;
    font-size: 22px;
}

.qwwfx_banner .layout .conright{
	
	right: 30px;
    top: 80px;
    position: absolute;
}

.qwwfx_banner .layout .conright img {
    height: 340px;
}

/* banner */

/* qwwfx_sec1 */
.qwwfx_sec1{
    width: 100%;
    box-sizing: border-box;
    background: url(../images/sec1_bg.png) no-repeat center/cover;
	
	padding: 70px 0 100px 0;
}
.qwwfx_sec1 .sec1_txt{
    overflow: hidden;
    margin-top: 80px;
}
.qwwfx_sec1 .sec1_txt>p{
    font-size: 16px;
    color: #666;
    width: 560px;
    line-height: 30px;
    padding: 60px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.qwwfx_sec1 .sec1_txt>p>span{
    color: #0052e1;
}
/* qwwfx_sec1 */

/* qwwfx_sec2 */
.qwwfx_sec2{
    width: 100%;
    padding: 88px 0 96px;
    box-sizing: border-box;
    background-color: #fff;
}
.qwwfx_sec2 .sec2_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: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 82px;
}
.qwwfx_sec2 .sec2_box>li{
    cursor: pointer;
    position: relative;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 60px;
}
.qwwfx_sec2 .sec2_box>li:nth-child(3n){
    margin-right: 0;
}
.qwwfx_sec2 .sec2_box>li:nth-child(4),
.qwwfx_sec2 .sec2_box>li:nth-child(5),
.qwwfx_sec2 .sec2_box>li:nth-child(6){
    margin-bottom: 0;
}
.qwwfx_sec2 .sec2_box>li .sec2_box_img{
    position: absolute;
    left: 50%;
    top: -20px;
    width: 180px;
    height: 115px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qwwfx_sec2 .sec2_box>li .sec2_box_img>img{
    max-width: 100%;
    width: 100%;
}
.qwwfx_sec2 .sec2_box>li .sec2_box_bg{
    width: 100%;
    height: 110px;
    border-radius: 10px;
    background: -webkit-linear-gradient(#0050df, #009ae2);
    background: -o-linear-gradient(#0050df, #009ae2);
    background: -moz-linear-gradient(#0050df, #009ae2);
    background: linear-gradient(#0050df, #009ae2);
    box-shadow: 0 12px 15px rgba(0, 38, 106, .2);
}
.qwwfx_sec2 .sec2_box>li:hover .sec2_box_bg{
    background: -webkit-linear-gradient(#00dfc2, #0081e4);
    background: -o-linear-gradient(#00dfc2, #0081e4);
    background: -moz-linear-gradient(#00dfc2, #0081e4);
    background: linear-gradient(#00dfc2, #0081e4);
}
.qwwfx_sec2 .sec2_box>li .sec2_box_txt{
    width: 100%;
    padding: 34px 60px 50px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.qwwfx_sec2 .sec2_box>li .sec2_box_txt>h6{
    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: center;
    align-items: center;
    margin-bottom: 8px;
}
.qwwfx_sec2 .sec2_box>li .sec2_box_txt>h6>span{
        display: inline-block;
    font-weight: 100;
    font-size: 25px;
    color: #333;
}
.qwwfx_sec2 .sec2_box>li .sec2_box_txt>h6 .num{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    background: -webkit-linear-gradient(#0050df, #009ae2);
    background: -o-linear-gradient(#0050df, #009ae2);
    background: -moz-linear-gradient(#0050df, #009ae2);
    background: linear-gradient(#0050df, #009ae2);
    box-shadow: 0 12px 15px rgba(0, 38, 106, .2);
}
.qwwfx_sec2 .sec2_box>li .sec2_box_txt>p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 78px;
}
/* qwwfx_sec2 */

/* qwwfx_sec3 */
.qwwfx_sec3{
    width: 100%;
    padding: 90px 0 54px;
    box-sizing: border-box;
    background: url(../images/sec3_bg.png) no-repeat center/cover;
}
.qwwfx_sec3 .common_title>span{
    font-size: 60px;
    color: #fbff82;
}
.qwwfx_sec3 .sec3_box{
    overflow: hidden;
    margin-top: 34px;
}
.qwwfx_sec3 .sec3_box>li{
    float: left;
    width: 220px;
    margin-right: 25px;
    padding-top: 20px;
    box-shadow: 0 12px 15px rgba(0, 38, 106, .2);
}
.qwwfx_sec3 .sec3_box>li:last-child{
    margin-right: 0;
}
.qwwfx_sec3 .sec3_box>li>img{
    max-width: 100%;
    width: 100%;
}
.qwwfx_sec3 .sec3_box>li:hover{
    -webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	-o-transform: translateY(-5%);
    transform: translateY(-5%);
    -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;
}
/* qwwfx_sec3 */

/* qwwfx_sec4 */
.qwwfx_sec4 .market_swiper_container .swiper-slide>.market_swiper_txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}
/* qwwfx_sec4 */