﻿
.wrap-layer {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url("../fonts/SourceHanSansSC-Regular.woff2") format("woff2"),
        url("../fonts/SourceHanSansSC-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansSC-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansSC-Regular.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansSC-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
body,
html,
* {
  font-family: "SourceHanSansSC-Regular" !important;
}
/*.mode-banner{ width:100%; position:relative; overflow:hidden; min-width: 1200px;}
.banner-cnt{ float:left; position:relative; right:50%;}	
.mode-inner{float:left; position:relative; left:50%;}
.mode-banner img{ display: block}*/


.mode-banner {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.mode-banner .mode-inner {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  left: 50%;
}

.mode-banner .mode-inner .banner-cnt {
  display: inline-block;
  height: auto;
  position: relative;
  left: -50%;
}

/*头部*/
.top-links {
  height: 30px;
  padding-top: 4px;
  text-align: right;
  position: relative;
  z-index: 999;
  margin-top:-30px;
}

.top-links>* {
  display: inline-block;
  vertical-align: middle; cursor: pointer;
}
.top-links span{ border-left: 1px solid #c2c2c2; height: 12px; margin: 0 8px;}
.top-links a.go-home{ color:#2797d9;}

.shares img {
  vertical-align: middle;
}

.shares a {
  margin: 0 7px;
}

.goback a {
  color: #018ed6;
}

.goback {
  margin-right: 20px;
}

.net-links {
  margin-left: 15px;
  position: relative;
  padding: 4px 0;
}

.net-links span {
  /*padding-right:15px; background:url(../images/arrow_1.png) right 7px no-repeat ;*/
}

/*.net-links:hover ul{ display: block;}*/
.net-links ul:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #eee;
  right: 25px;
  top: -8px;
}

.net-links ul {
  position: absolute;
  text-align: center;
  top: 28px;
  right: 0;
  min-width: 90px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: none;
  background: #fff;
}

.net-links ul li {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.net-links ul li:hover * {
  color: #018ed6;
}

.nav-wraps {
  margin-top: 10px;
}

.nav-wraps .logos {
  float: left;
  margin-right: 50px;
}

.nav-wraps .logos img {
  display: block;
}

.nav-wraps .navs {
  text-align: right;
}

.nav-wraps .navs>ul {
  font-size: 0;
  line-height: 0;
}

.nav-wraps .navs>ul>li {
  display: inline-block;
}

.nav-wraps .navs>ul>li>a {
  line-height: 43px;
  display: block;
  color: #333;
  font-size: 16px;
  padding: 0 11px;
  border-bottom: 3px solid #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.nav-wraps .navs>ul>li {
  position: relative;
  z-index: 9;
}

.nav-wraps .navs>ul>li.cr>a,
.nav-wraps .navs>ul>li>a:hover {
  background: #018ed6;
  color: #fff;
  border-bottom: 3px solid #d22d26;
}

.nav-wraps .navs>ul>li:hover>.subNav {
  display: block;
}

.nav-wraps .subNav {
  display: none;
  position: absolute;
  left: 0;
  top: 47px;
  width: 270px;
  background: url(../images/bg2.png);
  box-shadow: 0px 2px 5px rgba(236, 236, 236, 1);
  padding: 10px 0;
}

.nav-wraps .subNav ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  color: #333;
}

.nav-wraps .subNav ul li a {
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.nav-wraps .subNav ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}

.nav-wraps .subNav ul li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  background: url(../images/subnav_icon.png) no-repeat center center;
}

.nav-wraps .subNav ul li a:hover span {
  color: #018ed6;
}

.nav-wraps .subNav ul li a:hover:after {
  background: url(../images/subnav_icon_cr.png) no-repeat center center;
}

.nav-wraps .last .subNav {
  right: 0;
  left: inherit;
}

.header {
  border-bottom: 1px solid #f0f0f0;
}


/*集团动态*/
#scroll_begin1 {
  display: block !important;
}

.roll {
  position: relative;
  background: #f4f4f4;
  height: 36px;
  padding-left: 150px;
}

.roll .roll-tits {
  background: #018ed6 url(../images/arrow3.jpg) right 0 no-repeat;
  padding-right: 25px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
}

.roll .roll-tits span {
  padding-left: 15px;
  color: #fff;
  background: #018ed6 url(../images/notice_ico1.png) right center no-repeat;
  padding-right: 30px;
}

.roll li {
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  padding-right: 100px;
  position: relative;
}

.roll li .time {
  position: absolute;
  right: 10px;
  top: 0;
}

.roll li a:hover {
  color: #018ed6;
}

.H25 {
  height: 25px;
}

.infos {
  height: 0;
  overflow: hidden;
}

.show {
  height: auto;
  overflow: hidden;
  margin-top: 50px;

}

.blue-lines {
  height: 2px;
  overflow: hidden;
  background: #67bbe6;
  margin-bottom: 18px;
}

.mstop {
  margin-bottom: 20px;
  height: 100%;
  overflow: hidden;
}

.tit {
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.mstop {
  position: relative;
}

.mstop .ctits {
  float: left;
  margin-top: 2px;
}

.mstop .uitabs {
  float: right;
}

.mstop .ctits span {
  color: #018ed6;
  font-size: 20px;
}

.mstop .ctits em {
  color: #ccc;
  padding-left: 15px;
  font-size: 16px;
}

.mstop .uitabs span {
  cursor: pointer;
  width: 96px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background: #efefef;
  color: #000;
  border-left: 1px solid #fff;
}

.mstop .uitabs span.cr {
  background: #d22d26;
  color: #fff;
}

.m-more {
  position: absolute;
  right: 0;
  top: 4px;
}

.m-more a {
  color: #999;
}

.roll-news-2 {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.roll-news-2 .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  width: auto;
}

.roll-news-2 img {
  display: block;
  width: 100% !important;
  height: 760px !important;
}

.news-list2 {
  float: right;
  width: 630px;
  height: 400px;
}

.news-list2 a h3 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  background: url(../images/dotted.jpg) 0 center no-repeat;
  padding-left: 16px;
  padding-right: 100px;
  height: 21px;
  overflow: hidden;
}

.news-list2 .descs {
  display: none;
}

.news-list2 .first-1 .descs {
  display: block;
}

.news-list2 li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}

.news-list2 li span {
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/timer_ico.png) 0 center no-repeat;
  padding-left: 20px;
}

.news-list2 li.first-1 {
  border-bottom: none;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list2 li.first-1 span {
  display: block;
  position: static;
  margin: 8px 0 10px 0
}

.news-list2 li a .descs {
  color: #999999;
  line-height: 24px;
  margin-bottom: 5px;
}

.news-list2 .first-1 h3 {
  font-size: 18px;
  color: #333;
  padding-left: 0;
  background: none;
}

.news-list2 li a:hover h3 {
  color: #018ed6;
}

.mstop2 {
  border-top: 2px solid #67bbe6;
  padding-top: 18px;
}

.mstop2 .ctits2 {
  float: right;
  width: 380px;
}

.layer-1 {
  width: 785px;
  float: left;
}

.layer-2 {
  float: right;
  width: 380px;
}

.newslist-2 {
  width: 380px;
  float: left;
}

.newspic-1 {
  width: 380px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  height: 255px;
}

.newspic-1 img {
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 380px !important;
  height: 250px !important;
}

.newspic-1:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.newslist-2 ul li {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}

.newslist-2 ul li a {
  color: #666;
  font-size: 14px;
  background: url(../images/dotted.jpg) 0 center no-repeat;
  padding-left: 16px;
}

.newslist-2 ul li.n-icon1 a {
  background: none;
  padding-left: 0;
  color: #333;
  font-size: 16px;
}

.newslist-2 ul li a:hover {
  color: #018ed6;
}


/*企业视频*/
.video-1 {
  position: relative;
}

.video-1 img {
  display: block;
}

.video-1 .video-pic {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.video-1 .video-pic img {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.video-1 .video-pic:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.video-1 .video-pic:hover {
  box-shadow: 0 28px 50px rgba(25, 24, 40, .35);
}

.video-1 i {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/video_icon.png) center center no-repeat;
  display: none;
  margin-top: -25px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  z-index: 88;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.video-1 .video-pic:hover i {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.video-1 h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  padding: 0 10px;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.video-1 h3 span {
  max-width: 250px;
  display: block;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.video-1 .video-pic:hover h3 {
  background: rgba(0, 0, 0, 0.5);
}

.video-1 .video-pic:hover h3 span {
  opacity: 1;
}

.video-1 h3 em {
  position: absolute;
  right: 15px;
  top: 0;
  /*background:url(../images/ico1.jpg) 0 center no-repeat;*/
  padding-left: 25px;
}

.video-list2 {
  margin-top: 8px;
}

.video-list2 li a {
  background: url(../images/icon2.png) 0 center no-repeat;
  line-height: 24px;
  padding-left: 15px;
  color: #666;
}

.video-list2 li a:hover {
  color: #018ed6;
}

/*业务领域*/

.layer-3 {
  width: 580px;
  float: left;
}

.layer-4 {
  width: 580px;
  float: right;
}

.mod-services {
  margin-right: -30px;
}

.mod-services .item-cell {
  width: 275px;
  float: left;
  margin-right: 30px;
}
.mod-services .item-pic img{ }
.mod-services .item-cnt {
  margin-top: 15px;
}

.mod-services .item-pic {
  position: relative;
  overflow: hidden;
  height: 115px;
}

.mod-services .item-pic img {
  display: block;
  height: auto;
  width: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
	width: 100%; height: 100%; object-fit: cover;
}

.mod-services .item-pic:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.mod-services .item-tit * {
  color: #fff;
  font-size: 18px;
}

.mod-services .item-tit {
  transition: all .3s;
  -webkit-transition: all .3s;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  padding: 0 10px;
}

.mod-services .item-tit a {
  display: block;
  text-align: center;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.mod-services .item-tit:after {
  width: 35px;
  height: 2px;
  background: #fff;
  content: "";
  display: inline-block;
  /* top: 50%;left:50%; margin-left: -16px;*/
  margin-top: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.mod-services .item-cell:hover .item-tit {
  /*transform: scale(1.1,1.1);  -webkit-transform: scale(1.1,1.1);*/
}

.mod-services .item-cell:hover .item-tit * {
  color: #FFFDDA
}

.mod-services .item-cell:hover .item-tit:after {
  background: #FFFDDA;
  width: 60px;
  /* margin-left: -30px; */
}

.mod-services .item-cell:hover .item-tit a {
  -webkit-transform: rotateY(360deg);

  -moz-transform: rotateY(360deg);

  -ms-transform: rotateY(360deg);

  transform: rotateY(360deg);
}

.mod-services .item-cnt * {
  color: #666;
}

.mstop2 .ctits3 {
  width: 585px;
  float: right;
}

.ghpic-wrap {
  width: 280px;
  height: 190px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  position: relative;
}

.ghpic-wrap img {
  width: 280px;
  height: 190px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.ghpic-wrap:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.news-3 {
  width: 285px;
}

.ghpic-wrap .item-tit {
  position: absolute;
  bottom: 0;
  background: url(../images/rebg_x.png) repeat-x;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
}

.ghpic-wrap .item-tit a {
  color: #fff;
  line-height: 16px;
}

.news-3 ul li.n-icon1 {
  height: auto;
  line-height: 25px;
  max-height: 55px;
  margin-bottom: 5px;
}

/*工程业绩*/
.mod-projects {
  margin-right: -25px;
}

.mod-projects .item-cell {
  width: 380px;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}

.mod-projects .item-cnt {
  background: #018ed6;
  height: 67px;
  padding: 10px;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.mod-projects .item-pic {
  overflow: hidden;
}

.mod-projects .item-pic img {
  height: 185px;
  width: 380px;
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.mod-projects .item-tit * {
  color: #fff;
  font-size: 16px;
}

.mod-projects .item-tit a {
  position: relative;
}

.mod-projects .item-tit a:after {
  content: "";
  width: 30px;
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  height: 1px;
  background: #fff;
}

.mod-projects .item-tit a:before {
  content: "";
  width: 30px;
  display: block;
  position: absolute;
  right: -50px;
  top: 50%;
  height: 1px;
  background: #fff;
}

.mod-projects .item-tit {
  text-align: center;
}

.mod-projects .item-desc {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.mod-projects .item-cell:hover .item-cnt {
  background: #d22d26;
}

.mod-projects .item-cell:hover .item-pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.units-links ul li {
  color: #6e6e6e;
  margin-right: 15px;
  min-width: 258px;
  display: inline-block;
  margin-bottom: 12px;
}

.units-2 ul li{min-width: 0; margin-right: 45px;}

.units-links ul li a {
  font-size: 14px;
  color: #7b7b7b;
}

.units-links ul li a:hover {
  color: #018ed6;
}


/*底部导航*/
.footer-links {
  /*background: #fafafa; border-top:2px solid #65b9e4; padding-top: 15px;*/
  margin-top: 35px;
}


.footer {}

.units-2 ul li a {
  color: #888888;
}

.units-2 {
  padding-bottom: 15px;
  height: 100%;
  overflow: hidden;
}

.inner-footer2 {
  background: #018ed6;
  padding: 35px 0;
}

.contacts {
  float: left;
}

.wx-code {
  float: right;
}


.contacts h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.addr,
.copys {
  margin-top: 25px;
  color: #fff;
}

.wx-code {
  float: right;
  margin-top: 10px;
}

.wx-code img {
  display: block;
}

.wx-code>* {
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  color: #fff;
}

.wx-code h3 {
  font-weight: normal;
  margin-top: 8px;
}

/*banner图以及导航*/
.mode-banner {
  position: relative;
}

.mode-banner img {
  display: block;
}

.curr {
  position: absolute;
  bottom: 30px;
  width: 100%;
  line-height: 1;
}

.curr h3 {
  font-size: 40px;
  color: #fff;
  padding-left: 30px;
  line-height: 100%;
  padding-bottom: 17px;
}

.curr span {
  font-size: 34px;
  font-weight: bold;
  padding-left: 30px;
  color: #fff;
  text-transform: uppercase;
}

.H30 {
  height: 25px;
}

/*新闻列表*/
.mod-newslist {}

.mod-newslist ul li {
  padding: 20px 100px 20px 45px;
  /*border-bottom:1px solid #ececec;*/
  background: url(../images/dotted2.png) 22px center no-repeat;
  position: relative;
  overflow: hidden;
}

.mod-newslist ul li.even {
  background: #f2f7fa url(../images/dotted2.png) 22px center no-repeat;
}

.mod-newslist ul li a {
  color: #666666;
  font-size: 16px;
}

/*.mod-newslist ul li a:hover{ color:#195ab0;}*/
.mod-newslist ul li span {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #d0d0d0;
  font-size: 14px;
  width: 100px;
  text-align: right;
}

.mod-newslist ul li:hover {
  background: #018ed6 url(../images/dotted1.png) 22px center no-repeat;
}

.mod-newslist ul li:hover a {
  color: #fff;
}

.mod-newslist ul li:hover span {
  color: #a4cceb;
}

.cur-locals {}

.cur-locals span {
  color: #018ed6;
}

.cur-locals a:hover {
  color: #018ed6;
}

/*-----新闻最终-----*/
.newsInfo .content h6 {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.newsInfo {
  /*padding: 20px;*/
  /*  min-height: 300px;*/
  /*  _heihgt: 300px;*/
}

.newsInfo h3.title {
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #333;
  padding-bottom: 25px;
  font-weight: normal;
  border-bottom: 1px solid #ededed
}

.newsInfo .source {

  /* border-bottom: 1px solid #EBEBEB;*/
}

.newsInfo .source ul {
  text-align: center;
}

.newsInfo .source li {
  display: inline;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  color: #999;
  font-size: 14px;
}

.newsInfo .content {
  margin: 10px 0 0 0;
  min-height: 100px;
  _height: 100px;
}

.newsInfo .content p,
.newsInfo .content * {
  line-height: 34px;
  font-size: 16px;
  /*text-align: justify;text-justify: distribute;*/
  color: #666;
}

.newsInfo .content p {
  text-indent: 2em;
  padding: 0 0 1em 0;
}
.newsInfo .content p img{
	display:block;
	margin:0 auto;
}
.relnews {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ededed;
}

.relnews * {
  font-size: 16px;
  color: #666;
}

.relnews a:hover {
  color: #018ed6;
}

.per-news {
  padding-bottom: 15px;
}

/*业务领域*/
.tab-ui2 {
  height: 100%;
  overflow: hidden;
  margin-bottom: 45px;
}
.tab-ui2 ul{ display: flex; justify-content: center;}
.tab-ui2 li {
  width: 20%;
  float: left;
  text-align: center;
}

.tab-ui2 li a {
  font-size: 18px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid #fff;
  background: #f2f7fa;
  display: block;
  color: #000;
}

.tab-ui2 li.cr a,
.tab-ui2 li:hover a {
  background: #018ed6;
  color: #fff;
}

.tab-ui2 li.cr,
.tab-ui2 li:hover {
  border-bottom: 2px solid #d22d26;
}


.acticles .content {
  padding: 0 0 0 0;
}

.acticles .content *,
.acticles .content {
  color: #666;
  line-height: 35px;
}

h3.btits {
  font-size: 18px !important;
  font-weight: normal;
  color: #000 !important;
}

.buspic-wraps {
  margin-right: -15px;
  margin-top: 30px;
  overflow: hidden;
}

.buspic-wraps .item-cell {
  float: left;
  margin-right: 15px;
  width: 390px;
  margin-bottom: 35px;
}

.buspic-wraps .item-pic {
  width: 100%;
  height: 227px;
  overflow: hidden;
}

.buspic-wraps .item-pic img {
  display: block;
  height: 227px !important;
  width: 390px !important;
}

.buspic-wraps .item-tits {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}

/*领导简介*/
.leaders-wrap {
  margin-right: -35px;
}

.leaders-wrap .item-cell {
  text-align: center;
  background: #f7f7f7;
  border-radius: 10px;
  width: 375px;
  height: 430px;
  padding: 50px 20px;
  box-sizing: border-box;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
}
.leaders-wrap .cell1{  margin-left: 235px;} 
.leaders-wrap .item-cnt {}

.leaders-wrap .item-pic {}

.leaders-wrap .item-pic img {
  display: inline-block;
  height: auto;
  width: auto;
}

.leaders-wrap .item-tit *,
.leaders-wrap .item-tit {
  font-size: 18px;
  color: #000;
}

.leaders-wrap .item-tit {
  margin: 25px 0;
}

.leaders-wrap .item-desc *,
.leaders-wrap .item-desc {
  font-size: 14px;
  color: #666
}

/*党员列表*/
.party-wrap {}

.party-wrap .item-cell {
  width: 220px;
  height: 360px;
  float: left;
  margin: 0 90px 30px 90px;
}

.party-wrap .item-cnt {}

.party-wrap .item-pic {
  border-bottom: 2px solid #d22d26;
  background: #f5f5f5;
}

.party-wrap .item-pic img {
  display: block;
  height: auto;
  width: auto;
}

.party-wrap .item-tit *,
.party-wrap .item-tit {
  font-size: 18px;
  color: #000;
}

.party-wrap .item-tit {
  text-align: center;
  padding-top: 20px
}

/*党务公开列表*/
.mod-newslist2 {}

.mod-newslist2 li {
  position: relative;
  margin-bottom: 45px;
  padding-left: 115px;
  min-height: 95px;
}

.mod-newslist2 li a {}

.mod-newslist2 li .date {
  text-align: center;
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 95px;
  border: 1px solid #f9f9f9;
}

.mod-newslist2 li .date em {
  display: block;
  background: #f9f9f9;
  line-height: 65px;
  text-align: center;
  font-size: 32px;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
}

.mod-newslist2 li:hover .date {
  color: #018ed6;
}

.mod-newslist2 li:hover .date em {
  background: #018ed6;
  color: #fff;
}

.mod-newslist2 li:hover .date {
  border: 1px solid #018ed6;
}

.mod-newslist2 li .item-tit {
  padding-bottom: 18px;
}

.mod-newslist2 li .item-tit a {
  color: #000;
  font-size: 18px;
}

.mod-newslist2 li .item-tit a:hover {
  color: #018ed6;
}

.mod-newslist2 li .item-desc {}

.mod-newslist2 li .item-desc *,
.mod-newslist2 li .item-desc {
  color: #666;
  font-size: 12px;
}



/*大事记*/
.events2-wrap {
  /*min-height:1500px;*/
}

.events-innerwrap {
  position: relative;
  background: url(../images/up_arrow.png) center 0 no-repeat;
  padding-top: 50px;
  margin-top: 10px;
}

.event-line {
  position: absolute;
  height: 100%;
  border-left: 2px dashed #dedede;
  top: 0;
  width: 5px;
  left: 50%;
  margin-left: -3px;
}

.events-innerwrap .item-cell {
  margin-bottom: 50px;
  width: 601px;
  position: relative;
}

.events-innerwrap .item-tit {
  line-height: 28px;
  font-size: 20px;
  color: #000;
}

.events-innerwrap .item-desc {
  padding-top: 8px;
  color: #666;
  line-height: 25px;
}

.events-innerwrap .item-cell-1 {
  float: right;
}

.events-innerwrap .item-cell-2 {
  float: left;
}

.events-innerwrap .item-cell-1 .item-tit {
  padding-left: 60px;
}

.events-innerwrap .item-cell-1 .item-desc {
  padding-left: 60px;
}

.events-innerwrap .item-cell-2 .item-tit {
  text-align: right;
  padding-right: 65px;
}

.events-innerwrap .item-cell-2 .item-desc {
  text-align: right;
  padding-right: 65px;
}

.events-innerwrap .item-cell .item-date {
  padding-left: 60px;
  color: #000;
  font-size: 26px;
  margin-bottom: 22px;
}

.events-innerwrap .item-cell .circle-arrow {
  background: #d22d26;
  border: 4px solid #f6d5d4;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -13px;
  top: 0;
  border-radius: 16px;
}

.events-innerwrap .item-cell-2 .circle-arrow {
  left: auto;
  right: -10px;
  top: 0;
  /*background:#fff url(../images/menico2.png) center  no-repeat;*/
}

.events-innerwrap .item-cell-2 .item-date {
  padding-left: 0;
  text-align: right;
  padding-right: 65px;
}


/*获得奖项*/
.rewards-tit {
  font-size: 18px;
  text-align: center;
  color: #000 !important;
  margin-top: 35px;
  margin-bottom: 25px;
}

.article-tables th {
  background: #018ed6;
  padding: 10px 5px;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  border: 1px solid #fff !important;
}

.article-tables {
  text-align: center;
}

.article-tables td {
  padding: 15px 5px;
  line-height: 150% !important;
  color: #666 !important;
  font-size: 16px;
  background: #f3f3f3;
  border: 1px solid #fff !important;
}

.news-layer {
  width: 580px;
  float: right;
}

.news-layer .news-list2 {
  height: 255px;
}

/*工会频道页*/
.com-tit {
  font-size: 20px;
  margin-bottom: 20px;
}

.com-tit:after {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #ececec;
  content: "";
}

.com-tit span {
  border-bottom: 2px solid #018ed6;
  float: left;
  margin-bottom: -1px;
  line-height: 1;
  padding-bottom: 10px;
  background: url(../images/cur_5.jpg) 0 0 no-repeat;
  padding-left: 24px;
  padding-right: 8px;
}

.com-tit a {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.comad img {
  display: block;
  margin-top: 15px;
}


.union-topic {
  width: 300px;
}

.union-activity {
  overflow: hidden;
  padding-left: 20px;
  width: 570px;
}

.union-video {
  width: 290px;
}

.news-list3 {
  float: none;
  width: auto;
  height: auto;
}

.news-list3 li {
  padding: 0;
  margin: 0;
}

.news-list3 li.first-1 {
  padding: 10px;
  background-color: #f7f7f7;
}

.news-list3 li.first-1 .descs {
  height: 48px;
  overflow: hidden;
  margin: 0;
}

.news-list3 a h3 {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-list3 li.first-1 a h3 {
  padding-bottom: 0;
  padding-top: 5px;
}

.news-list3 li span {
  top: 10px;
}

.union-video .video {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

.union-video .video img {
  display: block;
  width: 100%;
  height: 160px;
}

.union-video .video .text {
  width: 100%;
  background: url(../images/rebg_x2.png) repeat-x left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  color: #fff;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 1em;
}

.union-video .video .playBtn {
  width: 38px;
  height: 38px;
  background: url(../images/playbtn.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
}

.union-video .quickLink {
  margin-top: 20px;
}

.union-video .quickLink ul {
  text-align: center;
  overflow: hidden;
}

.union-video .quickLink ul li {
  float: left;
  width: 25%;
}

.union-video .quickLink ul li a {
  display: block;
  cursor: pointer;
}

.union-video .quickLink ul li a img {
  display: block;
  margin: 0 auto;
}

.union-video .quickLink ul li a span {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  margin-top: 10px;
}

.middleAd {
  margin: 30px 0;
}

.middleAd img {
  display: block;
}

.union-work {
  width: 750px;
}

.union-workpic {
  width: 300px;
}

.union-workpic .pic {
  display: block;
}

.union-workpic img {
  display: block;
  width: 300px;
  height: 330px;
}

.union-worker {
  float: none;
  padding-left: 20px;
  overflow: hidden;
}

.union-worker .list {
  margin-right: -20px;
}

.union-worker .core {
  width: 130px;
  height: 165px;
  float: left;
  margin-right: 20px;
  color: #fff;
  text-align: center;
}

.union-worker .core span {
  display: block;
  line-height: 1;
  margin-top: 20px;
}

.union-worker .core img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.union-worker .core1 {
  background-color: #e84c3d;
}

.union-worker .core2 {
  background-color: #1dc5a1;
}

.union-worker .core3 {
  background-color: #018ed6;
}

.union-worker .service {
  margin-top: 20px;
}

.union-worker .service-list {
  overflow: hidden;
  width: 450px;
}

.union-worker .service-list .core {
  float: left;
  width: 205px;
  padding: 12px 0;
  height: auto;
  background-color: #ffae00;
  font-size: 0;
  line-height: 0;
}

.union-worker .service-list .core img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 70px;
  height: 70px;
}

.union-worker .service-list .core span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding-left: 20px;
}

.union-star {
  float: none;
  overflow: hidden;
  padding-left: 20px;
}

.union-star .core1 {
  background-color: #ffae00;
}

.union-star .core2 {
  background-color: #2ecc71;
}

.union-star .core3 {
  background-color: #b351d7;
}

.union-star .peolist {
  margin-top: 22px;
}

.union-star .peolist .core {
  height: 144px;
  position: relative;
}

.union-star .peolist .core img {
  margin: 0;
}

.union-star .peolist .core span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 38px;
  background: url(../images/rebg_x2.png) repeat-x left bottom;
}

.union-fagui .com-tit {
  margin: 30px 0;
}

.union-fagui .list {
  width: 1220px;
  overflow: hidden;
}

.union-fagui .list .core {
  float: left;
  width: 224px;
  margin-right: 20px;
}

.union-fagui .list .core .title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 39px 0;
}

.union-fagui .list .core1 .title {
  background: url(../images/gh_bg1.png) no-repeat right bottom #018ed6;
}

.union-fagui .list .core2 .title {
  background: url(../images/gh_bg2.png) no-repeat right bottom #018ed6;
}

.union-fagui .list .core3 .title {
  background: url(../images/gh_bg3.png) no-repeat right bottom #018ed6;
}

.union-fagui .list .core4 .title {
  background: url(../images/gh_bg4.png) no-repeat right bottom #018ed6;
}

.union-fagui .list .core5 .title {
  background: url(../images/gh_bg5.png) no-repeat right bottom #018ed6;
}

.union-fagui .faguilist {
  border: 1px solid #f5f5f5;
  border-top: none;
  padding: 15px;
}

.union-fagui .faguilist li {
  padding: 10px;
  background: url(../images/dotted.jpg) 0 center no-repeat;
}

.union-fagui .faguilist li a {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.union-fengcai {
  margin: 30px 0 20px 0;
}

.union-fengcai .list {
  width: 1220px;
  overflow: hidden;
  padding-bottom: 5px;
}

.union-fengcai .list .core {
  float: left;
  width: 224px;
  margin-right: 20px;
}

.union-fengcai .list .core img {
  display: block;
}

.union-fengcai .list .core .name {
  width: 196px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 5px rgba(168, 168, 168, 0.14);
  margin: 0 auto;
  margin-top: -15px;
  position: relative;
  padding: 10px 0;
}

.union-fengcai .list .core .name h4 {
  font-weight: normal;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.union-fengcai .list .core .name span {
  display: block;
  font-size: 14px;
  color: #999999;
}

.union-fengcai .list .core .name span:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #999999;
  margin-right: 10px;
}

.union-fengcai .list .core .name span:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #999999;
  margin-left: 10px;
}

.union-fengcai .list .core:hover .name {
  background-color: #d22d26;
  color: #fff;
}

.union-fengcai .list .core:hover .name h4,
.union-fengcai .list .core:hover .name span {
  color: #fff;
}

.union-fengcai .list .core:hover .name span:before,
.union-fengcai .list .core:hover .name span:after {
  background-color: #fff;
}

.layui-layer {
  background-color: transparent !important;
}

.business_jidi {
  width: 250px;
  height: auto;
  background: url(../images/bg.png);
  color: #fff;
  padding: 20px;
  min-height: 120px;
  display: none;
}

.business_jidi .title {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.business_jidi .title h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  float: left;
}

.business_jidi .title span {
  font-size: 14px;
  line-height: 20px;
  float: right;
}

.business_jidi .list {
  margin-top: 10px;
}

.business_jidi .list ul {
  overflow: hidden;
}

.business_jidi .list ul li {
  float: left;
  margin-right: 12px;
  line-height: 24px;
}

.honour-wrap {
  width: 1240px;
  overflow: hidden;
}

.honour-wrap .item-cell {
  width: 270px;
  margin-right: 40px;
  float: left;
  margin-bottom: 40px;
}

.honour-wrap .item-cell .item-pic {
  width: 100%;
  height: 306px;
}

.honour-wrap .item-cell .item-pic a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.honour-wrap .item-cell .item-pic a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.honour-wrap .item-cell .item-pic a:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}

.honour-wrap .item-cell .item-cnt {
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.group-lists {
  height: 100%;
  overflow: hidden;
}

.group-lists li {
  display: block;
  width: 25%;
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  float: left;
}

.group-lists li a {
  border-bottom: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  min-height: 25px;
  text-align: left;
}

.group-lists li a:hover {
  /*background: #018ed6; */
  color: #018ed6;
}

.union-newslist-info .content iframe {
  width: 100% !important;
  height: auto !important;
}

.acticles .content iframe {
  width: 100% !important;
  height: auto !important;
}

/*大事记新加*/
.events-innerwrap .item-cell .item-date {
  position: absolute !important;
  left: -78px !important;
  top: 14px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.events-innerwrap .item-cell .circle-arrow {
  width: 40px !important;
  background: #0177b3 !important;
  height: 40px !important;
  left: -25px !important;
  border-radius: 40px !important;
}

.events-innerwrap .item-cell-2 .circle-arrow {
  left: auto !important;
  right: -20px !important;
}

.events-innerwrap .item-cell-2 .item-date {
  left: auto !important;
  right: -79px !important;
}

.events-innerwrap .item-cell .circle-arrow {
  border: 4px solid #0177b3 !important;
}

.event-line {
  border-left: 2px dashed #b2ddf3 !important;
}

/*新加纪检样式*/

.com-tit20 {
  font-size: 20px;
  margin-bottom: 25px;
}

.com-tit20:after {
  display: block;
  clear: both;
  width: 100%;
  height: 2px;
  background-color: #67bbe6;
  content: "";
}

.com-tit20 span {
  border-bottom: 3px solid #d22d26;
  float: left;
  margin-bottom: -2px;
  line-height: 1;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 8px;
  color: #018ed6;
}

.com-tit20 a {
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

/*新底部*/
.footer-links .mstop .ctits em {
  display: none;
}

.footer-links .mstop:after {
  display: block;
  clear: both;
  width: 100%;
  height: 2px;
  background-color: #67bbe6;
  content: "";
}

.footer-links .mstop .ctits {
  border-bottom: 3px solid #d22d26;
  float: left;
  margin-bottom: -2px;
  line-height: 1;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 8px;
  color: #018ed6;
}



.news-list20 {
  max-height: 376px;
  overflow: hidden;
}

.news-list20 li {
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 14px;
  position: relative;
  padding-right: 95px;
}

.news-list20 li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #d22d26;
  position: absolute;
  left: 0;
  top: 10px;
}

.news-list20 li a {
  color: #333;
  font-size: 16px;
}

.news-list20 li a:hover {
  color: #018ed6;
}

.news-list20 li span {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/timer_ico.png) 0 center no-repeat;
  padding-left: 18px;
  color: #999;
  font-size: 14px;
}

.news-list21 li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-right: 0;
}


.layer-8 {
  width: 810px;
  float: left;
}

.layer-6 {
  width: 380px;
  float: left;
}

.layer-7 {
  width: 380px;
  float: right;
}

.layer-9 {
  width: 345px;
  float: right;
}

.m-sprit {
  padding: 20px 25px 20px 25px;
  border: 1px solid #fcfcfc;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.06), 5px 0 5px rgba(0, 0, 0, 0.06), 0 -5px 5px rgba(255, 255, 255, 0.06), 0 5px 5px rgba(0, 0, 0, 0.06);
}

.m-sprit h3 {
  padding-left: 50px;
  text-align: center;
  background: url(../images/lights_icon.png) no-repeat 28% center;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 15px;
  color: #d22d26;
}

.sprit-cnts {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.sprit-mores {
  margin-top: 4px;
  text-align: right;
}

.sprit-mores a {
  display: inline-block;
  background: #d22d26;
  text-align: center;
  width: 84px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
}

.md-report {
  background: #018ed6;
  padding: 20px 34px 15px 34px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.md-report h3 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin-bottom: 25px;
}

.md-report h3 span {
  color: #fff;
  font-size: 20px;
  position: relative;
}

.md-report h3 span:after,
.md-report h3 span:before {
  content: "";
  display: block;
  top: 50%;
  margin-top: -1.5px;
  height: 2px;
  width: 40px;
  background: #fff;
  position: absolute;
  left: -60px;
}

.md-report h3 span:before {
  left: auto;
  right: -60px;
}

.md-report ul li {
  color: #fff;
  margin: 0 0 5px 0;
  padding-left: 30px;
}

.md-report ul li.re-icon1 {
  background: url(../images/jicon1.png) no-repeat 0 0;
}

.md-report ul li.re-icon2 {
  background: url(../images/jicon2.png) no-repeat 0 0;
}

.md-report ul li.re-icon3 {
  background: url(../images/jicon3.png) no-repeat 0 0;
}

.md-report ul li.re-icon4 {
  background: url(../images/jicon4.png) no-repeat 0 0;
}

.m-sprit {
  margin: 40px 0 25px 0;
}

.layer-12 {
  width: 550px;
  padding: 20px;
  float: left;
  background: #fcfcfc;
  min-height: 253px;
}

.layer-13 {
  width: 550px;
  padding: 20px;
  float: right;
  background: #fcfcfc;
  min-height: 253px;
}

.news-list26 {}

.news-list26 li {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  height: 22px;
  overflow: hidden;
}

.news-list26 li span {
  background: none;
  font-size: 16px;
}

.com-tit24 {
  overflow: hidden;
  margin-bottom: 20px;
}

.com-tit24 span {
  font-size: 18px;
  font-weight: bold;
  color: #018ed6;
}

.com-tit24 a {
  float: right;
  font-size: 14px;
  color: #666666;
}

.com-tit24 a:hover {}

.news-list28 {}

.news-list28 li {
  padding-left: 60px;
  position: relative;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  margin-top: 20px;
  color: #999999;
  font-size: 16px;
}

.news-list28 li span {
  line-height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  padding: 0 2px;
  box-sizing: border-box;
  text-align: center;
  background: #018ed6;
  height: 48px;
  padding-top: 8px;
  overflow: hidden;
}

.news-list28 li span h3 {
  font-size: 22px;
  border-bottom: 1px solid #4eb0e2;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.news-list28 li span em {
  font-size: 12px;
  opacity: .8;
}

.news-list28 li a:hover {
  color: #018ed6;
}




@media screen and (max-width: 480px) {

  .news-layer {
    float: none;
    width: auto;
    margin-top: 15px;
  }

  .layer-8,
  .layer-7,
  .layer-6,
  .layer-9,
  .layer-12,
  .layer-13 {
    float: none;
    width: auto;
  }

  .layer-12,
  .layer-13 {
    height: auto;
    margin-bottom: 20px;
    min-height: 10px;
  }

  .m-sprit {
    margin-top: 10px;
  }

  .middleAd {
    margin: 15px 0;
  }

  .layer-6,
  .layer-7 {
    margin-bottom: 15px;
  }

  .md-report {
    margin-top: 25px;
  }

  .middleAd img {
    width: 500px;
    max-width: none;
    height: auto;
    margin-left: -250px;
    position: relative;
    left: 50%;
  }

  .events-innerwrap .item-cell .item-tit {
    padding-left: 60px !important;
  }

  .events-innerwrap .item-cell .item-desc {
    padding-left: 60px !important;
  }

  .events-innerwrap .item-cell .circle-arrow {
    left: 0 !important;
    right: auto !important;
  }

  .event-line {
    left: 22px !important;
  }

  .events-innerwrap .item-cell .item-date {
    left: -18px !important;
    top: 17px !important;
  }


}

/*企业文化*/
.corp {
  margin-right: -22px;
}

.corp .item-cell {
  width: 385px;
  height: 369px;
  border-top: 3px solid #d22d27;
  margin-right: 22px;
  float: left;
}

.corp .corp_1 {
  background: url("../images/corp_bg1.png") no-repeat left center;
}

.corp .corp_2 {
  background: url("../images/corp_bg2.png") no-repeat left center;
}

.corp .corp_3 {
  background: url("../images/corp_bg3.png") no-repeat left center;
}

.corp .item-cell .item-corp {
  padding: 60px 54px 0;
  padding-right: 0;
}

.corp .item-cell .item-corp .item-cnt {
  margin-top: 15px;
}

.corp .item-cell .item-corp .item-cnt .item-tit .zh {
  font-size: 32px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.corp .item-cell .item-corp .item-cnt .item-tit .en {
  font-size: 22px;
  opacity: 0.5;
  color: #fff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 8px;
}

.corp .item-cell .item-corp .item-cnt .desc {
  margin-top: 30px;
}

.corp .item-cell .item-corp .item-cnt .desc p {
  font-size: 22px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.top-links{ background: none!important; padding: 0!important;  margin-top: 29px!important;}
.top-links .shares a{ margin:  0 4px;   display: inline-block;}


.mod-newslists2 .item-cell{ position: relative; background: #fafafa; margin-bottom: 10px;overflow: hidden;}
.mod-newslists2 .item-pic{ /*width:380px; height:225px; */ width:300px; height:178px; float: left; overflow: hidden;}
.mod-newslists2 .item-pic img{/* max-width: 380px; max-height: 225px;*/ max-width:300px; max-height:178px; transition: all .3s;}
.mod-newslists2 .item-cell:hover img{ transform: scale(1.1);}

.mod-newslists2 .item-cnt{ margin-left: 325px; padding: 35px 150px 25px 0;}
.mod-newslists2 .item-tit a{ font-size: 22px; color: #333;}
.mod-newslists2 .item-tit{ margin-bottom: 15px; max-height: 56px; overflow: hidden;}
.mod-newslists2 .item-desc {max-height: 75px; overflow: hidden;}
.mod-newslists2 .item-desc *{ font-size: 14px; color: #999;}
.mod-newslists2 .item-date{ width: 85px; height:85px;background:#018ed6;  position: absolute; right: 25px; top: 35px; text-align: center; z-index: 3;}
.mod-newslists2 .item-date h3{ padding-top:16px; padding-bottom:8px; font-weight:normal; font-size: 36px; text-align: center; color:#fff;}
.mod-newslists2 .item-date span{ color: #fff;  font-size: 14px;}
.mod-newslists2  .item-nopic{ padding: 25px;}
.mod-newslists2  .item-nopic .item-cnt{margin-left: 0; padding-top: 0; padding-bottom: 0;}
.mod-newslists2 .item-tit a:hover{color:#018ed6;}
.mod-newslists2 .item-details{ margin-top: 20px;}
.mod-newslists2 .item-details a{color: #018ed6;}
.mod-newslists2 .item-details a:after{ color: #018ed6;	line-height: 16px;
	font-family: "iconfont" !important;
	font-size: 14px;
	top: 8px;
	left: 8px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e67a";
}

/*新加样式*/
.leaders-wrap{ margin-right: 0;}
.leaders-wrap .item-cell{  width: 208px;  height: 350px; padding: 20px;    margin-left: 16px;margin-right: 16px; }
.leaders-wrap .cell1{ margin-left: 260px;}


/*新加内容*/
.layer-80{ width: auto; float: none;}
.layer-80 .layer-6,.layer-80 .layer-7{ width: 48%;}
.md-report2{ display: flex; background: #f0f0f0; padding: 0; margin-top:40px;}
.md-report2 h3{ background: #018ed6; margin-bottom: 0;  display: flex; align-items: center; padding: 30px 30px; margin-right: 35px; position: relative;}
.md-report2 ul li.re-icon1{    background: url(../images/dico1.jpg) no-repeat 0 center; }
.md-report2 ul li{ color: #000; font-size: 16px; color: #000; font-weight: bold;padding-left: 65px; height: 58px; line-height: 58px;}
.md-report2 ul{ display: flex; align-items: center; justify-content: space-between; flex: 1; padding-right: 30px;}
.md-report2 ul li.re-icon2{    background: url(../images/dico2.jpg) no-repeat 0 center; }
.md-report2 ul li.re-icon3{    background: url(../images/dico3.jpg) no-repeat 0 center; }
.md-report2 h3:after{ display: block; content: ""; display: block; right: -20px; top: 50%; transform: translateY(-50%);position: absolute;border: 10px solid transparent; border-left: 10px solid #018ed6;}


/*文化理念*/
.Company_left{width:auto;}
.Company_left .up_down{width:100%;font-size:14px;position:relative;padding-top: 50px;}
.Company_left .z_news{padding:20px 0 10px 0;font-size:14px;font-weight:bold;color:#94252a;}
.Company_left .up_down .prev,

.Company_left .up_down div{padding-bottom:10px;color: #999999;}
.Company_left .up_down a{margin-left:20px;color: #999999;}
.Company_left .pany{font-size:18px;font-weight:bold;color:#626161;padding:12px 0 14px;}
.Company_left .panys{margin-top:10px; color:#4d4d4d; line-height:24px;padding-bottom:36px;text-align:justify;font-size:14px;}

.Company_left .logyul{width:100%;}
.Company_left .logyul li{overflow:hidden;padding:14px 0 0 0; cursor:pointer; font-size: 16px;}
.Company_left .logyul li .nology{border-bottom:1px solid #D4D4D4;padding-bottom:17px;}
.Company_left .logyul li a{display:block;color:#8b8b8b;font-size:14px;}
.Company_left .logyul li .open{float:right;position:relative;top:10px;display:block;width:9px;height:5px;background:url(../images/down.jpg) no-repeat;cursor:pointer;
}
 .Company_left .logyul .active .up{background:url(../images/up.jpg) no-repeat;}
.Company_left .logyul .techno{background:#f5f5f5; padding:15px 20px 10px 20px;display:none;}
.Company_left .logyul .techno p{ line-height: 23px;}
.Company_left .logyul .techno p a{color:#5e5e5e;font-size:14px;}

/*领导致辞*/
.mdleaders{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;display: flex; margin-right:-3%; flex-wrap: wrap; }
.mdleaders .item-cell{ background: #f7f7f7; width: 30.333%; margin-right: 3%;margin-bottom:3%; padding:30px 25px; box-sizing: border-box; position: relative;}
.mdleaders .itemtit{ font-size: 20px; color: #000;}
.mdleaders .itemdesc{  color: #666; font-size: 16px; margin-top:20px;}
.mdleaders .item-cell:after{ content: ""; display: block; width: 15px; height: 15px;  background: #47b5ed; position: absolute; left: 0; top: 0;}


@media screen and (max-width: 480px){
	
	.mdleaders{ margin-right: -2%;}
	.mdleaders .item-cell{ width: 48%; margin-right: 2%;}
	.mdleaders .itemdesc{ margin-top: 10px;}
	.mdleaders .item-cell:after{ width: 12px; height: 12px;}
	.layer-80 .layer-6, .layer-80 .layer-7{ width: auto;}
	.md-report2 h3{ margin-right: 0; padding: 10px; text-align: center;}
	.md-report2 img{ margin: 0 auto; width: 95px;}
	.md-report2 h3:after{ display: none;}

	.md-report2,.md-report2 ul{ display: block;background: #f0f0f0; padding: 15px;}
		.md-report2{ background: none; padding: 0; margin-top: 10px;}
	.md-report2 ul li{ margin-bottom: 5px; background-size: 38px auto!important; padding-left: 45px;}
	
.leaders-wrap .item-cell {width: 31%!important;}
/*.leaders-wrap .item-cell:nth-child(5){  float: right;}
.leaders-wrap .item-cell:nth-child(6){   position: relative; left: -33%;}
.leaders-wrap .item-cell:nth-child(4){   position: relative; left: 33%;}	*/	
	
.leaders-wrap .item-cell:nth-child(7){  margin-left: 16%;}	
	
	
}





.main_reg{ margin:20px auto 20px auto; width:1320px}
/*----------------------注册------------------------*/
.registration2{ border:solid 1px #e2e2e2;}
.registration2Left p{line-height:60px;font-size:14px;font-weight:bold;margin-left:110px;}
.registration2Left dl{height:36px;float:left;margin:10px 0;}
.registration2Left dl dt{width:110px;line-height:30px;float:left;text-align:right;}
.registration2Left dl dd{float:left;}
.registration2Left dl dd span{color:#b2b2b2;line-height:26px;}
.registration2Left .text{width:228px;height:28px;border:solid 1px #bcbcbc;padding:0 5px;}
.registration2Left .text2{width:70px;height:28px;border:solid 1px #bcbcbc;padding:0 5px;}
.registration2Left .btn{width:109px;height:40px;line-height: 40px;font:14px "微软雅黑";color:#ffffff;text-align:center;border:none;cursor:pointer;background:#EA0711;margin:10px 0 0 110px;}
.registration2Left{width:750px;padding:40px;margin-right:40px; margin:0 auto}
.registration2Left dl{width:100%;height:30px;float:left;margin:10px 0;}
.registration2Left dl dd span{width:320px;height:28px;float:left;color:#666666;line-height:28px;padding:0 8px;margin-left:10px;}
.registration2Left dl dd span img{float:left;margin:3px 5px 0 0;}
.registration2Left dl dd input{width:280px;float:left;}

.rfont1{ border-bottom:solid 1px #e2e2e2; padding:20px 40px}
.rfont1 dt{ float:left;}
.rfont1 dd{ float:right; font-size:15px; color:#999999}
.rfont1 dd a{ color:#0289CD}
.rfont1 dt span.hd {color: #00ACEF;font-size: 16px;font-family: "微软雅黑","宋体";margin-right: 10px;background: url(../images/hd-bg.gif) no-repeat center right;padding-right: 20px;}
.rfont1 dt span.tips {color: #666;font-size: 13px;margin-top: 3px;}

.registration2Right{float:left; margin:30px 0 0 20px}

.wid1{ width:980px; margin:0 auto}

.tab01 td{ border-bottom:solid 1px #DDDDDD; padding:8px 5px; color:#666}
.tab01{ border-bottom:solid 2px #C8C8C8;border-top:solid 2px #C8C8C8;}
.tab01 input{ width:250px; height:30px; line-height:30px; border:solid 1px #ccc}
.tab01 .radio input{ width:auto; height:auto}
.tab01 .bntbox input{ padding:0px 10px; font-size:14px;  cursor:pointer; border:solid 0px #472402;width:auto; height:auto; background: #EA0711; color:#FFF}
.MemPrice{
  color: Red;
}
.tab01 .txt2{
  width: 450px; height: 25px; line-height:25px;
}
.cmfont{
  color: #00ACEF;
}
.cmfont2{
  color: #999;
}
.welcome{
  margin: 0px 0 20px 0px;
}
.welcome ul li{
  border-bottom: 1px solid #E1E1E1; padding:12px 0 12px 0px;

}
.welcome ul li a,.welcome ul li a:visited{
  color: Green;
}
.welcome ul li a:hover{
  color: #FF6347;
}

.y_login {
  line-height: 16px;; margin-right:20px; font-size:12px
}
.y_login .user_img {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  background-clip: padding-box;
  float: left;
  margin-right: 8px;
  display: inline;
}
.y_login .out { margin-left:10px}
.y_login strong {
  padding: 0 10px;
  color: #0092DC; font-weight:normal
}


.hongzi{
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
  color: #0092DC;
  text-decoration: none;
}
.glgd{ font-size:14px ; padding:20px 80px; line-height:30px; background: #f9f9f9; border:solid 1px #eee}
.cz{ margin:10px 0 10px 0; border-top: solid 1px #eee; padding-top:10px}
.cz input{ height:30px; padding:0 10px; line-height:30px; font-size:18px; width:120px}
.cz .czbnt input{ width:142px; height:35px; border:none; background:#FD4173; color:#FFF; cursor:pointer}
.cz .czbnt input:hover{ color:#FF0; background:#DB014D;}
.czbnt{ margin:15px 0 0 0px}



.member_logined_box{
  background-image: url(../images/index-img_27.gif);
  height: 40px;
  border: 1px solid #DCDCDC;
  margin:0 auto 10px auto;
}
.member_logined_box td{
  padding-left: 20px;
}
.cen{ width:1320px; margin:100px auto 15px auto;}


.col-md-2 {
  width: 200px;
  margin: 0 0 0 0 ;
  float: left;
  display: inline; }


.col-md-10 {
  width: 790px;
  float: right;
}


.member-menu .title {
  border-top: 2px solid #000;
  background: #00ACEF;
  height: 39px;
  line-height: 39px;
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
  text-align: center; }
.member-menu .content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
.member-menu .content li {
  text-align: left;
  padding-left: 48px;
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  height: 35px;
  position: relative; }
.member-menu .content li i {
  display: block;
  position: absolute;
  width: 5px;
  left: -1px;
  top: -1px;
  height: 37px; }
.member-menu .content li.active, .member-menu .content li.con:hover {
  background: #e6e6e6; }
.member-menu .content li.active i, .member-menu .content li.con:hover i {
  background: #00ACEF; }
.member-menu .content li.active a, .member-menu .content li.con:hover a {
  color: #00ACEF; }
.member-menu .content li.head {
  font-weight: bolder;
  font-size: 14px; }
.member-menu .content li.head i {
  background-position: -306px -38px;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 25px;
  top: 11px; }

.mb-common-title {
  font-size: 16px;
  font-weight: bolder;
  border-top: 2px solid #333;
  background: #e6e6e6;
  height: 39px;
  line-height: 39px;
  padding-left: 35px;
  color: #333;
  margin-bottom: 12px; }

.login-spt {
  background: url(../images/login-spt.png);
  background-repeat: no-repeat; }
