.banner{
	position: relative;
}
.banner .inner.more{
	bottom: 7%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.banner .flex-box{
	width: 45%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-left: 55%;
}
.banner .swiper-pagination{
	position: static;
	text-align: right;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 12px;
	background-color: #fff;
	font-size: 0;
	color: #fff;
	font-weight: bold;
	font-family: "GOTHAMBOLD";
	vertical-align: middle;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	font-size: 18px;
	width: auto;
	height: auto;
	background-color: transparent;
}
.banner .more-box{
	width: 15.238%;
}
.banner .more-box .more{
	position: relative;
	font-size: 14px;
	color: #fff;
	width: 100%;
	display: none;
	text-align: right;
	overflow: hidden;
}
.banner .more-box .more.active{
	display: block;
}
.banner .more-box .more .tri{
	vertical-align: middle;
	margin-left: -5px;
}
.banner .more-box .more .line{
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.banner .more-box .more:hover .line{
	width: 25%;
}
.banner .more-box .more span{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: transform 0.5s , opacity 0.5s;
	-moz-transition: transform 0.5s , opacity 0.5s;
	-ms-transition: transform 0.5s , opacity 0.5s;
	-o-transition: transform 0.5s , opacity 0.5s;
	transition: transform 0.5s , opacity 0.5s;
}
.banner .more-box .more:hover span{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.sec1{
	position: relative;
}
.sec1 .arrow{
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-animation: arrow 1s infinite both;
	-moz-animation: arrow 1s infinite both;
	-ms-animation: arrow 1s infinite both;
	-o-animation: arrow 1s infinite both;
	animation: arrow 1s infinite both;
}
@-webkit-keyframes arrow{
	100%{
		-webkit-transform: translateY(100%);
	}
}
@-moz-keyframes arrow{
	100%{
		-moz-transform: translateY(100%);
	}
}
@-ms-keyframes arrow{
	100%{
		-ms-transform: translateY(100%);
	}
}
@-o-keyframes arrow{
	100%{
		-o-transform: translateY(100%);
	}
}
@keyframes arrow{
	100%{
		transform: translateY(100%);
	}
}
.xian01{width:12rem; height:0.4rem; background:#0468b0; margin-top:1.4rem;}
.xian02{width:12rem; height:0.4rem; background:#0468b0; margin:-0.6rem 0 0.8rem 0;}
.sec1 .inner{
	background-color: #fff;
	position: relative;
	padding-top: 1.25%;
}
.sec1 .coversquare{
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.sec1 .line-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec1 .line-box div{
	height: 100%;
	width: 25%;
	border-left: 1px solid rgba(160,160,160,0.2);
	display: inline-block;
	vertical-align: top;
}
.sec1 .line-box div:last-child{
	border-right: 1px solid rgba(160,160,160,0.2);
}
.sec1 ul{
	position: relative;
	z-index: 1;
	padding: 0 1px;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 li{
	width: 18%;
	padding: 5% 0 5.6%;
	text-align: center;
}
.sec1 li a{
	display: block;
}
.sec1 li:hover a{
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
.sec1 li img{
	width: 100%;
}
.sec1 li a:hover img{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.sec1 .text-box{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	padding: 5.86% 6% 0 0;
}
.sec1 .text-box .text{
	width: 100%;
}
.sec1 .text-box h1{
	font-size: 36px;
	color: #0267af;
}
.sec1 .text-box p{
	font-size: 20px;
	color: #0267af;
	opacity: 0.8;
	line-height: 1.64;
	margin-top: 0.68em;
}
.sec1 .text-box img{
	width: 8.357%;
}
.sec2{
	background-color: #f6f7f8;
}
.sec2 .inner{
	position: relative;
	padding: 4.27% 0 3.2%;
}
.sec2 .line-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.sec2 .line-box div{
	height: 100%;
	width: 25%;
	border-left: 1px solid rgba(160,160,160,0.2);
	display: inline-block;
	vertical-align: top;
}
.sec2 .line-box div:last-child{
	border-right: 1px solid rgba(160,160,160,0.2);
}
.sec2 .icon{
	position: absolute;
	right: 11.2857%;
	top: 5.5%;
	width: 7.0714%;
}
.sec2 .text-box{
	margin-bottom: 2.57%;
	padding-right:5%;
}
.sec2 .text-box h3{
	font-size: 36px;
	color: #0267af;
	font-weight: bold;
	margin-bottom: 0.72em;
}
.sec2 .text-box p{
	font-size: 20px;
	color: #0267af;
	opacity: 0.8;
	line-height: 1.64;
}
.sec2 ul{
	position: relative;
	margin-bottom:0;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 li{
	position: relative;
	width: 32.86%;
	margin-bottom: 1.5%;
	margin-right: 0.71%;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.sec2 li:nth-child(3n){
	margin-right: 0;
}
.sec2 li:hover{
	box-shadow: 0 0 57px rgba(0,0,0,0.4);
	z-index: 1;
}
.sec2 li.ta{
	-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;
}
.sec2 li.ta:hover{
	box-shadow: none;
}
.sec2 li .img-box{
	position: relative;
}
.sec2 li .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2,103,175,0.67);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec2 li:hover .cover{
	opacity: 1;
}
.sec2 li .text{
	background-color: #3384ca;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	position: relative;
}
.sec2 li:hover .text{
	background-color: #6da7d9;
}
.sec2 li .text h5{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 0.7em;
	height: 3.6em;
	line-height: 3.6em;
}
.sec2 li .text .tri{
	border-style: solid;
	border-color: transparent transparent #3385cc transparent;
	border-width: 0px 8px 8px 8px;
	position: absolute;
	left: 7.5%;
	bottom: 100%;
	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	-ms-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	transition: border-color 0.5s;
}
.sec2 li:hover .text .tri{
	border-color: transparent transparent #6da7d9 transparent;
}
.sec2 .ta .btn-more{
	text-align: left;
}
.sec3 .inner{
	padding: 5% 0 0%;
}
.sec3 .title{
	position: relative;
	margin-bottom: 4.57%;
}
.sec3 h3{
	font-size: 36px;
	color: #0267af;
	font-weight: bold;
}
.sec3 .tab-controls{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.sec3 .tab-controls a{
	font-size: 16px;
	color: #000;
	margin-right: 2.75em;
}
.sec3 .tab-controls a:last-child{
	margin-right: 0;
}
.sec3 .tab-controls a.active,.sec3 .tab-controls a:hover{
	color: #0267af;
}
.sec3 .content{
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
}
.sec3 .content.active{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec3 ul:first-child{
	width: 52.9286%;
}
.sec3 ul:last-child{
	width: 43.857%;
}
.sec3 li{
	margin-bottom: 9%;
}
.sec3 li:last-child{
	margin-bottom: 0;
}
.sec3 ul:first-child li{
	height: 100%;
}
.sec3 ul:first-child li a{
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: column;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: column;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.sec3 li .img{
	width: 100%;
	margin-bottom: 4.05%;
}
.sec3 li h5{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.6em;
	max-height: 1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sec3 li a:hover h5{
	color: #0267af;
}
.sec3 li .flex-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec3 li p{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	line-height: 1.5;
	max-height: 3em;
}
.sec3 li .time{
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
}
.sec3 li .year{
	font-size: 20px;
	color: #999;
	font-weight: bold;
	font-family: "GOTHAMBOLD";
	margin-bottom: 0.4em;
}
.sec3 li a:hover .year{
	color: #0267af;
}
.sec3 li .days{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	font-family: "GOTHAMBOLD";
	letter-spacing: 0.25em;
}
.sec3 li a:hover .days{
	color: #0267af;
}
.sec3 li .line{
	width: 1px;
	background-color: #626262;
	height: 32px;
	margin-left: 16px;
	margin-right: 18px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
}
.sec3 li a:hover .line{
	background-color: #0267af;
}
.sec4{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-image: url(../images/ibg01.jpg);
}
.sec4 .inner{
	padding: 9.583% 0 8.125%;
}
.sec4 .img{
	width: 54.9286%;
	vertical-align: middle;
	margin-right: -2.7426%;
}
.sec4 .text-box{
	width: 43.1%;	
	margin-right: 4.714%;
	display: inline-block;
	vertical-align: middle;
}
.sec4 .btn-more{
	font-size: 0.333em;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.1875em;
}
.sec4 h3{
	position: relative;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.25em;
}
.sec4 p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-bottom: 2em;
}
.sec4 p:last-child{
	margin-bottom: 0;
}
.sec4 p a{
	font-size: inherit;
	color: inherit;
}
.sec3 .tab_sp{ position: absolute; right:0;top:13px; }
.sec3 .tab-controls { right: 8rem;}
.sec3 .btn-more .plus .ver,.sec3 .btn-more .plus .hor{ background-color:#0267af;}
.sec3 a.btn-more{ color:#007bc1; font-size: 12px; text-align: center;border:0.125em solid #0267af; }
.sec3 .btn-more .plus{ margin-left:0;}
	.sec3 .tab-controls a{
		font-size: 16px;
		padding-bottom:0.6rem;
	}
	.sec3 .tab-controls a:hover{
		border-bottom:2px solid #0079c2;
	}
    .sec3 .tab_sp{
		top:3rem;
	}
/*.sec3 .btn-more .plus .ver,.sec3 .btn-more .plus .hor{ background-color:#0267af;}
.sec3 .btn-more{ border:0.125em solid #0267af; width: 28px; height:28px; border-radius: 50%;}
.sec3 .btn-more:hover{
	width:68px; border-radius: 14px;
}*/
@media only screen and (max-width:1440px){
	.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		font-size: 16px;
	}
	.sec1 .text-box h1{
		font-size: 26px;
	}
	.sec1 .text-box p{
		font-size: 18px;
	}
	.sec2 .text-box h3{
		font-size: 26px;
	}
	.sec2 .text-box p{
		font-size: 18px;
	}
	.sec2 li:hover{
		box-shadow: 0 0 42px rgba(0,0,0,0.4);
	}
	.sec2 li .text h5{
		font-size: 18px;
	}
	.sec2 li .text .tri{
		border-width: 0px 7px 7px 7px;
	}
	.sec2 li:nth-child(3n-1) .text .tri{
		border-width: 7px 7px 0px 7px;
	}
	.sec3 h3{
		font-size: 26px;
	}
	.sec3 .tab-controls a{
		font-size: 14px;
		padding-bottom:0.6rem;
	}
	.sec3 .tab-controls a:hover{
		border-bottom:2px solid #0079c2;
	}	
	.sec3 li h5{
		font-size: 18px;
	}
	.sec3 li p{
		font-size: 14px;
	}
	.sec3 li .year{
		font-size: 18px;
	}
	.sec3 li .days{
		font-size: 12px;
	}
	.sec3 li .line{
		height: 28px;
		margin-left: 14px;
		margin-right: 16px;
	}
	.sec3 .tab_sp{
		/*top: 4px;*/
	}
	.sec3 a.btn-more{ font-size: 8.658px;}

	.sec4 h3{
		font-size: 26px;
	}
	.sec4 p{
		font-size: 14px;
	}
.xian01 {
    width:6rem;
    height: 0.2rem;
    margin-top: 0.6rem;
}
.xian02 {
    width:6rem;
    height: 0.2rem;
    margin-top: 0.6rem;
}
}
@media only screen and (max-width:1024px){
	.banner .inner.more{
		bottom: 2rem;
	}
	.banner .flex-box{
		width: 23%;
		-webkit-align-items: flex-end;
		-webkit-justify-content: flex-end;
		-webkit-flex-direction: column;
		-moz-align-items: flex-end;
		-moz-justify-content: flex-end;
		-moz-flex-direction: column;
		-ms-align-items: flex-end;
		-ms-justify-content: flex-end;
		-ms-flex-direction: column;
		-o-align-items: flex-end;
		-o-justify-content: flex-end;
		-o-flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
		flex-direction: column;
		margin-left: 77%;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		width: 0.3125rem;
		height: 0.3125rem;
		margin: 0 0.3125rem;
	}
	.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		font-size: 0.625rem;
	}
	.banner .more-box{
		width: 64%;
	}
	.banner .more-box .more{
		margin-bottom: 1rem;
	}
	.banner .more-box .more .tri{
		margin-left: -5px;
	}
	.banner .more-box .more:hover .line{
		width: 100%;
	}
	.banner .more-box .more span{
		display: none;
	}
	.sec1 .arrow{
		width: 1.25rem;
	}
	.sec1 .inner{
		padding-top: 0.875rem;
	}

	.sec1 .line-box div{
		width: 50%;
	}
	.sec1 .line-box div:nth-child(odd){
		display: none;
	}
	.sec1 ul{
		padding: 0 0.75rem;
	}
	.sec1 li{
		width: 48%;
	}
	.sec1 li:hover a{
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	.sec1 li a:hover img{
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	.sec1 .text-box{
		padding: 2rem 0 1rem 0rem;
	}
	.sec1 .text-box .text{
		width: 100%;
	}
	.sec1 .text-box h1{
		font-size: 1.125rem;
	}
	.sec1 .text-box p{
		font-size: 0.8rem;
		margin-top: 0.875em;
	}
	.sec1 .text-box img{
		width: 15%;
	}
	.sec2 .inner{
		padding: 1.5rem 0 0;
	}
	.sec2 .line-box div{
		width: 50%;
	}
	.sec2 .line-box div:nth-child(odd){
		display: none;
	}
	.sec2 .icon{
		width: 1.5rem;
		top: 0.75rem;
	}
	.sec2 .text-box{
		padding-right: 0;
		margin-bottom: 1.125rem;
	}
	.sec2 .text-box h3{
		font-size: 1.125rem;
	}
	.sec2 .text-box p{
		font-size: 0.8rem;
	}
	.sec2 ul{
		margin-bottom: 1.125rem;
	}
	.sec2 li{
		width: 48%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
	.sec2 li:hover{
		box-shadow: none;
	}
	.sec2 li:nth-child(3n){
		margin-right: 4%;
	}
	.sec2 li:nth-child(even){
		margin-right: 0;
	}
	.sec2 li:hover .cover{
		opacity: 0;
	}
	.sec2 li:hover .text{
		background-color: #3384ca;
	}
	.sec2 li .text h5{
		font-size: 0.6875rem;
	}
	.sec2 li .text .tri{
		border-width: 0px 0.25rem 0.25rem 0.25rem;
	}
	.sec2 li:hover .text .tri{
		border-color: transparent transparent #3384ca transparent;
	}
	.sec3 h3{
		font-size: 1.125rem;
	}
	.sec3 .tab-controls a{
		font-size: 0.8rem;
	}
	.sec3 .content.active{
		-webkit-align-items: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-flex-direction: column;
		-moz-align-items: flex-start;
		-moz-justify-content: flex-start;
		-moz-flex-direction: column;
		-ms-align-items: flex-start;
		-ms-justify-content: flex-start;
		-ms-flex-direction: column;
		-o-align-items: flex-start;
		-o-justify-content: flex-start;
		-o-flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.sec3 ul:first-child{
		width: 100%;
		margin-bottom: 1rem;
	}
	.sec3 ul:last-child{
		width: 100%;
	}
	.sec3 li{
		margin-bottom: 1rem;
	}
	.sec3 ul:first-child li{
		height: auto;
	}
	.sec3 ul:first-child li a{
		height: auto;
		-webkit-display: inline;
		-moz-display: inline;
		-ms-display: inline;
		-o-display: inline;
		display: inline;
	}
	.sec3 li .img{
		width: 100%;
		margin-bottom: 1rem;
	}
	.sec3 li h5{
		font-size: 0.75rem;
	}
	.sec3 li a:hover h5{
		color: #333;
	}
	.sec3 li p{
		font-size: 0.625rem;
	}
	.sec3 li .year{
		font-size: 0.75rem;
	}
	.sec3 li a:hover .year{
		color: #999;
	}
	.sec3 li .days{
		font-size: 0.5625rem;
		letter-spacing: 0.2em;
	}
	.sec3 li a:hover .days{
		color: #999;
	}
	.sec3 li .line{
		height: 1.5rem;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.sec3 li a:hover .line{
		background-color: #626262;
	}
	.sec4{
		background-image: url(../images/index_sec4_bg_web.jpg);
	}
	.sec4 .inner{
		padding: 2.5rem 0;
	}
	.sec4 .img{
		width: 100%;
		vertical-align: top;
		margin-right: 0;
	}
	.sec4 .text-box{
		width: 100%;	
		margin-right: 0;
		margin-bottom: 2rem;
		vertical-align: top;
	}
	.sec4 .btn-more{
		font-size: 0.625rem;
	}
	.sec4 h3{
		font-size: 1.125rem;
	}
	.sec4 p{
		font-size: 0.8rem;
	}
	.sec3 .tab-controls {right:0;}
	.sec3 .tab_sp{
		display:none;
	}
	.sec3 a.btn-more{ 
		font-size: 0.625rem;
	}
	.sec3 .tab-controls a {
    margin-right:1.4em;
    }
	.inews li p {
    font-size:0.68rem;
}	
}