﻿
/*

By  鱼 
QQ  594074555

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
@media screen and (max-width: 768px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}
a{ text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;width: 100%;}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}
img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;}
.mid{width: 1440px;margin-left: auto;margin-right: auto;}
.mid:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
@media screen and (max-width: 1500px){.mid{width: 1200px;}}
@media screen and (max-width: 768px){.mid{width: 100% !important;padding-left: 4%;padding-right: 4%}}
body{position: relative;}
.clear{clear: both;}
.mt2{margin-top: 2% !important;}
.mb2{margin-bottom: 2% !important;}
.pt2{padding-top: 2% !important;}
.pb2{padding-bottom: 2% !important;}
.mt0{margin-top: 0% !important;}
.mb0{margin-bottom: 0% !important;}
.pt0{padding-top: 0% !important;}
.pb0{padding-bottom: 0% !important;}
.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.Edi{word-wrap: break-word;word-break: normal;line-height: 1.5em;}
.Edi *{max-width: 100%;}
.Edi:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
/*********************************/


/*公共头部*/
	.Pubtop{
		height: 95px;
		background-image: url(../images/top_bg.png);
		background-repeat: no-repeat;
		background-position: 80% bottom;
	}
	.Pubtop .logo{
		display: block;
		float: left;
		height: 67px;
		margin-top: 14px;
	}
	@media screen and (max-width: 1500px){
		.Pubtop .logo{
			height: 50px;
			margin-top: 22.5px;
		}
	}
	.Pubtop .right{
		float: right;
	}
	.Pubtop .loginbox{
		margin-top: 23px;
		text-align: right;
	}
	.Pubtop .loginbox>a{
		display: inline-block;
		font-size: 14px;
		line-height: 1.5em;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
	.Pubtop .loginbox>a:hover{
		text-decoration: underline;
		color: #009944;
	}
	.Pubtop .loginbox>a.zc{
		margin-right: 10px;
	}
	.Pubtop .logining{
		margin-top: 15px;
		position: relative;
	}
	.Pubtop .logining .top{
		width: 100%;
		vertical-align: middle;
	}
	.Pubtop .logining .top img{
		display: inline-block;
		width: 30px;
		height: 30px;
		vertical-align: middle;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.Pubtop .logining .top span{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #333333;
		padding: 0 10px;
		vertical-align: middle;
	}
	.Pubtop .logining .top i{
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 30px;
		background: url(../images/a16.png) center no-repeat;
	}
	.Pubtop .logining .bottom{
		width: 100px;
		height: 30px;
		background: #fff;
		border: 1px solid #ccc;
		text-align: center;
		line-height: 28px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 14px;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 500;
		display: none;
	}
	.Pubtop .logining .bottom a{color: inherit;}
	.Pubtop .logining .bottom:hover{
		color: #f08200;
	}
	.Pubtop .logining:hover .bottom{
		display: block;
	}
	.Pubtop .otherbox{
		text-align: right;
		position: relative;
		margin-top: 10px;
	}
	.Pubtop .otherbox p{
		font-size: 16px;
		color: #666;
		float: left;
	}
	.Pubtop .otherbox img.sma{
		display: block;
		width: 24px;
		height: 24px;
		background: #bdbdbd;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-left: 10px;
	}
	.Pubtop .otherbox img.sma:hover{
		background: #009944;
	}
	.Pubtop .otherbox img.big{
		display: none;
		width: 100px;
		height: 100px;
		background: #fff;
		box-shadow: 0 0 5px #666;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 5;
	}
	.Pubtop .otherbox img.sma:hover+img.big{
		display: block;
	}
	.Pubnav{
		width: 100%;
		height: 60px;
		background: #009944;
	}
	.Pubnav .list{
		float: left;
		width: 82%;
		height: 60px;
	}
	.Pubnav .list li{
		width: 12.5%;
		text-align: center;
		height: 60px;
		line-height: 60px;
		position: relative;
		font-size: 16px;
		float: left;
	}
	.Pubnav .list li a{
		display: block;
		width: 100%;
		line-height: inherit;
		height: inherit;
	}
	.Pubnav .list li p{
		color: #ffffff;
		opacity: 1;
		filter:alpha(opacity=100);
	}
	.Pubnav .list li p,
	.Pubnav .list li span{
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}
	.Pubnav .list li span{
		color: #f2e50b;
		position: absolute;
		text-transform: uppercase;
		left: 0;
		top: 0;
		width: 100%;
		height: inherit;
		line-height: inherit;
		z-index: 5;
		opacity: 0;
		filter:alpha(opacity=0);
		overflow: hidden;
	}
	.Pubnav .list li.on p,
	.Pubnav .list li:hover p{
		opacity: 0;
		filter:alpha(opacity=0);
	}
	.Pubnav .list li.on span,
	.Pubnav .list li:hover span{
		opacity: 1;
		filter:alpha(opacity=100);
	}
	.Pubnav .search{
		float: right;
		width: 17%;
		height: 38px;
		background: #27ba68;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		margin-top: 11px;
	}
	.Pubnav .search input[type="text"]{
		float: left;
		width: 80%;
		padding: 0 5%;
		height: inherit;
		font-size: 14px;
		color: #fff;
		border: none;
		background: none;
		outline: none;
		line-height: 38px;
		display: block;
	}
	.Pubnav .search input[type="button"]{
		border: none;
		background: none;
		outline: none;
		width: 20%;
		float: right;
		height: inherit;
		display: block;
		background: url(../images/search_btn.png) center no-repeat;
		cursor: pointer;
	}
	.waptop{
		width: 100%;
		height: 49px;
		padding-right: 15px;
		display: none;
	}
	.waptop .logo{
		display: block;
		position: absolute;
		left: 15px;
		top: 50%;
		height: 30px;
		margin-top: -15px;
	}
	.waptop em{
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/search_btn.png) center no-repeat;
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
		float: right;
		margin-top: 5px;
	}
	.waptop em a{
		display: block;
		height: 100%;
	}
	.waptop .login{
		float: right;
		font-size: 12px;
		line-height: 50px;
		height: 50px;
		padding: 0 10px 0 0;
		color: #f08200;
	}
	.waptop .register{
		float: right;
		font-size: 12px;
		line-height: 50px;
		height: 50px;
		padding: 0 0 0 10px;
		color: #f08200;
		position: relative;
	}
	.waptop .register:before{
		content: "";
		display: block;
		background: #f08200;
		width: 1px;
		height: 10px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -5px;
	}
	.waptop .loginimg{
		float: right;
		line-height: 50px;
		height: 50px;
		padding: 0 10px;
	}
	.waptop .loginimg img{
		display: block;
		width: 30px;
		height: 30px;
		margin: 10px 30px 0 auto;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.navmenu{
		position: absolute;
		right: 10px;
		top: 50%;
		width: 30px;
		height: 30px;
		margin-top: -12px;
		cursor: pointer;
		border-top: 2px solid #009944;
	}
	.navmenu:before,
	.navmenu:after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #009944;
		position: absolute;
		left: 0;
		-webkit-transition: all .3s ease-out 0s;
    	transition: all .3s ease-out 0s;
	}
	.navmenu.on{
		border-top: none;
		margin-top: -15px;
	}
	.navmenu.on:before{
		background: #f6ac0e;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
	}
	.navmenu.on:after{
		background: #f6ac0e;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;
	}
	.navmenu:before{
		top: 8px;
	}
	.navmenu:after{
		bottom: 8px;
	}
	.header .waptop .list{
		position: absolute;
		top: 100%;
		right: 0;
		background: rgba(0,0,0,0.5);
		text-align: center;
		width: 200px;
		overflow: hidden;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.header .waptop .list.on{
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.header .waptop .list li{
		width:100%;
		height: 36px;
		line-height: 36px;
	}
	.header .waptop .list li a{
		display: block;
		width: 100%;
		height: inherit;
		line-height: inherit;
		font-size: 14px;
		color: #fff;
	}
	.header .waptop .list li.on a{
		color: #f08200;
	}

/*公共底部*/
	.Pubfooter{
		width: 100%;
		border-top: 3px solid #009944;
		background: #edeeed;
		padding: 40px 0 36px 0;
	}
	.Pubfooter .left,
	.Pubfooter .left2,
	.Pubfooter .left3{
		float: left;
		width: 320px;
		padding-right: 40px;
	}
	.Pubfooter h2{
		font-size: 16px;
		color: #009944;
		font-weight: normal;
		padding-bottom: 30px;
	}
	.Pubfooter .left p{
		font-size: 12px;
		color: #666666;
		line-height: 2em;
		height: 8em;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow:ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		text-align: justify;
	}
	.Pubfooter .left2 ul li{
		position: relative;
		padding-left: 32px;
		min-height: 30px;
	}
	.Pubfooter .left2 ul li img{
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		left: 0;
		top: -2px;
	}
	.Pubfooter .left2 ul li span{
		display: block;
		font-size: 12px;
		color: #666666;
		line-height: 1.5em;
	}
	.Pubfooter .left3 .big{
		display: block;
		width: 90px;
		height: 90px;
		float: left;
	}
	.Pubfooter .left3 .qq{
		float: left;
		position: relative;
		width: 40px;
		height: 40px;
		margin-top: 50px;
		margin-left: 15px;
	}
	.Pubfooter .left3 .a{
		display: block;
		width: 40px;
		height: 40px;
		float: left;
		background: #009944;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		margin-top: 50px;
		margin-left: 8px;
		cursor: pointer;
	}
	.Pubfooter .left3 .a:hover{
		background: #f6ac0e;
	}
	.Pubfooter .left3 .qq .a{
		float: none;
		margin-top: 0;
		margin-left: 0;
	}
	.Pubfooter .left3 .qq .b{
		display: block;
		width: 100px;
		height: 100px;
		position: absolute;
		left: 0;
		bottom: 50px;
		display: none;
		box-shadow: 0 0 10px #ddd;
	}
	.Pubfooter .left3 .qq .a:hover+.b{
		display: block;
	}
	.Pubfooter .right{
		float: right;
		width: 230px;
	}
	.Pubfooter .right select{
		width: 100%;
		height: 48px;
		border: 1px solid #dddddd;
		background: #fff;
		padding: 0 10px;
		outline: none;
		display: block;
		color: #666;
		margin: 40px 0 40px 0;
		font-size: 14px;
	}
	.Pubfooter .right span{
		display: block;
		text-align: right;
		font-size: 12px;
		color: #929292;
	}
	.Pubfooter .right span a{
		color: #929292;
	}
	.Pubfooter .right span a:hover{
		color: red;
		text-decoration: underline;
	}
	.wapbottom{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-moz-box-align: justify;
		-ms-flex-align: center;
		justify-content: space-between;
		align-content: center;
		height: 49px;
		display: none;
	}
	.wapbottom li{
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		box-sizing: border-box;
		display: block;
		height: 49px;
	}
	.wapbottom li a{
		display: block;
		height: 49px;
	}
	.wapbottom li a i{
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
		background-repeat: no-repeat;
		-webkit-background-size: 60px 120px;
		background-size: 60px 120px;
		background-image: url(../images/wap_bottom.png);
	}
	.wapbottom li a p{
		font-size: 12px;
		color: #fff;
		line-height: 19px;
	}
	.wapbottom li.on p{color: #f08200;}
	.wapbottom li.btn1 a i{background-position: 0 0}
	.wapbottom li.btn2 a i{background-position: 0 -30px}
	.wapbottom li.btn4 a i{background-position: 0 -60px}
	.wapbottom li.btn3 a i{background-position: 0 -90px}
	.wapbottom li.on.btn1 a i{background-position: -31px 0}
	.wapbottom li.on.btn2 a i{background-position: -30px -30px}
	.wapbottom li.on.btn4 a i{background-position: -30px -60px}
	.wapbottom li.on.btn3 a i{background-position: -30px -90px}

/*整体响应+头尾*/
	@media screen and (max-width: 768px){
		.header{
			width: 100%;
			height: 50px;
			border-bottom: 1px solid #009944;
			position: relative;
			z-index: 10;
			background: #fff;
		}
		.footer{
			width: 100%;
			height: 50px;
			position: fixed;
			left: 0;
			bottom: 0;
			z-index: 10;
			background: #009944;
			border-top: 1px solid #ededed;
		}
		.wrapper{
			width: 100%;
			position: none;
			top: 0;
			bottom: 50px;
			z-index: 0;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
		}
		.scrollbox{
		    position: relative;
		    overflow: hidden;
		}
		.header .Pubtop,
		.header .Pubnav{
			display: none;
		}
		.waptop{
			display: block;
		}
		.Pubfooter{
			display: none;
		}
		.wapbottom{
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
		}
	}

/*内页banner*/
	.nei_banner{
		font-size: 20px;
		width: 100%;
		height: 10em;
		position: relative;
		overflow: hidden;
	}
	.nei_banner img{
		display: block;
		width: 96em;
		height: 10em;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -48em;
	}
	.nei_banner .word{
		display: block;
		position: absolute;
		left: 50%;
		top: 68%;
	}
	.nei_banner .word a{
		display: inline-block;
		width: 7.5em;
		text-align: center;
		padding: 0.2em 0;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		margin: 0 1em;
		color: #fff;
		background-color: #aaaaaa;
		line-height: 150%;
		position: relative;
		top: 0;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		background-repeat: repeat-y;
		background-position: center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.nei_banner .word a:first-child{
		background-color: #da041e;
		background-image: url(../images/nerban_bg.jpg);
	}
	.nei_banner .word a span{
		font-size: 14px;
	}
	.nei_banner .word a:hover{
		top: -5px;
		background-color: #da041e;
		box-shadow: 0 0 5px #da041e;
		background-image: url(../images/nerban_bg.jpg);
	}
	@media screen and (max-width: 768px){
		.nei_banner{
			font-size: 14px;
		}
		.nei_banner .word{
			left: 0;
			width: 100%;
			text-align: center;
		}
		.nei_banner img {
			display: block;
			width: 72em;
			height: 10em;
			position: absolute;
			left: 50%;
			top: 0;
			margin-left: -41em;
		}
	}

/*面包屑导航*/
	.nei_mbx{
		width: 100%;
		background: #f1f1f1;
		color: #bbbbbb;
	}
	.nei_mbx .mid{
		height: 45px;
		line-height: 45px;
	}
	.nei_mbx a,
	.nei_mbx span{
		display: inline-block;
		font-size: 14px;
		color: #bbbbbb;
	}
	.nei_mbx a:hover{
		color: #009944;
		text-decoration: underline;
	}
	.nei_mbx span{
		color: #999999;
	}
	@media screen and (max-width: 768px){
		.nei_mbx{display: none;}
	}

/*中国儿童少年基金会“告白行动”*/
	.Pub_one{
		font-size: 20px;
		padding-bottom: 1em;
	}
	.Pub_one .tit{
		text-align: center;
		padding: 1em 0;
	}
	.Pub_one .tit img{
		display: inline-block;
		width: 3.4em;
		height: 3.4em;
		vertical-align: middle;
		margin-right: 1em;
	}
	.Pub_one .tit h2{
		font-size: 1.5em;
		color: #000000;
		font-weight: normal;
		display: inline-block;
		vertical-align: middle;
	}
	.Pub_one .Edi{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		color: #808b8d;
		text-indent: 2em;
		line-height: 2em;
		height: 8em;
		overflow: hidden;
		
	}
	@media screen and (max-width: 768px){
		.Pub_one{
			font-size: 12px;
			background-color: #fff;
			margin-top: 2%;
		}
		.Pub_one .Edi{
			width: 100%;
		}
	}

/*公共tit1*/
	.Pub_tit1{
		width: 100%;
		position: relative;
	}
	.Pub_tit1 h2{
		position: relative;
		height: 40px;
	}
	.Pub_tit1 h2 span{
		font-size: 18px;
		font-weight: normal;
		color: #323031;
		line-height: 40px;
		position: relative;
		z-index: 5;
	}
	.Pub_tit1 h2:before{
	    content: "";
	    width: 90%;
	    height: 1px;
	    background: #eeeeee;
	    position: absolute;
	    right: 0;
	    top: 50%;
	}
	.Pub_tit1 a{
		display: block;
		height: 32px;
		line-height: 30px;
		border: 1px solid #eee;
		padding: 0 8px;
		position: absolute;
		background: #f7f7f7;
		right: 0;
		top: 50%;
		margin-top: -16px;
		font-size: 14px;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.Pub_tit1 a:hover{
		background: #f08200;
		color: #fff;
	}
	@media screen and (max-width: 768px){
		.Pub_tit1 h2 span{
			font-size: 16px;
		}
		.Pub_tit1 a{
			padding: 0 15px;
			background: #f08200;
			color: #fff;
		}
	}

/*yu-公共翻页*/
	.Pub_fanye{
		width: 1170px;
		max-width: 100%;
		margin: 0 auto;
		padding: 2% 0;
		font-size: 20px;
		text-align: center;
	}
	.Pub_fanye:after{
		content: "";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.Pub_fanye a.prev,
	.Pub_fanye a.next{
		display: block;
		width: 11em;
		padding: 1.2em 0;
		color: #fff;
		background-color: #009944;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		font-size: 0.7em;
		margin-top: -0.5em;
	}
	.Pub_fanye a.prev.none,
	.Pub_fanye a.next.none{
		background-color: #d7d7d7;
	}
	.Pub_fanye a.prev{
		float: left;
		padding-left: 2em;
		background-image: url(../images/a1.png);
		background-repeat: no-repeat;
		background-position: 20% center;
	}
	.Pub_fanye a.next{
		float: right;
		padding-right: 2em;
		background-image: url(../images/a2.png);
		background-repeat: no-repeat;
		background-position: 80% center;
	}
	.Pub_fanye input,
	.Pub_fanye span,
	.Pub_fanye i,{
		display: inline-block;
		vertical-align: middle;
	}
	.Pub_fanye i{
		font-size: 0;
		height: 100%;
	}
	.Pub_fanye input{
		width: 3em;
		height: 2em;
		border: 1px solid #d8d8d8;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		outline: none;
		cursor: default;
		text-align: center;
		color: #6d6d6d;
		font-size: 16px;
	}
	.Pub_fanye span{
		font-size: 0.8em;
		color: #bababa;
		letter-spacing: 2px;
		padding-left: 1em;
		
	}
	@media screen and (max-width: 768px){
		.Pub_fanye{
			padding: 2%;
			font-size: 16px;
			display: none;
		}
		.Pub_fanye input,
		.Pub_fanye span,
		.Pub_fanye i{
			display: none;
		}

	}

/*公共弹层*/
	.fixbox{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 123456789;
		background: url(../images/a19.png) repeat;
		display: none;
	}
	.fixbox .table{
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
	}
	.fixbox .table .cell{
		display: table-cell;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
	}
	.fixbox .table .cell .box{
		width: 500px;
		max-width: 90%;
		/*max-height: 80%;*/
		overflow-y: auto;
		background: #fff;
		padding: 3%;
		position: relative;
		margin: 0 auto;
		border: 5px solid #c7c7c6;
		border-radius: 10px;
		text-align: center;
	}
	.fixbox .table .cell .box>.close{
		margin: 0;
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 10px;
		top: 10px;
		background: url(../images/a20.png) center no-repeat;
		cursor: pointer;
	}
	.fixbox .table .cell .box>*{
		margin: 10px 0;
	}
	.fixbox .table .cell .box span{
		color: #f08200;
		vertical-align: middle;
	}
	.fixbox .table .cell .box *{
		vertical-align: middle;
		font-weight: normal;
		color: #333333;
	}
	@media screen and (max-width: 768px){
		.fixbox .table .cell .box *{
			font-size: 0.9em;
		}
	}


/**********(秀云)个人中心公共css*************/
	.nei_mbx2{
		padding: 15px 0;
	}
	.hypubtit{
		font-weight: normal;
		line-height: 2em;
		font-size: 20px;
		color: #333;
		padding-bottom: 20px;
	}
	.hypd40{
		padding: 30px 40px;	
	}	
	.bgfff{
		background: #fff;
	}
	@media only screen and (max-width:1500px ) {
		.hypd40{
			padding: 30px 30px;	
		}
	}
	@media only screen and (max-width:767px ) {
		.hypubtit{
			font-size: 16px;
			padding-bottom: 10px;
		}
		.hypd40{
			padding: 15px 10px;	
		}
	}

	/*页码*/
	.page{
		text-align: center;
		padding: 35px 0;
		font-size: 16px;
		color: #bababa;
	}
	.page a,.page span{
		display: inline-block;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		color: #bababa;
	}
	.page a{
		background: #d7d7d7;
		text-align: center;
		font-size: 14px;
		color: #fff;
		padding: 0 10px;
		border-radius: 2px;
	}
	.page a.on{
		background: #009944;
	}
	.page a i{
		display: inline-block;
		width: 20px;
		height: 15px;
		background: url(../images/pageicon.png) no-repeat;
		vertical-align: middle;
		margin-left: auto;
		margin-right: 5px;
	}
	.page a.prev{
		margin-right: 5px;
	}
	.page a.next{
		margin-left: 5px;
	}
	.page a.next i{
		background-position:0 -15px;
		margin-left: 5px;
		margin-right: auto;
	}
	.page span{margin: 0 10px;}
	.page span.minnum{
		width: 58px;
		height: 34px;
		line-height: 34px;
		border: 1px solid #d8d8d8;
		border-radius: 2px;
		color: #6d6d6d;
	}

	@media only screen and (max-width:767px) {
		.page{
			padding: 20px 0;
		}
		.page span{
			margin: 0 5px;
		}
		.page span.minnum{
			width: 34px;
		}
	}

/*公共侧边*/
	.pubCe{
		position: fixed;
		width: 101px;
		top: 220px;
		right: 30px;
		z-index: 10;
	}
	.pubCe h2{
		padding-top: 120px;
		font-size: 14px;
		font-weight: normal;
		color: #009944;
		text-align: center;
		line-height: 2em;
		padding-bottom: 20px;
		position: relative;
		z-index: 2;
		background: url(../images/a18.png) no-repeat center top;
	}
	.pubCe ul{
		position: relative;
		top: -30px;
		width: 80px;
		background: #fff;
		border: 1px solid #eee;
		text-align: center;
		padding-top: 20px;
		margin: 0 auto;
		z-index: 1;
	}
	.pubCe li {
		margin-bottom: 15px;
	}
	.pubCe li a{
		color: #666666;
		font-size: 12px;
		display: block;
		text-align: center;
		line-height: 1em;
	}
	.pubCe li a i{
		display: block;
		margin: 5px auto;
		width: 30px;
		height: 30px;
		background: url(../images/c1.png) no-repeat;
	}
	.pubCe li.li1 a i{background-position: 0 0;}
	.pubCe li.li2 a i{background-position: 0 -30px;}
	.pubCe li.li3 a i{background-position: 0 -60px;}
	.pubCe li.li4 a i{background-position: 0 -90px;}
	.pubCe li.li5 a i{background-position: 0 -120px;}
	.pubCe li:hover a{
		color: #009944;
	}
	.pubCe li.li1:hover a i{background-position: -30px 0;}
	.pubCe li.li2:hover a i{background-position: -30px -30px;}
	.pubCe li.li3:hover a i{background-position: -30px -60px;}
	.pubCe li.li4:hover a i{background-position: -30px -90px;}
	.pubCe li.li5:hover a i{background-position: -30px -120px;}


	@media only screen and (max-width:767px) {
		.pubCe h2{
			display: none;
		}
		.pubCe li{
			display: none;
		}
		.pubCe li.li5{
			display: block;
			margin-bottom: 5px;
		}
		.pubCe ul{
			padding-top: 0;
			width: 60px;
			height: 60px;
			top: 0;
		}
		.pubCe{
			top: auto;
			width: auto;
			bottom: 60px;
			right: 0 !important;
		}
	}


#xieyi  {width: 100%;height: 100%;position: absolute;background-color: #fff;overflow: scroll;z-index: 20;display:none;max-width:640px;left:33%;}
#xieyi p {line-height:2em;padding-top: 1em;padding:1em;text-indent: 2em;}
#xieyi h4 {padding-top: 1em;}
#xieyi h1 {text-align: center;padding: 1em;color: black;}
#wty{
	width: 20px;
	height: 20px;
}

@media only screen and (max-width:767px) {
#xieyi  {width: 100%;height: 100%;position: absolute;background-color: #fff;overflow: scroll;z-index: 20;display:none;left:0%;}
#xieyi p {line-height:2em;padding-top: 1em;padding:1em;text-indent: 2em;}
#xieyi h4 {padding-top: 1em;}
#xieyi h1 {text-align: center;padding: 1em;color: black;}
#wty{
	width: 20px;
	height: 20px;
}
}

/*热点文章*/

	.titbox1{
		width: 100%;
		padding-left: 20px;
		background: url(../images/tit_bg.jpg) left center no-repeat;
		position: relative;
	}
	.titbox1 h2{
		font-size: 24px;
		color: #003300;
		font-weight: normal;
	}
	
	.titbox1 h2:before{
		content: "";
		width: 80%;
		height: 1px;
		background: #eeeeee;
		position: absolute;
		right: 0;
		top: 50%;
	}
	
	
	.index_three2 .list a{
		display: block;
		line-height: 57px;
		border-bottom: 1px dashed #e8e8e8;
		height: 58px;
		font-size: 14px;
		color: #333333;
		width: 100%;
		padding-left: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.index_three2 .list a:before{
		content: "";
		width: 4px;
		height: 4px;
		display: block;
		background: #96959b;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.index_three2 .list li a:hover{
		color: #f6ac0e;
	}
	.index_three2 .list li a:hover:before{
		background: #f6ac0e;
	}
	@media screen and (max-width: 1500px){
		.index_three2 .list a{
			height: 50px;
			line-height: 49px;
		}
		.index_three2 .top .word p{
			margin: 0.3em 0;
		}
	}
	@media screen and (max-width: 768px){
		.index_three2 li{
			width: 100% !important;
		}
	}

/* 底部 */
/*合作单位*/
.hzdw1011{ width:1440px; margin: 0 auto; margin-top: 50px;}
.tab{height:51px}
.tab ul{list-style:none}
.tab li{cursor:pointer;display:block;float:left;text-align:center;text-decoration:none;width:190px;font-size:30px;height:50px;line-height:50px;position:relative;top:1px;z-index:9}
.tab li:hover{border-bottom:none;}
.tab li.curr{background:#f4f4f4;cursor:default;font-weight:700; line-height: 50px; color: #008e30;}
.cc{ background: #f4f4f4; padding:10px;height: 95px;overflow: hidden;margin-bottom: 14px;margin-top: 0px;}
.cc img{ width:198px; height: 66px; margin-top: 10px; padding-right: 3px; float: left;margin-right: 38px;}

/*友情链接*/
.yqlj1017{ max-width: 1440px; width:100%; margin: 0 auto; margin-top:18px; margin-bottom: 20px;}
.yqlj1017 dl{ width:100%;}
.yqlj1017 dt{ width:100%; height: 50px; line-height: 50px; font-size: 30px; color: #008e30;}
.yqlj1017 dd{ width:100%;}
.yqlj1017 dd li{ float: left; margin-right: 2px;}
.yqlj1017 dd li a{ font-size:16px; color: #333;}

/*底部*/
.footer{ width:100%;background:#edeeed;}
.Pubfooter{ max-width: 1440px; width:100%; margin: 0 auto;border-top:3px solid #094;padding:40px 0 36px 0}
.Pubfooter .left,.Pubfooter .left2,.Pubfooter .left3{float:left;width:320px;padding-right:40px}
.Pubfooter h2{font-size:16px;color:#094;font-weight:400;padding-bottom:30px}
.Pubfooter .left p{font-size:12px;color:#666;line-height:2em;height:8em;width:100%;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-align:justify}
.Pubfooter .left2 ul li{position:relative;padding-left:32px;min-height:30px}
.Pubfooter .left2 ul li img{display:block;width:22px;height:22px;position:absolute;left:0;top:-2px}
.Pubfooter .left2 ul li span{display:block;font-size:12px;color:#666;line-height:1.5em}
.Pubfooter .left3 .big{display:block;width:90px;height:90px;float:left}
.Pubfooter .left3 .qq{float:left;position:relative;width:40px;height:40px;margin-top:50px;margin-left:15px}
.Pubfooter .left3 .a{display:block;width:40px;height:40px;float:left;background:#094;-webkit-border-radius:50%;border-radius:50%;margin-top:50px;margin-left:8px;cursor:pointer}
.Pubfooter .left3 .a:hover{background:#f6ac0e}
.Pubfooter .left3 .qq .a{float:none;margin-top:0;margin-left:0}
.Pubfooter .left3 .qq .b{display:block;width:100px;height:100px;position:absolute;left:0;bottom:50px;display:none;box-shadow:0 0 10px #ddd}
.Pubfooter .left3 .qq .a:hover+.b{display:block}
.Pubfooter .right{float:right;width:230px}
.Pubfooter .right select{width:100%;height:48px;border:1px solid #ddd;background:#fff;padding:0 10px;outline:0;display:block;color:#666;margin:40px 0 40px 0}
.Pubfooter .right span{display:block;text-align:right;font-size:12px;color:#929292}
.Pubfooter .right span a{color:#929292}
.Pubfooter .right span a:hover{color:red;text-decoration:underline}
.wapbottom{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:justify;-ms-flex-align:center;justify-content:space-between;align-content:center;height:49px;display:none}
.wapbottom li{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;box-sizing:border-box;display:block;height:49px}
.wapbottom li a{display:block;height:49px}
.wapbottom li a i{display:block;width:30px;height:30px;margin:0 auto;background-repeat:no-repeat;-webkit-background-size:60px 120px;background-size:60px 120px;background-image:url(../images/wap_bottom.png)}
.wapbottom li a p{font-size:12px;color:#fff;line-height:19px}
.wapbottom li.on p{color: #f08200;}
.wapbottom li.btn1 a i{background-position: 0 0}
.wapbottom li.btn2 a i{background-position: 0 -30px}
.wapbottom li.btn4 a i{background-position: 0 -60px}
.wapbottom li.btn3 a i{background-position: 0 -90px}
.wapbottom li.on.btn1 a i{background-position: -31px 0}
.wapbottom li.on.btn2 a i{background-position: -30px -30px}
.wapbottom li.on.btn4 a i{background-position: -30px -60px}
.wapbottom li.on.btn3 a i{background-position: -30px -90px}

.gywm_wap{ display: none;}

@media screen and (max-width: 768px){
.waptop .register{
		padding: 0 12% 0 4%;
	}
/*合作单位*/
.hzdw1011{ width:100%; margin: 0 auto; margin-top:5%;}
.tab{height:2.5rem}
.tab ul{list-style:none}
.tab li{cursor:pointer;display:block;float:left;text-align:center;text-decoration:none;width:30%;font-size:1rem;height:2.5rem;line-height:2.5rem;position:relative;top:1px;z-index:9}
.tab li:hover{border-bottom:none;}
.tab li.curr{background:#f4f4f4;cursor:default;font-weight:700; line-height: 2.5rem; color: #008e30;}
.cc{ background: #f4f4f4; padding:2%;height: 52px;overflow: hidden;}
.cc img{ width:90%; height: 2rem; margin-top: 2%; padding-right: 1%; float: left;}
.cell a{width:100%; height: 4rem; margin-top: 7%;  float: left;}
.cell img{width:90%; height: 2rem; margin-top: 2%; padding-right: 1%; float: left;}
.wrapper{height:100%;}
/*友情链接*/
.yqlj1017{ display: none;}
/*关于我们*/
.gywm_wap{ width:98%; margin: 0 auto; margin-top: 5%; margin-bottom: 20%; display: block;}
.gywm_wap dl{ width:100%;}
.gywm_wap dt{ width:100%;  font-size: 1rem; color: #008e30; font-weight: bold;}
.gywm_wap dd{ width:100%; margin-top: 5%;}
.gywm_wap dd p{ width:100%; line-height: 1.5; font-size: .8rem; color: #333;}
/*底部*/
.footer{width:100%;height:50px;position:fixed;left:0;bottom:0;z-index:10;background:#094;border-top:1px solid #ededed}
.Pubfooter{display:none}
.wapbottom{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}
}







/*合作单位*/
.hzdw1011{ width:1440px; margin: 0 auto; margin-top: 30px;}
.tab{height:51px}
.tab ul{list-style:none}
.tab li{cursor:pointer;display:block;float:left;text-align:center;text-decoration:none;width:190px;font-size:30px;height:50px;line-height:50px;position:relative;top:1px;z-index:9}
.tab li:hover{border-bottom:none;}
.tab li.curr{background:#f4f4f4;cursor:default;font-weight:700; line-height: 50px; color: #008e30;}
.cc{ background: #f4f4f4; padding:10px;height: 95px;overflow: hidden;margin-bottom: 14px;margin-top: 0px;}
.cc img{ width:198px; height: 66px; margin-top: 10px; padding-right: 3px; float: left;margin-right: 38px;}

/*友情链接*/
.yqlj1017{ max-width: 1440px; width:100%; margin: 0 auto; margin-top:18px; margin-bottom: 20px;}
.yqlj1017 dl{ width:100%;}
.yqlj1017 dt{ width:100%; height: 50px; line-height: 50px; font-size: 30px; color: #008e30;}
.yqlj1017 dd{ width:100%;}
.yqlj1017 dd li{ float: left; margin-right:15px;}
.yqlj1017 dd li a{ font-size:16px; color: #333;}

/*底部*/
.footer{ width:100%;background:#edeeed;}
.Pubfooter{ max-width: 1440px; width:100%; margin: 0 auto;border-top:3px solid #094;padding:40px 0 36px 0}
.Pubfooter .left,.Pubfooter .left2,.Pubfooter .left3{float:left;width:320px;padding-right:40px}
.Pubfooter h2{font-size:16px;color:#094;font-weight:400;padding-bottom:30px}
.Pubfooter .left p{font-size:12px;color:#666;line-height:2em;height:8em;width:100%;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-align:justify}
.Pubfooter .left2 ul li{position:relative;padding-left:32px;min-height:30px}
.Pubfooter .left2 ul li img{display:block;width:22px;height:22px;position:absolute;left:0;top:-2px}
.Pubfooter .left2 ul li span{display:block;font-size:12px;color:#666;line-height:1.5em}
.Pubfooter .left3 .big{display:block;width:90px;height:90px;float:left}
.Pubfooter .left3 .qq{float:left;position:relative;width:40px;height:40px;margin-top:50px;margin-left:15px}
.Pubfooter .left3 .a{display:block;width:40px;height:40px;float:left;background:#094;-webkit-border-radius:50%;border-radius:50%;margin-top:50px;margin-left:8px;cursor:pointer}
.Pubfooter .left3 .a:hover{background:#f6ac0e}
.Pubfooter .left3 .qq .a{float:none;margin-top:0;margin-left:0}
.Pubfooter .left3 .qq .b{display:block;width:100px;height:100px;position:absolute;left:0;bottom:50px;display:none;box-shadow:0 0 10px #ddd}
.Pubfooter .left3 .qq .a:hover+.b{display:block}
.Pubfooter .right{float:right;width:230px}
.Pubfooter .right select{width:100%;height:48px;border:1px solid #ddd;background:#fff;padding:0 10px;outline:0;display:block;color:#666;margin:40px 0 40px 0}
.Pubfooter .right span{display:block;text-align:right;font-size:12px;color:#929292}
.Pubfooter .right span a{color:#929292}
.Pubfooter .right span a:hover{color:red;text-decoration:underline}
.wapbottom{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:justify;-ms-flex-align:center;justify-content:space-between;align-content:center;height:49px;display:none}
.wapbottom li{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;box-sizing:border-box;display:block;height:49px}
.wapbottom li a{display:block;height:49px}
.wapbottom li a i{display:block;width:30px;height:30px;margin:0 auto;background-repeat:no-repeat;-webkit-background-size:60px 120px;background-size:60px 120px;background-image:url(../images/wap_bottom.png)}
.wapbottom li a p{font-size:12px;color:#fff;line-height:19px}
.wapbottom li.on p{color: #f08200;}
.wapbottom li.btn1 a i{background-position: 0 0}
.wapbottom li.btn2 a i{background-position: 0 -30px}
.wapbottom li.btn4 a i{background-position: 0 -60px}
.wapbottom li.btn3 a i{background-position: 0 -90px}
.wapbottom li.on.btn1 a i{background-position: -31px 0}
.wapbottom li.on.btn2 a i{background-position: -30px -30px}
.wapbottom li.on.btn4 a i{background-position: -30px -60px}
.wapbottom li.on.btn3 a i{background-position: -30px -90px}

.gywm_wap{ display: none;}

@media screen and (max-width: 768px){
.header .Pubtop,.header .Pubnav{display: none;}
.waptop{display: block;}
.y_login{width: 8%;float: right;margin-right: 4%;border-radius: 50%;margin-top: 2.5%;}	
/*头部：logo 、nav、banner*/
.logo_gjq_1015{width:98%}
.logo_gjq_1015 img{width:67%;margin:3%;float:left;}	
.logo_gjq_1015 p{float: right;line-height:3rem;width:24%;}
.logo_gjq_1015 span{float:left;margin-left: 2%;font-size: 13px;}
.sousuo_gjq_1015{width:1rem;height: 1.6rem;background: url(../images/sousuo.png) center no-repeat;background-size: 100%;display: block;padding-top: 18%;margin-right: 4%;}
/*nav*/
.nav_gjq_1015{background-color:#009845;width: 100%;height: 2rem;line-height: 2.1rem;}
.nav_gjq_1015 li{float: left;padding-left: 3.5%;font-size: 13px;color:#fff}
.nav_gjq_1015 a{color:#fff;}



.wap_tab_a2{margin-top:10px;}
/*合作单位*/
.hzdw1011{ width:100%; margin: 0 auto; margin-top:5%;}
.tab{height:2.5rem}
.tab ul{list-style:none}
.tab li{cursor:pointer;display:block;float:left;text-align:center;text-decoration:none;width:30%;font-size:1.5rem;height:2.5rem;line-height:2.5rem;position:relative;top:1px;z-index:9}
.tab li:hover{border-bottom:none;}
.tab li.curr{background:#f4f4f4;cursor:default;font-weight:700; line-height: 2.5rem; color: #008e30;}
.cc{ background: #f4f4f4; padding:2%;height: 67px;overflow: hidden;}
.cc img{ width:90%; height: 2rem; margin-top: 2%; padding-right: 1%; float: left;}
.cell a{width:100%; height: 4rem; margin-top: 7%;  float: left;}
.cell img{width:90%; height: 2rem; margin-top: 2%; padding-right: 1%; float: left;}
.wrapper{height:100%;}
/*友情链接*/
.yqlj1017{ display: none;}
/*关于我们*/
.gywm_wap{ width:98%; margin: 0 auto; margin-top: 5%; margin-bottom: 13%; display: block;}
.gywm_wap dl{ width:100%;}
.gywm_wap dt{ width:100%;  font-size: 1.2rem; color: #008e30; font-weight: bold;}
.gywm_wap dd{ width:100%; margin-top: 5%;}
.gywm_wap dd p{ width:100%; line-height: 1.5; font-size: .9rem; color: #333;}
/*底部*/
/*.footer{width:100%;height:50px;position:sticky;left:0;bottom:0;z-index:99999 !important;background:#094;border-top:1px solid #ededed}*/
/*.footer{width:100%;height:50px;position:sticky;left:0;bottom:0;z-index:99999 !important;border-top:1px solid #ededed}*/
.Pubfooter{display:none}
.wapbottom{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}
}

@media screen and (max-width: 414px){
.tpzs_gjq_1015{width: 42%;float: left;margin-left: 3%;margin-top: 0%;height: 69%;}
.tpxq_gjq_1015{width: 100%; position: relative;top: -41px;left: -35px;}
.clblbj_gjq_1015{float: left;background: #abd9bf;height: 3.6rem;width: 43.71%;margin-left:56.3%; margin-top: -11%;}
.clbl_gjq_1015{width: 96%;border-top: solid 1px #a5a5a5;border-bottom: solid 1px #a5a5a5;margin-left: 2%;height: 3.5rem; margin-top: 0%;}
}
@media screen and (max-width: 375px){
.tpzs_gjq_1015{width: 42%;float: left;margin-left: 3%;margin-top: 6%;height: 69%;}
.tpxq_gjq_1015{width: 100%; position: relative;top: -45px;left: -35px;}
.clblbj_gjq_1015{float: left;background: #abd9bf;height: 3.56rem;width: 43.71%;margin-left:56.3%; margin-top: -12%;}
.clbl_gjq_1015{width: 96%;border-top: solid 1px #a5a5a5;border-bottom: solid 1px #a5a5a5;margin-left: 2%;height: 3.5rem; margin-top: 0%;}
}
/*公共侧边*/
	.pubCe{
		position: fixed;
		width: 101px;
		top: 220px;
		right: 30px;
		z-index: 10;
	}
	.pubCe h2{
		padding-top: 120px;
		font-size: 14px;
		font-weight: normal;
		color: #009944;
		text-align: center;
		line-height: 2em;
		padding-bottom: 20px;
		position: relative;
		z-index: 2;
		background: url(../images/a18.png) no-repeat center top;
	}
	.pubCe ul{
		position: relative;
		top: -30px;
		width: 80px;
		background: #fff;
		border: 1px solid #eee;
		text-align: center;
		padding-top: 20px;
		margin: 0 auto;
		z-index: 1;
	}
	.pubCe li {
		margin-bottom: 15px;
	}
	.pubCe li a{
		color: #666666;
		font-size: 12px;
		display: block;
		text-align: center;
		line-height: 1em;
	}
	.pubCe li a i{
		display: block;
		margin: 5px auto;
		width: 30px;
		height: 30px;
		background: url(../images/c1.png) no-repeat;
	}
	.pubCe li.li1 a i{background-position: 0 0;}
	.pubCe li.li2 a i{background-position: 0 -30px;}
	.pubCe li.li3 a i{background-position: 0 -60px;}
	.pubCe li.li4 a i{background-position: 0 -90px;}
	.pubCe li.li5 a i{background-position: 0 -120px;}
	.pubCe li:hover a{
		color: #009944;
	}
	.pubCe li.li1:hover a i{background-position: -30px 0;}
	.pubCe li.li2:hover a i{background-position: -30px -30px;}
	.pubCe li.li3:hover a i{background-position: -30px -60px;}
	.pubCe li.li4:hover a i{background-position: -30px -90px;}
	.pubCe li.li5:hover a i{background-position: -30px -120px;}


	@media only screen and (max-width:767px) {
		.pubCe h2{
			display: none;
		}
		.pubCe li{
			display: none;
		}
		.pubCe li.li5{
			display: block;
			margin-bottom: 5px;
		}
		.pubCe ul{
			padding-top: 0;
			width: 60px;
			height: 60px;
			top: 0;
		}
		.pubCe{
			top: auto;
			width: auto;
			bottom: 60px;
			right: 0 !important;
		}
	}


