.animated{
	opacity: 0;
}
/*banner*/
.banner {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.banner .inner {
	width: 1400px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner.fix .banner_border {
	border-width: 60px 60px 0px;
}
.banner .banner_text {
	position: relative;
	z-index: 3;
}
.banner .banner_text h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: bold;
}

/*main*/
.main{
	padding: 5.42% 0 12.92%;
}
.main .inner {
	width: 750px;
}
.main .sec1{
	/*background-color: #fafafa;*/
	width: 1700px;
	margin: 0 auto;
	max-width: 100%;
	/*padding: 3.5% 0;*/
}
.main .sec1 .title{
	margin-bottom: 3.7%;
}
.main .sec1 .title h3{
	font-size: 38px;
	color: #333333;
	font-weight: normal;
	line-height: 1.63;
	margin-bottom: 0.8em;
}
.main .sec1 .title .time{
	font-size: 18px;
	color: #666666;
}
.main .sec1 .title .time img,.main .sec1 .title .time span{
	vertical-align: middle;
}
.main .sec1 .title .time img{
	width: 1em;
	margin-right: 0.6em;
}
.main .sec1 .content{
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 18px;
	color: #333;
	line-height: 2.1;
	padding: 5% 0 12%;
}
.main .sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.main .sec1 .content img{
	max-width: 100% !important; height:auto !important;
}
.main .sec1 .downloadpdf{
	margin-bottom: 4.2%;
}
.main .sec1 .downloadpdf a{
	font-size: 18px;
	color: #b71b30;
	margin-bottom: 1em;
	line-height: 1.5;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}
.main .sec1 .downloadpdf a:last-child{
	margin-bottom: 0;
}
.main .sec1 .downloadpdf a img{
	width: auto !important;
	height: 1em !important;
	margin-right: 1em;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.main .sec1 .downloadpdf a span{
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .sec1 .downloadpdf a span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #b71b30;
	-webkit-transition: width 0.75s;
	transition: width 0.75s;
}
.main .sec1 .downloadpdf a:hover span::after{
	width: 100%;
}
.main .sec1 .btn-box{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 4.2%;
}
.main .sec1 .btn-box a{
	font-size: 18px;
	color: #333;
	display: block;
	max-width: 45%;
}
.main .sec1 .btn-box a:hover{
	color: #b71b30;
}
.main .sec1 .btn-box a.prev{
	float: left;
	padding-left: 1.95em;
}
.main .sec1 .btn-box a.next{
	float: right;
	padding-right: 1.95em;
}
.main .sec1 .btn-box a span{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .sec1 .btn-box a img{
	background-repeat: no-repeat;
	background-image: url(../images/news_detail_arrow_bg.png);
	background-size: 100% auto;
	background-position: center top;
	height: 1em;
	width: auto;
}
.main .sec1 .btn-box a:hover img{
	background-position: center bottom;
}
.main .sec1 .btn-box a img,.main .sec1 .btn-box a span{
	vertical-align: middle;
}
.main .sec1 .btn-box a.prev img{
	margin-right: 0.8em;
	margin-left: -1.95em;
}
.main .sec1 .btn-box a.next img{
	margin-left: 0.8em;
	margin-right: -1.95em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media only screen and (max-width:1600px) {/*X0.8*/
	/*banner*/
	.banner.fix .banner_border {
		border-width: 48px 20px 0;
	}

	.banner .banner_text h2 {
		font-size: 38px;
	}

	/*main*/
	.main{
		padding: 5.42% 0 12.92%;
	}
	.main .sec1{
		width: 1700px;
		padding: 3.5% 0;
	}
	.main .sec1 .title{
		margin-bottom: 3.7%;
	}
	.main .sec1 .title h3{
		font-size: 30px;
		line-height: 1.63;
		margin-bottom: 0.8em;
	}
	.main .sec1 .title .time{
		font-size: 16px;
	}
	.main .sec1 .title .time img{
		width: 1em;
		margin-right: 0.6em;
	}
	.main .sec1 .content{
		font-size: 16px;
	}
	.main .sec1 .content *{
		font-size: inherit;
		color: inherit;
		line-height: inherit;
	}
	.main .sec1 .content img{
		max-width: 100%;
	}
	.main .sec1 .downloadpdf a{
		font-size: 16px;
	}
	.main .sec1 .btn-box a{
		font-size: 16px;
		color: #333;
		display: block;
		max-width: 45%;
	}
	.main .sec1 .btn-box a:hover{
		color: #b71b30;
	}
	.main .sec1 .btn-box a.prev{
		padding-left: 1.95em;
	}
	.main .sec1 .btn-box a.next{
		padding-right: 1.95em;
	}
	.main .sec1 .btn-box a img{
		height: 1em;
		width: auto;
	}
	.main .sec1 .btn-box a:hover img{
		background-position: center bottom;
	}
	.main .sec1 .btn-box a.prev img{
		margin-right: 0.8em;
		margin-left: -1.95em;
	}
	.main .sec1 .btn-box a.next img{
		margin-left: 0.8em;
		margin-right: -1.95em;
	}
}

@media only screen and (max-width:1440px) {
	/*banner*/
	.banner {
		height: 410px;
	}

}
@media only screen and (max-width:1024px) {/*X0.5*/
	/*banner*/
	.banner {
		height: 280px;
	}
	.banner.fix .banner_border {
		border-width: 30px 20px 0px;
	}
	.banner .banner_text h2 {
		font-size: 2.8rem;
	}
	
	/*main*/
	.main {
    padding: 50px 0 100px;
}
	/*.main .sec1{ padding:30px 0;}*/
	.main .sec1 .title{
		margin-bottom:30px;
	}
	.main .sec1 .title h3{
		font-size:2.4rem;
		line-height: 1.63;
		margin-bottom: 12px;
	}
	.main .sec1 .title .time{
		font-size: 1.4rem;
	}
	.main .sec1 .title .time img{
		width: 1em;
		margin-right: 0.6em;
	}
	.main .sec1 .content{
		font-size: 1.3rem;
		line-height: 2;
		padding: 40px 0 12%;
	}
	.main .sec1 .content img{
		max-width: 100%;
	}
	.main .sec1 .downloadpdf a{
		font-size: 1.3rem;
	}
	.main .sec1 .btn-box a{
		font-size: 1.4rem;
		color: #333;
		display: block;
		max-width: 45%;
	}
	.main .sec1 .btn-box a:hover{
		color: #333;
	}
	.main .sec1 .btn-box a.prev{
		padding-left: 1.95em;
	}
	.main .sec1 .btn-box a.next{
		padding-right: 1.95em;
	}
	.main .sec1 .btn-box a img{
		height: 1em;
		width: auto;
	}
	.main .sec1 .btn-box a:hover img{
		background-position: center top;
	}
	.main .sec1 .btn-box a.prev img{
		margin-right: 0.8em;
		margin-left: -1.95em;
	}
	.main .sec1 .btn-box a.next img{
		margin-left: 0.8em;
		margin-right: -1.95em;
	}
}

@media only screen and (max-width:414px) {
	.banner {
		height: 300px;
	}
}





