@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a,
img {
  -webkit-touch-callout: none;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html,
body {
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  overflow-x: hidden;
}

.bk,
.bk * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk-1200 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.bk-banner {
  position: relative;
  height: 431px;
  background: url(../images/top.jpg) center top no-repeat;
  background-size: 1920px auto;
  overflow: hidden;
  margin-bottom: 0;
}

.bk-banner .link-dyz {
  display: block;
  margin: 110px auto 0;
  width: 566px;
  height: 175px;
  opacity: 0;
}

.bk-banner .link-rmw {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 10px;
  z-index: 1;
  display: block;
  width: 166px;
  height: 75px;
  opacity: 0;
}

.bk-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#c6e7f6), to(#fff));
  background: linear-gradient(to bottom, #c6e7f6, #fff);
  padding-top: 20px;
}

.bk-main-news h1 {
  color: #1b558f;
  font: bold 42px/1.2 'Microsoft YaHei';
  text-align: center;
  margin-bottom: 15px;
}

.bk-main-news h1 a {
  color: inherit;
}

.bk-main-news h1 img {
  width: 100%;
  height: auto;
}

.bk-main-news .subnews-wrap {
  color: #1b558f;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.bk-main-news .subnews-wrap a {
  color: inherit;
  margin-right: 4px;
}

.bk-main-news .left-swiper1 {
  position: relative;
  float: left;
  width: 725px;
  height: 479px;
}

.bk-main-news .left-swiper1 .pagi1-wrap {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 2;
}

.bk-main-news .left-swiper1 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 6px;
  cursor: pointer;
}

.bk-main-news .left-swiper1 .swiper-pagination-switch.swiper-active-switch {
  background-color: #b03a2b;
}

.bk-main-news .left-swiper1 p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  line-height: 80px;
  padding-right: 120px;
}

.bk-main-news .right-news1 {
  margin-left: 725px;
}

.bk .swiper-container {
  height: 100%;
}

.bk .swiper-container .swiper-slide {
  position: relative;
}

.bk-top {
  margin-bottom: 60px;
}

.common-title1 {
  position: relative;
}

.common-title1 .more {
  position: absolute;
  right: 2px;
  top: 20px;
  z-index: 1;
  color: #7abfcd;
}

.bk-main-news {
  margin-bottom: 59px;
}

.list-jdtnews li {
  background: #63a8d1;
  width: 100%;
  height: 95px;
  padding: 11px 15px 11px 14px;
  position: relative;
  margin-bottom: 1px;
  font: normal 20px/31px "Microsoft YaHei";
  color: #000;
  border-left: 12px solid #63a8d1;
  display: table;
  font-size: 18px;
  color: #fff;
}

.list-jdtnews li > div {
  display: table-cell;
  vertical-align: middle;
}

.lh-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.lh-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a94f7;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lh-bounce-to-right:hover,
.lh-bounce-to-right:focus,
.lh-bounce-to-right:active {
  border-left: 12px solid #3267da;
  color: #fff;
}

.lh-bounce-to-right:hover:before,
.lh-bounce-to-right:focus:before,
.lh-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bk-zyjs {
  margin-bottom: 50px;
}

.bk-zyjs .left-news-wrap {
  float: left;
  width: 568px;
  overflow: hidden;
}

.bk-zyjs .right-video {
  margin-left: 616px;
}

.bk-zyjs .swiper-zyjs {
  height: 383px;
  overflow: hidden;
}

.bk-ycbd {
  height: 635px;
  padding-top: 86px;
  background: url(../images/bg-news2.jpg) top center no-repeat;
  background-size: 1920px auto;
}

.bk-ycbd .left-news-wrap3 {
  float: left;
  width: 483px;
  margin-left: 50px;
  overflow: hidden;
}

.list-ycbd {
  padding-top: 40px;
  height: 430px;
  overflow: hidden;
}

.list-ycbd li {
  position: relative;
  padding-left: 28px;
  padding-right: 3px;
  font-size: 16px;
  width: 100%;
  color: #474747;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}

.list-ycbd li:last-child {
  border: 0;
}

.list-ycbd li a {
  color: inherit;
}

.list-ycbd li > div {
  display: inline;
}

.list-ycbd li:before {
  position: absolute;
  left: 0;
  top: 49%;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #83c3e9;
  content: "";
}

.bk-qwfb {
  height: 534px;
  padding-top: 64px;
  background: url(../images/bg-news1.jpg) top center no-repeat;
  background-size: 1920px auto;
}

.bk-qwfb .left-news-wrap2 {
  float: left;
  width: 568px;
  overflow: hidden;
}

.list-qwfb {
  padding-top: 36px;
  width: 510px;
}

.list-qwfb li {
  position: relative;
  height: 83px;
  margin-left: 25px;
  display: table;
  padding-left: 28px;
  padding-right: 3px;
  font-size: 16px;
  width: 100%;
  color: #474747;
  border-bottom: 1px dashed #cecece;
}

.list-qwfb li:last-child {
  border: 0;
}

.list-qwfb li a {
  color: inherit;
}

.list-qwfb li > div {
  display: table-cell;
  vertical-align: middle;
}

.list-qwfb li:before {
  position: absolute;
  left: 0;
  top: 49%;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #83c3e9;
  content: "";
}

.list-zyjs {
  padding-top: 4px;
}

.list-zyjs li {
  position: relative;
  height: 83px;
  display: table;
  padding-left: 28px;
  padding-right: 3px;
  font-size: 16px;
  color: #474747;
  border-bottom: 1px dashed #cecece;
}

.list-zyjs li a {
  color: inherit;
}

.list-zyjs li > div {
  display: table-cell;
  vertical-align: middle;
}

.list-zyjs li:before {
  position: absolute;
  left: 0;
  top: 49%;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #83c3e9;
  content: "";
}

.right-video {
  position: relative;
  font-size: 0;
}

.right-video .btn-play2 {
  position: absolute;
  left: 21px;
  bottom: 60px;
}

.right-video .video-desc {
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  background-color: #3774b0;
  padding-left: 29px;
  overflow: hidden;
}

.bk-zywg {
  padding-top: 50px;
  margin-bottom: 50px;
}

.bk-zywg .common-title1 {
  margin-bottom: 40px;
}

.list-zywg li {
  width: 230px;
  float: left;
  margin-right: 10px;
  font-size: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.list-zywg li:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.list-zywg li .img-zywg {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.list-zywg li .desc-wrap {
  background-color: #3774b0;
  color: #fff;
  padding: 10px 10px 0;
  height: 168px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.list-zywg li .desc-wrap a {
  color: inherit;
}

.list-zywg li .desc-wrap h3 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  font: bold 18px/1.5 'Microsoft YaHei';
  text-align: justify;
  height: 54px;
  overflow: hidden;
}

.list-zywg li .desc-wrap h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 110%;
  width: 20%;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
}

.list-zywg li .desc-wrap p {
  font-size: 14px;
  line-height: 1.6;
  height: 77px;
  overflow: hidden;
}

.list-zywg li:last-child {
  margin-right: 0;
}

.bk-xcbd {
  margin-bottom: 50px;
}

.bk-xcbd .common-title1 {
  margin-bottom: 40px;
}

.bk-xcbd .img-xcbd {
  float: left;
}

.bk-xcbd .swiper-xcbd-wrap {
  height: 350px;
  overflow: hidden;
}

.bk-xcbd .swiper-slide {
  overflow: hidden;
}

.bk-xcbd .right-desc {
  margin-left: 600px;
  height: 350px;
  background-color: #3774b0;
  color: #fff;
  padding: 35px 35px 0;
}

.bk-xcbd .right-desc h2 {
  font: bold 20px/1.4 'Microsoft YaHei';
  margin-bottom: 20px;
}

.bk-xcbd .right-desc .list-xcbd {
  font-size: 16px;
}

.bk-xcbd .right-desc .list-xcbd li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  line-height: 1.5;
}

.bk-xcbd .right-desc .list-xcbd li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.bk-xcbd .date-switch {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.bk-xcbd .date-switch span {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #46954e;
  cursor: pointer;
  margin-right: 10px;
}

.bk-xcbd .date-switch span.active {
  background-color: #63bde7;
}

.bk-bgjd {
  margin-bottom: 50px;
}

.bk-bgjd .common-title1 {
  margin-bottom: 40px;
}

.list-tuila {
  position: relative;
  width: 1200px;
  height: 695px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}

.list-tuila > li {
  position: relative;
  float: left;
  width: 134px;
  height: 100%;
  background-position: left top;
  background-size: auto 100%;
  overflow: hidden;
  background: #bd2a27;
}

.list-tuila > li .img-bg-left {
  float: left;
  width: 436px;
  height: 695px;
}

.list-tuila > li.active {
  width: 798px;
}

.list-tuila > li.active .tl-text {
  display: none;
}

.list-tuila > li:nth-child(1) .tl-text {
  background: url(../images/bg-tl1.jpg) top center no-repeat;
  background-size: cover;
}

.list-tuila > li:nth-child(2) .tl-text {
  background: url(../images/bg-tl5.jpg) top center no-repeat;
  background-size: cover;
}

.list-tuila > li:nth-child(3) .tl-text {
  background: url(../images/bg-tl3.jpg) top center no-repeat;
  background-size: cover;
}

.list-tuila > li:nth-child(4) .tl-text {
  background: url(../images/bg-tl4.jpg) top center no-repeat;
  background-size: cover;
}

.list-tuila > li:nth-child(5) .tl-text {
  background: url(../images/bg-tl5.jpg) top center no-repeat;
  background-size: cover;
}

.list-tuila > li .tl-text {
  position: relative;
  width: 134px;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 134px;
  font: bold 40px "Microsoft YaHei";
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.list-tuila > li .tl-text p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-tuila > li .right-list-wrap-bg {
  margin-left: 436px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #bd2a27;
  background: -webkit-gradient(linear, left top, left bottom, from(#5199f7), to(#67a9f4));
  background: linear-gradient(to bottom, #5199f7, #67a9f4);
  background: url(../images/bg-bg.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 20px 0;
  font-family: SimHei;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.list-tuila > li .right-list-wrap-bg h2 {
  font: bold 18px/1.5 'Microsoft YaHei';
  margin-bottom: 30px;
}

.list-tuila > li .right-list-wrap-bg .zhaiyao-bg {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 2em;
  margin-bottom: 30px;
}

.list-tuila > li .right-list-wrap-bg .list-bg {
  position: relative;
  line-height: 1.6;
}

.list-tuila > li .right-list-wrap-bg .list-bg li {
  font: bold 18px/1.5 'Microsoft YaHei';
  margin-bottom: 30px;
}

.list-tuila > li .right-list-wrap-bg .list-bg li:last-child {
  margin-bottom: 0;
}

.bk-gqdt {
  background: url(../images/bg-mountain.jpg) bottom center no-repeat;
  background-size: 1920px auto;
  height: 964px;
}

.bk-gqdt .common-title1 {
  margin-bottom: 40px;
}

.bk-gqdt .swiper-container {
  height: 725px;
}

.bk-gqdt .swpier-gqdt-wrap {
  position: relative;
}

.bk-gqdt .swiper-slide p {
  font-size: 18px;
  color: #396ea2;
  padding-top: 15px;
  padding-right: 70px;
}

.bk-gqdt .pagi-gqdt {
  position: absolute;
  right: 2px;
  bottom: 32px;
  z-index: 2;
}

.bk-gqdt .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #63bde7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 6px;
}

.bk-gqdt .swiper-pagination-switch.swiper-active-switch {
  background-color: #3775b0;
}

.bk-footer {
  background: #3976b1;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 27px 0;
}
