
/*banner±³¾°Í¼Æ¬¶¯»­*/
/* @-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
} */
/*banner */
body,p,li,span{
	font-family: "Gill Sans", sans-serif;
}
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
	z-index: 3;
}
@media (max-width: 900px){
	.index_main .section1 .index_banner .item{
		background-size: cover;
		background-size:contain!important;
		-webkit-background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		height:35vh!important;
		position: relative;
	}
	.index_main .section1 .index_banner .item.slick-current .scaleBg{
		visibility: visible;
		-webkit-animation:scale-bg 6s linear forwards!important;
		animation:scale-bg 6s linear forwards!important;
	}
	.index_main .section1 .index_banner .items{
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	.hk_content p{
		text-indent:2em!important;
	}
	.hk_content table td p{
		text-align:center!important;
		text-indent: 0em!important;
	}
	.hk_content p img{
		width:100%!important;
		padding:0!important;
		height:300px!important;
		margin-bottom:10px!important;
		display:block;
	}
	.hk_content img{
		max-width:100%;
	}
	.hk_content p video{
		width:100%;
		padding:0;
		height:200px;
		margin-left:-40px;
	}
	.hk_content p:last-child img{ 
	   width:90%;
	}
}

@media (min-width: 900px){
	.index_main .section1 .index_banner .item.slick-current .scaleBg{
		visibility: visible;
		-webkit-animation:scale-bg 6s linear forwards;
		animation:scale-bg 10s linear forwards;
		z-index: 3;
		background-size: 100% 100%;
	}
	.index_main .section1 .index_banner .item{
		background-size: 80% 100%!important;
		-webkit-background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		height:73vh;
		position: relative;
		z-index: 3;
		position: absolute;
	}
	.col-lg-2_5{
		padding-right:0px!important;
	}
	.new_item{
		width:100%;
	}
	.new_item a span:first-child{
		width:65%;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;
	}
	.hk_content p{
		font-size:14pt!important;
		text-indent:2.1em!important;
	}
	.hk_content table td {
		padding:0 3px 0 3px!important;
	}
	.hk_content table td p{
		min-width:35px;
		text-indent: 0em!important;
	}
	.hk_content table{
		max-width:100%!important;
	}
	.hk_content table td p span{
		font-size:14px!important;
	}
	.hk_content img{
		max-width:100%;
	}
	.hk_content p span{
		font-size:14pt!important;
		text-align:left!important;
	}
	.hk_content p img{
		text-indent:0px!important;
	}
	.hk_content p img{
		max-width:100%;
		margin-bottom:20px;
		margin: 0 auto!important;
	}
	
	.hk_content p video{
		margin-left:-40px;
	}
	.news_title h6{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		height:58px;
		-webkit-box-orient: vertical;
	}
	.news_content{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height:42px!important;
	}
}

.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	z-index: 3;
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: fixed;
	top: 65%;
	right: 10px;
	left:1%;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 9999;
	width:550px;
	padding:10px 2px;
}
.index_main .section1 .index_banner .item .inner .block_txt:hover{
	background: rgba(164, 13, 6, 0.6);
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 9999;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
	cursor: pointer;
}
.index_main .section1 .slick_txt{
	width:10%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
	z-index: 3;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 1;
	/* visibility: hidden; */
}
.index_main .section1 .slick_txt .prev{
	background-image:url(/assets/images/ban_prev_hover.png);
	left:160px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(/assets/images/ban_next_hover.png);
	right:160px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(/assets/images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(/assets/images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: #f5f5f5;
	height:auto;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(/assets/image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}
@media only screen and (max-width: 2600px){
	.roll_row .roll__list li{
		width:553px;
		background-size:auto 100%;
	}
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.roll_row .roll__list li{
		width:553px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
	.roll_row .roll__list li{
		width:553px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.roll_row .roll__list li{
		width:543px;
	}
}
@media only screen and (max-width: 1300px){
	.roll_row .roll__list li{
		width:523px;
	}
}
@media only screen and (max-width: 1250px){
	.roll_row .roll__list li{
		width:513px;
	}
}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
	.roll_row .roll__list li{
		width:370px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	
}
@media only screen and (max-width: 767px){
	.roll-wrap{
		height:200px;
		margin-bottom:200px;
	}
	.roll__list li img{
		height:auto;
		width:100%!important;
		background-size: 100% 100%;
	}
	.ztlj_img{
		width:100%;
		max-height:260px!important;
	}
	.new_item{
		width:100%;
	}
	.new_item a span:first-child{
		width:45%;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;
	}
	.mobile_col{
	  width:50%!important;
	}
	.mobile_logo{
		opacity:0;
	}
}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}

.news_right_top{
	padding-bottom: 2.8%;border-bottom: 1px dashed #ddd;    margin-bottom: 1%;
}
.news_top{
	height:90px;width:12%;border:1px solid #dedede;
}
.news_month{
	width:100%;height:45px;line-height: 45px;background-color: #A40D06;font-size: 22px;text-align: center;color:#fff;font-weight: 500;
}
.news_day{
	width:100%;height:45px;line-height: 45px;font-size: 22px;text-align: center;color:#222;font-weight: 500;
}
.new_top_con{
	height:90px;width:86%;margin-left:1%;margin-top:-90px;margin-left:14%;
}
.new_title{
	font-size: 16px;color:#000;line-height: 45px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;
}
.new_content{
	-webkit-line-clamp: 2;display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color:#666;font-size:14px;
	line-height: 22px;
}
.zx_hover .post-title {
	width:100%;
	cursor: pointer;
}
.zx_hover .post-title p{
	height:30px;
}
.zx_hover .post-title p img{
	float:left;margin-top:7px;margin-right:15px;
}
.zx_hover .post-title p a{
	line-height: 30px;
}
.zx_hover .post-title p span:first-child{
	font-size: 16px;
	color:#222;
	font-weight: normal;
	float:left;
}
.zx_hover .post-title p span:last-child{
	font-size: 14px;
	color:#666;
	font-weight: normal;
	float:right;
}
.zx_hover:hover .post-title p a span{
	color:#A40D06;
	cursor: pointer;
}
.zx_hover:hover p a{
	color:#fff!important;
}
.link_div{
	margin-bottom: 23px!important;
}
.link_other{
	width: 100%;
	height: 88px;
}
.blog-img .link_name{
	width: 100%;
	text-align: center;
	margin-top: -60px;
}
.blog-img .link_name a{
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: normal;
}
.blog-img .link_name a:hover{
	color:#A40D06;
}
.col_margin_b video{
	height:180px;
	width:100%;
}
.col_margin_b .content-wrap{
	margin-top:-9px!important;
}
.hxsp_img img{
	height:220px;
	width:100%;
}
.video_content{
	padding:25px 30px 10px 30px!important;
}
.video_content div h6{
	height:40px;
}
.ggtz_p{
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;
}
.other_li ul li{
	margin-bottom: 0px;
	border-bottom:1px dashed #ddd;
}
.other_icon{
	font-size: 30px;color: #A40D06;float:left;margin-right:10px;
}