﻿		.container-fluid{
				padding:0;
				margin:0;
			}
			.bg{
				height:882px;
			
			}
			@media (max-width: 1600px) {
				.bg{
				height:780px;
				}
			}
			@media (max-width: 1440px) {
				.bg{
				height:725px;
			}
			}
			header{
				height:40px;				
			}
			.slogo{
				width:14%;
				height:100%;
			}
			header nav{
				width:100%;
				height:100%;
			}
			.nav_ul{
				width:100%;
				height:100%;
			}
			.nav_li{
				width:12%;
				text-align:left;
				height:100%;
				box-sizing: border-box;
			}
			/*.nav_A{
				display: inline-block;
				height:100%;
				color: #fff;
				font-size: 20px;
				line-height:40px;
				cursor: hand;
			}*/
			.nav_A:hover{
				color:#dbc091;
				border-bottom:3px solid #dbc091;
				text-decoration: none;
			}
			
			/*区域二*/
			.area2{
				
				background-size: cover;
				position:relative;
			}
			
			/*区域三*/
			.area3{
				
				position: relative;
				top:-98px;
			}
			.a3_me{
				position: relative;
			}
			.a3_dataTitle{
				width: 100%;
				height:90px;
				box-sizing: border-box;
				position: absolute;
				top:0;
				left:0;
				padding:13px 20px 0 30px;
				overflow: hidden;
			}			
			.a3_me img{width:100%;}
			/*区域4*/
			.area4{
				height:737px;
			}
		   .a4_chart1{
		   	background:url(../img/index/b1.png) no-repeat;
		   	
		   }
		   .a4_chart2{
		   	background:url(../img/index/b2.png) no-repeat;
		   }
		   .a4_chart{
				height:75px;
				line-height: 75px;
				padding-left:15px;
				background-size:cover;
				
			}
			.a4_chB{
				height:453px;
				border:1px solid #ccc;
				border-top:none;
			}
			/*区域五*/
			.text{
			height:550px;
			}
			.area5{
				margin-top:80px;
				background:url(../img/index/bg1.png) no-repeat;
				background-size:cover;
				height:983px;
			}
			.a5_sp{
				width:16%;
				float:left;
				white-space: nowrap;
				overflow-x: hidden;
				text-overflow: ellipsis;
				text-align: center;
				color:#fff;
				font-size: 20px;
			}
			.a5_sp1{width:19%}
			.a5_sp2{width:18%}
			.a5_sp3{width:16%}
			.a5_sp4{width:15%}
			.a5_sp5{width:16%}
			.a5_sp6{width:16%}
			.button1,.button2{
				background:none;
				border:none;
			}
			/*区域六*/
			.area6{
				background:url(../img/index/bj2.png) no-repeat left top;
				background-size:cover;
				height:983px;
			}
			.button3,.button4{
				background:none;
				border:none;
			}
			/*区域七*/
			.area7{
				min-height:768px;
				background:#f5f6f9;
				padding-bottom: 76px;
			}
		   .a7_chart1{
		   	background:url(../img/index/e1.png) no-repeat;
		   	
		   }
		   .a7_chart2{
		   	background:url(../img/index/e2.png) no-repeat;
		   }
		   .a7_chart{
				height:92px;
				background-size:cover;
				
			}
			.a7_chB{
				height:405px;
				border:1px solid #ccc;
				border-top:none;				
				box-sizing: border-box;
				background:#fff;
			}
			.a7_chB_one{
				height:92px;
			}
			.a7_chB_oLeft{
				
				height:100%;
			}
			.a7_chB_oLeft img{
				width:100%;
				height:100%;
			}
			.a7_chB_oRight{
				
				height:100%;
				
			}
			.a7_chB_oRightP{
				height:30px;
				/*line-height: 30px;*/
			}
			.over3{
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				overflow: hidden;
			}
			.a7_gg{
				background:#fff;
				margin-top:50px;
			}
			.a7_gg p{
				height:74px;
				line-height:74px;
				border-bottom: 1px solid #ccc;
				margin-bottom: 30px;
			}
			.a7_gg li{
				padding-top:8px;
				padding-bottom: 8px;
				font-size: 14px;
				color:#333;
			}
			/*区域八*/
			.pa_i{
				width:20%;
			}
			/*底部*/
			/*footer{
				height:231px;
				background:url(../img/index/footer.png) no-repeat;
				background-size:cover;
				
			}*/
			
			
			/*动态区域5，7*/
			
			.box{
				width:100%;
				height:550px;
				overflow: hidden;
			
			}
			.a5_textP{
				width:100%;
				height:78px;
				line-height:78px;
				background-color:rgba(255,255,255,0.3);
				margin-bottom: 40px;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				text-align: center;
				
			}
			.main{
				width:100%;
				height:550px;
				
				top: 0px;
				left:0;
				
			}
			.animationt {  
			  animation-name: diagonal-slide;  
			  animation-duration: 0.5s;  
			  animation-iteration-count: 1;
			  animation-fill-mode:forwards;  
			}  
			  
			@keyframes diagonal-slide {  
			  
			  from {  			    
			    top: 0;  
			  }  
			  
			  to {  			    
			    top: -550px;  
			  }  
			  
			}
			
			.animationb {  
			  animation-name: diagonal-slide2;  
			  animation-duration: 1s;  
			  animation-iteration-count: 1;
			  animation-fill-mode:forwards;  
			}  
			  
			@keyframes diagonal-slide2 {  
			  
			  from {  			    
			    top: -550px;  
			  }  
			  
			  to {  			    
			    top: 0;  
			  }  
			  
			}

			.shadowBig{
				-moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.1); /* 老的 Firefox */
               box-shadow:0px 15px 30px rgba(0,0,0,0.1);
			  
			}