.clearfixed{
	conent:"";
	display: block;
	font-size: 0;
	height:0;
	clear:both;
}
pre {  
white-space: pre-wrap;       /* css-3 */ 
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */ 
white-space: -pre-wrap;      /* Opera 4-6 */ 
white-space: -o-pre-wrap;    /* Opera 7 */ 
word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
} 
.wrap{
	width:1200px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
	background:url(../images/bg.png) repeat-y;
}
@media screen and (max-width:1024px){
	.wrap{
		width:768px;
				font-size: 14px;
	}
}
@media screen and (max-width:1279px) and (min-width:1024px){
	.wrap{
		width: 1000px;
	}
}
@media screen and (max-width:1679px) and (min-width:1280px){
	.wrap{
		width:1200px;
	}
}
@media screen and (min-width:1680px){
	.wrap{
		width:1400px;
	}
}
.head-log{
	width : 100%;
	height : 116px;
	background: url(../images/head_logo.jpg) center 0;
	background-size: 100% 100%;
}
.head-log .user{
	/*width : 180px;*/
	padding-top: 45px;
	float:right;
	margin-right:10px;
}
.no-login{
	display:none;
}
.head-log .user .log,
.head-log .user .reg,
.head-log .user .message{
	/*display: block;*/
	display: inline-block;
	height:30px;
	line-height: 26px;
	width:70px;
	border-radius: 3px;
	text-align: center;
	border:1px solid #eee;
	float:left;
	margin-right:10px;
}

/* 消息提醒start */
.head-log .user .message{
	width: 40px;
	position:relative;
}
.message img{
	width: 100%;
	height: auto;
	cursor: pointer;
}
.message .message-num{
	display: block;
	height:16px;
	line-height: 16px;
	position: absolute;
	right: -6px; 
	top : -8px;
	border-radius: 999px;
	padding: 0 5px;
	font-size: 12px;
	background-color: red;
	color:#fff;
}
.message .message-container{
	display: none;
	position:absolute;
	width:400px;
	height:303px;
	border: 1px solid #ccc;
	right:-80px;
	overflow:hidden;
	-webkit-box-shadow: 0 5px 7px -3px #ccc;
	-moz-box-shadow: 0 5px 7px -3px #ccc;
	-ms-box-shadow: 0 5px 7px -3px #ccc;
	-o-box-shadow: 0 5px 7px -3px #ccc;
	box-shadow: 0 5px 7px -3px #ccc;
	border-radius: 5px;
}
.message:hover .message-container{
	display: block;
}
.message .message-head{
	height: 42px;
	line-height: 42px;
	text-align: right;
	background-color: #fff;
	padding:0 16px;
	border-bottom: 1px solid #ddd;

}
.message .message-head a{
	font-size: 14px;
	color:#2378ff;
}
.message .message-head a:hover{
	color:#2388ef;
}
.message .message-body{
	position: absolute;
	width:100%;
	top:42px;
	bottom:0;
	overflow:auto;
	background-color: #f6fafc;
}
.message .message-item{
	height:52px;
	line-height: 52px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.message .message-item a{
	display: block;
	overflow: hidden;
	padding:0 16px;
}
.message .message-item a:hover .message-text{
	color: #3388ff;
}
.message .message-item .message-text{
	width:70%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	color:#666;
	font-size: 14px;
	font-weight: bold;
}
.message .message-item .message-time{
	float: right;
	color:#999;
	font-size: 14px;
}
/*消息提醒end*/


.head-log .user .log{
	color:#fff;
	background-color: #3388ff;
}

.head-log .user .reg{
	color:#e4e5e9;
	background-color: #fff;
}
.head-log .user .log:hover,.head-log .user .reg:hover{
	opacity: 0.8;
}
.tab{
	width:100%;
	overflow:hidden;
	background-color: #3ea0ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#81cbff), color-stop(0.5, #52aeff), to(#3095fb));
	background-image:gradient(linear, left top, left bottom, from(#81cbff), color-stop(0.5, #52aeff), to(#3095fb));
}
.tab ul {
	width:90%;
	margin:0 auto;
	clear:both;
}
.tab ul li{
	height:50px;
	float:left;
	display:inline-block;
	*display:inline;
	*zoom:1; 
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.tab ul li.active,.tab ul li:hover{
	background: #2b97f0;
	margin-left:-2px;
	padding-left:2px;
}
.tab ul li a{
	display:block;
	width:100%;
	height:50px;
	text-align: center;
	padding:16px 36px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background:url("../images/fengexian.png") no-repeat right center;
	
}
@media screen and (max-width:1279px) and (min-width:1024px) {
	.tab ul li a{
		padding:16px 24px;
	}
	
}
@media screen and (max-width:1023px){
	.tab ul li a{
		padding:16px 10px;
	}
	
}
.tab ul li a.last,.tab ul li a.prev{
	background:none;
}
.tab ul li:hover a,.tab ul li.active a{
	background: none;
}
.sy-content{
	width:79%;
	margin:0 auto;
	padding-top: 85px;
}

/*公告显示滚动start*/
.myscroll { 
	// width: 83%; 
	height: 26px; 
	margin: 10px auto;  
	line-height: 26px; 
	font-size: 16px; 
	overflow: hidden;
}
.myscroll li { 
	height: 26px;
}
.myscroll a { 
	color: #333; 
	text-decoration: none;
}
.myscroll a:hover { 
	color: #3388ff; 
	text-decoration: underline;
}
/*公告显示滚动end*/

.sy-search{
	width:83%;
	margin: 0 auto;
	overflow:hidden;
}
.sy-search .search-input{
	margin-top:10px;
	clear:both;
}
#searchConent{
	width:82%;
	height : 52px;
	line-height: 52px;
	text-indent: 26px;
	border:1px solid #ccc;
	font-size: 16px;
	float:left;
}
#submit-btn{
	width:17%;
	height : 52px;
	line-height: 52px;
	text-align: center;
	background-color: #3388ff;
	color:#fff;
	font-size: 18px;
}
.choose{
	padding:16px 0;
}
.choose label{
	margin-right:16px;
}
.r-text{
	margin-left:10px;
	color:#000;
}


.sy-list{
	margin:36px 0;
}
.list-container{
	width:100%;
	overflow:hidden;
}
.list-container .list-detail{
	width:27%;
	height:150px;
	background-color: #fff;
	float:left;
	margin:0 3%;
	margin-bottom:6%;
	background-repeat: no-repeat;
	background-position: 93% 30px;
}
@media screen and (max-width:1000px) {
	.list-container .list-detail{
		width:27%;
	}
}
.list-container .list-detail a{
	display:block;
}
.wenti{
	background-image: url("../images/question.png");
}
.biaodan{
	background-image: url("../images/form.png");
}
.weitou{
	background-image: url("../images/weitou.png");
}
.shishi{
	background-image: url("../images/shishi.png");
}
.gonggongguan{
	background-image: url("../images/gonggongguan.png");
}
.zhuanjia{
	background-image: url("../images/zhuanjia.png");
}

.list-detail .tit-zh{
	width:60%;
	margin-left:8%;
	margin-top:40px;
	margin-bottom:10px;
	line-height: 22px;
	font-weight: bold;
}
.list-detail .tit-en{
	width:40%;
	margin-left:8%;
	font-size: 13px;
	line-height: 18px;
}
.gonggongguan .tit-zh{
	margin-top:20px;
}

.footer{
    height: 109px;
	background: url("../images/footer_bg.png") no-repeat;
	font-size: 13px;
	color:#aaa;
}
.footer-tab{
	text-align: center;
	padding:24px 0 6px;
}
.copy-right{
	text-align: center;
	padding:6px 0 24px;
}
.footer-tab .fenge{
	margin:0 10px;
}
.font1{
	font-size:18px !important;
}
.font2{
	font-size: 20px !important;
}
.mar-r6{
	margin-right : 6px;
}
.mar-l10{
	margin-left : 10px;
	border-radius: 100px;
	background-color: #67ba2f;
	color:#fff;
	padding:2px;
	font-size: 18px !important;
}

.log-modal{
	width:500px;
	height:420px;
	background-color: #fff;
	border-radius: 8px;
	padding:10px;
	margin:0 auto;
	position:fixed;
	left:50%;
	top:200px;
	margin-left : -250px;
	z-index: 100;
	display:none;
}
.log-head{
	border-bottom: 1px dashed #ccc;
	padding:10px 10px 20px 30px;
}
.left-line{
	border-left:4px solid #007fe1;
	margin-right:10px;
}
.tit-name{
	color:#007fe1;
}
.log-tit{
	height:30px;
	line-height: 30px;
	font-size: 18px;
}
.log-close{
	font-size: 30px;
	cursor:pointer;
}
.log-content{
	width:350px;
	padding :10px 0;
	margin: 0 auto;
}
.log-username,.log-libs,.log-password,.log-password-s,.log-auto{
	position:relative;
	margin-top:20px;
	height:38px;
}
.log-icon{
	position:absolute;
	display:block;
	width:38px;
	height : 38px;
	text-align: center;
	line-height: 38px;
	font-size: 20px !important;
	border-right : 1px solid #ccc;
}
.log-username input,.log-username select,.log-password input,.log-password-s input{
	height : 38px;
	line-height: 38px;
	width : 100%;
	text-indent: 45px;
	border:1px solid #ccc;
}
.log-libs select{
		height : 38px;
	line-height: 38px;
	width : 47%;
	text-indent: 45px;
	border:1px solid #ccc;
}
.log-submit{
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #007fe1;
	color:#fff;
	margin:5px auto 20px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	cursor: pointer;
}
.log-submit-s{
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #007fe1;
	color:#fff;
	margin:5px auto 20px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	cursor: pointer;
}
.log-submit:hover{
	background-color: #118ff2;
}
.mask{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index: 10;
	display:none;
}

/*点赞start*/
.zancai{
	text-align: right;
}
.zancai-container{
	display:inline-block;
	border-radius: 999px;
	border:1px solid #ccc;
	height:30px;
	line-height: 30px;
	color:#ccc;
}
.item-left{
	float:left;
	color: #38b1eb;
}
.item-right{
	float:right;
	color:#999;
}
.zancai-item{
	padding: 0 8px;
	cursor: pointer;
}
.zan-num,.zan-text{
	width:44px;
	text-align: center;
}
.zan-text{
	display:inline-block;
}
.zan-num{
	display: none;
}
.item-left:hover .zan-text,
.item-right:hover .zan-text{
	display:none;
}
.item-left:hover .zan-num,
.item-right:hover .zan-num{
	display: inline-block;
}
/*点赞end*/

/*个人中心start*/
.personal-container{
	position:relative;
	height:38px;
}
.personal-select{
	position:relative;
	z-index: 2;
	height:38px;
	min-width: 180px;
	line-height: 38px;
	overflow:hidden;
	border-radius: 38px;
	border:2px solid #ccc;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	padding-right:16px;
	background-color:#fff;
	text-align: center;
}
.personal-select .user-img{
	height:38px;
	width:38px;
	display:inline-block;
	vertical-align: top;
	float:left;
	position:relative;
}
.personal-select .user-img img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.personal-select .user-name{
	margin:0 6px;
	vertical-align: top;
}
.down-caret{
	display:inline-block;
	padding-top:3px;
	float:right;
}
.personal-options{
	position:relative;
	z-index: 1;
	width:100%;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 4px;
	margin-top:-20px;
	height:0;
	overflow:hidden;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.personal-container:hover .personal-options{
	height:227px;
}
.personal-options ul {
	margin-top:18px;
}
.personal-options li {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.personal-options li:last-child{
	border-bottom: none;
}
.personal-options li a{
	display:block;
	padding:12px 10px;
	color:#666;
	text-decoration:none;
}
.personal-options li a i{
	font-size: 20px;
}
.personal-options li a span{
	vertical-align: top;
}
.personal-options .icon-nitification{
	position:relative;
}
.message-tip{
	display:block;
	width:8px;
	height:8px;
	border-radius: 4px;
	background-color: #c00;
	position:absolute;
	right:0;
	top:0;
}
.personal-options a:hover{
	color:#3388ff;
}
.exit-login{
	cursor:pointer;
}
/*个人中心end*/

.head-log .user .log{
	color:#666;
	background-color: #FFF;
}
.head-log .user .reg {
    color:#666;
    background-color: #fff;
}
.head-log .user .log, .head-log .user .reg, .head-log .user .message {
    /* display: block; */
    display: inline-block;
    height: 30px;
    line-height: 26px;
    width: 70px;
    border-radius: 0px;
    text-align: center;
    border: 0px solid #eee;
    float:none; 
    margin-right: 10px;
}


/*走马灯*/
.scrollDiv ul,li{list-style-type:none;vertical-align: middle;color:ccc;}
.scrollDiv a:hover{text-decoration:underline;}
.scrollDiv {height:20px;line-height:20px;overflow:hidden;	}
.scrollDiv li{height:20px;overflow: hidden;}


.d1{
margin:10px auto;
margin-left:10px;
width:400px;
--background-color:#CCCCCC;
height:20px;
overflow:hidden;
white-space:nowrap;
}
.d2{
margin:0px auto;
background-color:#FF9933;
}
.div2{
width:auto;
height:20px;
font-size:12px;
}
.div2 a{text-decoration:underline;margin-left: 90px}
.div2 a:hover{text-decoration:underline; color: blue}
/*走马灯end*/


/*loading*/
.loading{  
    width:213px;  
    height:56px;  
    position: absolute;  
    top:50%;  
    left:50%;  
    line-height:56px;  
    color:#fff;  
    padding-left:60px;  
    font-size:15px;  
    background: #000 url(../images/loader.gif) no-repeat 10px 50%;  
    opacity: 0.7;  
    z-index:9999;  
    -moz-border-radius:20px;  
    -webkit-border-radius:20px;  
    border-radius:20px;  
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  

}  

.fixloading{  
           position: fixed;
     margin:auto;
       top:50%;  
    left:50%; 
      _position: absolute;  
       _clear: both;   
       _top:expression(eval(document.compatMode &&   
               document.compatMode=='CSS1Compat') ?   
               documentElement.scrollTop   
               +(documentElement.clientHeight-this.clientHeight) - 1   
               : document.body.scrollTop   
               +(document.body.clientHeight-this.clientHeight) - 1); 
}  
/*loading*/

/*兼容ie7*/
.personal-container{
	*width: 200px;
}
li{
	*vertical-align:auto;
}
.model UL{
	*height: auto;
}
.head-log .user .log{
	float: left;
}