@charset "utf-8";
/*常用css*/
@import url("bebasneue.css");
html, body {
    position: relative;
    height: auto!important;
    overflow: auto!important;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #BB0000;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #BB0000 !important;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
/*header*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  min-width: 1380px;
}
.full-height{
	display: table;
	width: 100%;
	vertical-align: middle;
}
.full-height >div{
	display: table-cell;
	vertical-align: middle;
}
#banner {
  width: 100%;
  height:100vh;
  transform-origin: center center;
  opacity: 0;
  transform: scale(1.5);
}
#banner a {
  display: block;
  height:100vh;
  width: 100%!important;
  background: url() center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#banner .txt{
	position: absolute;
	left: 3vh;
	top: 3vh;
}
#banner.show {
  opacity: 1;
  transform: scale(1);
  transition: all 1s ease-out 0.5s;
}
#right {
  position: fixed;
  top: 50%;
  margin-top: -95px;
  right: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  width: 99px;
  height: 191px;
  transform: scale(0);
  background: url(../images/circle-right.png) center center no-repeat;
  transform-origin: right center;
  z-index: 30;
}
#right i {
  display: block;
  font-size: 28px;
  color: #fff;
  padding-left: 26px;
  font-style: normal;
  position: absolute;
  left: 0;
  line-height: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#right.show {
  opacity: .5;
  transform: scale(1);
  transition: all .3s ease-out 0.2s;
}
#right:hover,#right.show:hover{
	opacity: 1;
}
#arr {
  position: absolute;
  left: 50%;
  bottom: 100px;
  text-align: center;
  transform: translateX(-50%);
  color: #94070a;
  font-size: 46px;
  cursor: pointer;
  opacity: 0;
  z-index: 5;
  display: none;
  font-family: icon;
  padding: 0 10px;
  animation: arr 2s linear 0s infinite;
  font-weight: bold;
}
@keyframes arr {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, 3px);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 10px);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}
@-webkit-keyframes td {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes td {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes td1 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
@keyframes td1 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.section1.show #arr {
  display: block;
}
#headbar {
 
  position: relative;
  left: 0;
  top: 0;
  height: 94px;
  z-index: 20;
  background: #2E2E2E;
  width: 100%;
}
#headbar.show {
  /*opacity: 1;
  top:100%;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;*/
}
#headbar .logo {
  background: url(../images/logo.png) center no-repeat;
  width: 360px;
  height: 94px;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
}
#headbar.fixedShow {
  /*top: 0;*/
}
.head-search {
  position: absolute;
  width: 371px;
  height: 36px;
  right: 26px;
  top: 29px;
  background: #fff;
}
.head-search .btn-so {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 36px;
  line-height: 36px;
  background: #BB0000;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.head-search .input-text {
  position: absolute;
  height: 36px;
  padding: 10px;
  line-height: 16px;
  background: #fff;
  left: 0;
  width: 280px;
  color: #5F5F5F;
}
.head-nav {
  position: absolute;
  left: 28.8%;
  top: 0;
}
.head-nav ul {
  white-space: nowrap;
  float: left;
}
.head-nav li {
  display: inline-block;
  height: 94px;
  padding-top: 29px;
  padding-bottom: 29px;
  position: relative;
  margin-left: 3px;
}
.head-nav dl {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding: 0 15px;
  height: 0;
  top: 80px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head-nav dl a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  color: #636363;
  border-radius: 5px;
}
.head-nav dl a:hover {
  background: #BB0000;
  color: #fff;
}
.head-nav dl dd:nth-of-type(1) {
  padding-top: 15px;
}
.head-nav dl dd:nth-last-of-type(1) {
  padding-bottom: 15px;
}
.head-nav li:hover dl {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.head-nav h3 a {
  display: block;
  height: 36px;
  width: 91px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  border-radius: 50px;
}
.head-nav li.on h3 a,
.head-nav li:hover h3 a {
  color: #fff;
  background: #BB0000;
}
.fixedShow .head-nav dl {
  bottom: auto;
  top: 80px;
}
.fflex-row {
  width: 100%;
  display: table;
}
.fflex-row  > div{
	display: table-cell;vertical-align: top;
}



.fflex-row .flex1 {
  flex: 1;
}
.fflex-center {
  align-items: center;
}
.section2 {
  position: relative;
  background: #E5E5E5;
  
  width: 100%!important;
 
  /*padding-top: 94px;*/
  z-index: 10;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  height: auto;
  overflow: hidden;
  outline: none;
}
.section2.show {
  top: 0;
}
.notice-row {
  height: 53px;
  line-height: 53px;
  background: #494949;
  width: 100%!important;
  min-width: 1380px!important;
  position: relative;
  display: block!important;
}
.notice-row .left {
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.notice-row .tit {
  width: 101px;
  height: 27px;
  position: relative;
  background: #BB0000;
  color: #fff;
  line-height: 27px;
  border-radius: 50px;
}
.notice-row .tit span {
  padding-left: 27px;
  font-size: 15px;
}
.notice-row .tit .icon-notice {
  background: url(../images/icon-notice.png) no-repeat;
  display: block;
  width: 19px;
  height: 19px;
  -webkit-background-size: contain;
  left: 4px;
  top: 4px;
  position: absolute;
  background-size: contain;
}
.notice-row .right {
  padding-right: 12px;padding-left: 140px;
}
.notice-row .con {
  height: 53px;
  overflow: hidden;
  margin-right: 12px;
  font-size: 15px;
  color: #C9C9C9;
}
.notice-row .con a {
  color: #C9C9C9;
}
.ww {
  width: 1400px;
  margin: 0 auto;
}
.news-section {
  padding: 14px;
  height: auto;
  overflow: hidden;
}
.news-section .col3 {
  float: left;
  width: 33.3333%;
  padding: 10px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
.news-section .col3:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news-section .col3:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.news-section .col3:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.news-section .col3:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.news-section .col3:nth-of-type(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.news-section .col3:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.home1.show .news-section .col3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.news-box {
  border-radius: 25px;
  padding: 20px 20px 0;
  height: 275px;
  background: #fff;
}
.news-box .hd {
  height: 32px;
  line-height: 44px;
  position: relative;
}
.news-box .hd h2 {
  font-size: 30px;
  color: #383838;
}
.news-box .hd h2 strong {
  color: #BB0000;
  font-weight: bold;
}
.news-box .hd .more {
  width: 93px;
  height: 44px;
  border: 2px solid #BB0000;
  line-height: 40px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background: #BB0000;
  font-size: 15px;
  color: #fff;
}
.news-box .hd .more:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news-box .des {
  height: 66px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  color: #000;
  padding-top: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list {
  color: #6d6d6d;
  line-height: 27px;
  padding-top: 9px;
}
.cj-news .news-list ul{
	height: 108px;
	position: relative;overflow: hidden;
}
.news-list li {
  position: relative;
  overflow: hidden;
  height: 27px;
}
.news-list a {
  display: block;
  color: #6D6D6D;
}
.news-list a:hover {
  color: #BB0000;
}
.news-list p {
  margin-right: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .time {
  position: absolute;
  right: 0;
  top: 0;
}
.pj-list {
  padding: 14px  10px 0;
  width: 100%;
  text-align: center;
}
.pj-list:after{
	content:"";
	display: table;
	clear: both;
}
.pj-list a {
	display: inline-block;
  width: 118px;
  height: 118px;
  line-height: 108px;
  text-align: center;
  font-size: 16px;
  border-radius: 150px;
  color: #6D6D6D;
  border: 5px solid #489eff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pj-list a:nth-of-type(1){
	float: left;
}
.pj-list a:nth-of-type(3){
	float: right;
}
.pj-list a:hover {
  background: #489eff;
  color: #fff;
}
.pj-list a + a {
  border-color: #FF8400;
}
.pj-list a + a:hover {
  background: #FF8400;
  color: #fff;
}
.pj-list a + a + a {
  border-color: #4AAE54;
}
.pj-list a + a + a:hover {
  background: #4AAE54;
  color: #fff;
}
.news-video-box {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.news-video-box .hd {
  z-index: 2;
}
.news-video-box .hd h2 {
  color: #fff;
}
.news-video-box .hd .more {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.news-video-box .hd .more:hover {
  background: #fff;
  color: #BB0000;
}
.news-video-box .video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.news-video-box .video video {
  width: 100%;
  height: 100%;
}
.news-video-box .video .btn-video {
  background: url(../images/icon-play.png) center no-repeat;
  width: 100px;
  height: 100px;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.news-video-box .video .btn-video.stop {
  background-image: url(../images/icon-stop.png);
}
.ad-links a,
.ad-links img {
  display: block;
  width: 100%;
}
.ad-links{
	margin: 0 24px;
}
.cell2{
	 background: url(../images/dt-bg.jpg) center 100% no-repeat #1D4469;
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-background-size: cover;
  background-size: cover;
}
.cj-news {
 
 
 
}
.cj-news .title {
  padding-left: 70px;
  font-size: 14px;
  color: #e5e5e5;
  padding-top: 38px;
  height: 120px;
  line-height: 1.4em;
}
.cj-news .title h2 {
  font-size: 31px;
  color: #fff;
  line-height: 1.4em;
}
.cj-news .title h2 b{
	font-weight: bold;
}
.cj-news .title p {
  opacity: 0.2;
}
.cj-news .hd-slide {
  position: relative;
  height: 200px;
}
.cj-news .hd-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  top: 83px;
  background: rgba(255, 255, 255, 0.2);
}
.hd-slide .swiper-slide {
  width: 190px;
  height: 170px;
  text-align: center;
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.hd-slide .swiper-slide .num {
  padding-top: 10px;
}
.hd-slide .swiper-slide b {
  font-size: 51px;
  font-family: "BebasNeue";
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}
.hd-slide .swiper-slide p {
  display: block;
  width: 70px;
  height: 25px;
  background: #BB0000;
  border-radius: 12px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 69px;
}
.hd-slide .swiper-slide.on p {
  background: #ffffff;
  color: #000;
}
.hd-slide .button-prev {
  left: 32px;
  top: 0;
  font-size: 36px;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.hd-slide .button-next {
  right: 32px;
  top: 0;
  font-size: 36px;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.hd-slide .swiper-container {
  width: 950px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bd-slide {
  width: 1264px;
  margin: 0 auto;
  min-height: 440px;
  position: relative;
}
.cj-news-items {
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform-origin: center top;
  opacity: 0;
  transform: scale(1.3);
  visibility: hidden;
}
.cj-news-items.show {
  z-index: 5;
  opacity: 1;
  transform: scale(1);
  transition: all 1s ease-out 0.5s;
  visibility: visible;
}
.cj-news-items .cj-news-item:nth-of-type(2n+2) {
  float: right;
}
.cj-news-item {
  width: 558px;
  float: left;
  padding-bottom: 45px;
}
.cj-news-item .news-list a {
  color: rgba(255, 255, 255, 0.5);
}
.cj-news-item .news-list a p {
  margin: 0;
}
.cj-news-item .news-list a:hover {
  color: #fff;
}
.cj-hd {
  height: 26px;
  position: relative;
  line-height: 26px;
}
.cj-hd h3 strong {
  float: left;
  background: #BB0000;
  color: #fff;
  padding: 0 7px;
  font-size: 19px;
  margin-right: 7px;
  font-weight: normal;
}
.cj-hd h3 span {
  font-size: 23px;
  color: #fff;
}
.cj-hd .more {
  display: inline-block;
  width: 61px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
  color: #fff;
  background: rgba(1, 36, 83, 0);
  border: 1px solid #ffffff;
  border-radius: 33px;
  line-height: 24px;
  font-size: 12px;
}
.cj-hd .more:hover {
  background: #BB0000;
  color: #fff;
  border-color: #BB0000;
}
.home3.show .fzlc-box .lc-box .item {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.cell3{
	background: url(../images/fz-bg.jpg) center bottom no-repeat #D7D7D7;
  -webkit-background-size: cover;
  background-size: cover;
}
.cell3 .ww{
	height: 695px;
}

.cell.plus{
	position: relative;
}
.cell.plus .ww{
	-moz-transform-origin::center center; 
	-webkit-transform-origin::center center;
	transform-origin:center center;	
	
}
.cell4{
	background: #fff;
}

.fzlc-box {
  height: 761px;
  
}
.fzlc-box .title {
  padding-left: 70px;
  font-size: 14px;
  color: #000;
  padding-top: 66px;
  line-height: 1.4em;
}
.fzlc-box .title h2 {
  font-size: 31px;
  color: #000;
  line-height: 1.4em;
  font-weight: 100;
}
.fzlc-box .title h2 b {
  color: #BB0000;
  font-weight: 700;
}
.fzlc-box .lc-box {
  margin-top: 240px;
  height: 9px;
  background: #BB0000;
  line-height: 9px;
  position: relative;
}
.fzlc-box .year {
  font-size: 12px;
  color: #6D6D6D;
}
.fzlc-box .year b {
  font-size: 51px;
  font-family: BebasNeue;
  font-weight: 400;
  color: #848484;
  line-height: 57px;
}
.fzlc-box .info {
  font-size: 12px;
  color: #555555;
  line-height: 1.4em;
}
.fzlc-box .item {
  position: absolute;
  width: 140px;
  -webkit-transition: all 0.3s ease-out 0.8s;
  -moz-transition: all 0.3s ease-out 0.8s;
  -ms-transition: all 0.3s ease-out 0.8s;
  -o-transition: all 0.3s ease-out 0.8s;
  transition: all 0.3s ease-out 0.8s;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.fzlc-box .item:before {
  content: "";
  background: url(../images/year-line.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 3px;
  height: 48px;
  position: absolute;
  left: 31px;
  top: 19px;
}
.fzlc-box .item:nth-of-type(2n) {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.fzlc-box .item:nth-of-type(2n):before {
  top: auto;
  bottom: 19px;
}
.fzlc-box .item1 {
  left: 10px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item2 {
  left: 22px;
  bottom: 0;
  padding-bottom: 85px;
}
.fzlc-box .item3 {
  left: 164px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item3 .box {
  background: #BB0000;
  border-radius: 10px;text-align: center;
  padding: 10px 15px;
}
.fzlc-box .item3 * {
  color: #fff !important;
}
.fzlc-box .item3 p {
  padding-left: 0px;
  padding-top: 8px;
}
.fzlc-box .item3 p strong {
  font-size: 18px;
  font-weight: normal;
}
.fzlc-box .item4 {
  left: 183px;
  bottom: 0;
  padding-bottom: 85px;
}
.fzlc-box .item5 {
  left: 327px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item6 {
  left: 351px;
  bottom: 0;
  padding-bottom: 85px;
}
.fzlc-box .item7 {
  left: 488px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item8 {
  left: 513px;
  bottom: 0;
  padding-bottom: 85px;
}
.fzlc-box .item9 {
  left: 644px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item10 {
  left: 674px;
  bottom: 0;
  padding-bottom: 85px;
}
.fzlc-box .item11 {
  left: 803px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item12 {
  left: 828px;
  bottom: 0;
  padding-bottom: 85px;
}
.fzlc-box .item13 {
  left: 957px;
  top: 0;
  padding-top: 85px;
}
.fzlc-box .item14 {
  left: 980px;
  bottom: 0;
  padding-bottom: 85px;
  /* width: 250px; */
}
.fzlc-box .item15 {
  left: 1113px;
  top: 0;
  padding-top: 85px;
  width: 255px;
}
.fzlc-box .item16 {
  left: 1134px;
  bottom: 0;
  padding-bottom: 85px;
  width: 250px;
}
.home4.show .enterprise-box {
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.enterprise-box {
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-out 0.8s;
  -moz-transition: all 0.3s ease-out 0.8s;
  -ms-transition: all 0.3s ease-out 0.8s;
  -o-transition: all 0.3s ease-out 0.8s;
  transition: all 0.3s ease-out 0.8s;
}
.enterprise-box .title {
  padding-left: 70px;
  font-size: 14px;
  color: #000;
  line-height: 1.4em;
}
.enterprise-box .title h2 {
  font-size: 31px;
  color: #000;
  line-height: 1.4em;
  font-weight: normal;
}
.enterprise-box .title h2 b {
  color: #BB0000;
  font-weight: 400;
}
.enterprise-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.enterprise-list ul {
  margin-left: 70px;
  height: 176px;
  overflow: hidden;
}
.enterprise-list li {
  width: 144px;
  height: 176px;
  border: solid 1px #dddddd;
  float: left;
  margin-right: 39px;
}
.enterprise-list li a {
  display: block ;
  width: 100%;
  height: 100%;
}
.enterprise-list li img {
  width: 100%;
  height: 100%;
}
.enterprise-list2 {
  padding-top: 15px;
  padding-bottom: 40px;
}
.enterprise-list2 ul {
  padding-top: 10px;
  margin-left: 70px;
}
.enterprise-list2 ul li {
  float: left;
  width: 192px;
  height: 68px;
  border: solid 1px #dddddd;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.enterprise-list2 ul li:nth-child(6n) {
  margin-right: 0;
}
.enterprise-list2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.enterprise-list2 ul li img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.enterprise-list2 li:nth-of-type(6n+6) {
  margin-right: 0;
}
.footer {
  text-align: center;
  background: #000000;
  font-size: 12px;
  padding: 25px 0;
  color: #fff;
}
#page-r {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 100%;
  top: 0;
  overflow: hidden;
  background: url(../images/xygg-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
#page-r.show {
  left: 0;
}
#page-r .ll {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  z-index: 50;
  background: url(../images/png-home.png) right 34px center no-repeat;
  padding-left: 40px;
  width: 60px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease-out 0.8s;
  opacity: 0;
  visibility: hidden;
}
#page-r .ll a {
  color: #fff;
}
#page-r.show .ll {
  opacity: 1;
  left: 0;
  visibility: visible;
}
#page-r .title {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  display: block;
}
#page-r .title .inner {
  opacity: 0;
  transition: all 1s ease-out 1.1s;
  transform: scale(0.1);
  width: 100%;
  height: 520px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -260px;
}
#page-r .title .txt {
  width: 45px;float: left;
  margin-top: 174px;margin-left: 185px;
}
#page-r .title .txt b {
  display: block;
  line-height: 45px;
  background: #fff;
  border-radius: 50px;
  font-size: 24px;
  text-align: center;
  color: #000;
  color: #1B304F;
  margin: 7px 0;
}
#page-r .title .p {
  margin-left: 15px;
  background: url(../images/gg.png) no-repeat;
  width: 16px;
  height: 511px;float: left;
  -webkit-background-size: contain;
  background-size: contain;
}
#page-r.show .title .inner {
  opacity: 1;
  transform: scale(1);
}
#page-r .content {
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.news-cols > div {
  display: block;
  position: absolute;
  width: 16.666666%;
  height: 25%;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scaleX(0);
}
.news-cols div:nth-of-type(1) {
  left: 0;
}
.news-cols div:nth-of-type(2) {
  left: 33.333333%;
}
.news-cols div:nth-of-type(3) {
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.news-cols div:nth-of-type(4) {
  left: 66.666666%;
}
.news-cols div:nth-of-type(5) {
  left: auto;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.news-cols div:nth-of-type(6) {
  left: 16.666666%;
  top: 25%;
}
.news-cols div:nth-of-type(7) {
  left: 33.333333%;
  top: 25%;
  background: 0;
}
.news-cols div:nth-of-type(8) {
  left: auto;
  right: 16.666666%;
  top: 25%;
  background: 0;
}
.news-cols div:nth-of-type(9) {
  left: auto;
  right: 0;
  top: 25%;
  background: rgba(0, 0, 0, 0.1);
}
.news-cols div:nth-of-type(10) {
  left: 0;
  top: 50%;
}
.news-cols div:nth-of-type(11) {
  left: 16.666666%;
  top: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.news-cols div:nth-of-type(12) {
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.news-cols div:nth-of-type(13) {
  left: auto;
  right: 16.666666%;
  top: 50%;
}
.news-cols div:nth-of-type(14) {
  left: 0;
  top: 75%;
  background: rgba(0, 0, 0, 0.1);
}
.news-cols div:nth-of-type(15) {
  left: 16.666666%;
  top: 75%;
}
.news-cols div:nth-of-type(16) {
  left: 33.333333%;
  top: 75%;
  background: rgba(0, 0, 0, 0.2);
}
.news-cols div:nth-of-type(17) {
  right: 33.333333%;
  top: 75%;
  background: rgba(0, 0, 0, 0.2);
}
.news-cols div:nth-of-type(18) {
  right: 0;
  top: 75%;
}
.xhgg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  margin-top: 50vh;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.xhgg-box.show {
  opacity: 1;
  margin-top: 0;
}
.xhgg-box.show .news-cols > div {
  opacity: 1;
  transform: none;
}
.xhgg-box.show .news-sex a {
  opacity: 1;
  transform: none;
}
.xhgg-box  .page-hd{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
	line-height: 10px;
}
.xhgg-box  .page-hd span{
	display: inline-block;
	width: 45px;
	height: 10px;
	line-height: 10px;
	background: #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.xhgg-box.show{
	z-index: 5;
}
.xhgg-box  .page-hd span.on{
	
	opacity:1;background: #BB0000;
	filter:alpha(opacity=100);
}


.zytz-box {
  opacity: 0;
  margin-top: 50vh;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.zytz-box.show {
  opacity: 1;
  margin-top: 0;
}
.news-sex a {
  display: block;
  position: absolute;
  width: 16.666666%;
  height: 25%;
  font-weight: normal;
  left: 16.666666%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scaleX(0);
}
.news-sex a:nth-of-type(2) {
  left: 0;
  top: 25%;
}
.news-sex a:nth-of-type(3) {
  left: 50%;
  top: 25%;
  background: rgba(255, 255, 255, 0.16);
}
.news-sex a:nth-of-type(4) {
  left: 33.333333%;
  top: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.news-sex a:nth-of-type(5) {
  right: 0;
  left: auto;
  top: 50%;
}
.news-sex a:nth-of-type(6) {
  left: 50%;
  top: 75%;
  background: rgba(255, 255, 255, 0.16);
}
.news-sex P {
  padding: 0 10px;
  font-weight: normal;
  text-align: center;
}
.news-sex .inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.news-sex strong {
  font-size: 47px;
  font-family: "BebasNeue";
  line-height: 1;
  font-weight: normal;
}
.news-sex b {
  font-size: 24px;
  font-family: "BebasNeue";
  line-height: 1;
  font-weight: normal;
}
.news-sex span {
  font-size: 14px;
}
.page-tab {
  position: absolute;
  width: 20%;
  text-align: center;
  left: 0;
  bottom: 28px;
}
.page-tab a {
  display: inline-block;
  width: 75px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #fff;
}
.page-tab a.on {
  background: #BB0000;
  color: #fff;
}
.zytz-box {
  position: absolute;
  left: 0;
  right: 5%;
  top: 5%;
  bottom: 5%;
  border-radius: 15px;
  border: 1px solid rgba(213, 213, 213, 0.3);
  background: rgba(0, 0, 0, 0.28);
}
.zytz-box .page-row {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.zytz-list {
  padding-top: 10%;
}
.zytz-list li {
  height: 38px;
  line-height: 38px;
}
.zytz-list li:nth-of-type(2n+1) {
  background: rgba(255, 255, 255, 0.2);
}
.zytz-list a {
  display: block;
  font-size: 14px;
  position: relative;
  padding: 0 5%;
}
.zytz-list a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.zytz-list p {
  margin-right: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.zytz-list .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  color: #fff;
}
.page-row {
  position: relative;
  height: auto;
  overflow: hidden;
}
.page-row ul {
  float: left;
  position: relative;
  left: 50%;
}
.page-row li {
  float: left;
  position: relative;
  right: 50%;
  margin-right: 5px;
}
.page-row a {
  display: block;
  width: 26px;
  height: 26px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.page-row a:hover,
.page-row li.on a {
  background: #BB0000;
  color: #fff;
}
.page-row .btn a {
  width: 56px;
}
.page-row2 a {
  border: 1px solid #D5D5D5;
  height: 28px;
  color: #6E6E6E;
}
.page-row2 a:hover,
.page-row2 li.on a {
  border-color: #BB0000;
}
/*文章页*/
.page {
  background: #fff;
}
#headbar.fixed {
  opacity: 1;
  top: 0;
}
#headbar.fixed .head-nav li dl {
  bottom: auto;
  top: 80px;
}
#content {
  margin: 0 44px;
  padding-top: 0;
  padding-bottom: 3vw;
}
#content .content {
  background: #fff;
  border-radius: 15px;
  min-height: -webkit-calc(100vh - 245px);
  min-height: calc(100vh - 245px);
  position: relative;
  margin: 0 24px;
}
.file-list{
	padding-bottom: 120px;
}
.file-list ~ .page-area{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}


.mbx {
  height: 52px;
  line-height: 52px;
  font-size: 13px;
  color: #6D6D6D;
  margin: 0 24px;
}
.mbx a {
  color: #6D6D6D;
}
.mbx a:hover {
  color: #BB0000;
  text-decoration: underline;
}
.article-box {
  padding: 0 50px;
  font-size: 13px;
  color: #6E6E6E;
  
}
.article-bd-wrap {
  position: relative;
}
.share-tool {
  position: absolute;
  width: 110px;
  right: 0;
  top: 60px;
  text-align: center;
}
.share-tool .time-box {
  font-family: "BebasNeue";
  margin-bottom: 30px;
}
.share-tool .time-box .year {
  font-size: 26px;
  position: relative;
  line-height: 44px;
  color: #333;
  font-weight: normal;
}
.share-tool .time-box .year:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  right: 0;
  top: 50%;
}
.share-tool .time-box .year:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  left: 0;
  top: 50%;
}
.share-tool .time-box .date {
  font-size: 45px;
  color: #333;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
.share-tool .time-box .time {
  font-size: 26px;
  color: #333;
}
.share-tool .share-box .title {
  font-size: 16px;
  position: relative;
  line-height: 34px;
  color: #A0A0A0;
  font-weight: normal;
  margin-bottom: 24px;
}
.share-tool .share-box .title:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  right: 0;
  top: 50%;
}
.share-tool .share-box .title:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  left: 0;
  top: 50%;
}
.share-tool .share-box a {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto 17px;
  background: #DBDBDB;
  border-radius: 50px;
  line-height: 60px;
}
.share-tool .share-box a .fa {
  display: block;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
}
.share-tool .share-box a:hover {
  text-decoration: none!important;
}
.share-tool .share-box .bshare-weixin {
  background: url(../images/weixin.png) center no-repeat #DBDBDB;
}
.share-tool .share-box .bshare-qqim {
  background: url(../images/qq.png) center no-repeat #DBDBDB;
}
.share-tool .share-box .bshare-qzone {
  background: url(../images/qzone.png) center no-repeat #DBDBDB;
}
.share-tool .share-box .bshare-sinaminiblog {
  background: url(../images/weibo.png) center no-repeat #DBDBDB;
}
#bsWXBox,
#bsWXBox * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.article-hd {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}
.article-hd h1 {
  font-size: 31px;
  color: #000;
  text-align: center;
  line-height: 1.4em;
  margin: 0 100px;
}
.article-hd .btn-return {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  width: 77px;
  height: 26px;
  background: #BB0000;
  text-align: center;
  line-height: 26px;
  color: #fff;
}
.article-hd .btn-return:hover {
  opacity: 0.8;
}
.article-bd {
  padding-left: 45px;
  padding-right: 160px;
  padding-top: 40px;
  padding-bottom: 100px;
  line-height: 24px;
  min-height:650px;
  max-width: 1405px;
  margin: 0 auto;
}
.article-bd .img {
  text-align: center;
}
.article-bd h4 {
  color: #000;
  font-weight: 700;
}
.article-bd p {
  text-indent: 2em;
}
.article-bd h4 {
  margin-top: 1.5em;
}
.content-title {
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}
.content-title h2 {
  font-size: 31px;
  line-height: 42px;
  color: #3838 8;
}
.content-title h2 b {
  color: #BB0000;
  font-weight: bold;
}
.content-title h2 .small{
	font-size: 13px;
	display: block;
}
.content-title .r-btn {
  display: block;
  width: 136px;
  height: 39px;
  background: #BB0000;
  position: absolute;
  right: 0;
  top: 25px;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  line-height: 39px;
  text-align: center;
}
.content-title .r-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.list-items .list-item:nth-last-of-type(1) {
  border-bottom: 0;
}
.video-item .img a:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../images/icon-play.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.list-item {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  display: table;
}
.list-item > div{
	display: table-cell;vertical-align: top;
	
}
.list-item .img {
  width: 417px;
  height: 260px;
  position: relative;
}
.list-item .img a,
.list-item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-item .img .slides-box {
  width: 417px;
  height: 260px;
  position: relative;
}
.list-item .img .slides-box .bd {
  height: 260px;
  position: relative;
  overflow: hidden;
}
.list-item .img .slides-box .bd a,
.list-item .img .slides-box .bd img {
  width: 417px;
  height: 260px;
  display: block;
}
/*.list-item .img .slides-box .bd img {
	width: auto;
	margin: 0 auto;
}*/
.list-item .img .slides-box .hd {
  text-align: center;
  padding: 10px 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  line-height: 7px;
}
.list-item .img .slides-box .hd span {
  line-height: 7px;
  display: inline-block;
  border-radius: 0;
  width: 48px;
  height: 7px;
  background: #EBEBEB;
  opacity: 1;
  margin: 0 5px;
  outline: none;
}
.list-item .img .slides-box .hd span.on {
  background: #BB0000;
  opacity: 1;
}
.list-item .txt {
  flex: 1;
  padding-left: 54px;
}
.list-item .txt h3 {
  text-align: center;
  margin-bottom: 20px;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}
.list-item .txt h3 a {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
}
.list-item .txt h3 a:hover {
  color: #BB0000;
}
.list-item .txt p {
  text-indent: 2em;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.video-item{
	float: left;
	display: block;
	width: 300px;
	padding-bottom: 10px;
	margin-right: 16px;border-bottom: 0;
}
.video-item .txt p{
	display: none;
}
.video-item:nth-of-type(4n+4){
	margin-right: 0;
}
.video-item > div{
	display: block;
	float: left;
	width: 100%;
}
.video-item .img{
	width: 100%;
	height: 180px;
}
.video-item  .txt{
	padding: 0;
	padding-top: 10px;
	text-align: center;
}
.video-item  .txt h3{
	font-size: 16px;
	white-space: nowrap;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
}
.video-item  .txt h3 a{
	font-size: 16px;
}
.btn-look {
  display: block;
  width: 85px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #BB0000;
  color: #fff;
}
.btn-look span,
.btn-look .fa {
  color: #fff;
}
.btn-look:hover {
  color: #fff;
  opacity: 0.8;
}
/*党建中心*/
.dj-box {
  padding: 30px 0;
  height: 484px;
  width: 100%;
  display: table;
}
.dj-box > .flex1{
	 display: table-cell;
	 vertical-align: top;
	 width: 50%;
}
.dj-box .page-row {
  position: absolute;
  left: 0;
  bottom: 34px;
  bottom: 2px;
  width: 100%;
}

.flex1 {
  flex: 1;
}
.dj-slides {
  /* min-height: 435px; */
  border: 1px solid #d5d5d5;
}
.dj-slides .in {
  /* padding-top: 31px; */
  /* padding-left: 42px; */
  /* padding-right: 42px; */
  padding-top: 37px;
  position: relative;
  padding-bottom: 37px;
}
.dj-slides .slidebox {
  width: 550px;
  height: 345px;
  margin: 0 auto;
}
.dj-slides .swiper-slide {
  width: 550px;
  height: 345px;
  background-position: center center;
  
  /*1 强制吧图片变成400x400的,会变形*/
  background-size: 100% 100%; 
  /*2 最大化显示图片内容，会裁剪图片*/
  /*background-size: cover; */
  /*3 显示全部图片内容，图片上下左右会出现空白*/
  /*background-size: contain; */
}
.dj-slides .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}


.dj-slides .swiper-slide >a{
	display: block;
	height: 400px;
}
.dj-slides .slide-left-btn {
  position: absolute;
  left: 30px;
  top: 200px;
  font-size: 67px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  color: #BCBCBC;
  background: url(../images/leftarr.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;z-index: 10;
}
.dj-slides .slide-right-btn {
  position: absolute;
  right: 30px;
  top: 200px;
  font-size: 67px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  color: #BCBCBC;
  background: url(../images/rightarr.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.dj-slides .des {
  padding: 22px 37px;
  min-height: 92px;
  display: none;
}
.dj-list {
  padding-top: 16px;
}
.dj-list li {
  height: 36px;
  line-height: 36px;
}
.dj-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #6E6E6E;
  padding-left: 0em;
}
.dj-list a {
  display: block;
}
.dj-list a:hover {
  background: #BB0000;
}
.dj-list a:hover p {
  color: #fff;
}
.page-area {
  padding: 30px 0 60px;
}
.border0 {
  border: 0!important;
}
.second-box {
  padding-top: 40px;
  text-align: center;
}
.second-box a {
  display: inline-block;
  width: 220px;
  height: 324px;
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.second-box a img {
  display: block;
  width: 100%;
  height: 100%;
}
.second-box a p {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  bottom: 20px;
}
.second-box a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*委员会*/
.page-why {
  min-height: 100vh;
  background: #fff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
}
.wyh-banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.wyh-banner img {
  display: block;
  width: 100%;
}
.wyh-content {
  font-size: 15px;
  color: #6E6E6E;
  width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-top: 600px;
  padding-bottom: 60px;
}
.box-title1 {
  margin-top: 60px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 25px;
}
.box-title1:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  background: #2E2E2E;
}
.box-title1 h3 {
  display: block;
  position: relative;
  background: #BB0000;
  float: left;
  padding: 0 15px 0 25px;
  height: 40px;
  line-height: 40px;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
}
.box-title1 h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/titlebg.png) right bottom no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
}
.box-title1 h3 span {
  color: #fff;
  font-size: 14px;
}
.box-title2 {
  margin-top: 60px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 25px;
}
.box-title2:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #2E2E2E;
}
.box-title2 h3 {
  display: block;
  position: relative;
  background: url(../images/titlebg.png) 0 bottom no-repeat;
  width: 135px;
  height: 40px;
  line-height: 40px;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
  padding-right: 35px;
}
.box-title2 h3 span {
  color: #fff;
  font-size: 14px;
}
.dt-box {
  width: 100%;
 display: table;
}
.dt-box > div{
	display: table-cell;
	vertical-align: top;
}
.dt-box .left {
  width: 415px;
}
.dt-box .right {
  flex: 1;
  padding-left: 40px;
}
.dt-box .btn-look {
  float: right;
  font-size: 14px;
}
.dt-box .other-btn {
  padding-top: 20px;
}
.dt-box .gallery-top {
  width: 415px;
  height: 295px;
  margin-bottom: 18px;
}
.swiper-slide{
	overflow: hidden;
}
.dt-box .gallery-top .swiper-slide {
  width: 415px;
  height: 295px;
  position: relative;
}
.dt-box .gallery-top .swiper-slide img {
  display: block;
  
  height: 100%;
  margin: 0 auto;
}
.dt-box .gallery-top .swiper-slide .txt-row {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 38px;
}
.dt-box .gallery-top .swiper-slide .txt-row p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #fff;
  margin: 0 1em;
}
.dt-box .gallery-thumbs {
  width: 415px;
  height: 85px;
}
.dt-box .gallery-thumbs .swiper-slide {
  width: 79px;
  height: 100%;float: left;
  margin-right: 5px;
}
.dt-box .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 55px;
}
.dt-box .gallery-thumbs .swiper-slide p {
  text-align: center;
  color: #000;
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dt-box .gallery-thumbs .swiper-slide-thumb-active img {
  border: 2px solid #BB0000;
}
.dt-txtbox h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.dt-txtbox .con {
  font-size: 13px;
  color: #333;
}
.dt-txtbox .con p + p {
  margin-top: 2em;
}
.dt-txtbox .con p {
  text-indent: 2em;
}
.pic-slides-box {
  margin-bottom: 42px;
}
.pic-slides-box .gallery-big {
  height: 590px;
  margin-bottom: 17px;
}
.pic-slides-box .gallery-big .swiper-slide{
	height: 590px;
}
.pic-slides-box .gallery-big img {
  display: block;
  
  height: 100%;
  margin: 0 auto;
}
.pic-slides-box .gallery-small {
  height: 128px;
}
.pic-slides-box .gallery-small img {
  display: block;
  width: 100%;
  height: 100%;
}
.pic-slides-box .gallery-small .swiper-slide {
	width: 186px;margin-right: 16px;

  height: 128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pic-slides-box .gallery-small .swiper-slide img {
  width: 100%;
  height: 100%;
}
.pic-slides-box .gallery-small .swiper-slide-thumb-active {
  border: 2px solid #BB0000;
}
.tabbox .tab-hd {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tabbox .tab-hd a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: #2E2E2E;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.tabbox .tab-hd a span {
  color: #fff;
}
.tabbox .tab-hd a.on {
  background: #BB0000;
}
.tabbox .tab-hd a.on:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 99%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #BB0000;
}
.tabbox .tab-bd {
  padding: 50px 0;
}
.tabbox .tab-bd > div{
	 display: block;
	 opacity: 0;
	 visibility: hidden;
}
.tabbox .tab-bd > div.show{
	display: block;
	 opacity: 1;
	 visibility: visible;
}

.bbs-menu {
  padding: 80px 0;
  text-align: center;
}
.bbs-menu a {
  display: inline-block;
  width: 360px;
  height: 277px;
  position: relative;
  margin: 0 24px;
  text-align: left;
}
.bbs-menu a img {
  display: block;
  width: 100%;
  height: 100%;
}
.bbs-menu .txt {
  position: absolute;
  left: 26px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  right: 26px;
}
.bbs-menu .txt h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.bbs-menu .txt p {
  padding-left: 3px;
}
.bbs-menu .txt .fa {
  font-size: 24px;
  position: absolute;
  right: 2px;
  bottom: 8px;
}
#content .content-bbs {
  background: #2E2E2E;
}
.content-bbs-nobar .bbs-content-box {
  margin-left: 0;
}
.bbs-content-box {
  margin-left: 128px;
  min-height: -webkit-calc(100vh - 245px);
   min-height:calc(100vh - 245px);
  background: #fff;
  border-radius: 15px;
  padding: 44px;
}



.bbs-content-box .img-row {
  margin-bottom: 24px;
}
.bbs-content-box .txt p {
  color: #000;
  text-indent: 2em;
}
.bbs-content-box .wyh-content {
  padding-top: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.fixbarCenter {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 15px;
  width: 100px;

}
.fixbarCenter a {
  display: block;
  line-height: 50px;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
}
.fixbarCenter a span {
  color: #fff;
  padding-left: 15px;
}
.fixbarCenter a .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixbarCenter li {
  padding: 2px 0;
}
.fixbarCenter li.on a,
.fixbarCenter a:hover {
  background: #BB0000;
}
.img-row img {
  display: block;
  width: 100%;
}
.bbs-slide img {
  display: block;
  width: 100%;
}
.bbs-slide .swiper-slide {
  position: relative;
}
.bbs-slide .txt-row {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bbs-slide .txt-row p {
  font-size: 27px;
  color: #fff;
  margin: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bbs-slide .pagination {
  text-align: center;
  padding: 15px 0;
}
.bbs-slide .pagination span {
  border-radius: 0;
  width: 48px;
  height: 7px;
  background: #EBEBEB;
  opacity: 1;
  margin: 0 5px;
  outline: none;
}
.bbs-slide .pagination span.swiper-pagination-bullet-active {
  background: #BB0000;
  opacity: 1;
}
.pm-box .img {
  width: 445px;
  height: 295px;
  display: table-cell;
  vertical-align: top;
}
.pm-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.pm-box .txt {
  padding-left: 46px;
  color: #000;
}
.pm-box .txt h3 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}
.txt-defult {
  font-size: 13px;
  color: #000;
  line-height: 24px;
}
.evaluate-menu ul {
  height: auto;
  overflow: hidden;
}
.evaluate-menu li {
  float: left;
  width: 24.999999%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DFDFDF;
}
.evaluate-menu h3,
.evaluate-menu p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evaluate-menu .img {
  display: block;
  width: 170px;
  height: 235px;
  margin: 0 auto 10px;
}
.evaluate-menu .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.evaluate-menu h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.8em;
}
.evaluate-menu p {
  font-size: 12px;
  color: #000;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.evaluate-menu .tc a {
  margin: 0 auto;
}
.report-article {
  padding-left: 38px;
  padding-top: 60px;
  padding-right: 125px;
}
.report-article .cover {
  width: 200px;
  height: 275px;
}
.report-article .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.report-article .left {
  width: 200px;
}
.report-article .right {
  padding-left: 50px;
}
.report-article .txt-defult {
  font-size: 14px;
  color: #6E6E6E;
  line-height: 31px;
  word-wrap: break-word;
  word-break: break-all;
}
.report-article .txt-defult p {
  text-indent: 2em;
}
.report-article .title h3 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.report-article .title h3:before {
  content: "";
  width: 4px;
  height: 12px;
  background: #BB0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.report-article .left dl {
  display: table;
  font-size: 12px;
}
.report-article .left dt,
.report-article .left td {
  display: table-cell;
}
.report-article .left dt {
  padding-left: 16px;
  color: #000;
  padding-right: 1em;
}
.report-article .left dd {
  color: #6E6E6E;
}
.report-article .left dl {
  margin-top: 16px;
}
.report-article .left dl + dl {
  margin-top: 26px;
}
.team-members-list {
  padding-top: 13px;
  padding-bottom: 13px;
}
.team-members-list ul {
  height: auto;
  overflow: hidden;
}
.team-members-list li {
  float: left;
  width: 49%;
  padding: 13px 0;
}
.team-members-list dl {
  display: table;
}
.team-members-list dt,
.team-members-list dd {
  display: table-cell;
  vertical-align: top;
}
.team-members-list dt {
  padding-right: 20px;
}
.team-members-list .avator {
  width: 65px;
  height: 65px;
  border-radius: 100px;
}
.team-members-list .avator img {
  display: block;
  width: 100%;
  height: 100%;
}
.team-members-list dd {
  padding-top: 7px;
}
.team-members-list dd h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}
.team-members-list dd p {
  font-size: 13px;
  color: #6E6E6E;
  line-height: 20px;
}
.content-ranking {
  position: relative;
}
.content-ranking .bbs-content-box {
  margin-left: 194px;
}
.content-ranking .fixbarCenter {
  width: 173px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 6;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.content-ranking .bbs-content-box {
  padding: 30px 60px;
}
.ranking-icon {
  width: 171px;
  height: 145px;
  background: url(../images/top500.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.users-icon {
  width: 120px;
  height: 92px;
  background: url(../images/users.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 37px;
  bottom: 38px;
}
.ranking-title{
	position: relative;
}
.ranking-title h3 {
  font-size: 31px;
  color: #000;
}
.ranking-search {
  width: 295px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.ranking-search .btn-so {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 36px;
  line-height: 36px;
  background: #BB0000;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.ranking-search .input-text {
  position: absolute;
  height: 36px;
  padding: 10px;
  line-height: 16px;
  background: #fff;
  left: 0;
  border: 1px solid #D2D2D2;
  width: 210px;
  color: #5F5F5F;
}
.ranking-table-list {
  width: 710px;
  margin: 0 auto;
  padding-top: 70px;
  min-height: 570px;
}
.ranking-table-list li {
  height: 44px;
  width: 100%;
  display: table;
  
  border-bottom: 1px solid #DFDFDF;

}
.ranking-table-list li >div{
	display: table-cell;
	vertical-align: middle;
}
.ranking-table-list .col1 {
  padding-left: 27px;
  width: 52px;
}
.ranking-table-list .col1 span {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #BB0000;
  color: #fff;
  font-size: 18px;
  font-family: BebasNeue;
}
.ranking-table-list .col2 {
  flex: 1;
  padding-left: 10px;
  font-size: 14px;
  color: #000;text-align: left;
  font-weight: 400;
}
.ranking-table-list .col3 {
  padding-right: 27px;text-align: right;
}
.ranking-table-list .col3 strong {
  font-size: 26px;
  display: inline-block;
  min-width: 65px;
  text-align: right;
  font-family: BebasNeue;
  color: #BB0000;
  position: relative;
  top: 3px;
}
#page-area {
  text-align: center;
}
#page-area a {
  width: 26px;
  height: 26px;
  font-size: 13px;
  color: #6E6E6E;
  border: 1px solid #d5d5d5;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin: 0 3px;
}
#page-area .layui-laypage-curr {
  margin: 0 3px;
}
#page-area .layui-laypage-spr {
  display: inline-block;
  width: 26px;
  text-align: center;
}
#page-area a:not(.layui-disabled):hover,
#page-area .layui-laypage-curr {
  width: 26px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  border: 1px solid #BB0000;
  display: inline-block;
  text-align: center;
  background: #BB0000;
  line-height: 24px;
}
#page-area .layui-disabled {
  cursor: no-drop;
}
#page-area .layui-laypage-prev {
  width: 60px!important;
}
#page-area .layui-laypage-next {
  width: 60px!important;
}
#page-area .layui-laypage-skip {
  float: right;
}
#page-area .layui-input {
  width: 65px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #d5d5d5;
  margin: 0 5px;
}
#page-area .layui-laypage-btn {
  width: 45px;
  height: 26px;
  cursor: pointer;
  background: #BB0000;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border: 0;
  outline: none;
  margin-left: 10px;
}
.file-list {
  height: auto;
  overflow: hidden;
}
.file-list ul {
  width: 105%;
  padding-top: 30px;
  float: left;
}
.file-list li {
  float: left;
  width: 49.9999%;
  margin-bottom: 3px;
}
.file-list a {
  display: block;
  margin-right: 28px;
  height: 36px;
  line-height: 36px;
  border-left: 4px solid #EC3131;
  padding-left: 10px;
  background: #F3F3F3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list li:nth-of-type(10n+9) {
  margin-bottom: 23px;
}
.file-list li:nth-of-type(10n+10) {
  margin-bottom: 23px;
}
.industry-list {
  height: auto;
  overflow: hidden;
}
.industry-list ul {
  width: 110%;
}
.industry-list li {
  float: left;
  padding-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFDFDF;
}
.industry-list .in {
  width: -webkit-calc((100vw  - 248px) / 3);
  width: calc((100vw  - 248px) / 3);
  min-width: 384px;
  margin-right: 42px;
}
.industry-list li:nth-of-type(3n+1){
	clear: left;
}


.industry-list .img {
  display: block;
}
.industry-list h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry-list p {
  font-size: 13px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.industry-list img {
  display: block;
  width: 100%;
  height: -webkit-calc((100vw  - 248px) * 0.62 / 3);
   height: calc((100vw  - 248px) * 0.62 / 3);
  min-width: 384px;
  min-height: 240px;
}
.media-newslist {
  height: auto;
  overflow: hidden;
  position: relative;
}
.media-newslist ul {
  float: left;
  width: 100%;
  padding-top: 2%;
}
.media-newslist li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #D5D5D5;
  padding: 10px 12px;
}
.media-newslist li:hover {
  border-color: #BB0000;
}
.media-newslist li:nth-of-type(3n+2) {
  margin-right: 0;
}
.media-newslist li:nth-of-type(3n+3) {
  margin-right: 0;
  float: right;
}
.media-newslist h3 {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-newslist h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.media-newslist h3 a:hover {
  color: #BB0000;
}
.media-newslist p {
  font-size: 12px;
  color: #6D6D6D;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 72px;
  position: relative;
}
.media-newslist .media-logo {
  text-align: right;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  margin-top: 4px;
}
.media-newslist .media-logo img {
  height: 30px;
  line-height: 0;
  vertical-align: middle;
}
.bbs-content-box .content-title {
  padding-top: 0;
}
.bbs-content-box .content-title ~ .content-title {
	margin-top: 30px;
}
.large-txt {
  color: #000;
}
.large-txt p {
  text-indent: 0em;
}
.lc-box-y{
  position: relative;
  margin-top: 44px;
  min-height: 650px;
  width: 100%;
  
}
.lc-box-y .left {
  float: left;
  width: 49.9999%;
  padding-top: 25px;
}
.lc-box-y .right {
  padding-top: 25px;
  float: left;
  width: 49.9999%;
}
.lc-box-y:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  margin: 0 auto;
  background: #BB0000;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -4px;
}
.lc-box-y:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #BB0000;
}
.lc-box-y .left .item {
  padding-right: 55px;
  text-align: right;
}
.lc-box-y .left .item:before {
  content: "";
  display: block;
  background: url(../images/line-left.png) no-repeat;
  width: 48px;
  height: 3px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 15px;
}
.lc-box-y .right .item {
  padding-left: 55px;
  text-align: left;
}
.lc-box-y .right .item:before {
  content: "";
  display: block;
  background: url(../images/line-left.png) no-repeat;
  width: 48px;
  height: 3px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lc-box-y .item {
  font-size: 12px;
  position: relative;
  margin-bottom: 20px;
}
.lc-box-y .year b {
  font-size: 26px;
  font-family: BebasNeue;
  color: #000;
}
.lc-box-y .info {
 /* width: 35vw;*/
}
.lc-box-y .item3 *,
.lc-box-y .item3 b {
  color: #BB0000;
}
.jg-pic{
	padding-top: 50px;
}
.jg-pic img {
  display: block;
  max-width: 75%;
  margin: 0 auto;
}
.contact-list {
  padding: 2vh 2vh 0;
}
.contact-list ul {
  height: auto;
  overflow: hidden;
}
.contact-list li {
  float: left;
  width: 49.9999%;
  padding-left: 16px;
  color: #696969;
  font-size: 13px;
  padding-bottom: 2vh;
  padding-right: 50px;
}
.contact-list li:nth-of-type(2n+1) {
  clear: left;
}
.contact-list h3 {
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.contact-list h3:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: #BB0000;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -5px;
}
.contact-list b {
  font-weight: bold;
  color: #000;
}
.map img {
  max-width: 60%;
}
.contact-code {
  width: 600px;
  margin: 0 auto;
  padding: 35px 0;
}
.contact-code  > div{
	  display: table-cell;
  vertical-align: top;text-align: center;
}
.contact-code .code-col {
  width: 216px;
  text-align: center;

}
.contact-code .code {
  width: 216px;
  height: 216px;
  margin: 0 auto;
}
.contact-code .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.leader-title {
  height: 45px;
  line-height: 45px;
  position: relative;
}
.leader-title:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #E6E6E6;
}
.leader-title h3 {
  position: relative;
}
.leader-title h3:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: #BB0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.leader-title h3 span {
  padding-left: 15px;
  padding-right: 1em;
  display: inline-block;
  background: #fff;
}
.leader-list {
  height: auto;
  overflow: hidden;
  position: relative;
}
.leader-item {
  width: 252px;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 0px;
}
.leader-item .img {
  height: 176px;
  width: 176px;
  margin: 0 auto;
}
.leader-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.leader-item .img ~ .txt h4 {
  text-align: center;
}
.leader-item .img ~ .txt p {
  text-align: center;
}
.leader-item h4 {
  font-size:22px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.leader-item p {
  color: #727272 !important;
  font-size: 14px;
  text-indent: 0!important;
}
.leader-box + .leader-box {
  margin-top: 20px;
}
.quanyi h4 {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.quanyi b {
  font-weight: bold;
  color: #333;
}
.quanyi h4 ~ h4 {
  margin-top: 1.5em;
}
.downApply {
  display: inline-block;
  padding: 5px 15px;
  background: #BB0000;
  color: #fff;
  margin: 15px 0;
}
.downApply:hover {
  color: #fff;
  opacity: 0.8;
}
.oldLook .section2{ 
	 top: 0!important
}

.nextStop,.prevStop{
	cursor:no-drop!important;
}
body .swiper-button-next:after{
	content: ">";
	font-family: simsun;
	font-size:50px;font-weight: bold;
	color: #666;
	background: rgba(255,255,255,.5);
}


body .swiper-button-prev:after{
	content: "<";
	font-family: simsun;
	font-size: 50px;font-weight: bold;
	color: #666;
	background: rgba(255,255,255,.5);
}

.txtsSlide{
	height: 800px;
	position: relative;overflow: hidden;
}


.vip-area{
	
		margin: 24px;
		background: #fff;
		padding: 25px 20px;
		padding-right: 0;
		border-radius: 15px;
		height: auto;
		overflow: hidden;
	}

	.vip-area-left .title {
	  padding-left:0px;
	  font-size: 14px;
	  color: #666;
	  border-bottom: 1px solid #DFDFDF;
	  line-height: 1.4em;
	  padding-bottom: 10px;
	}
	.vip-area-left .title h2 {
	  font-size: 31px;
	  color: #000;
	  line-height: 1.4em;
	  font-weight: 100;
	}
	.vip-area-left .title h2 b {
	  color: #BB0000;
	  font-weight: 700;
	}
	.vip-area-left .title  p{
		line-height: 2em;
	}
	.vip-area .enterprise-list2 ul{
		margin-left: 0;
	}
	.vip-area .enterprise-list2 ul li{
   		margin-right: 10px;
	}
	.vip-area .enterprise-list2{
		padding-bottom: 0;
	}


.vip-area {
  
 
}.home5.show .vip-area {
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.vip-area-right .more{
	    width: 93px;
    height: 44px;
    border: 2px solid #BB0000;
    line-height: 40px;
    text-align: center;
   display: inline-block;
   margin-right: 25px;
    border-radius: 10px;
    background: #BB0000;
    font-size: 15px;
    color: #fff;
}
.vip-area-right .more:hover{
	opacity:0.8;filter:alpha(opacity=80);

}

.content-bd{
	min-height: 600px;
}
.home1{
	width: 100%;
	min-width: 1380px
}



.section2.show,.oldLook .section2{
	position: relative;
}
.oldLook .section1{
	display: none!important;
}



/*1400*/
/**::-webkit-scrollbar {
    display: none;
}*/
body{
	min-width: 1400px;
}
.section2{
	width: 1400px!important;
	margin: 0 auto;
}
#headbar{
	max-width: 1400px;
	
}
#content,.footer{
	width: 1400px;
	margin: 0 auto;
}
#content{
	padding-bottom: 25px;background: #E5E5E5;
}
@media (min-width: 1400px) {
	#headbar{
		width: 1400px;
		left: 50%;
		margin-left: -700px;
	}
}
.margin-padding{
	margin-left: 24px;
	margin-right: 24px;
}
