@CHARSET "UTF-8";
body{padding-top: 70px;}
body.body-white{ background: #fff;}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}

.navbar .nav .user{
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon{
	margin: 0 5px;height: 30px;
}
.navbar .nav .user .caret{
	vertical-align: middle;
	margin: 0 5px;
}
/*tc widget*/
.tc-main{
	margin-top: 20px;
}
/*tc-box*/
.tc-box{
	background: #fff;
	padding:5px 10px;
	margin: 10px 0;
}
.tc-box.first-box{
	margin:0 0 10px 0;
}
.tc-box.article-box{padding:5px 20px;}

/*tc-box end */




/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ddd;
  background: #fff;
	cursor: pointer;
}
.tc-gridbox:hover{ border: solid 1px #ccc;
-webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);

}
.tc-gridbox a{text-decoration: none;}

@media (min-width: 768px) and (max-width: 979px) {
  .tc-gridbox {
    display: block;
    float: none;
    width: 95%;
  }
}
.tc-gridbox .header {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
	background: #fff;
}
.tc-gridbox .footer {
  padding: 5px 14px 5px 14px;
  text-align: right;
	background: #fff;
}
.tc-gridbox .header .item-image{
	overflow: hidden;
}
.tc-gridbox .header img {
  margin-bottom: 5px;
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.tc-gridbox .header img:hover {

	-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 0 5px;
  font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
  color: #454a4e;
  white-space: nowrap;
}
.tc-gridbox .header .meta {
  color: #5a6065;
}
.tc-gridbox .header hr {
  border-top-color: #ced5db;
  border-bottom: none;
  margin: 5px 0;
}
.tc-gridbox .body {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  color: #343a3f;
}
.tc-gridbox .body a{color: #666;}
.tc-gridbox .body a:hover{color: #428bca;}
.tc-gridbox .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 18px;
}


/*masonary*/

#container .item{
	margin-bottom: 20px;
}
#container .item h3{
	line-height: 100%;
}
#container .grid-sizer,#container .item { width: 23%; margin: 10px 1%;float:left;zoom: 1;}

@media (max-width: 479px) {
	#container .grid-sizer,#container .item { width: 98%; margin: 10px 1%;float:left;zoom: 1;}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,#container .item { width: 48%; margin: 10px 1%;float:left;zoom: 1;}
}

		
/*list Boxes
------------------------------------*/
.list-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  border-top: solid 2px #fff;
  word-wrap: break-word;
  word-break: break-all;
	
}

.list-boxes:hover{
border-top: solid 2px #f90;
}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #f90;
}

.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}

.list-boxes p a {
  color: #72c02c;
}

.list-boxes .list-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
  display: inline;
}

.list-boxes ul.list-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
  color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}

/*Red list Box*/
.list-boxes-red {
  background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
  background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
  background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
  border-right-color: #5fb611;
}

/*comments*/
.comment{
	margin-bottom: 10px;
}
.comment .avatar{height: 40px;width:40px;}
.comment-body{overflow: hidden;}
.comment-content{
	padding-bottom: 2px;
word-break: break-all;
word-wrap: break-word;
}

.comment>.pull-left {
margin-right: 10px;
}

.comment .time{
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox-wraper{padding-right:22px; }
.comment-postbox{width: 100%;padding: 10px;}

.comment-reply-box{position: relative;padding-right:14px;}
.comment-reply-box .textbox{width: 100%}


/*ranking box*/

.ranking ul.unstyled li{
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i{
	margin-right: 5px;
}

.ranking li i{
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 15px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
vertical-align: middle;
background-color: #aaa;
}
.ranking li.top3 i{background: #FC9B0B;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;	
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;	
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li {
	display: inline;
}
.tc-photos li a{text-decoration: none;}
.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}
.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper {
	display:block;
	width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}


.posts .dl-horizontal dt img {
	width:100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color:#FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


/*******************头部*********************/
/*.container{width: 1200px!important;}*/
@media (min-width: 979px){
	.navbar .brand{padding:12px 0;}
.navbar .brand img{width: 154px;}
.navbar .nav{margin:0 10px 0 50px;}
.navbar .nav>li>a{color: #3f3a39;padding:25px 0 23px;margin-right: 30px;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover{background:transparent;border-bottom: 2px solid #239ad0;color: #239ad0;}
.pull-right{display: flex;justify-content: center;align-items: center;height: 69px;}
.sear{float: left;background-color: #eeeeee;border-radius: 10px;width: 200px;height: 30px;border:1px solid #e5e5e4;}
.sear input[type="text"]{width: 150px;border:none;background:transparent;border-radius: 10px;font-size: 14px;color: #cccccc;}
.sear input[type="submit"]{width: 25px;background: none;border: none;background-image: url(../images/fdj.png);background-size: 20px;background-repeat: no-repeat;}
.sel{float: left;margin-left:15px;}
.sel img{width: 15px;height: 15px;}
.sel select {padding:0;width: 48px;height: 30px;color: #857e82;font-size: 13px;font-weight: bold;border:none;margin-top: 10px;appearance: none;-moz-appearance: none;-webkit-appearance: none;/*  background-image: url(../images/select.png);background-repeat: no-repeat;background-position: 70px center; */line-height: 20px;background-color: transparent;background-size: 20px 10px;}
.jk{width: 90px;height: 30px;background: #239ad0;border-radius: 5px;display: block;text-align: center;line-height: 30px;color: #fff;font-size: 12px;}
.jk:hover{color: #fff;text-decoration: none;}

/*******************底部*********************/
.f1{width: 100%;background: #f5f5f5;}
.footer .warp{width: 1200px;margin:0 auto;overflow: hidden;padding:38px 0;}
.footer .footleftc{float: left;width: 245px;}
.contacttitle{margin-bottom: 20px;} 
.contacttitle p:nth-child(1){color: #d6000f;font-size: 18px;margin-bottom: 5px;font-weight:600;}
.contacttitle p:nth-child(2){color: #353535;font-size: 16px;font-family: "Arial";}
.contaccont{color: #010101;font-size: 14px;}
.foot_right{float: right;width: 950px;}
.foot_right .fr_list{float: left;text-align: left;border-left: 1px solid #e5e5e5;padding:0 32px 0 32px;min-height: 220px;}
.foot_nvatitle {color: #030303;font-size: 15px;margin-bottom: 20px;}
.foot_nvatitle a{color: #030303;font-size: 15px;}
.foot_nvatname a{color: #4d4c4c;font-size: 14px;}
.foot_bottom{color: #282828;font-size: 14px;text-align: right;padding-bottom: 10px;}

.pagination {color: #fff;display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination .current {color: #fff;}
.pagination>li {display: inline;}
.pagination>li:first-child>a, .pagination>li:first-child>span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination .active span {background-color: #01683d;}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {z-index: 3;color: #fff;cursor: default;background-color: #1d2088;border-color: #1d2088;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #1d2088;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination>li:last-child>a, .pagination>li:last-child>span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}

.f2{width: 100%;background: #015190;}
.foot{width: 1200px;margin:0 auto;padding:10px 0;}
.foot p{margin:0;color: #fff;font-size: 12px;}
.foot p:nth-child(1) a{margin-right:10px;color: #fff;}
.foot p a{color: #fff;}

.xuanfWrap{position: fixed;top: 50%;right: 0;margin-top: -130px;z-index: 99;width:80px;background-color: transparent;z-index: 98;}			
.xuanfIcons a{display: block;font-size: 12px;color: #fff;text-align: center;text-decoration:none;}
.xuanfIcons a i{display: block;width: 32px;height: 32px;margin: 0 auto;}
.xuanfTop{width:30px;height:30px;margin: 0 auto;border-radius: 50%;}
.xuanfTop{background-color: #239ad0;padding:8px;}
.xuanfZXZX,.xuanfKFDH,.xuanfGFWX{margin-bottom: 5px;background-color: #239ad0;padding:10px 0;}
.xuanfZXZX i{background: url(../images/gosunXfIcon1.png) no-repeat center;background-size: 100%;}
.xuanfKFDH i{background: url(../images/gosunXfIcon2.png) no-repeat center;background-size: 100%;}
.xuanfGFWX i{background: url(../images/gosunXfIcon3.png) no-repeat center;background-size: 100%;}
.xuanfInfo{position:absolute;right: 80px;top: 50%;width: 0;height: 170px;background-color: #239ad0;border-radius: 10px 0 0 10px;text-align: center;margin-top: -85px;overflow: hidden;}
.xuanfInfo a{color: #fff;display: block;font-size: 12px;margin: 10px 0 10px;text-decoration:none;}
.xuanfInfo a i{display: block;width: 50px;height: 50px;margin: 0 auto;margin-bottom: 2px;}
.zxzxTip01 i{background: url(../images/gosunXfzxkf.jpg) no-repeat center;}
.zxzxTip02 i{background: url(../images/gosunXfqqkf.jpg) no-repeat center;}
.kfdhTipDiv{width: 70%;margin: 14px auto 10px;}
.kfdhTipDiv h2{color: #fff;font-size: 15px;font-weight: normal;padding: 6px 0;line-height: 20px;margin:0;}
.kfdhTipDiv h3{color: #fff;font-size: 12px;font-weight: normal;padding: 6px 0;
			border-bottom: 1px solid #fff;line-height: 20px;margin:0;}
.gfwxTip img{margin: 25px 0 4px;}
.gfwxTip h3{color: #fff;font-size: 12px;font-weight: normal;}
.zxzxTip{display: none;}
.kfdhTip{display: none;}
.gfwxTip{display: none;}

}
@media (max-width: 979px){
	body{    padding-top: 62px;}
	.navbar-inner{min-height: initial;}
	.sy-slide > a > img{margin: 0;
    padding: 0;
    display: block;
    width: 120%!important;
    max-width: unset!important;
    position: relative;
    left: -12%;
    border: 0;}
.navbar .brand{padding:13px 0;}
.navbar .brand img{width: 154px;}
.navbar .nav{margin:0 10px 0 50px;}
.navbar .nav>li>a{color: #3f3a39;padding:0 0 18px;margin-right: 30px;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover{background:transparent;border-bottom: 2px solid #239ad0;color: #239ad0;}
.pull-right{display: flex;justify-content: center;align-items: center;height: 69px;}
.sear{float: left;background-color: #eeeeee;border-radius: 10px;width: 200px;height: 30px;border:1px solid #e5e5e4;}
.sear input[type="text"]{width: 150px;border:none;background:transparent;border-radius: 10px;font-size: 14px;color: #cccccc;}
.sear input[type="submit"]{width: 25px;background: none;border: none;background-image: url(../images/fdj.png);background-size: 20px;background-repeat: no-repeat;}
.sel{float: left;margin-left:15px;}
.sel img{width: 15px;height: 15px;}
.sel select {padding:0;width: 45px;height: 30px;color: #857e82;font-size: 13px;font-weight: bold;border:none;margin-top: 10px;appearance: none;-moz-appearance: none;-webkit-appearance: none;/*  background-image: url(../images/select.png);background-repeat: no-repeat;background-position: 70px center; */line-height: 20px;background-color: transparent;background-size: 20px 10px;}
.jk{width: 90px;height: 30px;background: #239ad0;border-radius: 5px;display: block;text-align: center;line-height: 30px;color: #fff;font-size: 12px;}
.jk:hover{color: #fff;text-decoration: none;}

/*******************底部*********************/
.f1{width: 100%;background: #f5f5f5;}
.footer .warp{width: 98%;margin:0 auto;overflow: hidden;padding:18px 0;}
.footer .footleftc{float: left;width: 100%;}
.contacttitle{margin-bottom: 20px;} 
.contacttitle p:nth-child(1){color: #d6000f;font-size: 18px;margin-bottom: 5px;font-weight:600;}
.contacttitle p:nth-child(2){color: #353535;font-size: 16px;font-family: "Arial";}
.contaccont{color: #010101;font-size: 14px;}
.foot_right{float: right;width: 100%;}
.foot_right .fr_list{float: left;text-align: left;padding:0 10px;}
.foot_nvatitle {color: #030303;font-size: 15px;}
.foot_nvatname{display: none;}
.foot_nvatitle a{color: #030303;font-size: 15px;}
.foot_nvatname a{color: #4d4c4c;font-size: 14px;}
.foot_bottom{color: #282828;font-size: 14px;text-align: right;padding-bottom: 10px;}

.pagination {color: #fff;display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination .current {color: #fff;}
.pagination>li {display: inline;}
.pagination>li:first-child>a, .pagination>li:first-child>span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination .active span {background-color: #01683d;}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {z-index: 3;color: #fff;cursor: default;background-color: #1d2088;border-color: #1d2088;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #1d2088;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination>li:last-child>a, .pagination>li:last-child>span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}

.f2{width: 100%;background: #015190;}
.foot{width: 100%;margin:0 auto;padding:10px 0;}
.foot p{margin:0;color: #fff;font-size: 12px;}
.foot p:nth-child(1) a{margin-right:10px;color: #fff;}
.foot p a{color: #fff;}

.xuanfWrap{position: fixed;top: 50%;right: 0;margin-top: -130px;z-index: 99;width:80px;background-color: transparent;z-index: 98;display: none;}			
.xuanfIcons a{display: block;font-size: 12px;color: #fff;text-align: center;text-decoration:none;}
.xuanfIcons a i{display: block;width: 32px;height: 32px;margin: 0 auto;}
.xuanfTop{width:30px;height:30px;margin: 0 auto;border-radius: 50%;}
.xuanfTop{background-color: #239ad0;padding:8px;}
.xuanfZXZX,.xuanfKFDH,.xuanfGFWX{margin-bottom: 5px;background-color: #239ad0;padding:10px 0;}
.xuanfZXZX i{background: url(../images/gosunXfIcon1.png) no-repeat center;background-size: 100%;}
.xuanfKFDH i{background: url(../images/gosunXfIcon2.png) no-repeat center;background-size: 100%;}
.xuanfGFWX i{background: url(../images/gosunXfIcon3.png) no-repeat center;background-size: 100%;}
.xuanfInfo{position:absolute;right: 80px;top: 50%;width: 0;height: 170px;background-color: #239ad0;border-radius: 10px 0 0 10px;text-align: center;margin-top: -85px;overflow: hidden;}
.xuanfInfo a{color: #fff;display: block;font-size: 12px;margin: 10px 0 10px;text-decoration:none;}
.xuanfInfo a i{display: block;width: 50px;height: 50px;margin: 0 auto;margin-bottom: 2px;}
.zxzxTip01 i{background: url(../images/gosunXfzxkf.jpg) no-repeat center;}
.zxzxTip02 i{background: url(../images/gosunXfqqkf.jpg) no-repeat center;}
.kfdhTipDiv{width: 70%;margin: 14px auto 10px;}
.kfdhTipDiv h2{color: #fff;font-size: 15px;font-weight: normal;padding: 6px 0;line-height: 20px;margin:0;}
.kfdhTipDiv h3{color: #fff;font-size: 12px;font-weight: normal;padding: 6px 0;
			border-bottom: 1px solid #fff;line-height: 20px;margin:0;}
.gfwxTip img{margin: 25px 0 4px;}
.gfwxTip h3{color: #fff;font-size: 12px;font-weight: normal;}
.zxzxTip{display: none;}
.kfdhTip{display: none;}
.gfwxTip{display: none;}
}
