.clear {
  clear: both;
}

.main,
.mainCenter {
  width: 1200px;
  margin: 0 auto;
}

.mainCenter {
  margin-bottom: 55px;
}

.crumb {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #f0f0f0;
  margin-bottom: 30px;
}

.crumb p {
  margin-left: 115px;
}

.crumb p span {
  padding: 0 15px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.crumb p a {
  font-size: 14px;
  color: #999999;
  padding: 0 15px;
  border-right: 1px solid #d8d8d8;
}

.crumb p a:last-child {
  color: #1878b7;
}

.main-lf {
  width: 220px;
  float: left;
}

.main-lf .title {
  width: 100%;
  height: 112px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 112px;
  background: url(titbj.jpg) top left no-repeat;
}

.main-lf .title h3 a {
  font-size: 30px;
  color: #f7f8f9;
}

.menu ul li {
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  border-bottom: 1px solid #c1c1c1;
  background: url(jt.png) 10px center no-repeat;
}

.menu ul li a {
  font-size: 18px;
  color: #333333;
}

.menu ul li.on {
  background: url(jt2.png) 10px center no-repeat #318fcd;
}

.menu ul li.on a {
  color: #fff;
}

.menu ul li:hover {
  background: url(jt2.png) 10px center no-repeat #318fcd;
}

.menu ul li:hover a {
  color: #fff;
}

.main-lr {
  width: 925px;
  float: right;
}

.main-lr h2 {
  margin: 30px 0;
}

.main-lr h2 a {
  font-size: 30px;
  color: #333333;
}

.main-lr .channelName {
  background: #318fcd;
  text-align: center;
  margin-bottom: 45px;
  padding: 5px;
  line-height: 52px;
}

.main-lr .channelName p {
  height: 52px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
}

.leader li {
 
  float: left;
  padding: 0 64px;
}

.leader li img {
  width: 180px;
  height: 245px;
  margin-bottom: 10px;
}

.leader li span {
  display: block;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
.entry p {
  margin-bottom: 10px;
  line-height: 32px;
}
.qyzz li {
  float: left;
  width: 275px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.qyzz li img {
  width: 274px;
  height: 194px;
  margin-bottom: 15px;
  border: 1px solid #cacacb;
}
.qyzz li.last {
  margin-right: 0px;
}
.qyzz li p {
  font-size: 14px;
  text-align: center;
  color: #333333;
}

@charset "utf-8";
* {
  box-sizing: border-box;
  -webkit-appearance: none;
}
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  font-family: '微软雅黑', microsoft yahei;
  color: #333;
  background: #fff;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 40px 0; */
}
.title {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin: 25px 0;
}

.w-accor {
  overflow: hidden;
  position: relative;
}
.w-accor ul,
.w-accor li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.w-accor ul {
  width: 101%;
}
.w-accor li {
  position: relative;
  overflow: hidden;
  float: left;
}
.accorClick li {
  cursor: pointer;
}
.w-accor li .item {
  position: relative;
}
.w-accor li > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.w-accor h3 {
  font-size: 125%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.w-accor .acr_p {
  margin-top: 0.5em;
}

.w-accor0 li img {
  max-width: 100%;
}

.w-accor1 li img {
  max-width: 100%;
}
.w-accor1 li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.w-accor1 li .dec_ar {
  padding: 10px 20px;
}
.w-accor1 li .acr_p {
  height: 0;
  overflow: hidden;
  line-height: 1.5;
  margin: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor1 li.cur .acr_p {
  height: 5.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-accor2 li img {
  max-width: 100%;
}
.w-accor2 li .cont_ar {
  color: #fff;
  position: absolute;
  bottom: 25%;
  height: 50%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor2 li .i_img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  text-align: center;
}
.w-accor2 li .i_img img {
  max-width: 100%;
  max-height: 100%;
}
.w-accor2 li .dec_ar {
  padding: 30px 20px 10px;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor2 li .acr_p {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.w-accor2 li.cur .i_img {
  display: none;
}
.w-accor2 li.cur .cont_ar {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  height: auto;
  bottom: 0;
}
.w-accor2 li.cur .dec_ar {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-accor2 li.cur .acr_p {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.w-accor3 li img {
  max-width: 100%;
}
.w-accor3 li .cont_ar {
  color: #fff;
}
.w-accor3 li .left_ar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor3 li .left_ar h3 {
  width: 1.2em;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  margin-left: -0.6em;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
:root .w-accor3 li .left_ar h3 {
  top: 50%;
}
.w-accor3 li .right_ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.w-accor3 li .right_ar .dec_ar {
  line-height: 1.7;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-height: 100%;
}
:root .w-accor3 li .right_ar .dec_ar {
  top: 50%;
}
.w-accor3 li .i_img {
  text-align: center;
  margin-bottom: 1em;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.w-accor3 li .i_img img {
  max-width: 100%;
}
.w-accor3 li .acr_p {
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
}
.w-accor3 li.cur .left_ar {
  width: 5em;
}
.w-accor3 li.cur .right_ar {
  left: 5em;
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-accor3 li.cur .i_img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.w-accor4 li img {
  max-width: 100%;
}
.w-accor4 li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.w-accor4 li .cont_ar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.35;
  *filter: alpha(opacity=35);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor4 li h3 {
  width: 1.2em;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -0.6em;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
:root .w-accor4 li h3 {
  top: 50%;
}
.w-accor4 li .dec_ar {
  line-height: 1.7;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 40px;
  right: 40px;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  padding: 30px;
  background: rgba(255, 255, 255, 0.75);
  color: #222;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
:root .w-accor4 li .dec_ar {
  top: 50%;
}
.w-accor4 li .i_img {
  text-align: center;
  margin-bottom: 1em;
}
.w-accor4 li .i_img img {
  max-width: 80%;
  max-height: 80px;
}
.w-accor4 li.cur .cont_ar:before {
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.w-accor4 li.cur h3 {
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.w-accor4 li.cur .dec_ar {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.w-accor5 li img {
  max-width: 100%;
}
.w-accor5 li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.w-accor5 li .cont_ar:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.35;
  *filter: alpha(opacity=35);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor5 li h3 {
  width: 1.2em;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -0.6em;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
:root .w-accor5 li h3 {
  top: 50%;
}
.w-accor5 li .acr_p {
  line-height: 1.5;
  height: 4.4em;
  overflow: hidden;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor5 li .i_img {
  position: absolute;
  height: 100px;
  line-height: 100px;
  top: 50%;
  margin-top: -50px;
  left: 1em;
  right: 1em;
  text-align: center;
  text-align: center;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor5 li .i_img img {
  max-width: 100%;
  max-height: 100%;
}
.w-accor5 li.cur .cont_ar:before {
  height: 6.4em;
  opacity: 0.5;
  *filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.w-accor5 li.cur .acr_p {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.w-accor5 li.cur h3 {
  text-align: center;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.w-accor5 li.cur .i_img {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
}

.w-accor6 li img {
  max-width: 100%;
}
.w-accor6 li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.w-accor6 li .cont_ar:before,
.w-accor6 li .cont_ar:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  right: 0;
  background: #000;
  opacity: 0.35;
  *filter: alpha(opacity=35);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
.w-accor6 li .cont_ar:before {
  top: 0;
}
.w-accor6 li .cont_ar:after {
  bottom: 0;
}
.w-accor6 li h3 {
  text-align: center;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0.5em 0.5em;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
:root .w-accor4 li h3 {
  top: 50%;
}
.w-accor6 li .dec_ar {
  line-height: 1.7;
  max-height: 100%;
  max-height: calc(100% - 7em);
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 40px;
  right: 40px;
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
:root .w-accor6 li .dec_ar {
  top: 50%;
}
.w-accor6 li .i_img {
  text-align: center;
  margin-bottom: 1em;
}
.w-accor6 li .i_img img {
  max-width: 80%;
  max-height: 80px;
}
.w-accor6 li.cur .cont_ar:before,
.w-accor6 li.cur .cont_ar:after {
  height: 3em;
}
.w-accor6 li.cur h3 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.w-accor6 li.cur h3.h_1 {
  top: 0;
}
.w-accor6 li.cur h3.h_2 {
  top: auto;
  bottom: 0;
}
.w-accor6 li.cur .dec_ar {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

@media (max-width: 960px) {
  .w-accor h3 {
    font-size: 110%;
  }
  .w-accor .acr_p {
    font-size: 90%;
  }
  .w-accor1 li .acr_p,
  .w-accor2 li .acr_p {
    display: none;
  }
  .w-accor3 li .img_ar {
    height: 350px !important;
  }
  .w-accor3 li .img_ar img {
    height: 100%;
    max-width: inherit;
  }
  .w-accor4 li .img_ar {
    height: 350px !important;
  }
  .w-accor4 li .img_ar img {
    height: 100%;
    max-width: inherit;
  }
  .w-accor5 li .img_ar {
    height: 350px !important;
  }
  .w-accor5 li .img_ar img {
    height: 100%;
    max-width: inherit;
  }
  .w-accor5 li .i_img {
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
  }
  .w-accor6 li .img_ar {
    height: 350px !important;
  }
  .w-accor6 li .img_ar img {
    height: 100%;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .w-accor2 li .i_img {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  .w-accor3 li .i_img img {
    max-height: 60px;
  }
  .w-accor4 li .dec_ar {
    left: 20px;
    right: 20px;
    padding: 15px;
  }
  .w-accor6 li .dec_ar {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .w-accor {
    height: auto !important;
  }
  .w-accor0 ul,
  .w-accor1 ul,
  .w-accor2 ul,
  .w-accor3 ul {
    width: 100%;
  }
  .w-accor0 li,
  .w-accor1 li {
    width: 100% !important;
    float: none;
  }
  .w-accor0 li .img_ar,
  .w-accor1 li .img_ar {
    height: auto !important;
    width: 100% !important;
  }
  .w-accor2 li {
    width: 50% !important;
    float: left;
  }
  .w-accor2 li .img_ar {
    height: auto !important;
    width: 100% !important;
  }
  .w-accor3 li .acr_p {
    max-height: 12em;
    line-height: 1.5;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 3.5vw;
  }
  .w-accor2 li .dec_ar {
    padding: 2em 1em 0.6em;
  }
  .w-accor2 li .i_img {
    width: 3em;
    height: 3em;
    margin-left: -1.5em;
    margin-top: -1.5em;
  }
  .w-accor3 li .img_ar,
  .w-accor3.accorNoClick li .img_ar {
    height: 20em !important;
  }
  .w-accor3 li .i_img img {
    max-height: 3em;
  }
  .w-accor4 li .dec_ar {
    left: 1em;
    right: 1em;
    padding: 1em;
  }
  .w-accor4 li .img_ar {
    height: 20em !important;
  }
  .w-accor4 li .i_img img {
    max-height: 3em;
  }
  .w-accor5 li .img_ar {
    height: 20em !important;
  }
  .w-accor5 li .i_img {
    height: 5em;
    line-height: 5em;
    margin-top: -2.5em;
  }
  .w-accor6 li .dec_ar {
    left: 1em;
    right: 1em;
  }
  .w-accor6 li .img_ar {
    height: 20em !important;
  }
  .w-accor6 li .i_img img {
    max-height: 3em;
  }
}

.swiper-slide img {
  width: 100%;
}

.prev {
  left: 16%;
}

.next {
  right: 16%;
}

.banner {
  border-top: 3px solid #0075c2;
}

.sec_top {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0075c2;
}

.sec_top h3 {
  color: #0075c2;
  margin: auto;
  text-align: center;
  font-size: 22px;
}

.sec_top span {
  color: #333;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.sec_mid1 {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}

.sec1_left {
  float: left;
  width: 587px;
}

.sec1_right {
  width: 585px;
  float: right;
}

.swiper-container2 {
  /* margin-left: auto;
margin-right: auto; */
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container2 .swiper-slide {
  height: 366px;
}

.swiper-container2 .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: auto;
  width: 110px;
  right: 0;
  position: absolute;
  z-index: 999;
  bottom: 0;
  text-align: right;
  padding-right: 20px;
  line-height: 40px;
}

.swiper-container2 .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-container2 .swiper-pagination-bullet-active {
  background-color: #e50211;
}

.prev2,
.next2 {
  position: absolute;
  top: 160px;
  z-index: 999;
  cursor: pointer;
}

.prev2 {
  left: 0;
}

.next2 {
  right: 0;
}

.swiper-slide {
  position: relative;
}

.sec2_word {
  bottom: 0;
  left: 0;
  text-indent: 20px;
  line-height: 40px;
  position: absolute;
  background-color: #000;
  color: #fff;
  width: 100%;
  opacity: 0.6;
}

.sec1r_top a {
  float: left;
  width: 180px;
  display: block;
  text-align: center;
  background-color: #f4f4f4;
  line-height: 45px;
  font-size: 18px;
}

.sec1r_top a:first-child {
  margin-right: 20px;
}

.sec1r_top a.active {
  font-weight: bold;
  background-color: #0075c2;
  color: #fff;
}

.sec1r_top a:last-child {
  float: right;
}

.sec1r_top {
  margin-bottom: 27px;
}

.sec1_right ul {
  display: none;
}

.sec1_right ul.active {
  display: block;
}

.sec1_right ul li {
  position: relative;
  text-indent: 15px;
}

.sec1_right ul li img {
  left: 0;
  top: 8px;
  position: absolute;
}

.sec1_right ul li + li {
  margin-top: 25px;
}

.sec1_right ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.sec1_right ul li a {
  display: block;
}

.sec_mid2 {
  margin-top: 50px;
  background-color: #f4f4f4;
}

.sec2 {
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}

.sec2_left {
  width: 512px;
  float: left;
  padding-left: 40px;
  padding-right: 30px;
  background-color: #fff;
}

.sec2L_top {
  border-bottom: 1px solid #dfdfdf;
}

.sec2L_top a {
  line-height: 50px;
}

.sec2L_top a.active {
  color: #0075c2;
  font-weight: bold;
}

.sec2L_top a + a {
  margin-left: 45px;
}

.sec2_left ul li {
  line-height: 46px;
}

.sec2_left ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.sec2_left ul li {
  border-bottom: 2px dashed #ccc;
}

.sec2_left ul {
  display: none;
}

.sec2_left ul.active {
  display: block;
}

.sec2_left {
  height: 350px;
  padding-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}

.sec2L_Div {
  position: absolute;
  left: 0;
  top: 68px;
}

.left2 {
  position: relative;
}

.left2 a {
  position: absolute;
  left: 6px;
  top: 66px;
  font-size: 18px;
  width: 18px;
  display: block;
  color: #fff;
}

.sec2_right {
  width: 600px;
  float: right;
}

.sec2R_left {
  float: left;
  width: 289px;
  height: 175px;
}

.sec2R_left img {
  width: 100%;
  height: 175px;
}

.sec2R_right img {
  height: 175px;
  width: 100%;
}

.sec2R_right {
  height: 175px;
  width: 290px;
  float: right;
}

.sec2R_right a,
.sec2R_left a {
  display: block;
  position: relative;
}

.sec2R_right a span,
.sec2R_left a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  text-indent: 20px;
  font-size: 18px;
  line-height: 40px;
  background-color: #000;
  opacity: 0.6;
}

.w-accor .swiper-slide img {
  height: 175px;
}

.w-accor li > a {
  width: 40px;
  color: #fff;
  background-color: #000;
  opacity: 0.6;
  padding: 0 11px;
  height: 175px;
  padding-top: 18px;
  font-size: 18px;
}

.sec_mid3 {
  width: 1200px;
  margin: auto;
  margin-top: 55px;
}

.sec_mid3 h3 {
  font-size: 24px;
  color: #0075c2;
  font-weight: normal;
  text-align: center;
}

.sec3 {
  width: 380px;
  float: left;
}

.sec3_bottom {
  display: none;
}

.sec3_top {
  text-align: center;
  line-height: 35px;
  background-color: #f4f4f4;
}

.sec3_top.active {
  line-height: 35px;
  color: #fff;
  background-color: #0075c2;
}

.sec3 img {
  height: 304px;
  width: 100%;
}

.sec3 {
  position: relative;
}

.sec3_bottom.active {
  display: block;
}

.sec3_bottom {
  padding: 20px;
  color: #fff;
  bottom: 0;
  width: 100%;
  opacity: 0.6;
  position: absolute;
  background-color: #0075c2;
}

.sec3_bottom p {
  line-height: 28px;
}

.sec3_bottom ul li {
  float: left;
  width: 50%;
  margin-top: 10px;
}

.sec3_bottom ul li a {
  color: #fff;
}

.sec3_bottom h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.sec_mid3 .sec3 + .sec3 {
  margin-left: 30px;
}

.sec_mid3 h3 {
  margin-bottom: 30px;
}
.sec_mid4 {
    width: 1200px;
    margin: auto;
    margin-top: 55px;
    height: 275px;
    border: 1px solid #ccc;
}
.sec_mid4l_top{
  height: 55px;
  border-bottom: 1px solid #ccc;
}
.sec_mid4l_top a{
  line-height: 45px;
}
.sec_mid4l_top a.active {
  color: #0075c2;
  font-weight: bold;
}

.sec_mid4l_top  a + a {
  margin-left: 45px;
}
.sec_mid4_bottom{

  width:1140px;
  display: flex;
  margin: 35px auto;
  justify-content: space-around;
}
.sec_mid4_bottom ul li{
  width: 361px;
  border: 1px solid #ccc;
  height: 150px;
  float: left;
  margin-right: 28px;
}
/* 公司荣誉 */
.picScroll-left {
  text-align: center;
  height: auto;
  position: relative;
  margin: auto;
}

.picScroll-left .hd .prev {
  display: block;
  float: left;
  margin-left: 5px;
  margin-top: 120px;
  overflow: hidden;
  cursor: pointer;
}

.picScroll-left .hd .next {
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 120px;
  overflow: hidden;
  cursor: pointer;
}

.picScroll-left .bd {
  /* padding-top: 20px; */
  /* margin-left: 25px */
}

.picScroll-left .bd ul {
  overflow: hidden;
}

.picScroll-left .bd ul li {
  width: 500px;
  /* margin: 0 10px; */
  /* width: 395px; */
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}

.picList {
  /* width: 1041px !important; */
  height: 140px !important;
}

.picList li img {
  float: left;
  width: 268px;
  height: 136px;
}

.picList li {
  /* width: 268px !important; */
  padding: 0 20px;
}



.picScroll-left {
  position: relative;
}

.picScroll-left .prev,
.picScroll-left .next {
  position: absolute;
  top: 50px;
  font-size: 54px;
}

.picScroll-left .prev {
  left: -5px;
}

.picScroll-left .next {
  right: 5px;
}

.bd {
  overflow: hidden;
}

.picScroll-left li {
  position: relative;
}

.picScroll-left li div {
  color: #fff;

  opacity: 0.6;
  width: 227px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0;
}

.gsry table {
  margin-top: 40px;
  width: 100%;
}

.gsry td {
  border: 1px dashed #eaeaea;

}

.gsry td {
  border-bottom: 2px dashed #f9f9f9;
  border-top: 2px dashed #f9f9f9;
}

.gsry tr td:first-child,
.gsry tr td:last-child {
  text-align: center;
}

.gsry tr td:nth-child(2) {
  padding: 0 30px;
  line-height: 45px;
}

.gsry .topic th {
  border-top: 2px solid red;
  line-height: 45px;
}

.gsry .topic th:first-child {
  border-top: 2px solid #03529e;
}
/* 发展战略 */
.nr-right span {
  font-size: 14px;
}

.nr-right span:first-child {
  font-weight: bold;
  font-size: 16px;
}

.nr-right {
  margin-left: 33px;
}

.nr-right span {
  display: block;
}

.nr-right span+span {
  margin-top: 20px;
}

.nr {
  height: 185px;
  border-bottom: 1px solid #c1c1c1;
}

.nr img {
  float: left;
  margin-top: 56px;
}

.nr-right {
  float: left;
}

.nr1 .nr-right {
  margin-top: 56px;
}

.nr2 .nr-right {
  margin-top: 34px;
}

.nr3 .nr-right {
  margin-top: 20px;
}


/* 咨询成果 */
.zxcg_bo li {
  line-height: 60px;
  float: left;
  border-bottom: 1px dashed #ccc;
  width: 411px;
  text-indent: 60px;
}

.zxcg_bo li:nth-child(2n) {
  float: right;
}

.zxcg_bo li {
  position: relative;
}

.zxcg_bo li a {
  font-size: 18px;
}

.zxcg_bo li img {
  position: absolute;
  left: 24px;
  top: 27px;
}

.zxcg_top {
  background-color: #ececec;
  line-height: 64px;
  text-indent: 35px;
  font-size: 18px;
  position: relative;
  user-select: none;
}

.zxcg_top img {
  position: absolute;
  right: 47px;
  top: 31px;
}

.zxcg_top .two {
  display: none;
}

.zxcg_top.active {
  color: #fff;
  background-color: #017ec6;
}

.zxcg_top.active .one {
  display: none;
}

.two {
  transform: rotate(90deg);
}

.zxcg_top.active .two {
  display: block;
}

.zxcg_bo {
  display: none;
}

.zxcg_bo.active {
  display: block;
}

.zxcg+.zxcg {
  margin-top: 40px;
}
