.clear {
	clear:both;
}
body {
	padding:0px;
	min-width:1200px;
	background:#bbdefb;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei;
	list-style:none;
	text-decoration:none;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	border:none;
	display:block;
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
i {
	font-style: inherit;
}
ul {
	-webkit-padding-start: 0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.warp{
	    width: 1035px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}
.main{
	width: 1000px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.logo{
	height: 130px;
}
.top_right{
	width: 500px;
	height: 130px;
	overflow: hidden;
}
.language{
	font-size: 18px;
	color: #666;
	margin-top: 25px;
	margin-bottom: 14px;
}
.language a{
	color: #666;
}
.language .lan{
	color: #028ae1;
}
.top_right p{
	width: 100%;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	text-align: right;
}
.top_right p a{
	color: #696969;
}
.nav_warp{
	width: 100%;
	height: 32px;
	background-color: #6ca5de;
}
.nav{  
	height:32px; 
	line-height:32px;  
	position:relative; 
	z-index:1;  
}
.nav a{ 
	color:#fff;  
}
.nav .nLi{ 
	float:left;  
	position:relative; 
	display:inline;  
}
.nav .nLi h3{ 
	float:left;  
}
.nav .nLi h3 a{ 
	display:block; 
	width: 142px;
	height: 32px;
	text-align: center; 
	font-size:14px;   
}
.nav .sub{ 
	display:none; 
	width: 160px;
	text-align: left;
	left:0; 
	top:32px;  
	position:absolute; 
	background:#6ca5de;  
	line-height:32px; 
}
.nav .sub li{ 
	zoom:1; 
	width: 160px;
	height: 32px;
	border-top: 1px solid #fff;
}
.nav .sub a{ 
	display:block; 
	color: #fff;
	font-size: 14px;
padding-left:15px;
}
.nav .sub a:hover{ 
	background:#0062a1; 
	color:#fff;  
}
.nav .on h3 a{ 
	background:#0062a1; 
	color:#fff;  
	font-weight:bold;
}
.footer{
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background-color: #898989;
}
.footer_nav{
	width: 65%;
	float: left;
	margin-left: 1%;
}
.footer_nav li{
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	padding: 0 12px;
	text-align: center;
	margin-top: 24px;
}
.footer_nav li+li{
	border-left: 1px solid #fff;
}
.footer_nav li a{
	display: block;
	color: #fff;
	line-height: 12px;
	text-align: center;
}
.banquan{
	width: 31.5%;
	float: right;
	margin-right: 1%;
	font-size: 12px;
	color: #fff;
	text-align: right;
	line-height: 20px;
	margin-top: 8px;
}
.text_con{
	width: 100%;
	min-height: 300px;
	margin: 30px 0 20px;
}
.title{
	width: 100%;
	height: 40px;
	background-color: #0062a1;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	text-indent: 1.5rem;
}
.content{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 10px;
}
.con_left{
	width: 52%;
}
.con_right{
	width: 45%;
}
.map{
	max-width: 100%;
	margin-top: 20px;
}
.cp{
	width: 100%;
	margin-top: 20px;
}
.cp li{
	width: 228px;
	height: 230px;
	float: left;
	margin-right: 26px;
	margin-bottom: 30px;
	border: 1px solid #0062a1;
    overflow: hidden;
}
.cp li img{
	width: 228px;
	height: 190px;
}
.cp li p{
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #696969;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	    font-weight: bold;

}
.cp li:nth-child(4n){
	margin-right: 0;
}
.con_title{
	font-size: 16px;
	color: #696969;
	line-height: 60px;
}
