#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#header.active {
  transition: top .4s;
  top: -95px;
}
#menu {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 18px 0;
  position: relative;
}
#menu li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#menu li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  background: transparent;
  background: #5E5E5E;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 2px;
  height: 2px;
  background: #A2A2A2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
#menu li a span:after {
  position: absolute;
  content: '';
  border-right: 1px solid #B7B7B7;
  left: 50%;
  bottom: -17px;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-60%);
  -moz-transform: translateX(-50%);
  background: #F2F2F2;
  height: 13px;
}
#menu li.active span,
#menu li:hover span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #5a5a5a;
  margin-left: -9px;
  margin-top: -7px;
}
.section_1 .img-box {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
}
.section_1 .swiper-pagination {
  bottom: 45px;
}
.section_1 .swiper-pagination-bullet {
  height: 2px;
  width: 30px;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  margin: 0!important;
}
.section_1 .swiper-pagination-bullet-active {
  background: #d1a177;
}
.section_1 .nub-box {
  position: absolute;
  z-index: 999999;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 38px;
  text-align: center;
  font-size: 0;
}
.section_1 .nub-box span {
  display: inline-block;
  margin-left: 82px;
  margin-right: 82px;
  font-size: 18px;
}
.section_1 .nub-box span.left {
  color: #d1a177;
}
.public-title {
  text-align: center;
  line-height: 1;
}
.public-title h3 {
  font-size: 36px;
  color: #101e48;
}
.public-title .line-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.public-title p {
  font-size: 16px;
  color: #808080;
}
.section_2 {
  padding-top: 60px;
  background-image: url(../images/img_1.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.section_2 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_2 .des-box {
  margin-top: 45px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 0.9s;
}
.section_2 .des-box p {
  font-size: 14px;
  line-height: 2;
  color: #4c4c4c;
  margin-bottom: 35px;
}
.section_2 .des-box .more-box {
  text-align: center;
}
.section_2 .des-box .more-box .more-btn {
  display: inline-block;
  width: 140px;
  height: 46px;
  border: 1px solid #b9b9b9;
  line-height: 46px;
  text-align: center;
}
.section_2 .des-box .more-box .more-btn span {
  font-size: 16px;
  color: #0e1d48;
  display: inline-block;
  margin-right: 12px;
  letter-spacing: 2px;
}
.section_2 .des-box .more-box .more-btn:hover {
  background: #0e1d48;
  color: #fff;
}
.section_2 .des-box .more-box .more-btn:hover span {
  color: #fff;
}
.section_2 .list-box {
  margin-top: 85px;
  transform: translateY(50px);
  transition: transform 0.5s 1.2s, opacity 0.2s 1.2s;
  opacity: 0;
}
.section_2 .list-box .item-box {
  float: left;
  width: 25%;
  text-align: center;
}
.section_2 .list-box .item-box .icon-box {
  margin-bottom: 15px;
}
.section_2 .list-box .item-box .icon-box img {
  transition: all .5s;
}
.section_2 .list-box .item-box span {
  font-size: 20px;
  color: #995c40;
}
.section_2 .list-box .item-box p {
  font-size: 16px;
  color: #808080;
}
.section_2 .list-box .item-box:hover .icon-box img {
  transform: rotateY(180deg);
}
.section_2.active .public-title {
  transform: translateY(0px);
  opacity: 1;
}
.section_2.active .des-box {
  transform: translateY(0px);
  opacity: 1;
}
.section_2.active .list-box {
  transform: translateY(0px);
  opacity: 1;
}
.section_3 {
  background-image: url(../images/img_2.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.section_3 .public-title {
  margin-bottom: 90px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s,
        opacity 0.2s 0.6s;
}
.section_3 .public-title h3 {
  color: #d1a177;
}
.section_3 .all-info {
  padding-left: 80px;
  padding-right: 80px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 0.9s;
  overflow: hidden;
  box-sizing: border-box;
}
.section_3 .all-info .infos-box {
  overflow: hidden;
}
.section_3 .all-info .swiper-container {
  margin-left: -28%;
  margin-right: -28%;
}
.section_3 .all-info .item-box {
  position: relative;
  height: 500px;
}
.section_3 .all-info .item-box .img-box {
  height: 500px;
  background-size: cover;
  background-position: 50%;
}
.section_3 .all-info .item-box:before {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  writing-mode: 100%;
  background: rgba(209, 161, 119, 0.8);
}
.section_3 .all-info .item-box .txt-box {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-top: 160px;
  box-sizing: border-box;
  transition: all .3s;
}
.section_3 .all-info .item-box .txt-box span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.section_3 .all-info .item-box .txt-box p {
  font-size: 14px;
  color: #e5e5e5;
  margin-top: 22px;
}
.section_3 .all-info .item-box .txt-box .icon-box {
  margin-top: 35px;
}
.section_3 .all-info .item-box .txt-box .icon-box img {
  transform: translateX(-50px);
  transition: all .3s;
}
.section_3 .all-info .item-box .txt-box .nub-box {
  position: absolute;
  bottom: 20px;
  font-size: 140px;
  opacity: .2;
  line-height: 1;
  right: 20px;
}
.section_3 .all-info .swiper-slide-active .item-box:before {
  opacity: 1;
}
.section_3 .all-info .swiper-slide-active .item-box .txt-box {
  opacity: 1;
}
.section_3 .all-info .swiper-slide-active .item-box .txt-box .icon-box img {
  transform: translateX(0px);
}
.section_3 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.section_3 .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #aeaeae;
  opacity: 1;
  margin: 0 4px;
  outline: none;
}
.section_3 .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #d1a177;
  box-sizing: border-box;
}
.section_3.active .public-title {
  opacity: 1;
  transform: translateY(0px);
}
.section_3.active .all-info {
  opacity: 1;
  transform: translateY(0px);
}
.section_4 {
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_3.jpg);
  padding-top: 70px;
}
.section_4 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_4 .cctv-box {
  text-align: center;
  margin-top: 80px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.8s, opacity 0.2s 0.8s;
}
.section_4 .cctv-box p {
  font-size: 32px;
  color: #d1a177;
  margin-top: 50px;
}
.section_4 .icon-all {
  margin-top: 80px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.8s, opacity 0.2s 0.8s;
}
.section_4 .icon-all .row {
  margin-right: -14px;
  margin-left: -14px;
}
.section_4 .icon-all .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section_4 .icon-all .item-box {
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  line-height: 100%;
}
.section_4 .icon-all .item-box img {
  max-width: 100%;
  max-height: 100%;
}
.section_4 .swiper-pagination {
  position: static;
  margin-top: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.8s, opacity 0.2s 0.8s;
}
.section_4 .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #aeaeae;
  opacity: 1;
}
.section_4 .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #d1a177;
  box-sizing: border-box;
}
.section_4.active .public-title {
  opacity: 1;
  transform: translateY(0px);
}
.section_4.active .cctv-box {
  opacity: 1;
  transform: translateY(0px);
}
.section_4.active .icon-all {
  opacity: 1;
  transform: translateY(0px);
}
.section_4.active .swiper-pagination {
  opacity: 1;
  transform: translateY(0px);
}
.section_5 {
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_10.jpg);
  padding-top: 50px;
}
.section_5 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s,
        opacity 0.2s 0.6s;
}
.section_5 .public-title h3 {
  color: #d1a177;
}
.section_5 .public-title p {
  line-height: 1.8;
}
.section_5 .all-item {
  position: relative;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 60px;
  box-sizing: border-box;
  width: 1000px;
}
.section_5 .all-item .item-box {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  height: 400px;
  line-height: 400px;
}
.section_5 .all-item .item-box img {
  width: 100%;
  vertical-align: middle;
  max-height: 400px;
}
.section_5 .all-item .swiper-slide-active .item-box {
  padding-left: 0;
  padding-right: 0;
}
.section_5 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.section_5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
  background: #ffffff;
  opacity: 1;
}
.section_5 .swiper-pagination-bullet-active {
  border: 1px solid #d2a37a;
  background: transparent;
  box-sizing: border-box;
  opacity: 1;
}
.section_5 .swiper-button-next,
.section_5 .swiper-button-prev {
  top: 35%;
  width: 40px;
  height: 40px;
  background-color: #d1a177;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  outline: none;
}
.section_5 .swiper-button-next:after,
.section_5 .swiper-button-prev:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 28px;
  color: #fff;
}
.section_5 .swiper-button-next:after {
  margin-left: 5px;
}
.section_5.active .public-title {
  opacity: 1;
  transform: translateY(0px);
}
.section_5.active .img-box {
  opacity: 1;
  transform: translateY(0px);
}
.section_6 {
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_11.jpg);
  padding-top: 70px;
}
.section_6 .public-title {
  margin-bottom: 45px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_6 .center-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 0.9s;
}
.section_6 .row_6 {
  margin-left: -10px;
  margin-right: -10px;
}
.section_6 .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.section_6 .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.section_6 .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.section_6 .item-box {
  position: relative;
  overflow: hidden;
}
.section_6 .item-box .img-box {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: 50%;
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all 2s;
  transition: all .8s;
}
.section_6 .item-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
.section_6 .item-box:hover .img-box {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.section_6 .item-box:hover p {
  background: #d1a177;
  color: #fff;
}
.section_6 .swiper-pagination {
  position: static;
  margin-top: 25px;
}
.section_6 .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #aeaeae;
  opacity: 1;
  margin: 0 4px;
  outline: none;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #d1a177;
  box-sizing: border-box;
}
.section_6.active .public-title {
  opacity: 1;
  transform: translateY(0px);
}
.section_6.active .center-box {
  opacity: 1;
  transform: translateY(0px);
}
.section_7 {
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img12.jpg);
  padding-top: 50px;
}
.section_7 .public-title {
  margin-bottom: 60px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_7 .public-title h3 {
  color: #d1a177;
}
.section_7 .all-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.8s, opacity 0.2s 0.8s;
}
.section_7 .all-box .item-box {
  height: 546px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.section_7 .all-box .item-box .left-box {
  float: left;
  padding-top: 50px;
  box-sizing: border-box;
  padding-left: 55px;
  width: 710px;
}
.section_7 .all-box .item-box .left-box .title-box {
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.section_7 .all-box .item-box .left-box .title-box .icon-box {
  position: relative;
  left: -20px;
  margin-bottom: 20px;
}
.section_7 .all-box .item-box .left-box .title-box h3 {
  font-weight: 400;
  font-size: 24px;
  color: #d1a177;
}
.section_7 .all-box .item-box .left-box .title-box p {
  font-size: 16px;
  color: #808080;
}
.section_7 .all-box .item-box .left-box .info-box span {
  display: block;
  color: #d1a177;
  font-size: 16px;
  margin-bottom: 30px;
}
.section_7 .all-box .item-box .left-box .info-box p {
  font-size: 16px;
  color: #808080;
  line-height: 1.8;
}
.section_7 .all-box .item-box .left-box .info-box .more-box {
  text-align: left;
  margin-top: 40px;
}
.section_7 .all-box .item-box .left-box .info-box .more-box .more-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid #4d4d4d;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.section_7 .all-box .item-box .left-box .info-box .more-box .more-btn span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  letter-spacing: 2px;
}
.section_7 .all-box .item-box .left-box .info-box .more-box .more-btn:hover {
  background: #d1a177;
  color: #fff;
  border-color: #d1a177;
}
.section_7 .all-box .item-box .left-box .info-box .more-box .more-btn:hover span {
  color: #fff;
}
.section_7 .all-box .item-box .right-box {
  float: right;
  width: 430px;
  box-sizing: border-box;
}
.section_7 .all-box .item-box .right-box .img-box {
  position: relative;
  padding: 20px;
  height: 546px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  box-sizing: border-box;
}
.section_7 .all-box .item-box .right-box .img-box:before {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0px;
  background: #d1a177;
}
.section_7 .all-box .item-box .right-box img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: -20px;
}
.section_7 .swiper-pagination {
  position: static;
  margin-top: 35px;
  padding-bottom: 10px;
}
.section_7 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.section_7 .swiper-pagination .swiper-pagination-bullet-active {
  background: #d1a177;
}
.section_7 .arr-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.section_7 .arr-box .left-arr,
.section_7 .arr-box .right-arr {
  display: inline-block;
  width: 40px;
  height: 26px;
  margin: 0 100px;
  cursor: pointer;
}
.section_7 .arr-box .left-arr {
  background: url(../images/icon_11.png) center center no-repeat;
  background-size: 100% 100%;
}
.section_7 .arr-box .left-arr:hover {
  background: url(../images/icon_11_1.png) center center no-repeat;
  background-size: 100% 100%;
}
.section_7 .arr-box .right-arr {
  background: url(../images/icon_12.png) center center no-repeat;
  background-size: 100% 100%;
}
.section_7 .arr-box .right-arr:hover {
  background: url(../images/icon_12_1.png) center center no-repeat;
  background-size: 100% 100%;
}
.section_7.active .public-title {
  opacity: 1;
  transform: translateY(0);
}
.section_7.active .all-box {
  opacity: 1;
  transform: translateY(0);
}
.section_8 {
  padding-top: 40px;
}
.section_8 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_8 .list-box {
  margin-top: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 0.9s;
}
.section_8 .list-box .item-box {
  position: relative;
  float: left;
  width: 33.33%;
  height: 550px;
  background-size: cover;
  background-position: 50%;
}
.section_8 .list-box .item-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  transition: all .3s;
}
.section_8 .list-box .item-box .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 999;
}
.section_8 .list-box .item-box .txt-box .icon-box {
  margin-bottom: 12px;
}
.section_8 .list-box .item-box .txt-box span {
  color: #fff;
  font-size: 18px;
}
.section_8 .list-box .item-box .txt-box p {
  font-size: 12px;
  color: #e5e5e5;
}
.section_8 .list-box .item-box .txt-box .more-box {
  margin-top: 20px;
}
.section_8 .list-box .item-box .txt-box .more-box a {
  display: inline-block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #d1a177;
  color: #fff;
  transition: all .3s;
}
.section_8 .list-box .item-box .txt-box .more-box a span {
  display: inline-block;
  margin-left: 4px;
}
.section_8 .list-box .item-box:hover:before {
  opacity: 0;
}
.section_8 .list-box .item-box:hover .txt-box .more-box a {
  border-radius: 30px;
}
.section_8.active .public-title,
.section_8.active .list-box {
  opacity: 1;
  transform: translateY(0);
}
.section_9 {
  padding-top: 40px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_23.jpg);
}
.section_9 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_9 .public-title h3 {
  color: #d1a177;
}
.section_9 .public-title .more-box {
  margin-top: 25px;
}
.section_9 .public-title .more-box a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #4d4d4d;
  color: #e5e5e5;
  font-size: 14px;
}
.section_9 .public-title .more-box a:hover {
  background: #d1a177;
  color: #fff;
}
.section_9 .list-box {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 0.9s;
}
.section_9 .list-box .item-box {
  position: relative;
  padding-top: 10px;
  float: left;
  width: 20%;
  box-sizing: border-box;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  border-left: none;
  border-bottom: none;
}
.section_9 .list-box .item-box .icon-box {
  height: 64px;
  line-height: 64px;
  margin-bottom: 15px;
}
.section_9 .list-box .item-box .icon-box img {
  vertical-align: bottom;
}
.section_9 .list-box .item-box .title h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.section_9 .list-box .item-box .title p {
  font-size: 12px;
  color: #e5e5e5;
  margin-top: 5px;
}
.section_9 .list-box .item-box .info-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #d1a177;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 30px;
}
.section_9 .list-box .item-box .info-box .title {
  margin-bottom: 15px;
  transition: all .3s;
  transform: translateY(-20px);
}
.section_9 .list-box .item-box .info-box .title h3 {
  color: #fff;
}
.section_9 .list-box .item-box .info-box .title p {
  color: rgba(255, 255, 255, 0.5);
}
.section_9 .list-box .item-box .info-box .txt-box {
  transition: all .3s;
  transform: translateY(20px);
}
.section_9 .list-box .item-box .info-box .txt-box p {
  font-size: 14px;
  color: #e5e5e5;
  line-height: 1.8;
  text-align: left;
}
.section_9 .list-box .item-box:hover .info-box {
  opacity: 1;
}
.section_9 .list-box .item-box:hover .info-box .title {
  transform: translateY(0px);
}
.section_9 .list-box .item-box:hover .info-box .txt-box {
  transform: translateY(0px);
}
.section_9 .bottom-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  padding-left: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 1.2s;
}
.section_9 .bottom-box .title-box {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.section_9 .bottom-box .title-box h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.section_9 .bottom-box .title-box p {
  font-size: 16px;
  color: #808080;
  line-height: 2;
  padding-bottom: 10px;
  position: relative;
}
.section_9 .bottom-box .title-box p:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #808080;
  bottom: 0;
  left: 0;
}
.section_9 .bottom-box .list-bottom {
  display: inline-block;
  vertical-align: middle;
}
.section_9 .bottom-box .item-box {
  position: relative;
  display: inline-block;
  margin-left: 75px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.section_9 .bottom-box .item-box .icon-box {
  position: relative;
  width: 84px;
  height: 90px;
  line-height: 75px;
  text-align: center;
}
.section_9 .bottom-box .item-box .icon-box img {
  position: relative;
  z-index: 2;
  left: -3px;
  display: inline-block;
}
.section_9 .bottom-box .item-box .icon-box img.hover {
  display: none;
}
.section_9 .bottom-box .item-box .icon-box .bg {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 84px;
  height: 76px;
  background: url(../images/icon_29.png) center center no-repeat;
  transition: all .3s;
}
.section_9 .bottom-box .item-box p {
  font-size: 16px;
  color: #bfbfbf;
}
.section_9 .bottom-box .item-box .arr {
  position: absolute;
  right: -38px;
  top: 30px;
}
.section_9 .bottom-box .item-box:hover .icon-box {
  line-height: 65px;
}
.section_9 .bottom-box .item-box:hover .icon-box img {
  display: none;
  left: 0px;
}
.section_9 .bottom-box .item-box:hover .icon-box img.hover {
  display: inline-block;
}
.section_9 .bottom-box .item-box:hover .icon-box .bg {
  background: url(../images/icon_31.png) center center no-repeat;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.section_9 .bottom-box .item-box:hover p {
  color: #bd8b55;
}
.section_9.active .public-title,
.section_9.active .list-box,
.section_9.active .bottom-box {
  opacity: 1;
  transform: translateY(0);
}
.section_10 {
  position: relative;
}
.section_10 .public-title {
  margin-bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.6s, opacity 0.2s 0.6s;
}
.section_10 .public-title .more-box {
  margin-top: 25px;
}
.section_10 .public-title .more-box a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #c9c9c9;
  color: #101e48;
  font-size: 14px;
}
.section_10 .public-title .more-box a:hover {
  background: #101e48;
  color: #fff;
}
.section_10 .list-box {
  margin-bottom: 60px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s 0.9s, opacity 0.2s 0.9s;
}
.section_10 .list-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.section_10 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.section_10 .list-box .item-box {
  border: 1px solid #808080;
}
.section_10 .list-box .item-box .time-box {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  margin-bottom: 36px;
}
.section_10 .list-box .item-box .time-box .arr-box {
  margin-top: 17px;
  float: right;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
  transform: translateX(-20px);
  transition: all .3s;
}
.section_10 .list-box .item-box .time-box:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #808080;
  bottom: 0;
  transition: all .3s;
}
.section_10 .list-box .item-box .txt-box {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.section_10 .list-box .item-box .txt-box .info-box h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}
.section_10 .list-box .item-box .txt-box .info-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
}
.section_10 .list-box .item-box .img-box {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50%;
}
.section_10 .list-box .item-box:hover .txt-box {
  background: #d1a177;
}
.section_10 .list-box .item-box:hover .txt-box .time-box {
  color: #fff;
}
.section_10 .list-box .item-box:hover .txt-box .time-box:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.section_10 .list-box .item-box:hover .txt-box .time-box .arr-box {
  transform: translateX(0px);
}
.section_10 .list-box .item-box:hover .txt-box h3 {
  color: #fff;
  font-weight: 700;
}
.section_10 .list-box .item-box:hover .txt-box p {
  color: #e5e5e5;
}
.section_10.active .public-title,
.section_10.active .list-box {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1530px) {
  .public-header {
    height: 90px;
    line-height: 90px;
  }
  .public-header .body-box .logo-box img {
    height: 50px;
  }
  .public-title .line-box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .public-title h3 {
    font-size: 30px;
  }
  .public-title p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section_2 .des-box {
    margin-top: 30px;
  }
  .section_2 .des-box p {
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .section_2 .des-box .more-box .more-btn {
    height: 38px;
    line-height: 38px;
  }
  .section_2 .list-box {
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .section_2 .list-box .item-box .icon-box {
    margin-bottom: 5px;
  }
  .section_2 .list-box .item-box p {
    font-size: 13px;
    line-height: 2;
  }
  .section_2 .list-box .item-box span {
    font-size: 16px;
  }
  .section_2 .list-box .item-box .icon-box img {
    height: 60px;
  }
  .section_3 .public-title {
    margin-bottom: 60px;
  }
  .section_3 .all-info .item-box {
    height: 300px;
  }
  .section_3 .all-info .item-box .txt-box {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_3 .all-info .item-box .txt-box span {
    font-size: 20px;
  }
  .section_3 .all-info .item-box .txt-box .nub-box {
    font-size: 100px;
    right: 10px;
  }
  .section_4 .cctv-box {
    margin-top: 40px;
  }
  .section_4 .cctv-box img {
    height: 45px;
  }
  .section_4 .cctv-box p {
    margin-top: 30px;
    font-size: 24px;
  }
  .section_4 .icon-all {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_4 .swiper-pagination {
    margin-top: 2px;
  }
  .section_4 .icon-all .col-md-2 {
    margin-bottom: 20px;
  }
  .section_4 .icon-all .item-box {
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  .section_5 .all-item {
    width: 800px;
  }
  .section_5 .all-item .item-box {
    height: 300px;
    line-height: 300px;
  }
  .section_5 .all-item .item-box img {
    max-height: 300px;
    width: 100%;
  }
  .section_6 .public-title {
    margin-bottom: 50px;
  }
  .section_6 .item-box .img-box {
    height: 160px;
  }
  .section_7 .public-title {
    margin-bottom: 30px;
  }
  .section_7 .all-box {
    width: 1100px;
  }
  .section_7 .all-box .item-box {
    height: 310px;
  }
  .section_7 .all-box .item-box .left-box {
    padding-top: 30px;
  }
  .section_7 .all-box .item-box .left-box .title-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .section_7 .all-box .item-box .left-box .title-box h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .section_7 .all-box .item-box .left-box .title-box p {
    font-size: 13px;
  }
  .section_7 .all-box .item-box .left-box .title-box .icon-box {
    margin-bottom: 10px;
  }
  .section_7 .all-box .item-box .left-box .title-box .icon-box img {
    height: 22px;
  }
  .section_7 .all-box .item-box .left-box .info-box span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section_7 .all-box .item-box .left-box .info-box p {
    font-size: 13px;
  }
  .section_7 .all-box .item-box .right-box {
    width: 260px;
  }
  .section_7 .all-box .item-box .right-box .img-box {
    height: 310px;
  }
  .section_7 .all-box .item-box .left-box .info-box .more-box {
    margin-top: 20px;
  }
  .section_7 .all-box .item-box .left-box .info-box .more-box .more-btn {
    height: 36px;
    line-height: 36px;
  }
  .section_8 .list-box {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_8 .list-box .item-box {
    height: 340px;
  }
  .section_9 .public-title .more-box {
    margin-top: 15px;
  }
  .section_9 .public-title .more-box a {
    height: 30px;
    line-height: 30px;
  }
  .section_9 .list-box {
    margin-top: 20px;
  }
  .section_9 .list-box .item-box {
    height: 100px;
    padding-top: 10px;
  }
  .section_9 .list-box .item-box .icon-box {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .section_9 .list-box .item-box .icon-box img {
    max-height: 28px;
  }
  .section_9 .list-box .item-box .info-box .txt-box p {
    line-height: 1.6;
    font-size: 12px;
  }
  .section_9 .list-box .item-box .title h3 {
    font-size: 14px;
  }
  .section_9 .list-box .item-box .title p {
    font-size: 10px;
  }
  .section_9 .list-box .item-box .info-box {
    padding-top: 10px;
    overflow: hidden;
  }
  .section_9 .list-box .item-box .info-box .title {
    margin-bottom: 5px;
  }
  .section_9 .bottom-box {
    margin-top: 20px;
  }
  .section_9 .bottom-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section_10 .public-title {
    margin-bottom: 20px;
  }
  .section_10 .list-box .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_10 .centent-box {
    padding-top: 30px;
    width: 1000px;
  }
  .section_10 .public-title .more-box {
    margin-top: 10px;
  }
  .section_10 .public-title .more-box a {
    height: 30px;
    line-height: 30px;
  }
  .section_10 .list-box .item-box .time-box {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .section_10 .list-box .item-box .txt-box .info-box h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section_10 .list-box .item-box .txt-box {
    padding-bottom: 15px;
  }
  .section_10 .list-box .item-box .txt-box .info-box p {
    font-size: 13px;
    line-height: 1.6;
    height: 40px;
  }
  .section_10 .list-box .item-box .img-box {
    height: 110px;
  }
  .public-footer .links-box {
    line-height: 38px;
    font-size: 12px;
  }
  .public-footer .links-box span {
    font-size: 13px;
  }
  .public-footer .links-box a {
    font-size: 13px;
  }
  .public-footer .body-box {
    position: relative;
  }
  .public-footer .body-box .left-box h3 {
    font-size: 16px;
  }
  .public-footer .body-box .left-box p {
    font-size: 12px;
  }
  .public-footer .body-box .right-box {
    position: absolute;
    right: 0;
    top: -25px;
  }
  .public-footer .body-box .right-box img {
    width: 45px;
  }
  .public-footer .body-box .right-box p {
    font-size: 10px;
  }
  .public-footer .copy-box {
    margin-top: 5px;
  }
  .public-footer .copy-box p {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
  }
}
/*# sourceMappingURL=index.css.map */