     body {background: #f9f7f6;color: #404d5b; margin: 0; padding: 0; font-family: "Microsoft Yahei","SimSun",Arial,HELVETICA;}
	div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0;margin:0;}	 
		
		/** 顶部导航栏 */
		.dh{
			position: fixed;
			background-color: rgba(236, 236, 235, 0.87);
			top: 0;
			box-sizing: content-box;
			width: 100%;
			height: 30px;
			z-index: 1000;
		
		}
		.dh-1{
			position: relative;
			box-sizing: border-box;
			width: 80%;
			height: 100%;
			left: 50%;
			-webkit-transform: translate(-50%);
			transform: translate(-50%);
			-ms-transform: translate(-50%);
			line-height: 30px;
		
		}
	
		
		.dh-2{
			text-decoration:none;
			color:#000;
		
		}
		.dh-3{
			float:left;
				
		}
		.dh-3 ul{
			list-style:none;
		}
		.dh-3 ul li{
			display: inline-block;			
		
		}
		.dh-3 ul li a{
			text-decoration:none;
			color: #000;			
		
		}
				
		

.conl12{padding:1% 5%;}		
.conl12 h2{text-indent: 0;}

.conl13{padding:1% 5%;}
.conl13 h2{text-indent: 0;}


.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}



/** 关于我们  */

#section01{
	position: relative;
    z-index: 2;
    padding: 15vh 0;
}

#bg-section01{
	background-image: url('../images/50a.jpg');
	height: 100%;
	opacity:0.6;
}

#section01 .content-inner{
	max-width: 80%;
	color: #fff;
	font-size: 1.2em;	
	font-family: "Microsoft Yahei","SimSun",Arial,HELVETICA;
    margin: 0 auto;
    position: relative;
    z-index: 2;
	padding:20px 30px 30px;
	background-color: rgba(0, 0, 0, 0.55);
}

.content-inner h1{
	text-align:center;
}

.content-inner p{
	text-indent: 2em;
	margin-top: 16px;
    
}

/** 核心价值观 */
#section02{
	position: relative;
    z-index: 4;
    padding: 2vh 0;
	background-color: #fff;
	
}

.z-depth-2{
	position: relative;
    z-index: 2;
	
}



.flex-container{
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;   
	padding-left:3%;
	padding-right:3%;
    /**background-color: #07538e; */
	}

.flex-item {
    background-color: #fefefe;
	border-radius: 10px;
    margin: 20px 0;
	width:100%;
	
}

.ab{margin:20px auto;width: 90%;}
.ab th{padding: 15px; text-align: center;word-break: keep-all;}
.ab td{padding:10px;text-align: center;word-break: keep-all;}


.flex-item h3{
    text-align:center;
    background-color: #286090;
    line-height: 40px;
    color: #fff;
	
}

.flex-item p{
	padding: 0 5%;
    font-size: 1.2em;
		
	}


	

/**  网站底部  */

.foot{
    color: #fff;   
    background-color: rgba(47, 46, 46, 0.83);
}
.left-foot{
    padding-bottom:20px;
	    
}
.left-foot a{ color: #fff; }

.left-foot1 a{ color: #fff; }


.gap{
   /** margin: 20px 0 20px 10px;*/
}

.gap li{
    display: inline;


}

.gap1{
    margin: 20px 0 0 10px;
}

.gap1 li{
    display: inline;


}



.copy{
	margin: 20px auto;
	display: flex;
    justify-content: center;
}



#main-footer {
    padding-top: 60px;
    padding-bottom: 20px;
   
}



#lower-footer {
    border-top: 2px solid #fff;
    padding-top: 20px;
    padding-bottom: 30px;
 
}

#lower-footer p{font-size:12px;color:#ddd;}


