.section{
	position: relative;
}
.sec1{
	background-color: #f3f3f3;
	text-align: center;
	padding: 17.92% 0 20.83%;
}
.sec1 .drawing-animation{
	position: absolute;
	left: 0;
	top: 46%;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	z-index: 0;
}
.sec1 .drawing-animation path, .sec1 .drawing-animation circle, .sec1 .drawing-animation rect, .sec1 .drawing-animation polygon, .sec1 .drawing-animation ellipse {
	fill: none;
	stroke-width: 20px;
	stroke-dasharray: 20000;
	stroke-dashoffset: 20000;
}
.sec1.actived .drawing-animation path, .sec1.actived .drawing-animation circle, .sec1.actived .drawing-animation rect, .sec1.actived .drawing-animation polygon, .sec1.actived .drawing-animation ellipse{
	-webkit-animation: drawing-animation 6s linear forwards;
	animation: drawing-animation 6s linear forwards;
	-webkit-animation-delay: 1.;
	-moz-animation-delay: 1.;
	-o-animation-delay: 1.;
	animation-delay: 1s
}
@-webkit-keyframes drawing-animation {
	to {
		stroke-dashoffset: 0
	}
}
@keyframes drawing-animation {
	to {
		stroke-dashoffset: 0
	}
}

.sec1 .inner{
	position: relative;
	-webkit-transform: translateY(12.5vh);
	transform: translateY(12.5vh);
	opacity: 0;
}
.sec1.actived .inner{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec1 h1{
	font-size: 60px;
	color: #000;
	font-weight: bold;
	margin-bottom: 2.285%;
}
.sec1 h1 b{
	font-size: 1.67em;
}
.sec1 h3{
	font-size: 48px;
	color: #000;
	font-weight: normal;
}
.sec1 .line{
	width: 45px;
	height: 3px;
	margin: 2% auto 1.83%;
	background-color: #000;
}
.sec1 h5{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}



.sec2{
	padding: 7.6% 0;
}
.sec2 .inner{
	width: 1400px;
}
.sec2 .text-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 12.3%;
}
.sec2 .text-box h3{
    font-family: 'Century Gothic';
    font-size: 120px;
    color: #fd5554;
    font-weight: bold;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec2 .text-box h3.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 .text-box h5{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	text-align: right;
	line-height: 1.5;
	margin-bottom: -0.25em;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s 0.25s,opacity 1s 0.25s;
	transition: transform 1s 0.25s,opacity 1s 0.25s;
}
.sec2 .text-box h5.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 .text-box .detail{
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s 0.5s,opacity 1s 0.5s;
	transition: transform 1s 0.5s,opacity 1s 0.5s;
}
.sec2 .text-box .detail.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 .text-box p{
	font-size: 18px;
	color: #6c6e71;
	line-height: 2.278;
	max-width: 31em;
	margin-bottom: 1.2em;
}
.sec2 .text-box a{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec2 .text-box a:hover{
	color: #fd5554;
}
.sec2 .text-box a .line{
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 0.4em;
	background-color: #000;
}
.sec2 .text-box a .line::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: #fd5554;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.sec2 .text-box a:hover .line::before{
	width: 100%;
}
.sec2 li{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
}
.sec2 li h5{
	font-size: 60px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sec2 li p{
	font-size: 18px;
	color: #6c6e71;
}

.sec3{
	background-color: #f5f6f6;
	padding-top: 6.71875%;
}
.sec3 .inner{
	width: 1600px;
}
.sec3 .swiper-container{
	width: 100%;
}
.sec3 .swiper-slide{
	width: 31.8%;
	margin-right: 2.3%;
	background-color: #fff;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	opacity: 0;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-property: opacity,transform;
	transition-duration: 1s,1s;
	transition-property: opacity,transform;
}
.sec3 .swiper-slide:nth-child(2){
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.sec3 .swiper-slide:nth-child(3){
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec3 .swiper-slide.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 .swiper-slide::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to top right,#ff5751,#b53555);
	background: -moz-linear-gradient(to top right,#ff5751,#b53555);
	background: -o-linear-gradient(to top right,#ff5751,#b53555);
	background: linear-gradient(to top right,#ff5751,#b53555);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
.sec3 .swiper-slide:hover::before{
	opacity: 1;
}
.sec3 .swiper-slide a{
	display: block;
	padding: 19.883% 11.7% 16.374%;
	position: relative;
}
.sec3 .swiper-slide .icon{
	color: #1f242e;
	font-family: "fontello";
	font-size: 76px;
	margin-bottom: 12.723%;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec3 .swiper-slide .icon1::before{
	content: '\ea18';
}
.sec3 .swiper-slide .icon2::before{
	content: '\ea15';
}
.sec3 .swiper-slide .icon3::before{
	content: '\ea16';
}
.sec3 .swiper-slide:hover .icon{
	color: #fff;
}
.sec3 .swiper-slide h5{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6.36%;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec3 .swiper-slide:hover h5{
	color: #fff;
}
.sec3 .swiper-slide p{
	font-size: 16px;
	color: #6c6e71;
	line-height: 1.875;
	height: 3.75em;
	margin-bottom: 10.5%;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec3 .swiper-slide:hover p{
	color: #fff;
}
.sec3 .swiper-slide .arrow::before{
	font-family: "fontello";
	content: '\e9a4';
	color: #1f242e;
	font-size: 11px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec3 .swiper-slide:hover .arrow::before{
	color: #fff;
}



.sec4{
	background-color: #f5f6f6;
	padding: 9.375% 0 6.25%;
}
.sec4 .inner{
	width: 1640px;
	text-align: right;
	position: relative;
}
.sec4 .img-box{
	width: 53.72%;
	position: absolute;
	right: 54.817%;
	bottom: 0;
}
.sec4 .img-box .book{
	position: absolute;
	right: 4.3%;
	bottom: 1.0554%;
	width: 29.74%;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.35);
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.sec4 .img-box .book.actived{
	opacity: 1;
}
.sec4 .img-box .book .cover{
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec4 .img-box .book:hover .cover{
	opacity: 1;
}
.sec4 .text-box{
	text-align: justify;
	display: inline-block;
	vertical-align: top;
	width: 773px;
	max-width: 54.817%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.sec4 .text-box.actived{
	opacity: 1;
}
.sec4 .text-box h3{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	line-height: 1.476;
	margin-bottom: 5.433%;
}
.sec4 .text-box h4{
	font-size: 18px;
	color: #6c6e71;
	font-weight: normal;
	line-height: 2.22;
	padding-right: 1em;
	margin-bottom: 5.433%;
}
.sec4 .text-box .more{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #eb4e52;
	width: 8.9em;
	height: 3.3em;
	position: relative;
	overflow: hidden;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 9.314%;
}
.sec4 .text-box .more::before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
.sec4 .text-box .more:hover::before{
	left: 0;
}
.sec4 .text-box .more span{
	position: relative;
}
.sec4 .text-box .more .line{
	width: 4.75em;
	height: 2px;
	background-color: #fff;
	display: block;	
	margin-top: 0.56em;
	margin-bottom: -0.278em;
}
.sec4 .text-box ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec4 .text-box li{
	width: 43.84%;
	margin-right: 12.32%;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	transition-property: opacity;
	transition-duration: 1s;
}
.sec4 .text-box li:nth-child(1){
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.sec4 .text-box li:nth-child(2){
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}
.sec4 .text-box li:nth-child(3){
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.sec4 .text-box li:nth-child(4){
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}
.sec4 .text-box.actived li{
	opacity: 1;
}
.sec4 .text-box li:nth-child(1),.sec4 .text-box li:nth-child(2){
	margin-bottom: 10.9%;
}
.sec4 .text-box li:nth-child(even){
	margin-right: 0;
}
.sec4 .text-box li h5{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec4 .text-box li:hover h5{
	color: #fd5554;
}
.sec4 .text-box li .line{
	width: 100%;
	height: 1px;
	background-color: #dcdddd;
	position: relative;
	margin: 5.92% 0 2.96%;
}
.sec4 .text-box li .line::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fd5554;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.sec4 .text-box li:hover .line::after{
	width: 100%;
}
.sec4 .text-box li p{
	font-size: 16px;
	color: #6c6e71;
	line-height: 1.875;
	padding-right: 1em;
}


.sec5{
	padding: 7.7% 0 3.65%;
	text-align: center;
}
.sec5 .inner{
	width: 1600px;
}
.sec5 .text-box{
	text-align: left;
	margin-bottom: 6.25%;	
}
.sec5 h3{
	font-size: 120px;
	color: #fd5554;
	font-weight: bold;
    font-family: 'Century Gothic';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.5em;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec5 h3.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec5 h4{
	font-size: 42px;
	color: #000;
	font-weight: bold;
	line-height: 1.43;
    display: inline-block;
    vertical-align: baseline;
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
	opacity: 0;
	-webkit-transition: transform 1s 0.5s,opacity 1s 0.5s;
	transition: transform 1s 0.5s,opacity 1s 0.5s;
}
.sec5 h4.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec5 ul{
	text-align: left;
	margin-bottom: 3.875%;
}
.sec5 li{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-right: 4%;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
	position: relative;
	top: 50%;
	opacity: 0;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-property: opacity,top;
	transition-duration: 1s,1s;
	transition-property: opacity,top;
}
.sec5 li:nth-child(2){
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.sec5 li:nth-child(3){
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec5 li:nth-child(4){
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.sec5 li.actived{
	opacity: 1;
	top: 0;
}
.sec5 li:last-child{
	margin-right: 0;
}
.sec5 li:hover{
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}
.sec5 li a{
	display: block;
	border: 2px solid #f4f5f7;
}
.sec5 li .img-box{
	border-bottom: 2px solid #f4f5f7;
	overflow: hidden;
}
.sec5 li .img-box img{
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
.sec5 li:hover .img-box img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sec5 li .text{
	padding: 8.05% 7.47% 6.9%;
}
.sec5 h5{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 1.67;
	height: 3.34em;
	margin-bottom: 10.135%;
}
.sec5 p{
	font-size: 12px;
	color: #b2b2b5;
}
.sec5 .more{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec5 .more:hover{
	color: #fd5554;
}
.sec5 .more .line{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #000;
	margin-top: 0.4em;
}
.sec5 .more .line::before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: #fd5554;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.sec5 .more:hover .line::before{
	width: 100%;
}

.sec6{
	padding-bottom: 6.51%;
}
.sec6 .inner{
	width: 1600px;
}
.sec6 ul{
	border-top: 1px solid #e3e0dc;
	border-bottom: 1px solid #e3e0dc;
	padding: 4% 0 4.5%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}
.sec6 li{
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.sec6 li img{
	width: auto;
	height: 100%;
}


@media only screen and (max-width:1366px) {
	.sec1 h1{
		font-size: 48px;
	}
	.sec1 h3{
		font-size: 38px;
	}
	.sec1 .line{
		width: 36px;
		height: 2px;
	}
	.sec1 h5{
		font-size: 14px;
	}



	.sec2 .text-box h3{
	    font-size: 96px;
	}
	.sec2 .text-box h5{
		font-size: 34px;
	}
	.sec2 .text-box p{
		font-size: 14px;
		max-width: 31em;
	}
	.sec2 .text-box a{
		font-size: 14px;
	}
	.sec2 li h5{
		font-size: 48px;
	}
	.sec2 li p{
		font-size: 14px;
	}

	.sec3 .swiper-slide .icon{
		font-size: 60px;
	}
	.sec3 .swiper-slide h5{
		font-size: 24px;
	}
	.sec3 .swiper-slide p{
		font-size: 13px;
	}
	.sec3 .swiper-slide .arrow::before{
		font-size: 9px;
	}

	.sec4 .text-box h3{
		font-size: 34px;
	}
	.sec4 .text-box h4{
		font-size: 14px;
	}
	.sec4 .text-box .more{
		font-size: 14px;
	}
	.sec4 .text-box li{
		width: 43.84%;
		margin-right: 12.32%;
	}
	.sec4 .text-box li h5{
		font-size: 14px;
	}
	.sec4 .text-box li p{
		font-size: 13px;
	}

	.sec5 h3{
		font-size: 96px;
	}
	.sec5 h4{
		font-size: 34px;
	}
	.sec5 h5{
		font-size: 14px;
	}
	.sec5 p{
		font-size: 10px;
	}
	.sec5 .more{
		font-size: 14px;
	}
	.sec6 li{
		height: 48px;
	}
}

@media only screen and (max-width:1100px) {
	.sec2 .text-box h5{
		font-size: 27px;
	}
}




@media only screen and (max-width:1023px) {
	.sec1{
		padding: 6rem 0 4rem;
	}

	.sec1 h1{
		font-size: 1.75rem;
	}
	.sec1 h3{
		font-size: 1.6rem;
	}
	.sec1 .line{
		width: 1.5rem;
		height: 1px;
		margin: 0.75rem auto;
	}
	.sec1 h5{
		font-size: 0.625rem;
	}
	.sec1 .drawing-animation path, .sec1 .drawing-animation circle, .sec1 .drawing-animation rect, .sec1 .drawing-animation polygon, .sec1 .drawing-animation ellipse{
		stroke-width: 2rem;
	}



	.sec2{
		padding: 3rem 0;
	}
	.sec2 .text-box{
		-webkit-display: block;
		display: block;
		margin-bottom: 12.3%;
	}
	.sec2 .text-box h3{
	    font-size: 3.5rem;
	}
	.sec2 .text-box h5{
		font-size: 1rem;
		text-align: left;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	.sec2 .text-box p{
		font-size: 0.625rem;
		max-width: 100%;
	}
	.sec2 .text-box a{
		font-size: 0.625rem;
	}
	.sec2 .text-box a .line{
		height: 1px;
	}
	.sec2 li h5{
		font-size: 1.5rem;
	}
	.sec2 li p{
		font-size: 0.625rem;
	}

	.sec3{
		padding-top: 3rem;
	}
	.sec3 .swiper-slide{
		width: 32%;
		margin-right: 2%;
	}
	.sec3 .swiper-slide .icon{
		font-size: 2.375rem;
	}
	.sec3 .swiper-slide h5{
		font-size: 0.75rem;
	}
	.sec3 .swiper-slide p{
		font-size: 0.5625rem;
	}
	.sec3 .swiper-slide .arrow::before{
		font-size: 0.5rem;
	}



	.sec4{
		padding: 3rem 0;
	}
	.sec4 .img-box{
		width: 100%;
		position: relative;
		right: 0;
	}
	.sec4 .text-box{
		display: block;
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.sec4 .text-box h3{
		font-size: 1rem;
	}
	.sec4 .text-box h4{
		font-size: 0.625rem;
	}
	.sec4 .text-box .more{
		font-size: 0.625rem;
	}
	.sec4 .text-box .more .line{
		height: 1px;
	}
	.sec4 .text-box li{
		width: 46%;
		margin-right: 8%;
	}
	.sec4 .text-box li h5{
		font-size: 0.625rem;
	}
	.sec4 .text-box li p{
		font-size: 0.5625rem;
	}


	.sec5{
		padding: 3rem 0 1.5rem;
	}
	.sec5 .text-box{
		margin-bottom: 2rem;	
	}
	.sec5 h3{
		font-size: 2.5rem;
	}
	.sec5 h4{
		font-size: 0.875rem;
	}
	.sec5 ul{
		margin-bottom: 1rem;
	}
	.sec5 li{
		width: 48%;
		margin-bottom: 1rem;
	}
	.sec5 li:nth-child(even){
		margin-right: 0;
	}
	.sec5 li a{
		border: 1px solid #f4f5f7;
	}
	.sec5 li .img-box{
		border-bottom: 1px solid #f4f5f7;
	}
	.sec5 h5{
		font-size: 0.625rem;
	}
	.sec5 p{
		font-size: 0.5rem;
	}
	.sec5 .more{
		font-size: 0.625rem;
	}
	.sec5 .more .line{
		height: 1px;
	}

	.sec6{
		padding-bottom: 6.51%;
	}
	.sec6 ul{
		-webkit-display: block;
		display: block;
		overflow: auto;
		white-space: nowrap;
	}
	.sec6 li{
		height: 2rem;
		margin-right: 1rem;
	}
	.sec6 li:last-child{
		margin-right: 0;
	}
}