
.header{
    top : 0
}
.head_title{
    font-weight: 600;
}

.com-banner{
    padding-top: 63px;
}
.com-banner .tit{
	/*
    max-width: 510px;
    */
    margin-top: 50px;
}
.com-banner .disc {
    max-width: 520px;
    line-height: 31px;
}
.index_fl2_list div {
    height: auto;
}
.index_fl2_list div img{
    width: 200px;
    height: auto;
}
.D_Block_btn{
	
    font-size: 14px;
}

/**视频位 2区**/
.prd_fl2{
	margin-top : 100px;
}
.prd_video_fl2{
	width : 1200px;
	margin : 0 auto;
}
.prd_fl2_v{
	float : left ;
	width : 510px;
    height: 310px;
    position: relative;
    background : #fff;
    box-shadow: 0px 0px 9px 1px rgba(215,217,225,0.5);
    text-align: center;
    border-radius: 6px;
}

.prd_fl2_v   video {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    height: 290px;
    width: 490px;
    object-fit: cover;
    border-radius: 6px;
}

.prd_fl2_v   img {
    width: 490px;
    height: 290px;
    padding-top : 10px;
}

.prd_fl2_v  .PlayIcon {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -45px;
    background: url(../../images/new_prd/video-play.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
}

.prd_fl2_v  .CloseVideo{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../../images/new_prd/video-close.svg);
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.prd_fl2_cont{
    float : left ;
    margin-left : 40px;
    width : 650px;
}

.prd_fl2_cont .prd_fl2_title{
	height: 42px;
	font-size: 30px;
	font-weight: 600;
	color: #222222;
	line-height: 42px;
    margin-top: 22px;
}

.prd_fl2_cont .prd_fl2_desc{
	font-size: 16px;
	font-weight: 400;
	color: #2B2C2F;
	line-height: 31px;
	margin-top : 12px;
}

.prd_fl2_cont .prd_fl2_a{
	display : block;
    margin-top : 32px;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 20px;
	
    display: inline-block;
    white-space: nowrap;
}
.prd_fl2_cont .prd_fl2_a:hover{
    color: #5D92EE;
}

/**3区*/
.head_desc {
    width: 800px;
    margin: 20px auto 0;
color: #323437;
line-height: 20px;
}
.head_title{
color: #323437;
}
/***4区**/

.prd_fl4{
	margin-top : 100px;
    margin-bottom: 100px;
}

.prd_wrap_fl4{
	width : 1200px;
	margin : 0 auto;
}

.prd_fl4_list{
    margin-top : 50px;
    padding-bottom : 0;
}
.prd_wrap_fl4 .prd_fl4_block{
	float : left;
	width: 331px;
	height: 165px;
	background: #F7FBFF;
	border-radius: 4px;
    margin-right : 20px;
    margin-bottom : 20px;
    padding-left : 55px;
    transition: all .3s ease-out;
}

.prd_wrap_fl4 .prd_fl4_block:hover{
    box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
    transform: translateY(-3px);
    background: #FDFEFF;
}


.prd_wrap_fl4 .prd_fl4_block:nth-child(3n) { 
    margin-right : 0;
}

.prd_wrap_fl4 .prd_fl4_block.block_4{
    width: 535px;
}

.prd_wrap_fl4 .prd_fl4_block.block_4:nth-child(3n) { 
    margin-right : 20px;
}
.prd_wrap_fl4 .prd_fl4_block.block_4:nth-child(2n) { 
    margin-right : 0;
}

.prd_wrap_fl4 .prd_fl4_block .prd_fl4_title{
    padding : 24px  0 0 0 ;
	font-size: 20px;
	font-weight: 500;
	color: #323437;
	line-height: 24px;
    position: relative;
}


.prd_wrap_fl4 .prd_fl4_block .prd_fl4_title:after {
    content: " ";
    top: 25px;
    left: -33px;
    position: absolute;
    width: 25px;
    height: 22.3px;
    background: url(../../images/new_prd/prd_4.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.prd_wrap_fl4 .prd_fl4_block .prd_fl4_desc{
	margin-top : 14px;
	width : 90%;
	font-size: 12px;
	font-weight: 400;
	color: #323437;
	line-height: 22px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
	/*-webkit-line-clamp: 3;想省略几行就写几*/
	-webkit-box-orient: vertical;
}

/***5区***/
.prd_fl5{
	width : 100%;
	height: auto;
	background: linear-gradient(122deg, #EDF2F9 0%, #F1F6FA 100%);
	padding-top : 70px;
    margin-top: 0;
    padding-bottom: 100px;
}

.prd_fl5 .prd_fl4_list {
    margin-top: 40px;
}

/* 6区**/
.index_fl3_wall{
	margin-top : 60px;
}
.fl3_btn_a{
	display : block;
	width:fit-content;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	margin : 26px auto 0;
    color: #2372F9;
    font-size : 14px;
}
.fl3_btn_a:hover{
    color: #5D92EE;
}


/**7区**/


.prd_fl7{
    margin-top : 100px;
}

.prd_wrap_fl7{
    width : 1200px;
    margin : 0 auto;
}

.prd_fl7_list{
    margin-top : 60px;
    padding-bottom : 0px;
}
.prd_wrap_fl7 .prd_fl7_block{
    float : left;
    width: 386px;
	height: 292px;
	background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(215,217,225,0.5);
	border-radius: 8px;
    margin-right : 21px;
    position: relative;
    transition: all .3s ease-out;

}
.prd_wrap_fl7 .prd_fl7_block:hover {
    box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
    transform: translateY(-8px);
	background: #FDFEFF;
    
}

.prd_wrap_fl7 .prd_fl7_block:hover:after {
    content: " ";
    bottom: 0;
    right: 0;
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../../images/new_prd/7_1_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_wrap_fl7 .prd_fl7_block:nth-child(3n) { 
    margin-right : 0;
}

.prd_wrap_fl7 .prd_fl7_block .prd_fl7_title{
	width: 386px;
	height: 100px;
	background: linear-gradient(90deg, #E5EFFE 0%, rgba(255,255,255,0.8) 100%);
	border-radius: 8px 8px 0px 0px;
	font-size: 24px;
	font-weight: 500;
	color: #323437;
	line-height: 24px;
    display:table-cell; 
    vertical-align:middle;
    padding-left : 106px;
    position: relative;
    font-weight : bold;
}


.prd_wrap_fl7 .prd_fl7_block .prd_fl7_title:after {
    content: " ";
    top: 15px;
    left: 24px;
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../../images/new_prd/7_1.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_wrap_fl7 .prd_fl7_block:nth-child(2) .prd_fl7_title:after {
    background: url(../../images/new_prd/7_2.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_wrap_fl7 .prd_fl7_block:nth-child(3) .prd_fl7_title:after {
    background: url(../../images/new_prd/7_3.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}



.prd_wrap_fl7 .prd_fl7_block .prd_fl7_desc{
	width: 338px;
	height: 110px;
	font-size: 14px;
	font-weight: 0;
	color: #646669;
	line-height: 22px;
	margin-top : 14px;
	margin-left : 24px;
}

.prd_wrap_fl7 .prd_fl7_block .prd_fl7_btn{
    bottom : 24px;
    right : 30px;
    position: absolute;
    display : block;
    color: #2372F9;
    z-index:2;
    font-size: 14px;
}

.prd_wrap_fl7 .prd_fl7_block .prd_fl7_btn:hover{
    color: #5D92EE;
}






/**8区**/
.index_fl6_anl {
    margin-top: 100px;
}
.index_wrap_fl6 {
    width: 1055px;
    border: 0px solid #f00;
    padding-bottom: 0;
}
.index_fl6_anl.pc .D_block{
	width : 1044px;
    margin: 0 auto;
}
.index_fl6_anl.pc .D_Block_img:after{
	display : none;
}
.index_fl6_anl.pc .D_block .D_block_list{
	width: 318px;
	height: 348px;
    background: #FDFEFF;
	border-radius: 12px;
}
.fl6-digSwiper ul{
	margin-top : 20px;
}
.fl6-digSwiper ul li {
    float: left;
    background-color: #fff;
    margin: 0 15px;
    width: 318px;
    height: 348px;
    position: relative;
    overflow: hidden;
    border: 0px solid #f00;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 8px;
    transition: all .3s ease-out;
    cursor : pointer;
box-shadow: 0px 2px 14px 0px rgba(81,115,174,0.08);
}
.fl6-digSwiper ul li:hover {
background: #FDFEFF;
box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
border-radius: 12px;

}

.D_block .D_block_list:hover{
	
    transition: all 0.3s;
    box-shadow: unset;
    color: #fff;
    margin-top: 0;
}


/**9区***/
.prd_fl9{
	padding-top : 100px;
    padding-bottom: 50px;
}

.prd_fl9_list{
	width : 1160px;
	margin : 0 auto;
	padding-top : 50px;
}

.prd_fl9_list .prd_fl9_block{
    width: 455px;
	height: 150px;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 1px rgba(215,217,225,0.5);
	border-radius: 8px;
	float : left ; 
	margin-right : 20px;
	padding-left : 115px;
	padding-top : 30px;
    margin-bottom : 20px;
    display : block
}

.prd_fl9_list .prd_fl9_block:nth-child(2n) { 
    margin-right : 0;
}

.prd_fl9_list .prd_fl9_block .prd_fl9_title{
	font-size: 24px;
	font-weight: 500;
	color: #323437;
	line-height: 24px;
    position: relative;
    font-weight : bold;
}


.prd_fl9_list .prd_fl9_block .prd_fl9_title:after {
    content: " ";
    top: 0px;
    left: -90px;
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../../images/new_prd/9_1.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}


.prd_fl9_list .prd_fl9_block:nth-child(2) .prd_fl9_title:after {
    background: url(../../images/new_prd/9_2.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_fl9_list .prd_fl9_block:nth-child(3) .prd_fl9_title:after {
    background: url(../../images/new_prd/9_3.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_fl9_list .prd_fl9_block:nth-child(4) .prd_fl9_title:after {
    background: url(../../images/new_prd/9_4.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}




.prd_fl9_list .prd_fl9_block .prd_fl9_desc{
    width: 436px;
	font-size: 14px;
	font-weight: 400;
	color: #646669;
	line-height: 20px;
	margin-top : 10px;
    height: 60px;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 3;/*想省略几行就写几*/
    -webkit-box-orient: vertical;
    
}
.prd_fl9_list .prd_fl9_block .prd_fl9_btn{
	font-size: 14px;
	font-weight: 400;
	color: #0B61F4;
	line-height: 20px;
    margin-top : 16px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    position: relative;
}


.prd_fl9_list .prd_fl9_block .prd_fl9_btn:after {
    content: " ";
    top: 3px;
    right : -15px;
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../../images/new_prd/r1.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    
}



.prd_fl9_list .prd_fl9_block:hover{
    background: linear-gradient(144deg, #307AF7 0%, #1D67E6 100%);
    box-shadow: 0px 2px 11px 0px rgba(219,226,235,0.03);
    border-radius: 8px;
}
.prd_fl9_list .prd_fl9_block:hover .prd_fl9_title,
.prd_fl9_list .prd_fl9_block:hover .prd_fl9_desc,
.prd_fl9_list .prd_fl9_block:hover .prd_fl9_btn{
    color : #fff
}

.prd_fl9_list .prd_fl9_block:nth-child(1):hover .prd_fl9_title:after {
    background: url(../../images/new_prd/9_1_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.prd_fl9_list .prd_fl9_block:nth-child(2):hover .prd_fl9_title:after {
    background: url(../../images/new_prd/9_2_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_fl9_list .prd_fl9_block:nth-child(3):hover .prd_fl9_title:after {
    background: url(../../images/new_prd/9_3_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.prd_fl9_list .prd_fl9_block:nth-child(4):hover .prd_fl9_title:after {
    background: url(../../images/new_prd/9_4_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.prd_fl9_list .prd_fl9_block:hover .prd_fl9_btn:after {
    background: url(../../images/new_prd/r1_h.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}










/**10区*/
.index_fl8_wall{
    margin-top: 100px;
    background-color: #fff;
    
}















