.informationtop{
    width: 100%;
}
.swiper-container_information{
    width: 100%;
    height: 100%;
}
.swiper-container_information .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container_information .swiper-pagination-bullet {
	width: 36px;
	height: 2px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.swiper-container_information .swiper-pagination-bullet-active {
	opacity: 1;
	width: 66px;
	background: #d72423;
}

.swiper-container_information .swiper-pagination_information {
	bottom: 20px;
	left: auto;
	width: auto;
	right: 6.5%;
}

.swiper-container_information .swiper-slide>img {
	display: block;
	width: 100%;
}

.infortoptext {
	width: 87%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 6.5%;
}

.infortoptext label {
	display: block;
	max-width:600px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.infortoptext span {
	display: block;
	font-size: 34px;
	color: #fff;
	width: 294px;
	border-bottom: 1px solid #d8190c;
	padding: 40px 0 26px;
	text-align: left;
}

.infortoptext b {
	display: block;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	width: auto;
	padding: 44px 0 0;
	text-align: left;
}

.infortoptext b i {
	display: block;
	width: 294px;
	border-bottom: 1px solid #fff;
	padding-bottom: 26px;
}

.infortoptext p {
	width: auto;
	color: #fff;
	line-height: 28px;
	margin-top: 20px;
	text-align: justify;
	font-size: 16px;

}

.infortoptext .infora{
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: underline;
	margin-top: 20px;
}

.informationbt {
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	padding-top: 56px;
}

ul.informationbt li {
	float: left;

}

ul.informationbt li a {
	display: block;
	font-size: 20px;
	color: #000;
	float: left;
	padding: 0 10px 14px;
    
}

ul.informationbt a.active {
	border-bottom: 5px solid #d72423;
	color: #d72423;
}

ul.informationbt li i {
	width: 1px;
	height: 27px;
	display: block;
	background: #000;
	float: left;
	margin: 0 12px;
}

.informationlist{
    padding-top: 24px;
}

.informationlist .tab-pane {
	width: 100%;
}

.informationlist .ll-card {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: #5c5c5c 1px dashed;
}

.informationlist .ll-card a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 33px 0;
	position: relative;
	cursor: pointer;
}

/*ll-card-date li-card-right ll-card-main-title li-card-main-con*/

.informationlist .ll-card .ll-card-date {
	display: block;
	width: 192px;
	height: 100%;
	float: left;
	font-size: 22px;

}

.informationlist .ll-card .li-card-right {
	width: auto;
	cursor: pointer;
	display: table;

}

.informationlist .ll-card .ll-card-main-title {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.informationlist .ll-card .li-card-main-con {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
}

.inforhover {
	width: 12.3%;
	height: 100%;
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	background: #d72423 url(/static/images/information/aye.png) no-repeat center;
	background-size: 46px 22px;
	opacity: 0;
}

.informationlist .ll-card a:hover {
	background: #e6e6e6;
}

.informationlist .ll-card a:hover .inforhover {
	opacity: 1;
}

@media (max-width: 1600px) and (min-width: 1300px){
    .informationtop{
        height: 400px;
    }
    .swiper-container_information .swiper-slide>img {
        display: block;
        height: 100%;
    }
    .informationtop{
        height: 400px;
    }
    .infortoptext span {
        font-size: 32px;
        padding: 38px 0 24px;
    }
    .infortoptext b {
        font-size: 20px;
        line-height: 34px;
        padding: 42px 0 0;
    }
    .infortoptext p {
        line-height: 26px;
        margin-top: 18px;
    }
}

@media (max-width: 1299px){
    .informationtop{
        height: 400px;
    }
    .swiper-container_information .swiper-slide>img {
        display: block;
        height: 100%;
    }
    .infortoptext span {
        font-size: 32px;
        padding: 38px 0 24px;
    }
    .infortoptext b {
        font-size: 20px;
        line-height: 34px;
        padding: 42px 0 0;
    }
    .infortoptext p {
        line-height: 26px;
        margin-top: 18px;
    }
}