 *{
	padding:0; 
	margin:0;
	list-style:none; 
	text-decoration:none; 
	box-sizing: border-box;
}
#page1 { 
	background:url(../img/bgbn1.jpg) no-repeat;
	background-size:cover ;
}

#page1 .top{
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 99;
}
#page1 .inner{
	width: 1300px;
	margin: 0 auto;
	height: 90px;
}
#page1 .inner img{
	width: 440px;
	height: 90px;
	margin-right: 50px;
}
/*nav*/
#page1 .nav{
    width: 800px;
    height: 90px;
    line-height: 90px;
    float: right;
}
#page1 .nav ul{
	margin: 0 auto;
	width: 800px;  
}
#page1 .nav ul li{
	float: left;
    text-align: center;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
	 position: relative;
}
#page1 .nav ul li a{
	display: inline-block;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";
}
/*第2页*/
#page2{ 
	background:url(../img/bg2.jpg) no-repeat;
	background-size:cover ;
	}
#page2 .title{
	width: 100%;
    margin-top: 20px;
    overflow: hidden;
    text-align: left;
    text-indent: 2em; 
    font-size: 16px;
    letter-spacing: 4px;
    color: #fff;
}	
#page2 .kuai{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 240px;
}
#page2 .kuai a{
	width: 20%;
  margin-left:2.5%;
  margin-right:2.5%;
  height: 240px;
	display: inline-block;
	float: left;
}
#page2 .kuai .a1{
	background:url(../img/2ct1.png) no-repeat;
}
#page2 .kuai .a1:hover{
	background:url(../img/2ct1s.png) no-repeat;
}
#page2 .kuai .a2{
	background:url(../img/2ct2.png) no-repeat;
}
#page2 .kuai .a2:hover{
	background:url(../img/2ct2s.png) no-repeat;
}
#page2 .kuai .a3{
	background:url(../img/2ct3.png) no-repeat;
}
#page2 .kuai .a3:hover{
	background:url(../img/2ct3s.png) no-repeat;
}
#page2 .kuai .a4{
	background:url(../img/2ct4.png) no-repeat;
}
#page2 .kuai .a4:hover{
	background:url(../img/2ct4s.png) no-repeat;
}

/*第3页*/
#page3{ 
	background:url(../img/bg3.jpg) no-repeat;
	background-size:cover ;
}
.nTab{ width:1100px; margin: 0 auto; margin-top:20px; }
.nTab .TabTitle{width:1100px; height:50px; line-height:50px; margin: 0 auto;}
.nTab .TabTitle ul li {float: left;width: 150px;color:#333;
background-color:#ffffff;height:50px;border-radius:25px ;
text-align:center; line-height:50px;margin-left: 62.5px;margin-right: 62.5px;}
.nTab .TabTitle .active{color:#fff; background-color:#e6a935;}
.nTab .TabTitle .normal{color:#333;background-color:#ffffff;}
.nTab .TabContent{width:1050px;height:300px; margin-top:40px;margin-left: 25px;
border-radius:25px ;box-shadow: 0 8px 8px 0 #ADADAD;background-color: #fff;padding: 15px;}
.nTab .TabContent .left{
	width: 500px;height: 270px;
	float: left;
	margin-right: 20px;
}
.nTab .TabContent .right{
	width: 500px;height: 270px;
	float: left;
}
.nTab .TabContent .right .tits{
	width: 500px;height: 60px;
	border-bottom: 1px solid #A5A3A3;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.nTab .TabContent .right .wen{
	width: 500px;height: 180px;
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.none {display:none;}
	
/*第4页*/
#page4{ 
	background:url(../img/bg4.jpg) no-repeat;
	background-size:cover ;
}
#page4 .kuai{
	width: 100%;
	margin-top: 15%;
	overflow: hidden;
	height: 184px;
}
#page4 .kuai a{
  margin-left:2.2%;
  margin-right:2.2%;
	display: inline-block;
	float: left;
}	
#page4 .kuai a img{
	width: 95%;
}	
/*#page4 .kuai{
	 position:absolute;  overflow:hidden; 
	 top:50%; margin-top:-180px;left:90px;
}*/
#page4 .kuai a{ 
	float:left; margin-right:20px; 
	transition:all 0.6s;
	 -webkit-transform:translateY(800px);
	 -moz-transform:translateY(800px);
	 -ms-transform:translateY(800px);
	 -o-transform:translateY(800px);
	 transform:translateY(800px); 
	 opacity:0;
}
#page4 .kuai a:nth-child(1){
	 transition-delay:0.01s;
}
#page4 .kuai a:nth-child(2){
	transition-delay:0.3s;
}
#page4 .kuai a:nth-child(3){ 
	transition-delay:0.5s;
}
#page4 .kuai a:nth-child(4){ 
	transition-delay:0.7s;
}	
#page4 .kuai a:nth-child(5){ 
	transition-delay:0.9s;
}
#page4 .kuai a.active{
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px); 
	opacity:1;
}	
/*第5页*/
#page5{ 
	background:url(../img/bg5.jpg) no-repeat;
	background-size:cover ;
}	
#page5 .kuais{
	width: 100%;
	overflow: hidden;
	margin-top: 7%;
}
/*滚动图*/
.mr_frbox { height: 300px; margin: 0px auto;}
.mr_frBtnL {width: 6.5%;height: 73px; float: left; margin: 135px 2% 0px 0px; cursor: pointer; display: inline; }
.mr_frUl { float: left; height: 300px; width: 83%; }
.mr_frBtnR {width: 6.5%;height: 73px; float: right; margin-top: 135px; cursor: pointer; }
.mr_frUl ul li{width:474px;height:300px;margin-left: 22px;border-radius:25px ;
box-shadow: 0 8px 8px 0 #ADADAD;background-color: #fff;padding: 15px;}
.mr_frUl ul li .left{
	width: 200px;height: 270px;
	float: left;
	margin-right: 14px;
}
.mr_frUl ul li .left img{
	width: 200px;height: 270px;
}
.mr_frUl ul li .right{
	width: 200px;height: 270px;
	float: left;
}
.mr_frUl ul li .right .tits{
	width: 200px;height: 60px;
	border-bottom: 1px solid #A5A3A3;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	display: block;
	overflow: hidden;
}
.mr_frUl ul li .right .wen{
	width: 200px;height: 180px;
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.mr_frUl ul li:nth-child(1){
	 margin-left: -10px;
}
.mr_frbox2 { height: 300px;}
.mr_frUl2 { float: left; height: 300px; width: 83%; }
.mr_frUl2 ul li{width:474px;height:300px;margin-left: 22px;border-radius:25px ;
box-shadow: 0 8px 8px 0 #ADADAD;background-color: #fff;padding: 15px;}
.mr_frUl2 ul li .left{
	width: 200px;height: 270px;
	float: left;
	margin-right: 14px;
}
.mr_frUl2 ul li .right{
	width: 200px;height: 270px;
	float: left;
}
.mr_frUl2 ul li .right .tits{
	width: 200px;height: 60px;
	border-bottom: 1px solid #A5A3A3;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	display: block;
}
.mr_frUl2 ul li .right .wen{
	width: 200px;height: 180px;
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}	
/*第7页*/
#page7{ 
	background:url(../img/bg6.jpg) no-repeat;
	background-size:cover ;
}
#page7 .kuai{
	width: 100%;
	margin-top: 5%;
	overflow: hidden;
	height: 225px;
}
#page7 .kuai a{
  margin-left:2.2%;
  margin-right:2.2%;
	display: inline-block;
	float: left;
}	
#page7 .kuai a img{
	width: 100%;
	margin-bottom: 10px;
}	
#page7 .kuai a span{
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
}			

/*第7页*/
#page6{ 
	background:url(../img/bg7.jpg) no-repeat;
	background-size:cover ;
	}	
#page6 .title{
	width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
    text-indent: 2em; 
    font-size: 16px;
    letter-spacing: 4px;
    color: #fff;
}	
#page6 .kuai{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 260px;
}
#page6 .kuai a{
	width: 10%;
	 height: 120px;
  margin-left:1%;
  margin-right:1%;
  margin-bottom: 10px;
	display: inline-block;
	float: left;
}
#page6 .kuai a img{
	width: 100%;
 
}	
	/*主体*/
.inner3{
    width: 100%;
    margin: 0 auto;
    height: 100%;	
    overflow: hidden;
    position: relative;
}
.dibu{
	position: absolute;
	bottom:0px;
	z-index: 99;
	width: 100%;
	height: 115px;
	background:url(../img/dibu.jpg) center no-repeat;
}
.dibu .bottom{
	width: 1100px;
    margin: 0 auto;
    height: 100%;	
    overflow: hidden;
}
.dibu .bottom .kuai1{
	width: 510px;
    margin-top: 20px;
    height: 90px;	
    overflow: hidden;
    float: left;
}
.dibu .bottom .kuai1 p{
	width: 510px;
    margin-bottom:10px ;
    height: 30px;
    line-height: 30px;	
    color: #fff;
    overflow: hidden;
}
.dibu .bottom .kuai2{
	width: 510px;
    margin-top: 20px;
    height: 90px;	
    overflow: hidden;
    float: left;
}
.dibu .bottom .kuai2 p{
	width: 510px;
    margin-bottom:10px ;
    height: 30px;
    line-height: 30px;	
    color: #fff;
    overflow: hidden;
}

.inner2{
    width: 1100px;
    margin: 0 auto;
    height: 100%;	
    overflow: hidden;
}
.inner2 .tit{
    width: 100%;
    margin: 0 auto;	
    margin-top: 16%;
}
.inner2 .tit img{
    width: 100%;
}
 @media only screen and (max-width: 1440px){
.inner2 .tit{
    width: 80%;
    margin: 0 auto;	
    margin-top: 6%;
}
#page4 .kuai{
	width: 100%;
	margin-top: 8%;
	overflow: hidden;
	height: 184px;
}
#page6 .kuai{
	width: 100%;
	margin-top: 2%;
	overflow: hidden;
	height: 250px;
}
    }