.sec1{
	height: 700px;
	line-height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/index_sec1_bg_web.jpg);
	text-align: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
	background-size: auto 50%;
}
.sec1.active{
	opacity: 1;
	background-size: auto 100%;
}
.sec1 .text{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.sec1 h5{
	font-size: 40px;
	color: #fff;
	font-family: 'syl';
	font-weight: lighter;
	margin-bottom: 32px;
}
.sec1 h5 b{
	font-family: 'syh';
	font-weight: normal;
}
.sec1 ul{
	font-size: 0;
}
.sec1 li{
	display: inline-block;
	vertical-align: top;
	padding: 0 18px;
	height: 36px;
	line-height: 34px;
	border-radius: 18px;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	font-family: "syl";
	border: 1px solid rgba(255,255,255,0.5);
	margin-right: 12px;
}
.sec1 li:last-child{
	margin-right: 0;
}
.sec2{
	padding: 100px 0 110px;
	text-align: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	opacity: 0;
}
.sec2.active{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
}
.sec2 .title{
	font-size: 32px;
	color: #1f294c;
	margin-bottom: 60px;
}
.sec2 .title .line{
	display: block;
	margin: 28px auto 0;
	width: 50px;
	height: 2px;
	background-color: #1f294c;
}
.sec2 ul{
	font-size: 0;
}
.sec2 li{
	display: inline-block;
	vertical-align: top;
	width: 22.6%;
	margin-right: 3.2%;
	border: 1px solid rgba(31,41,76,0.2);
	border-radius: 5px;
}
.sec2 li:hover{
	background-color: #1f294c;
	border-color: #1f294c;
}
.sec2 li:nth-child(4){
	margin-right: 0;
}
.sec2 li a{
	display: block;
	height: 218px;
	line-height: 218px;
}
.sec2 li a div{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.sec2 li img{
	margin-bottom: 26px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.sec2 li img.img1{
	background-image: url(../images/index_sec2_img1.png);
}
.sec2 li img.img2{
	background-image: url(../images/index_sec2_img2.png);
}
.sec2 li img.img3{
	background-image: url(../images/index_sec2_img3.png);
}
.sec2 li img.img4{
	background-image: url(../images/index_sec2_img4.png);
}
.sec2 li:hover img{
	background-position: center bottom;
}
.sec2 li p{
	font-size: 16px;
	color: #1f294c;
	font-family: "syn";
	line-height: 1.5;
}
.sec2 li p br{
	display: none;
}
.sec2 li:hover p{
	color: #fff;
}
.sec3{
	padding: 100px 0 114px;
	text-align: center;
	background-color: #f4f4f6;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	opacity: 0;
}
.sec3.active{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
}
.sec3 .title{
	font-size: 32px;
	color: #1f294c;
	margin-bottom: 60px;
}
.sec3 .title .line{
	display: block;
	margin: 28px auto 0;
	width: 50px;
	height: 2px;
	background-color: #1f294c;
}
.sec3 ul{
	font-size: 0;
	margin-bottom: 65px;
}
.sec3 ul li{
	width: 25%;
	margin-right: 4.2%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(4,0,0,0.07);
	height: 220px;
	line-height: 220px;
	display: inline-block;
	vertical-align: top;
 margin-bottom: 50px;
}
.sec3 ul li div{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.sec3 ul li h4{
	font-size: 32px;
	color: #1f294c;
	font-weight: normal;
	font-family: "itcbk";
	margin-bottom: 28px;
}
.sec3 ul li h5{
	font-size: 20px;
	color: #1f294c;
	font-weight: normal;
	font-family: "syn";
	margin-bottom: 20px;
}
.sec3 ul li p{
	font-size: 12px;
	color: rgba(31,41,76,0.5);
	font-family: "itcbk";
}
.sec3 ul li:nth-child(3){
}
.sec3 .text{
	font-size: 18px;
	color: #333;
	font-weight: lighter;
	font-family: "syl";
	line-height: 42px;
}
.sec3 .logo{
	margin: 0 auto;
	max-width: 100%;
}

.sec4{
	padding: 100px 0 0px;
	text-align: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	opacity: 0;
}
.sec4.active{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
}
.sec4 .title{
	font-size: 32px;
	color: #1f294c;
	margin-bottom: 70px;
}
.sec4 .title .line{
	display: block;
	margin: 28px auto 0;
	width: 50px;
	height: 2px;
	background-color: #1f294c;
}

.sec5{
	padding: 100px 0 80px;
	text-align: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	opacity: 0;
}
.sec5.active{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
}
.sec5 .title{
	font-size: 32px;
	color: #1f294c;
	margin-bottom: 70px;
}
.sec5 .title .line{
	display: block;
	margin: 28px auto 0;
	width: 50px;
	height: 2px;
	background-color: #1f294c;
}
.sec5 .top{
	font-size: 0;
	margin-bottom: 30px;
}
.sec5 .top img{
	width: 49%;
	vertical-align: middle;
	margin-right: 3.5%;
}
.sec5 .top .text-box{
	width: 47.5%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.sec5 .top .time{
	font-size: 14px;
	color: #999;
	margin-bottom: 9.65%;
}
.sec5 .top h5{
	font-size: 28px;
	color: #1f294c;
	font-weight: normal;
	margin-bottom: 3.5%;
	max-height: 1em;
}
.sec5 .top p{
	font-size: 14px;	
	color: #666;
	line-height: 30px;
	margin-bottom: 9.3%;
}
.sec5 .top a{
	font-size: 14px;
	color: #df3b3b;
}
.sec5 .top a span{
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #df3b3b #df3b3b transparent transparent;
	display: inline-block;
	vertical-align: text-bottom;
	width: 8px;
	height: 8px;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.sec5 ul{
	font-size: 0;
	margin-bottom: 50px;
}
.sec5 li{
	display: inline-block;
	vertical-align: top;
	width: 31.66%;
	margin-right: 2.51%;
	background-color: #f4f4f6;
	border-radius: 5px;
	overflow: hidden;
	text-align: left;
}
.sec5 li:hover{
	background-color: #1f294c;
}
.sec5 li:nth-child(3){
	margin-right: 0;
}
.sec5 li a{
	display: block;
	padding: 9.21%;
}
.sec5 li .time{
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}
.sec5 li:hover .time{
	color: rgba(255,255,255,0.5);
}
.sec5 li h5{
	font-size: 18px;
	color: #1f294c;
	font-weight: normal;
	max-height: 1em;
	margin-bottom: 12px;
}
.sec5 li:hover h5{
	font-family: "syn";
	color: #fff;
}
.sec5 li p{
	font-size: 14px;
	color: #666;
	line-height: 2em;
	max-height: 4em;
}
.sec5 li:hover p{
	color: rgba(255,255,255,0.7);
	font-family: "syn";
}
.sec5 .btn-more{
	font-size: 16px;
	color: #1f294c;
	width: 200px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #1f294c;
	display: block;
	border-radius: 25px;
	margin: 0 auto;
}
.sec5 .btn-more:hover{
	background-color: #1f294c;
	color: #fff;
}
.sec5 .btn-more span{
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #1f294c #1f294c transparent transparent;
	display: inline-block;
	vertical-align: text-bottom;
	width: 10px;
	height: 10px;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.sec5 .btn-more:hover span{
	border-color: #fff #fff transparent transparent;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){

}
@media only screen and (max-width:900px){
	.sec1 h5{
		font-size: 36px;
	}
}
@media only screen and (max-width:768px){
	.sec1{
		height: 28.125rem;
		line-height: 28.125rem;
		background-image: url(../images/index_sec1_bg_mobile.jpg);
	}
	.sec1 h5{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.sec1 h5 b{
		margin-bottom: 1rem;
		display: block;
	}
	.sec1 h5 span{
		display: none;
	}
	.sec1 li{
		padding: 0 0.5rem;
		height: 1.125rem;
		line-height: 1.0625rem;
		border-radius: 0.5625rem;
		font-size: 0.5rem;
		border: 0.03125rem solid rgba(255,255,255,0.5);
		margin-right: 0.375rem;
	}
	.sec2{
		padding: 2.875rem 0 3.125rem;
	}
	.sec2 .title{
		font-size: 1.25rem;
		margin-bottom: 1.875rem;
	}
	.sec2 .title .line{
		margin: 0.875rem auto 0;
		width: 1.5625rem;
		height: 1px;
	}
	.sec2 li{
		width: 49.3%;
		margin-right: 1.4%;
		margin-bottom: 1.4%;
		border-radius: 0.15625rem;
	}
	.sec2 li:nth-child(2){
		margin-right: 0;
	}
	.sec2 li:nth-child(3),.sec2 li:nth-child(4){
		margin-bottom: 0;
	}
	.sec2 li a{
		height: 7.75rem;
		line-height: 7.75rem;
	}
	.sec2 li img{
		margin-bottom: 0.625rem;
		height: 2rem;
	}
	.sec2 li p{
		font-size: 0.75rem;
	}
	.sec2 li p br{
		display: inline;
	}
	.sec3{
		padding: 2.9375rem 0 4rem;
	}
	.sec3 .title{
		font-size: 1.25rem;
		margin-bottom: 1.875rem;
	}
	.sec3 .title .line{
		margin: 0.875rem auto 0;
		width: 1.5625rem;
		height: 1px;
	}
	.sec3 ul{
		margin-bottom: 2.4375rem;
	}
	.sec3 ul li{
		width: 49.3%;
		margin-right: 1.4%;
		margin-bottom: 1.4%;
		border-radius: 0.15625rem;
		height: 6.875rem;
		line-height: 6.875rem;
	}
	.sec3 ul li:nth-child(2){
		margin-right: 0;
	}
	.sec3 ul li:nth-child(4){
		margin-right: 0;
	}
	.sec3 ul li:nth-child(5){
		margin-bottom: 0;
		width: 100%;
	}
	.sec3 ul li h4{
		font-size: 1.25rem;
		margin-bottom: 0.75rem;
	}
	.sec3 ul li h5{
		font-size: 0.75rem;
		margin-bottom: 0.625rem;
	}
	.sec3 ul li p{
		font-size: 0.4375rem;
	}
	.sec3 .text{
		font-size: 0.75rem;
		line-height: 1.625rem;
		margin-bottom: 2.125rem;
	}
	.sec5{
		padding: 2.9375rem 0 3.125rem;
	}
	.sec5 .title{
		font-size: 1.25rem;
		margin-bottom: 1.875rem;
	}
	.sec5 .title .line{
		margin: 0.875rem auto 0;
		width: 1.5625rem;
		height: 1px;
	}
	.sec5 .top{
		margin-bottom: 0.5rem;
	}
	.sec5 .top img{
		width: 100%;
		vertical-align: top;
		margin-right: 0;
	}
	.sec5 .top .text-box{
		width: 100%;
		vertical-align: top;
		padding: 0.9375rem 0;
	}
	.sec5 .top .time{
		font-size: 0.5625rem;
		margin-bottom: 0.875rem;
	}
	.sec5 .top h5{
		font-size: 1rem;
		margin-bottom: 0.5625rem;
	}
	.sec5 .top p{
		font-size: 0.5625rem;
		line-height: 1.125rem;
		margin-bottom: 0.625rem;
	}
	.sec5 .top a{
		font-size: 0.5625rem;
	}
	.sec5 .top a span{
		vertical-align: text-bottom;
		width: 0.375rem;
		height: 0.375rem;
	}
	.sec5 ul{
		margin-bottom: 0.9375rem;
	}
	.sec5 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3125rem;
		border-radius: 0.15625rem;
	}
	.sec5 li:nth-child(5){
		margin-bottom: 0;
	}
	.sec5 li a{
		padding: 1.125rem;
	}
	.sec5 li .time{
		font-size: 0.5625rem;
		margin-bottom: 1rem;
	}
	.sec5 li h5{
		font-size: 0.875rem;
		margin-bottom: 0.5625rem;
	}
	.sec5 li p{
		font-size: 0.5625rem;
	}
	.sec5 .btn-more{
		font-size: 0.75rem;
		width: 9.375rem;
		height: 2.1875rem;
		line-height: 2.0625rem;
		border: 0.0625rem solid #1f294c;
		border-radius: 1.09375rem;
	}
	.sec5 .btn-more span{
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}