@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body {
	background: #000;
}

.mainVsiual {
	height: 800px;
	position: relative;
	overflow: hidden;
}

@-webkit-keyframes roundRule{
	0%{
		transform: translateX(-1%); 
	}
	
	50%{
		transform: translateX(-6%); 
	}
	
	100%{
		transform: translateX(-12%);  
	}
}

@-webkit-keyframes roundRule2{
	0%{
		transform: scale(1); 
	}
	
	50%{
		transform: scale(1.1); 
	}
	
	100%{
		transform: scale(1.2);  
	}
}

@-webkit-keyframes roundRule3{
	0%{
		transform: scale(1); 
	}
	
	50%{
		transform: scale(1.2); 
	}
	
	100%{
		transform: scale(1);  
	}
}

.mainVsiual .scroll01 {
	width: 100%;
	height: 800px;
	float: left;
}

.mainVsiual .back01 {
	width: 120%;
	height: 100%;
	position: absolute;
	left: -10%;
	top: 0;
	z-index: 3;
	background: url(../images/mainimg01.jpg) no-repeat center 40%;
	background-size: cover;
	-webkit-animation: roundRule 12s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 12s;*/
}

.mainVsiual .back02 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/mainimg02.jpg) no-repeat center 40%;
	background-size: cover;
	-webkit-animation: roundRule2 12s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 12s;*/
}

.mainVsiual .back03 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/mainimg03.jpg) no-repeat center 40%;
	background-size: cover;
	-webkit-animation: roundRule3 12s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 12s;*/
}

@-webkit-keyframes textRule{
	0%{
		transform: translateY(0); 
	}
	
	50%{
		transform: translateY(3%); 
	}
	
	100%{
		transform: translateY(0);  
	}
}


.mainVsiual .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	-webkit-animation: textRule 3s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 3s;
}

.mainVsiual .textBox .sub {
	margin: 0 auto;
	padding-top: 250px;
	width: 1200px;
}

.mainVsiual .textBox .title {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 2px;
}

.mainVsiual .textBox .en {
	margin: 20px 0;
	color: #fff;
	font-size: 17px;
}

.mainVsiual .textBox .btn {
	margin-top: 20px;
}

.mainVsiual .textBox .btn a {
	padding: 5px 0;
	width: 180px;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.mainVsiual .textBox .btn a:hover {
	transform: scale(1.1); 
}

.slick-dots {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 5px 10px;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #CBA66D;
}

@media all and (max-width: 1080px) {
	.mainVsiual {
		height: 350px;
		position: relative;
		overflow: hidden;
	}
	
	.mainVsiual .scroll01 {
		height: 350px;
	}
	
	.mainVsiual .back03 {
		background: url(../images/sp_mainimg03.jpg) no-repeat center 40%;
		background-size: cover;
	}
	
	.mainVsiual .textBox {
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.mainVsiual .textBox .sub {
		margin: 0 auto;
		padding-top: 115px;
		width: auto;
	}
	
	.mainVsiual .textBox .title {
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 0;
	}
	
	.mainVsiual .textBox .en {
		margin: 5px 0;
		color: #fff;
		font-size: 14px;
	}
	
	.mainVsiual .textBox .btn {
		margin-top: 20px;
	}
	
	.mainVsiual .textBox .btn a {
		width: 120px;
		font-size: 13px;
	}

	.mainVsiual .textBox .textImg img {
		width: 260px;
	}
	
	.slick-dots {
		width: 100%;
		position:absolute;
		left: 0;
		bottom: 10px;
		text-align: center;
	}
	
	.slick-dots li {
		margin: 0 5px;
		width: 8px;
		height: 8px;
		display: inline-block;
		float: none;
		background: #fff;
		border: 2px solid #fff;
		border-radius: 6px;
		opacity: 0.9;
		cursor: pointer;
	}
		
	.slick-dots li button {
		display: none;
	}
		
	.slick-dots .slick-active {
		background: #CBA66D;
	}
}

#main .product {
	padding: 80px 0 110px;
	background: url(../images/pro_bg.jpg) no-repeat left top;
	background-attachment: fixed;
	background-size: cover
}

#main .product h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .product .proList {
	margin: 0 auto 40px;
	width: 1300px;
}

#main .product .proList:last-child {
	margin-bottom: 0;
}

#main .product .proList .title {
	float: left;
	width: 150px;
	height: 460px;
	color: #fff;
	font-size: 20px;
	position: relative;
}

#main .product .proList .title span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,.7);
	box-sizing: border-box;
}

#main .product .proList .title em {
	color: #fff;
	font-size: 15px;
	font-style: unset;
	position: absolute;
	right: 15px;
	bottom: 20px;
	line-height: 1.2;
}

#main .product .proList .title01 {
	background: url(../images/pro01.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title01 span {
	padding-top: 150px;
}

#main .product .proList .title02 {
	background: url(../images/pro03.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title02 span {
	padding-top: 150px;
}

#main .product .proList .title03 {
	background: url(../images/pro02.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title03 span {
	padding-top: 150px;
}

#main .product .proList .title04 {
	background: url(../images/pro04.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title04 span {
	padding-top: 150px;
}

#main .product .proList .title05 {
	background: url(../images/pro05.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title05 span {
	padding-top: 150px;
}

#main .product .proList .title06 {
	background: url(../images/pro06.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title06 span {
	padding-top: 150px;
}

#main .product .proList .title07 {
	background: url(../images/pro07.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title07 span {
	padding-top: 150px;
}

#main .product .proList .title08 {
	background: url(../images/pro08.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title08 span {
	padding-top: 150px;
}

#main .product .proList .title09 {
	background: url(../images/pro09.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .product .proList .title09 span {
	padding-top: 180px;
}

#main .product .proList ul {
	width: 1130px;
	float: right;
}

#main .product .proList li {
	margin: 0 0.5%;
	width: 19%;
	height: 460px;
	float: left;
	background: #000;
}

#main .product .proList li a {
	padding: 15px 0;
	height: 460px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}

#main .product .proList li a:hover {
	opacity: 0.7;
}

#main .product .proList li a .lead {
	margin-bottom: 10px;
	color: #C99242;
	font-size: 16px;
	text-align: center;
}

#main .product .proList li a .text {
	margin: 10px 0;
	color: #C99242;
	font-size: 15px;
	text-align: center;
}

#main .product .proList li a .link {
	margin: 0 auto;
	padding: 5px 0;
	width: 70%;
	color: #000;
	font-size: 15px;
	text-align: center;
	background: #C99242;
}

#main .product .proList li a img {
	width: 100%;
}

@media all and (max-width: 1080px) {
	#main .product {
		padding: 30px 20px;
	}
	
	#main .product h2 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	#main .product .proList {
		margin: 0 auto 40px;
		width: auto;
	}
	
	#main .product .proList .title {
		margin-bottom: 20px;
		float: inherit;
		width: auto;
		height: auto;
		font-size: 20px;
	}
	
	#main .product .proList .title span {
		display: block;
		height: auto;
		color: #fff;
		position: relative;
		left: inherit;
		top: inherit;
		font-weight: bold;
		text-align: center;
		background: rgba(0,0,0,.5);
		box-sizing: border-box;
	}

	#main .product .proList .title em {
		display: none;
		margin-top: 10px;
		color: #fff;
		font-size: 14px;
		font-style: unset;
		position: relative;
		right: inherit;
		bottom: inherit;
		line-height: 1.2;
	}

	#main .product .proList .title em br {
		display: none;
	}
	
	#main .product .proList .title span br {
		display: none;
	}
	
	#main .product .proList .title01 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title01 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title02 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title02 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title03 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title03 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title04 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title04 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title05 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title05 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title06 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title06 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title07 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title07 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title08 {
		background: url(../images/sp_pro.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title08 span {
		padding: 25px 0;
	}
	
	#main .product .proList .title09 {
		background: url(../images/pro09.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .product .proList .title09 span {
		padding: 25px 0;
	}
	
	#main .product .proList ul {
		width: auto;
		float: none;
	}
	
	#main .product .proList li {
		margin: 0 1% 20px;
		width: 48%;
		height: auto;
	}

	#main .product .proList li:last-child {
		display: none;
	}
	
	#main .product .proList li a {
		padding: 15px 0;
		height: auto;
		display: block;
		box-sizing: border-box;
	}
	
	#main .product .proList li a .lead {
		margin-bottom: 10px;
		color: #C99242;
		font-size: 16px;
		text-align: center;
	}
	
	#main .product .proList li a .text {
		margin: 10px 0;
		color: #C99242;
		font-size: 15px;
		text-align: center;
	}
	
	#main .product .proList li a .link {
		margin: 0 auto;
		padding: 5px 0;
		width: 70%;
		color: #000;
		font-size: 15px;
		text-align: center;
		background: #C99242;
	}
	
	#main .product .proList li a img {
		width: 100%;
	}

}

#main .about {
	background: url(../images/about_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .about .inner {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

#main .about .photo {
	width: 45%;
	height: 700px;
	float: right;
	background: url(../images/about.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .about .photo img {
	display: none;
}

#main .about .textBox {
	padding-top: 80px;
	width: 50%;
	float: left;
}

#main .about .textBox h2 {
	margin-bottom: 40px;
	color: #fff;
}

#main .about .textBox h2 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	position: relative;
}

#main .about .textBox h2 span:before {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #C99242;
}

#main .about .textBox .name {
	margin-bottom: 20px;
	color: #C99242;
	font-size: 30px;
	font-weight: bold;
}

#main .about .textBox .text {
	margin-bottom: 30px;
	color: #C99242;
	font-size: 16px;
	line-height: 1.6;
	text-indent: 2em;
}

#main .about .textBox .more {
	margin-bottom: 30px;
}

#main .about .textBox .more a {
	padding: 10px 0;
	width: 140px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #C99242;
}

#main .about .numsrcoll {
	padding: 20px 0;
}

#main .about .numsrcoll .num {
	width: 33.33333333%;
	float: left;
}

#main .about .numsrcoll .js-counter {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#main .about .numsrcoll .js-counter span {
	margin-right: 10px;
	color: #C99242;
    font-size: 50px;
	font-family: impact;
}

#main .about .numsrcoll .text {
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-indent: 0;
}

#main .about .numsrcoll .text span {
}

@media all and (max-width: 1080px) {
	#main .about {
		padding: 30px 0;
	}
	
	#main .about .inner {
		margin: 0 20px;
		width: auto;
		border-radius: 20px;
	}
	
	#main .about .photo {
		width: auto;
		height: auto;
		float: none;
		background: none;
	}
	
	#main .about .photo img {
		display: block;
		width: 100%;
	}
	
	#main .about .textBox {
		padding: 30px 0 0;
		width: auto;
		float: none;
	}
	
	#main .about .textBox h2 {
		margin-bottom: 20px;
	}

	#main .about .textBox h2 img {
		width: 180px;
	}
	
	#main .about .textBox h2 span {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 20px;
	}
	
	#main .about .textBox h2 span:before {
		width: 50px;
		height: 3px;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: #C99242;
	}
	
	#main .about .textBox .name {
		margin-bottom: 20px;
		color: #C99242;
		font-size: 30px;
		font-weight: bold;
	}
	
	#main .about .textBox .text {
		margin-bottom: 30px;
		font-size: 15px;
	}
	
	#main .about .textBox .more {
		margin-bottom: 20px;
	}
	
	#main .about .textBox .more a {
		margin: 0 auto;
	}
	
	#main .about .textBox .note {
		margin-bottom: 10px;
		padding-right: 10px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	#main .about .textBox .en {
		margin-right: -20px;
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
		border-radius: 20px 0 0 0;
	}
	
	#main .about .numsrcoll {
		padding: 20px 0;
	}
	
	#main .about .numsrcoll .num {
		width: 33.33333333%;
		float: left;
	}
	
	#main .about .numsrcoll .js-counter {
		color: #fff;
		font-size: 15px;
		text-shadow: 1px 1px 2px rgba(0,0,0,.3);
		text-align: center;
	}
	
	#main .about .numsrcoll .js-counter span {
		margin-right: 10px;
		color: #fff;
		font-size: 30px;
		font-family: impact;
	}
	
	#main .about .numsrcoll .text {
		text-align: center;
		font-size: 14px;
		color: #fff;
	}
	
	#main .about .numsrcoll .text span {
		padding-left: 0;
		display: inline-block;
		background: none;
	}
	
}

#main .step {
	padding: 100px 0;
	background: #000;
	background: url(../images/case_bg.jpg) no-repeat left center fixed;
	background-size: cover;
}

#main .step h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .step .sub {
	background: url(../images/step_bg.png) repeat-x left 108px;
}
	
#main .step .stepList {
	margin: 0 auto 30px;
	width: 1200px;
}

#main .step .stepList02 {
	display: none;
}

#main .step .stepList li {
	width: 14.28%;
	float: left;
	color: #C99242;
	position: relative;
	text-align: center;
}

#main .step .stepList li span {
	margin: 0 auto 45px;
	width: 83px;
	height: 83px;
	display: block;
	position: relative;
	border-radius: 83px;
	background: #333;
}

#main .step .stepList li span em {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

#main .step .stepList li span i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}

#main .step .stepList li img {
	display: block;
	width: 83px;
	height: 83px;
}

#main .step .stepList li b {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#main .step .stepList li:before {
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -2px;
	width: 2px;
	height: 8px;
	background: #C99242;
}

#main .step .stepList li:last-child {
	margin-right: 0;
}

#main .step .stepList li:hover em,
#main .step .stepList .cur em {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

#main .step .stepList li:hover i,
#main .step .stepList .cur i {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#main .step .stepList li:hover span,
#main .step .stepList .cur span {
	background: url(../images/step_on.png) no-repeat left top;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	transition-property: background;
	-moz-transition-property: background;
	-webkit-transition-property: background;
	-o-transition-property: background;
}

@media all and (max-width: 1080px) {
	#main .step {
		padding: 40px 0;
	}
	
	#main .step h2 {
		margin-bottom: 30px;
	}
	
	#main .step h2 img {
		width: 320px;
	}
	
	#main .step .sub {
		display: none;
	}
	
	#main .step .stepList02 {
		display: block;
	}
	
	#main .step .stepList02 li {
		padding: 0 0.5% 14px;
		width: 13.28%;
		float: left;
		color: #000;
		position: relative;
		text-align: center;
		border-bottom: 2px solid #CBA66D;
	}
	
	#main .step .stepList02 li span {
		margin: 0 auto 20px;
		display: block;
		border-radius: 50%;
		background: #111;
	}	
	
	#main .step .stepList02 li img {
		display: block;
		width: 100%;
	}
	
	#main .step .stepList02 li b {
		display: block;
		font-size: 13px;
		font-weight: normal;
	}
	
	#main .step .stepList02 li:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -1px;
		width: 2px;
		height: 8px;
		background: #C99242;
	}
	
	#main .step .stepList02 li:last-child {
		margin-right: 0;
	}
}

#main .case {
	padding: 80px 0;
	background: url(../images/area_bg2.jpg) no-repeat left center fixed;
	background-size: cover;
}

#main .case h2 {
	margin-bottom: 40px;
}

#main .case .inner {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#main .case h2 {
	text-align: center;
}

#main .case .caseList {
	margin-bottom: 60px;
}
	
#main .case .caseList li {
	margin: 0 15px 0 0;
	width: 360px;
	float: left;
}

#main .case .caseList li a {
	display: block;
}

#main .case .caseList li a .pic {
	position: relative;
	z-index: 2;
	overflow: hidden
}

#main .case .caseList li a img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .case .caseList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .case .caseList li a .text {
	padding: 5px 15px;
	display: block;
	color: #000;
	font-size: 18px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
}

@media all and (max-width: 1080px) {
	#main .case {
		padding: 40px 0 5px;
		background: url(../images/sp_case.jpg) no-repeat center top;
		background-size: cover;
	}
	
	#main .case h2 {
		margin-bottom: 30px;
	}

	#main .case h2 img {
		width: 320px;
	}
	
	#main .case .inner {
		margin: 0 20px;
		width: auto;
		position: relative;
	}
	
	#main .case h2 {
		text-align: center;
	}
	
	#main .case .caseList {
		margin-bottom: 30px;
	}
		
	#main .case .caseList li {
		margin: 0 15px 0 0;
		width: 250px;
	}
	
	#main .case .caseList li a {
		display: block;
	}
	
}

#main .area {
	padding: 80px 0;
	background: url(../images/area_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .area ul {
	margin: 0 auto;
	width: 1200px;
}

#main .area li {
	margin: 0 1%;
	width: 23%;
	float: left;
	cursor: pointer;
	position: relative;
	transform-style: preserve-3d;  
    -webkit-transform-style: preserve-3d;  
    -ms-transform-style: preserve-3d;  
    -moz-transform-style: preserve-3d;  
    transition: 1s;  
    -webkit-transition: 1s;  
    -ms-transition: 1s;  
    -moz-transition: 1s;  
}

#main .area li:hover {
	transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1); 
    -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}

#main .area li:nth-child(2n) {
	margin-top: 60px;
}

#main .area li img {
	width: 100%;
}

#main .area li span {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 45%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	text-align: center;
}

@media all and (max-width: 1080px) {
	#main .area {
		padding: 30px 15px;
	}
	
	#main .area ul {
		margin: 0;
		width: auto;
		text-align: center;
	}
	
	#main .area li {
		margin: 0 0.5% 10px;
		width: 24%;
		float: left;
		display:block;
		cursor: pointer;
		position: relative;
	}
	
	#main .area li:nth-child(2n) {
		margin-top: 0;
	}
	
	#main .area li img {
		width: 100%;
	}
	
	#main .area li span {
		top: 40%;
		font-size: 16px;
	}


}

#main .news {
	padding: 80px 0;
	background: #000 url(../images/news_bg.png) no-repeat right top;
}

#main .news h2 {
	margin-top: -60px;
	padding-top: 110px;
	height: 260px;
	float: right;
	font-size: 55px;
	color: #C99242;
	line-height: 1.2;
	text-align: center;
	background: url(../images/news_ttl01.png) no-repeat center center;
	box-sizing: border-box;
}

#main .news h2 span {
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

#main .news .inner {
	margin: 0 auto;
	width: 1200px;
}

#main .newsList {
	width: 900px;
	float: left;
}

#main .newsList li {
	margin-right: 2%;
	width: 48%;
	float: left;
}

#main .newsList li a {
	padding: 30px 35px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff url(../images/news_bg02.png) no-repeat right bottom;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}

#main .newsList li a:after {
	width: 100px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #C99242;
}

#main .newsList li a:before {
	width: 44px;
	height: 10px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	content: "";
	background: url(../images/arrow.png) no-repeat right bottom;
}

#main .newsList li a .title {
	margin-bottom: 15px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

#main .newsList li a .txt {
	margin-bottom: 20px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

#main .newsList li a .date {
	padding-left: 25px;
	color: #666;
	font-size: 15px;
	background: url(../images/time.png) no-repeat left center;
}

@media all and (max-width: 1080px) {
	#main .news {
		padding: 40px 0;
		background: url(../images/news_bg.png) no-repeat center 20px;
		background-size: auto 50px;
	}
	
	#main .news h2 {
		padding-top: 110px;
		height: 260px;
		float: none;
		font-size: 40px;
		color: #C99242;
		line-height: 1.2;
		text-align: center;
		background: url(../images/news_ttl01.png) no-repeat center center;
		background-size: auto 190px;
		box-sizing: border-box;
	}
	
	#main .news .inner {
		margin: 0 20px;
		width: auto;
	}
	
	#main .newsList {
		width: auto;
		float: none;
	}
	
	#main .newsList li {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	
	#main .newsList li a {
		padding: 20px;
	}
	
	#main .newsList li a .title {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	#main .newsList li a .txt {
		margin-bottom: 10px;
		font-size: 15px;
	}
}

.btmBox {
	overflow: hidden;
	position: relative;
}

@media all and (max-width: 1080px) {
	.btmBox {
		display: none;
	}
}

.btmBox .inner {
	position: relative;
}

.btmBox .textBox {
	margin: 0 auto;
	max-width: 1400px;
}

.btmBox video {
	width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	.btmBox .textBox {
		margin: 0 80px;
		max-width: inherit;
	}
}

.vjs-loading-spinner {
	display: none !important;
}

.i-video-text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	/* min-height: 510px; */
	background-repeat: no-repeat!important;
	background: none;
}

.i-video-tp{
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
}

.i-video-ta{
	margin: 60px auto 0;
	width: 144px;
}

.i-video-ta a{
	display: block;
	float: left;
	line-height: 50px;
	border-radius: 25px;
	padding: 0 36px;
	font-size: 18px;
	color: #fff;
	background: #C99242;
}

.i-video-ta a:hover{
	opacity: 0.7;
}

@media (max-width: 1199px) {
	.btmBox {
		padding-bottom: 60px;
	}
	
	.i-video-text {
		background: url(../images/banner.jpg);
		background-size: cover;
	}
	
	#video1{
		display: none!important;
	}
	.i-video-text{
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		padding: 50px 20px;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		box-sizing: border-box;
		/* background: url(../images/video-bg.jpg) no-repeat; */
	}
	.i-video-tp {
	    font-size: 22px;
	    line-height: 36px;
	}
	.i-video-ta {
	    margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.i-video-tp {
	    font-size: 14px;
	    line-height: 1.6;
	}
	.i-video-ta {
	    margin-top: 15px;
	}
	.i-video-ta a {
	    padding: 0 20px;
	    line-height: 36px;
	    border-radius: 18px;
	    font-size: 14px;
	}
}

@media (max-width: 991px) {
	.i-video-tp {
	    font-size: 18px;
	    line-height: 1.8;
	}
	.i-video-ta {
	    margin-top: 20px;
	}
	.i-video-ta a {
	    padding: 0 28px;
	    line-height: 40px;
	    border-radius: 20px;
		font-size: 16px;
	}
	.i-about .i-ab-p {
		width: 100%;
		max-width: 100%;
	}
}

