@charset "utf-8";
.swiper-banner{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.swiper-banner .swiper-slide{
	position: relative;
	min-height: 250px;
	height: 100%;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 250px;
	/* -webkit-animation: animScale 20s linear infinite;
	animation: animScale 20s linear infinite;
	-ms-animation: animScale 20s linear infinite;
	-moz-animation: animScale 20s linear infinite;
	-o-animation: animScale 20s linear infinite; */
}

.swiper-banner .ban-pagination{
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 50%;
	background:rgba(255,255,255,0.42);
	opacity: 1;
	margin:0 8px !important;
	vertical-align: top;
	overflow: hidden;
}
.ban-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-notification{
	display: none;
}

.ban-prev,.ban-next{
	width: 57px;
	height: 58px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -29px;
	z-index: 99;
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
}
.ban-prev{
	left: 3%;
	background-image: url(../images/ban_l.png);
}
.ban-next{
	right: 3%;
	background-image: url(../images/ban_r.png);
}
.ban-prev:hover,.ban-next:hover{
	opacity: 1;
}
@keyframes animScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@-webkit-keyframes animScale {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}

@-ms-keyframes animScale {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.2); }
    100% { -ms-transform: scale(1); }
}

@-moz-keyframes animScale {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes animScale {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}

.more a{
	position: relative;
	padding-right: 35px;
	display: inline-block;
	line-height: 25px;
}
.more a:hover{
	padding-right: 40px;
}
.more a::after{
	position: absolute;
	width: 30px;
	height: 25px;
	right: 5px;
	top: 0;
	background: url(../images/m_ico.png) no-repeat right center;
	content: '';
}

.ind_a .ind_al{
	width: 51.875%;
}
.ind_a .ind_ar{
	width: 41.875%;
}
.ind_a .ind_ar .h4{
	line-height: 1.3;
}
.ind_a .ind_ar .h4 strong{
	display: block;
}

.ind_b{
	background: #f7f7f7;
}
.ind_b .more a{
	padding-bottom: 5px;
	padding-left: 4px;
	border-bottom: 1px solid #1c3271;
}

.ind_c{
	background: url(../images/xm_bg.jpg) no-repeat center bottom;
}
.rmxm_padd{
	position: relative;
}
.swiper-rmxm{
	overflow: hidden;
}
.xm-prev,.xm-next{
	position: absolute;
	width: 45px;
	height: 45px;
	background-position: center center;
	cursor: pointer;
	top: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	background-size: 100%;
}
.xm-prev{
	left: -76px;
	background-image: url(../images/xm_icol.png);
}
.xm-next{
	right: -76px;
	background-image: url(../images/xm_icor.png);
}

.ind_dcm .ind_newl{
	float: left;
	width: 36.66666%;
	overflow: hidden;
	position: relative;
}
.ind_dcm .swiper-slide .imgs{
	display: block;
	padding-bottom: 134%;
}
.ind_dcm .swiper-slide .imgs .hv{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(3,12,24,0.4);
	z-index: 9;
	color: #fff;
	box-sizing: border-box;
	padding: 4% 15% 4% 4.5%;
}
.ind_dcm .new-pagination{
	position: absolute;
	bottom: 3%;
	z-index: 10;
	width: auto;
	left: auto;
	right: 4.5%;
}
.ind_dcm .new-pagination .swiper-pagination-bullet{
	background: rgba(255,255,255,0.5);
	opacity: 1;
}
.ind_dcm .new-pagination .swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}
.ind_dcm .ind_newr{
	float: right;
	width: 60.8333%;
}
.ind_dcm .ind_newr li{
	padding-bottom: 3.85%;
}
.ind_dcm .ind_newr li .h3{
	position: relative;
	padding-right: 15%;
}
.ind_dcm .ind_newr li .padd{
	background: #f9f9f9;
	padding: 3% 3.85%;
	display: block;
}
.ind_dcm .ind_newr li .m{
	width: 40px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	background: url(../images/n_ico1.png) no-repeat center center #d9d9d9;
	border-radius: 10px;
}
.ind_dcm .ind_newr li .p{
	padding-top: 1.4%;
}
.ind_dcm .ind_newr li:hover .padd{
	background: #1c3271;
	color: #fff;
	border-radius: 8px;
}
.ind_dcm .ind_newr li:hover .h3 a,.ind_dcm .ind_newr li:hover .span,.ind_dcm .ind_newr li:hover .p{
	color: #fff;
}
.ind_dcm .ind_newr li:hover .m{
	background-image: url(../images/n_ico2.png);
	background-color: rgba(255,255,255,0.18);
}



.ind_hz ul{
	margin-left: -1%;
	margin-right: -1%;
}
.ind_hz li{
	float: left;
	width: 16.6666%;
	box-sizing: border-box;
	padding:1% ;
}
.ind_hz li .img{
	position: relative;
	padding-bottom: 46.36%;
	overflow: hidden;
	display: block;
	border: 1px solid #e5e5e5;
}
.ind_hz li .img img{
	position: absolute;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.ind_hz li .img:hover{
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	transform: translateY(-4px);
}
.ind_hz li .img:hover img{
	transform: scale(1.2);
}


@media screen and (max-width:1600px ) {
	.rmxm_padd{
		padding: 0 40px;
	}
	.xm-prev{
		left: -25px;
	}
	.xm-next{
		right: -25px;
	}
}
@media screen and (max-width:1400px ) {
	.ban-prev, .ban-next{
		width: 45px;
		height: 45px;
	}
	.xm-prev, .xm-next{
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1280px ) {
	.ban-prev, .ban-next{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.swiper-banner .ban-pagination{
		bottom: 30px;
	}
	.ban-pagination .swiper-pagination-bullet{
		width: 14px;
		height: 14px;
	}
	.ind_dcm .ind_newr li .m{
		top: 3px;
	}
	.xm-prev, .xm-next{
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width:1024px ) {
	.swiper-banner .ban-pagination{
		bottom: 20px;
	}
	.ind_dcm .ind_newr li .m{
		top: 2px;
	}
	.xm-prev, .xm-next{
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width:800px ) {
	.swiper-banner .ban-pagination{
		bottom: 15px;
	}
	.ban-prev, .ban-next{
		width: 35px;
		height: 35px;
		margin-top: -17px;
	}
	.ban-pagination .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	
	.ind_dcm .ind_newr li .m{
		top: 1px;
		width: 36px;
		height: 18px;
		background-size: 18px;
	}
	.rmxm_padd{
		padding: 0 30px;
	}
	.xm-prev {
	    left: -15px;
	}
	.xm-next {
	    right: -15px;
	}
	
	.xm-prev, .xm-next {
	    width: 25px;
	    height: 25px;
	}
	
}
@media screen and (max-width:600px ) {
	
	.swiper-banner .ban-pagination{
		bottom: 10px;
	}
	.ban-prev, .ban-next{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.ban-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	
	.ind_a .ind_al,.ind_a .ind_ar{
		width: 100%;
		padding: 2% 0;
	}
	.ind_c{
		background-size: 300%;
	}
	.ind_dcm .ind_newl{
		margin-bottom:3.85%;
	}
	.ind_dcm .ind_newl,.ind_dcm .ind_newr{
		width: 100%;
	}
	.ind_dcm .swiper-slide .imgs{
		padding-bottom: 50%;
	}
	.ind_dcm .swiper-slide .imgs .hv{
		padding: 2% 20% 2% 4.5%;
	}
	.ind_dcm .ind_newr li .m{
		width: 34px;
		height: 16px;
		background-size: 16px;
	}
	
	.ind_hz li {
	    width: 25%;
	}
	.xm-prev, .xm-next {
	    width: 22px;
	    height: 22px;
	}
	.xm-prev {
	    left: -6px;
	}
	.xm-next {
	    right: -6px;
	}
}