﻿@charset "utf-8";

#main .section01 {
	padding: 72px 65px 113px;
}

#main .section01sech {padding-bottom: 0;}
#main .section01 h2 {
	margin: 0 auto 69px;
	max-width: 1150px;
	padding: 0 40px;
	text-align: right;
	box-sizing: border-box;
}
#main .section01 > ul {
	margin: 0 auto;
	max-width: 1600px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	
	border-right: none;
	border-bottom: none;
}
#main .section01 > ul > li {
	padding: 53px 25px;
	width: 25%;
	height: 440px;
	
	float: left;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#main .section01 li .title {
	margin-bottom: 73px;
	color: #000;
	font-size: 24px;
	line-height: 1.1;
}
#main .section01 li .title span {
	margin-top: 16px;
	display: block;
	color: #999;
	font-size: 14px;
}
#main .section01 li .arrow {
	position: absolute;
	right: 40px;
	top: 54px;
}
#main .section01 li .img {
	position: absolute;
	right: 40px;
	top: 54px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section01 li .img img {
	width: 40px;
}
#main .section01 li .img02 {
	position: absolute;
	top: 200px;
	left: 80px;
	text-align: center;
}
#main .section01 li ul {
	margin: 100px 5px 0;
	padding-top: 28px;
	position: relative;
}
#main .section01 li ul:before {
	width: 100px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section01 li ul:after {
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section01 li:hover ul:before {
	opacity: 0;
	visibility: hidden;
}
#main .section01 li:hover ul:after {
	width: 100px;
	opacity: 1;
	visibility: visible;
}
#main .section01 li li {
	color: #000;
	font-size: 14px;
	line-height: 1.55;
}
#main .section01 li:hover li {
	color: #fff;
}
#main .section01 > ul > li:hover {
	background: #F56202;
}
#main .section01 li:hover .title,
#main .section01 li:hover .title span {
	color: #fff;
}
#main .section01 li:hover .img02,
#main .section01 li:hover .arrow {
	display: none;
}


#main .section01 li:hover .img {
	opacity: 1;
	visibility: visible;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
#main .section01 li:hover ul {
	display: block;
}

 #main .section02 {
	margin: 0 auto;
	padding: 0 65px 140px;
	max-width: 1600px;
}
#main .section02 .ttl {
	padding: 70px 0 85px;
 }

#main .section02sech  .ttl{padding: 50px 0;}


#main .section02 .search{
	width: 25%;
    border-radius: 20px;
    background: #FFE400;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    float: left;
    overflow: hidden;
    margin:0 0 0 100px;
    cursor: pointer;

}

#main .section02 .ttl p{display: block;float: left;}

#main .section02 .search #pageSearch{width: 40px;height: 40px;float: right;}

#main .section02 .search #pageSearch img{display: block;width: 100%;}

#main .section02 .search input{display: block;width: calc(100% - 40px);float: left;border: 0;height: 40px;outline: none;box-sizing: border-box;background-color: #FFE400;padding: 0 10px;}

/*
#main .section02 .ttl p {
	float: left;
	color: #000;
	font-size: 24px;
}
#main .section02 .ttl .tabNavi {
	margin-top: 6px;
	float: right;
	position: relative;
}
#main .section02 .ttl .tabNavi li {
	margin-left: 27px;
	float: left;
}
#main .section02 .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 .section02 .ttl .tabNavi li a {
	padding: 0 10px 39px;
	display: block;
	color: #000;
	font-size: 14px;
}
#main .section02 .tabPanel {
	margin: 0 -25px;
	overflow: hidden;
}
#main .section02 .tabPanel li {
	padding: 0 0 40px;
	width: 33.3%;
	float: left;
	position: relative;
	overflow: hidden;
}

#main .section02 .tabPanel li .lbox2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

#main .section02 .tabPanel li .lbox2 .lblank{width: 100%;height: 100%;background: #000;}


#main .section02 .tabPanel li .img,
#main .section02 .tabPanel li .text {
	padding: 0 25px;
}

#main .section02 .tabPanel li .img  {
	overflow: hidden;

}
#main .section02 .tabPanel li .img .imgbox{width: 100%;position: relative;overflow: hidden;}

#main .section02 .tabPanel li .img img {
	display: block;
	transition: transform 0.6s ease 0s;
}
#main .section02 .tabPanel li:hover .img  img {
	transform: scale(1.1);
}
#main .section02 .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;
}
#main .section02 .tabPanel li:hover .img .imgbox > span {
	visibility: visible;
	opacity: 1;
	background: rgba(0,0,0,0.6);
	
}
#main .section02 .tabPanel li .img  .imgbox span span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	line-height: 65px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0;
	line-height: 26px;
	padding: 3px 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#main .section02 .tabPanel li .img  .imgbox 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;

	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 .section02 .tabPanel li .img  .imgbox 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;
	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 .section02 .tabPanel li:hover .img .imgbox span span:before,
#main .section02 .tabPanel li:hover .img .imgbox span span:after {
	width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    
}
#main .section02 .tabPanel li .text {
	height: 80px;
}
#main .section02 .tabPanel li .text  {
	padding: 9px 25px;
	color: #999;
	font-size: 13px;
	line-height: 1.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: url(../img/common/icon01.png) no-repeat right 40px top 57px;
}
#main .section02 .tabPanel li .text:hover {
	background: url(../img/common/icon01.png) no-repeat right 35px top 57px;
}
#main .section02 .tabPanel li .text  span {
	display: block;
	color: #000;
	font-size: 18px;
}

#main .section02 .tabPanel .more {
	margin: 0 auto;
	padding: 36px 52px 0 0;
	width: 310px;
}
#main .section02 .tabPanel .more a {
	padding: 0 47px;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 48px;
	border-radius: 27px;
	border: 3px solid #000;
	background: url(../img/common/icon02.png) no-repeat right 44px center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#main .section02 .tabPanel .more a:hover {
	border: 3px solid #000;
	background: #000 url(../img/common/icon02_over.png) no-repeat right 38px center;
	color: #fff;
}




#main .section02 .tabPanel {
	display: none !important;
}
#main .section02 .tabPanel.show {
	display: block !important;
} */

/* #main .section02 {
	margin: 0 auto;
	padding: 107px 65px 150px;
	max-width: 1600px;
} */
#main .section02 .title {
	margin-bottom: 72px;
	padding: 0 0 113px 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 .section02 .title:before {
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #000;
	content: "";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
}
#main .section02 .title.active:before {
	width: 100%;
}
#main .section02 .title img {
	margin: 0 auto 16px;
	padding-right: 28px;
	display: block;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#main .section02 .title.active img {
	opacity: 1;
}
#main .section02 .title span {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}
#main .section02 .title .txt02 {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}
#main .section02 .title.active span {
	opacity: 1;
}

#main .section02 .ttl p {
	float: left;
	color: #000;
	font-size: 24px;
}

#main .section02 .ttl  .hui{display: inline-block;color: #666;float: left;line-height: 40px;font-size: 14px;padding-left: 20px;}
#main .section02 .ttl .tabNavi {
	margin-top: 4px;
	float: right;
	position: relative;
}
#main .section02 .ttl .tabNavi li {
	margin-left: 27px;
	float: left;
}
#main .section02 .ttl .tabNavi li a {
	padding: 0 10px 39px;
	display: block;
	color: #000;
	font-size: 14px;
}
#main .section02 .ttl .tabNavi li.line {
	margin: 0;
	width: 0;
	height: 2px;
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#main .section02 .tabPanel {
	overflow: hidden;
}

/* 首页曼妙动画模拟 */

#main .section02 li .sydh{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;}

#main .section02 li .sydh .syhs{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #000;}

#main .section02 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 .section02 li:nth-child(2) .lbox_ff{transition-delay: .1s;-webkit-transition-delay: .1s;}

#main .section02 li:nth-child(3) .lbox_ff{transition-delay: .2s;-webkit-transition-delay: .2s;}

#main .section02 li:nth-child(4) .lbox_ff{transition-delay: .3s;-webkit-transition-delay: .3s;}

#main .section02 li:nth-child(5) .lbox_ff{transition-delay: .4s;-webkit-transition-delay: .4s;}

#main .section02 li:nth-child(6) .lbox_ff{transition-delay: .5s;-webkit-transition-delay: .5s;}

#main .section02 li.act .lbox_ff{left: 0;transition-delay: 0s;-webkit-transition-delay: 0s;}


/* 
#main .section03 .tabPanel li {
	padding: 0 0 40px;
	width: 33.3%;
	float: left;
}
#main .section03 .tabPanel li .img,
#main .section03 .tabPanel li .text {
	padding: 0 25px;
}
#main .section03 .tabPanel li a {
	display: block;
	position: relative;
}
#main .section03 .tabPanel li .img a {
	overflow: hidden;
}
#main .section03 .tabPanel li .img img {
	display: block;
	transition: all 0.4s;
}
#main .section03 .tabPanel li a:hover img {
	transform: scale(1.1);
}

#main .section03 .tabPanel li .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.5s;
	-webkit-transition: all 0.5s;
}
#main .section03 .tabPanel li .img a:hover > span {
	visibility: visible;
	opacity: 1;
}
#main .section03 .tabPanel li .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 li .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 li .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 li .img a:hover span span:before,
#main .section03 .tabPanel li .img a:hover span span:after {
	width: 110px;
}
#main .section03 .tabPanel li .text {
	height: 80px;
}
#main .section03 .tabPanel li .text a {
	padding: 9px 7px;
	color: #999;
	font-size: 13px;
	line-height: 1.7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: url(../img/common/icon01.png) no-repeat right 15px top 57px;
}
#main .section03 .tabPanel li .text a:hover {
	background: url(../img/common/icon01.png) no-repeat right 10px top 57px;
}
#main .section03 .tabPanel li .text a span {
	display: block;
	color: #000;
	font-size: 18px;
}
#main .section03 .tabPanel .more {
	margin: 0 auto;
	padding: 36px 52px 0 0;
	width: 310px;
}
#main .section03 .tabPanel .more a {
	padding: 0 47px;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 48px;
	border-radius: 27px;
	border: 3px solid #000;
	background: url(../img/common/icon02.png) no-repeat right 44px center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#main .section03 .tabPanel .more a:hover {
	border: 3px solid #000;
	background: #000 url(../img/common/icon02_over.png) no-repeat right 38px center;
	color: #fff;
}
#main .section03 .tabPanel.show {
	display: block !important;
} */



#main .section02 .tabPanel li {
	padding: 0 0 40px;
	width: calc(33.3% - 30px);
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 45px;
	
}

#in_d1{position: relative;top: -55px;}

#main .section02 .tabPanel li:nth-child(3n){margin-right: 0;}

#main .section02 .tabPanel li .lbox2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

#main .section02 .tabPanel li .lbox2 .lblank{width: 100%;height: 100%;background: #000;}


#main .section02 .tabPanel li .img,
#main .section02 .tabPanel li .text {
}

#main .section02 .tabPanel li .img  {
	overflow: hidden;

}
#main .section02 .tabPanel li .img .imgbox{width: 100%;position: relative;overflow: hidden;}

img{transform: translateZ(0px);-webkit-transform: translateZ(0px);}

#main .section02 .tabPanel li .img img {
	
	display: block;
	transition: transform 0.6s ease 0s;
	width: 100%;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
}

#main .section02 .tabPanel li .img .imgbox,#main .section02 .tabPanel li .img .videoImg img{transition: transform 0.3s ease 0s;}

#main .section02 .tabPanel li:hover .img .imgbox >img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

#main .section02 .tabPanel li:hover  .videoImg{transform: scale(1.05);
	-webkit-transform: scale(1.05);}




#main .section02 .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;
}

#main .section02 .tabPanel li .img .imgbox  .videoImg{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;margin-top: -30px;
	left: 50%;margin-left: -30px;
	z-index: 5;
}

#main .section02 .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 .section02 .tabPanel li:hover .img .imgbox > span {
	visibility: visible;
	opacity: 1;
	background: rgba(0,0,0,0.6);
	
}

#main .section02 .tabPanel li .img  .imgbox span p{font-size: 18px;}
#main .section02 .tabPanel li .img  .imgbox span span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 0;
	line-height: 26px;
	padding: 3px 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#main .section02 .tabPanel li .img  .imgbox 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; */

	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 .section02 .tabPanel li .img  .imgbox 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;  */

	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 .section02 .tabPanel li:hover .img .imgbox span span:before,
#main .section02 .tabPanel li:hover .img .imgbox span span:after {
	/* width: 60%; */
	width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    
}
#main .section02 .tabPanel li .text {
	height: 80px;
}
#main .section02 .tabPanel li .text  {
	padding: 9px 15px;

	color: #999;
	font-size: 13px;
	line-height: 1.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: url(../images/icon01.png) no-repeat right 15px top 57px;

}
#main .section02 .tabPanel li:hover .text {
	background: url(../images/icon01.png) no-repeat right 10px top 57px;
}
#main .section02 .tabPanel li .text  span {
	display: block;
	color: #000;
	font-size: 18px;
}

#main .section02 .tabPanel .more {
	margin: 0 auto;
	padding: 36px 52px 0 0;
	width: 310px;
}
#main .section02 .tabPanel .more a {
	padding: 0 47px;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 48px;
	border-radius: 27px;
	border: 3px solid #000;
	background: url(../images/icon02.png) no-repeat right 44px center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#main .section02 .tabPanel .more a:hover {
	border: 3px solid #000;
	background: #000 url(../images/icon02_over.png) no-repeat right 38px center;
	color: #fff;
}




#main .section02 .tanbox{position: relative;transition: width 0.3s;-webkit-transition: width 0.3s;overflow: hidden;}

#main .section02 .tabPanel {
	position: absolute;top: 0;left: 0;top: 0;width: 100%;
	opacity: 0;
	overflow: hidden;
	height: 0;
}
#main .section02 .tabPanel.show {
	opacity: 1;
	height: auto;
}





#main .section02 .ttl .tabNavim{display: none;}

@media all and (min-width: 1201px) and (max-width: 1600px) {
	#main .section01 > ul > li {
		padding: 53px 20px;
	}
	#main .section01 li .arrow {
		right: 20px;
	}
	#main .section01 li .img {
		right: 20px;
	}
	#main .section02 .tabPanel {
	}
	#main .section02 .tabPanel li .img,
	#main .section02 .tabPanel li .text {
	}
	#main .section02 .tabPanel li .text{
		padding: 9px 15px;
	}
}


@media(max-width: 1440px){

	#main .section01{padding: 72px 100px 113px;}

	#main .section01 h2{padding: 0;max-width: 1210px;}

	#main .section02{padding: 0 100px 140px;}
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	#main .section01 > ul > li {
		width: 50%;
	}
	#main .section02 .ttl .tabNavi li a {
		padding: 0 3px 34px;
	}
	/* #main .section02 .tabPanel {
		margin: 0 -10px;
	}
	#main .section02 .tabPanel li .img,
	#main .section02 .tabPanel li .text {
		padding: 0 10px;
	}
	#main .section02 .ttl .tabNavi li {
		margin-left: 15px;
	}
	#main .section02 .tabPanel li .text a {
		background-size: 45px auto !important;
		background-position: right 10px top 58px;
	}
	#main .section02 .tabPanel li .text a:hover {
		background-position: right 5px top 58px;
	} */

	#main .section02 .tabPanel li{width: calc(50% - 30px);margin: 0 0 0 0;}

	#main .section02 .tabPanel li:nth-child(2n){float: right;}
}

@media all and (min-width: 0px) and (max-width: 767px) {
	#main .section01 {
		padding: 38px 0 35px;
	}
	#main .section01 h2 {
		margin: 0;
		padding: 0 38px;
	}
	#main .section01 h2 img {
		width: 167px;
	}
	#main .section01 ul {
		display: none;
	}
	#main .section02 {
		padding: 60px 20px ;
		position: relative;
		overflow: hidden;
	}
	#main .section02 .ttl {
		padding: 40px 0 2px;
		border-width: 0px;
		
	}
	#main .section02 .ttl p {
		float: none;
		font-size: 17px;
		display: none;
	}
	#main .section02 .ttl .tabNavi {
		margin: 30px -25px 0 0;
		float: none;
	}
	#main .section02 .ttl .tabNavi li {
		margin: 0 20px 19px 0;
	}
	#main .section02 .ttl .tabNavi li.line {
		display: none;
	}
	#main .section02 .ttl .tabNavi li a {
		padding: 0 2px 5px;
		font-size: 13px;
		border-bottom: 2px solid #fff;
	}
	#main .section02 .ttl .tabNavi li.on a {
		border-bottom: 2px solid #000;
	}


	#main .section02 .tabPanel {
		margin: 0;	
	}
	#main .section02 .tabPanel.show {

	}
	#main .section02 .tabPanel li {
		padding-bottom: 20px;
		width: 100%;
		float: none;
	}
	#main .section02 .tabPanel li .img,
	#main .section02 .tabPanel li .text {
		padding: 0;
		height: auto;
	}
	#main .section02 .tabPanel li .text{
		background: url(../img/common/icon01.png) no-repeat right 13px top 42px;
		padding: 8px 0;
		font-size: 12px;
	}

	#main .section02 .tabPanel li:hover .text{
		background: url(../img/common/icon01.png) no-repeat right 7px top 42px;
	}
	#main .section02 .tabPanel li .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(../img/common/icon01.png) no-repeat right 7px top 42px;
		background-size: 40px auto !important;
	}
	#main .section02 .tabPanel li .text a:hover {
		background: url(../img/common/icon01.png) no-repeat right 2px top 42px;
	}
	#main .section02 .tabPanel li .text a span {
		display: block;
		color: #000;
		font-size: 17px;
	}
	#main .section02 .tabPanel li .img a:hover > span {
		visibility: hidden;
		opacity: 0;		
	}
	#main .section02 .tabPanel .more {
		margin: 0 auto;
		padding: 29px 0 0 0;
		width: 216px;
	}
	#main .section02 .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 .section02 .tabPanel .more a:hover {
		background-position: right 15px center;
	}

	#main .section02 .ttl{overflow: hidden;padding: 0;}

	#main .section02 .ttl .tabNavi{display: none;}

	#main .section02 .ttl .tabNavim{width: 100%;box-sizing: border-box; display: block;margin: 0;text-align: right;}

	#main .section02 .ttl .tabNavi li{margin: 0;display: inline-block;float: none;margin-left: 8px;}

	#main .section02 .ttl .tabNavi li:nth-child(1){float: left;margin-left: 0;}

	#main .section02 .ttl .tabNavi li a{font-size: 14px;padding: 0;line-height: 33px;}

	#main .section02 .ttl .tabNavi li:nth-child(1) a{font-size: 12px;}

	#main .section02 .ttl .tabNavim{ position: fixed;width: 100%;left: 0;top: 52px;background: #333;padding: 0 20px;z-index: 2001;}

	#main .section02 .ttl .tabNavim li a{color: #fff;border:0;}

	#main .section01{display: none;}

	#main .section02 .ttl .tabNavim li.on a{color: #e22f51;}

	#main .section02 .ttl .tabNavim .dhc{position: absolute;width: 100%;height: 35px; left: 0;top: 0;padding: 0 20px;box-sizing: border-box;overflow: hidden;}

	#main .section02 .ttl .tabNavim.act2 .dhc{z-index: -1;}

	#main .section02 .ttl .tabNavim .dhc span{display: block;position: absolute;top: 0;left: 0; width: 100%;height: 100%;float: left;background: #fff;transform: translateX(-100%);-webkit-transform: translateX(-100%);transition: transform 1s ease;-webkit-transition: -webkit-transform 1s ease;}

	#main .section02 .ttl .tabNavim .dhc .sp1{background: #000;}

	#main .section02 .ttl .tabNavim .dhc .sp2{left: 100%;}

	#main .section02 .ttl .tabNavim.act .dhc span{transform: translateX(100%);-webkit-transform: translateX(100%);}

	#main .section01sech{display: block;}

	#main .section02sech  {padding: 0 20px 60px;}

	#main .section02sech .ttl p{display: block;float: left;line-height: 40px;}

	#main .section02sech .search{width: 100%;float: right;margin:   0 ;}

	#main .section02sech .ttl{margin-bottom: 30px;}



}

.hoverImg{
    overflow: hidden;
}
.hoverImg .hover-img {
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
    transform: unset !important;
}
.hoverImg:hover .hover-img {
    transform: scale(1.05) !important;
    -ms-transform: scale(1.08) !important;
    -webkit-transform: scale(1.08) !important;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
}

.divpos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.icse-ab{
    overflow: hidden;
}.icse-a{
     display: block;
     font-size: 16px;
     color: #595757;
     line-height: 35px;
     margin-bottom: 15px;
     margin-right: 30px;
     float: left;
 }.icse-b {
      float: right;
      margin-bottom: 15px;
  }.icse-b1 {
       display: inline-block;
       margin-left: 45px;
       padding: 0 5px;
   }.icse-b1.active span {
        color: #222;
        border-color: #222;
    }
.icse-b1 span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    border-bottom: 2px solid #fff;
}
.max95 {
    width: 85%;
    margin: 0 auto;
}
.case {
    padding: 150px 0;
}

.case-ul {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    zoom: 1;
}

.case-li {
    /*width: calc(33.3% - 30px);
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
    padding: 0 !important;
   
    margin-right: 45px;
    margin-bottom: 40px;*/ width: 33.333333%;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
    .case-li .hoverImg {
        margin: 0px auto;
    }
    .case-li:nth-child(3n) .hoverImg {
      
        margin: 0px auto;
    }
    .case-li:nth-child(3n) {
        margin-right: 0;
    }
    .case-li img {
        width: 100%;
        height: auto;
        display: block;
    }

.case-a {
    display: block;
    z-index: 2;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.case-li:hover .case-a {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.case-b {
    width: 100%;
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
}

.case-b1 {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case-b2 {
    width: 35px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.case-b3 {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
