.w600 {
    width: 600px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    font-weight: 100;
    font-size: 35px;
    color: #333;
    text-align: center;
}
.common_title.white{
    color: #fff;
}
/* banner */




.qdwfx_banner{
	background: linear-gradient(270deg, #2186FF 0%, #1454F5 100%);
	height: 420px;
}

.qdwfx_banner .layout{
	
	width: 1200px;
    margin: 0px auto;
    position: relative;
}

.qdwfx_banner .layout .box{
	
	width: 470px;
    height: 230px;
    left: 35px;
    top: 135px;
    position: absolute;
}

.qdwfx_banner .layout .box h3{
	
	font-size: 45px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px;
}
.qdwfx_banner .layout .box p{
	
	line-height: 35px;
    color: white;

    border-radius: 2px;
    font-size: 22px;
}

.qdwfx_banner .layout .conright{
	
	right: 30px;
    top: 80px;
    position: absolute;
}

.qdwfx_banner .layout .conright img {
    height: 340px;
}
/* banner */





/* common_link */
.common_link{
    width: 100%;
    line-height: 80px;
    background-color: #fff;
	height: 80px;
}
.common_link .w1200{
    overflow: hidden;
}
.common_link a{
   display: block;
    float: left;
    font-size: 22px;
    color: #333;
    width: 155px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 16px;
    margin-left: 160px;
}
.common_link a.active{
    color: #fff;
    background-color: #488bff;
    box-shadow: 0 6px 20px rgba(0,83,227,.35);
}
/* common_link */

/* qdwfx_sec1 */
.qdwfx_sec1{
    width: 100%;
    text-align: center;
    padding: 96px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.qdwfx_sec1 p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin: 28px 0 66px 0;
}
/* qdwfx_sec1 */

/* qdwfx_sec2 */
.qdwfx_sec2{
    width: 100%;
    text-align: center;
    padding: 96px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.qdwfx_sec2 .sec2_box{
    overflow: hidden;
    margin-top: 64px;
}
.qdwfx_sec2 .sec2_box>li{
    cursor: pointer;
    position: relative;
    float: left;
    width: 590px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 24px;
    box-sizing: border-box;
    background-color: #f3f7ff;
    border-radius: 10px;
    overflow: hidden;
}
.qdwfx_sec2 .sec2_box>li:nth-child(2n){
    margin-right: 0;
}
.qdwfx_sec2 .sec2_box>li:nth-child(3),
.qdwfx_sec2 .sec2_box>li:nth-child(4){
    margin-bottom: 0;
}
.qdwfx_sec2 .sec2_box>li .sec2_box_img>img{
    max-width: 100%;
    width: 100%;
    -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;
}
.qdwfx_sec2 .sec2_box>li .sec2_box_img{
    overflow: hidden;
}
.qdwfx_sec2 .sec2_box>li .sec2_box_txt{
    text-align: left;
}
.qdwfx_sec2 .sec2_box>li .sec2_box_txt>.num{
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #4381ff;
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(67,129,255,.18);
}
.qdwfx_sec2 .sec2_box>li .sec2_box_txt>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin: 10px 0 14px 0;
}
.qdwfx_sec2 .sec2_box>li .sec2_box_txt>p{
    font-size: 16px;
    color: #666;
}
.qdwfx_sec2 .sec2_box>li .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 10px;
    background: -webkit-linear-gradient(left,#0050df, #009ae2);
    background: -o-linear-gradient(right,#0050df, #009ae2);
    background: -moz-linear-gradient(right,#0050df, #009ae2);
    background: linear-gradient(to right,#0050df, #009ae2);
}
.qdwfx_sec2 .sec2_box>li:hover{
    box-shadow: 0 10px 21px rgba(17, 84, 123, .16);
    -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;
}
.qdwfx_sec2 .sec2_box>li:hover .line{
    width: 100%;
    -webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.qdwfx_sec2 .sec2_box>li:hover .sec2_box_img>img{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* qdwfx_sec2 */

/* qdwfx_sec3 */
.qdwfx_sec3{
    width: 100%;
    padding: 96px 0 66px;
    box-sizing: border-box;
    background: url(../images/sec3_bg.png) no-repeat center/cover;
}
.qdwfx_sec3 .sec3_box{
    overflow: hidden;
    margin-top: 76px;
}
.qdwfx_sec3 .sec3_box>li{
    cursor: pointer;
    position: relative;
    float: left;
    width: 280px;
    margin-right: 26px;
    padding-top: 42px;
}
.qdwfx_sec3 .sec3_box>li:last-child{
    margin-right: 0;
}
.qdwfx_sec3 .sec3_box>li .sec3_box_title{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 130px;
    line-height: 145px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/sec3_img1.png);
}
.qdwfx_sec3 .sec3_box>li:nth-child(2n) .sec3_box_title{
    background-image: url(../images/sec3_img2.png);
}
.qdwfx_sec3 .sec3_box>li .sec3_box_txt{
    width: 100%;
    text-align: center;
    padding: 38px 0 72px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.qdwfx_sec3 .sec3_box>li .sec3_box_txt>p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.qdwfx_sec3 .sec3_box>li .sec3_box_num{
    font-weight: bold;
    font-size: 18px;
    color: #b3ceff;
    position: absolute;
    left: 50%;
    top: 22px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#98c6ff, #ffffff);
    background: -o-linear-gradient(#98c6ff, #ffffff);
    background: -moz-linear-gradient(#98c6ff, #ffffff);
    background: linear-gradient(#98c6ff, #ffffff);
    box-shadow: 0 12px 15px rgba(62, 115, 210, .1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qdwfx_sec3 .sec3_box>li .sec3_box_num .num_box{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-linear-gradient(#3c71d0, #699ffe);
    background: -o-linear-gradient(#3c71d0, #699ffe);
    background: -moz-linear-gradient(#3c71d0, #699ffe);
    background: linear-gradient(#3c71d0, #699ffe);
}
.qdwfx_sec3 .sec3_box>li:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -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;
}
.sec3_btn,
.partner_btn{
    font-weight: 100;
    width: 180px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 60px auto 0;
}
.sec3_btn>a,
.partner_btn>a{
    display: block;
    font-size: 18px;
    color: #fff;
}
.sec3_btn:hover,
.partner_btn:hover{
    background-color: #fff;
    -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;
}
.sec3_btn:hover a,
.partner_btn:hover a{
    color: #4381ff;
}
/* qdwfx_sec3 */

/* qdwfx_sec4 */
.qdwfx_sec4{
    width: 100%;
    padding: 64px 0 90px;
    box-sizing: border-box;
    background-color: #fff;
}
.qdwfx_sec4 .sec4_wrapper{
    margin-top: 76px;
}
.qdwfx_sec4 .sec4_wrapper .sec4_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;
}
.sec4_box>li{
    position: relative;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 70px;
}
.sec4_box>li:nth-child(4n){
    margin-right: 0;
}
.sec4_box>li:nth-child(5),
.sec4_box>li:nth-child(6),
.sec4_box>li:nth-child(7),
.sec4_box>li:nth-child(8){
    margin-bottom: 0;
}
.sec4_box>li .sec4_box_icon{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: -34px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}
.sec4_box>li .sec4_box_icon>img{
    max-width: 100%;
    width: 100%;
}
.sec4_box>li:hover .sec4_box_icon>img{
    transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	
	-moz-transform:rotate(360deg); 	
	-webkit-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sec4_box>li .sec4_box_txt{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 58px 0 40px 0;
    border-radius: 10px;
    background-color: #f3f7ff;
    z-index: 2;
}
.sec4_box>li .sec4_box_txt>h6{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}
.sec4_box>li .sec4_box_txt>p{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
/* qdwfx_sec4 */

/* common_market */
.common_market{
    width: 100%;
    padding: 106px 0 66px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.market_swiper_container{
    margin-top: 62px;
    padding-top: 50px;
}
.market_swiper_container .swiper-slide{
    cursor: pointer;
    text-align: center;
    padding: 52px 0 60px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.market_swiper_container .swiper-slide:hover{
    background-color: #4381ff;
    -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;
}
.swiper-slide .market_swiper_img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 12px;
    background-color: #4381ff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(36, 116, 255, .3);
}
.swiper-slide:hover .market_swiper_img{
    background-color: #fff;
    box-shadow: none;
    -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;
}
.swiper-slide .market_swiper_img>img{
    display: none;
    margin: 0 auto;
    vertical-align: middle;
}
.swiper-slide .market_swiper_img>img.img{
    display: inline-block;
}
.swiper-slide:hover .market_swiper_img>img.img{
    display: none;
}
.swiper-slide:hover .market_swiper_img>img.sel{
    display: inline-block;
}
.swiper-slide>h6{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.swiper-slide:hover>h6,
.swiper-slide:hover>.market_swiper_txt,
.swiper-slide:hover>.market_swiper_num{
    color: #fff;
}
.swiper-slide>.market_swiper_line{
    width: 20px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}
.swiper-slide:hover>.market_swiper_line{
    background-color: #fff;
}
.swiper-slide>.market_swiper_txt{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.swiper-slide>.market_swiper_num{
    position: absolute;
    left: 50%;
    top: -50px;
    font-weight: bold;
    font-size: 60px;
    color: #e7e7e7;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.market_btn{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #4381ff;
    border-radius: 25px;
    margin: 68px auto 0;
}
.market_btn>a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #4381ff;
}
.market_btn:hover{
    background-color:#4381ff;
    -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;
}
.market_btn:hover>a{
    color: #fff;
}
.market_swiper_container .swiper-button-next,
.market_swiper_container .swiper-button-prev{
    width: 26px;
    height: 36px;
    margin-top: 0;
}
.market_swiper_container .swiper-button-prev{
    left: 0;
}
.market_swiper_container .swiper-button-next{
    right: 0;
}
/* common_market */

/* common_partner */
.common_partner{
    width: 100%;
    padding: 84px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.common_partner ul{
    overflow: hidden;
    margin-top: 74px;
    margin-bottom: 60px;
}
.common_partner ul>li{
    float: left;
    width: 20%;
}
.common_partner ul>li>img{
    max-width: 100%;
    width: 100%;
}
.partner_btn{
    border-color: #4381ff;
}
.partner_btn>a{
    color: #4381ff;
}
.partner_btn:hover{
    background-color: #4381ff;
}
.partner_btn:hover a{
    color: #fff;
}
/* common_partner */