@charset "utf-8";
.mySwiper{ display:block;}
.mySwiper ul li{ display:block; position:relative;}
.mySwiper ul li{ height:90vh; overflow:hidden;}
.mySwiper ul li .bannerPic{ display: block; width: 100%; left: 0; top: 0; height:90vh; max-height: 1080px; object-fit: cover; }
.mySwiper ul li .bannerPic { transition: all 1s ease 2.5s; transform: perspective(1000px) translate3d(0, 0, 100px); }
.swiper-slide.active .bannerPic { transition: all 5s ease 0s; transform: perspective(1000px) translate3d(0, 0, 0px); }


.mySwiper ul li .text{ position:absolute; z-index:10; width:100%; height:100%;}
.mySwiper ul li .text.wz01 img{ position:absolute; right:10%; top:35%; width:auto; height:auto;}
.mySwiper ul li .text.wz02 img{ width:auto; height:auto; position:absolute; left:50%; bottom:0; transform: translateX(-50%);}
.mySwiper ul li .text.wz03 img{ width:auto; height:auto; position:absolute; left:50%; top:30%; transform: translateX(-50%);}

.sp{ position:relative;}
.sp ul li img{ display:block; width:100%;}

.bannerBox {
	position: relative;
}
.bannerBox .banner {
	position: relative;
}
.bannerBox .banner.active:before {
	top: 0;
	opacity: 1;
}
.bannerBox .pages {
	margin-left: -110px;
	width: 230px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
}
@font-face {
	font-family: Century;
	src: url(font/GOTHICB.eot);
	src: url(font/GOTHICB.eot?#iefix) format('embedded-opentype'),  url(font/GOTHICB.woff) format('woff'),  url(font/GOTHICB.TTF) format('truetype');
}
.bannerBox .pages p {
	margin-bottom: 2px;
	color: #ffe400;
	font-family: "Century";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.bannerBox .pages p span {
	font-size: 48px;
}
.bannerBox .pages .arrows {
	padding: 17px 0;
	position: relative;
}
.bannerBox .pages .arrows .prev {
	position: absolute;
	left: 0;
	top: -2px;
	cursor: pointer;
}
.bannerBox .pages .arrows .next {
	position: absolute;
	right: 0;
	top: -2px;
	cursor: pointer;
}
.bannerBox .pages .arrows .line {
	margin: 0 auto;
	width: 160px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}
.bannerBox .pages .arrows .line span {
	width: 0;
	display: block;
	height: 1px;
	background: #fff;
}
#main .section01 {
	padding: 105px 0;
	height: 350px;
	box-sizing: border-box;
	background: #008ee6;
}
#main .section01 ul {
	margin: 0 auto;
	max-width: 1920px;
}
#main .section01 li {
	padding-left: 8.8%;
	float: left;
	position: relative;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
}
#main .section01 li:nth-child(3) {
	font-size: 16px;
}
#main .section01 li:nth-child(1) {
	width: 36.7%;
}
#main .section01 li:nth-child(2) {
	width: 33%;
}
#main .section01 li>span {
	margin-bottom: -1px;
	display: block;
	font-family: "Century";
	font-size: 82px;
	font-weight: normal;
	line-height: 1.2;
}
#main .section01 li:nth-child(2)>span {
	margin-left: -10px;
}
#main .section01 li:nth-child(3)>span {
	margin: -8px 0 10px;
}
#main .section01 li img {
	margin-top: -14px;
	position: absolute;
	right: 43px;
	top: 50%;
	display: block;
}
#main .section01 li:nth-child(2) img {
	right: 26px;
}
#main .section02 {
	background: #F5F5F5; padding-top:3%;
}
#main .section02>p {
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}
#main .section02>.title {
	margin-bottom: 22px;
	width: 0;
	height: 76px;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 76px;
	text-align: center;
	background: #008ee6;
	box-sizing: border-box;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
#main .section02.active>.title {
	width: 100%;
}
#main .section02>.title p {
	padding: 0 30px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
}
#main .section02.active>p, #main .section02.active>.title p {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
#main .section02 .img {
	margin-right: 12px;
	text-align: center;
}
#main .section02>ul {
	margin: 0 auto;
	padding: 0 65px;
	position: relative;
	z-index: 1;
	max-width: 1600px;
}
#main .section02>ul>li {
	margin-bottom: 60px;
	padding: 40px;
	width: 50%;
	height: 420px;
	float: left;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #FFF;
	z-index: -10;
}
#main .section02>ul>li:before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #F46301;
	content: "";
	z-index: -2;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section02>ul>li:hover:before {
	background: #fff;
}
#main .section02>ul>li:after {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/index/img06.png) no-repeat left bottom;
	content: "";
	z-index: -1;
	transition: all 0.3s;
}
#main .section02>ul>li:hover:after {
	right: -10px;
	background-image: url(../images/index/img06_on.png);
}
#main .section02>ul>.li02:before {
	background: #FDB200;
}
#main .section02>ul>.li02:after {
	background: url(../images/index/img07.png) no-repeat left bottom;
}
#main .section02>ul>.li02:hover:after {
	right: -20px;
	background-image: url(../images/index/img07_on.png);
}
#main .section02>ul>.li03:before {
	background: #2344A7;
}
#main .section02>ul>.li03:after {
	background: url(../images/index/img08.png) no-repeat left bottom;
}
#main .section02>ul>.li03:hover:after {
	right: -20px;
	background-image: url(../images/index/img08_on.png);
}
#main .section02>ul>.li04:before {
	background: #2B52D3;
}
#main .section02>ul>.li04:after {
	background: url(../images/index/img09.png) no-repeat left bottom;
}
#main .section02>ul>.li04:hover:after {
	right: -20px;
	background-image: url(../images/index/img09_on.png);
}
#main .section02 li .title {
	color: #fff !important;
	font-size: 24px;
	line-height: 1.1;
}
#main .section02>ul>li:nth-child(1) * {
	color: #F46301;
}
#main .section02>ul>li:nth-child(2) * {
	color: #FDB200;
}
#main .section02>ul>li:nth-child(3) * {
	color: #2344A7;
}
#main .section02>ul>li:nth-child(4) * {
	color: #2B52D3;
}
#main .section02>ul>li a:hover {
	color: #fff;
}
#main .section02>ul>li .style01 a, #main .section02>ul>li .style02 a {
	color: #fff;
}
#main .section02>ul>li .style01 a:hover, #main .section02>ul>li .style02 a:hover {
	color: #F46301;
}
#main .section02>ul>li:nth-child(2) .style01 a:hover, #main .section02>ul>li:nth-child(2) .style02 a:hover {
	color: #FDB200;
}
#main .section02>ul>li:nth-child(3) .style01 a:hover, #main .section02>ul>li:nth-child(3) .style02 a:hover {
	color: #2344A7;
}
#main .section02>ul>li:nth-child(4) .style01 a:hover, #main .section02>ul>li:nth-child(4) .style02 a:hover {
	color: #2B52D3;
}
#main .section02 li .title>span {
	margin-top: 11px;
	display: block;
	font-size: 18px;
	color: #fff !important;
}
#main .section02 li .img {
	position: absolute;
	right: 55px;
	top: 42px;
}
#main .section02 li .arrow {
	position: absolute;
	right: 100px;
	bottom: 40px;
}
#main .section02 li ul {
	padding-top: 10px;
	position: absolute;
	left: 232px;
	top: 50%;
	display: none;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#main .section02 li:hover ul {
	display: block;
}
#main .section02 li:hover .title, #main .section02 li:hover .arrow {
	display: none;
}
#main .section02 li:hover .img {
	background: url(../images/index/img02_on.png) no-repeat;
}
#main .section02 .li02:hover .img {
	background: url(../images/index/img03_on.png) no-repeat;
}
#main .section02 .li03:hover .img {
	background: url(../images/index/img04_on.png) no-repeat;
}
#main .section02 .li04:hover .img {
	background: url(../images/index/img05_on.png) no-repeat;
}
#main .section02 li:hover .img img {
	visibility: hidden;
}
#main .section02 li li {
	margin: 0 8px 10px 0;
	padding: 0 10px;
	float: left;
	color: #f46301;
	font-size: 16px;
	line-height: 28px;
	border: 2px solid #F46301;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
}
#main .section02 li li.style01 {
	color: #fff;
	background-color: #F46301;
}
#main .section02 li li.style02 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	background-color: #F46301;
}
#main .section02 li li:hover {
	background-color: #F46301;
	color: #fff;
}
#main .section02 li li:hover a {
	color: #fff;
}
#main .section02 li li.style01:hover, #main .section02 li li.style02:hover {
	border: 2px solid #F46301;
	color: #f46301;
	background-color: #FFF;
}
#main .section02 li li.style01:hover a, #main .section02 li li.style02:hover a {
	color: #f46301;
}
#main .section02 .li02 li {
	color: #fdac00;
	border-color: #fdac00;
}
#main .section02 .li02 li.style01 {
	background-color: #fdac00;
}
#main .section02 .li02 li.style02 {
	background-color: #fdac00;
}
#main .section02 .li02 li:hover {
	background-color: #fdac00;
	color: #fff;
}
#main .section02 .li02 li:hover a {
	color: #fff;
}
#main .section02 .li02 li.style01:hover, #main .section02 .li02 li.style02:hover {
	border: 2px solid #fdac00;
	color: #fdac00;
	background-color: #FFF;
}
#main .section02 .li02 li.style01:hover a, #main .section02 .li02 li.style02:hover a {
	color: #fdac00;
}
#main .section02 .li03 li {
	color: #2241a7;
	border-color: #2241a7;
}
#main .section02 .li03 li.style01 {
	background-color: #2241a7;
}
#main .section02 .li03 li.style02 {
	background-color: #2241a7;
}
#main .section02 .li03 li:hover {
	background-color: #2241a7;
	color: #fff;
}
#main .section02 .li03 li.style01:hover, #main .section02 .li03 li.style02:hover {
	border: 2px solid #2241a7;
	color: #2241a7;
	background-color: #FFF;
}
#main .section02 .li03 li.style01:hover a, #main .section02 .li03 li.style02:hover a {
	color: #2241a7;
}
#main .section02 .li04 li {
	color: #2951d3;
	border-color: #2951d3;
}
#main .section02 .li04 li.style01 {
	background-color: #2951d3;
}
#main .section02 .li04 li.style02 {
	background-color: #2951d3;
}
#main .section02 .li04 li:hover {
	background-color: #2951d3;
	color: #fff;
}
#main .section02 .li04 li:hover a {
	color: #fff;
}
#main .section02 .li04 li.style01:hover, #main .section02 .li04 li.style02:hover {
	border: 2px solid #2951d3;
	color: #2951d3;
	background-color: #FFF;
}
#main .section02 .li04 li.style01:hover a, #main .section02 .li04 li.style02:hover a {
	color: #2951d3;
}
#main .section02 li .clear {
	clear: both;
}
#main .section03 {
	margin: 0 auto;
	padding:30px 65px 150px;
	max-width: 1600px;
}
#main .section03 .title {
	margin-bottom: 72px;
	padding: 0 0 60px 20px;
	position: relative;
	color: #000;
	font-size: 32px;
	line-height: 1.6;
	text-align: center;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}
#main .section03 .title:before {
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #000;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
}
#main .section03 .title.active:before {
	width: 100%;
}
#main .section03 .title img {
	margin: 0 auto 16px;
	padding-right: 28px;
	display: block;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section03 .title.active img {
	opacity: 1;
}
#main .section03 .title span {
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}
#main .section03 .title p{ font-size:16px; display:block; text-align:center; padding-top:25px;}
#main .section03 .title .txt02 {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}
#main .section03 .title.active span {
	opacity: 1;
}
#main .section03 .ttl {
	margin-bottom: 63px;
}
#main .section03 .ttl p {
	float: left;
	color: #000;
	font-size: 24px;
	font-weight:700;
}
#main .section03 .ttl .tabNavi {
	margin-top: 4px;
	float: right;
	position: relative;
}
#main .section03 .ttl .tabNavim {
	display: none;
}
#main .section03 .ttl .tabNavim2 {
	display: none;
}
#main .section03 .ttl .tabNavi li {
	margin-left: 27px;
	float: left;
}
#main .section03 .ttl .tabNavi li a {
	padding: 0 10px 39px;
	display: block;
	color: #000;
	font-size: 16px;
}
#main .section03 .ttl .tabNavi li.line {
	margin: 0;
	width: 0;
	height: 2px;
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section03 .tabPanel {
	overflow: hidden;
}
#main .section03 li .lbox_ff {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	background: #000;
	z-index: 6;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section03 li:nth-child(2) .lbox_ff {
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
}
#main .section03 li:nth-child(3) .lbox_ff {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
#main .section03 li:nth-child(4) .lbox_ff {
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}
#main .section03 li:nth-child(5) .lbox_ff {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
#main .section03 li:nth-child(6) .lbox_ff {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
#main .section03 li.act .lbox_ff {
	left: 0;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
#main .section03 .tabPanel li {
	padding: 0 0 40px;
	width: calc(33.3% - 30px);
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 45px;
}
#main .section03 .tabPanel li:nth-child(3n) {
	margin-right: 0;
}
#main .section03 .tabPanel li .lbox2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .section03 .tabPanel li .lbox2 .lblank {
	width: 100%;
	height: 100%;
	background: #000;
}
#main .section03 .tabPanel li .img, #main .section03 .tabPanel li .text {
}
#main .section03 .tabPanel li .img {
	overflow: hidden;
}
#main .section03 .tabPanel li .img .imgbox {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#main .section03 .tabPanel li .img .imgbox img{ height:320px;}
@media screen and (max-width:760px){
#main .section03 .tabPanel li .img .imgbox img{ height:auto;}
}
img {
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}
#main .section03 .tabPanel li .img img {
	display: block;
	transition: all 0.4s;
	width: 100%;
}
#main .section03 .tabPanel li .img .imgbox>img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
#main .section03 .tabPanel li:hover .img .imgbox>img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#main .section03 .tabPanel li .img .imgbox>span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 3;
	display: none;
}
#main .section03 .tabPanel li .img .imgbox>video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#main .section03 .tabPanel li .img .imgbox .videoImg {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	z-index: 5;
	transition: transform 0.3s ease 0s;
}
#main .section03 .tabPanel li:hover .img .imgbox .videoImg {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
#main .section03 .tabPanel li .img .imgbox .appImg {
	width: 125px;
	height: 125px;
	position: absolute;
	top: 50%;
	margin-top: -62px;
	left: 50%;
	margin-left: -62px;
	z-index: 5;
}
#main .section03 .tabPanel li:hover .img .imgbox>span {
	visibility: visible;
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
}
#main .section03 .tabPanel li .img .imgbox span p {
	font-size: 18px;
}
#main .section03 .tabPanel li .img .imgbox span span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0;
	line-height: 26px;
	padding: 3px 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#main .section03 .tabPanel li .img .imgbox span span:before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all 0.6s ease 0s;
	top: 0;
}
#main .section03 .tabPanel li .img .imgbox span span:after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all 0.6s ease 0s;
	bottom: 0;
}
#main .section03 .tabPanel li:hover .img .imgbox span span:before, #main .section03 .tabPanel li:hover .img .imgbox span span:after {
	/* width: 60%; */
	width: 6px;
	margin-left: -3px;
	opacity: 0.6;
}
#main .section03 .tabPanel li .text {
/* height: 80px; */
}
#main .section03 .tabPanel li .text {
	padding: 9px 15px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: url(../images/common/icon01.png) no-repeat right 15px top 60px;
}
#main .section03 .tabPanel li:hover .text {
	background: url(../images/common/icon01.png) no-repeat right 0px top 60px;
}
#main .section03 .tabPanel li .text span {
	display: block;
	color: #000;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main .section03 .tabPanel .more {
	margin: 0 auto;
	padding: 36px 52px 10px 0;
	width: 310px;
}
#main .section03 .tabPanel .more a {
	padding: 0 47px;
	color: #000;
	font-size: 16px;
	line-height: 46px;
	border-radius: 27px;
	border: 2px solid #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: inset 0 0 0 black;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#main .section03 .tabPanel .more a span {
	transition: all .5s;
	position: relative;
	z-index: 4;
}
#main .section03 .tabPanel .more a s {
	display: block;
	width: 105px;
	height: 8px;
	background: url(../images/common/icon02.png) no-repeat center;
	background-size: cover;
}
#main .section03 .tabPanel .more a:hover {
	border: 2px solid #000;
	box-shadow: inset 0 0 0 25px black;
}
#main .section03 .tabPanel .more a:hover span {
	color: #fff;
}
#main .section03 .tabPanel .more a:hover s {
	background: url(../images/common/icon02_over.png) no-repeat center;
	background-size: cover;
}
#main .section03 .tanbox {
	position: relative;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	overflow: hidden;
}
#main .section03 .tabPanel {
	position: relative;
	top: 0;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 1;
	overflow: hidden;
}
#main .section03 .tabPanel.show {
	opacity: 1;
	height: auto;
}
 @media all and (min-width: 1201px) and (max-width: 1600px) {
#main .section02 li ul {
	left: 152px;
}
#main .section03 .tabPanel {
}
#main .section03 .tabPanel li .img,  #main .section03 .tabPanel li .text {
}
#main .section03 .tabPanel li .text {
}
}
 @media(max-width: 1680px) {
#main .section03 .tabPanel li .text span {
	font-size: 16px;
}
}
 @media(max-width: 1600px) {
}
 @media(max-width: 1440px) {
#main .section01 li {
	padding-left: 6%;
}
#main .section02>ul {
	padding: 0 100px;
}
#main .section08>ul {
	padding: 0 100px;
}
#main .section03 {
	padding: 107px 100px 150px;
}
}
 @media all and (min-width: 768px) and (max-width: 1200px) {
#main .section02 {
	display: block;
}
#main .section03 .tabPanel li .img .imgbox>video {
	display: none;
}
.padShow {
	display: block;
}
.padNone {
	display: none;
}
#main .section01 li {
	padding-left: 4%;
	width: 28% !important;
	font-size: 15px !important;
	letter-spacing: -0.5px;
}
#main .section01 li:first-child {
	width: 36% !important;
}
#main .section01 li:last-child {
	width: 36% !important;
}
#main .section01 li>span {
	font-size: 70px;
}
#main .section01 li img {
	margin-top: -18px;
	left: 90%;
	right: auto !important;
}
#main .section02 .img {
	margin: 0 auto;
	max-width: 90%;
}
#main .section02 li .img {
	right: 15px;
}
#main .section02 li ul {
	left: 19%;
}
#main .section02>ul>li:hover:after {
	right: 0 !important;
}
#main .section03 .tabPanel li {
	width: calc(50% - 30px);
	margin: 0;
}
#main .section03 .tabPanel li:nth-child(2n) {
	float: right;
}
}
 @media all and (min-width: 0px) and (max-width: 767px) {
#main .section03 .tabPanel li .img .imgbox>video {
	display: none;
}
.bannerBox .banner {
	background: none !important;
}
.bannerBox .pages {
	margin-left: -30px;
	width: 60px;
	bottom: 24px;
}
.bannerBox .pages p {
	color: #fff;
	font-size: 14px;
}
.bannerBox .pages p span {
	font-size: 20px;
}
.bannerBox .pages .arrows {
	padding: 2px 0;
}
.bannerBox .pages .arrows .line {
	width: 60px;
}
#main .section01 {
	padding: 38px 0 33px;
	height: auto;
}
#main .section01 li {
	padding: 0 0 8px;
	width: auto !important;
	float: none;
	font-size: 13px;
	text-align: center;
}
#main .section01 li>span {
	margin-bottom: 1px;
	font-size: 44px;
}
#main .section01 li img {
	margin: 10px auto 0;
	width: 15px;
	position: static;
	display: block;
}
#main .section01 li:last-child {
	font-size: 13px;
}
#main .section01 li:last-child span {
	margin: 0;
}
#main .section02 {
	padding-bottom: 40px;
}
#main .section02>p {
	margin: 0 20px 38px;
	font-size: 13px;
	line-height: 1.6;
}
#main .section02>.title {
	margin: 0 0 26px;
	height: 86px;
	font-size: 17px;
	line-height: 1.5;
}
#main .section02>.title p {
	padding: 17px 15px 18px;
}
#main .section02 .img {
	margin: 0 auto;
	width: 270px;
}
#main .section02>ul {
	padding: 0;
}
#main .section02>ul>li {
	margin: 0;
	padding: 20px 15px;
	width: auto;
	height: 230px;
	float: none;
}
#main .section02 li .title {
	font-size: 21px;
}
#main .section02 li .title span {
	margin-top: 3px;
	font-size: 12px;
}
#main .section02 li .img {
	width: 63px;
	right: 7px;
	top: 18px;
}
#main .section02 li .arrow {
	width: 28px;
	right: 24px;
	bottom: 20px;
}
#main .section02 li.li01:after {
	background-size: 65px auto !important;
	background-position: -3px bottom !important;
}
#main .section02 li.li02:after {
	margin-bottom: 18px;
	background-size: 85px auto !important;
	background-position: -6px bottom !important;
}
#main .section02 li.li03:after {
	background-size: 75px auto !important;
}
#main .section02 li.li04:after {
	background-size: 78px auto !important;
	background-position: -6px bottom !important;
}
#main .section02>ul>li:hover:after,  #main .section02>ul>li.on:after {
	right: 0 !important;
}
#main .section02>ul>li.on:before {
	width: 0;
}
#main .section02 li.on ul {
	display: block;
}
#main .section02 li.on .title,  #main .section02 li.on .arrow {
	display: none;
}
#main .section02 li.on .img {
	background: url(../images/index/img02_on.png) no-repeat;
}
#main .section02 .li02.on .img {
	background: url(../images/index/img03_on.png) no-repeat;
}
#main .section02 .li03.on .img {
	background: url(../images/index/img04_on.png) no-repeat;
}
#main .section02 .li04.on .img {
	background: url(../images/index/img05_on.png) no-repeat;
}
#main .section02 li.on .img img {
	visibility: hidden;
}
#main .section02 li li.on {
	background-color: #F46301;
	color: #fff;
}
#main .section02 li li.style01.on,  #main .section02 li li.style02.on {
	border: 2px solid #F46301;
	color: #f46301;
	background-color: #FFF;
}
#main .section02 .li02 li.on {
	background-color: #fdac00;
	color: #fff;
}
#main .section02 .li02 li.style01.on,  #main .section02 .li02 li.style02.on {
	border: 2px solid #fdac00;
	color: #fdac00;
	background-color: #FFF;
}
#main .section02 .li03 li.on {
	background-color: #2241a7;
	color: #fff;
}
#main .section02 .li03 li.style01.on,  #main .section02 .li03 li.style02.on {
	border: 2px solid #2241a7;
	color: #2241a7;
	background-color: #FFF;
}
#main .section02 .li04 li.on {
	background-color: #2951d3;
	color: #fff;
}
#main .section02 .li04 li.style01.on,  #main .section02 .li04 li.style02.on {
	border: 2px solid #2951d3;
	color: #2951d3;
	background-color: #FFF;
}
#main .section02 li ul {
	left: 17%;
}
#main .section02 li li {
	margin: 0 5px 7px 0;
	padding: 0 5px;
	font-size: 13px;
	line-height: 19px;
}
#main .section02 li li.style02 {
	font-size: 15px;
	line-height: 26px;
}
#main .section02 li .img {
	background-size: 100% auto !important;
}
#main .section08 {
	padding-bottom: 40px;
}
#main .section03 {
	margin: 0 20px;
	padding:0px 0 54px;
	position: relative;
}
#main .section03 .title {
	margin-bottom: 16px;
	padding: 0 0 80px 18px;
	font-size: 25px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}
#main .section03 .title:before {
	height: 3px;
}
#main .section03 .title img {
	margin-bottom: 20px;
	width: 45px;
}
#main .section03 .ttl {
	margin-bottom: 2px;
}
#main .section03 .ttl p {
	float: none;
	font-size: 17px;
}
#main .section03 .ttl .tabNavi {
	margin: 25px 0px 20px 0;
	float: none;
	text-align: right;
}
#in_d1 {
	position: relative;
	top: -55px;
}
#main .section03 .ttl .tabNavi li {
	margin: 0 0 0 8px;
	float: none;
	display: inline-block;
}
#main .section03 .ttl .tabNavi li:nth-child(1) {

}
#main .section03 .ttl .tabNavi li a {
	padding: 0;
	font-size: 13px;
	border-bottom: 2px solid #fff;
}
#main .section03 .ttl .tabNavi li.on a {
	border-bottom: 2px solid #000;
}
#main .section03 .ttl .tabNavi li.line {
	display: none;
}
#main .section03 .tabPanel {
	margin: 0;
}
#main .section03 .tabPanel.show {
}
#main .section03 .tabPanel .item a {
	display: block;
	position: relative;
}
#main .section03 .tabPanel .item .img img {
	display: block;
}
#main .section03 .tabPanel .item .img a>span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(34, 65, 167, 0.95);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section03 .tabPanel .item .img a:hover>span {
	visibility: hidden;
	opacity: 0;
}
#main .section03 .tabPanel .item .img a span span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 65px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#main .section03 .tabPanel .item .img a span span:before {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}
#main .section03 .tabPanel .item .img a span span:after {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}
#main .section03 .tabPanel .item .img a:hover span span:before,  #main .section03 .tabPanel .item .img a:hover span span:after {
	width: 110px;
}
#main .section03 .tabPanel .item .text a {
	padding: 8px 0;
	color: #999;
	font-size: 12px;
	line-height: 1.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: url(../images/common/icon01.png) no-repeat right 7px top 42px;
	background-size: 40px auto !important;
}
#main .section03 .tabPanel .item .text a:hover {
	background: url(../images/common/icon01.png) no-repeat right 2px top 42px;
}
#main .section03 .tabPanel .item .text a span {
	display: block;
	color: #000;
	font-size: 17px;
}
#main .section03 .tabPanel .slick-dots {
	margin-top: 4px;
	text-align: center;
}
#main .section03 .tabPanel .slick-dots li {
	margin: 0 4px 0 3px;
	padding: 0;
	width: 5px;
	height: 5px;
	float: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #ccc;
}
#main .section03 .tabPanel .slick-dots li.slick-active {
	border-color: #000;
	background: #000;
}
#main .section03 .tabPanel .slick-dots li button {
	display: none;
}
#main .section03 .tabPanel .more {
	margin: 0 auto;
	padding: 29px 0 0 0;
	width: 216px;
}
#main .section03 .tabPanel .more a {
	padding: 0 22px;
	border-width: 2px;
	font-size: 13px;
	line-height: 34px;
	background-position: right 20px center;
	background-size: 70px auto !important;
}
#main .section03 .tabPanel .more a:hover {
	background-position: right 15px center;
}
#main .section03 .tabPanel li {
	padding-bottom: 20px;
	width: 100%;
	float: none;
}
#main .section03 .tabPanel li .img,  #main .section03 .tabPanel li .text {
	padding: 0;
	height: auto;
}
#main .section03 .tabPanel li .text {
	background: url(../images/common/icon01.png) no-repeat right 13px top 50px;
	padding: 8px 0;
	font-size: 12px;
	line-height: 25px;
}
#main .section03 .tabPanel li:hover .text {
	background: url(../images/common/icon01.png) no-repeat right 7px top 50px;
}
#main .section03 .tabPanel li .text a span {
	display: block;
	color: #000;
	font-size: 17px;
}
#main .section03 .tabPanel li .img a:hover>span {
	visibility: hidden;
	opacity: 0;
}
#main .section03 .tabPanel .more {
	margin: 0 auto;
	padding: 29px 0 0 0;
	width: 216px;
}
#main .section03 .tabPanel .more a {
	padding: 0 22px;
	border-width: 2px;
	font-size: 13px;
	line-height: 34px;
	background-position: right 20px center;
	background-size: 70px auto !important;
}
#main .section03 .tabPanel .more a:hover {
	background-position: right 15px center;
}
#main .section03 .ttl .tabNavi {
	display:block;
}
#main .section03 .ttl .tabNavim {
	display: block;
	position: relative;
	width: 100%;
}
#main .section03 .ttl .tabNavim2 {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: #fff;
	margin: 0;
	box-sizing: border-box;
	padding: 0 20px;
}
#main .section03 .ttl .tabNavim2 li a {
	padding: 0;
	line-height: 35px;
}
#main .section03 .ttl .tabNavim2 li {
	margin: 0 0 0 8px;
}
#main .section03 .ttl .tabNavim2.act {
	top: 52px;
	left: 0;
	z-index: 1001;
	opacity: 1;
}
#main .section03 .ttl .tabNavim2 li:nth-child(1) {
	margin-top: 0px;
}
}

/*indexTitle*/
.indexTitle .tit{font-size: 38px;line-height: 38px;color: #000000;}
.indexTitle .tit span{font-size: 18px;line-height: 18px;font-family: Avignon;color: #333333;text-transform: uppercase;margin-left: 10px;}
.indexTitle .tit p{font-size: 18px;line-height: 18px;font-family: Avignon;color: #333333;text-transform: uppercase;margin-top: 10px;}
.indexTitle .txt{font-size: 16px;line-height: 24px;color: #666666;margin-top: 12px;}
@media (max-width:960px) {
.indexTitle .tit{ font-size:24px;}
.indexTitle .tit span{ font-size:14px;}
}

/*indexProgramme*/
.indexProgramme{width:100%; padding:110px 0;background: url("../images/index/bg1.jpg") center center no-repeat fixed;background-size: cover;overflow: hidden;}
.indexProgramme .txt{font-size:36px;line-height: 72px;color: #ffffff;text-align: center;}
.indexProgramme p{ text-align:center; color:#fff; padding:50px 0 10px; line-height:31px;}
.indexProgramme .wrap{ max-width:1200px;}
@media (max-width:960px) {
.indexProgramme{ padding:50px 20px; box-sizing: border-box;}
.indexProgramme .txt{ font-size:24px; line-height:38px;}
}
.indexProgramme .box{width: 100%;display: table;font-size: 0;text-align: center;margin-top: 80px;}
.indexProgramme .box a{display: inline-block;width: 188px;height: 50px;border: solid 1px #ffffff;text-align: center;line-height: 50px;color: #FFFFFF;font-size: 16px;margin: 0 16px;transition: all 0.6s ease;}
.indexProgramme .box a:hover{background-color: #ff4229;border-color: #ff4229;}

/*indexNews*/
@media (min-width:1600px) {
#main .section04 { margin: 0 auto; padding: 107px 65px 90px; max-width: 1600px; }
}
@media (max-width:1600px) {
#main .section04 { margin: 0 auto; padding:20px; box-sizing: border-box;}
}
.indexNews{ background-color: #FFFFFF; padding: 100px 0;position: relative;z-index: 1;overflow: hidden;}
.indexNews .hd{width: 100%;margin-bottom: 70px;}
@media (min-width:960px) {
.indexNews .hd .indexTitle{float: left;}
.indexNews .hd ul{float:right;}
.indexNews .hd ul{text-align: right;}
.indexNews .hd ul li{margin-left: 60px;margin-top: 50px;}
}
@media (max-width:960px) {
.indexNews .hd ul li{margin-right:20px;margin-top:20px;}
}
.indexNews .hd ul{ display: table;font-size: 0;}
.indexNews .hd ul li{display: inline-block;vertical-align: top; cursor:pointer;font-size: 16px;line-height: 24px;color: #333333;}
.indexNews .hd ul li.on{color: #ff4229;}


@media (min-width:960px) {
.indexNews .bd ul{width:60%; font-size: 0; float:right;}
.indexNews .bd .bdhot{ float:left; width: calc(40% - 40px);}
.indexNews .bd .bdhot em{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 18px;line-height:55px;}
.indexNews .bd .bdhot p{ font-size:15px;line-height:28px;}
}
@media (max-width:960px) {
.indexNews .bd ul{ margin:0; padding:0;}
.indexNews .bd .bdhot{ margin-bottom:25px; padding:0 15px;}
.indexNews .bd .bdhot em{font-size: 16px; line-height:35px; padding:8px 0;}
.indexNews .bd .bdhot p{ font-size:13px;line-height:24px;}
}
.indexNews .bd .bdhot div{ max-height:360px; overflow:hidden; margin-bottom:15px;}
.indexNews .bd .bdhot img{ display:block; width:100%;}
.indexNews .bd .bdhot a{ display:block;}
.indexNews .bd .bdhot em{color: #333;margin-bottom:14px;transition: all 0.6s ease; font-style:normal;}
.indexNews .bd .bdhot p{color: #888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
@media (min-width:560px) {
.indexNews .bd ul li{ width:49%; margin-right:2%; float:left; display: inline-block;  vertical-align: top;}
}
@media (max-width:560px) {
.indexNews .bd ul li{ overflow:hidden;}
}
.indexNews .bd ul li{transition: all 0.6s ease;position: relative;z-index: 1;}
.indexNews .bd ul li a{padding: 30px 5% 30px 0;box-sizing: border-box; width: 100%; display: inline-block; transition: all 0.6s ease; position: relative;}
.indexNews .bd ul li:nth-child(2n){ margin-right: 0;}
.indexNews .bd ul li a::after{content: '';width: 100%;height: 0;background-color:#008ee6;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.6s ease;}
.indexNews .bd ul li .time{font-size: 28px;color: #333;font-family:BebasNeue-Regular;width: 110px;float: left;transition: all 0.6s ease;}
.indexNews .bd ul li .time p{font-size: 16px;color: #999999;}
@media (min-width:960px) {
.indexNews .bd ul li .cont{float: left;width: 70%;}
}
.indexNews .bd ul li .cont .tit{font-size: 18px;line-height: 32px;color: #333;margin-bottom:14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.indexNews .bd ul li .cont .txt{font-size: 14px;line-height: 24px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
.indexNews .bd ul li .iconfont{color: #666666;font-size: 30px;position: absolute;bottom: 30px;right: 5%;transition: all 0.6s ease;}
.indexNews .bd ul li:hover a::after{height: 100%;}
.indexNews .bd ul li:hover a{ padding: 30px 5%;}
.indexNews .bd ul li:hover .time,.indexNews .bd ul li:hover .time p,.indexNews .bd ul li:hover .cont .tit,.indexNews .bd ul li:hover .cont .txt,.indexNews .bd ul li:hover .iconfont{color: #FFFFFF;}
@media (max-width:560px) {
.indexNews .bd ul li .time{ display:none !important;}
}
/*indexOffer*/
#indexOffer{ background: url("../images/offer_bg.jpg") center center no-repeat fixed;background-size: cover; padding: 107px 65px 150px;}

.indexOffer{overflow: hidden; margin: 0 auto; max-width: 1600px;}
.indexOffer .title{font-size:32px;color: #ffffff;}
.indexOffer .title p{font-size:18px;margin-top: 10px;}
@media (max-width:960px) {
#indexOffer{ padding:20px;}
.indexOffer .title{ font-size:24px;}
.indexOffer .title p{ font-size:16px;}
}
.indexOffer .box{width: 100%;margin-top: 70px;}
.indexOffer .box .left{float: left;}
.indexOffer .box .left .tit{font-size: 16px;color: #e8e8e8;margin-bottom: 16px;}
.indexOffer .box .left .txt{font-size: 20px;color: #ffffff;float: left;width: 380px;line-height: 46px;margin-right: 50px;}
.indexOffer .box .left .txt span{font-size: 16px;}
.indexOffer .box .left .txt1{font-size: 16px;line-height: 48px;color: #e8e8e8;float: left;position: relative;padding-left: 46px;box-sizing: border-box;width: 110px;cursor:pointer;transition: all 0.6s ease;}
.indexOffer .box .left .txt1 .iconfont{width: 34px;height: 34px;border-radius: 50%;background-color: #FFFFFF;color: #333333;font-size: 20px;position: absolute;top: 7px;left: 0;transition: all 0.6s ease;}
.indexOffer .box .left .txt1:hover{color: #ff4229;}
.indexOffer .box .left .txt1:hover .iconfont{background-color: #ff4229;color: #FFFFFF;}
@media (min-width:960px) {
.indexOffer .box .right{float: right; width:35%; max-width: 520px;}
}
@media (max-width:960px) {
}

.indexOffer .box .right .tit{font-size: 16px;color: #ffffff;text-align: right;margin-bottom: 16px;}
.indexOffer .box .right p{display: block;position: relative;}
.indexOffer .box .right p span{font-size: 14px;line-height:48px;color: #999;position: absolute; top: 0;left: 0;display: block;}
.indexOffer .box .right .row{width: 360px;height:48px;padding:0 16px;box-sizing:border-box;float:left;background-color: rgba(240,240,240,0.9);}
.indexOffer .box .right .txt.w1{width: 100%;font-size: 14px;color: #333;line-height: 20px;padding:14px 0;background-color: rgba(0,0,0,0);border: none;}
.indexOffer .box .right .btn{width:160px;display:block;height: 48px;line-height:48px;cursor: pointer;float: left;background-color: #ff4229;border: none;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.indexOffer .box .right .btn:hover{background-color: #ff4229;}