/*-----重置代码-----*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}
body{
	font-size:12px;
	font-family:"Microsoft YaHei","Arial Narrow",HELVETICA;
	background:#fff;
	-webkit-text-size-adjust:100%;
	min-width: 1200px;
} 

em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
p{word-wrap:break-word} 
a{text-decoration: none;
   cursor: pointer;
}
/*-----通用-----*/
body{
	 background-color: #fff;
}

ul li a{
	font-size: 16px;
    color: #393939;
    text-decoration: none;
    line-height: 36px;
}
ul li a:hover{
	color: #1a77bd;
}
ul li span{
	line-height: 36px;
	font-size:14px;
	color:#999;
	float:right;
}
.lm-title{
	width: 100%;
    height: 38px;
	margin:0 auto;

}

.lanmu_title{
	display:inline-block;
	*display:inline;
	*zoom:1;    
    font-size: 18px;
    position: relative;
	float:left;
}
.lanmu_title a{
	color: #0b65a9;
    line-height: 38px;
    font-weight: bold;
	margin: 0 6px;
}
.more{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 50px;
	font-size: 14px;
	line-height: 38px;
	color: #666666;
	float:right;
	text-align: center;
}
.more:hover{
	color: #0b65a9;
}
.container{
	width:1140px;
	margin:0 auto;
}
.clear{
	height: 20px;
    overflow: hidden;
    clear: both;
}
.min-clear{
	height: 14px;
    overflow: hidden;
    clear: both;
}

.lanmu ul{
	clear: both;
	width: 328px;
	margin:0 auto;
	padding-top: 6px;
}
.lanmu ul li{
	background:url(icon2.jpg) no-repeat left ;
	padding-left: 12px;
	margin-left:2px;
}
.lanmu ul li a,.lanmu ul li span{
    line-height: 36px;
}
.box{
	border:1px solid #dcdcdc;
}

/*-----轮播-----*/
div.slideBox{ position:relative; width:621px; height:408px; overflow:hidden;z-index:100;}
	div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
	div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
	div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
	div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important; display:block; border:none/*For IE.ADD.JENA.201206300844*/;}
	div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:40px; background-color:#000; overflow:hidden;}
	div.slideBox div.tips div.title{ position:absolute; left:10px; top:0px; height:100%;}
	div.slideBox div.tips div.title a{ color:#FFF; font-size:14px; line-height:40px; margin-left:10px; text-decoration:none;}
	div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
	div.slideBox div.tips div.nums{ position:absolute; right:10px; top:0px; height:100%;}
	div.slideBox div.tips div.nums a{   display: inline-block;
										width: 8px;
										height: 8px;
										background-color: #FFF;
										text-indent: -99999px;
										margin: 16px 6px 0px 0px;
									}
	div.slideBox div.tips div.nums a.active{ background-color:#f8ae30;}
/*-----logo-----*/
.head{
	background-color: #fff;
	width:100%;
	margin: 0 auto;
}
.welcome {
	padding-left:20px;
	height:42px;
	background:#eee;
}
.welcome span{ 
	color:#393939;
	font-size:16px;
	line-height:42px;
}


/*-----nav-----*/
.nav-line{
	background-color: #1a77bd;
    width: 1140px;
    height: 54px;
	margin:0 auto;
}
.nav {
	float:left;
	font-size: 0;
}
.search{
    float: right;
    height: 54px;
	line-height:54px;
	margin-right:20px;
}

#colorNav > ul > li{ /* will style only the top level li */
	width: 88px;
	height: 54px;
	list-style: none;
    text-align: center;
    padding: 0 12px;
	display: inline-block;
	vertical-align:middle;  /*去掉下边距*/
	background: url(nav_bk.png) no-repeat left #1a77bd;
	position:relative;
}

#colorNav > ul > li > a{
	text-decoration:none !important;
	font-size: 18px;
    color: #fff;
    line-height: 54px;
}

#colorNav li ul{
	position:absolute;
	list-style:none;
	text-align:center;
	width:160px;
	left:50%;
	margin-left:-80px;
	top:50px;
	font:bold 14px 'Microsoft YaHei', sans-serif;
	z-index:1000;
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}

#colorNav li ul li{
	background-color:#0e5285;
	z-index:1000;
}

#colorNav li ul li a{
	padding:12px;
	color:#fff !important;
	text-decoration:none !important;
	display:block;
	font-size:14px;
	line-height:30px;
}

#colorNav li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#10568b;
}
#colorNav ul li:hover{
	background-color: #0e5285;
}

#colorNav li ul li:hover{
	background-color:#1a77bd;
}

#colorNav li ul li:first-child{
	border-radius:3px 3px 0 0;
	margin-top:25px;
	position:relative;
}

#colorNav li ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#313131;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

#colorNav li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

/* This will trigger the CSS */
/* transition animation on hover */

#colorNav li:hover ul{
	max-height:480px; /* Increase when adding more dropdown items */
}


/* ///////////zhuankan?////// */


.zhuankan {
	height:90px;
	border-bottom:1px solid #e5e5e5;
}
.zhuankan .zhuankan-title{
	width:100%;
	text-align:center;
}
.zhuankan .zhuankan-title h1{
	font-size: 32px;	
	color:#0b65a9;
	letter-spacing:2px;
	display:inline-block;
}
.zhuankan .zhuankan-title h1:first-child{
	color:#f9122c;
}
.zhuankan-inner{
	text-align:center;
}
.zhuankan-inner a{
	font-size: 16px;	
	color:#393939;
	line-height:44px;
	padding:0 10px;
}
.zhuankan .more{
	font-size: 14px;	
	color:#1a77bd;
	float:right;
	line-height:44px;
}

/*-----mid-left-----*/
.mid1_left{
	width: 942px;
	height:335px;
	padding:10px;
	float: left;
}
.mid1_mid_ul li {

	margin-left: 2px;
}
.mid1_mid_left{
	width: 366px;
	height:335px;
	margin-left: 16px;
	float: left;
}
.mid1_mid_left .lm-title{
	width:383px;
	border-bottom:2px solid #0b65a9 ;
}
 .pic-play{
	 width:536px;
	height:333px;
	 float:left;

 } 
 .mid1_right{
	 width:157px;
	height:355px;
	float:right;
	background-color:#1a77bd;
 }
 .mid1_right .lanmu_title a {
	 line-height: 42px;
 }

.mid1_right_inner ul{
	text-align:center;
	padding-top:10px;
}
.mid1_right_inner ul li{
	height:70px;
	padding:4px 0;
	margin-bottom: 8px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.mid1_right_inner ul li:hover{
	background: #6099c5;

}
.mid1_right_inner ul li span{
	display:block;
	line-height: 36px;
    font-size: 18px;
    color: #fff;
    float:none;
}
.lm-abstract{
	width: 370px;
	margin: 0 auto;
	
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.lm-abstract p{
	margin-top: 10px;
	width: 350px;
	padding-left:10px;
}

.lm-abstract-tt{
	font-size: 16px;
	color: #393939;
	font-weight: bold;
 }

.lm-abstract-ab {
	font-size: 14px;
	color: #8d8d8d;
}

/*-----icon-----*/

.icon {
	width: 1140px;
    margin: 0 auto;
    padding: 18px 0;
    background: #e3f1fc;
}
.icon  a {
	text-align:center;
	padding: 0 22px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.icon  a:first-child{
   padding: 0 8px 0 23px;
}
.icon a:hover{

	opacity:0.6;
}
.icon span {
	display:block;
	font-size: 16px;
	color: #333;
	padding-top:10px;
}

/*-----mid2-----*/
.mid2 .lanmu {
	width:369px;
	height:286px;
	float:left;
	margin-left: 13px;
	border-top:2px solid #0b65a9;
}
.mid2 .lanmu:first-child{
	margin-left:0;
}
.mid2 .lanmu .lm-title{
	width:334px;
	padding-top:12px;
}

/*-----第二个专题-----*/
.zt-half1 {
	float:left;
}
.zt-half2 {
	float:right;
}
/*-----mid3-----*/
.mid3 {
	
	margin-left: -15px;
	
}
.mid3 .lanmu .lm-title{
	height:36px;
	background-color:#eeeeee;
}
.mid3 .lanmu ul {
    clear: both;
    width: 436px;
    margin: 0 auto;
    padding-top: 6px;
}
.mid3 .lanmu .lm-title .lanmu_title{
	padding-left:10px;
}
.mid3 .lanmu .lm-title .more {
	padding-right:10px;
}
.mid3 .mid3-left {
	float:left;
}
.mid3 .mid3-right {
	float:right;
	height: 415px;
}
.mid3 .lanmu{
	width: 443px;
	height: 220px;
	float: left;
	margin-left: 15px;
}

.mid3 .mid3-right .lm-title2{
	width: 220px;
	height: 36px;
	margin:0 auto;
	background:#1a77bd;
	text-align:center;
}
.mid3 .mid3-right .lm-title2 a{ 
	font-size:18px;
	color:#fff;
	line-height:36px;
	
}
.ewm{
	width: 220px;
	margin: 0 auto;
	padding-top: 8px;
	text-align:center;
 }
.ewm dl {
	margin-top:8px;
	margin-bottom: 8px;
}

.ewm dd{
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
/*-----gundong-----*/
.gundong {
	width: 900px;
	height:175px;
	margin-left:15px;
	
}

.gundong .lm-title2{
	width:42px;
	height:175px;
	margin:0 auto;
	background:#1a77bd;
	text-align:center;
	float:left;
}
.gundong .lm-title2 a{
	width:20px;
	font-size:18px;
	color:#fff;
	line-height:16px;
}
.gundong_pic {
    width: 840px;
    padding: 12px 0 0 14px;
    margin-left: 6px;
}
.gundong_pic a{
	display:block;
}
.gundong_pic  ul li {
	margin-right:20px;
}
.gundong_pic span {
	width:207px;
	display:block;
	text-align:center;
}
/*-----footer-----*/
.footer{
	height:58px;
	background:#fff;
}
.footer .lanmu_title{
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#136096;
    font-size: 16px;
	line-height: 58px;
	background: url("icon3.jpg") left no-repeat;
	padding-left: 20px;
}
.link {
	background: #1a77bd;
    margin-top:10px;
}
.link .lanmu_title{
	border-bottom: none;
	color:#fff;
}
.links{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height: 58px;
	margin-left:20px;
}
.links a{
	color:#fff;
	font-size:14px;	
	margin-right:16px;
}
.copyright{
	padding-top: 40px;
    padding-bottom: 60px;
	background:url(footerbg.png) no-repeat center;
}
.copyright p{
	color: #393939;	
    font-size: 14px;
	line-height:30px;
    text-align: center;
    
}