.blog-cover{
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 52;
	display: block;
	background-color: #f4f4f4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-cover.active{
	left: 0;
}
.blog-cover .scroll-box{
	height: 100%;
	overflow: auto;
	display: none;
}
.blog-cover .scroll-box.active{
	display: block;
}
.blog-cover .inner{
	width: 1200px;
	margin: 4.16% auto;
	position: relative;
	background-color: #fff;
	padding: 60px 50px;
}
.blog-cover .close-btn{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #333;
	position: absolute;
	top: 40px;
	right: -50px;
}
.blog-cover .close-btn img{
	vertical-align: middle;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.blog-cover .close-btn:hover img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.blog-cover .time{
	font-size: 18px;
	color: #999;
	font-family: "itc-bk";
	margin-bottom: 1.45%;
}
.blog-cover .title{
	font-size: 32px;
	color: #333;
	line-height: 2em;
	margin-bottom: 3.64%;	
}
.blog-cover .inner > img,.blog-cover .text-box img{
	width: 100%;
}
.blog-cover .text-box{
	border-bottom: 1px solid #eee;
	padding: 50px 0;
	margin-bottom: 54px;
}
.blog-cover .text-box p{
	font-size: 16px;
	color: #666;
	line-height: 2em;
	text-indent: 2em;
	margin-bottom: 1em;
}
.blog-cover .text-box p:last-child{
	margin-bottom: 0;
}
.blog-cover .link-box a{
	position: relative;
	margin-right: 30px;
}
.blog-cover .link-box a:last-child{
	margin-right: 0;
}
.blog-cover .link-box a .icon{
	vertical-align: middle;
	opacity: 0.5;
}
.blog-cover .link-box a .icon:hover{
	opacity: 1;
}
.blog-cover .link-box a .qr-box{
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: 0;
	margin-left: -48px;
	width: 96px;
	height: 107px;
	padding: 8px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/blogcover_link_qrbg.png);
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: -1;
}
.blog-cover .link-box a:hover .qr-box{
	margin-bottom: 12px;
	opacity: 1;
	z-index: 1;
}
.blog-cover .link-box a .qr-box img{
	width: 100%;
}


html,body{
	height: 100%;
}
#main{
	padding-top: 100px;
	height: 100%;
}
.sec5{
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/sec2_left_bg.jpg);
	background-position: left top;
	background-size: 50% 100%;
	padding: 0 4.16%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
}
.sec5 .title{
	position: absolute;
	left: 4.16%;
	top: 100px;
	text-align: center;
}
.sec5 .title .num{
	font-size: 40px;
	font-family: "itc-bold";
	font-weight: bold;
	color: rgba(2,2,2,0.2);
	margin-bottom: 25px;
}
.sec5 .title p{
	font-size: 38px;
	color: #333;
	font-family: "sy-h";
	font-weight: bold;
}
.sec5 .title .line{
	width: 1px;
	height: 70px;
	background-color: #000;
	margin: 20px auto 15px;
}
.sec5 .title .en{
	transform-origin: 0.5em 0.5em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-size: 24px;
	color: #020202;
	font-family: "itc-xlt";
	font-weight: lighter;
	width: 1em;
	margin: 0 auto;
}
.sec5 .swiper-container{
	width: 91.5%;
	margin-left: 0;
	margin-right: 0;
}
.sec5 .btn-box{
	margin-bottom: 50px;
	font-size: 0;
	text-align: right;
}
.sec5 .btn-box .button-prev,.sec5 .btn-box .button-next{
	width: 50px;
	height: 50px;
	border: 1px solid #333;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	cursor: pointer;
}
.sec5 .btn-box .button-prev:hover,.sec5 .btn-box .button-next:hover{
	background-position: center bottom;
	background-color: #333;
}
.sec5 .btn-box .button-prev{
	background-image: url(../images/sec5_prev.png);
}
.sec5 .btn-box .button-next{
	background-image: url(../images/sec5_next.png);
}
.sec5 .swiper-slide img{
	width: 100%;
}
.sec5 .swiper-slide .text{
	border: 1px solid #eee;
	padding: 10.2% 7.14%;
	background-color: #fff;
}
.sec5 .swiper-slide:hover .text{
	background-color: #333;
	border-color: #333;
}
.sec5 .swiper-slide .text h5{
	font-size: 21px;
	color: #161616;
	font-weight: normal;
	margin-bottom: 36px;
	height: 1em;
}
.sec5 .swiper-slide:hover .text h5{
	color: #fff;
}
.sec5 .swiper-slide .text .line{
	width: 40px;
	height: 2px;
	background-color: #333;
	margin-bottom: 28px;
}
.sec5 .swiper-slide:hover .text .line{
	background-color: #fff;
}
.sec5 .swiper-slide .text p{
	font-size: 14px;
	color: #666;
	line-height: 2em;
	height: 4em;
	margin-bottom: 25px;
}
.sec5 .swiper-slide:hover .text p{
	color: #fff;
}
.sec5 .swiper-slide .text .time{
	font-size: 14px;
	color: #ccc;
	font-weight: lighter;
	font-family: "sy-l";
}
.sec5 .swiper-slide:hover .text .time{
	color: #fff;
}

@media only screen and (max-width:1320px){
	.blog-cover .inner{
		margin: 6.6%;
		width: 86.8%;
	}
}
@media only screen and (max-width:1270px){
	
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1025px){
	.blog-cover .inner{
		padding: 1.875rem 0.9375rem;
	}
	.blog-cover .close-btn{
		width: 1.5625rem;
		height: 1.5625rem;
		line-height: 1.5625rem;
		top: 0.625rem;
		right: 0.625rem;
	}
	.blog-cover .close-btn img{
		width: 0.625rem;
	}
	.blog-cover .time{
		font-size: 0.75rem;
		margin-bottom: 0.8125rem;
	}
	.blog-cover .title{
		font-size: 1rem;
		line-height: 1.625rem;
		margin-bottom: 1.25rem;	
	}
	.blog-cover .text-box{
		padding: 1.375rem 0;
		margin-bottom: 1.5rem;
	}
	.blog-cover .text-box p{
		font-size: 0.75rem;
	}
	.blog-cover .link-box{
		text-align: center;
	}
	.blog-cover .link-box a{
		margin-right: 1.6875rem;
	}
	.blog-cover .link-box a .icon{
		width: 1.3125rem;
	}
	.blog-cover .link-box a .qr-box{
		margin-bottom: 0.8125rem;
		margin-left: -3rem;
		width: 6rem;
		height: 6.6875rem;
		padding: 0.5rem;
	}
	
	#main{
		padding-top: 3.125rem;
	}

	.sec5{
		background-size: 100% 100%;
		padding: 0 6.66%;
	}
	.sec5 .title{
		left: 6.66%;
		top: 3.125rem;
	}
	.sec5 .title .num{
		font-size: 1.5625rem;
		margin-bottom: 0.75rem;
	}
	.sec5 .title p{
		font-size: 1.40625rem;
	}
	.sec5 .title .line{
		height: 2.1875rem;
		margin: 0.75rem auto;
	}
	.sec5 .title .en{
		font-size: 0.75rem;
	}
	.sec5 .swiper-container{
		width: 84.5%;
	}
	.sec5 .btn-box{
		margin-bottom: 1.5rem;
	}
	.sec5 .btn-box .button-prev,.sec5 .btn-box .button-next{
		width: 1.5625rem;
		height: 1.5625rem;
		margin-left: 0.625rem;
	}
	.sec5 .swiper-slide .text{
		padding: 0.9375rem 1rem 1.25rem;
	}
	.sec5 .swiper-slide:hover .text{
		background-color: #fff;
		border-color: #eee;
	}
	.sec5 .swiper-slide .text h5{
		font-size: 0.75rem;
		line-height: 1.3125rem;
		margin-bottom: 0.875rem;
		height: 2.625rem;
	}
	.sec5 .swiper-slide:hover .text h5{
		color: #161616;
	}
	.sec5 .swiper-slide .text .line{
		width: 1.25rem;
		margin-bottom: 0.6875rem;
	}
	.sec5 .swiper-slide:hover .text .line{
		background-color: #333;
	}
	.sec5 .swiper-slide .text p{
		font-size: 0.5625rem;
		line-height: 1.25rem;
		height: 6.25rem;
		margin-bottom: 0.6875rem;
	}
	.sec5 .swiper-slide:hover .text p{
		color: #666;
	}
	.sec5 .swiper-slide .text .time{
		font-size: 0.75rem;
	}
	.sec5 .swiper-slide:hover .text .time{
		color: #ccc;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}