.new_index.toper{
    height : 54px;
    justify-content: unset;
    align-items: unset;
    flex-wrap: unset;
    background-image: url(/Public/Home/images/index_new/top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.toper_all{
    width : 1200px;
    margin : 0 auto;
    text-align : center;
    position: relative;
}
.new_index .toper_txt{
    width : auto;
    margin : 0 auto;
    margin-top : 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.new_index .toper_btn{
    width: 68px;
    height: 26px;
    background: #0C44A3;
    border-radius: 13px;
    
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-align :center;
    
}
.new_index .toper_a{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    margin-left : 10px;
}

.new_index .toper_a a{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    margin-left : 10px;

}
.new_index .toper_close{
    position: absolute;
    right : 10px;
    top : 3px;
    cursor : pointer;
}

.new_index .toper_a a:hover{
    color: #2372F9;
}
.com-banner .bcont{
    width: 1200px;
}
.swiper-slide-block{
	background-image:url('/Public/Home/images/index_new/banner_1920.png')
}
.header{
    top : 54px;
}
.com-banner{
    padding-top: 117px;
}

.com-banner .tit {
	font-size: 44px;
	font-weight: 500;
	color: #333;
	line-height: 55px;
    padding: 10px 0 0;
    margin-top: -50px;
    font-weight : bold;
    width: 650px;
    letter-spacing: 3px;
}

.com-banner .disc {
	font-size: 16px;
	font-weight: 400;
	color: #2B2C2F;
	line-height: 25px;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 650px;
}
.swiper-slide-block{
    display: block;
    height: 522px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.com-banner .handle {
	background: #0B61F4;
	border-radius: 4px;
    margin-right: 20px;
    border: 0;
    height : 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
}

.com-banner .handle:hover {
    background: #5D92EE;
    border-color: #5D92EE;
    color: #fff;
}

.com-banner .handle:nth-child(2) {
	border-radius: 4px;
	border: 1px solid #0B61F4;
    background: none;
	font-weight: 500;
	color: #0B61F4;
    font-weight: bold;
}

.com-banner .handle:hover:nth-child(2) {
    border-radius: 4px;
    border: 1px solid #5D92EE;
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #5D92EE;
}
.banner_btn{
	display: flex;
}

.head_title {
	width: auto;
	font-size: 30px;
	font-weight: 600;
	color: #222;
	line-height: 32px;
	text-align: center;
}

.head_desc {
	height: auto;
	font-size: 14px;
	font-weight: 400;
	color: #323437;
	line-height: 20px;
	text-align: center;
	margin-top: 20px;
    white-space: pre-line;
}

.head_a {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 14px;
	text-align: center;
	display: block;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 20px auto 0;
}

.head_a.fff{
    color : #fff;	
}
.head_a:hover{
color: #5D92EE;
}

.index_fl1_panter_logo {
	margin-top: 100px;
	padding-bottom: 10px;
}

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

.index_fl1_list {
	width: 1200px;
	margin-top: 0;
}


.index_fl1_list_new {
    width: 1200px;
    margin-top: 40px;
}
.index_fl1_list_new .list1_block{
	width: 386px;
	height: 180px;
	background: #F7FBFF;
	border-radius: 8px;
	float : left;
	margin-right : 20px; 
    position: relative;
    transition: all .3s ease-out;
}

.index_fl1_list_new .list1_block:hover{
    box-shadow: 0px 2px 20px 0px rgba(81,115,174,0.2);
    transform: translateY(-3px);
}

.index_fl1_list_new .list1_block:nth-child(3) {
    margin-right : 0; 
}


.index_fl1_list_new .list1_block:before {

    content: " ";
    width: 4px;
    height: 38px;
    top: 16px;
    left: 1px;
    position: absolute;
	background: #0B61F4;
}

.index_fl1_list_new .list1_block:nth-child(1):after {
    content: " ";
    width: 34px;
    height: 33px;
    top: 21px;
    left: 18px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/index_new/list_1.png);
}
.index_fl1_list_new .list1_block:nth-child(2):after {
    content: " ";
    width: 40px;
    height: 40px;
    top: 13px;
    left: 18px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/index_new/list_2.png);
}
.index_fl1_list_new .list1_block:nth-child(3):after {
    content: " ";
    width: 34px;
    height: 37.2px;
    top: 15px;
    left: 18px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/index_new/list_3.png);
}

.index_fl1_list_new .list1_block div:nth-child(1){
	font-size: 16px;
	font-weight: 600;
	color: #03264A;
	line-height: 28px;
	   margin : 20px 0 0 64px
}

.index_fl1_list_new .list1_block div:nth-child(2){
	width: 270px;
	height: 82px;
	font-size: 22px;
	font-weight: 500;
	color: #222325;
	line-height: 44px;
       margin : 15px 0 0 64px
}
.index_fl1_list_new .list1_block div:nth-child(2) span{
    color: #0B61F4;
}

.index_fl1_list.pc img{
	width : 1200px
}

.index_fl1_list div {
    float: left;
    margin-bottom: 0;
    transition: all 0.3s;
    
    width: 171px;
    margin-right: 0;
    
}

.index_fl1_list div span{
    /*background: #f00;*/
    /*box-shadow: 0px 0px 20px 0px #d5dfdd;*/
    border-radius: 6px;
    height: 40px;
    text-align: center;
}
.index_fl1_list div span.shows {
    display : block;
    transition: all 0.3s;
}
.index_fl1_list div span.hides {
    display : none;
    transition: all 0.3s;
}
/*

.index_fl1_list div:hover span.shows {
    display : none;
    transition: all 0.3s;
}
.index_fl1_list div:hover span.hides {
    display : block;
    transition: all 0.3s;
}
*/

.index_fl1_list div:nth-child(7n) {
	margin-right: 0
}

.index_fl1_list div img {
    width: 100%;
    height: auto;
    padding-top : 0;
}


/** 2024年04月21日23:04:32 banner滚动 */


.index_fl1_pc_logo_swiper{
    
    width: 1200px;
}

.index_fl1_pc_logo_swiper .swiper-wrapper{
    
    width: 1200px;
}

.index_fl1_pc_logo_swiper .swiper-wrapper .index_fl1_list{
    width : 200px;
}

.index_fl1_pc_logo_swiper .swiper-wrapper .index_fl1_list div{
    
}
.index_fl1_pc_logo_swiper .swiper-wrapper .index_fl1_list div img{
    width : 160px;
    height : 100px;
}







.index_fl2_power {
	margin-top: 100px;
	height: 380px;
	margin-bottom : 100px;
}

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

.index_fl2_list {
	width: 1200px;
	margin-top: 78px;
}

.index_fl2_list div {
	float: left;
	width: 400px;
	height: 138px;
	margin-bottom: 30px;
	text-align: center;
}

.index_fl2_list div img {
	width: 172px;
	height: 138px;
}

.index_fl2_list div span:nth-child(2) {
	display: block;
	width: 250px;
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #323437;
	line-height: 28px;
	margin: 10px auto 0;
    font-weight: bold;
}

.index_fl2_list div span:nth-child(3) {
	display: block;
	width: 250px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
	margin: 15px auto 0;
}

.index_fl3_wall {
	margin-top: 60px;
	background: #fff;
	opacity: 1;
}

.index_wrap_fl3 {
	padding-bottom: 60px;
}

.index_wrap_fl3 .head_title {
	padding-top: 60px;
	
color: #323437;
    font-weight : bold;
}

.index_wrap_fl3 .head_desc {
	
color: #323437;
	width: 710px;
	margin: 20px auto 0;
	height: auto;
    opacity: 0.8;
}

.fl3_btn {
	width: 140px;
	height: 48px;
background: #0B61F4;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	display: block;
	text-align: center;
	margin: 30px auto 0;
    font-weight: bold;
	
	
}
.fl3_btn:hover{
background: #5D92EE;
    color: #FFFFFF;
}

.index_fl4_acp {
	margin-top: 100px;
}

.index_wrap_fl4 {
	padding-bottom: 60px;
	width: 1200px;
	margin: 0 auto;
}

.index_wrap_fl4 .head_desc1 {
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #323437;
	line-height: 20px;
	text-align: center;
	margin-top: 20px;
}
.index_wrap_fl4 .head_desc{
    margin-top: 5px;
}
.index_wrap_fl4 .fl4_img {
    width: 900px;
	margin : 30px auto 0;
}

.index_wrap_fl4 .fl4_img img {
    width: 100%;
}

.index_fl5_sele {
	margin-top: 50px;
}

.index_wrap_fl5 {
	padding-bottom: 60px;
}

.fl5_tit_list {
	width: 1200px;
	margin: 30px auto 0;
}

.fl5_tit_list ul {
	width: 1200px;
	height: 56px;
}

.fl5_tit_list ul li {
	float: left;
	font-size: 16px;
	color: #323437;
	line-height: 56px;
	text-align: center;
	position: relative;
	cursor : pointer;
	
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 0 2.83%;
    font-weight : bold;
}
.fl5_tit_list ul li.act,
.fl5_tit_list ul li:hover {
    color: #2372F9;
    font-weight: 600;
}

.fl5_tit_list ul li.act:after {
    content: " ";
    bottom: 0px;
    left: 24%;
    position: absolute;
    width: 51%;
    height: 4px;
    background: #2372F9;
}

.fl5_block {
	height: 430px;
	background: #F3F6F9;
	padding-top: 1px;
    background-image: url(../../images/index_new/fl5_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.fl5_show {
	width: 1200px;
	height: 360px;
	margin: 30px auto 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 1px rgba(215, 217, 225, 0.75);
}

.fl5_show .fl5_show_img {
	float: left;
	width: 670px;
	margin-left: 20px;
	margin-top: 18px;
}

.fl5_show .fl5_show_img img {
	width: 670px;
	height: 324px;
}

.fl5_show .fl5_show_b {
    float: left;
    margin-left: 50px;
    width: 420px;
    margin-top: 55px;
}

.fl5_show .fl5_show_b .fl5_show_tit {
	font-size: 26px;
	font-weight: 600;
	color: #333;
	line-height: 28px;
}

.fl5_show .fl5_show_b .fl5_show_desc {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #323437;
	line-height: 28px;
}

.fl5_show .fl5_show_b .fl5_show_logo {
	width: 450px;
	margin-top: 16px;
}

.fl5_show .fl5_show_b .fl5_show_logo div {
	float: left;
	width: 150px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 8px
}

.fl5_show .fl5_show_b .fl5_show_logo div img {
	width: 100%;
	height: auto;
}

.fl5_show .fl5_show_b .fl5_show_jump {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 20px;
	margin-top: 10px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

.fl5_show .fl5_show_b .fl5_show_jump:hover {
    color: #5D92EE;
}


.index_fl6_anl {
	margin-top: 50px;
}

.index_wrap_fl6 {
	padding-bottom: 60px;
	width: 1200px;
	margin: 0 auto;
}

.index_wrap_fl6_main {
	position: relative;
}

.fl6-digSwiper {
	overflow: hidden;
}

.fl6-digSwiper ul {
	margin-top: 50px;
}

.fl6-digSwiper .swiper-pagination2{
	
    margin: 20px auto 0;
    text-align: center;
}
.fl6-digSwiper .swiper-pagination2 span {
    width: 28px;
    height: 4px;
    border-radius: 0;
    background-color: #2372F9;
}


.fl6-digSwiper ul li {
	float: left;
	background-color: #fff;
	margin: 0 7px;
	width: 386px;
	height: 417px;
	position: relative;
	overflow: hidden;
	border: 0px solid #f00;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 1px rgba(215, 217, 225, 0.5);
	border-radius: 8px;
    transition: all .3s ease-out;
    cursor : pointer;
}

.fl6-digSwiper ul li:hover {
    box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
    transform: translateY(-8px);
}


.fl6_card {
	width: 386px;
}

.fl6_card .fl6_bg {
	width: 386px;
}

.fl6_card .fl6_bg img {
	width: 386px;
	height: 192px
}

.fl6_text {
	width: 355px;
	margin: 0 auto;
	position: absolute;
	top: 160px;
	left: 10px;
	height: 240px;
	background: #FFFFFF;
	border-radius: 2px 2px 0px 0px;
	padding-left: 10px;
}

.fl6_text .fl6_img {
	width: 39px;
	height: 39px;
	padding-top: 15px;
}

.fl6_text .fl6_img img {
	width: 42px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px 1px rgba(215, 217, 225, 0.5);
	border-radius: 8px;
}

.fl6_text .fl6_title {
	font-size: 18px;
	font-weight: 100;
	color: #222;
	line-height: 24px;
	margin-top: 18px;
}

.fl6_text .fl6_desc {
	width: 350px;
	font-size: 14px;
	font-weight: 400;
	color: #323437;
	line-height: 20px;
	margin-top: 8px;
    opacity: 0.8;
}

.fl6_text .fl6_com {
	height: 16px;
	font-size: 12px;
	font-weight: 400;
	color: #323437;
	line-height: 16px;
	text-align: right;
	padding-right: 20px;
	margin-top: 10px;
}

.fl6_text .fl6_jump {
	display: block;
	position: absolute;
	bottom: 0px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 20px;
}
.fl6_text .fl6_jump:hover {
	color: #5D92EE;
}

.index_wrap_fl6_main .swiper-button-prev {
	left: -70px;
	width: 46px;
	height: 46px;
	background: #FFFFFF;

	box-shadow: 0px 0px 4px 2px rgba(188, 192, 195, 0.22);

	border-radius: 100px;
	
    background-image: url(../../images/index_new/l.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index_wrap_fl6_main .swiper-button-prev:hover{
	
    background-image: url(../../images/index_new/l_h.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #2372F9;
}

.index_wrap_fl6_main .swiper-button-next {
	right: -70px;
	width: 46px;
	height: 46px;
	background: #FFFFFF;

	box-shadow: 0px 0px 4px 2px rgba(188, 192, 195, 0.22);

	border-radius: 100px;
    background-image: url(../../images/index_new/r.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index_wrap_fl6_main .swiper-button-next:hover{
    
    background-image: url(../../images/index_new/r_h.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #2372F9;
}


.index_wrap_fl6_main .swiper-button-prev, .index_wrap_fl6_main .swiper-button-next
	{
	top: 200px;
	margin-top: 0;
	font-size: 60px;
	line-height: 39px;
	color: #fff;
	text-align: center;
}


/******************************************************************************************************************************************************************************************************************************************/



.index_fl6_anl_2 {
    margin-top: 60px;
}

.index_wrap_fl6_2 {
    padding-bottom: 60px;
    width: 1200px;
    margin: 0 auto;
}

.index_wrap_fl6_main_2 {
    position: relative;
}

.fl6-digSwiper_2 {
    overflow: hidden;
}

.fl6-digSwiper_2 ul {
    margin-top: 50px;
}

.fl6-digSwiper_2 .swiper-pagination2_2{
    
    margin: 20px auto 0;
    text-align: center;
}
.fl6-digSwiper_2 .swiper-pagination2_2 span {
    width: 28px;
    height: 4px;
    border-radius: 0;
    background-color: #2372F9;
}


.fl6-digSwiper_2 ul li {
    float: left;
    background-color: #fff;
    margin: 0 7px;
    width: 286px;
    height: 260px;
    position: relative;
    overflow: hidden;
    border: 0px solid #f00;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(215, 217, 225, 0.5);
    border-radius: 8px;
    transition: all .3s ease-out;
    cursor : pointer;
}

.fl6-digSwiper_2 ul li:hover {
    box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
    transform: translateY(-8px);
}



.index_wrap_fl6_main_2 .swiper-button-prev_2 {
    left: -70px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;

    box-shadow: 0px 0px 4px 2px rgba(188, 192, 195, 0.22);

    border-radius: 100px;
    
    background-image: url(../../images/index_new/l.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index_wrap_fl6_main_2 .swiper-button-prev_2:hover{
    
    background-image: url(../../images/index_new/l_h.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #2372F9;
}

.index_wrap_fl6_main_2 .swiper-button-next_2 {
    right: -70px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;

    box-shadow: 0px 0px 4px 2px rgba(188, 192, 195, 0.22);

    border-radius: 100px;
    background-image: url(../../images/index_new/r.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index_wrap_fl6_main_2 .swiper-button-next_2:hover{
    
    background-image: url(../../images/index_new/r_h.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #2372F9;
}


.index_wrap_fl6_main_2 .swiper-button-prev_2, .index_wrap_fl6_main_2 .swiper-button-next_2
    {
    top: 150px;
    margin-top: 0;
    font-size: 60px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    position: absolute;
}




.fl6_card_2 {
    display: block;
    width: 286px;
    height: 260px;
    background: #FDFEFF;
    border-radius: 12px;
    box-shadow: 0px 2px 14px 0px rgba(81,115,174,0.08);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.fl6_card_2 .D_Block_img {
    width: 286px;
    height: 180px;
    padding: 0px 0px 0;
    position: relative;
}
.fl6_card_2 .D_Block_img div {
    width: 85%;
    height: auto;
    position: absolute;
    z-index: 9;
}
.fl6_card_2 .D_Block_img div span {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    display: block;
    margin-top: 100px;
    margin-left: 24px;
    min-height: 28px;
}
.fl6_card_2 .D_Block_img div span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: block;
    margin-top: 4px;
    width: auto;
}
.fl6_card_2 .D_Block_img:after {

    content: " ";
    width: 286px;
    height: 180px;
    top: 0px;
    left: 0;
    position: absolute;
    transition: all 0.3s;
    opacity: 0.46;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
    border-radius: 0px 0px 8px 8px;
}
.fl6_card_2 .D_Block_img img {
    width: 286px;
    height: 180px;
    border-radius: 8px;
    position: relative;
}


.fl6_card_2 .D_Block_tit {
    font-size: 16px;
    font-weight: 800;
    color: #323437;
    line-height: 24px;
    padding: 16px 16px 3px;
}

.fl6_card_2 .D_Block_desc {
    width: auto;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #646669;
    line-height: 24px;
    padding: 10px 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

 .D_Block_btn {
    padding: 0 30px 0;
    text-align: right;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #2372F9;
    line-height: 22px;
    position: relative;
}

 .D_Block_btn:after {
    content: " ";
    width: 13px;
    height: 16px;
    top: 3px;
    right: 17px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/customers/r.png);
}
/**************************************************************************************************************************************************************/
.index_fl7_wall {
    background-image: url(../../images/index_new/fl7_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height : 480px
}

.index_wrap_fl7 {
	padding-bottom: 60px;
}

.index_wrap_fl7 .head_title {
	padding-top: 70px;
}

.index_wrap_fl7 .head_desc {
	width: 510px;
	margin: 20px auto 0;
	height: auto;
}

.index_fl7_list {
	width: 1000px;
	margin: 90px auto 0;
}

.index_fl7_list div {
float: left;
    width: 240px;
    height: 138px;
    margin-bottom: 30px;
    text-align: left;
    padding-right: 140px;
}
.index_fl7_list div:nth-child(3) {
    padding-right: 0;
    /*
    width: 182px;
    */
}

.index_fl7_list div span:nth-child(1) {
	height: 28px;
	font-size: 44px;
	color: #2372F9;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: left;
    font-weight: bold;
    font-family: "Impact","苹方";
}

.index_fl7_list div span:nth-child(2) {
	display: block;
	font-weight: 500;
	margin: 24px auto 0;
	font-size: 14px;
	font-weight: 400;
	color: #323437;
	line-height: 20px;
}

.index_fl7_list div a:nth-child(3) {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 20px;
	margin-top: 5px;
}


.index_fl7_list div a:nth-child(3):hover {
    color: #5D92EE;
    
}

.index_fl8_wall {
	
    background-image: url(../../images/index_new/fl8_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    position: relative;
    top: -82px;
    height: 324px;
}

.index_wrap_fl8 {
	padding-bottom: 60px;
    width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
    padding-left : 0;
}

.index_wrap_fl8 .head_title {
	padding-top: 54px;
	color: #FFFFFF;
	text-align : left;
}

.index_wrap_fl8 .head_desc {
	color: #FFFFFF;
	width: auto;
	margin: 20px auto 0 ;
	height: auto;
    opacity: 1;
    font-size : 18px;
    text-align : left;
}

.fl8_btn_list {
	margin: 0 auto;
	/*
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	*/
}

.fl8_btn {
	width: 140px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
color: #323437;
    line-height: 48px;
    display: block;
    text-align: center;
    
	float: left;
	margin: 30px 20px 0 0;
    border: 1px solid #FFFFFF;
    font-weight : bold;
    
}

.fl8_btn:hover {
color: #323437;
    background: #fff ;
    opacity: 0.9;
    border: 1px solid #FFFFFF;
}

.fl8_btn:nth-child(2) {
	background: none;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
color: #FFFFFF;
    font-weight : bold;
}
.fl8_btn:nth-child(2):hover {
    opacity: 0.9;
}


.index_fl9_wall {
	padding-bottom: 100px;
}

.index_wrap_fl9 {
	padding-bottom: 100px;
}

.index_wrap_fl9 .head_title {
	padding-top: 60px;
}

.index_fl9_list {
	width: 1140px;
	margin: 60px auto 0;
}

.fl9_r{
    float : right;
}
.fl9_l{
    float : left;
}

.fl9_l .fl9_b{
	display : block;
    transition: all .3s ease-out;
    cursor : pointer;
}
.fl9_l .fl9_b:hover {
    box-shadow: 0px 0px 16px 10px rgb(7 12 20 / 8%);
}


.fl9_l .fl9_show {
	width: 446px;
    height: 412px;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 1px rgba(215,217,225,0.5);
	border-radius: 8px;
    position: relative;
}


.fl9_l .fl9_show .video {
    width: 446px;
    height: 248px;
	margin: 0px auto 0;
}

.fl9_l .fl9_show .video img {
    border-radius: 8px 8px 0  0 ;
	width: 446px;
	height: 248px;
}

.fl9_l .fl9_show .title {
	color: #f00;
	position: absolute;
    top: 215px;
    left: 12px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
    font-weight : bold;
}



.fl9_l .fl9_show .desc {
	width: 398px;
	height: 60px;
	font-size: 14px;
	font-weight: 400;
	color: #646669;
	line-height: 20px;
	margin : 30px auto;
	
	
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
    
}

.fl9_l .fl9_show .jump {
	display : block;
	width: 112px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2372F9;
	line-height: 20px;
	margin : 0  0 0 25px ;
}


.fl9_l .fl9_show .jump:hover {
    color: #5D92EE;
}


.fl9_r .fl9_b{
	display : block;
	width: 670px;
	height: 124px;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 1px rgba(215,217,225,0.5);
	border-radius: 8px;
    margin-bottom : 20px;
    transition: all .3s ease-out;
    cursor : pointer;
}
.fl9_r .fl9_b:hover {    
	box-shadow: 0px 0px 16px 10px rgb(7 12 20 / 8%);
	/*
    transform: translateY(-8px);
    */
}


.fl9_r .fl9_b .fl9_show{
}

.fl9_r .fl9_b .fl9_show .video{
    width: 100px;
    height: 100px;
    margin : 0 0 0 12px;
    padding-top : 12px;
    float : left
}

.fl9_r .fl9_b .fl9_show .video img{
   width: 100px;
    height: 100px;
}

.fl9_r .fl9_b .fl9_show .v_r{
    width : 540px;
    float : right;
    margin-top :12px;
}

.fl9_r .fl9_b .fl9_show .v_r .title{
font-size: 16px;
font-weight: 500;
color: #222;
line-height: 24px;
    font-weight : bold;
}


.fl9_r .fl9_b:hover .fl9_show .v_r .title{
   /* color: #2372F9;*/
}

.fl9_r .fl9_b .fl9_show .v_r .desc{
	width: 510px;
font-size: 14px;
font-weight: 400;
color: #646669;
line-height: 20px;
    margin-top: 5px;
}

.fl9_r .fl9_b .fl9_show .v_r .jump {
    display : block;
    font-size: 14px;
    font-weight: 400;
    color: #2372F9;
    line-height: 20px;
    margin-top: 10px;
    
}

.fl9_r .fl9_b .fl9_show .v_r .jump:hover {
	color: #5D92EE;
}

.index_fl10_foot {
    margin-top: 0px;
    background: #F4F7FA;
    padding-top: 30px;
}

.index_wrap_fl10 {
	width: 1155px;
	margin: 0 auto;

}

.index_fl10_list {
    width: 1155px;
} 

.index_fl10_list  .shows {
    display : block;
    transition: all 0.3s;
}
.index_fl10_list  .hides {
    display : none;
    transition: all 0.3s;
}


.index_fl10_list:hover .shows {
    display : none;
    transition: all 0.3s;
}
.index_fl10_list:hover .hides {
    display : block;
    transition: all 0.3s;
}


.index_fl10_list div {
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

.index_fl10_list div img {
	height: 82px;
}




.banner_loop {
    width: 1200px;
    height: 52px;
    overflow: hidden;
    position: relative;
    margin : 0 auto;
    background: #FFFFFF;
}
.banner_loop p {
    position: absolute;
    margin: 0;
    text-align: center;
    -moz-animation: marquee 3s linear infinite;
    -webkit-animation: marquee 3s linear infinite;
    
    width: 1164px;
height: 20px;
font-size: 14px;
font-weight: 400;
color: #646669;
line-height: 20px;

}

    .banner_loop:after {
        content: " ";
        top: 13px;
        left : -18px;
        position: absolute;
    width: 14px;
    height: 14px;
        background-image: url(../../images/index_new/laba.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    
    .banner_loop:hover{
        color: #646669;
    }
    
    
@-moz-keyframes marquee {
    0%   { top:   0; }
    100% { top: -40px; }
}
@-webkit-keyframes marquee {
    0%   { top:   0; }
    100% { top: -40px; }
}
