@charset "utf-8";
.middle-box{
		/*width: 80%;*/
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -44%);
		-ms-transform: translate(-50%, -44%);
		-webkit-transform: translate(-50%, -44%);
		-moz-transform: translate(-50%, -44%);	
	}
/*顶部导航开始*/
.navbar{
	border: none;
	height: 70px;
	background-color: transparent;
	padding: 0 30px;
	margin: 0 auto;
	text-align: center;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;	/* Firefox 4 */
	-webkit-transition: all 1s ease-out;	/* Safari 和 Chrome */
	-ms-transition: all 1s ease-out;	/* Opera */

}
.navbar-default{
 background-color: transparent;
   }
.navbar-collapse.collapse{
	display: inline-block !important;
}

.navbar-header {
	position: absolute;
	display: block;
}

.logo {
	width: 142px;
	height: 41px;
	background: url(../images/logo.png) no-repeat left center;
}

/*移动端导航开始*/
.sub-nav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	margin-top: 70px;
	height: 100%;
	width: 300px;
	background: #080808;
	transform: translatex(120%);
	-webkit-transform: translatex(120%);
	-ms-transform: translatex(120%);
	-moz-transform: translatex(120%);
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;	/* Firefox 4 */
	-webkit-transition: all 0.4s ease-out;	/* Safari 和 Chrome */
	-ms-transition: all 0.4s ease-out;	/* Opera */
}
.show{
	transform: translatex(0%);
	-webkit-transform: translatex(0%);
	-ms-transform: translatex(0%);
	-moz-transform: translatex(0%);
}
.hidden{
	transform: translatex(120%);
	-webkit-transform: translatex(120%);
	-ms-transform: translatex(120%);
	-moz-transform: translatex(120%);
}
.sub-nav ul li{
	padding-left: 20px;
	border-bottom: 1px solid #999;
}
.sub-nav ul li a{
	line-height: 50px;
	color: #fff;
	font-size: 1em;
	display: block;
	text-decoration: none;
}
.sub-nav ul li a:active li{
	background:#222222 ;
}
.sub-nav ul li:active{
	background:#222222 ;
}
/*汉堡包样式开始*/
	.navbar-toggle {
		margin-top: 20px;
		border: none;
		-moz-transition: all 0.4s ease-out;	/* Firefox 4 */
	    -webkit-transition: all 0.4s ease-out;	/* Safari 和 Chrome */
	    -ms-transition: all 0.4s ease-out;	/* Opera */
	}
	.navbar-default .navbar-toggle .icon-bar{
		width: 29px;
		height: 3px;	
		background-color: #fff;
		transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;	/* Firefox 4 */
	    -webkit-transition: all 0.4s ease-out;	/* Safari 和 Chrome */
	    -ms-transition: all 0.4s ease-out;	/* Opera */
	}
	
	.toggle-close .icon-bar:nth-child(2){
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		position: relative;
		top: 7px;
	}
	.toggle-close .icon-bar:last-child{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		position: relative;
		top: -7px;
	}
	.toggle-close .icon-bar:nth-child(3){
		position: relative;
		opacity: 0;
	}
	 .toggle-open .icon-bar{
	 	top: 0;
	 	transform: rotate(0deg);
	 	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	 }
	
/*汉堡包样式end*/
/*移动端导航结束*/
/*搜索功能开始*/
.search-content {
	position: absolute;
	top: 0px;
	right: 30px;
}
.search-box>a .search,
.search-box>a .remove {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 20px;
}

.search-box>a .search {
	background-image: url(../images/search.png);
}

.search-box>a .remove {
	background-image: url(../images/close.png);
}

.search-box #navbar-search-box {
	position: absolute;
	right: 0;
	width: 250px;
	padding: 15px;
	top: 70px;
	background: #ffffff;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}


/*搜索功能结束*/
/*顶部导航结束*/


/*第一屏样式开始*/
.banner1,
.banner2,
.banner3,
.banner4,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6 {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/*banner滚动开始*/
.home-slider{
  height: 100%;	
}
.carousel-inner{
    height: 100%;
}
.carousel-indicators{
    position: absolute;
    left:50%;
    bottom: 20px;
}
.carousel-indicators li{
    width:40px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0;
}
.carousel-indicators .active{
	width:40px;
    height: 6px;
    background-color: #fff;
    margin: 0;
}

.home-slider .carousel-inner > .item {
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner1 {
    background-image: url(../images/banner2.png);
}
.banner2 {
    background-image: url(../images/page1-bg2.png);
}
.banner3{
    background-image: url(../images/page1-bg3.png);    
}
.banner4 {
    background-image: url(../images/banner4.png);

}
/*左右切换*/
a.carousel-arrow {
  height: 60px;
  width: 60px;
  border-radius: 0;
  line-height: 60px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background: transparent;
  color:#fff;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
  z-index: 100;
  cursor: pointer;
}
.carousel:hover a.carousel-arrow {
  background: none;
  color: #FFF;
}
.carousel a.carousel-arrow:hover {
  background: none;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 30px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 30px;
  left: auto;
  padding-left: 5px;
}
/*banner滚动结束*/
/*右侧点点导航样式开始*/

#fp-nav ul li a span{
	border: 1px solid #d6151d;
}
#fp-nav ul li a.active span{
	background: #d6151d;
}
#fp-nav  ul li a{
	position: relative;
}
#fp-nav  ul li a label{
	position: absolute;
	right: 16px;
	top: -4px;
	width: 200px;
	max-width: 200px;
	text-align: right;
	color: #d6151d;
	display: none;
	font-size: 12px;
}
#fp-nav  ul li .active label{
	display: block;
}
#fp-nav  ul li a:hover label{
	display: block;
}
/*右侧点点导航样式结束*/

.section2 {
	background-image: url(../images/page2-bg.png);
}

.section3 {
	background-image: url(../images/page3-bg.png);
}

.section4 {
	background-image: url(../images/page4-bg.png);
}

.section5 {
	background-image: url(../images/page5-bg.png);
}

.section6 {
	background-image: url(../images/page6-bg.png);
}

.join-now {
	display: inline-block;
	height: 60px;
	width: 200px;
	border: 1px #fff solid;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 4px;
	line-height: 60px;
	font-size: 1.25em;
	color: #fff;
	-webkit-animation: scaleIn .6s ease 2s both;
	-moz-animation: scaleIn .6s ease 2s both;
	-ms-animation: scaleIn .6s ease 2s both;
	animation: scaleIn .6s ease 2s both;
}

.join-now:hover {
	background-color: rgba(255, 255, 255, .4);
	text-decoration: none;
	color: #fff;
}
.txet-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.title,
.titleEng {
	-webkit-animation: dragTop .7s ease-in-out both;
	-moz-animation: dragTop .7s ease-in-out both;
	-ms-animation: dragTop .7s ease-in-out both;
	animation: dragTop .7s ease-in-out both;
	text-align: center;
	color: #fff;
}

.title {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	animation-delay: .8s;
	letter-spacing: 8px;
	font-size: 3.125em;
	font-weight: 600;
	line-height: 72px;
}

.titleEng {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
	font-size: 1em;
	letter-spacing: 3px;
}

.section1 .contain {
	display: block !important;
}


/*第一屏结束*/


/*第二屏开始*/

.time {
	color: #666;
	font-size: 0.875em;
}

.news-title {
	color: #333;
	font-size: 1em;
	border-left: 4px solid #e62129;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 20px;
}

.news-txt,
.list-content {
	color: #666;
	line-height: 1.5em;
	font-size: 0.875em;
}
.left-news{
	position: relative;
	left: -120%;
	cursor: pointer;
}
.left-news a:hover{
	text-decoration: none;
}
.left-news:hover .news-title{
	color: #a5080f;
}
.left-news:hover .news-txt{
	color: #a5080f;
}
.news-list {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	padding-bottom: 36px;
	position: relative;
	top: 1000px;
	cursor: pointer;
}
.news-list a{
	text-decoration: none;
}
.list-title {
	font-size: 1em;
	color: #333;
	font-weight: bold;
}

.list-content {
	padding-top: 20px;
}
.news-list:hover .list-title{
	color: #a5080f;
} 
.news-list:hover .list-content{
	color: #a5080f;
} 
.news-box {
	position: absolute;
	left: 50%;
	top: 51%;
	transform: translate(-50%, -44%);
	-ms-transform: translate(-50%, -44%);
	-webkit-transform: translate(-50%, -44%);
	-moz-transform: translate(-50%, -44%);
}
.more-box{
	margin-bottom: 30px;
	display: none;
}
/*第二屏结束*/
/*第三屏开始*/
	.business-box{
		height: 66%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -44%);
		-ms-transform: translate(-50%, -44%);
		-webkit-transform: translate(-50%, -44%);
		-moz-transform: translate(-50%, -44%);	
		
	}
	.business{
		float: left;
		width: 19%;
		height: 100%;
		margin-left:1% ;
		position: relative;
		cursor: pointer;
		left:-160%;
		overflow: hidden;
	}
	.img-box{
		width: 100%;
		height: 100%;	
	}
	.business img{
		width: 100%;
		height: 100%;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.border-box{
		position: absolute;
		top:0px;
		left: 0px;
		width: 100%;
		height: 100%;		
	}
	.content-box{
		position: relative;
		height: 100%;
	}
	.text-wrap{
		position: absolute;
		width: 100%;
		height: 50px;
		bottom: 0px;
		background:rgba(0,0,0,.6);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
		background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
		background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
		background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */ /* 标准的语法 */
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.content-box p{
		font-size: 1.75em;
		font-weight: bold;
		color:#fff;
		/*width: 100%;*/
		text-align: center;
		line-height: 50px; /* Safari 5.1 - 6.0 */
	}
	.pro-intro{
		display: block;
		margin-left: 10%;
		margin-right: 10%;
		font-size: 0.875em;
		color: #fff;
		opacity: 0;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.more-btn-wrap{
		text-align: center;
		padding-top: 40px;
	}
	.pro-more-btn{
		display: inline-block;
		padding: 6px 30px;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
	}
	.pro-more-btn:hover{
		background: #E62129;
		border-color: #E62129;
		color: #fff;
		text-decoration: none;
	}
	@media (max-width:767px ) {
		.more-btn-wrap{
			display: none;
		}
	}
	.business:hover img{
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-webkit-filter: blur(10px); /* Chrome, Opera */
       	-moz-filter: blur(10px);
        -ms-filter: blur(10px);    
        filter: blur(10px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
	}
	.business:hover .text-wrap{
		height: 100%;
		padding-top: 46%;
	}
	.business:hover .pro-intro{
		padding-top: 20px;
		opacity: 1;
	}
	/*第三屏结束*/
	/*第四屏开始*/
	.product-box{
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -44%);
		-ms-transform: translate(-50%, -44%);
		-webkit-transform: translate(-50%, -44%);
		-moz-transform: translate(-50%, -44%);	
	}
	.pro-content{
		padding: 0 6%;
	}
	.pro-list{
		margin-bottom: 20px;
		cursor: pointer;
		display: none;	
		border: 1px solid #E62129;	
	}
	.pro-list:last-child{
		border: none;
	}
	.pro-list:hover{
		box-shadow: 0px 3px 10px rgba(0,0,0,.2);
	}
	.pro-list:last-child:hover{
		box-shadow:none
	}
	.pro-title{
		width: 30%;
		background-color: rgba(230,33,41,.8);
		height: 130px;
		position: relative;
		float: left;
	}
	.pro-txt{
		width: 70%;
		background-color: rgba(255,255,255,.6);
		height: 130px;
		padding-left: 6%;
		float: right;
	}
	.pro-txt span{
		color:#E62129;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
		top: 5px;
		max-width: 100px;
	}
	.pro-txt-title{
		font-size: 1.5em;
		padding-top: 26px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.pro-txt-title a{
		color: #333;
	}
	.pro-txt-title a:hover{
		text-decoration: none;
		color: #e62129;
	}
	.pro-txt-time{
		font-size: 0.85em;
		color: #666;
		margin-top: 6px;		
	}
	.pro-txt label{
		font-weight: normal;
		margin-right: 10%;
		font-size: 0.85em;
		margin-top: 6px;
	}
	.sub-title{
		font-size: 0.875em;
		color: #fff;
		padding-top: 30px;	
		margin-left: 10%;	
	}
	.money{
		font-size: 1.875em;
		font-weight: bold;
		color:#fff;
		padding-top: 12px;
		margin-left: 10%;
		margin-top: 0;	
	}
	.more-content{
		width:220px;
		height: 40px;
		display: block;
		margin: 0 auto;
		text-decoration: none;
		color: #e62129;
		border: 1px solid #e62129;
		text-align: center;
		padding: 0;
		line-height: 40px;
		border-radius: 4px;
		margin-top: 20px;
	}
	.more-content:hover{
		color: #fff;
		background-color: #E62129;
		text-decoration: none;
	}
	/*第四屏结束*/	
	/*第五屏开始*/
	.about-box{
		vertical-align: middle;
		height: 500px;
		/*background: #F6F6F6;*/
		position: relative;
	}
	.intro{
		width: 57%;
		height: 427px;
		position: absolute;
		top:10px;
		right:220%;
	}
	.intro-img{
		width: 100%;
		height: 100%;
	}
	.content-wrap{
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.intro-txt{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: rgba(0,0,0,.4);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.2), rgba(0,0,0,1));
		background: -moz-linear-gradient(top, rgba(0,0,0,0.2), rgba(0,0,0,1));
		background: -o-linear-gradient(top, rgba(0,0,0,0.2), rgba(0,0,0,1));
		background: linear-gradient(top, rgba(0,0,0,0.2), rgba(0,0,0,1)); /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */ /* 标准的语法 */
		color: #fff;
		padding: 12% 24% 0% 18%;
		font-size: 1.125em;
		line-height: 2em;
		opacity: 1;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.detail-text{
		width: 100%;
		line-height: 1.5em;
	}
	.more:hover{
		color: #E62129;
	}
	.bigthing{
		position: absolute;
		height: 444px;
		width: 58%;
		background-color: rgba(230,33,41,.8);
		left: 200%;
		top: 20%;
	}
	.big-title{
		width: 20px;
		font-size: 1.5em;
		color: #fff;
		text-align: center;
	}
	.big-content{
		height: 444px;
		padding:58px 60px 0px 0px;
		background: url(../images/bigthing-bg.png) repeat-y left center;
	}
	.biglist{
		height: 96px;
		color: #fff;
		font-size: 1.125em;
		line-height: 1.6em;
		padding-left: 30px;
		margin-left: -9px;
		background: url(../images/bigthing-circle-bg.png) no-repeat left top;

	}
	/*第五屏结束*/
	/*第六屏样式开始*/
	.contant-box{
		display: none;
		overflow: hidden;
	}
	.contant-wrap{
		/*min-height: 500px;*/
	}
	.information{
		height: 500px;
		display: table-cell;
		vertical-align:middle;
		font-size: 1em;
	}
	.information label{
		font-weight: normal;
		display: inline-block;
		font-size: 1em;
		vertical-align:middle;
	}
	.information .infor-list:first-child{
		background: url(../images/adrees-icon.png) no-repeat 3px 2px;
	}
	.information .infor-list:nth-child(2){
		background: url(../images/email-icon.png) no-repeat left 10px;
	}
	.information .infor-list:last-child{
		background: url(../images/phone-icon.png) no-repeat left 6px;
	}
	.infor-list{
		padding-left: 50px;
		color: #fff;
		line-height: 40px;
		margin-bottom:40px;
		vertical-align: middle;
	}
	.map{
		height: 500px;
		width: 800px;
		display: table-cell;
		vertical-align: middle;
		font-size: 1em;
	}
	.map-img{
		height: 240px;
		width: 100%;
		display:block;
		vertical-align: middle;
		background: url(../images/map2.png) no-repeat center;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.map-img:hover{
		height: 500px;
	}
	/*footer样式开始*/
	.footer{
		position: absolute;
		bottom: 0;
		background-color: #000000;
		width: 100%;
		
	}
	.footer-txt{
		padding: 15px 0;
		text-align: center;
		font-size: 0.75em;
		color: #fff;
	}
	.footer-txt span{
		margin-right: 16px;
	}
	.beian-img{
		margin-right: 4px;
		position: relative;
		bottom: 2px;
	}
	
/*动画效果开始*/

@keyframes dragTop {
	0% {
		opacity: 0;
		transform: translateY(-70px)
	}
	60% {
		opacity: 1;
		transform: translateY(20px)
	}
	90% {
		transform: translateY(-5px)
	}
	97% {
		transform: translateY(-1px)
	}
	100% {
		transform: translateY(0px)
	}
}

@-webkit-keyframes dragTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-70px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20px)
	}
	90% {
		-webkit-transform: translateY(-5px)
	}
	97% {
		-webkit-transform: translateY(-1px)
	}
	100% {
		-webkit-transform: translateY(0px)
	}
}

@-moz-keyframes dragTop {
	0% {
		opacity: 0;
		-moz-transform: translateY(-70px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(20px)
	}
	90% {
		-moz-transform: translateY(-5px)
	}
	97% {
		-moz-transform: translateY(-1px)
	}
	100% {
		-moz-transform: translateY(0px)
	}
}

@-ms-keyframes dragTop {
	0% {
		opacity: 0;
		-ms-transform: translateY(-70px)
	}
	60% {
		opacity: 1;
		-ms-transform: translateY(20px)
	}
	90% {
		-ms-transform: translateY(-5px)
	}
	97% {
		-ms-transform: translateY(-1px)
	}
	100% {
		-ms-transform: translateY(0px)
	}
}

@keyframes scaleAll {
	0% {
		opacity: 0;
		transform: scale(0) rotate(0deg);
	}
	30% {
		opacity: 1;
	}
	100% {
		transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes scaleAll {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(0deg);
	}
	30% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
	}
}

@-moz-keyframes scaleAll {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(0deg);
	}
	30% {
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1) rotate(0);
	}
}

@-ms-keyframes scaleAll {
	0% {
		opacity: 0;
		-ms-transform: scale(0) rotate(0deg);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) rotate(0);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-ms-keyframes scaleIn {
	0% {
		opacity: 0;
		-ms-transform: scale(1);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes bgL {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 2000px 0;
	}
}

@-webkit-keyframes bgL {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 2000px 0;
	}
}

@-moz-keyframes bgL {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 2000px 0;
	}
}

@-ms-keyframes bgL {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 2000px 0;
	}
}

@keyframes bgR {
	0% {
		background-position: 2000px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes bgR {
	0% {
		background-position: 2000px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@-moz-keyframes bgR {
	0% {
		background-position: 2000px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@-ms-keyframes bgR {
	0% {
		background-position: 2000px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/*动画效果结束*/


/*响应式开始*/

@media (max-width: 767px) {
	.container{
	width: 100%;
      }
	.page1,
	.page2,
	.page3,
	.section1,
	.section2,
	.section3,
	.section4,
	.section5,
	.section6 {
		background-size: cover;
	}
	.navbar-nav {
		width: auto;
		margin: 0 -15px;
	}
	.nav ul {
		display: none;
	}
	.nav span {
		font-size: 22px;
	}
	.page1 p {
		font-size: 14px;
	}
	.title {
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 50px;
	}
	.titleEng {
		font-size: 12px;
	}
	.navbar-collapse {
		background: #fff;
		margin-top: 19px;
	}
	.nav-main {
		padding: 0px;
	}
	/*去除新闻绝对定位*/
	.news-box {
	position: relative;
	left: 0;
	top: 0;
	transform: translate(0);
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
    }
    .left-news{
    	margin-bottom: 30px;
    }
    .news-list div{
    	padding-left: 0px;
    }
    /*去除新闻动画效果最开始隐藏*/
   .left-news{
	left:0;
	}
	.news-list {
	top: 0px;
	}
    /*第三屏业务介绍样式开始*/
   .business-box{
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		margin: 30px 0;
		transform: translate(0);
		-ms-transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0);	
	}
	.business{
		float: none;
		width: 100%;
		height:auto;
		margin-left:0;
		position: relative;
		cursor: pointer;
		left:-160%;
		overflow: auto;
		margin-top:30px ;
		background:rgba(0,0,0,.6);
		padding: 10px;
	}
	.img-box{
		width: 30%;
		height: 120px;	
		float: left;
		overflow: hidden;
		position: relative;
	}
	.business img{
		width: 100%;
		height: auto;
		margin-top: -50%;
	}
	.border-box{
		position: relative;
		top:0px;
		left: 0px;
		width: 70%;
		height: 100%;	
		float: right;	
	}
	.content-box{
		position: relative;
		height: 100%;
	}
	.text-wrap{
		position:relative;
		width: 100%;
		height: 100%;
		bottom: auto;
		background:none;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.content-box p{
		font-size: 1.75em;
		font-weight: bold;
		color:#fff;
		/*width: 100%;*/
		text-align: left;
		margin-left: 10%;
		line-height: 50px; /* Safari 5.1 - 6.0 */
	}
	.pro-intro{
		display: block;
		margin-left: 10%;
		margin-right: 10%;
		font-size: 0.875em;
		color: #fff;
		opacity: 1;
		transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
	}
	.business:hover img{
		-webkit-filter: blur(0px); /* Chrome, Opera */
       	-moz-filter: blur(0px);
        -ms-filter: blur(0px);    
        filter: blur(0px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); /* IE6~IE9 */
	}
	.business:hover .text-wrap{
		height: 100%;
		padding-top:0;
	}
	.business:hover .pro-intro{
		padding-top:0;
		opacity: 1;
	}
  /*第四屏产品样式开始*/
  .pro-list{	
		display:block;		
	}
  /*第六屏显示内容*/
  .contant-box{
		display:block;
	}
   /*第六屏联系我们高度缩小*/
	.information{
		height: 240px;
	}
	.map{
		height:240px ;
	}
	.map-img:hover{
		height: 240px;
	} 
    
}

@media (min-width: 768px) and (max-width: 991px) {
	.page1,
	.page2,
	.page3,
	.section1,
	.section2,
	.section3,
	.section4,
	.section5,
	.section6 {
		background-size: cover;
	}
	.navbar-nav {
		width: auto;
	}
	/*去除新闻绝对定位*/
	.news-box {
	position:inherit;
	transform: translate(0);
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
    }
	 .left-news{
    	margin-bottom: 30px;
    }
    .news-list div{
    	padding-left: 0px;
    }
	/*第六屏联系我们高度缩小*/
	.information{
		height: 240px;
	}
	.map{
		height:240px ;
	}
	.map-img:hover{
		height: 240px;
	}
}	
@media (max-width: 1000px){
	.pro-title{
		float: none;
		width: 100%;
	}
	.pro-txt{
		float: none;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	/*清除产品名字超出显示省略号*/
	.pro-txt-title{
		overflow: auto;
		text-overflow: inherit;
		white-space: normal;		
	}
	/*清除产品浮动*/
	.product-box{
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0);
		-ms-transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0);	
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.page1,
	.page2,
	.page3,
	.section1,
	.section2,
	.section3,
	.section4,
	.section5,
	.section6 {
		background-size: cover;
	}
	
	
	/*去除新闻绝对定位*/
	.news-box {
	position: relative;
	left: 0;
	top: 0;
	transform: translate(0);
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
    }
    .left-news{
    	margin-bottom: 30px;
    }
    .news-list div{
    	padding-left: 0px;
    }
   /* 去除banner左右切换*/
    a.carousel-arrow{
		display: none;
	}
}

@media (max-width: 1200px) {
	.news-box {
		padding-top: 30px;
	}
	
	/*背景图显示方式*/
	.banner1,
	.banner2,
	.banner3,
	.section1,
	.section2,
	.section3,
	.section4,
	.section5,
	.section6 {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size:cover
    }
}
@media (min-height: 600px) and (max-height: 768px){
	/*
	.list-title {
	font-size: 0.85em;
	}*/
	.news-title {
		margin-top: 10px;
	}
	
	.list-content {
		color: #666;
		line-height: 1.5em;
		font-size: 0.75em;
		padding-top: 14px;
	}
	.left-news img{
		height:260px ;
		width: 100%;
	}
	.news-list {
	padding-bottom: 20px;
	}
	.news-box{
		top: 52%;
	}

}
@media (max-width: 1300px) {
	 /* 第四屏关于我们取消浮动效果*/
  	.about-box{
		vertical-align: middle;
		height: auto;
		position: relative;
		margin-top:30px;
		margin-bottom: 30px;
	}
	.intro{
		position: inherit;
		top:0;
		left:0 !important;
		background: url(../images/intro-img.png) no-repeat center;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	.intro-img{		
		display: none;
	}
	.intro-txt{
		position: relative;
		padding:5% 10%;
		opacity: 1;
	}
	.more:hover{
		color: #E62129;
	}
	.bigthing{
		position: relative;
		left:0!important;
		top: 0;
		height: auto;
		min-height: 444px;
		width: 100%;
	}
	.big-content{
		height: auto;
		min-height: 444px;
		padding:58px 60px 0px 0px;
	}
	.biglist{
		height: auto;
		margin-bottom: 20px;
	}
}
@media (max-width: 1350px){
	/*隐藏导航*/
	.navbar-collapse.collapse{
		display: none !important;
	}
	/*搜索隐藏*/
	.search-content{
	 display: none;	
	}
} 
@media (min-width:1300px) and (max-width:1400px){
	.bigthing{
		width:50%;
	}
	.intro{
		width: 50%;
	}
	/*.intro-img{
		width: 92%;
		height: 100%;
		float: right;
	}*/
}
@media (min-width: 1350px){
	/*隐藏汉堡包*/
	.navbar-toggle {
    display: none;
    }
    /*隐藏移动端导航功能*/
   .sub-nav{
   	display: none;
   }
}

@media (min-width: 1200px) {
	a.carousel-arrow{
		display: none;
	}
	
	
}
/*响应式结束*/
/*广告样式*/
.bg-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	bottom: 0;
	left: 0;
	z-index: 3000;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pr-box{
	width: 100%;
	height: 100%;
}
.advert{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ad-content-box{
	position: relative;
}
.close-icon{
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
	font-size: 2em;
}
