/************
 * 页面样式
 ************/
@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: #ba2f2f;
  padding:15px 0;
}
.toph_l {
 color: #dcdcdc; 
}
.toph_l ul li{
  display: inline-block;
  color: #dcdcdc;
  margin:0px 10px;
}
.toph_l ul li a{
  color: #dcdcdc;
}
.toph_l ul li a:hover{
  color: #fff;
}
.toph_tel p{
  color: #dcdcdc;
}
/*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;
}
#headTop #logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#headTop #logo {
    position: relative;
    display: block;
}
#headTop #logo img {
    height: 60px !important;
    max-width: initial;
}
#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: #94070a;
    border-bottom: #94070a solid 2px;
}
#navWrapper .content .nav > .navitem > a:hover {
    color: #94070a;
    border-bottom: #94070a solid 2px;
}
#navWrapper .content .nav > .navitem .subnav li a:hover {
    color: #94070a;
}
#navWrapper .content .nav > .navitem:hover .subnav{
    height: 68px;
}
#navWrapper .content .nav > .navitem .subnav li a{
    padding: 24px 24px;
}
#navWrapper{
    /*max-width: 80%;*/
    max-width: 64%;
    margin-top: 20px;
}

#navWrapper .content .nav > .navitem > a {
    /*padding: 0 22px;*/
    padding:0 11px;
}
#headTop {
    margin-right: 0;
    margin:15px 0;
}
/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 720px;
  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: 720px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 720px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.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: #f00;
}
.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 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;
}
.txtScroll-top .infoList li a{
  color: #5e5e5e;
  font-size: 14px;
}
.txtScroll-top .infoList li a:hover{
  color: #94070a;
}
/*新闻*/
.hnews-wrap1{
  width: 49%;
  overflow: hidden;
}
.hnews-qh {
  position: relative;
  width:100%;
  height: 349px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  background: white;
}
.hnews-qh .pic li{
  height: 349px;
}
.hnews-qh .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.hnews-qh .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 36px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden;
}
.hnews-qh .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 36px;
  width: 100%;
  overflow: hidden;
}
.hnews-qh .txt li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}
.hnews-qh .txt li a {
  display: block;
  color: white;
  padding: 0 10px 0 10px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
}
.hnews-wrap2{
  width: 49%;
  overflow: hidden;
}
.hnewscon {
  width: 100%;
  overflow: hidden;
}
.hnewscon .tab-hd {
  height: 50px;
  background-color: #f1f1f1;
  color: #040404;
  font-size: 20px;
}
.hnewscon .tab-hd li {
  float: left;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #eee;
}
.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;
  height: 60px;
  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: #ba2f2f;
  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: #ba2f2f;
}
.talpal-lin span{
  font-size: 15px;
  color: #a2a2a3;
}
/*商会活动&商会党建*/
.h-wrap3{
  margin-top: 17px;
}
.hwrap3-tit {
  border-bottom: #ba2f2f 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: #ba2f2f;
  font-style: italic;
  font-weight: bold;
}
.hwrap3-tit h4 a{
  text-transform: uppercase;
  font-size: 12px;
  color: #ba2f2f;
  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: #ba2f2f;
}
.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{
}
.peo-item dl{
  width: 48%;
  float: left;
  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: #ba2f2f;
}
.peo-item dl a dd{
  width: 15%;
}
.peo-item dl a dd img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
/*图片链接*/
.h-wrap6{
  background: #fff;
  padding:1% 3%;
  margin-top: 25px;
}
.tab_h_2a {
  width: 100%;
  height: 32px;
}

.tab_h_2a  li {
  cursor: pointer;
  display: block;
  height: 32px;
  padding: 0 20px;
  float: left;
  line-height: 32px;
  background: url(../images/line.png) right center no-repeat;
  color: #525252;
  font-size: 16px;
}
.tab_h_2a  li:last-child {
  background: none;
}
.tab_h_2a  li.vary {
  color: #ba2f2f;
  font-size: 16px;
  font-weight: bold;
}
.tab_c_2a {
  width: 100%;
  display: none;
}
.partner_list {
  margin-top: 20px;
  width: 105%;
}

.partner_list ul {
  margin: 0;
  padding: 0;
}
.partner_list ul li {
  display: block;
  float: left;
  width: 158px;
  height: 70px;
  border: 1px solid #d1d1d1;
  margin-right: 10px;
  margin-bottom: 10px;
}
.partner_list ul li img {
  width: 158px;
  height: 68px;
}
.partner_list ul li:hover {
  border: 1px solid #ba2f2f;
}
.linklist {
  margin-top: 12px;
}
.linklist ul {
  margin: 0;
  padding: 0;
}
.linklist ul li {
  display: block;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
.linklist ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #555555;
  font-size: 14px;
}
.linklist ul li a:hover {
  color: #ba2f2f;
}
/*******footer*******/
.footer{
  margin-top: 25px;
}
.fooerwrap1{
  background: #282828;
  padding:40px 0px;
}
.fooerwrap2{
  background: #222;
  height: 50px;
}
.footnav{
  width: 70%;
}
.footnav dl{
  float: left;
  margin-right: 8%;
}
.footnav dl dt{
  font-size: 16px;
  color: #f0f0f0;
  line-height: 40px;
}
.footnav dl dd{
  height: 28px;
  line-height: 28px;
}
.footnav dl dd a{
  font-size: 15px;
  color: #acacac;
}
.footnav dl dd a:hover{
  color: #ba2f2f;
}
.footinfo{
  width: 20%;
}
.footcon{
  margin-top: 25px;
}
.footcon p{
  color: #afafaf;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
}
.footcon h2{
  font-size: 22px;
  color: #ba2f2f;
  line-height: 40px;
  font-family: "Arial";
}
.fooerwrap2 p{
  text-align: left;
  line-height: 50px;
  color: #afafaf;
  font-size: 14px;
}
.fooerwrap2 p a{
  color: #afafaf;
}
.fooerwrap2 p a:hover{
  color: #ba2f2f;
}
/****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: #ba2f2f;
}
.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: #000000;
  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: #ba2f2f;
}
/****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: #ba2f2f;
}
/****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: #ba2f2f;
}
/****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;
}