@import url("../css/base.css");
  @import url("../css/common.css"); 
  @import url("../css/animate.min.css");
/*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);
	}
}
.section1{
	background: url(../img/newindex/index-banner.png) ;
	background-size:100% 100%;
}
 
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section3 .container{
	position: relative;
}
.index_main .section3 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section3 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section3 .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 .section3 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
}
.index_main .section3 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 40%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section3 .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 .section3 .index_banner .item .inner .block_txt h1{
	font-size:24px;
	color: #fff;
	text-align: center;
}
.index_main .section3 .index_banner .item .inner .block_txt p{
	font-size:14px;
	color: #fff;
	width: 500px;
	margin: 10px auto;
}
.index_main .section3 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section3 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section3 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section3 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section3 .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 .section3 .left{
	left: 0;
}
.index_main .section3 .right{
	right:0;
}
.index_main .section3 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section3 .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 .section3 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section3 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section3 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section3 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section3 .number{
	position: absolute;
	bottom:20%;
	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 .section3 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:40px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section3 .number span:last-child{
	margin-right: 0;
}
.index_main .section3 .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 .section3 .number span.active:after{
	width: 50%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	position: relative;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}

.index_main .section4 h3{
	text-align: center;
}


/* 满天星 */

/* ---- base ---- */


canvas{
  display:block;
  vertical-align:bottom;
}
/* ---- stats.js ---- */

.count-particles{
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
  }
  
  .js-count-particles{
	font-size: 1.1em;
  }
  
  #stats,
  .count-particles{
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
  }
  
  #stats{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
  }
  
  .count-particles{
	border-radius: 0 0 3px 3px;
  }
  
  
  /* ---- particles.js container ---- */
  
  #particles-js{
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
  }
  

  /* 满天星文字 */

  .about .main {
    width: 80%;
    margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 20%;left: 10%;
  }

  /*背景 */
  .about {
		position:absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
  }

  .about .main .left {
    text-align: right;
  }

  .about .main .line {
    margin: 20px 80px;
    width: 10px;
    background: url(../img/fullscreenimg/line.png) top center;
    background-size: 100% 100%;
  }
	@keyframes circle1{
		form{
			opacity: 0;
		}
		to{
			 opacity:1;
		}
	}
	.section1 .content{
		animation: circle1 1s;
		
	}
  .section1 .main .left {
    padding-top: 60px;
  }

  .section1 .main .right p {
    width: 280px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }

  .section4 .maincontent {
    width: 1000px;
    margin: 0 auto;
  }

  .new_ul {
    width: 1000px;
  }

  .new_ul ul {
    display: flex;
  }

  .new_ul li {
    width: 200px;
    margin: 10px 25px;
  }

  .new_ul .pic {
    position: relative;
    width: 200px;
    height: 90px;
  }

  .new_ul .pic img {
    width: 200px;
    height: 80px;
  }

  .new_ul .pic .overlay {
    width: 200px;
    height: 90px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }

  .new_ul .time {
    font-size: 12px;
    line-height: 30px;
  }

  .new_ul .title {
    font-size: 16px;
    line-height: 20px;
		margin-bottom: 10px;
		height: 40px;
		overflow: hidden;
  }

  .new_ul .intro {
    width: 170px;
    padding-top: 10px;
    border-top: 3px solid #333;
    height: 120px;
    overflow-y: hidden;
    font-size: 12px;
    line-height: 18px;
  }

  .new_ul .detail {
    padding: 10px 0;
  }

  .new_ul .detail a {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #333;
    text-align: center;
    color: #333;
  }

  .section2 .main h2 {
    font-size: 32px;
    line-height: 70px;
    font-weight: normal;
    padding-right: 10px;
  }

  .section2 .main p {
    font-size: 14px;
    line-height: 24px;
  }

  .section2 .main .right img {
    margin-bottom: 80px;
    margin-top: 50px;
  }

  .section2 .main h1 {		
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
  }

  .section4 .parHd {
    width: 150px;
    margin: 10px auto;
    text-align: center;
  }

  .section4 .parHd li {
    display: block;
    margin: 0 5px;
    background-color: #333;
    opacity: 0.1;
    height: 10px;
    width: 20px;
  }

  .section4 .parHd li.on {
    opacity: 0.5
	}
	
  .slideOutUp {
    animation-iteration-count: 1;
  }

  .indexnav .slideInDown {
    animation-duration: 0.1s;
  }

  .section {
    position: relative;
  }

  .section .delay {
    animation-delay: 0.8s;
	}
	
	/*  */
	.section7 .logos{
		width: 1010px;
		margin: 0 auto;
	}
	.section7 .logos .pic {
		display: inline-block;
		padding: 10px;width:180px;
		text-align: center;background-color: #fff;
		margin:8px;
	}
	.section7 .logos .pic img{
     width:160px;height: 55px;
	}
	.section7 .logos .pic.active{
		-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    box-shadow: 0 3px 20px rgba(0,0,0,.1)
	}


	.section1 .content{
		position: absolute;
		bottom: 20%;left: 30%;
		color: #fff;
		text-align: center;
		width:40%;
	}
	.section1 .content .bg{
		width: 400px;
		height: 400px;
		background-color: #000;
		opacity: 0.3;
		border-radius: 400px;margin: 0 auto;
	}
	.section1 .content .p{
		position: absolute;top: 0;left: 0;
		width: 100%;padding-top: 40px;
	}
	.section1 .content .p h1{
		font-size: 30px;
		line-height: 50px;
	}
	.section1 .content .p p{
		padding-top: 20px;
		font-size: 18px;
		line-height: 28px;
	}
	.section1 .content .icon-logo{
		font-size: 70px;
		color: #F6303F;
		
	}

	
	.title-normal{
		padding: 30px 20px; 
	}
	.title-normal span:first-of-type{
		padding: 10px;
		background-color: #F6303F;
		color: #fff;
		font-size: 20px
	}
	.title-normal span:last-of-type{
		 padding: 10px;
		 font-size: 20px;
	}

	.section4 .title-normal{
		width: 1000px;margin: 0 auto;
		text-align: center;
	}

  .section5{
		background:url(../img/fullscreenimg/supply_chain_bg2.png);
		background-size:100% 100%;
	}
	.section5 .container-body{
		width: 800px;
		margin: 0 auto;
		display: flex;
		padding-top: 50px;
	}
	.section5 .container-body .left{
		width: 200px;
		height: 120px;
		color: #fff;
		margin-top: 80px;
		background-color: #F6303F;
		padding-top: 10px;
	}
	.section5 .container-body .left div:first-of-type{
		font-size: 30px;
		padding: 8px 30px;
	}

.section5 .container-body .left  .line{
	width: 5px;
	height: 25px;
	background-color: #fff;margin-right: 5px; 
	display: inline-block;
}
	.section5 .container-body .left div:last-of-type
	{
		font-size: 20px;
		padding: 0px 30px;
	}
	.section5 .container-body .right{
		background-color: #fff;
		width: 600px;
		height: 400px;
		line-height: 24px;
		font-size: 12px;
		color: #666;
	}
	.section5 .right-content{
		display: flex;
		margin-top: 30px;
	}
	.section5 .right-content img.pic{
		width: 80px;
		height: 80px;
		margin: 0 30px;
	}
	.section5 .right-content div:first-of-type{
		text-align: center;
		line-height: 40px;
	}

	.section7 .title-normal{
		width: 1000px;margin: 0 auto;
		text-align: center;
	}

.section2{
	background: url(../img/fullscreenimg/about_bg1.png);
	background-size:100% 100%;
}
 	.section6{
		background: url(../img/bigbg.png) ;
		background-size:100% 100%;
	}
	 