
/*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.1);
}
.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(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/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","Microsoft YaHei";
	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(../image/bb6.jpg) no-repeat;
	background-size: 100% 100%;}
.index_main .section2 h3{
	text-align: center; font-size:40px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;
}
.index_main .section2 h5{text-align: center;font-size:24px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/bgg04.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;font-size:40px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;
}
.index_main .section3 h5{text-align: center;font-size:24px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;}
.index_main .section3 ul{ margin-top:30px;}
.index_main .section3 ul li{ float:left; width:250px; margin:10px; text-align:center; color:#FFF; font-weight:bolder;}
.index_main .section3 ul li img{width:250px;}
.index_main .section3 ul li p{ line-height:300%;}
.index_main .section4{
width: 100%;
	height: 100%;
	background: url(../image/XBN05.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section4 h3{
	text-align: center;font-size:40px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;
}
.index_main .section4 h5{text-align: center;font-size:24px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;}
.newsny{ margin-top:5%;}
.newsnyl{ float:left; width:49%;}
.newsnyr{float:left;width:49%; margin-left:2%;}

.newsnylt{
	height: 30%;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 5%;
	border: 1px solid #fff;}
.newsnyltl{ float:left; width:30%; margin:10px;}
.newsnyltl img{ width:180px;}
.newsnyltr{float:left; width:63%; margin-left:2%;}
.newsnyltr .newstit{ line-height:35px;}
.newsnyltr p{ font-size:14px; line-height:150%; margin-top:2%; color:#999;}
.newsnyltr span{color:#999;}

.index_main .section5{
width: 100%;
	height:80%;
	background: url(../image/g_03.jpg) no-repeat;
	background-size: 100% 100%;
}




.fott{ background-color:#fff; height:100px; margin-top:9%; margin:0 auto;}
.fotter{  text-align: center;color:#000; font-size:16px; line-height:100px;}




.contny{margin-top:5%;}
.contnyl{ float:left; width:39%; margin-top:10%;}
.contnyr{float:left;width:51%; margin-left:10%; background:url(../image/gjl_03.png) no-repeat center center; margin-top:2%;}
.contnyl p{ line-height:200%; margin-top:10%;}
.contnyl h3{margin-top:5%;}
.contnyl ul{ margin-top:5%;}
.contnyl ul li{ line-height:200%; font-size:14px;}
.contnyr ul { margin-top:25%; margin-bottom:25%;}
.contnyr ul li{ line-height:300%; font-size:14px; margin-left:20%;}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}



#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro {
  position: absolute;
  left: 0;
  top:50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size:40px; font-weight:bolder;
  letter-spacing: 0.015em; color:#FFF;
}
h1::after {
  content: '';
  width: 80px;
  display: block;
  background: #fff;
  height: 5px;
  margin: 30px auto;
  line-height: 1.1;
}
.intro p {
  margin: 0 0 30px 0;
  font-size:16px; color:#fff; line-height:250%; margin-left:10%; margin-right:10%;
}
.intornimg{margin-left:10%; margin-right:10%;}
.intornimg ul li{ float:left; margin-left:10%; margin-top:5%;}
.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn:hover {
  color: #005544;
  border-color: #005544;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }

}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
  
}

@media only screen and (max-width: 568px) {
  .intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }

}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
 
}



/*滚动样式*/
/* marqueeleft */
.marqueeleft{height:280px;width:1200px;overflow:hidden;margin:40px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:260px;height:260px;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#ccc 1px solid;width:252px;height:206px;padding:2px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:23px;line-height:23px; }
.marqueeleft li .txt a{color:#FFF;}
.marqueeleft li img{ width:200px; height:200px; padding-right:2px;}



/*内页样式开始*/

.nbanner{ width:100%; height:590px; background:url(../image/nybanner2.jpg) no-repeat center;}

.ncontent{ margin-top:50px; height:100%;}
.abtit{
	text-align: center;
	font-size: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d2d2; line-height:80px;}

.ncontent .container .ab{ margin-top:30px;}

.ncontent .container .ab p img{ float:left; margin-right:25px;}
.ncontent .container .ab p{ font-size:16px; line-height:250%; text-indent:30px;}


.foot{ background-color:#333; margin-top:70px; color:#FFF;}


.footer{ margin-top:50px;}
.div1{ float:left; width:20%;}
.div2{ float:left; width:30%;}
.div3{ float:left; width:20%;}
.div4{ float:left;width:30%;}

.footer h4{ font-size:16px;}
.footer p{ color:#c0bfbf;}


.bottom{ background-color:#000; color:#FFF; height:50px; }
.bot{ text-align:center; line-height:50px;}


.ncontent .container .pr{ margin-top:30px;}

.prleft{ float:left; width:20%; margin-top:15px;}

.tit{ height:50px; background-color:#000; color:#FFF; text-align:center; line-height:50px; font-size:16px;}
.tit a{ color:#FFF;}

.list{ background-color:#e6e7e8;}
.list ul li{
	height: 50px;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000; background:url(../image/tb.png) no-repeat 10px 16px;}
.list ul li a{ color:#000; margin-left:60px;}

.prright{ float:left; margin-left:1%; width:79%;}


.stel{background-color:#f1eeee;}
.stel ul li{
	line-height:40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;}
.stel ul li a{color:#000; margin-left:10px;}


.newLi{position:relative; overflow:hidden;  width:270px; float:left;border: 1px solid #eeecec; height:250px; margin-left:25px; margin-top:15px;} 
.porTbox{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	width:268px;}
	
.titname{ text-align:center;border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000; margin-left:2%;}
.titname span{ font-size:20px; font-weight:bolder;}
.titname p{ line-height:40px;}

.imgn{ text-align:center;}


.prded{  overflow:hidden; margin-top:30px; margin-left:2%;}
.prdedtit{  height:30px; line-height:30px;border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;}
.prded ul{ margin-top:15px;}	
.prded ul li{ float:left; width:200px; margin:7px; text-align:center;}
.prded ul li img{
	width: 200px;
	border: 1px solid #e8e5e5;}
.prded  a{ color:#333;}



.prev{margin-left:2%;border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc; overflow:hidden; height:40px; line-height:40px;}  .prevl{ float:left;}
.prevr{ float:right;}


.prde{margin-left:2%;}


 
.newImg{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; transition:all .5s ease; } 
.porBbox{position:relative; overflow:hidden; width:100%; height:50px; padding:20px 20px 10px; border:1px solid #f2f2f2; text-align:center;} 
.newTitle{font-size:1rem; color:#333; overflow:hidden; text-overflow:ellipsis; position:relative; white-space:nowrap; width:100%; } 
.newSummry{color:#777; white-space:nowrap; overflow:hidden; margin:10px 0; text-overflow:ellipsis; }
 .lookDetail{position:relative; display:block; color:#777; height:30px; line-height:30px; border-top:1px solid #e5e5e5; } 
 .arrowsR{position:absolute; top:50%; right:0px; transform:translate(0, -50%); width:30px; } 
 .arrowsR img{position:absolute; transition:all .5s ease; } 
 .harr{opacity:0; } 
.showBox{position:absolute; top:0px; left:0px; width:100%; height:100%; opacity:0; background:rgba(0, 0, 0, .6); transition:all 0.5s ease; } 
.showBoxLink{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); display:block; width:60%; color:#fff; text-align:center; font-size:1rem; padding:0.5rem 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } 
.showBoxLink::before{content:''; position:absolute; top:0px; left:50%; transform:translateX(-50%); width:60%; height:1px; background:#fff; transition:all .5s ease; } 
.showBoxLink::after{content:''; position:absolute; bottom:0px; left:50%; transform:translateX(-50%); width:60%; height:1px; background:#fff; transition:all .5s ease; } 
.lookDetail:hover .barr{opacity:0; } 
.lookDetail:hover .harr{opacity:1; } 
.newLi:hover .showBox{opacity:1; } 
.newLi:hover .newImg{transform:translate(-50%, -50%) scale(1.1); } 
.newLi:hover .showBoxLink::before{width:1rem; } 
.newLi:hover .showBoxLink::after{width:1rem; }

.newTitle a{ color:#000; font-size:14px; }




.newList{margin-top:30px; overflow:hidden; padding:1rem; width:100%; height:150px; padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #eaeaea; transition:all .5s ease;}
.redIcon{ opacity:0; } 
.whiteIcon{ opacity:1; } 
.newList:hover{ height:160px; }
.newList:hover .leftTimeBox{ background:#0580e8; color:#fff; } 
.newList:hover .nnewTitle{ color:#0580e8; font-weight:bold; }
.newList:hover .redIcon{ opacity:1; } 
.newList:hover .whiteIcon{ opacity:0; } 

.centerContentBox{ float:left; width:700px; margin-left:50px;}
.rightIcon{ float:right; margin-right:20px;}
.t{ height:48px;  color:#565656; line-height:24px;} 
.nnewTitle{ font-size:16px; color:#333; font-weight:100;}
.newToolBox{ color:#bab9b9; font-size:12px; line-height:25px;}
.leftTimeBox{ float:left; width:80px; height:98px; background:#f5f5f5; text-align:center; font-family:arial; color:#0580e8; transition:all .5s ease; } 
.newData{ font-size:2.75rem; line-height:46px; padding-top:15px; } 


.prprntit{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	height:40px; line-height:40px; margin-top:30px;}
.prprn span{ height:40px; line-height:40px; display:block; }
.prprn p{ text-indent:20px; line-height:200%;}



.prev{
	width: 970px;
	overflow: hidden;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc; height:40px;}
.prev a{ color:#333;}
.prevl{ float:left;}
.prevr{ float:right;}

.morede{width: 970px;overflow: hidden;margin-top: 30px;}
.morede ul{ margin-top:20px;}
.morede ul a{ color:#333;}
.morede ul li{
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;}
.morede ul li span{ float:right; margin-right:20px;}

.tttt{ height:50%; background-color:#000; width:100%;}

.page{ margin-left:20px;}

.marquee1_1 a span{ color:#FFF;}