/* banner */
.ddwfx_banner{
	background: linear-gradient(270deg, #2186FF 0%, #1454F5 100%);
	height: 420px;
}

.ddwfx_banner .layout{
	
	width: 1200px;
    margin: 0px auto;
    position: relative;
}

.ddwfx_banner .layout .box{
	
	width: 470px;
    height: 230px;
    left: 35px;
    top: 135px;
    position: absolute;
}

.ddwfx_banner .layout .box h3{
	
	font-size: 45px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px;
}
.ddwfx_banner .layout .box p{
	
	line-height: 35px;
    color: white;

    border-radius: 2px;
    font-size: 22px;
}

.ddwfx_banner .layout .conright{
	
	right: 30px;
    top: 80px;
    position: absolute;
}

.ddwfx_banner .layout .conright img {
    height: 340px;
}


/* banner */

/* ddwfx_sec1 */
.ddwfx_sec1{
    width: 100%;
    padding: 116px 0 96px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.ddwfx_sec1 .sec1_txt{
    text-align: center;
    margin: 32px 0 86px 0;
}
.ddwfx_sec1 .sec1_txt>p{
    font-size: 18px;
    color: #666;
    line-height: 36px;
}
.ddwfx_sec1 .sec1_txt{
    text-align: center;
}
.ddwfx_sec1 .sec1_txt>img{
    max-width: 100%;
    width: 100%;
}
/* ddwfx_sec1 */

/* ddwfx_sec2 */
.ddwfx_sec2{
    width: 100%;
    padding: 112px 0 144px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.ddwfx_sec2 .sec2_box{
    overflow: hidden;
    margin-top: 80px;
}
.ddwfx_sec2 .sec2_box>li{
    cursor: pointer;
    float: left;
    width: 140px;
    margin-right: 125px;
    margin-bottom: 48px;
}
.ddwfx_sec2 .sec2_box>li:nth-child(5n){
    margin-right: 0;
}
.ddwfx_sec2 .sec2_box>li:nth-child(6),
.ddwfx_sec2 .sec2_box>li:nth-child(7),
.ddwfx_sec2 .sec2_box>li:nth-child(8),
.ddwfx_sec2 .sec2_box>li:nth-child(9),
.ddwfx_sec2 .sec2_box>li:nth-child(10){
    margin-bottom: 0;
}
.ddwfx_sec2 .sec2_box>li .sec2_box_img>img{
    max-width: 100%;
    width: 100%;
}
.ddwfx_sec2 .sec2_box>li .sec2_box_txt{
    font-weight: bold;
    font-size: 20px;
    color: #666;
    line-height: 32px;
    text-align: center;
}
.ddwfx_sec2 .sec2_box>li:hover .sec2_box_img>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;
}
/* ddwfx_sec2 */

/* ddwfx_sec3 */
.ddwfx_sec3{
    width: 100%;
    padding: 82px 0 78px 0;
    box-sizing: border-box;
    background: url(../images/sec3_bg.png) no-repeat center/cover;
}
.ddwfx_sec3 .common_title>span{
    font-size: 60px;
    color: #fbff82;
}
.ddwfx_sec3 .sec3_box{
    overflow: hidden;
}
.sec3_box .sec3_box_L{
    cursor: pointer;
    width: 380px;
    margin-right: 30px;
}
.sec3_box .sec3_box_L .box_L_img{
    width: 100%;
    height: 448px;
    line-height: 448px;
    background-color: #fff;
    overflow: hidden;
}
.sec3_box .sec3_box_L .box_L_img>img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}
.sec3_box .sec3_box_L:hover .box_L_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);
    -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_box .sec3_box_R{
    cursor: pointer;
    width: 790px;
    overflow: hidden;
}
.sec3_box .sec3_box_R>li{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.sec3_box .sec3_box_R>li:nth-child(2n){
    margin-right: 0;
}
.sec3_box .sec3_box_R>li:nth-child(3),
.sec3_box .sec3_box_R>li:nth-child(4){
    margin-bottom: 0;
}
.sec3_box .sec3_box_R .box_R_img{
    width: 380px;
    height: 160px;
    overflow: hidden;
}
.sec3_box .sec3_box_R .box_R_img>img{
    max-width: 100%;
    width: 100%;
}
.sec3_box .sec3_box_R>li:hover .box_R_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);
    -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_box .sec3_box_R .box_R_txt,
.sec3_box .sec3_box_L .box_L_txt{
    width: 100%;
    text-align: center;
    padding: 18px 0 22px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 12px 15px rgba(0, 38, 106, .2);
}
.sec3_box .sec3_box_R .box_R_txt>h6,
.sec3_box .sec3_box_L .box_L_txt>h6{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 6px;
}
.sec3_box .sec3_box_R .box_R_txt>p,
.sec3_box .sec3_box_L .box_L_txt>p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
/* ddwfx_sec3 */

/* common_market */
.ddwfx_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;
}
/* common_market */

/* ddwfx_sec5 */
.ddwfx_sec5{
    width: 100%;
    padding: 70px 0 130px 0;
}
.sec5_data{
    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;
    width: 100%;
    padding: 38px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 90px;
    margin-top: 40px;
}
.sec5_data .data_box{
    padding: 0 70px;
    box-sizing: border-box;
    border-right: 1px solid #d3d3d3;
}
.sec5_data .data_box:last-child{
    margin-right: 0;
}
.sec5_data .data_box>.num{
    font-weight: bold;
    font-size: 50px;
    color: #4381ff;
}
.sec5_data .data_box>.num>span{
    display: inline-block;
    float: right;
    font-size: 30px;
}
.sec5_data .data_box>p{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.ddwfx_sec5 .sec5_box{
    overflow: hidden;
    margin-top: 76px;
}
.ddwfx_sec5 .sec5_box>li{
    cursor: pointer;
    float: left;
    width: 120px;
    margin-right: 96px;
    margin-bottom: 54px;
}
.ddwfx_sec5 .sec5_box>li:nth-child(6n){
    margin-right: 0;
}
.ddwfx_sec5 .sec5_box>li:nth-child(7),
.ddwfx_sec5 .sec5_box>li:nth-child(8),
.ddwfx_sec5 .sec5_box>li:nth-child(9),
.ddwfx_sec5 .sec5_box>li:nth-child(10),
.ddwfx_sec5 .sec5_box>li:nth-child(11),
.ddwfx_sec5 .sec5_box>li:nth-child(12){
    margin-bottom: 0;
}
.ddwfx_sec5 .sec5_box>li .sec5_box_img{
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 14px;
}
.ddwfx_sec5 .sec5_box>li .sec5_box_img>img{
    max-width: 100%;
    width: 100%;
}
.ddwfx_sec5 .sec5_box>li .sec5_box_img .mask{
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 120px;
    text-align: center;
    background-color: rgba(24, 131, 255, .8);
    border-radius: 50%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}
.ddwfx_sec5 .sec5_box>li:hover .sec5_box_img .mask{
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    filter: alpha(opacity=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;
}
.ddwfx_sec5 .sec5_box>li .sec5_box_txt{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.ddwfx_sec5 .sec5_box>li:hover .sec5_box_txt{
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -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;
}
/* ddwfx_sec5 */

/* ddwfx_sec6 */
.ddwfx_sec6{
    width: 100%;
    padding: 82px 0 94px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.ddwfx_sec6 .sec6_box{
    overflow: hidden;
    margin-top: 76px;
}
.ddwfx_sec6 .sec6_box>li{
    float: left;
    margin-right: 80px;
    overflow: hidden;
}
.ddwfx_sec6 .sec6_box>li:last-child{
    margin-right: 0;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L{
    float: left;
    width: 180px;
    padding: 35px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left,#699ffe, #3c71d0);
    background: -o-linear-gradient(right,#699ffe, #3c71d0);
    background: -moz-linear-gradient(right,#699ffe, #3c71d0);
    background: linear-gradient(to right,#699ffe, #3c71d0);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L>p{
    font-size: 14px;
    color: #003ca8;
    width: 102px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 40px;
    border-radius: 18px;
    background: -webkit-linear-gradient(#b3ceff, #ffffff);
    background: -o-linear-gradient(#b3ceff, #ffffff);
    background: -moz-linear-gradient(#b3ceff, #ffffff);
    background: linear-gradient(#b3ceff, #ffffff);
    box-shadow: 0 12px 15px rgba(0, 38, 106, .2);
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L>.num{
    margin-bottom: 36px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L>.num:last-child{
    margin-bottom: 0;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L>.num>h4{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L>.num>h4>span{
    font-size: 20px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_L>.num>p{
    font-size: 12px;
    color: #fff;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_R{
    float: left;
    width: 380px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_R .box_R_img{
    width: 100%;
    height: 240px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_R .box_R_img>img{
    max-width: 100%;
    width: 100%;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_R .box_R_txt{
    width: 100%;
    padding: 30px 40px 26px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-right-radius: 6px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_R .box_R_txt>h5{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}
.ddwfx_sec6 .sec6_box>li .sec6_box_R .box_R_txt>p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.ddwfx_sec6 .sec6_btn{
    width: 280px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #4381ff;
    border-radius: 28px;
    margin: 74px auto 0;
}
.ddwfx_sec6 .sec6_btn>a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color:#4381ff;
}
.ddwfx_sec6 .sec6_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;
}
.ddwfx_sec6 .sec6_btn:hover>a{
    color: #fff;
}
/* ddwfx_sec6 */