/* 大图区域 */

.banner_box{
	width: 100%;
	max-width: 1920px;
	height: calc(100vh - 110px);
	max-height: 950px;
	background-color: #666666;
	margin: 0 auto;
}

.banner_box li{
	float: left;
	position: relative;
}

.banner_box li:first-child{
	width: 66%;
	height: 100%;
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: fixed;
}

.banner_box li:nth-child(2){
	width: 34%;
	height: 100%;
}


.banner_z{
	position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	height: 308px;
	margin-top: -154px;
}

.banner_z22{
	top: auto;
	bottom: 10%;
	margin-top: 0;
}

.banner_z_tit h3{
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.banner_z_tit h2{
	font-size: 32px;
	line-height: 60px;
	color: #ffffff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.banner_z_tit h2 span{
	display: inline-block;
	width: 20px;
	height: 36px;
	position: relative;
}
.banner_z_tit h2 span p{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 1;
}

.banner_z_tit .banner_cp_fl{
	margin-top: 28px;
}

.banner_z_tit .banner_cp_fl dd {
	margin-top: 24px;
}

.banner_z_tit .banner_cp_fl dd a{
	width: 300px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	color: #231f20;
	text-align: center;
	background-color: #ffbf00;
	border-radius: 8px;
	transition: all .3s;
}

.banner_z_tit .banner_cp_fl dd a:hover{
	color: #ffffff;
	background-color: #003f98;
	transition: all .3s;
}

.banner_z_tit_bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .64);
	position: relative;
}

.banner_z>p{
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 36px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.more_link{
	width: 180px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #231f20;
	background-color: #ffbf00;
	text-align: center;
	border-radius: 8px;
	transition: all .3s;
}

.more_link:hover{
	color: #ffffff;
	background-color: #003f98;
	transition: all .3s;
}

.banner_z .more_link{
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 解决方案 */

.banner_z01{
	position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	height: 208px;
	margin-top: -104px;
}

.banner_z01>p{
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}

.banner_z01 .more_link{
	margin: 36px auto 0;
}

/* banner轮播 */
.swiper {
	width: 100%;
	height: 100%;
	--swiper-pagination-color: #ffbf00;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide .banner_z{
	text-align: left;
}

.swiper-slide .default__button--big{
	display: none;
}

.swiper-slide .default__controls{
	display: none;
}
.swiper-slide .ckin__player{
	/* height: 100%; */
}
.swiper-slide video{
	width: 100% ;
}


/* 首页栏目样式 */
.home_col{
	margin-top: 24px;
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	padding-bottom: 36px;
}

.home_col01{
	border-top-width:0 ;
	margin-top: 0;
	padding-top: 48px;
}

.home_col_tit{
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	color: #003f98;
}

.home_col_tit_c{
	width: 100%;
	text-align: center;
}

/* .home_col_tit_p{
	width: 100%;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	padding: 20px 0 36px;
	text-align: center;
} */

.home_col_tit_p{
	width: 72px;
	height: 4px;
	background-color: #ffbf00;
	margin: 20px auto 36px;
}

/* 关于我们 */
.home_about{
	width: 100%;
	padding-bottom: 60px;
}

.home_about li{
	width: 620px;
	height: 348px;
	overflow: hidden;
	position: relative;
}

.home_about li.left{
	float: left;
}

.home_about li.left .more_link{
	position: absolute;
	left: 0;
	bottom: 0;
}

.home_about_p{
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-align: justify;
	text-indent: 2em;
	margin-top: 24px;
}

.home_about li.right{
	float: right;
}

/* 概况 */
.home_about_gl_list{
	width: 100%;
	margin-top: 36px;
}

.home_about_gl_list li{
	float: left;
	width: 25%;
	text-align: center;
}
.home_about_gl_list li img{
	width: 144px;
	margin: 0 auto;
}
.home_about_gl_list li p{
	font-size: 16px;
	font-weight: 800;
	line-height: 36px;
	color: #2260a8;
}

/* 应用领域 */
.home_yw_list{
	width: 100%;
}

.home_yw_list li{
	float: left;
	width: calc((100% - 64px) / 5);
	height: 260px;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 16px;
	padding: 3px;
	background-image: linear-gradient(to top left, #ffbf00, #e5e5e5);
	transition: all .3s;
}

.home_yw_list li:nth-child(5n){
	margin-right: 0;
}

.home_yw_list li>a{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 14px;
	transition: all .3s;
	position: relative;
	overflow: hidden;
}



.home_yw_list li a .ly_icon{
	width: 108px;
	height: 108px;
	margin: 0 auto;
	opacity: 1;
	transition: all .3s;
}

.home_yw_list li a h1{
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #333333;
	transition: all .3s;
	margin-top: 12px;
}

.home_yw_list li a span{
	display: block;
	width: 36px;
	height: 4px;
	background-color: #ffbf00;
	margin: 16px auto;
	transition: all .3s;
}

.home_yw_list li a p{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	padding: 0 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home_yw_list li a .ly_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all .3s;
}

.home_yw_list li:hover{
	/* margin-top: -24px; */
	background-image: linear-gradient(to top left, #003f98, #e5e5e5);
	transition: all .3s;
}

.home_yw_list li:hover a .ly_icon{
	opacity: 0;
	transition: all .3s;
}

.home_yw_list li:hover a .ly_img{
	opacity: 1;
	transition: all .3s;
}

.home_yw_list li:hover a h1{
	margin-top: 36px;
	color: #003f98;
	transition: all .3s;
}

.home_yw_list li:hover a span{
	background-color: #003f98;
}



/* 解决方案 */
.home_col_bg{
	background-image: url(../images/anli_bg.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	background-size: 100% auto;
	background-attachment: fixed;
}

.home_col_tit_anli{
	color: #ffffff;
}
.anli_img_box{
	
}
.anli_img_box .anli_img {
	height: 240px;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}


.anli_img_box .anli_img:hover:before {
	opacity: 1;
}

.anli_img_box .anli_img>img {
	width: 100%;
	height: auto;
	transition: all 0.4s linear;
}

.anli_img_box:hover .anli_img>img {
	transform: scale(1.2);
}

.anli_img_box .anli_title_box {
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
}

.anli_img_box .anli_title_box .anli_title {
	font-size: 18px;
	color: #003f98;
	font-weight: bold;
	line-height: 1;
	transition: all .3s ease-in-out 0s;
}

.anli_img_box .anli_title_box .anli_title:hover {
	color: #ffbf00;
	transition: all .3s ease-in-out 0s;
}

.anli_img_box .anli_title_box p {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin: 16px 0;
	min-height: 40px;
	text-align: justify;
	text-indent: 2em;
}

.anli_img_box .anli_title_box ul {
	width: 100%;
}

.anli_img_box .anli_title_box ul li.left {
	float: left;
	color: #ffbf00;
}

.anli_img_box .anli_title_box ul li.right {
	float: right;
}

.anli_img_box .anli_title_box ul li {
	font-size: 14px;
	line-height: 1;

}

.anli_img_box .anli_title_box ul li a {
	color: #999999;
	transition: all .3s ease-in-out 0s;
}

.anli_img_box .anli_title_box ul li a:hover {
	color: #ffbf00;
	transition: all .3s ease-in-out 0s;
}




/* 最新资讯 */
.home_news_box{
	width: 100%;
	padding-bottom: 24px;
}

.home_news_box>li{
	float: left;
	width: 622px;
	height: 546px;
}

.home_news_box li.left{
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.home_news_box li.left .news_img_box{
	width: 100%;
	height: 414px;
	overflow: hidden;
}

.home_news_box li.left .news_img_box a,
.home_news_box li.left .news_img_box img{
	width: 100%;
	height: 100%;
}

.home_news_list{
	width: 100%;
	padding: 24px 24px 24px 0;
	transition: all .3s;
}

.home_news_list_hot{
	padding: 36px 24px 36px 0;
}

.home_news_list_01{
	margin-bottom: 12px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}


.home_news_list .news_time{
	float: left;
	width: 92px;
	text-align: center;
	border-right: 1px solid #dbdbdb;
	transition: all .3s;
}

.home_news_list .news_time h1{
	width: auto;
	font-size: 36px;
	font-weight: bold;
	color: #00479b;
	line-height: 42px;
	letter-spacing: 3px;
	transition: all .3s;
}

.home_news_list .news_time h4{
	font-size: 12px;
	color: #00479b;
	line-height: 18px;
	transition: all .3s;
}

.home_news_list .news_tit{
	float: right;
	width: 480px;
}

.home_news_list .news_tit a{
	font-size: 18px;
	color: #231f20;
	line-height: 32px;
	transition: all .3s;
}

.home_news_list .news_tit p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	transition: all .3s;
}

.home_news_box li.right{
	float: right;
}

.home_news_list:hover{
	background-color: #ffbf00;
}

.home_news_list:hover .news_time{
	border-right-color: #ffffff;
}
.home_news_list:hover .news_time h1,
.home_news_list:hover .news_time h4,
.home_news_list:hover .news_tit a,
.home_news_list:hover .news_tit p{
	color: #ffffff;
}

.news_more_link{
	width: 180px;
	height: 48px;
	font-size: 16px;
	line-height: 46px;
	color: #a09e9e;
	border: 1px solid #a09e9e;
	text-align: center;
	border-radius: 8px;
	margin-top: 30px;
	transition: all .3s;
}

.news_more_link:hover{
	color: #ffffff;
	background-color: #003f98;
	border-color: #003f98;
	transition: all .3s;
}



