/************
 * 页面样式
 ************/
@charset "utf-8";
@font-face {
  font-family:iconfont;
  src:url(../fonts/iconfont.eot);
  src:url(../fonts/iconfont.eot) ,
  url(../fonts/iconfont.woff) ,
  url(../fonts/iconfont.ttf) ,
  url(../fonts/iconfont.svg) 
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.bodyMask {
    transition: background 0.36s ease;
}
/**************index.html****************/
/*tophead*/
.tophead_wrap{
  /* background: #198339; */
  background:#3db9ec;
  padding:15px 0;
}
.toph_l {
 color: #fff; 
}
.toph_l ul li{
  display: inline-block;
  color: #fff;
  margin:0px 10px;
}
.toph_l ul li a{
  color: #fff;
}
.toph_l ul li a:hover{
  color: #fff;
}
.toph_tel p{
  color: #fff;
}
/*header*/
#header,#headTop #logo img{
    transition: all 0.36s ease;
}
#navWrapper .content {
    position: relative;
}
#navWrapper .content .nav > .navitem > a:hover {
    border-color: #909744;
    color: #909744;
}
#navWrapper .content .nav > .navitem .subnav li a:hover {
    color: #fff;
    background-color: #909744;
}
#header {
    background: #fff;
    position: relative;
    z-index: 3;
}
#sitecontent {
    padding-top: 70px;
}
#header {
    transition: height 0.36s ease;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .wrapper {
    height: 100%;
}
#header .wrapper > .content {
    /*width: 1200px;*/
    width: 75%;
    margin: 0 auto;
    height: 100%;
}
#headTop {
    position: relative;
    float: left;
    height: 100%;
    margin-right: 50px;
	width: 22%;
}
#headTop #logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#headTop #logo {
    position: relative;
    display: block;
}
#headTop #logo img {
    max-width: initial;
	width: 100%;
	margin-top: 10px;
}
#navWrapper {
    float: right;
    height: 100%;
}
#navWrapper .content {
    height: 100%;
}
#navWrapper .content::after {
    content: "";
    display: block;
    clear: both;
}
#navWrapper .content .nav {
    height: 100%;
    float: right;
}
#navWrapper .content .nav > .navitem {
    transition: all 0.36s ease;
    cursor: pointer;
    position: relative;
    float: left;
    font-size: 16px;
}
#navWrapper .content .nav > .navitem:hover .subnav {
    opacity: 1;
    visibility: visible;
}
#navWrapper .content .nav > .navitem > a {
    transition: all 0.36s ease;
    display: block;
    padding: 0 26px;
    border-bottom: 2px solid transparent;
    line-height: calc(70px - 2px);
    color: #333;
    font-size: 16px;
}
#navWrapper .content .nav > .navitem > a.active {
    color: #909744;
    border-color: #909744;
}
#navWrapper .content .nav > .navitem .subnav {
    transition: all 0.36s ease;
    position: absolute;
    /*top: calc(100% - 2px);*/
    left: 0;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    height: auto;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #909744;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
#navWrapper .content .nav > .navitem .subnav li {
    cursor: pointer;
    width: 100%;
}
#navWrapper .content .nav > .navitem .subnav li a {
    transition: all 0.36s ease;
    font-weight: 500;
    padding: 12px 24px;
    line-height: 22px;
    display: block;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #333;
}
#navWrapper .content .nav > .navitem .subnav li a:hover {
    color: #fff;
    background-color: #909744;
}
#openBtn,
#hcontact {
    display: none;
}
#header {
    height: 85px;
}
#header #navWrapper .content .nav > .navitem > a {
    line-height: 84px;
}
#navWrapper {
    float: left;
}
#header .wrapper > .content {
    position: relative;
}
#navWrapper {
    float: right;
}
#navWrapper .content {
}
#navWrapper .content .nav > .navitem .subnav {
    width: auto;
    overflow: visible;
    z-index: 111;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-top: 1px solid #f2f2f2;
}
#navWrapper .content .nav > .navitem .subnav li {
    width: auto;
    display: inline-block;
    background: #fff;
}
#navWrapper .content,
#navWrapper .content .nav > .navitem {
    position: initial;
}
#navWrapper .content .nav > .navitem .subnav li a:hover {
    color: #909744;
    background: transparent;
}
#navWrapper .content .nav > .navitem .subnav {
    width: 200vw;
    height: 0px;
    transition: 0.36s ease;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    text-align: center;
}
#navWrapper .content .nav > .navitem:hover .subnav {
    height: 46px;
}
#navWrapper .content .nav > .navitem .subnav {
    box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.03);
}

#header.mini #navWrapper .content .nav > .navitem > a {
    line-height: 66px;
}
#navWrapper .content .nav > .navitem > a {
    border-bottom: 1px solid transparent;
    line-height: calc(70px - 1px);
}

#headTop #headlogo img {
    height: 50px !important;
}
#header.mini #headlogo img {
    height: 44px !important;
}
#navWrapper .content {
}
/*通用  */
#navWrapper .content .nav > .navitem > a:hover {
    border-color: transparent;
}

/* 导航 */
#header .wrapper{
    background-color: #fff;
}
#headTop #headlogo img {
    height: 40px !important;
}
#header {
    background-color: transparent;
    box-shadow: none;
    transition: all 0.4s ease;
}
#header.mini {
    background-color: #fff;
}
#header .wrapper > .content {
}
#sitecontent {
    padding-top: 0;
}
#navWrapper .content .nav > .navitem > a.active {
    color: #3db9ec;
    border-bottom: #3db9ec solid 2px;
}
#navWrapper .content .nav > .navitem > a:hover {
    color: #3db9ec;
    border-bottom: #3db9ec solid 2px;
}
#navWrapper .content .nav > .navitem .subnav li a:hover {
    color: #3db9ec;
}
#navWrapper .content .nav > .navitem:hover .subnav{
    height: 68px;
}
#navWrapper .content .nav > .navitem .subnav li a{
    padding: 24px 24px;
}
#navWrapper{
    /*max-width: 80%;*/
    max-width: 72%;
    /* margin-top: 20px; */
}

#navWrapper .content .nav > .navitem > a {
    /*padding: 0 22px;*/
    padding:0 9px;
}
#headTop {
    margin-right: 0;
    /* margin:15px 0; */
}
/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 500px;
  background: #000;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 500px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 500px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.fullSlide img{
	width: 100%;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}
.fullSlide .hd ul .on {
  background: #3db9ec;
}
.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}
.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}
/*mainbody*/
.mainbody{
  background:#f7f7f7;
  padding:30px 0px;
}
/* 公告滚动 */
.h_gg{
  margin-bottom: 25px;
}
.h_ggimg{
  display: inline-block;
  vertical-align: top;
}
.h_ggimg h3{
	font-size: 16px;
	font-weight: bold;
	color:#333
}
.h_ggimg img{
  margin-top: 10px;
}
.txtScroll-top{ 
  width:90%;  
  overflow:hidden; 
  position:relative;  
  display: inline-block;
}
.txtScroll-top .bd{ 
  padding:5px 10px;  
}
.txtScroll-top .infoList li{ 
/*  height:24px; */
  line-height:24px;
  color: #5e5e5e;
  margin-top: 2px;
}
.txtScroll-top .infoList li a{
  color: #5e5e5e;
  font-size: 14px;
}
.txtScroll-top .infoList li a:hover{
  color: #3db9ec;
}
/*新闻*/
.hnews-wrap1{
  width: 49%;
  overflow: hidden;
}
.hnews-qh {
  padding:30px;
  width:100%;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  background: white;
}
.hnews-qh .text img{
	width: 100%;
}
.hnews-qh .text p{
	font-size: 15px;
	color:#333;
	line-height: 28px;
}

.hnews-wrap2{
  width: 49%;
  overflow: hidden;
}
.hnewscon {
  width: 100%;
  overflow: hidden;
}
.hnewscon .tab-hd {
  height: 50px;
  background-color: #3db9ec;
  color: #fff;
  font-size: 20px;
}
.hnewscon .tab-hd .tab-nav li a{
	color: #fff;
}
.hnewscon .tab-hd li {
  float: left;
  height: 50px;
  line-height: 50px;
}
.hnewscon .tab-hd li a {
  display: block;
  padding: 0 24px;
}
.talpal-li1 a h5{
  font-size: 16px;
  color: #1d1d1d;
  text-align: left;
  height: 45px;
  line-height: 45px;
  margin:10px 0 0 0;
  overflow: hidden;
}
.talpal-li1 a p{
  font-size: 14px;
  color: #686868;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
}
.talpal-li1 a span{
  font-size: 12px;
  color: #a2a2a3;
  text-align: left;
  line-height: 30px;
}
.hnewscon .tab-bd li:first-child{
  margin-bottom: 15px;
}
.hnewscon .tab-hd li a:hover {
  color: #fff;
  text-decoration: none;
}
.talpal-lin{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
}
.hnewscon .tab-hd li.on {
  background-color: #3db9ec;
  font-weight: normal;
  position: relative;
}
.hnewscon .tab-hd li.on a{
  color: #fff;
}
.hnewscon .tab-bd {
  padding: 5px 15px;
  background:#fff;
}
.talpal-lin a{
  width: 67%;
  overflow: hidden;
}
.hnewscon .tab-bd ul {
  overflow: hidden;
  zoom: 1;
}
.hnewscon .tab-bd li {
  padding: 0 10px 0 5px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.tab-pal li{
  border-bottom: #c7c7c7 dotted 1px;
}
.talpal-lin a{
  font-size: 15px;
  color: #000;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.talpal-lin a:hover,.talpal-li1 a:hover h5 {
  color: #3db9ec;
}
.talpal-lin span{
  font-size: 15px;
  color: #a2a2a3;
}
/*心理咨询分类*/
.h-wrap2{
	/* background: #fff; */
	/* padding:30px; */
	margin:2% auto
}
.h-wrap2 .uls{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.h-wrap2 .uls li{
	width: calc(15%);
	margin-right: 1%;
	text-align: center;
	border:#e8e8e8 solid 1px;
	padding:1%;
	background: #fff;
}
.h-wrap2 .uls li:last-child{
	margin-right: 0;
}
.h-wrap2 .uls li h4{
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
}
.h-wrap2 .uls li img{
	transition: opacity 0.3s ease;
	 opacity: 1;
}
.h-wrap2 .uls li:hover img{
	opacity: 0.8;
}
.h-wrap2 .uls li:hover h4{
	color:#3db9ec;
}

/*心理成长&教育培训*/
.h-wrap3{
  margin-top: 17px;
}
.hwrap3-tit {
  border-bottom: #3db9ec solid 1px;
  height: 50px;
  margin-bottom: 20px;
}
.hwrap3-tit h4{
  font-size: 24px;
  color: #040404;
  text-align: left;
}
.hwrap3-tit h4 span{
  font-size: 13px;
  color: #3db9ec;
  font-style: italic;
  font-weight: bold;
}
.hwrap3-tit h4 a{
  text-transform: uppercase;
  font-size: 12px;
  color: #3db9ec;
  background: url(../images/arrow_r.png) right no-repeat;
  padding-right: 20px;
  margin-top: 10px;
}
.hwrap3-tit h4 a:hover{
  color: #333;
}
.h-shactiv{
  width: 49%;
  overflow: hidden;
  background: #fff;
  padding: 1% 3%;
}
.shactiv-item dl{
  border-bottom: #c7c7c7 dotted 1px;
  padding-bottom: 15px;
}
.shactiv-item dl dt{
  width: 27%;
  height: 120px;
  margin-right: 3%;
}
.shactiv-item dl dt img{
  width: 100%;
  height: 100%;
}
.shactiv-item dl dd h5{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.shactiv-item dl dd h5 a{
  text-align: left;
  font-size: 16px;
  color: #1d1d1d;
}
.shactiv-item dl dd p{
  line-height: 24px;
}
.shactiv-item dl dd p{
  font-size: 14px;
  color: #686868;
  text-align: left;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
}
.shactiv-item dl dd span{
  font-size: 12px;
  color: #a2a2a3;
  text-align: left;
  line-height: 30px;
}
.shactiv-item dl dd h5 a:hover,.shactiv-item li a:hover{
  color: #3db9ec;
}
.shactiv-item li{
  height: 45px;
  line-height: 45px;
  border-bottom: #c7c7c7 dotted 1px;
}
.shactiv-item li a{
  font-size: 15px;
  color: #000;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 70%;
}
.shactiv-item li span{
  font-size: 15px;
  color: #a2a2a3;
}

.h-shbuild{
  width: 49%;
  overflow: hidden;
  background: #fff;
  padding: 1% 3%;
}
/*团队风采*/
.h-wrap4{
  background: #fff;
  padding:1% 3%;
  margin-top: 25px;
}
.mem-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mem-item .bd {
  padding: 10px 0;
}
.mem-item .bd ul {
  overflow: hidden;
  zoom: 1;
}
.mem-item .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  /*text-align: center;*/
  width: 336px;
}
.mem-item .bd ul li .pic {
  text-align: center;
}
.mem-item .bd ul li .pic img {
  width: 336px;
  height: 334px;
  display: block;
}
.mem-item .bd ul li .pic a:hover img {
}
.mem-item .bd ul li .title {
  overflow: hidden;
  padding:15px;
}
.mem-item .bd ul li .title a{
  font-size: 24px;
  color: #000;
  text-align: left;
  padding:10px 0;
  height: 40px;
  line-height:40px;
  width: 60%;
}
.mem-item .bd ul li .title p{
  font-size: 14px;
  color:#666666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
/*情感咨询*/
.h-wrap5{
  background: #fff;
  padding:1% 3%;
  margin-top: 25px;
}
.peo-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.peo-item dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: calc(47%);
  margin-right: 2%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #c7c7c7 dotted 1px;
}
.peo-item dl:nth-child(2n){
  margin-right: 0
}
.peo-item dl a dt{
  width: 70%;
}
.peo-item dl a dt h4{
  font-size: 24px;
  color: #040404;
  line-height: 40px;
  margin-bottom: 15px;
}
.peo-item dl a dt h4 span{
  font-size: 14px;
  color: #525252;
  padding-left: 10px;
}
.peo-item dl a dt p{
  height: 50px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #525252;
}
.peo-item dl a:hover dt p{
  color: #3db9ec;
}
.peo-item dl a dd{
  width: 15%;
}
.peo-item dl a dd img{
  width: 100px;
  height: 100px;
}
/*协会荣誉*/
.h-wrap6{
  background: #fff;
  padding:1% 3%;
  margin-top: 25px;
}
.h-wrap6 .mem-item li{
	height: 160px;
	width: 220px;
}
.h-wrap6 .mem-item .bd{ height: 168px;}
.h-wrap6 .mem-item .bd ul li{
	width: 206px;
}
.h-wrap6 .mem-item .bd ul li .pic img{
	width: 200px;
	height: 150px;
}
/*******footer*******/
.footer{
  margin-top: 25px;
}
.fooerwrap1{
  background: #29a7da;
  padding:40px 0px;
}
.fooerwrap2{
  background: #91cce4;
  height: 50px;
}
.footnav{
  width: 70%;
}
.footnav dl{
  float: left;
  margin-right: 4%;
}
.footnav dl dt{
  font-size: 16px;
  color: #f0f0f0;
  line-height: 40px;
}
.footnav dl dt a{
	color: #f0f0f0;
}
.footnav dl dd{
  height: 28px;
  line-height: 28px;
}
.footnav dl dd a{
  font-size: 15px;
  color: #e8e8e8;
}
.footnav dl dd a:hover{
  color: #ccc;
}
.footinfo{
  width: 20%;
}
.footcon{
  margin-top: 14px;
}
.footcon img{
	width: 100px;
	height: 100px;
}
.footcon p{
  color: #e8e8e8;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
}
.footcon h2{
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  font-family: "Arial";
}
.fooerwrap2 p{
  text-align: left;
  line-height: 50px;
  color: #333;
  font-size: 14px;
}
.fooerwrap2 p a{
  color: #333;
}
.fooerwrap2 p a:hover{
  color: #3db9ec;
}
/****page about.html*****/
/*aside*/
.aside{
  width: 25%;
  background: #fff;
  padding:2%;
}
.aside_nav li{
  border-bottom: #c7c7c7 dotted 1px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.aside_nav li a{
  font-size: 15px;
  color: #1d1d1d;
}
.aside_nav li a:hover{
  color: #36b4ef;
}
.content_r{
  width: 73%;
  background: #fff;
  padding:2%;
}
.pager-tit{
  margin-top: 15px;
}
.pager-tit li{
  float: left;
  font-size: 12px;
  color: #2b2b2b;
  margin:0 0px;
}
.pager-tit li a{
  color: #999999;
  background: none;
  padding:0 5px 0 0;
}
.pager-tit li:first-child{
  background: url(../images/navi.png) no-repeat left;
  padding-left: 15px;
}
.pagecontent{
  padding:15px;
  font-size: 14px;
  color: #000000;
}
.pagecontent p{
  font-size: 16px;
  color: #333;
  line-height: 30px;
  /* text-indent: 2em; */
}
.pagecontent img{
	margin: 10px auto;
}
/****page honor.html*****/
.hor-item li{
  float: left;
  margin-bottom: 25px;
  width: 32%;
  margin-right: 2%;
  height: 275px;
}
.hor-item li:nth-child(3n){
  margin-right: 0;
}
.pimg{
  width: 100%;
  height: 242px;
  overflow: hidden;
  margin-bottom: 10px;
}
.pimg img{
  width: 100%;
  height: 242px;
  display: block;
  position:relative; 
  transition:all 2s;
}
.pimg:hover img{
  -webkit-transform:scale(1.1,1.1);
}
.hor-item li a p{
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.hor-item li a:hover p{
  color: #36b4ef;
}
/****page peo.html*****/
.pagecontent .peo-item dl{
  width: 100%;
  margin-right: 0;
}
.pagecontent .peo-item dl a dd {
    width: 12%;
}
/****page member.html****/
.mem-item li{
  float: left;
  margin-bottom: 25px;
  width: 32%;
  margin-right: 2%;
  height: 413px;
}
.mem-item li:nth-child(3n){
  margin-right: 0;
}
.pimg2{
  width: 100%;
  height: 324px;
  overflow: hidden;
  margin-bottom: 10px;
}
.pimg2 img{
  width: 100%;
  height: 324px;
  display: block;
  position:relative; 
  transition:all 2s;
}
.pimg2:hover img{
  -webkit-transform:scale(1.1,1.1);
}
.mem-item li a p{
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.mem-con{
  margin-left: 20px;
}
.mem-item li a h4{
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: left;
}
.mem-item li a:hover p{
  color: #36b4ef;
}
/****page m_detail.html****/
.mdetail_img{
  width: 30%;
  overflow: hidden;
}
.mdetail_con{
  width: 68%;
}
/****page news.html****/
.pnews-item{
  display: block;
}
.pnews-item li{
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-bottom: #c7c7c7 dotted 1px;
}
.pnews-item li a{
  width: 74%;
  color: #000000;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pnews-item li span{
  color: #a2a2a3;
}
.pnews-item li a:hover{
  color: #36b4ef;
}
/****page detail.html****/
.detail_tit{
  border-bottom: #c7c7c7 dotted 1px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.detailcon h4{
  font-size: 24px;
  color:#000;
  line-height: 45px;
}
.detailcon span{
  font-size: 12px;
  color: #000000;
}
.detail_img{
  
  width: auto;
}
.detail_img img{
  display: block;
  text-align: center;
  margin:15px auto;
}
@media (max-width: 1500px){
	/*协会荣誉*/
	.h-wrap6 .mem-item .bd{ height: 168px;}
}
@media (max-width: 1300px){
	/*header*/
	#headTop{ width: 22%; margin:0}
	#headTop #logo img{ width: 100%; margin-top: 10px;}
	#navWrapper .content .nav > .navitem{ font-size: 14px;}
	#navWrapper .content .nav > .navitem > a{font-size: 14px; padding:0 5px;}
	#navWrapper{ max-width: 78%; margin-top: 0;}
	/*协会动态*/
	.hnewscon .tab-bd{ padding:15px 15px;}
	.talpal-li1 a p{ height: 70px;}
	/*情感咨询*/
	.peo-item dl a dd{width: 22%;}
	/*协会荣誉*/
	.h-wrap6 .mem-item .bd{ height: 168px;}
	/*footer*/
	.footinfo{ width: 29%;}
	.footnav dl{ margin-right: 2%;}
	.footnav dl dt{ font-size: 14px;}
	.footnav dl dd a{ font-size: 13px;}
	/*团队风采*/
	.pagecontent .mem-item li{ height: 300px;}
	.pimg2{ height: 235px;}
	.pimg2 img{ height: 235px;}
	
}
/*3.4新增*/
.toph_l ul li{ float: left;}
.toph_l ul li a{ float: left;}
.newsshare{float: left;}
.newsshare .bdshare-button-style0-16 a {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 23px !important;
	height: 24px !important;
	padding: 0 !important;
	margin: 0 0 0 3px!important;
}
.newsshare a {
	background: url(../images/share.png) no-repeat !important;
}
.newsshare .bds_tsina, .newsshare a.bds_tsina:hover {
	background-position: -29px 0 !important;
}
.newsshare .bds_tqq, .newsshare a.bds_tqq:hover {
	background-position: -61px 0 !important;
}
.newsshare .bds_sqq, .newsshare a.bds_sqq:hover {
	background-position: 0 0 !important;
}
.newsshare .bds_weixin, .newsshare a.bds_weixin:hover {
	background-position: -89px 0 !important;
}