﻿/*public css*/
@font-face {
  font-family: PEPSI;
  src: url("PEPSI_pl.ttf");
}
* {
  margin: 0px;
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
input,
textarea {
  outline: medium;
}
textarea {
  outline: medium;
}
body {
  font-family: "Roboto", sans-serif !important;
}
.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Roboto-Condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Source-Sans-Pro {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul li {
  list-style: none;
}
.slh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear_float {
  height: 0px;
  clear: both;
  display: block;
}
.container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
input[type="text"] {
  font-family: "Roboto";
}
/*end*/
.example_video_5291-dimensions {
  width: 790px;
  height: 445px;
}
.cul_tit .leftcn {
  margin-left: 73px;
}
#mian_body {
  overflow: hidden;
}

.header {
  height: 100px;
  background: #fff;
  width: 100%;
}
.header .logo {
  float: left;
  margin-top: 18px;
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav {
  float: left;
  height: 82px;
  line-height: 82px;
  position: relative;
  margin-left: 4%;
  margin-top: 18px;
  font-family: "Roboto Condensed", sans-serif !important;
}
.nav a {
  color: #000;
}
.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
  font-weight: initial;
}
.nav .nLi h3 a {
  display: block;
  margin: 0 8px;
  font-size: 18px;
  line-height: 82px;
  position: relative;
  color: #333e48;
}
.nav .nLi h3 .xz {
  color: #004ea2;
}
.nav .nLi:last-child h3 a {
  margin-right: 0;
}
.nav .sub {
  display: none; /*width:100%;*/
  left: 0;
  top: 80px;
  position: absolute; /*background:#4E4E4E;*/
  line-height: 26px;
  text-align: center;
  z-index: 9;
  min-width: 100%;
}
.nav .sub li {
  zoom: 1;
}
.nav .sub a {
  display: block;
  padding: 10px;
  color: #53565a;
  font-size: 14px;
  background: #fff;
  margin-bottom: 1px;
}
.nav .sub li:hover a {
  background: rgba(0, 75, 145, 0.7);
  color: #fff;
}
.header .a {
  display: block;
  float: right;
  margin-left: 8px;
  margin-top: 42px;
}
.nav .nLi span {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #004b91;
  display: none;
}

#mian_body .header .container {
  width: 1460px;
  margin: 0 auto;
  position: relative;
}
.ind_padding {
  overflow: auto;
}
/*.nav .nLi:hover span {display:block;}*/
.nav .nLi:hover a {
  color: #004ea2;
}
.nav .xz a {
  color: #004ea2;
}
.nav .shu {
  height: 13px;
  width: 1px;
  background: #b9b9bb;
  float: left;
  margin-top: 35px;
}
/*.nav .xz span{display:block;
}*/
.fixednav {
  position: fixed;
  top: -118px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  opacity: 0.9;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 0 5px #888;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.fixed-nav-appear {
  top: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@keyframes mymove {
  from {
    top: 20px;
  }
  to {
    top: 0px;
  }
}
.ind_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.ind_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind_banner .swiper-slide img {
  width: 100%;
}
.ind_banner .swiper-pagination-bullet {
  float: left;
  width: 6px;
  height: 6px;
  cursor: pointer;

  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  background: none;
}
.ind_banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-top: 2px;
}
.ind_banner .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-top: 0px !important;
  background: #fff;
}

.ind_banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  width: 72px;
  opacity: 1;
  margin-left: -36px;
}
.ind_about {
  background: #fff;
  padding: 42px 0 55px 0;
  text-align: center;
}
.ind_tit {
  text-align: center;
  color: #332e21;
  font-size: 30px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: Roboto;
  margin-top: 50px;
}
.ind_tit span {
  text-transform: uppercase;
  font-family: Roboto;
  color: #53565a;
  font-size: 12px;
}

.ind_tit .title {
  width: 80%;
  float: right;
}
.ind_about .img {
}
.ind_about .text {
  color: #010000;
  font-size: 14px;
  line-height: 24px;
  width: 1024px;
  margin: 0 auto;
}

.ind_more {
  width: 102px;
  height: 26px;
  text-align: center;
  border: 1px solid #b9b9bb;
  border-radius: 20px;
  line-height: 26px;
  color: #63666a;
  font-family: Roboto;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}

.ind_more img {
  margin-left: 4px;
  vertical-align: text-bottom;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ind_about .ind_more .img2 {
  position: absolute;
}
.ind_more:hover .img1 {
  display: none;
}
.ind_more:hover .img2 {
  position: initial;
}
.ind_about .ind_more {
  margin-top: 32px;
  position: relative;
}
.ind_about .heng {
  padding-bottom: 40px;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 8px;
}
.ind_about .ind_more:hover {
  border: 1px solid #336eaf;
  color: #fff;
  background: #336eaf;
}
.ind_wuliu {
  width: 100%;
  /*height: 600px;*/
  background: url(/img/ind_jpg_08.jpg) no-repeat center;
  background-size: 100% 100%;
}

.ind_wuliu .fl {
  margin: auto;
  float: left;
}
.ind_wuliu .fl .ind_tit {
  color: #fff;
  padding: 45px 0 35px 0;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind_wuliu .fl .ind_tit span {
  color: #fff;
}
.ind_wuliu .fl .list .kk {
  width: 120px;
  float: left;
  margin-bottom: 50px;
  margin-right: 95px;
}
.ind_wuliu .fl .list .kk .img {
  width: 120px;
  height: 120px;
  background: url(/img/ind_png_277.png);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-size: 100%;
}

.ind_wuliu .fl .list .kk .img img {
  display: block;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding-left: 3px;
  padding-top: 3px;
}

.ind_wuliu .fl .list .kk .tit {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  padding: 10px 0 5px 0;
  /* word-break:break-all;
            white-space: pre-wrap; */

  overflow: hidden;
}

.ind_wuliu .fl .list .kk .img .img2 {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: none;
}
.ind_wuliu .fl .list .kk .img .img1 {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ind_wuliu .fl .list .kk:hover .img .img2 {
  display: block;
}

.ind_wuliu .fl .list .kk:hover .img .img1 {
  display: none;
}
.ind_wuliu .fl .list .kk:hover .img {
  background: url(/img/ind_png_18.png);
  background-size: 100%;
}
.ind_wuliu .fl .list .kk:nth-child(3n) {
  margin-right: 0;
}
.ind_wuliu .fl:nth-child(2n) {
  float: right;
  width: 50%;
  margin-left: 3%;
}

.ind_padding .fl:last-child .list {
  padding-left: 50px;
}
.onecenter:last-child {
  padding-left: 27px;
}
.ind_wuliu .ind_more {
  border: 1px solid #fff;
  color: #fff;
}
.ind_more:hover img {
  margin-left: 12px;
}
.ind_wuliu .ind_more:hover {
  background: #336eaf;
  color: #fff;
  border: 1px solid #336eaf;
}

.slideTxtBox {
  width: 100%;
  text-align: left;
  padding-top: 25px;
}
.slideTxtBox .hd {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 300px;
  height: 34px;
}
.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  height: 44px;
  width: 100%;
}
.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  height: 34px;
  width: 150px;
  text-align: center;
}
.slideTxtBox .hd ul li a {
  color: #515151;
  line-height: 34px;
  display: block;
}
.slideTxtBox .hd ul li.on a {
  color: #fff;
}
.slideTxtBox .hd ul li span {
  display: block;
  height: 8px;
  width: 1px;
  background: #666666;
  float: right;
  margin-top: 14px;
}

.slideTxtBox .bd > ul {
  padding-top: 15px;
  zoom: 1;
}

.slideTxtBox .bd > ul > li a:hover {
  background-position: left bottom;
}

.slideTxtBox .cont {
  position: relative;
}

.ind_news .swiper-container {
  width: 100%;
  height: 100%;
}
.ind_news .swiper-slide {
  background: #ededed;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 430px;
  justify-content: inherit;
  align-items: inherit;
}
.ind_news .swiper-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.ind_news .container {
  width: 1066px;
}
.ind_news .swiper-slide .con {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.ind_news .swiper-slide .con .time {
  color: #a5a5a5;
  font-size: 12px;
  line-height: 24px;
}

.ind_news .swiper-slide .con .tit {
  color: #63666a;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.ind_news .swiper-slide .con p {
  margin-top: 10px;
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}
.ind_news .kk {
  width: 100%;
}
.ind_news .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -m-transform: scale(1);
  transform: scale(1);
}
.ind_news .swiper-slide .img {
  overflow: hidden;
}
.ind_news .kk:hover .time {
  color: #004b91;
}
.ind_news .kk :hover .tit {
  color: #004b91;
}
.ind_news .kk:hover .img img {
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -m-transform: scale(1.12);
  transform: scale(1.12);
}
.ind_news .swiper-pagination {
  display: none;
}

.ind_news .swiper-button-prev,
.ind_news .swiper-button-prev1 {
  width: 47px;
  height: 47px;
  background: #ededed;
  background: url(/img/ind_png_50.png) no-repeat center #ededed;
  left: -10%;
}

.ind_news .swiper-button-next,
.ind_news .swiper-button-next {
  width: 47px;
  height: 47px;
  background: #ededed;
  background: url(/img/ind_png_53.png) no-repeat center #ededed;
  right: -10%;
}

.ind_news {
  padding: 52px 0 78px 0;
  background: #fff;
}
.footer .link {
  background: #ededed;
  padding-bottom: 45px;
  padding-top: 30px;
}
.footer .link ul {
  float: left;
}
.footer .link ul li {
  color: #000000;
  font-size: 18px;
  line-height: 52px;
  float: left;
  margin-right: 20px;
}
.footer .link ul li a {
  color: #000000;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.footer .ewm {
  float: right;
}
.footer_ewm {
  float: right;
  margin-top: 18px;
}
.footer .link .container {
  width: 1410px;
}
.footer .bottom {
  text-align: center;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 30px;
  padding: 20px 0;
  background: #336eaf;
}

.son_banner img {
  display: block;
  width: 100%;
}

.son_menu {
  border-bottom: 1px solid #d9d9d7;
  padding: 30px 0 25px 0;
}
.son_menu ul {
  display: flex;
  justify-content: center;
  min-height: 30px;
}
.son_menu ul li {
  float: left;
  padding: 0 33px;
  position: relative;
}
.son_menu ul li a {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 28px 0 18px 0;
}
.son_menu ul li:hover a {
  color: #336eaf;
}
.son_menu ul .xz a {
  color: #336eaf;
}
.son_menu ul li span {
  display: none;
  width: 26px;
  height: 15px;
  background: url(/img/son_menu.png);
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -13px;
}
.son_menu ul li:hover span {
  display: block;
}
.son_menu ul .xz span {
  display: block;
}
.thr_menu ul {
  display: flex;
  justify-content: center;
}
.thr_menu ul li {
  float: left;
}
.thr_menu ul li a {
  display: block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 40px;
}
.thr_menu ul li:hover a {
  color: #336eaf;
}
.thr_menu ul li .xz {
  color: #336eaf;
}
.thr_menu {
  margin: 36px auto 30px auto;
}
.f8 {
  background: #f8f8f8;
}

.xiangmu {
  margin: 40px auto 60px auto;
  padding: 50px 0 60px 0;
}
.xiangmu .list {
  width: 1110px;
  margin: 0 auto;
  margin-top: 35px;
}
.xiangmu .list .kk {
  float: left;
  width: 272px;
  margin-right: 7px;
  background: #fff;
  height: 526px;
  margin-top: 10px;
}
.xiangmu .list .kk:nth-child(4n) {
  margin-right: 0;
}
.xiangmu .list .kk .img img {
  width: 100%;
  display: block;
}
.xiangmu .list .kk .tit {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
}
.xiangmu .list .kk .heng {
  width: 15px;
  height: 3px;
  background: #004b91;
  margin: 0 auto;
  margin-bottom: 15px;
}
.xiangmu .list .kk .con {
  width: 90%;
  margin: 20px auto 0 auto;
}
.xiangmu .list .kk .p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}
.xiangmu .gk {
}
.xiangmu .gk img {
  width: 50%;
  float: left;
}
.xiangmu .gk .con {
  width: 45%;
  float: right;
}
.xiangmu .gk .con .h {
  height: 5px;
  width: 23px;
  background: #004b91;
  margin-bottom: 28px;
  margin-top: 10px;
}
.xiangmu .gk .con p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}

.guangdu .text {
  text-align: center;
  padding: 50px 0;
}
.guangdu .text img {
  max-width: 100%;
}
.guangdu {
  margin-bottom: 62px;
}
.width1024 {
  width: 1024px;
  margin: 0 auto;
}
.cangchu .con .jj p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}
.cangchu .con .jj {
  padding: 20px 0 40px 0;
}
.cangchu .con .dq_k {
  margin-bottom: 33px;
}
.cangchu .con .dq_k .img {
  float: left;
  width: 47%;
}
.cangchu .con .dq_k .img img {
  display: block;
  float: left;
}
.cangchu .con .dq_k .text {
  float: right;
  width: 50%;
  margin-top: 20px;
}
.cangchu .con .dq_k .text .t {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.cangchu .con .dq_k .t strong {
  color: #000;
}
.cangchu .con .dq_k .t p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.cangchu {
  padding: 10px 0 33px 0;
  margin-bottom: 66px;
}
/*.cangchu  .con .dq_k .t::before {margin-right: 5px; content: "•";color:#004b91;}*/

.cangchu .con .dq_k .t .r {
  width: 97%;
  float: right;
}
.guanwu .img {
  width: 50%;
  float: left;
}
.guanwu .img img {
  display: block;
  width: 100%;
}
.guanwu .r {
  width: 47%;
  float: left;
  margin-left: 3%; /*display:flex;flex-direction:column;justify-content:center;letter-spacing:2px;*/
}
.guanwu .r .text {
  margin-top: 10px;
}
.guanwu .tit {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.guanwu .heng {
  width: 18px;
  height: 4px;
  background: #004b91;
}
.guanwu .ry {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-top: 18px;
}
.guanwu .ry p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.guanwu {
  margin-bottom: 40px;
}
.guanwu .r p {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
/*.guanwu .r .text p::before {margin-right: 5px; content: "■";color:#004b91;width:4px;height:4px;}*/
.guanwu .r .text li::before {
  margin-right: 5px;
  content: "■";
  color: #004b91;
  width: 4px;
  height: 4px;
}
.guanwu .r .text li,
.guanwu .r .text li ul {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.cangchu .con .dq_k .text .t li::before {
  margin-right: 5px;
  content: "■";
  color: #004b91;
  width: 4px;
  height: 4px;
}
.cangchu .con .dq_k .text .t li,
.cangchu .con .dq_k .text .t li ul {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.guanwu .con .jj {
  padding-bottom: 0;
}
.guanwu .nr {
  margin-top: 30px; /*display: flex; align-items: center;*/
}
.guanwu .nr .kk {
  float: left;
  width: 48.5%;
}
.guanwu .nr .kk .img1 {
  width: 100%;
  overflow: hidden;
}
.guanwu .nr .bot_nr .tit1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}

.guanwu .nr .bot_nr {
  text-align: center;
}
.guanwu .nr .bot_nr .heng {
  width: 18px;
  height: 4px;
  background: #004b91;
  margin: 0 auto;
  margin-bottom: 23px;
  margin-top: 15px;
}
.guanwu .nr .bot_nr p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.luyun {
  width: 88.4%;
}

.guanwu .nr .kk {
  margin-right: 3%;
}
.guanwu .nr .kk:nth-child(2n) {
  margin-right: 0;
}

.luyun .nr {
  display: block;
}
.tieyun .k {
  width: 49.5%;
  margin-right: 1%;
  position: relative;
  float: left;
  cursor: pointer;
}
.tieyun {
  width: 88%;
  margin-top: 25px;
  padding-bottom: 20px;
}
.tieyun .k > img {
  display: block;
  width: 100%;
}
.tieyun .k:nth-child(2n) {
  margin-right: 0;
}
.tieyun .k .cover {
  width: 168px;
  height: 168px;
  position: absolute;
  top: 0;
  left: 0;
  background: #004b91;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tieyun .k .cover .qq {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  margin: 0 auto;
  text-align: center;
}
.tieyun .k .cover .qq img {
  vertical-align: middle;
}
.tieyun .k .cover .bt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 12px;
}

.tieyun .k:hover .cover {
  width: 100%;
  height: 100%;
}
.tieyun .k:hover .cover .qq {
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.tieyun .k:hover .h {
  display: block;
}
.tieyun .k:hover .cover p {
  display: block;
}
.tieyun .k .cover .h {
  display: none;
  width: 22px;
  height: 4px;
  background: #fff;
  margin: 10px auto 20px auto;
}

.tieyun .k .cover p {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  display: none;
}

.shendu .tit {
  text-align: center;
  font-size: 30px;
  color: #2e2e2e;
  line-height: 22px;
  margin-bottom: 44px;
}
.shendu .tit span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hwgc_jj p {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.hwgc_jj {
  padding-top: 40px;
}

.hwgc_kk .tit {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hwgc_kk {
  padding-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 46px;
}
.onecenter {
  width: 25% !important;
  margin: auto !important;
}

.hwgc_kk .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.hwgc_kk .swiper-button-prev {
  background: url(/img/epc_06.png) no-repeat center;
  width: 74px;
  height: 74px;
  margin-top: -37px;
  left: 5%;
}

.hwgc_kk .swiper-button-next {
  background: url(/img/epc_09.png) no-repeat center;
  width: 74px;
  height: 74px;
  margin-top: -37px;
  right: 5%;
}
.hwgc_kk .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.hwgc_kk .cover .con {
  width: 90%;
  margin: 0 auto;
}

/*.hwgc_kk .swiper-button-prev:hover {
    background: url(/img/joinD_066.png) no-repeat center;
}

.hwgc_kk .swiper-button-next:hover {
    background: url(/img/joinD_09.png) no-repeat center;
}*/
.hwgc_kk .swiper-container {
  width: 72.5%;
  margin: 0 auto;
}

/*.hwgc_kk .swiper-wrapper {
    overflow:hidden;}*/

.xiangmu_list {
  position: relative;
}

.hwgc_jj .tit {
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hwgc_kk .cover .con .xm_name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.hwgc_kk .cover .con .xm_name .shu {
  width: 8px;
  height: 18px;
  background: #fff;
  margin-right: 12px;
  float: left;
  margin-top: 8px;
}
.hwgc_kk .cover .con p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.hwgc_kk .swiper-slide img {
  width: 100%;
  display: block;
}

.dzhy .nr {
  align-items: end;
}

.dzhy .r {
  margin-top: 2%;
}
.dzhy .r p {
  line-height: 30px;
}

.guanwu .r .jianj {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.gjzh {
  margin-bottom: 75px;
}
.kjds p {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 55px;
}

.kjds_jj {
  margin-bottom: 28px;
}
.kjds_jj .hwgc_jj {
  padding-bottom: 30px;
}
.kjds_jj .hwgc_jj p {
  line-height: 24px;
  width: 76%;
  margin: 0 auto;
  color: #53565a;
}

.f5 {
  background: #f5f7f7;
}

.contact {
  margin-top: 30px;
  padding: 30px 0 42px 0;
  margin-bottom: 30px;
  position: relative;
}
.contact .map {
  width: 63.8% !important;
  float: left;
}

.contact .kk1 {
  width: 92%;
  margin: 18px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .lx {
  float: right;
  margin-right: 20px;
  width: 30%;
}
.contact .lx .c_name {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.contact .lx .heng {
  width: 18px;
  height: 4px;
  background: #004b91;
  margin: 18px 0 50px 0;
}
.contact .lx p {
  line-height: 22px;
  color: #53565a;
  font-size: 14px;
  padding: 10px 0;
}
.contact .lx p img {
  vertical-align: middle;
  margin-right: 18px;
}

.contact_fz {
  width: 1050px;
  margin: 0 auto;
}
.contact_fz .kk {
  margin-right: 4.8%;
  display: block;
  float: left;
  background: #fff;
  width: 47.6%;
  border-radius: 5px 0 0 5px;
  height: 170px;
  margin-bottom: 26px;
}
.contact_fz .kk .dq {
  width: 85px;
  float: left;
  height: 100%;
  background: #336eaf;
  border-radius: 5px 0 0 5px;
  position: relative;
}

.contact_fz .kk .dq .dxzm {
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  opacity: 0.1;
  font-family: PEPSI;
  margin-left: 4px;
}

.contact_fz .kk .dq .s {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  margin-left: 4px;
  text-transform: uppercase;
  margin-top: 9px;
  font-size: 16px;
  font-family: Roboto;
}
.contact_fz .kk .con {
  width: 80%;
  margin-left: 15px;
  margin-top: 20px;
  float: left;
}
.contact_fz .kk .con p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}

.contact_fz .kk .con .more {
  width: 22px;
  height: 22px;
  background: url(/img/about_con_27.png);
  position: absolute;
  right: 23px;
  bottom: 25px;
}
.contact_fz .kk:hover .more {
  background: url(/img/about_con_24.png);
}
/*.contact_fz .kk .con {margin-top:12px;}*/
.contact_fz .kk .k {
  position: relative;
  display: block;
  display: flex;
  height: 100%;
}
.fenzhi_list .kk:nth-child(2n) {
  margin-right: 0;
}
.fenzhi_list {
  margin-top: 15px;
}

.fenzhi_list .cover {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  overflow: auto;
  display: none;
}
.fenzhi_list .cover .tit {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 120px auto 0 auto;
  width: 30%;
  position: relative;
}

.fenzhi_list .cover .en_tit {
  color: #7c7c7c;
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.fenzhi_list .cover .heng {
  width: 28px;
  height: 4px;
  background: #fff;
  margin: 10px auto 30px auto;
}
.fenzhi_list .cover .tt {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.fenzhi_list .cover .tt .bt {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.fenzhi_list .cover .tt .p {
  font-size: 14px;
  line-height: 24px;
}

.fenzhi_list .cover .clo {
  width: 32px;
  height: 32px;
  background: url(/img/clo.png);
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
}

.about .con {
  width: 1024px;
  margin: 0 auto;
  margin-top: 22px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.about .con p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}
.about .con img {
  max-width: 100%;
}

.about {
  margin-top: 26px;
  padding-top: 30px;
}

.dcba_top .swiper-button-prev,
.dcba_top .swiper-container-rtl .swiper-button-next {
  width: 45px;
  height: 45px;
  background: url(/img/buttom_dc.png);
}
.dcba_top .swiper-button-next {
  background-position: 45px 45px !important;
  right: -90px;
}
.dcba_top .swiper-button-prev {
  background-position: 45px 0px;
  left: -90px;
}
.dcba_top .swiper-button-next:hover {
  background: url(/img/buttom_dc.png);
  background-position: 0px 45px !important;
}
.dcba_top .swiper-button-prev:hover {
  background: url(/img/buttom_dc.png);
  background-position: 0 0px;
}
.dcba_top .swiper-button-next,
.dcba_top .swiper-button-next .swiper-container-rtl .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: url(/img/buttom_dc.png);
}
/*#region 历程 */
.licheng {
  /*height:1000px;*/
  margin: 20px auto;
  background: url(/img/about_06en.jpg) no-repeat center;
  position: relative;
  margin-top: 0px;
  padding-top: 80px;
  margin-bottom: 48px;
  padding-bottom: 80px;
}
.licheng .ind_tit {
  color: #fff;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
}
.licheng .ind_tit span {
  color: #fff;
}
.licheng .kk {
  right: 0;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(135, 192, 255, 0.9);
}
.lichengHead {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
}

.lichengHeadLeft {
  width: 36%;
  float: left;
  height: 140px;
  background: #edf6fb;
  padding: 30px 40px;
}

.lichengHeadLeft p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 30px;
  max-height: 140px;
}

.lichengHeadMid {
  width: 7%;
  margin: 60px 3%;
  height: 80px;
  border-radius: 1000px;
  background: #3965b8;
  float: left;
}

.lichengHeadMid p {
  padding-top: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
}

.lichengHeadRight {
  width: 36%;
  float: right;
  height: 140px;
  background: #edf6fb;
  padding: 30px 40px;
}

.lichengHeadRight p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 30px;
  max-height: 140px;
}

.n_history_box {
  width: 50%;
  /*position: absolute;
    right: 5px;
    height: 745px;*/
  float: right;
  margin-right: 5px;
}

.n_history_list {
  position: relative;
  width: 100%;
  /*height: 845px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 70px;
  margin-left: 5px;
  padding-bottom: 30px;
}
.n_history_list .shu {
  height: 100%;
  background: #fff;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.n_history_list .shu .top {
  height: 10px;
  width: 10px;
  background: url(/img/licheng_03.png);
  position: absolute;
  left: -5px;
  top: 0;
}
.n_history_list .shu .bot {
  height: 10px;
  width: 10px;
  background: url(/img/licheng_03.png);
  position: absolute;
  left: -5px;
  bottom: 0;
}
.n_history_list dl {
  clear: both;
  /*padding-bottom: 20px;*/
  padding-top: 35px;
  height: auto;
}

.n_history_list dt {
  width: 90px;
  height: 90px;
  float: left;
  border: 2px solid #55a2da;
  border-radius: 45px;
  text-align: center;
  line-height: 90px;
  color: #53a1da;
  font-size: 22px;
  background: #fff;
  margin-top: 10px;
  font-weight: bold;
}

.n_history_list dd {
  width: 80%;
  min-height: 94px;
  float: left;
  margin-left: 44px;
}

.n_history_list dd .history_title {
  height: auto;
  cursor: pointer;
}

.n_history_list dd .history_con {
  display: none;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  padding-top: 30px;
}

.n_history_list dd .history_title p {
  line-height: 24px;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.n_history_list dd .history_title strong {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.n_history_list dd .dd {
  display: block;
  position: absolute;
  left: -52px;
  width: 18px;
  height: 18px;
  background: url(/img/licheng_07.png);
  top: 0;
}

/*#endregion */

.cul_logo {
  background: url(/img/culture_03.jpg) no-repeat;
  background-size: cover;
  padding: 55px 0 75px 0;
  margin-top: 55px;
  margin-bottom: 26px;
}
.cul_logo .kk {
  width: 1024px;
  margin: 0 auto;
}
.cul_tit {
}
.cul_tit .shu {
  float: left;
  width: 4px;
  height: 22px;
  background: #336eaf;
  margin-right: 8px;
  margin-top: 4px;
}
.cul_tit .cn {
  font-weight: bold;
  font-size: 26px;
  color: #000;
  font-family: Roboto;
  text-transform: uppercase;
}
.cul_tit .en {
  color: #b2b2b3;
  font-size: 30px;
  line-height: 30px;
  font-family: Roboto;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 2px;
}
.eh_logo {
  text-align: center;
  margin: 0 auto 30px auto;
  display: block;
}
.cul_logo .text p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}

.cul_sm {
  background: #f7f7f7;
}
.cul_sm .con {
  width: 50%;
  float: left;
}
.cul_sm .con .kk {
  width: 80%;
  margin: 0 auto;
}
.cul_sm .con .kk .k {
  float: left;
}
.cul_sm .con .kk .k .top {
  width: 99px;
  height: 99px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0 auto;
  flex-direction: column;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.cul_sm .con .kk .k .top .p {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.cul_sm .con .kk .k:hover .top {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.cul_sm .con .kk .cul_list1 .k {
  display: flex;
  align-items: center;
}
.cul_sm .con .kk p {
  text-align: center;
  color: #53565a;
  font-size: 14px;
  margin: 10px auto 0 auto;
  width: 80%;
}
.cul_sm .img {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.cul_sm .img:hover img {
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -m-transform: scale(1.12);
  transform: scale(1.12);
}
.cul_sm .img span {
  display: block;
  width: 16px;
  height: 28px;
  background: url(/img/cul_jt_03.png);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.cul_sm .cul_tit {
  margin-top: 52px;
}

.cul_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.cul_list1 {
  display: block;
  justify-content: initial;
  margin-top: 20px;
}
.cul_sm .con .kk .k {
  float: initial;
  width: 100%;
  margin-bottom: 15px;
}
.cul_sm .con .kk .cul_list1 .k .top .p {
  display: none;
}
.cul_sm .con .kk .cul_list1 .k .top {
  float: left;
}
.cul_sm .con .kk .cul_list1 p {
  float: left;
  width: 62%;
  margin-left: 10%;
  text-align: left;
  margin-top: 0;
}
.cul_sm .con .kk .cul_list1 p strong {
  margin-bottom: 5px;
  font-size: 20px;
  display: block;
}
.cul_hx .img span {
  background: url(/img/cul_jt_07.png);
  left: initial;
  right: 0;
}
.cul_sm .img img {
  display: block;
  width: 100%;
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -m-transform: scale(1);
  transform: scale(1);
}

.cul_jzg {
  background: url(/img/culture_11.jpg);
  background-size: cover;
  padding: 28px 0 67px 0;
  margin-top: 27px;
  margin-bottom: 65px;
}

.cul_jzg .kk {
  width: 80%;
  margin: 0 auto;
}
.values_list .k {
  width: 24.0625%;
  margin-right: 0.8%;
  background: #fff;
  float: left;
  border-radius: 5px;
  height: 300px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.values_list .k .top {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  border: 1px solid #000;
  margin: 0 auto;
  line-height: 78px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.values_list .k .tit {
  margin: 20px 0 10px 0;
  color: #336eaf;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.values_list .k p {
  color: #53565a;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.values_list .k:hover .tit {
  margin: 25px 0 15px 0;
}
.values_list .k:hover .top {
  margin-top: 25px;
}
.values_list {
  margin-top: 50px;
}

.values_list .k:hover .top {
  border: 1px solid #336eaf;
  background: #336eaf;
}
.values_list .k .top .img2 {
  display: none;
}
.values_list .k:hover .img1 {
  display: none;
}
.values_list .k:hover .img2 {
  display: block;
}

.dcba_top .swiper-slide {
  width: 484px;
  position: relative;
}

.dcba_top {
  margin: 56px auto;
  width: 1130px;
}
.dcba_top .swiper-slide img {
  display: block;
  width: 100%;
}
.dcba_top .swiper-slide .cover_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/play.png) no-repeat center rgba(0, 0, 0, 0.5);
}

.dcba_top .swiper-pagination {
  display: none;
}

.huodong_list .kk {
  overflow: hidden;
  width: 33%;
  position: relative;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 6px;
}
.huodong_list .kk:nth-child(3n) {
  margin-right: 0;
}
.huodong_list .kk img {
  display: block;
  width: 100%;
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -m-transform: scale(1);
  transform: scale(1);
}
.huodong_list .kk:hover img {
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -m-transform: scale(1.12);
  transform: scale(1.12);
}
.huodong_list .bt {
  background: #336eaf;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.huodong_list .bt .en {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 2px;
}
.huodong_list .bt .cn {
  font-size: 24px;
}
.huodong_list .bt .heng {
  background: #fff;
  width: 21px;
  height: 6px;
  margin-top: 20px;
}

.huodong_list {
  display: flex;
  flex-flow: row wrap;
}
.huodong_list .left {
  margin-left: 15%;
}
.huodong_list .kk .tit {
  width: 96%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: 25px 2%;
  line-height: 28px;
  font-size: 16px;
}

.page {
  padding: 38px 0 78px 0;
  text-align: center;
}

.qyzr .video {
  width: 50%;
  float: left;
}
.qyzr .video img {
  width: 100%;
  display: block;
}
.qyzr_list {
  width: 50%;
  float: left;
}
.qyzr_list .kk {
  padding: 16px 6%;
  background: #f1f1f1;
  line-height: 26px;
}

.qyzr_list .kk:nth-child(2n) {
  background: #ffffff;
}
.qyzr_list .kk .tit {
  color: #53565a;
  font-size: 14px;
}
.qyzr_list .kk .tit:before {
  content: "■";
  color: #336eaf;
}
.qyzr {
  padding: 54px 0 84px 0;
}
.qyzr .page {
  padding-top: 35px;
}

.joinus {
  padding: 48px 0 74px 0;
  background: #f8f8f8;
  margin: 46px auto 64px auto;
}

.joinus .kk {
}
.joinus .kk .img {
  overflow: hidden;
  float: left;
  width: 50%;
}
.joinus .kk .img img {
  display: block;
  width: 100%;
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -m-transform: scale(1);
  transform: scale(1);
}
.joinus .kk .con {
  width: 44%;
  float: right;
  margin: 2% 3%;
}
.joinus .kk .con .heng {
  width: 23px;
  height: 5px;
  background: #336eaf;
  margin-bottom: 15px;
}
.joinus .kk .con .text p {
  color: #333333;
  line-height: 24px;
  font-size: 14px;
}

.joinus .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.joinus .kk:hover .img img {
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -m-transform: scale(1.12);
  transform: scale(1.12);
}
.joinus_list .first .con {
  margin-top: 2% !important;
}
.joinus .k {
  width: 1020px;
  margin: 0 auto;
}
.joinus_list {
  margin-top: 48px;
}
.joinus .kk .bt {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.joinus .kk:nth-child(2n) .img {
  float: right;
}
.joinus_list .kk:nth-child(2n) .con {
  float: left;
  text-align: right;
}
.joinus .kk {
  background: #fff;
}
.joinus_list .kk .con {
  width: 38%;
  margin: 0 6%;
  margin-top: 5%;
}
.joinus_list .kk:nth-child(2n) .heng {
  float: right;
}
.news_top .img {
  width: 457px;
  overflow: hidden;
  float: left;
}
.news_top .img img {
  width: 100%;
  display: block;
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -m-transform: scale(1);
  transform: scale(1);
}
.news_top .con {
  float: left;
  width: 57%;
  margin-left: 3.3%;
}
.news_top .con .tit {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.news_top .con .time {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
}
.news_top .con .heng {
  width: 22px;
  height: 5px;
  background: #336eaf;
  margin-bottom: 35px;
  margin-top: 22px;
}

.news_top .con p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.news_top .con .more {
  width: 92px;
  line-height: 28px;
  border: 1px solid #000000;
  text-align: center;
  color: #53565a;
  font-size: 14px;
  font-family: Roboto;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
}

.news_top {
  display: block;
  margin: 66px auto 58px auto;
}
.news_top:hover .more {
  background: #004b91;
  border-color: #004b91;
  color: #fff;
}
.news_top:hover .img img {
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -m-transform: scale(1.12);
  transform: scale(1.12);
}

.news_list .kk {
  display: block;
  background: #f3f3f3;
  padding: 18px 25px;
  margin-bottom: 9px;
}
.news_list .kk .img {
  max-width: 316px;
  max-height: 200px;
  overflow: hidden;
  float: left;
}
.news_list .kk .img img {
  display: block;
  width: 100%;
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -m-transform: scale(1);
  transform: scale(1);
}
.news_list .kk .con {
  width: 68%;
  float: left;
  margin-left: 3.8%;
}
.news_list .kk .con .time {
  color: #898b8e;
  font-size: 14px;
  margin-top: 30px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_list .kk .con .tit {
  line-height: 45px;
  border-bottom: 1px solid #bcbcbc;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.news_list .kk .con p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_list .kk:hover {
  box-shadow: #c3c3c3 0px 0px 10px;
}
.news_list .kk:hover .tit {
  color: #004ea2;
}
.news_list .kk:hover .time {
  color: #000;
}
.news_list .kk:hover .img img {
  transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -m-transform: scale(1.12);
  transform: scale(1.12);
}
.news_list .kk:hover .con .time {
  margin-top: 25px;
}
.news_list .kk:hover .con p {
  margin-top: 30px;
}
.fixedbanner {
  margin-top: 100px;
}

.newsD {
  background: #f8f8f8;
  margin-top: 45px;
  padding: 50px 0 30px 0;
  margin-bottom: 30px;
}

.newsD .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  text-align: center;
}
.newsD .time {
  color: #97999b;
  font-size: 12px;
  text-align: center;
  margin: 20px auto 30px auto;
}
.newsD .kk {
  width: 1024px;
  margin: 0 auto;
}

.newsD .text p {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}
.newsD .text {
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
}
.newsD img {
  max-width: 100%;
}
.news_fy {
  width: 320px;
  margin: 0 auto;
  margin-top: 35px;
}
.news_fy .fy {
  font-size: 14px;
  color: #53565a;
  float: left;
  width: 112px;
  margin: 0 21px;
  border: 1px solid #c2c2c3;
  border-radius: 3px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.next_p {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.next_p .kk {
  width: 50%;
}
.next_p .kk {
  display: block;
  color: #53565a;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
.next_p .kk img {
  vertical-align: sub;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 4px;
}
.tzz {
  background: #f3f3f3;
  padding: 45px 0 0 0;
  margin: 45px auto 57px auto;
}
.tzz .kk {
  width: 1110px;
  margin: 0 auto;
}
.tzz .kk .years {
  /*margin:70px 0 50px 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(/img/gonggao_bj.jpg) center no-repeat;
  font-size: 100%;
  height: 20px;
  position: relative;
}

.tzz .kk .years .dd {
  margin: 0 100px;
  width: 9px;
  height: 9px;
  background: url(/img/gonggao_08.png) center;
  position: relative;
}
.tzz .kk .years .dd span {
  display: block;
  position: absolute;
  top: -30px;
  left: -20px;
  color: #898b8e;
  width: 50px;
  text-align: center;
  font-family: Roboto;
}

.tzz .kk .years .xz {
  width: 19px;
  height: 19px;
  background: url(/img/gonggao_05.png) center;
}

.tzz .kk .years .xz span {
  left: -15px;
  font-weight: bold;
  color: #336eaf;
}

.tzz_list {
  width: 100%;
  background: #fff;
  margin-top: 50px;
}
.tzz_list .kk1 {
  border-bottom: 1px solid #f3f3f3;
  color: #53565a;
  padding: 22px 0;
  display: block;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tzz_list .kk1 .date {
  float: left;
  border-right: 1px solid #d9d9d7;
  text-align: center;
  width: 12%;
}
.tzz_list .kk1 .date .dd {
  font-size: 36px;
  line-height: 40px;
}
.tzz_list .kk1 .date .mm {
  font-size: 14px;
}
.tzz_list .kk1 .tit {
  line-height: 50px;
  font-size: 14px;
  line-height: 59px;
  width: 82%;
  float: left;
}
.tzz_list .kk1 .con {
  float: left;
  width: 80%;
  margin-left: 3%;
}
.tzz_list .kk1 .con .img {
  float: right;
  background: url(/img/gonggao_16.png);
  height: 11px;
  width: 40px;
  margin-top: 22px;
}
.tzz_list .kk1:hover .img {
  background: url(/img/gonggao_13.png);
}
.tzz_list .kk1:hover {
  box-shadow: 0 0 10px #e0e0e0;
  color: #336eaf;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #bcbcbc;
}
.search {
  width: 1300px;
  height: 120px;
  background: #f3f3f3;
  margin: 17px auto;
}

.search .input {
  width: 1230px;
  height: 58px;
  background: #fff;
  float: left;
  margin-top: 32px;
  margin-left: 32px;
}

.search input {
  width: 80%;
  height: 100%;
  margin-left: 40px;
}

.search .btn {
  width: 23px;
  height: 23px;
  background: url(/img/search.png) no-repeat;
  float: right;
  margin-top: 17px;
  margin-right: 33px;
  cursor: pointer;
}

.search .line {
  width: 1px;
  height: 33px;
  background-color: #bcbcbc;
  float: right;
  margin-top: 13px;
  margin-right: 20px;
}

.topsearch {
  width: 140px;
  height: 32px;
  float: right;
  margin-top: 42px;
  border: 1px solid #bcbcbc;
  border-radius: 20px;
}

.topsearch .btn {
  width: 13px;
  height: 13px;
  background: url(/img/search_top.png) no-repeat;
  float: right;
  margin-top: 9px;
  margin-right: 15px;
  cursor: pointer;
}

.topsearch input {
  width: 55%;
  height: 100%;
  margin-left: 20px;
}

.topsearch .line {
  width: 1px;
  height: 16px;
  background-color: #bcbcbc;
  float: right;
  margin-top: 7px;
  margin-right: 13px;
}

.searchresult {
  width: 1300px;
  font-size: 16px;
  margin: 23px auto;
}

.job_title {
  width: 100%;
  height: 80px;
}

.job_title .ind_tit {
  text-align: center;
  color: #332e21;
  font-size: 30px;
  line-height: 21px;
  letter-spacing: 3px;
  float: left;
  width: 82%;
}

.job_search {
  width: 180px;
  height: 35px;
  background-color: #e6e6e6;
  float: left;
  margin-top: 10px;
}

.job_search .btn {
  width: 13px;
  height: 13px;
  background: url(/img/search_top.png) no-repeat;
  float: right;
  margin-top: 11px;
  margin-right: 16px;
  cursor: pointer;
}

.job_search .line {
  width: 1px;
  height: 23px;
  background-color: #bcbcbc;
  float: right;
  margin-top: 6px;
  margin-right: 13px;
}

.job_search input {
  width: 60%;
  height: 100%;
  margin-left: 20px;
  background-color: #e6e6e6;
}
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 5%;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin: 0 7px;
  width: 45px;
  height: 4px;
  opacity: 1;
  margin: 0 9px;
  background: #fff;
}
.slideBox .hd ul li.on {
  background: #004ea2;
}
.slideBox .bd {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.slideBox .bd li img {
  display: block;
  width: 100%;
}
.slideBox .prev {
  display: block;
  float: right;
  overflow: hidden;
  cursor: pointer;
  background: url(../img/left.png) left top no-repeat;
  position: absolute;
  width: 63px;
  height: 63px;
  z-index: 3333;
  left: 2%;
  top: 50%;
  margin-top: -14px;
}
.slideBox .next {
  display: block;
  float: right;
  overflow: hidden;
  cursor: pointer;
  background: url(../img/right.png) left top no-repeat;
  position: absolute;
  width: 63px;
  height: 63px;
  right: 0px;
  top: 0px;
  z-index: 3333;
  right: 2%;
  top: 50%;
  margin-top: -14px;
}
.slideBox .tempWrap {
  width: 100%;
  height: 100% !important;
}

.fenzhi_list .slideTxtBox .hd {
  height: 40px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  position: relative;
  width: 380px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.fenzhi_list .slideTxtBox .hd ul {
  float: none;
}
.fenzhi_list .slideTxtBox .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #53565a;
  color: #53565a;
  height: 36px;
  line-height: 36px;
  margin: 0 26px;
  width: 100px;
}
.fenzhi_list .slideTxtBox .hd ul li.on {
  background: #004b91;
  border: 1px solid #004b91;
  color: #fff;
}
.fenzhi_list .slideTxtBox .bd ul {
  padding: 0;
  zoom: 1;
}

/*自适应开始*/
.banner_m {
  display: none;
}
header .menu_m {
  position: relative;
  width: 50px;
  cursor: pointer;
  height: 30px;
  z-index: 10;
  display: none;
  float: left;
}
header .menu_m i {
  float: right;
  border-top: 3px solid #000;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
header .menu_m i:nth-child(1) {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header .menu_m i:nth-child(2) {
  width: 60%;
  position: absolute;
  left: 0;
  top: 14px;
}
header .menu_m i:nth-child(3) {
  width: 85%;
  position: absolute;
  left: 0;
  top: 28px;
}
header .menu_m:hover i {
  width: 80%;
}
.nav_main {
  position: fixed;
  left: -465px;
  top: 0;
  bottom: 0;
  width: 465px;
  background: #f4f4f4;
  z-index: 5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(0, 1, 1, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0, 1, 1, 1) 0s;
}
.nav_main.show {
  left: 0;
}
.nav_main .inner {
  padding: 0 23px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.nav_main .d {
  text-align: center;
  width: 300px;
}
.nav_main .d h3 {
  font-size: 22px; /*font-family:'幼圆';*/
  color: #333;
  text-align: center !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav_main .d h3 i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 10px 4px;
  background: #333;
  line-height: 0;
}
.nav_main .d a {
  display: block;
  width: 100%;
}
.nav_main .d ul li {
  float: left;
  padding: 10px 5px 0 5px;
}
.nav_main .d ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  color: #333;
}
.nav_main .d ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
header .act {
  color: #333;
}
header .act .menu_m i {
  border-color: #333;
}
header .act i:nth-child(1) {
  transform: translate(0, 14px) rotate(45deg);
  width: 80%;
}
header .act i:nth-child(2) {
  opacity: 0;
}
header .act i:nth-child(3) {
  transform: translate(0, -14px) rotate(-45deg);
  width: 80%;
}
.open {
  overflow-x: hidden;
  overflow-y: hidden;
}

.contact_fz .ind_tit {
  line-height: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  #mian_body .header .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .footer .link .container {
    width: 100%;
  }
  .dcba_top {
    margin: 56px auto;
  }
  .qyzr_list .kk {
    padding: 16px;
    line-height: 30px;
  }
  .qyzr .video {
    overflow: hidden;
  }
  .news_top {
    margin: 66px auto 58px auto;
  }
  .search {
    width: 100%;
    margin: 17px auto;
  }
  .search .input {
    width: 94%;
  }
  .searchresult {
    width: 92%;
  }
  .search .input {
    width: 92%;
  }
  .search input {
    font-size: 22px;
  }

  .footer .link ul {
    display: none;
  }
  .footer_ewm {
    width: 320px;
    float: none;
    margin: 18px auto 0 auto;
  }
  .ind_more {
    margin-left: 44%;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_m {
    display: block;
    margin-top: 30px;
    margin-left: 10px;
  }
  .nav {
    display: none;
  }
  .header {
    height: auto;
    position: relative;
    padding-bottom: 10px;
  }
  .header .logo {
    float: none;
    margin-left: 10%;
    width: 230px;
    display: block;
    margin-top: 10px;
  }
  .header .a {
    position: absolute;
    top: 0;
    margin-top: 22px;
    right: 25px;
  }
  .header #btnSearch {
    right: 80px;
  }
  .topsearch {
    margin: 20px auto;
    width: 60%;
    float: none;
  }
  .ind_wuliu .fl {
    float: none;
    margin: 0 auto;
    width: 60%;
  }
  .fl .list {
    padding-left: 13%;
  }
  .ind_wuliu {
    background: url(/img/ind_jpg_08m.jpg) no-repeat center;
    height: auto;
    min-height: 1150px;
    background-size: cover;
  }
  .ind_wuliu .fl:nth-child(2n) {
    float: none;
  }
  .ind_news .container {
    width: 80%;
  }
  .cul_sm .cul_tit {
    margin-top: 12px;
  }
  .contact .map {
    width: 50% !important;
  }
  .news_top .con {
    width: 49%;
  }
  .news_list .kk .con {
    width: 60%;
  }
  .header .a img {
    width: 46px;
    height: 46px;
  }

  .ind_padding .fl:last-child .list {
    padding-left: 33px;
  }
  .ind_wuliu .fl:nth-child(2n) {
    float: none;
    width: 50%;
    margin-left: 3%;
    margin: auto;
  }
  .fl .onecenter {
    padding-left: 11%;
  }
  .ind_padding .fl:last-child .onecenter {
    padding-left: 50px;
  }
  @media screen and (max-width: 1100px) {
    .licheng .kk {
      width: 100%;
    }
    .n_history_box {
      width: 89%;
    }
    .licheng .kk {
      background: rgba(135, 192, 255, 0.8);
    }
    .cul_sm .img {
      height: 300px;
      width: 40%;
    }
    .cul_sm .img img {
      height: 100%;
      width: auto;
    }
    .cul_sm .con {
      width: 60%;
    }
    .contact_fz {
      width: 98%;
    }
    .job_title .ind_tit,
    .ind_tit .title {
      float: none;
      margin: 0 auto;
    }
    .job_search {
      float: none;
      margin: 18px auto;
      width: 500px;
    }
    .fenzhi_list {
      margin-top: 82px;
    }
    .xiangmu .gk {
      width: 100%;
    }
    .xiangmu .gk img {
      float: none;
      width: 507px;
      margin: 0 auto;
      display: block;
    }
    .xiangmu .list .con {
      float: none;
      width: 507px;
      margin: 0 auto;
    }
    .xiangmu .list {
      width: 558px;
    }
    .xiangmu .list .kk {
      margin-bottom: 20px;
    }
    .tzz .kk {
      width: 98%;
    }
    .contact_fz .kk .con p {
      font-size: 20px;
      line-height: 28px;
    }

    .contact_fz .kk {
      width: 94%;
      float: none;
      margin: 0 auto 26px auto;
      height: 208px;
    }
    .fenzhi_list .cover .tit {
      font-size: 36px;
    }
    .fenzhi_list .cover .tt .bt {
      font-size: 30px;
      line-height: 56px;
    }
    .fenzhi_list .cover .tt .p {
      font-size: 24px;
      line-height: 32px;
    }
    .newsD .tit {
      font-size: 28px;
      line-height: 40px;
    }
    .newsD .time {
      font-size: 16px;
    }
    .newsD .text {
      font-size: 24px;
      line-height: 36px;
    }
    .cangchu .con .jj p {
      font-size: 22px;
      line-height: 32px;
    }

    .guanwu .r p {
      font-size: 22px;
    }
    .cangchu .con .jj {
      width: 90%;
      margin: 0 auto;
    }

    .fenzhi_list .kk:nth-child(2n) {
      margin: 0 auto 26px auto;
    }
    .news_list .kk {
      width: 42%;
      padding: 18px 3.5%;
      margin-left: 1%;
      float: left;
    }

    .ind_wuliu .fl {
      float: none;
      margin: auto;
      margin-left: 15%;
      width: 58%;
    }

    .ind_padding .fl:last-child .list {
      padding-left: 98px;
    }
    .ind_wuliu .fl:nth-child(2n) {
      float: none;
      margin: auto;
      margin-left: 15%;
      width: 58%;
    }
    .fl .onecenter {
      padding-left: 6%;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 2%;
    }
    .ind_more {
      margin: auto;
      margin-left: 38%;
    }
  }
  @media screen and (max-width: 1024px) {
    .container {
      width: auto;
    }
    .ind_about .text {
      width: 90%;
    }
    .about .con {
      width: 92%;
    }
    .cul_logo .kk {
      width: 86%;
    }
    .cul_jzg .kk {
      width: 97%;
    }

    .fl .list {
      padding-left: 13%;
    }
    .news_list .kk {
      width: 42%;
      height: 440px;
      padding: 18px 3.5%;
      margin-left: 1%;
      float: left;
    }
    .values_list .k {
      width: 32%;
    }
    .newsD .kk {
      width: 96%;
    }
    .next_p {
      width: 96%;
    }
    .width1024 {
      width: 98%;
    }
    .cangchu .con .dq_k .img img {
      max-width: 100%;
    }
    .joinus .k {
      width: 100%;
    }
    .joinus .kk .img {
      float: none;
      margin: 0 auto;
      width: 80%;
    }
    .joinus .kk .con {
      margin: 0 auto;
      padding: 20px 0;
      width: 80%;
      float: none;
    }
    .joinus .kk:nth-child(2n) .img {
      float: none;
    }
    .joinus_list .kk:nth-child(2n) .con {
      margin: 0 auto;
      padding: 20px 0;
      float: none;
      text-align: left;
    }
    .joinus_list .kk:nth-child(2n) .heng {
      float: none;
    }
    .joinus_list {
      padding-top: 50px;
      background: #fff;
      margin-top: 16px;
    }

    .ind_wuliu .fl {
      float: none;
      margin: auto;
      margin-left: 15%;
      width: 70%;
    }
    .ind_wuliu .fl:nth-child(2n) {
      float: none;
      margin: auto;
      margin-left: 15%;
      width: 70%;
    }
    .fl .list {
      padding-left: 13%;
    }
    .ind_padding .fl:last-child .list {
      padding-left: 94px;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 13%;
    }
    .onecenter {
      width: 26% !important;
      margin: auto !important;
    }
    .ind_more {
      margin: 0 auto;
      margin-left: 44%;
    }
  }
  @media screen and (max-width: 960px) {
    .fl .list {
      padding-left: 10%;
    }
    .banner_m {
      display: block;
    }
    .banner_pc {
      display: none;
    }
    .qyzr .video,
    .qyzr_list {
      width: 650px;
      float: none;
      margin: 0 auto;
    }

    .contact .map {
      float: left;
      width: 100% !important;
    }
    .contact .lx {
      float: none;
      width: auto;
    }
    .contact .kk1 {
      flex-direction: column;
      align-items: left;
    }
    .contact .lx {
      margin-top: 30px;
    }
    .news_list .kk:nth-child(2n) {
      margin-right: 0;
    }
    .news {
      margin-top: 30px;
    }
    .news_list .kk:hover {
      box-shadow: none;
    }
    .news_list .kk:hover .tit {
      color: #000;
    }
    .news_list .kk:hover .time {
      color: #898b8e;
    }
    .news_list .kk:hover .img img {
      transition: all 1.2s linear;
      -moz-transition: all 1.2s linear;
      -o-transition: all 1.2s linear;
      -webkit-transition: all 1.2s linear;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -m-transform: scale(1);
      transform: scale(1);
    }
    .news_list .kk:hover .con .time {
      margin-top: 30px;
    }
    .news_list .kk:hover .con p {
      margin-top: 20px;
    }
    .contact .lx .c_name {
      font-size: 28px;
    }
    .contact .lx p {
      font-size: 24px;
      padding: 10px 0;
    }

    .job_search {
      height: 50px;
    }
    .job_search .line {
      height: 38px;
    }
    .job_search .btn {
      height: 25px;
      width: 25px;
      background-size: cover;
    }
    .job_search input {
      font-size: 22px;
      width: 80%;
    }
    .thr_menu ul li a {
      font-size: 22px;
      padding: 0 12px;
    }
    .topsearch input {
      font-size: 22px;
      width: 80%;
    }
    .topsearch {
      height: 50px;
      border-radius: 25px;
    }
    .topsearch .line {
      height: 35px;
    }
    .topsearch .btn {
      height: 25px;
      width: 25px;
      background-size: cover;
    }
    .footer .bottom {
      font-size: 16px;
    }
    .ind_wuliu .fl .ind_tit {
      overflow: auto;
      text-overflow: clip;
      white-space: pre-line;
    }
    .ind_wuliu .fl:nth-child(2n) {
      float: none;
      width: 63%;
      margin-left: 3%;
      margin: auto;
    }
    .fl .list {
      padding-left: 9%;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 7%;
    }
    .ind_wuliu .fl:nth-child(2n) {
      float: none;
      width: 77%;
      margin-left: 3%;
      margin: auto;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 11%;
    }
    .ind_tit {
      font-size: 34px !important;
      margin-top: 20px !important;
    }
  }
  @media screen and (max-width: 900px) {
    .guanwu .nr .bot_nr .tit1 {
      font-size: 26px;
    }
    .ind_tit span {
      text-transform: uppercase;
      font-family: Roboto;
      color: #53565a;
      font-size: 16px;
      margin: 16px 0;
      display: block;
    }
    .ind_tit {
      font-size: 34px !important;
      margin-bottom: 20px;
      line-height: 30px;
    }
    .news_top {
      display: none;
    }
    .news_list .kk .con {
      width: 309px;
    }
    .guanwu .img,
    .guanwu .r {
      width: 80%;
      float: none;
      margin: 0 auto;
    }
    .guanwu .nr .kk {
      float: none;
      width: 560px;
      margin: 0 auto;
      margin-bottom: 30px;
    }
    .guanwu .nr .kk:nth-child(2n) {
      margin: 0 auto;
    }
    .hwgc_kk .swiper-button-next,
    .hwgc_kk .swiper-button-prev {
      width: 50px;
      height: 50px;
      border-radius: 25px;
    }
    .fl .list {
      padding-left: 8%;
    }
    .ind_wuliu .fl .ind_tit {
      overflow: auto;
      text-overflow: clip;
      white-space: pre-line;
    }
    .thr_menu ul li {
      float: left;
      margin-right: 0;
      width: 39%;
      margin-left: 6%;
    }
    .thr_menu ul {
      display: inline-block;
      justify-content: center;
    }
    .container {
      width: auto;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 800px) {
    .ind_news .swiper-container {
      width: 80%;
    }
    .ind_news .swiper-slide {
      height: 490px;
    }
    .cul_sm .con .kk {
      width: 95%;
    }
    .huodong_list .kk {
      width: 49.5%;
      margin-right: 1%;
    }
    .huodong_list .kk:nth-child(3n) {
      margin-right: 1%;
    }
    .huodong_list .kk:nth-child(2n) {
      margin-right: 0;
    }
    .next_p .kk {
      /*float:none;width:100%;*/
      margin-bottom: 10px;
      width: 45%;
    }
    .cangchu .con .dq_k .img {
      float: none;
      width: 484px;
      margin: 0 auto;
    }
    .cangchu .con .dq_k .text {
      float: none;
      width: 484px;
      margin: 20px auto 0 auto;
    }
    .joinus .top {
      flex-direction: column;
      padding-top: 40px;
      margin-top: 15px;
    }

    .shengdu_menu ul {
      justify-content: space-around;
    }
    .shengdu_menu ul li a {
      padding: 0;
    }

    .fl .list {
      padding-left: 4%;
    }
    .ind_wuliu .fl {
      float: none;
      margin: 0 auto;
      width: 78%;
    }
    .ind_news .swiper-slide .con p {
      margin-top: 0;
      color: #53565a;
      font-size: 14px;
      line-height: 0;
    }
    .ind_wuliu .fl .ind_tit {
      overflow: auto;
      text-overflow: clip;
      white-space: pre-line;
    }
    .ind_wuliu .fl:nth-child(2n) {
      float: none;
      width: 75.5%;
      margin-left: 3%;
      margin: auto;
    }
    .fl .list {
      padding-left: 7%;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 8.1%;
    }
    .footer .bottom {
      font-size: 14px;
    }
    .ind_more {
      margin: 0 auto;
      margin-left: 44%;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 9.2%;
    }
    .ind_wuliu .fl:nth-child(2n) {
      float: none;
      width: 92%;
      margin-left: 3%;
      margin: auto;
    }
    .ind_wuliu .fl {
      float: none;
      margin: 0 auto;
      width: 80%;
    }
    .thr_menu ul li {
      float: left;
      margin-right: 0;
      width: 46%;
      margin-left: 4%;
    }
    .thr_menu ul {
      display: inline-block;
      justify-content: center;
    }
    .container {
      width: auto;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 852px) {
    .ind_wuliu .fl {
      float: none;
      margin: auto;
      margin-left: 13.1%;
      width: 74%;
    }
    .ind_padding .fl:last-child .list {
      padding-left: 62px;
    }
    .onecenter {
      width: 24% !important;
      margin: auto !important;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 9%;
    }
    .ind_tit {
      font-size: 34px !important;
      margin-left: 3%;
    }
    .ind_more {
      margin: 0 auto;
      margin-left: 45%;
    }
  }
  @media screen and (max-width: 750px) {
    .cul_sm .img {
      float: none;
      width: 100%;
      height: auto;
      display: none;
    }
    .cul_sm .img img {
      width: 100%;
      height: auto;
    }
    .cul_sm .con {
      width: 100%;
      float: none;
    }
    .cul_sm .con .kk {
      width: 70%;
      margin: 0 auto;
    }
    .cul_sm {
      padding: 20px 0;
      margin-top: 10px;
    }
    .cul_jzg {
      margin-top: 20px;
    }
    .dcba_top .swiper-slide {
      width: 650px;
      right: 0;
    }
    .tieyun .k {
      width: 80%;
      float: none;
      margin: 0 auto 10px auto;
    }

    .tieyun .k:nth-child(2n) {
      margin: 0 auto 10px auto;
    }

    .tieyun .k .cover {
      width: 100%;
      height: 100%;
      background: rgba(0, 75, 145, 0.5);
    }

    .tieyun .k .cover .qq {
      width: 62px;
      height: 62px;
      line-height: 62px;
    }
    .tieyun .k .cover .h {
      display: block;
    }
    .tieyun .k .cover p {
      display: block;
    }
    .tieyun .k:hover .cover {
      width: 100%;
      height: 100%;
    }
    .tieyun .k:hover .cover .qq {
      width: 62px;
      height: 62px;
      line-height: 62px;
    }
    .tieyun .k:hover .h {
      display: block;
    }
    .tieyun .k:hover p {
      display: block;
    }
    .ind_wuliu .fl {
      float: none;
      margin: 0 auto;
      width: 100%;
    }
    .ind_news .swiper-slide .con p {
      margin-top: 0;
      color: #53565a;
      font-size: 14px;
      line-height: 20px;
    }
    .ind_wuliu .fl .ind_tit {
      overflow: auto;
      text-overflow: clip;
      white-space: pre-line;
    }

    .fl .list {
      padding-left: 13.3%;
    }
    .ind_padding .fl:last-child .list {
      padding-left: 70px;
    }
    .ind_padding .fl:last-child .onecenter {
      padding-left: 12.2%;
    }
    .onecenter {
      width: 29% !important;
      margin: auto !important;
    }
    .ind_more {
      margin: 0 auto;
      margin-left: 44%;
    }
    .cul_jzg .kk {
      width: 86%;
    }
    .cul_tit .leftcn {
      margin-left: 0;
    }
    .cul_sm .con .kk {
      width: 86%;
    }
    .cul_sm .con .kk p {
      text-align: center;
      color: #53565a;
      font-size: 14px;
      /* margin: 0; */
      width: 44%;
    }
    /* .cul_sm .con .kk .k .top {
        margin: 0;
    } */
    .cul_tit .shu {
      margin-top: 8px;
    }
  }
}
