@charset "UTF-8";
/*主色调*/
/*文字文本*/
/*单行省略号*/
/*多行省略号*/
/**a标签hoverboder效果**/
.banner-box {
  height: 450px;
  position: relative;
}

.banner-box .bd {
  width: 100% !important;
}

.banner-box .bd li {
  width: 100% !important;
  display: none;
}

.banner-box .bd li.on {
  display: block;
}

.banner-box .bd a {
  width: 100%;
  display: block;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-box .hd {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  right: 50%;
  margin-right: -600px;
}

.banner-box .hd:after {
  content: '';
  display: block;
  clear: both;
}

.banner-box .hd li {
  float: left;
  width: 30px;
  height: 23px;
  color: transparent;
  font-size: 0;
  margin: 0 2px;
  cursor: default;
  position: relative;
}

.banner-box .hd li:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 10px;
  left: 0px;
  z-index: 1;
}

.banner-box .hd li.on:after {
  background-color: #cd001d;
}

.main {
 /* background-color: #f5f5f5;*/
}

.layer .con-hd {
  padding: 40px 0 20px;
  position: relative;
  height: 24px;
  line-height: 24px;
}

.layer .con-hd h3 {
  font-size: 24px;
}

.layer .con-hd .more {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  color: #cd001d;
  font-size: 12px;
  cursor: pointer;
}

.layer .con-hd .more:hover {
  text-decoration: underline;
}

.layer .con {
  height: 400px;
}

.layer .bg-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

.layer .con-l {
  width: 290px;
  height: 100%;
  background-color: #e5ecf2;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.layer .con-l:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-box-shadow: 0px 2px 10px -2px #776969;
          box-shadow: 0px 2px 10px -2px #776969;
}

.layer .con-l .info {
  padding: 80px 10px 10px 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.layer .con-l .info h2 {
  color: #cd001d;
  font-size: 36px;
  padding-bottom: 20px;
  line-height: 1;
}

.layer .con-l .info p {
  font-size: 16px;
  line-height: 30px;
}

.layer .con-r {
  width: 910px;
}

.layer .con-r li {
  padding-left: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 195px;
}

.layer .con-r li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.layer .con-r li a:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-box-shadow: 0px 2px 10px -2px #776969;
          box-shadow: 0px 2px 10px -2px #776969;
}

.layer .con-r li h3 {
  padding: 50px 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.layer .con-r .tit-xl {
  font-size: 36px;
}

.layer .con-r .tit-lg {
  font-size: 30px;
}

.layer .con-r .tit-md {
  font-size: 24px;
}

.layer .con-r .tit-sm {
  font-size: 18px;
}

.layer .con-r .item-20 {
  width: 20%;
}

.layer .con-r .item-25 {
  width: 25%;
}

.layer .con-r .item-33 {
  width: 33.333333%;
}

.layer .con-r .item-50 {
  width: 50%;
}

.layer .con-r .item-100 {
  width: 100%;
}

.service-data {
  margin: 20px 0;
  height: 160px;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/service-data.jpg") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.service-data h2 {
  font-size: 32px;
  font-style: italic;
  line-height: 40px;
}
.service-data div.fl {
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
}

.service-data li {
  text-align: center;
  line-height: 40px;
  padding-left: 60px;
}

.service-data li h3 {
  color: #fef612;
  font-size: 44px;
}

.service-data li h3 span {
  font-size: 24px;
}

.service-data li p {
  font-size: 16px;
}

.elites {
  height: 360px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.elites .info {
  width: 800px;
  height: 100%;
  display: table;
}

.elites .info .text {
  padding: 50px;
  display: table-cell;
  vertical-align: middle;
}

.elites .info .text .tit {
  padding: 49px;
  position: relative;
}

.elites .info .text .tit h2 {
  font-size: 20px;
  line-height: 30px;
  max-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.elites .info .text .tit .pj{
	font-size: 20px;
	line-height: 30px;
	max-height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.elites .info .text .tit:before {
  content: '“';
  top: 5px;
  left: 5px;
}

.elites .info .text .tit:after {
  content: '”';
  right: 0;
  bottom: 0;
}

.elites .info .text .tit:before, .elites .info .text .tit:after {
  font-size: 72px;
  color: #cd001d;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  z-index: 1;
}

.elites .info .text p {
  text-align: right;
  font-size: 16px;
  color: #999;
}

.elites .main-img {
  width: 400px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22.5px;
  padding-left: 20px;
}

.elites .main-img .img {
  width: 300px;
  height: 300px;
  border: 3px solid #e5e5e5;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.elites .main-img .img img {
  width: 300px;
  max-width: 300px;
  height: 300px;
}

.elites .btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #303030;
  background-repeat: no-repeat;
  border-radius: 50%;
  top: 155px;
  z-index: 1;
  cursor: pointer;
}

.elites .btn.next {
  right: -25px;
  background-image: url("../images/index_next.png");
  background-position: 10px center;
}

.elites .btn.prev {
  left: -25px;
  background-image: url("../images/index_prev.png");
  background-position: 30px center;
}

.friend {
  padding-bottom: 20px;
}

.friend .list {
  background-color: #fff;
  padding: 10px 0;
}

.friend li {
  width: 170px;
  height: 80px;
  padding: 20px 15px;
  line-height: 80px;
  text-align: center;
}

.friend li a {
  display: block;
}

.friend li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.article-mod .news {
  width: 440px;
}

.article-mod .problem {
  width: 750px;
}

.article-mod .tab {
  height: 471px;
  background-color: #fff;
}

.article-mod .tab .hd {
  height: 44px;
  line-height: 44px;
  padding: 10px 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.article-mod .tab .hd li {
  margin: 0 15px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  height: 44px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.article-mod .tab .hd li:hover {
  color: #cd001d;
}

.article-mod .tab .hd li.on {
  color: #cd001d;
  border-bottom: 3px solid #cd001d;
  height: 41px;
}

.article-mod .tab .tab-con {
  padding: 30px;
}

.article-mod .tab .bd .tit {
  font-size: 18px;
  padding-bottom: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.article-mod .tab .bd .des {
  font-size: 13px;
  color: #757575;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article-mod .list {
  font-size: 13px;
  line-height: 30px;
  height: 160px;
 /* overflow: hidden;*/
   
}

.problem-list {
   /* height: 300px;*/
    overflow:hidden;
}

.article-mod .list li ~ li {
  /*margin-top: 15px;*/line-height: 30px;
}

 .news_2l{width:100%}

.news_2l li{float: left;
    width: 39%;
    padding-right: 78px;
    line-height: 30px;
    margin-top: 0px;}
	
.article-mod .list a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 100px;
  position: relative;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.article-mod .list a time {
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.article-mod .more {
  text-align: center;
}

.article-mod .more .more-btn {
  background-color: #cd001d;
  color: #fff;
  font-size: 13px;
  height: 36px;
  width: 100px;
  text-align: center;
  line-height: 36px;
  outline: none;
  border-radius: 18px;
  border: none;
  cursor: pointer;
}

.article-mod .more .more-btn:hover {
  text-decoration: underline;
}

.article-mod .headline {
  padding-bottom: 30px;
}

.article-mod .headline div {
  width: 50%;
  height: 120px;
}

.article-mod .headline .img {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    overflow:hidden;
}

.article-mod .problem-list li {
  width: 310px;
 
}

.home-nav {
  position: fixed;
  left: 50%;
  margin-left: -645px;
  bottom: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 8px -3px #5a5a5a;
          box-shadow: 0 0 8px -3px #5a5a5a;
  background-color: #fff;
}

.home-nav li {
  width: 38px;
  height: 38px;
  text-align: justify;
  text-align-last: justify;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  position: relative;
}

.home-nav li.on {
  background-color: #cd001d;
  color: #fff;
}

.home-nav li.on:before {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  background: url("../images/index_nav_on.png") no-repeat center;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5.5px;
  z-index: 1;
}

.home-nav li:hover {
  background-color: #cd001d;
  color: #fff;
}

.home-nav .go-top {
  background-color: #5f5f5f;
  color: #fff;
  text-align: center;
  text-align-last: end;
}

.home-nav .go-top i {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 10px;
  margin-bottom: 5px;
  background: url("../images/top_arrow_white.png") no-repeat center;
}

.links {
    font-size: 13px;
    line-height:2;
    color: #999;
    padding-bottom:30px;
}
    .links > a {
        margin-right: 16px;
    }

 .news_3l{width:100%}
		  .news_3l li{float: left;
    width:40%;
    padding-left: 55px;
    line-height: 30px;
    margin-top: 0px;}
	  .zslist a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 100px;
    position: relative;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}	  .zslist a time {
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}  