.fp-tableCell{
	vertical-align: top !important;
}
.colorfff{
	color:#fff !important;
}
.index_head_block{
	height: 80px;
}
.section .swiper-pagination{
	text-align: center;
	width: 100%;
	bottom: -50px;
}
.section .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #325BB3;
	margin: 0 5px;
	color:#fff ;
	opacity: 1;
}
.section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 2em;
	background: #47B850;
}

.section .swiper-button-prev,
.section .swiper-button-next{
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: rgba(0,0,0,.3) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	font-size: 16px;
}
.section .swiper-button-prev::after,
.section .swiper-button-next::after{
	font-size: 20px;
}
.section .swiper-button-next:hover,
.section .swiper-button-prev:hover{
	background: #47B850 !important;
	color:#fff !important;
}


#swiper-container-index {
	overflow-y: hidden;
}

#swiper-container-banner{
	height: 100vh !important;
}
#swiper-container-banner .swiper-slide,
#swiper-container-index .index_main{
	height: 100vh !important;
	width: 100%;
}


#swiper-container-index .pic{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#swiper-container-index .swiper-button-prev,
#swiper-container-index .swiper-button-next{
	border-radius: 50%;
    background: #fff !important;
    width: 60px !important;
    height: 60px !important;
}
#swiper-container-index .swiper-button-prev::after,
#swiper-container-index .swiper-button-next::after{
	font-size: 18px;
}
#swiper-container-index .swiper-button-prev{
	left: 5%;
}
#swiper-container-index .swiper-button-next{
	right: 5%;
}


.swiper-container-banner .swiper-button-prev{
	left: 4%;
}
.swiper-container-banner .swiper-button-next{
	right: 4%;
}



.swiper-container-banner{
	position: relative;
}
.swiper-container-banner .swiper_info{
	position: absolute;
	top: 50%;
    transform: translateY(-68%);
    width: 92%;
    max-width: 600px;
    left: 8%;
}
.swiper-container-banner .swiper_info .title{
	color:#fff;
	font-size: 40px;
	margin-bottom: 20px;
}
.swiper-container-banner .swiper_info .cont{
	color:#fff;
}


.sy_big_title{
	text-align: center;
	font-size: 40px;
	color:#f3f3f3;
	margin-top: 80px;
	margin-bottom: 20px;
}
.sy_big_title span{
	color:#244DA7;
}
.sy_sm_desc{
    width: 50%;
    margin: auto;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1.6;
}

.index_product .item{
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.index_product .item .thumb{
	position: relative;
	padding-bottom: 150%;
	overflow: hidden;
	transition: all 0.5s;
	width: 100%;
}
.index_product .item .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_product .item:hover{
	border-color:#244DA7;
}
.index_product .item .text_box{
	position: absolute;
	width: 100%;
	top: 15%;
}
.index_product .item .text_box .title{
	text-align: center;
	font-size: 28px;
	color:#fff;
}
.index_product .item .text_box .en_title{
	text-align: center;
	font-size: 14px;
	color:#fff;
	opacity: .5;
	margin: 12px 0 30px;
}
.index_product .item .text_box .more{
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 2em;
	padding: 10px 40px;
	font-size: 14px;
	color:#fff;
	transition: all 0.3s;
}
.index_product .item .text_box .more:hover{
	background: #fff;
	border-color: #fff;
	color: #47B850;
}


.index_product .item:hover .thumb{
	transform: scale(1.1);
}
.index_product .productlist{
	position: relative;
}
.index_product .productlist .swiper-button-prev{
	left: -60px;
}
.index_product .productlist .swiper-button-next{
	right: -60px;
}



.index_tytitle{
	color:#333;
	margin: 140px 0 60px;
}
.index_tytitle h2{
	font-weight: bold;	
	font-size: 36px;
	margin-bottom: 15px;
}
.index_tytitle p{
	font-size: 16px;
}

#navPage {
	position: fixed;
	top: 60%;
	right: 10px;
	text-align: left;
	transition: all .1s ease-out 0s;
	transform: translateY(-50%)
}

#navPage li a{
	width: 2px;
	height: 2px;
	background: #ccc;
	border-radius: 50%;
	border: 3px solid #ccc;
	display: block;
}
#navPage li.active a{
	border-color: #47B850;
	background: transparent;
	width: 8px;
	height: 8px;
	margin-right: -2.5px;
}
#navPage li:not(:first-child){
	margin-top: 9px;
}




.index_honor .index_tytitle h2,
.index_honor .index_tytitle p{
	color:#fff;
}
.zslist{
	position: relative;
	margin: 12% auto 0;
	max-width: 1300px;
}
.zslist .item{
	overflow: hidden;
}
.zslist .thumb{
	position: relative;
	padding-bottom: 135%;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.5s;
}
.zslist .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zslist .thumb:hover{
	transform: scale(1.1);
}

.section .zslist .swiper-button-prev{
	left: -8%;
}
.section .zslist .swiper-button-next{
	right: -8%;
}
.section .zslist .swiper-button-next,
.section .zslist .swiper-button-prev{
	background: rgba(0,0,0,.3) !important;
}
.section .zslist .swiper-button-next:hover,
.section .zslist .swiper-button-prev:hover{
	background: #47B850 !important;
	color:#fff !important;
}

.index_case_nav{
	text-align: center;
	white-space: nowrap;
	margin-bottom: 40px;
}
.index_case_nav .item{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color:#333;
	line-height: 1;
}
.index_case_nav .item:not(:last-child){
	padding-right: 20px;
	margin-right: 20px;
}
.index_case_nav .item:not(:last-child)::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #dedede;
	right: 0;
	top: 0;
}
.index_case_nav .item:hover{
	color:#244DA7;
}

.case_swiper{
	position: relative;
}
.case_swiper .swiper-slide{
	width: 62%;
}

.case_swiper .item{
	position: relative;
	overflow: hidden;
}
.case_swiper .item .bg{
	position: relative;
	width: 100%;
	/* padding-bottom: 58.82%; */
	padding-bottom: 45%;
	overflow: hidden;
	/* background: linear-gradient(to right, #f5f5f5, #e0e0e0) center/contain no-repeat; */
}


.case_swiper .item .bg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.case_swiper .item .info_basic{
	position: absolute;
	width: 92%;
	max-width: 350px;
	box-sizing: border-box;
	background: linear-gradient(to bottom , #fff , rgba(255,255,255,.5));
	padding: 30px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	bottom: 0;
	right: 13%;
	height: 60%;
	align-items: baseline;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.7s , 
				opacity 0.7s ease;
}
/* 激活状态的文字动画效果 - 从下往上显示 */
.case_swiper .swiper-slide.swiper-slide-active .info_basic {
	transform: translateY(0);
	opacity: 1;
}

/* 离开状态的文字动画效果 - 从上往下隐藏 */
.case_swiper .swiper-slide.swiper-slide-next .info_basic,
.case_swiper .swiper-slide.swiper-slide-prev .info_basic {
	transform: translateY(100%);
	opacity: 0;
}
.case_swiper .item .info_basic .title{
	font-size: 20px;
	color:#333;
	margin-bottom: 20px;
	font-weight: bold;
}
.case_swiper .item .info_basic .desc{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.case_swiper .item .info_basic .more{
	border-radius: 2em;
	background: #244DA7;
	color:#fff;
	font-size: 14px;
	padding: 10px 30px;
	transition: all 0.5s;
}
.case_swiper .item .info_basic .more:hover{
	background: #47B850;
}
.case_swiper .swiper-button-prev{
	left: calc(19% - 80px);
}
.case_swiper .swiper-button-next{
	right: calc(19% - 80px);
}

.cpdl_list{
	position: relative;
	width: 72%;
	height: 50vh;
}
.cpdl_list .swiper{
	width: 100%;
	height: 100%;
	padding: 5px 10px 10px 5px;
	box-sizing: border-box;
}
.cpdl_list .swiper-slide{
	height: calc((100% - 40px) / 3);
}
.cpdl_list .swiper-slide .item{
	width: 100%;
	height: 100%;
	background: linear-gradient(to right bottom , #F5F8FF , #fff);
	box-shadow: 4px 4px 10px rgba(0,0,0,.1);
	border-radius: 10px;
	transition: all 0.5s;
	flex-direction: column;
}
.cpdl_list .swiper-slide .item .codl_logo{
	height: 80px;
	width: 100%;
}
.cpdl_list .swiper-slide .item .codl_logo img{
	width: 80%;
	height: 80%;
	object-fit: contain;
}
.cpdl_list .swiper-slide .item .t{
	text-align: center;
	font-size: 14px;
	color:#333;
	font-weight: bold;
}
.cpdl_list .swiper-slide .item:hover{
	box-shadow: none;
	background: #fff;
}


.hzhb_list{
	position: relative;
	width: 92%;
	height: 46vh;
	max-width: calc(1500px + 20px);
	margin:100px auto 0;
}
.hzhb_list .swiper{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.hzhb_list .swiper-slide{
	height: calc((100% - 60px) / 3);
	padding: 10px;
	box-sizing: border-box;
}
.hzhb_list .swiper-slide .item{
	width: 100%;
	height: 100%;
	background:transparent;
	flex-direction: column;
}
.hzhb_list .swiper-slide .item .codl_logo{
	height: 100%;
	width: 100%;
	background:#fff;
	transition: all 0.5s;
	box-shadow: 4px 4px 10px rgba(0,0,0,.2);
}
.hzhb_list .swiper-slide .item .codl_logo img{
	width: 70%;
	height: 70%;
	object-fit: contain;
}
.section .hzhb_list .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}
.section .hzhb_list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #47B850;
}
.hzhb_list .swiper-slide .item:hover .codl_logo{
	transform: scale(1.05);
	box-shadow: 4px 4px 15px rgba(0,0,0,.4);
}


.index_about .left{
	width: 44%;
}
.index_about .left .title{
	position: relative;
	margin-bottom: 30px;
}
.index_about .left .title h2{
    font-size: 110px;
    font-weight: bold;
    color: #244DA7;
    opacity: .1;
    line-height: 1;
    letter-spacing: 6px;
}
.index_about .left .title p{
	position: absolute;
	top: 50%;
	font-size: 48px;
	color:#244DA7;
	font-weight: bold;
	transform: translateY(-50%);
}
.index_about .left .cont{
	font-size: 16px;
	color:#666;
	line-height: 1.7;
}
.index_about .left .more{
	display: inline-block;
	border-radius: 2em;
	color:#fff;
	font-size: 14px;
	padding: 10px 30px;
	transition: all 0.5s;
	margin-top: 60px;
	background: #244DA7;
}
.index_about .left .more:hover{
	background: #47B850;
}

.index_about .right{
	width: 49%;
}
.index_about .right img{
	display: block;
	width: 100%;
}

.index_history{
	position: relative;
	max-width: 1440px;
}
.index_history .swiper-slide{
	width: 40%;
}
.index_history .swiper-slide .cont{
	width: 80%;
	font-size: 16px;
	line-height: 1.8;
	color:#fff;
	text-align: center;
	margin-top: 60px;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.7s, 
				opacity 0.7s ease;
}
/* 激活状态的文字动画效果 - 从下往上显示 */
.index_history .swiper-slide.swiper-slide-active .cont {
	transform: translateY(0);
	opacity: 1;
}

/* 离开状态的文字动画效果 - 从上往下隐藏 */
.index_history .swiper-slide.swiper-slide-next .cont,
.index_history .swiper-slide.swiper-slide-prev .cont {
	transform: translateY(100%);
	opacity: 0;
}

.index_history .years{
	color:#fff;
	font-size: 24px;
	transition: all 0.5s;
	font-weight: bold;
	line-height: 1;
    height: 200px;
    display: flex;
    align-items: flex-end;
	position: relative;
	width: 100%;
    justify-content: center;
}
.index_history .years p{
	margin-bottom: 20px;
}
.index_history .years::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.2);
	left: 0;
	bottom: 0;
}
.index_history .years::before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.index_history .swiper-slide-active .years{
	font-size: 200px;
	background: -webkit-linear-gradient( rgba(255,255,255,.5), transparent);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.index_history .swiper-slide-active .years::before{
	opacity: 0;
}
.index_history .swiper-slide-active .years p{
	margin-bottom: -20px;
}
.section .index_history .swiper-button-next,
.section .index_history .swiper-button-prev{
	background: rgba(0,0,0,.3) !important;
}
.section .index_history .swiper-button-next:hover,
.section .index_history .swiper-button-prev:hover{
	background: #47B850 !important;
	color:#fff !important;
}
.index_history .swiper-button-next{
	right: -50px;
	top: 198px;
	transform: none;
}
.index_history .swiper-button-prev{
	left: -50px;
	top: 198px;
	transform: none;
}
.index_history .swiper-slide .swiper-slide-active  .cont{
	opacity: 1;
}
.index_news .index_tytitle{
	margin-top: 100px;
	margin-bottom: 40px;
}
.index_news .left{
	width: 43%;
}
.index_news .right{
	width: 54%;
}
.index_news_top{
	margin-bottom: 20px;
}
.index_news_top .thumb{
	padding-bottom: 66.66%;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	display: block;
}
.index_news_top .thumb img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.index_news_top .title{
	font-size: 20px;
	color:#333;
	margin-bottom: 10px;
	display: block;
}
.index_news_top .title:hover{
	color:#244DA7;
}
.index_news_top .desc{
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	color:#999;
}
.index_news_tyt{
	margin-bottom: 15px;
}
.index_news_tyt h2{
	color:#244DA7;
	font-size: 22px;
	font-weight: 600;
	padding-left: 30px;
	background: url(../images/index_news_tt.png) no-repeat center left / auto 23px;
}
.index_news_tyt .more{
	font-size: 14px;
	color:#999;
}

.bqlist{
	column-gap: 24px;
	row-gap: 15px;
}
.bqlist a{
	font-size: 16px;
	color:#666;
}
.bqlist a:hover{
	color: #244DA7;
}
.hot_topic .index_news_tyt{
	border-bottom: 1px solid #DBE2F2;
}
.hot_topic .index_news_tyt h2{
	border-bottom: 3px solid #244DA7;
	padding-bottom: 10px;
	background: none;
	padding-left: 0;
}

.index_nr:not(:last-child){
	margin-bottom: 20px;
}
.index_nr_thumb{
	margin-right: 30px;
	width: 30%;
	display: block;
}
.index_nr_thumb .image-container{
	width: 100%;
	position: relative;
	padding-bottom: 66.66%;
}
.index_nr_thumb img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.index_nr .item{
	display: block;
	font-size: 15px;
	padding-left: 10px;
	position: relative;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color:#999;
}
.index_nr .item:not(:last-child){
	margin-bottom: 8px;
}
.index_nr .item::before{
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #999;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_nr .item.active{
	color:#000;
}
.index_nr .item.active::before{
	background: #000;;
}

.index-floating-buttons.floating-buttons{
	position: static;
	margin-top: 20px;
}
.list-unstyled li{
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
}

@media ( max-width:1440px ) {


}
@media ( max-width:1000px ) {
		
	#swiper-container-banner.mySwiper,
	#swiper-container-banner.mySwiper .swiper-slide{
		height: auto !important;
	}



	.swiper-container-banner .swiper_info{
		width: 80%;
		transform: translateY(-30%);
	}

	.index_tytitle h2{
		font-size: 30px;
	}

	

}


@media ( max-width:920px ) {
	.center,
	.sy_sm_desc{
		width: 92%;
	}
	.index_about .left .title h2{
		font-size: 80px;
		letter-spacing: 0;
	}
	.index_about .left .title p,
	.index_tytitle h2{
		font-size: 28px;
	}
	.index_product .item .text_box .title{
		font-size: 22px;
	}
	.case_swiper .item .info_basic .title{
		font-size: 16px;
	}
	.case_swiper .item .info_basic .more,
	.case_swiper .item .info_basic .desc,
	.index_tytitle p{
		font-size: 14px;
	}
	.index_product .item .text_box .en_title{
		font-size: 12px;
	}

	.section .swiper-button-prev, 
    .section .swiper-button-next{
        width: 35px !important;
        height: 35px !important;
        
    }
	.section .swiper-button-prev::after, 
	.section .swiper-button-next::after {
		font-size: 14px;
	}
	.index_tytitle{
		margin: 50px 0 40px;
	}

	.index_product .item .text_box .more{
		padding:6px 20px;
		font-size: 12px;
	}

	.index_product .productlist .swiper-button-next{
		right:0;
	}
	.index_product .productlist .swiper-button-prev{
		left: 0;
	}
	.case_swiper .item{
		overflow: visible;
	}
	.case_swiper .item .bg{
		padding-bottom: 58.82%;
	}
	.case_swiper .item .info_basic{
		right: auto;
		margin: -40px auto 0;
		position: relative;
	}
	.case_swiper .item .info_basic .more{
		padding:8px 20px;
	}

	.case_swiper .swiper-button-next{
		right: 4%;
		top: 30%;
	}
	.case_swiper .swiper-button-prev{
		left: 4%;
		top: 30%;
	}
	.index_hzkh,
	.index_honor{
		padding: 10px 0 60px;
	}
	.section .zslist .swiper-button-next{
		right: 0%;
	}
	.section .zslist .swiper-button-prev{
		left: 0%;
	}
	.index_about .right,
	.index_about .left,
	.cpdl_list{
		width: 100%;
	}

	.index_case_nav{
		overflow-x: scroll;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.index_cpdl{
		padding-bottom: 40px;
	}
	.cpdl_list{
		padding-bottom: 50px;	
		height: 56vh;
	}
	.cpdl_list .swiper-slide{
		height: calc((100% - 45px) / 4);
	}

	.section .swiper-pagination{
		bottom: 10px;
	}

	.cpdl_list .swiper-slide .item .codl_logo{
		height: 50px;
	}
	.hzhb_list .swiper-slide {
		height: calc((100% - 30px) / 4);
		padding: 0;
	}
	.hzhb_list{
		margin-top: 0;
		padding-bottom: 50px;
	}
	.index_hzkh .swiper-pagination{
		bottom: 0;
	}

	.index_padd{
		padding: 10px 0 60px;
	}
	.index_about .left .title{
		margin-bottom: 10px;
	}
	.index_about .left .more{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.index_history .years{
		height: 110px;
	}
	.index_history .swiper-slide-active .years{
		font-size: 110px;
	}
	.index_history .swiper-slide .cont{
		width: 92%;
		margin-top: 30px;
	}
	.index_history .swiper-button-next{
		right: 0;
		top: 114px;
	}
	.index_history .swiper-button-prev{
		left: 0;
		top: 114px;
	}
	.footer .right{
		padding: 20px 0;
	}

	.index_history .years{
		font-size: 110px;
		background: -webkit-linear-gradient( rgba(255,255,255,.5), transparent);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.index_history .years p,
	.index_history .swiper-slide-active .years p{
		margin-bottom: -10px;
	}

}
