
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	width: 100%;
	height: 100%;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: 100% 100%;
}

.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.index_main .section4{
	width: 100%;
	height: 100%;
	background: url(../images/bg4.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section5{
	width: 100%;
	height: 100%;
	background: url(../images/bg5.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section6{
	width: 100%;
	height: 100%;
	background: url(../images/bg6.jpg) no-repeat;
	background-size: 100% 100%;
}
/****************************************/
/*.fot{ position:absolute; bottom:0px; left:0; width:100%; height:40px; background: rgba(255, 255, 255, 0.7); border-top:1px solid #ccc; color:#000; line-height:40px; z-index:999}*/
/*****************************************/
.abt-tit{ width:100%; height:80px; background:url(../images/abtbt.png) center no-repeat; float:left; margin-top:9%}
.abt-nr{ width:65%; height:auto; float:left; margin-top:5%;}
.abt-nr .nr-bt{ width:100%; color:#fff; text-align:left; float:left; font-size:26px; font-weight:bold; letter-spacing:1px;margin-bottom: 5%;}
.abt-nr .nr-js{font-size: 15px;color: #999;display: block;line-height: 25px;margin-bottom: 5%; width:100%; letter-spacing:1px;}
.abt-nr .nr-js p{ text-indent:2em}
.abt-mo{ width:885px; height:330px; float:left; background:url(../images/mobg.png) center no-repeat;}
.abt-mo .mo{ width:295px; height:165px; float:left;}
.abt-mo .mo#m1{ background:url(../images/m1.png) center no-repeat;}
.abt-mo .mo#m1:hover{ background:url(../images/m1h.png) center no-repeat;}
.abt-mo .mo#m2{ background:url(../images/m2.png) center no-repeat;}
.abt-mo .mo#m2:hover{ background:url(../images/m2h.png) center no-repeat;}
.abt-mo .mo#m3{ background:url(../images/m3.png) center no-repeat;}
.abt-mo .mo#m3:hover{ background:url(../images/m3h.png) center no-repeat;}
.abt-mo .mo#m4{ background:url(../images/m4.png) center no-repeat;}
.abt-mo .mo#m4:hover{ background:url(../images/m4h.png) center no-repeat;}
.abt-mo .mo#m5{ background:url(../images/m5.png) center no-repeat;}
.abt-mo .mo#m5:hover{ background:url(../images/m5h.png) center no-repeat;}
.abt-mo .mo#m6{ background:url(../images/m6.png) center no-repeat;}
.abt-mo .mo#m6:hover{ background:url(../images/m6h.png) center no-repeat;}
.abt-tp{ width:30%; height:auto; float:right; margin-top:5%;}
/********************************/
.pro-tit{ width:100%; height:80px; background:url(../images/probt.png) center no-repeat; float:left; margin-top:9%}
.pro-nr{ width:1360px; height:auto; float:left; margin-top:5%;}
.pro-nr ul{}
.pro-nr ul li{ width:194px; float:left; height:600px; text-align:center; overflow:hidden; position:relative}
.pro-nr ul li img{width: 100%;height: 100%;cursor: pointer;transition: all 0.6s;-ms-transition: all 0.8s; position:absolute; top:0px; left:0px; z-index:0}
.pro-nr ul li:hover img{transform: scale(1.2);-ms-transform: scale(1.2);}
.pro-nr ul li .fl-tp{ width:100%; float:left; height:90px; margin-top:50px; position:relative; z-index:2}
.pro-nr ul li .fl-bt{ width:100%; float:left; margin-top:50px; font-weight:bold; font-size:20px; color:#fff; padding:0px 10px; text-align:center; position:relative; z-index:2; letter-spacing:1px;}
.pro-nr ul li .fl-js{ width:100%; float:left; margin-top:30px; color:#fff; padding:0px 10px; line-height:1.5; position:relative; z-index:2}
/********************************/
.case-tit{ width:100%; height:80px; background:url(../images/casebt.png) center no-repeat; float:left; margin-top:9%}
.case-nr{ width:1360px; height:auto; float:left; margin-top:5%;}
.case-nr ul{ width:1430px;}
.case-nr ul li{ float:left; margin-bottom:30px; margin-right:26px; padding:15px; background: rgba(255,255,255,0.6); overflow:hidden; width:320px; overflow:hidden}
.case-nr ul li .ca-img{ width:290px; height:221px; float:left; position:relative; background:#fff; overflow:hidden}
.case-nr ul li .ca-img img{ max-width:295px; max-height:226px; position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto;}
.case-nr ul li .ca-mc{ width:100%; float:left; text-align:center; height:40px; line-height:60px; color:#1b1b1b; font-size:16px;}
.case-nr ul li:hover{ background:#f5c920}
.case-nr ul li:hover .ca-mc{ color:#fff}
/*********************************/
.xw-tit{ width:100%; height:80px; background:url(../images/xwbt.png) center no-repeat; float:left; margin-top:9%}
.xw-nr{ width:1360px; height:auto; float:left; margin-top:5%;}
.xw-nr ul{ width:1430px;}
.xw-nr ul li{ float:left; height:150px; width:660px; margin-right:40px; margin-bottom:40px; background:#fff}
.xw-nr ul li .xw-tp{ width:210px; height:150px; float:left;}
.xw-nr ul a:nth-of-type(1) .xw-tp {
background: url("../images/xw1.jpg") no-repeat center top;
}
.xw-nr ul a:nth-of-type(2) .xw-tp {
background: url("../images/xw2.jpg") no-repeat center top;
}
.xw-nr ul a:nth-of-type(3) .xw-tp {
background: url("../images/xw3.jpg") no-repeat center top;
}
.xw-nr ul a:nth-of-type(4) .xw-tp {
background: url("../images/xw4.jpg") no-repeat center top;
}
.xw-nr ul a:nth-of-type(5) .xw-tp {
background: url("../images/xw5.jpg") no-repeat center top;
}
.xw-nr ul a:nth-of-type(6) .xw-tp {
background: url("../images/xw6.jpg") no-repeat center top;
}
.xw-nr ul li .xw-nr{ float:left; width:410px; margin-left:20px; position:relative}
.xw-nr ul li .xw-nr span#bt{overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width:100%; float:left; font-size: 16px; font-weight:bold; color:#303030}
.xw-nr ul li .xw-nr span#ms{ overflow:hidden; float:left; font-size:14px; margin-top:10px; color:#707070;}
.xw-nr ul li:hover{ background:#f5c920}
.xw-nr ul li:hover .xw-nr span#bt{ color:#fff}
.xw-nr ul li:hover .xw-nr span#ms{ color:#fff}
.xw-mo{ float:left; width:100%; text-align:center; margin-top:20px;}
.xw-mo a{width: 70px;height: 44px;padding: 10px 0px;border: solid 2px rgba(255,255,255,.4);display: block;text-align: center;margin: 0 auto; }
.xw-mo a:hover{width: 120px;height: 44px;padding: 10px 0px;border: solid 2px rgba(255,255,255,1);display: block;text-align: center;margin: 0 auto; background:#f5c920}
.xw-mo a:hover img{-webkit-animation: gWelCnta 1.5s ease-in-out;-moz-animation: gWelCnta 1.5s ease-in-out;-o-animation: gWelCnta 1.5s ease-in-out;-ms-animation: gWelCnta 1.5s ease-in-out;animation: gWelCnta 1.5s ease-in-out;}
/********************************/
.lx-tit{ width:100%; height:80px; background:url(../images/lxbt.png) center no-repeat; float:left; margin-top:9%}
.lx-nr{ width:1360px; height:auto; float:left; margin-top:5%;}
.lx-nr ul{}
.lx-nr ul li{ float:left; width:340px; padding:0px 20px; text-align:center;}
.lx-nr ul li .lx-bz{ float:left; text-align:center; width:100%; float:left; width:100%; height:100px;}
.lx-nr ul li .lx-dz{ width:100%; float:left; text-align:center; font-size:18px; margin-top:30px; color:#fff; text-transform:uppercase}
.lx-nr ul li .lx-xz{ width:100%; float:left; text-align:center; font-size:16px; margin-top:20px; color:#fff; letter-spacing:1px;}
.lx-ewm{ width:100%; height:200px; margin-top:40px; float:left; text-align:center}
.lx-ewm .ewm{ text-align:center; display:inline-block; width:1454px; margin:0px 20px; height:280px; background:#fff; border:3px solid #fff}
.lx-ewm .ewm img{ width:1454px; height:280px; float:left;}
.lx-ewm .ewm span{ width:100%; float:left; height:40px; line-height:40px;}
.lx-bq{ width:100%; text-align:center; float:left; margin-top:99px; color:#fff; font-size:16px;}


































