*{
	margin: 0px;
	padding: 0px;
}
.all{
	width: 100%;
}
.logo{
	height: 169px;
	width: 100%;
	text-align: center;
	margin:0 auto;
        background-size:cover
	/* position: relative;  
	left: 262px; */	
}
.chunk{
	width: 1000px;
	margin:0 auto;
}
.ul{
	height: 50px;
	line-height: 50px;
        margin: 0 auto;
	border: none;
	margin: 0 auto;
	width:1060px;
        list-style-type: none; 
}

.li{
	float: left;
	width: 96px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #EEE;
	background: #EEE;
	transition: background 0.4s, border-bottom 0.6s;
	position: relative;
}

.li:hover{
	background: #CCC;
	border-bottom: 2px solid #037BA6;
}

.li_a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
        transition:  box-shadow 0.5s;
}

.li_a:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,.40);
        z-index:2000;
}

.li:hover .sub_ul{
	display: block;
}
.nav_list{
		width:100%; 
		height:40px; 
		margin-bottom: 4px;
		/* margin-top: 4px; */
		} 
		 
		 
.nav_list ul{
		width:100%; height:40px; 
		list-style-type: none; 
		background:linear-gradient(to right,rgba(0,191,255),rgba(0,0,255,1));
		margin: 0px;
		text-align:center;
		}
		
		
.nav_list ul li{
		display:inline;
		height:40px;
		margin:0px auto;
		
		} 		
.nav_list ul li a{
		display:inline-block; 
		width: 121px;
		padding:0 0px;
		height:40px;
		line-height:40px;
		/* margin-left: 15px; */
		color:rgba(255,255,255);
		font-family:"微软雅黑"; 
		font-size:15px;
		text-decoration: none;
	
		} 
/* .nlis{
	margin-left: 30px;
} */
		 
.nav_list ul li a:hover{
		border-radius: 6px;
		color:#00A2CA;
		background: #FFFFFF;
		}
.clear{
	clear: both;
}
.corner{
	display:inline-block; 
	  width: 224px;
	  height: 50px;
	  background:#003C9D;
	  text-align: center;
	  line-height: 50px;
	  font-size: 18px;
	  color: #fff;
	border-radius: 10px;
}
.corners a{	
	text-decoration: none;
	color: #666;
}
.left{
	/* border:3px solid #cfcecc; */
	/* border:3px solid #ACE0F9; */
	display:inline-block;
	transform: scale(1,1);box-shadow: 0 0 5px  darkgray;
	float: left;
	width: 200px;
	border-radius: 10px;
	/* margin-top: 4px; */
  margin-bottom: 10px;
}

.left ul{
 text-align: center;
 list-style-type: none;
 /* margin-top: 5px; */
 
}
.left ul li{
          display:inline-block; 
	  width: 200px;
	  height: 48px;
	  background:#3fa2c5;
	  text-align: center;
	  line-height: 49px;
	  font-size: 18px;
	  color: #666;
 border-bottom:2px dotted #cccccc;
}
.left ul li:hover{
 background:#1076f4;
}
.left ul li:first-child:hover
{
 background: 	#1076f4;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}
.left ul li:last-child:hover
{
 background: 	#1076f4;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}

.left ul li a{
	 height:31.2px;
	 line-height:31.2px; 
	 font-size:16px;
	 font-family:"微软雅黑";
	 text-decoration: none;
	 text-align: center;
	 border-bottom:1px;
         color:white;
}
#mbx{
	border-bottom: 1px solid #999
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	margin-bottom:15px;
	width: 700px;
	transition: box-shadow 0.5s;
	background: #EEE;
	border-radius: 20px;
}
.getup{
    display:inline-block;
    padding-left:20px;
    padding-right:18px;
    height:35px;
    line-height:35px;
    background: #eee;
    text-align:center;
    margin-right:-4px;
    border-right: 2px solid #DDD;
    transition: background 0.5s, color 0.4s, border 0.5s;
    text-decoration: none;
}

.getup:hover{
    background:#888;
    color:#eee;
    border-right: 2px solid #117880;
}

.getupp{
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    height:35px;
    line-height:35px;
    background: #eee;
    text-align:center;
    margin-right:-4px;
    margin-left:0;
}
.sidebar{
	float: left;
	width: 224px;
	transform: scale(1,1);box-shadow: 0 0 5px  darkgray;
  	 margin-right: 4px;
	display:inline-block;
}
.crumbs{
	width: 700px;
	height: 40px;
 background: #dddddd;
	margin-bottom: 10px;
	transform: scale(1,1);box-shadow: 0 0 5px  darkgray;
}
.crumbs ul li{
	float: left;
	list-style-type: none;
}
.crumbs ul li a:after{
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #003C9D;
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 5;

}
.crumbs ul li a:hover{
	background: #3498db;
}
.crumbs ul li a:after{
	border-left-color: #003C9D;
}
.crumbs ul li a:before{
	border-top-color: #003C9D;
	border-bottom-color: #003C9D;
}
.crumbs ul li a {
	display: block;
	float: left;
	height: 30px;
	background: #003C9D;
	text-align: center;
	padding: 10px 50px 0px 50px;
	position: relative;
	margin:0px 10px 0px 0px;
	text-decoration: none;
	color: #fff;
}
.right{
        float: left;
        width: 700px;
	height: 40px;
        margin-left:20px;
        margin-bottom:1px;
}
.content{
	 float: left;
	 width: 700px;
	 height: 350px;
         background: #dddddd;
	 border-radius: 10px; 
	 transform: scale(1,1);box-shadow: 0 0 5px  darkgray;
	 display:inline-block;
	 text-align: center;
         list-style:none;
}
.clearfix:after{
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;  
	}
.clo li{
	list-style-type: none; 
	/* border-bottom:2px dotted #cccccc; */
	
}
.clo li a{
	text-decoration: none;
	color: darkgray;
	/* border-bottom:2px dotted #cccccc; */
}
.tzgg{
	width: 200px;
	border-radius: 10px ; 
	transform: scale(1,1);box-shadow: 0 0 5px  darkgray;
   margin-right: 4px;
	display:inline-block;
   
}
.blogroll{
	background-color:#dddddd;
	/* border-radius: 5px; */
	height: 30px;
        width: 100%;
	text-align: center;
	letter-spacing:2px;
	color: #white;
	font-size: 18px;
	line-height: 30px;
        float: left;
}
.watermark{
	text-align: center;
}		
.Bthep{
	color: #f20553;
}	
}		