html{margin:0;padding: 0;width:100%;height: 100%;}  
body {margin:0;padding: 0;width:100%;height: 100%;font:normal 100% 'microsoft yahei',Arial,sans-serif;font-size:16px;color: #333;  }  
a{color:#333;text-decoration: none;transition: all 0.35s;}
a:hover{color: #f68a47;}
ul,li,h1,h2,h3,h4,h5,h6,p,span{margin: 0;padding: 0;}
ul,li{list-style: none;}
.wrap{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.clear{clear: both;}

.fl{
	float: left;
}
.fr{
	float: right;
}
/*head*/
.head{
	background-color: #fff;
	height: 131px;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 100;
	background-image: url(../images/topbg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	transition:all 1s;
	-ms-transition:all 1s; 	/* IE 9 */
	-moz-transition:all 1s; 	/* Firefox */
	-webkit-transition:all 1s; /* Safari 和 Chrome */
	-o-transition:all 1s; 	/* Opera */
}

.headscroll {
	opacity:0.95;
	}

.head-fixed{
	box-shadow: 2px 2px 7px #666;
}

.headz{
	height: 131px;
	background:#fff;
}

.head .logo{
	float: left;
	margin-top: 24px;
}
.head .head-social{
	position: absolute;
	right:0;
	top:16px;
}
.head .head-social a{
	display: inline-block;
	margin-right: 8px;
}
.head .head-nav{
	float: right;
	width:810px;
	margin-top: 20px;
}
.head .head-nav ul{}
.head .head-nav ul li{
	float: left;
	text-align: center;
	border-right: 1px solid #405667;
	transition: all 0.5s;
	-ms-transition:all 0.5s;	/* IE 9 */
	-moz-transition:all 0.5s;	/* Firefox */
	-webkit-transition:all 0.5s; /* Safari 和 Chrome */
	-o-transition:all 0.5s;	/* Opera */
}
.head .head-nav ul li>a{
	display: block;
	color: #fff;
	line-height: 50px;
	width:147px;
	
}
.head .head-nav ul li:hover,.head .head-nav ul li.cur{
	background: #263745;
}
.head .head-nav ul li>a.home{
	background: url(../images/icon-2.png) no-repeat;
	background-position: 15px 15px;
}


.m-head{
	display: none;
}

#dl-menu{
	display:none;
	}

/*banner*/
.banner{
	width:100%;
	height: 745px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ban-n{
	width:100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*footer*/
.footer{
	background: #263745;
	color: #d7d7d7;
	padding: 1rem 0;
}
.footer a{
	color:#d7d7d7;
	text-decoration: none;
	transition: all 0.35s;
	}
.footer a:hover{
	color: #f68a47;
	}
.footer .ft .title{color: #fff;line-height: 2rem;border-bottom: 1px solid #494b55;}
.footer .ft .title:after{
	content:" ";
	display: block;
	width:4rem;
	height: 2px;
	background: #f68a47;
}
.footer .ft .list{
	line-height: 2rem;
	padding: 0.5rem 0;
	font-size: 0.875rem;
}
.footer .ft .list a{
	color: #d7d7d7;
}
.footer .ft .list a:hover{
	color: #f68a47;
}
.footer .ft-1{
	float: left;
	width:370px;
}
.footer .ft-2{
	float: left;
	width:170px;
	margin-left: 105px;
}
.footer .ft-3{
	float: left;
	width:350px;
	margin-left: 105px;
}
.footer .ft-3 .share{
	margin-top: 1rem;
}
.footer .ft-3 .share a{
	display: inline-block;
	margin-right: 14px;
}

.footer .copy{
	text-align: center;
	line-height: 1.4rem;
	padding: 1rem 0 0;
	font-size: 0.875rem;
}

/*search*/
.searchbar {
	padding-top:23px;
	margin-right:40px;
}

.searchbar form {
	height: 34px;
}

.searchbar input {
	width: 260px;
	border-radius: 34px;
	border: 1px solid #dedede;
	transition: .3s linear;
	float: right;
	font-family:"微软雅黑";
	-moz-box-shadow:2px 3px 5px #dedede;
	-webkit-box-shadow:2px 3px 5px #dedede;
	box-shadow:2px 3px 5px #dedede;
}

.searchbar input:focus {
	width: 310px;
}

.searchbar button {
	width:30px;
	height:30px;
	background:url(../images/search_bg.png);
	top: 4px;
	right: 4px;
}

.searchbar button:hover {
	background:url(../images/search_bg_hover.png)
}

form {
	position: relative;
	width: 310px;
	margin-left: 33%;
}

input, button {
	border: none;
	outline: none;
}

input {
	width: 100%;
	height: 34px;
	padding-left: 18px;
}

button {
	height: 34px;
	width: 34px;
	cursor: pointer;
	position: absolute;
}

.search_main{
	width:100%;
	text-align:left;
	padding-top:30px;
	}
	
.search_cont{
	line-height:36px;
	color:#000;
	padding-top:25px;
	padding-bottom:20px;
	border-bottom:1px dashed #ccc;
	}
	
.search_cont .h3{
	font-size:18px;
	font-weight:bold;
	float:left;
	}
	
.search_cont .search_date{
	color:#ccc;
	float:right;
	}
.search_cont .sum{
	text-indent:2em;
	font-size:14px;
	color:#666;
	font-weight:normal;
	}
.search_cont .more{
	margin-top:15px;
	float:left;
	}

.search_cont .more a{
	color: #f68a47;
	padding: 6px 16px;
	border:1px solid #f68a47;
}

.search_cont .more a:hover{
	padding: 6px 16px;
	border:1px solid #263745;
	color: #263745;
}

/*中英切换*/

.selectEC {
	padding-top:15px;
	float:right;
	text-align:right;
	}
.selectEC img{
	display:inline-block;
	width:20px;
	margin-right:6px;
	}

.selectEC select{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    height: 34px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
  } 
  
 .selectM {
	padding-top:23px;
	float:right;
	margin-right:65px;
	text-align:right;
	position:relative;
	z-index:1000;
	} 
  
 .selectM img{
	 display:inline-block;
	 width:20px;
	 margin-right:6px;
	 padding-top:10px;
	}

.selectM select{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 80px;
    height: 34px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
  }
  

.footer .copy span {
    margin-left: 20px;
    display: inline;
}
.zxly {
	width:238px;
	margin: 20px auto 0px auto;
	font-size:15px;
}
/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) { 
  
}

/*当屏幕尺寸小于768px时，应用下面的CSS样式*/
@media screen and (max-width: 768px) { 
	.wrap{width:100%;}
	
	.head{
		display: none;
	}
	.m-head{
		display: block;
		position: fixed;
		left:0;
		top:0;
		width:100%;
		height: 5rem;
		background: #fff;
		box-shadow: 2px 2px 7px #ccc;
		z-index: 998;
	}
	.m-head .logo{
		float: left;
		padding:0.5rem;
	}
	.m-head .logo img{
		height: 4rem;
	}
	.m-head .opbtn{
		width:2rem;
		height: 2rem;
		background: url(../images/cate.png) no-repeat;
		background-size: contain;
		margin:1.5rem 1rem 0 0;
		float: right;
	}
	
	#dl-menu{
		display:block;
		position:fixed;
		background:none;
	}
	
	.headz{height: 5rem;}

	.banner{
		height: 18rem;
	}
	.ban-n{
		height: 12rem;
	}

	.footer{
		padding: 1rem 1rem;
		}
    .footer .ft-1,.footer .ft-2,.footer .ft-3{
    	width:100%;
    	display: block;
    	margin:0.4rem 0;
    }
	.footer .ft-3 .share a{
		margin-right:11px;
	}
	.footer .ft-2{
    	display: none;		
		}
	.footer .ft-3 .title{
    	display: none;		
		}
	.footer .ft-3 .list{
    	display: none;		
		}
	.footer .copy span {
		margin-left: 0px;
		display: block;
		line-height:26px;
	}
	.zxly {
		margin:20px 0px 0px 0px;
	}
}