

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img
{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
  -ms-transition:0.5s ease;
}
.picfd:hover img{

     transform:scale(1.1);
     -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

/* 头部 */
.header{ width: 100%; height: 107px; }
.logo{ margin-top: 13px; }
.logo img{ height: 80px; }
.tel{ font-family: "SourceHanSansHWSC-Regular"; margin-top: 40px; }
.tel .pic{}
.tel .title{ margin-left: 10px; }
.tel .title1{ font-size: 16px; color: #999; line-height: 100%; }
.tel .title2{ font-size: 26px; color: #fe0000; line-height: 100%; margin-top: 4px; }

/* 导航 */
.navbar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 55px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
  z-index: 4000;
}
.navbar-default {
  background-color: #fe0000;
  /*background:#fff url(../images/pic12.png) no-repeat;*/
  /*border-color: #fff;*/
}
.navbar-collapse{
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-brand {
  float: left;
  height: 55px;
  padding: 17px 0 0 15px;
  font-size: 18px;
  line-height: 0px;
  position:absolute;
}
.navbar-default .navbar-nav > li > a {
  font-size:18px;
  color: #fff;
}
.navbar-default .navbar-nav > li{
  margin:0px;
}

.nav{ width: 100%; padding-left:0px; padding-bottom:0px; }
.nav > li{ width: 12.5%; padding-left: 1px; background: url(../image/pic2.png) no-repeat left center; position:relative; }
.nav > li:first-child{ padding-left: 0px; background: none; }
.nav > li > a {
  color:#fff;
  display: block;
  padding: 0 5px;
  /*min-width:136px;*/
  height:55px;
  line-height:55px;
  text-align:center;
  overflow: hidden;
  position: relative;
}
.nav > li > a .horn {
  width: 8px;
  height: 4px;
  background: url(../image/pic3.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -4px;
  display: none;
}
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .navbar-nav > li {
    /*float: none;*/
    margin-top:10px;
  }
  .navbar-nav > li > a {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #d80000;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > .active > a .horn,
.navbar-default .navbar-nav > .active > a .horn:hover,
.navbar-default .navbar-nav > .active > a .horn:focus {
  display: block;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle {
  border-color: #d80000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d80000;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #d80000;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > .open > a .horn,
.navbar-default .navbar-nav > .open > a .horn:hover,
.navbar-default .navbar-nav > .open > a .horn:focus {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0% !important;
  z-index: 1000;
  display: none;
  width: 100% !important;
  min-width: 114px !important;
  padding: 0px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 40px;
  line-height: 40px !important;
  font-size:14px;
  font-weight: bold;
  color: #999;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff !important;
  background:#fe0000 !important;
}

.open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.header2 .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);;
}
.header2 .navbar-default {
  background:none;
}
.header2 .navbar-default .navbar-nav > li > a {
  color: #fff;
}

/* 友情链接 */
.friendship-link{ width: 100%; padding: 18px 0; background-color: #e94646; }
.friendship-link_nr{ font-size: 16px; color: #fff; width: 100%; min-height: 24px; line-height: 24px; padding-left: 108px; position: relative; }
.friendship-link_nr1{ position: absolute; top: 0px; left: 0px; }
.friendship-link_nr1 img{ margin-right: 7px; position: relative; top: -2px; }
.friendship-link_nr2{ color: #fff; }
.friendship-link_nr2 a{ color: #fff; margin-right: 38px; }
.friendship-link_nr2 a:hover{ text-decoration: underline; }

/* 底部 */
.footer{ width: 100%; background-color: #262626; }
.footer_t{ width: 100%; padding: 32px 214px 32px 0; position: relative; }
.footer_t1{ width: 100%; padding-bottom: 20px; border-right: 1px solid #3e3e3e; }
.footer_t1 ul li{ padding-right: 45px; }
.footer_t1 ul li .title1{ width: 100%; }
.footer_t1 ul li .title1 span{ font-size: 18px; color: #fff; height: 30px; line-height: 100%; border-bottom: 1px solid #5c5c5c; display: inline-block; position: relative; }
.footer_t1 ul li .title1 span:before{ content: ""; width: 18px; height: 1px; background-color: #ff0000; position: absolute; bottom: -1px; left: 0px; }
.footer_t1 ul li .title2{ font-size: 14px; color: #999; line-height: 18px; padding-top: 4px; }
.footer_t1 ul li .title2 p{ width: 100%; margin: 10px 0 0; }
.footer_t1 ul li .title2 p a{ color: #999; }
.footer_t1 ul li .title2 p a:hover{ color: #fe0000; }
.footer_t2{ width: 180px; position: absolute; top: 30px; right: 0px; }
.footer_t2 .nr1{ font-size: 14px; color: #fff; width: 100%; line-height: 22px; }
.footer_t2 .nr1 ul{ width: 100%; }
.footer_t2 .nr1 ul li{ width: 100%; padding-left: 42px; position: relative; }
.footer_t2 .nr1 ul li p{ width: 42px; margin: 0px; position: absolute; top: 0px; left: 0px; }
.footer_t2 .nr1 ul li span{ width: 100%; }
.footer_t2 .nr2{ width: 120px; text-align: center; margin-top: 10px; }
.footer_t2 .nr2 p{ width: 100%; }
.footer_t2 .nr2 p img{ width: 100%; }
.footer_t2 .nr2 span{ font-size: 12px; color: #fff; width: 100%; line-height: 100%; display: block; }
.footer_b{ width: 100%; padding: 16px 0; border-top: 1px solid #3a3b3c; }
.footer_b1{ font-size: 14px; color: #fff; line-height: 28px; }
.footer_b1 a{ color: #fff; }
.footer_b1 a:hover{ color: #fe0000; }
.footer_b2 .bdsharebuttonbox a{ width:28px; height:28px; line-height:28px; margin:0 0 0 20px;/* padding-left:32px;*/ }
.footer_b2 .bdsharebuttonbox a.bds_sqq{ background:url(../image/pic5.png) no-repeat center; }
.footer_b2 .bdsharebuttonbox a.bds_sqq:hover{ background:url(../image/pic5h.png) no-repeat center; }
.footer_b2 .bdsharebuttonbox a.bds_tsina{ background:url(../image/pic6.png) no-repeat center; }
.footer_b2 .bdsharebuttonbox a.bds_tsina:hover{ background:url(../image/pic6h.png) no-repeat center; }
.footer_b2 .bdsharebuttonbox a.bds_weixin{ background:url(../image/pic7.png) no-repeat center; }
.footer_b2 .bdsharebuttonbox a.bds_weixin:hover{ background:url(../image/pic7h.png) no-repeat center; }
.bd_weixin_popup{ width:250px !important; height:320px !important; }


/* 网站首页 */
/* banner */
.banner .spanLeft-mc,.banner .spanRight-mc{
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 3;
}
.banner .spanLeft-mc{
    right: 100%;
    left: -100%;
}
.banner .spanRight-mc{
    right: -100%;
    left: 100%;
}
.banner-owl{
    z-index: 3;
}
.banner-owl .owl-stage-outer{
    overflow: visible;
}
.banner-owl .span-word{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    line-height: 64px;
    color: #fff;
    background: rgba(0, 0, 0, .85);
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banner-owl .owl-item.active .span-word{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.banner .spanPrev,.banner .spanNext{
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 90px;
    z-index: 5;
    cursor: pointer;
}
.banner .spanPrev{
    right: 100%;
    margin-right: 25px;
}
.banner .spanNext{
    left: 100%;
    margin-left: 25px;
}

.index-about{
    margin-top: 72px;
}
.index-title{
    font-size: 28px;
    color: #ff0000;
    line-height: 28px;
    padding-bottom: 40px;
    background: url('../image/bg-01.png') center bottom no-repeat;
}
.index-title.c-fff{
    color: #fff;
    background: url('../image/bg-03.png') center bottom no-repeat;
}
.index-title-word{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}
.index-about-main{
    margin-top: 37px;
}
.index-about-pic{
    float: left;
    width: 50%;
    padding-right: 20px;
}
.index-about-pic a{
    width: 100%;
    padding: 3px;
    border: 1px solid #e4e4e4;
}
.index-about-pic img{
    width: 100%;
}

.index-about-art{
    float: right;
    width: 50%;
    padding-left: 20px;
}
.index-about-art .span-cn{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding-top: 27px;
    background: url('../image/line-01.jpg') left top no-repeat;
}
.index-about-art .span-cn a{
    color: #333;
}
.index-about-art .span-en{
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
    line-height: 24px;
}
.index-about-art .span-en a{
    color: #ccc;
}
.index-about-art .details{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 17px;
    height: 208px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.index-about-art .more{
    font-size: 14px;
    color: #666;
    width: 120px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-top: 34px;
    font-size: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-project-main .row{
    margin-left: -20px;
    margin-right: -20px;
}
.index-project-main .row>div{
    padding-left: 20px;
    padding-right: 20px;
}
.index-project-main .row>div:first-child .index-project-01{
    border-radius: 0 50px 0 50px;
}
.index-project-main .row>div:nth-child(2) .index-project-01{
    border-radius: 50px 0 50px 0;
}
.index-project-main .row>div:nth-child(3) .index-project-01{
    border-radius: 50px 0 50px 0;
}
.index-project-main .row>div:nth-child(4) .index-project-01{
    border-radius: 0 50px 0 50px;
}
.index-project-01{
    background: #f7f7f7;
    padding: 26px 30px 30px 205px;
    margin-top: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-project-01 .span-title{
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.index-project-01 .span-title a{
    color: #333;
}
.index-project-01 .span-pic{
    position: absolute;
    left: 30px;
    top: 47px;
}
.index-project-01 .span-pic .mg1,.index-project-01 .span-pic .mg2{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-project-01 .span-pic .mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.index-project-01 .span-pic .mg2{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.index-project-01 .span-details{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 6px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.index-project-01 .more{
    font-size: 14px;
    color: #fe1212;
    margin-top: 7px;
}


.index-project-news{
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding-top: 86px;
    margin-top: 68px;
    padding-bottom: 75px;
}
.index-project-news-tab{
    font-size: 0;
    overflow: auto;
    white-space:nowrap;
    line-height: 22px;
    margin-top: 15px;
}
.index-project-news-tab .span-01{
    font-size: 18px;
    color: #fff;
    padding-left: 17px;
    padding-right: 16px;
    background: url('../image/line-02.png') left center no-repeat;
}
.index-project-news-tab .span-01:first-child{
    background: none;
}
.index-project-news-tab .span-01 bdo{
    cursor: pointer;
}
.index-project-news-tab .span-01 bdo.xz{
    color: #fe1212;
}
.index-project-nr{
    padding-top: 20px;
}
.index-project-nr .row{
    margin-left: -11px;
    margin-right: -11px;
}
.index-project-nr .row>div{
    padding-left: 11px;
    padding-right: 11px;
}
.index-project-nr-01{
    display: none;
}
.index-project-nr-01:first-child{
    display: block;
}
.index-project-a1{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}
.index-project-a1 .span-pic img{
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-project-a1 .span-con{
    padding: 27px 32px 26px;
}
.index-project-a1 .span-con .bdo-title{
    font-size: 18px;
    color: #333;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-project-a1 .span-con .bdo-details{
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    height: 66px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index-project-more{
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #737373;
    margin-top: 48px;
}

.index-build{
    margin-top: 82px;
}
.index-build-01{
    white-space:nowrap;
    font-size: 0;
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 18px;
    padding-top: 22px;
    overflow: hidden;
}
.index-build-01 .span-01{
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.index-build-a1{
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-build-a1 .mg1{
    width: 100%;
}
.index-build-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(38, 38, 38, .8);
}
.index-build-a1 .span-mc table,.index-build-a1 .span-mc table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.index-build-a1 .span-mc .bdo-01{
    padding-bottom: 70px;
}
.index-build-a1 .span-mc img{
    margin-bottom: 32px;
}

.index-news{
    margin-top: 40px;
}
.index-news-list{
    float: left;
    width: 50%;
    padding-right: 6px;
}
.index-news-pic{
    float: right;
    width: 50%;
}
.index-news-pic a{
    margin-left: 30px;
}
.index-news-pic a img{
    width: 100%;
}

.index-news-top .span-title{
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-news-top .span-title a{
    font-size: 18px;
    color: #595959;
}
.index-news-top .span-details{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 12px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-news-bottom{
    border-top: 1px dashed #e2e2e2;
    margin-top: 17px;
}
.index-news-bottom li{
    margin-top: 18px;
    padding-right: 100px;
    position: relative;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-news-bottom li .span-date{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #bfbfbf;
}
.index-news-bottom li a{
    font-size: 14px;
    color: #737373;
    padding-left: 17px;
    background: url('../image/bg-04.jpg') left center no-repeat;
}

.index-job{
    padding-top: 20px;
    margin-bottom: 75px;
}
.index-job .row{
    margin-left: -21px;
    margin-right: -21px;
}
.index-job .row>div{
    padding-left: 21px;
    padding-right: 21px;
}
.index-job-a1{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}
.index-job-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(38, 38, 38, .6);
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-job-a1 .span-mc .mg1{
    margin-bottom: 12px;
}
.index-job-a1 .span-mc table,.index-job-a1 .span-mc table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.index-job-a1 .span-mc .span-cn{
    font-size: 26px;
    line-height: 30px;
}
.index-job-a1 .span-mc .span-en{
    font-size: 12px;
    line-height: 20px;
    filter:alpha(opacity=50); 
    -moz-opacity:.5;  
    -khtml-opacity: .5;  
    opacity: .5;
    margin-top: 2px;
}


/* 01-1关于我们 */
.banner-inside img{
    width: 100%;
}

.banner-breamd{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    background: #fafafa;
}
.banner-breamd a{
    color: #999;
}
.banner-breamd a.xz{
    color: #e94646;
}
.banner-breamd img{
    margin-right: 10px;
}

.about-jianjie{
    margin-top: 40px;
}
.about-linian{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 20px;
    padding-bottom: 37px;
}
.about-linian .row{
    margin-left: -48px;
    margin-right: -48px;
}
.about-linian .row>div{
    padding-left: 48px;
    padding-right: 48px;
}
.about-linian-01{
    color: #fff;
    font-size: 0;
    margin-top: 20px;
}
.about-linian-01 .span-pic{
    width: 60%;
}
.about-linian-01 .span-pic img{
    width: 100%;
}
.about-linian-01 .span-pic .mg1,.about-linian-01 .span-pic .mg2{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-linian-01 .span-pic .mg1{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.about-linian-01 .span-pic .mg2{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.about-linian-01 .span-word{
    font-size: 24px;
    line-height: 30px;
    margin-top: 16px;
}
.about-linian-01 .span-txt{
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
}

.about-adv{
    padding-top: 10px;
}
.about-adv .row{
    margin-left: -10px;
    margin-right: -10px;
}
.about-adv .row>div{
    padding-left: 10px;
    padding-right: 10px;
}
.about-adv-a1{
    background: #f7f7f7;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.about-adv-a1 img{
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-adv-a1 .span-01{
    padding: 28px 30px 26px;
}
.about-adv-a1 .span-name{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.about-adv-a1 .span-details{
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    margin-top: 10px;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about-adv-a1 .span-more{
    font-size: 14px;
    color: #fe1212;
    line-height: 20px;
    margin-top: 12px;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about-set-pic{
    margin-top: 36px;
}

.about-set-main{
    padding-top: 20px;
}
.about-set-main .row{
    margin-left: -10px;
    margin-right: -10px;
}
.about-set-main .row>div{
    padding-left: 10px;
    padding-right: 10px;
}
.about-set-a1{
    margin-top: 20px;
}
.about-set-a1 .span-pic img{
    width: 100%;
}
.about-set-a1 .span-pic{
   border-radius: 2px;
}
.about-set-a1 .span-name{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-top: 16px;
}

.about-contact{
    margin-top: 90px;
    margin-bottom: 75px;
}
.about-contact-main{
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    margin-top: 36px;
}
.about-contact-01{
    float: left;
    width: 50%;
}
.about-contact-map{
    float: right;
    width: 50%;
}
.about-contact-map img{
    width: 100%;
}
.about-contact-01 .div-wapper{
    padding: 38px 30px 20px 48px;
}
.about-contact-01 .div-title .span-cn{
    font-size: 24px;
    line-height: 30px;
    color: #fe0000;
}
.about-contact-01 .div-title .span-en{
    text-transform: uppercase;
    font-size: 16px;
    color: #ccc;
    line-height: 24px;
}
.about-contact-01 .div-details{
    padding-left: 80px;
    line-height: 30px;
    margin-top: 33px;
}
.about-contact-01 .span-01{
    margin-left: -80px;
    font-size: 16px;
    color: #666;
}


/* 02-2-0讯息浏览-媒体报道 */
.menu-nav{
    font-size: 0;
    margin-top: 12px;
    overflow: auto;
}
.menu-nav .div1{
    /* white-space: nowrap; */
    margin-left: auto;
    margin-right: auto;
}
.menu-nav a{
    display: inline-block;
    font-size: 16px;
    color: #fe0000;
    background: #eee;
    min-width: 114px;
    padding: 0 28px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin: 0 7px 0 8px;
}
.menu-nav a.xz{
    background: #fe0000;
    color: #fff;
}

.news-list{
    padding-top: 10px;
}
.news-list li{
    padding: 10px 30px 10px 10px;
    border: 1px solid #f7f7f7;
    background: #f9f9f9;
    margin-top: 15px;
    line-height: 22px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list li .a-pic{
    padding-right: 20px;
    height: 160px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}
.news-list li .a-pic img{
    width: 255px;
    height: 160px;
    margin-right: 10px;
}
.news-list li .span-title{
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 150px;
    margin: 16px 0 18px;
}
.news-list li .span-title a{
    font-size: 20px;
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list li .span-title .bdo-date{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}
.news-list li .span-details{
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list li .span-more{
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 20px;
}
.news-list li .span-more a{
    text-decoration: underline;
    color: #666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pages{
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 70px;
}
.pages a,.pages strong{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background: #bebebe;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    min-width: 30px;
	font-weight:normal;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pages a:first-child,.pages a:last-child{
    padding-left: 18px;
    padding-right: 18px;
}
.pages a.xz,.pages strong{
    background: #ed1b24;
}

/* 04-1-0项目动态 */
.news-list-item .span-title{
    padding-right: 0;
}

/* 02-3-0讯息浏览-视频 */
.news-video{
    margin-top: -8px;
}
.news-video-a1{
    margin-top: 38px;
}
.news-video-a1 .span-pic img{
    width: 100%;
}
.news-video-a1 .span-pic .mg-icon{
    width: 39px;
    height: 44px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -22px;
}
.news-video-a1 .span-txt{
    font-size: 18px;
    color: #333;
    line-height: 22px;
    margin-top: 18px;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* 05-5-0党团建设-活动简报-列表页 */
.build-list-a1{
    background: url('../image/bg-06.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 10px 20px 30px;
    margin-top: 30px;
}
.build-list-a1 .span-title{
    font-size: 32px;
    color: #333;
    line-height: 40px;
}
.build-list-a1 .span-details{
    font-size: 22px;
    color: #fe0000;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 7px;
}
.build-list-a1 .span-pic{
    margin-top: 64px;
    border-radius: 5px;
}


/* 06人才招聘 */
.job-01{
    margin-top: 15px;
}
.job-top{
    background: #f5f5f5;
    height: 44px;
    line-height: 44px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.job-top .bdo-icon{
    width: 20px;
    height: 16px;
    background: url('../image/icon-04.png') center center no-repeat;
    margin: 15px 10px 0 20px;
}
.job-top .bdo-arrow{
    width: 15px;
    height: 9px;
    position: absolute;
    top: 18px;
    right: 20px;
    background: url('../image/icon-05.png') center center no-repeat;    
}
.job-top.xz{
    background: #1b1b1b;
    color: #fff;
}
.job-top.xz .bdo-icon{
    background: url('../image/icon-044.png') center center no-repeat;
}
.job-top.xz .bdo-arrow{
    background: url('../image/icon-055.png') center center no-repeat;
}

.job-bottom{
    background: #f5f5f5;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    padding: 13px 47px 35px;
    display: none;
}
.job-bottom .span-01{
    font-size: 16px;
    color: #333;
    margin-top: 13px;
}
.job-bottom .span-02{
    padding-left: 15px;
}
.job-bottom .span-03{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fe0000;
    margin-top: 16px;
    cursor: pointer;
}

.job-01:first-child .job-bottom{
    display: block;
}

.y-mc{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(76, 76, 76, .7);
    z-index: 9999;
    display: none;
}

.job-tc{
    position: fixed;
    left: 50%;
    margin-left: -330px;
    top: 50%;
    margin-top: -153px;
    background: #fff;
    width: 660px;
    height: 306px;
    z-index: 10000;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.job-tc-title{
    font-size: 22px;
    color: #666;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    padding-left: 24px;
}

.job-close{
    position: absolute;
    top: 20px;
    right: 26px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.job-tc-form{
    margin-left: 106px;
    padding-top: 15px;
}
.job-tc-form .div1{
    padding-top: 10px;
}
.job-tc-form .span-name{
    font-size: 18px;
    color: #666;
    line-height: 40px;
    min-width: 56px;
}
.job-tc-form .put-01{
    background: none;
    outline: none;
    border: none;
    width: 330px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 14px;
}
.job-tc-form .but-02{
    background: none;
    outline: none;
    border: none;
    width: 80px;
    height: 40px;
    background: #666;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
    border-radius: 2px;
}
.job-tc-form .but-01{
    background: none;
    outline: none;
    border: none;
    width: 330px;
    height: 40px;
    background: #fe0000;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    border-radius: 2px;
}

/* 01-2关于我们-单位简介 */
.about-jianjie-art{
    font-size: 16px;
    line-height: 34px;
    color: #666;
    margin-top: 44px;
    margin-bottom: 64px;
}
.about-jianjie-art .mg1{
    padding: 5px;
    border: 1px solid #e4e4e4;
}
.about-jianjie-art .div-title{
    line-height: 30px;
}
.about-jianjie-art .div-title .span-cn{
    font-size: 24px;
    color: #333;
}
.about-jianjie-art .div-title .span-en{
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
    margin-top: 3px;
}

/* 01-2关于我们-资源优势 */
.about-adv-art{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-top: 40px;
    margin-bottom: 74px;
}
.about-adv-art .span-title{
    font-size: 24px;
    line-height: 34px;
    color: #222;
    margin-bottom: 18px;
    margin-top: 24px;
}
.about-adv-art .span-title:first-child{
    margin-top: 0;
}

/* 02-1-0讯息浏览-公示公告 */
.news-list2{
    margin-top: 23px;
}
.news-list2 li{
    padding-right: 150px;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #bfbfbf;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-list2 li .span-date{
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}
.news-list2 li a{
    font-size: 18px;
    color: #333;
    padding-left: 22px;
    background: url('../image/bg-07.png') left center no-repeat;
}

/* 03-1项目招揽-文体服务项目  */
.about-item-con{
    margin-top: 30px;
    margin-bottom: 70px;
    -webkit-box-shadow:0 0 15px rgba(180, 180, 180, .45);  
    -moz-box-shadow:0 0 15px rgba(180, 180, 180, .45);  
    box-shadow:0 0 15px rgba(180, 180, 180, .45); 
    padding: 50px 60px 42px 60px;
    border-radius: 0 60px 0 60px;
    background: url('../image/bg-08.png') right 5% bottom no-repeat;

}
.about-item-con .div-title{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    padding-bottom: 40px;
    border-bottom: 2px solid #e94646;
    margin-bottom: 20px;
}
.about-item-con .div-title .mg1{
    position: absolute;
    right: 0;
    bottom: -70px;
}
.about-item-con .div-details{
    width: 66%;
    font-size: 18px;
    line-height: 48px;
    color: #666;
}


/* 02-1-1讯息浏览-公示公告-详情页  */

.news-back{
    float: right;
    border-radius: 3px;
    width: 100px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-top: 30px;
}
.news-art{
    margin-top: 23px;
}
.news-art .div-title{
    font-size: 28px;
    color: #222;
    line-height: 38px;
}
.news-art .div-info{
    font-size: 14px;
    color: #666;
    margin: 7px 0 12px;
    line-height: 26px;
}
.news-art .div-info img{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.news-art .details{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.news-art .details.ling{
    border-top: none;
}

.news-art .details .details-video{
    margin: 48px 0 18px;
}

.news-pages{
    padding-top: 20px;
    padding-bottom: 62px;
    padding-right: 170px;
    position: relative;
}
.news-page-div1{
    font-size: 16px;
    color: #333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-page-div1 a{
    color: #fe0000;
}
.news-page-div1:first-child{
    margin-top: 0;
}
.news-share{
    position: absolute;
    right: 0;
    top: 40px;
}
.news-share .news-page-div1 a{
    color: #333;
}
.news-share .news-page-div1 a:hover{
    color: #6c2071;
}
.news-share .bdshare-button-style1-32{
    line-height: 30px;
}
.news-share .bdshare-button-style1-32 a{
    width: 30px;
    height: 30px;
    background-position: center center;
    margin: 0 0 0 15px;
}
.news-share .bdshare-button-style1-32 .bds_sqq{
    background: url('../image/icon-06.png') center center no-repeat ;
}
.news-share .bdshare-button-style1-32 .bds_tsina{
    background: url('../image/icon-07.png') center center no-repeat ;
}
.news-share .bdshare-button-style1-32 .bds_weixin{
    background: url('../image/icon-08.png') center center no-repeat ;
}

/* 05-1党团建设-党支部组织建设 */

.build-art{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-top: 48px;
    margin-bottom: 109px;
}
.build-art-title{
    font-size: 28px;
    color: #222;
}
.build-art .span-01{
    font-size: 22px;
}
.build-art .span-02{
    font-size: 18px;
}
.build-art .span-03{
    font-size: 20px;
}

/* 05-2党团建设-支部制度建设 */
.news-art .details .div1 .span-04{
    font-size: 44px;
    color: #333;
    font-family: "宋体";
	line-height: 50px;
}
.news-art .details .div1 .span-05{
    font-size: 18px;
    color: #333;
}

/* 05-4党团建设-党支部特色活动 */
.build-art .span-06 .bdo-01{
    font-size: 22px;
    color: #333;
}



















































