body {
  overflow-x: hidden;
}

.container {
  width: 1560px;
  margin: 0 auto;
}

/* 引导页 */

.guide-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.guide-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}

.guide-line {
  display: block;
  width: 50px;
  height: 6px;
  background: #ffffff;
  margin-top: 40px;
}

.guide-wzym {
  font-size: 18px;
  color: #ffffff;
  margin-top: 45px;
}

.guide-wzym span {
  font-size: 20px;
}

.guide-img {
  margin-top: 80px;
}

.guide-tips {
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}

/* 头部 */

.header {
  width: 100%;
  height: 90px;
  background: #ffffff;
  z-index: 9999;
  position: relative;
}

.fixed {
  position: absolute;
  top: 0;
  left: 0;
}

.header-content {
  width: 1620px;
  margin: 0 auto;
}

.logo {
  display: block;
  width: 18%;
  height: 90px;
  line-height: 90px;
  float: left;
}

.logo img {
  vertical-align: middle;
  max-width: 100%;
}

.header-nav {
  width: 63%;
  float: left;
}

.nav-ul {
  margin-right: 33px;
}

.nav-ul .nav-li {
  float: left;
  line-height: 90px;
  position: relative;
}

.nav-ul .nav-a {
  display: block;
  padding: 0 33px;
  font-size: 16px;
  color: #3b3b3b;
}

.nav-ul .nav-li.active .nav-a,
.nav-ul .nav-li:hover .nav-a {
  color: #1070bc;
}

/* 子栏目 */

.nav-childer {
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 88px;
  left: 0;
  border-top: 2px solid #1070bc;
  display: none;
}

.nav-childer li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.nav-childer li:hover {
  background: #1070bc;
}

.nav-childer a {
  font-size: 14px;
  color: #3b3b3b;
}

.nav-childer li:hover a {
  color: #ffffff;
}

.header-right {
  width: 19%;
  height: 90px;
  /* background: #1070BC; */
  float: left;
  position: relative;
}

.header-right::after {
  content: "";
  width: 900px;
  height: 100%;
  /* background: #1070BC; */
  position: absolute;
  top: 0;
  left: 0;
}

.search-a {
  display: block;
  width: 93px;
  height: 90px;
  background: url(../images/search.png) center no-repeat;
  position: relative;
  float: left;
  z-index: 2;
}

.search-a::after {
  content: "";
  width: 1px;
  height: 22px;
  background: #2e2e2e;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
}

.header-wx {
  float: left;
  line-height: 90px;
  font-size: 14px;
  margin-left: 48px;
  position: relative;
  z-index: 2;
}

.header-wx img {
  vertical-align: middle;
  margin-left: 16px;
}

/*手机端导航*/

.mobile {
  display: none;
  background: #ffffff;
  /* position: absolute;
	top: 0;
	left: 0; */
  z-index: 99;
  width: 100%;
}

.mobile-top {
  height: 90px;
  position: relative;
}

.mobile-top .logo img {
  vertical-align: middle;
}

.mobile-menu,
.mobile-search {
  margin-top: 37px;
  margin-right: 25px;
}

.mobile-menu img,
.mobile-search img {
  width: 22px;
}

.moblie-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9999;
  padding: 20px 0;
  padding-top: 91px;
  font-size: 16px;
  display: none;
  position: relative;
  overflow: auto !important;
}

.moblie-nav .m-main-nav li {
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.moblie-nav .m-main-nav li a {
  display: block;
}

.moblie-nav .m-main-nav li a .open {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 20px;
}

.moblie-nav .m-main-nav li .m-sub-nav {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 15px 0;
  font-size: 14px;
  display: none;
}

.moblie-nav .m-main-nav li .m-sub-nav li {
  line-height: 30px;
}

.moblie-nav .m-main-nav li a.on {
  color: #1070bc;
}

.moblie-nav .m-main-nav li .m-sub-nav li a:hover {
  color: #1070bc;
}

.moblie-nav .m-close {
  position: absolute;
  right: 10px;
  top: 41px;
  width: 40px;
  height: 40px;
}

.moblie-nav .m-close img {
  display: block;
  margin: 9px auto;
}

.mobile-search-box {
  width: 100%;
  height: 45px;
  position: absolute !important;
  left: 0;
  top: 0;
  position: relative;
  padding: 10px 0;
  display: none;
}

.mobile-search-box .icon-s-close {
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/close.png) center no-repeat;
  height: 45px;
  width: 65px;
  background-size: 22px;
  border-right: 1px #ddd solid;
}

.mobile-search-box input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  padding: 0 80px 0 75px;
}

.mobile-search-box .icon-s-search {
  position: absolute;
  right: 15px;
  top: 10px;
  height: 45px;
  width: 80px;
  background: #1070bc;
  color: #fff;
  text-align: center;
  line-height: 45px;
}

.erweima {
  font-size: 12px;
  color: #7d8ca4;
  text-align: center;
  margin-top: 10px;
}

.header-ewm {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 90px;
  right: 0;
  display: none;
}

.header-ewm img {
  width: 100%;
  height: 100%;
}

/* 搜索 */

.header .search {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  display: none;
}

.header .item {
  transition: right 300ms;
  -moz-transition: right 300ms;
  -ms-transition: right 300ms;
  -o-transition: right 300ms;
  -webkit-transition: right 300ms;
}

.header .search .inp {
  float: left;
  border: none;
  vertical-align: top;
  width: calc(100% - 108px);
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 30px;
  border-left: 1px solid #e4e4e4;
  font-size: 16px;
  outline: none;
}

.search-close {
  float: left;
  width: 66px;
  text-align: center;
  height: 90px;
  line-height: 90px;
}

.search-close i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/search-close.png) no-repeat;
  margin: 0;
  vertical-align: middle;
}

.search-btn {
  float: right;
  margin-top: 35px;
  background-color: #fff;
  border: none;
  outline: none;
}

.search-btn .ion {
  width: 22px;
  height: 22px;
  margin: 0;
  background: url(../images/search.png) right no-repeat;
  display: inline-block;
}

@media only screen and (max-width: 1700px) {
  .header-content {
    width: 1560px;
  }
}

@media only screen and (max-width: 1600px) {
  .header-content {
    width: 1380px;
  }

  .nav-ul .nav-a {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1400px) {
  .header-content {
    width: 1170px;
  }

  .nav-ul {
    margin-right: 20px;
  }

  .nav-ul .nav-a {
    padding: 0 15px;
  }

  .search-a {
    width: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-content {
    width: 970px;
  }

  .nav-ul {
    margin-right: 10px;
  }

  .nav-ul .nav-a {
    padding: 0 10px;
  }

  .header-wx {
    margin-left: 20px;
  }

  .search-a {
    width: 65px;
  }
}

@media only screen and (max-width: 996px) {
  .header {
    display: none;
  }

  .logo {
    width: 284px;
  }

  .mobile {
    display: block;
  }

  .container {
    width: 750px;
  }

  .header-right {
    width: 240px;
  }
}

@media only screen and (max-width: 768px) {

  body,
  html {
    font-size: 62.5%;
  }

  .container {
    width: auto;
    padding: 0 10px;
  }

  .mobile-top {
    height: 60px;
  }

  .logo {
    width: 182px;
    height: 60px;
    line-height: 60px;
  }

  .mobile-top .logo img {
    max-height: 80%;
  }

  .mobile-menu,
  .mobile-search {
    margin-top: 20px;
  }
}

/* 大图轮播 */

.bgbanner {
  width: 100%;
  height: 847px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.bgbanner img {
  width: 100%;
  height: 100%;
}

.bgbanner .slick-dots li {
  position: relative;
  display: inline-block;
  _display: inline;
  *display: inline;
  *zoom: 1;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 0px 6px;
  padding: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);
}

/* 党建专栏 */

.djzl {
  margin-top: 30px;
}

.box_head {
  margin-bottom: 42px;
}

.box_head .title {
  font-size: 50px;
  line-height: 53px;
  font-weight: bold;
  color: #383838;
}

.box_head .yw {
  font-size: 18px;
  color: #1070bc;
  margin-top: 10px;
  font-size: 14px;
}

.box_head .line {
  display: block;
  width: 40px;
  height: 3px;
  background: #1070bc;
  margin-top: 20px;
}

.box_head .line_fr {
  float: right;
  width: 312px;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
}

.djzl_left {
  width: 52.69%;
}

.djzl_left ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.djzl_left ul li:first-child {
  margin-bottom: 60px;
}

.djzl_left .dj_date {
  font-size: 26px;
  color: #828282;
  line-height: 50px;
}

.djzl h2 {
  font-size: 17px;
  color: #545353;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.djzl p {
  font-size: 12px;
  color: #828282;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.djzl_right {
  width: 43.2%;
}

.djzl_right img {
  width: 100%;
  height: 257px;
}

.djzl_right p {
  -webkit-line-clamp: 1;
}

.djzl_right .ckxq {
  margin-top: 29px;
  padding-right: 50px;
  width: 115px;
  border-bottom: 3px solid #165eae;
}

.djzl_right .ckxq a {
  line-height: 55px;
  font-size: 17px;
  color: #165eae;
}

.djzl_left ul li:hover h2,
.djzl_right:hover h2 {
  color: #165eae;
  transition: 0.5s ease;
}

/* 项目展示 */

.swiper-container_xmzs {
  margin: 30px 0 65px;
  width: 100%;
  height: 359px;
}

.swiper-container_xmzs img {
  width: 100%;
  height: 100%;
}

.swiper-container_xmzs .swiper-slide>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container_xmzs .text_con {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  padding: 0 23px;
}

.swiper-container_xmzs .text_title {
  margin: 180px 0 15px;
  height: 36px;
  line-height: 29px;
  text-align: left;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-container_xmzs .text_con span {
  display: block;
  width: 87px;
  height: 2px;
  background-color: #fff;
}

.swiper-container_xmzs .text_con p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 在线咨询 */

.zxzx {
  margin-bottom: 50px;
}

.zxzx_title {
  margin: 40px 0;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  color: #383838;
  text-align: center;
}

.zxzx .row {
  display: flex;
  justify-content: space-between;
}

.layui-input-block {
  margin-left: 0 !important;
}

.zxzx .row .layui-inline {
  margin-bottom: 0 !important;
  width: 33.33%;
}

.ipt_tel {
  margin: 0 50px !important;
}

.zxzx .layui-input,
.zxzx .layui-textarea {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #8a8a8a;
  text-indent: 40px;
  border: none;
}

.ipt_name .layui-input {
  background: #f2f6f9 url(../images/ipt_name.png) no-repeat 15px center;
}

.ipt_tel .layui-input {
  background: #f2f6f9 url(../images/ipt_tel.png) no-repeat 15px center;
}

.ipt_email .layui-input {
  background: #f2f6f9 url(../images/ipt_email.png) no-repeat 15px center;
}

.ipt_title .layui-input {
  background: #f2f6f9 url(../images/ipt_title.png) no-repeat 15px center;
}

.ipt_msg .layui-textarea {
  padding-top: 20px;
  height: 216px;
  background: #f2f6f9 url(../images/ipt_msg.png) no-repeat 15px 22px;
  line-height: 32px;
}

.zxzx .ipt_email {
  margin-right: 0 !important;
}

.zxzx .ipt_msg {
  width: 100%;
  margin: 45px 0;
}

.zxzx .ipt_yzm {
  width: 243px !important;
}

.zxzx .ipt_yzm .layui-input {
  background: #f2f6f9;
  font-size: 20px;
  color: #383838;
  text-indent: 0;
}

.zxzx .layui-btn {
  padding-left: 45px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #165eae;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 30px;
}

/* banner */

.banner {
  width: 100%;
  height: 620px !important;
  position: relative;
  overflow: hidden;
}

.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  text-align: center;
}

#map {
  margin-top: -140px;
  width: 520px;
  height: 392px;
  display: inline-block;
  _display: inline;
  *display: inline;
  *zoom: 1;
}

.map-js {
  margin-top: -214px;
  margin-left: 85px;
  text-align: left;
  display: inline-block;
  _display: inline;
  *display: inline;
  *zoom: 1;
  width: 600px;
}

.map-title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

.map-line {
  display: block;
  width: 60px;
  height: 8px;
  background: #ffffff;
  margin-top: 22px;
}

.map-gj {
  font-size: 26px;
  color: #ffffff;
  margin-top: 50px;
}

.map-gj span {
  font-family: arial;
  font-size: 40px;
  font-weight: bold;
}

.map-yw {
  font-family: arial;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 25px;
}

.banner-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 9999;
  text-align: center;
}

.banner-menu-a {
  display: inline-block;
  _display: inline;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 0 61px;
}

.banner-menu-a .pic {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* 老版Mozilla */
  -khtml-opacity: 0.6;
  /* 老版Safari */
  opacity: 0.6;
  /* 支持opacity的浏览器*/
  transition: 0.3s all ease;
}

.banner-menu-a .pic img {
  vertical-align: middle;
  transition: 0.3s all ease;
}

.banner-menu-a:hover .pic img {
  transform: rotateY(360deg);
}

.banner-menu-a .text {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* 老版Mozilla */
  -khtml-opacity: 0.6;
  /* 老版Safari */
  opacity: 0.6;
  /* 支持opacity的浏览器*/
  transition: 0.3s all ease;
}

.banner-menu-a:hover .pic,
.banner-menu-a:hover .text {
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

@media only screen and (max-width: 1400px) {
  .banner-menu-a {
    margin: 0 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .bgbanner {
    height: 750px;
  }

  .banner-menu-a {
    margin: 0 40px;
  }

  #map {
    width: 480px;
  }

  .map-js {
    width: 450px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 996px) {
  .bgbanner {
    height: 600px;
  }

  .banner-menu-a {
    margin: 0;
    width: 16%;
  }

  #map {
    width: 400px;
  }

  .map-js {
    width: 315px;
    margin-left: 10px;
  }

  .map-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .bgbanner {
    height: 400px;
  }

  .banner {
    height: 600px !important;
  }

  .banner .item img {
    min-height: 580px;
  }

  .banner-map {
    display: block;
  }

  #map {
    width: 80%;
    height: 20.625rem;
    margin: 0 auto;
    padding-top: 70px;
  }

  .map-js {
    width: auto;
    margin: 10px 20px 0;
  }

  .map-title {
    font-size: 2.5rem;
  }

  .map-gj {
    font-size: 1.625rem;
    margin-top: 3.125rem;
  }

  .map-line {
    width: 3.75rem;
    height: 0.5rem;
    margin-top: 1.375rem;
  }

  .map-gj span {
    font-size: 2.5rem;
  }

  .map-yw {
    font-size: 1.625rem;
    margin-top: 1.5625rem;
  }

  .banner-menu-a .pic {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-width: 0.1875rem;
  }

  .banner-menu-a .pic img {
    width: 45%;
  }

  .banner-menu-a .text {
    font-size: 1rem;
  }

  .banner-menu {
    bottom: 2.5rem;
  }

  .box_head .title {
    font-size: 2.5rem;
    line-height: 42px;
  }

  .box_head .yw {
    font-size: 12px;
  }

  .box_head {
    margin-bottom: 20px;
  }

  .djzl_left .dj_date {
    font-size: 20px;
  }

  .djzl h2 {
    font-size: 1.0625rem;
    margin-top: 0.625rem;
  }

  .djzl p {
    margin-top: 0 !important;
  }

  .box_head .line {
    margin-top: 12px;
  }

  .box_head .line_fr {
    display: none;
  }

  .djzl_left ul li {
    padding-bottom: 15px;
  }

  .djzl_left ul li:first-child {
    margin-bottom: 10px;
  }

  .djzl_left .dj_date {
    line-height: 30px;
  }

  .djzl_right .ckxq a {
    line-height: 45px;
    font-size: 16px;
    border-top: 1px solid #165eae;
  }

  .djzl_right .ckxq {
    margin-top: 10px;
    padding-right: 0;
    width: 100px;
    border-bottom: 2px solid #165eae;
  }
}

/* 新闻中心 */

.news {
  margin: 67px 0 48px;
  padding: 48px 0 50px;
  background: #f2f6f9;
}

.news-left {
  width: 30.12%;
  float: left;
}

.news-left .title {
  font-size: 50px;
  line-height: 53px;
  font-weight: bold;
  color: #383838;
}

.news-left .yw {
  font-size: 18px;
  color: #1070bc;
  margin-top: 10px;
}

.news-left .line {
  display: block;
  width: 40px;
  height: 3px;
  background: #1070bc;
  margin-top: 20px;
}

.news-left .slick {
  margin-top: 40px;
  height: 300px;
}

.news-left .slick .item a {
  height: 100%;
}

.news-left .slick .item img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

/*.news-left .slick .item:hover img{
    transform: scale(1,1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-ms-transition: all linear 0.8s;
	-o-transition: all linear 0.8s;
	transition: all linear 0.8s;
}*/

.news-left .slick-prev,
.news-left .slick-next {
  z-index: 99;
  width: 16px;
  height: 31px;
  opacity: 0;
  transition: 0.3s all ease;
}

.news-left .slick-prev {
  left: 10px;
}

.news-left .slick-next {
  background-position: -16px 0;
  right: 10px;
}

.news-left .slick:hover .slick-prev,
.news-left .slick:hover .slick-next {
  opacity: 1;
}

.news-left .slick-dots {
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  bottom: 17px;
}

.news-left .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a3a3a3;
}

.news-left .item .text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  box-sizing: border-box;

  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.news-left .item .text p {
  width: calc(100% - 100px);
  font-size: 16px;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-right {
  padding-top: 20px;
  width: 66.66%;
  height: 450px;
  float: right;
  background: #f2f6f9;
  box-sizing: border-box;
}

.news-r-ul li {
  width: 43.75%;
  float: left;
  padding: 16px 25px 35px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 3.125%;
  box-sizing: border-box;
}

.news-r-ul li .date {
  font-size: 48px;
  color: #1070bc;
  font-family: "impact";
}

.news-r-ul li .date span {
  font-size: 22px;
}

.news-r-ul li .bt {
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  color: #545353;
}

.news-r-ul li:hover .bt {
  color: #1070bc;
  transition: 0.5s ease;
}

.news-r-ul li .nr {
  font-size: 12px;
  line-height: 26px;
  height: 52px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 18px;
}

/* 底部 */

.footer {
  width: 100%;
  background: #1070bc;
  padding-top: 45px;
  overflow: hidden;
}

.footer-dl {
  float: left;
  padding-right: 68px;
  margin-right: 65px;
}

.footer-dl dt {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 14px;
}

.footer-dl dt::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-dl dd a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  transition: 0.3s all ease;
}

.footer-dl dd a:hover {
  color: #ffffff;
}

.footer-ul {
  float: left;
}

.footer-ul li {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}

/* .footer-right .img {
  border: 1px solid #9dbaaf;
} */

.footer-right p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

.footer-bottom {
  width: 100%;
  min-height: 70px;
  line-height: 70px;
  background: #07407a;
  margin-top: 45px;
  font-size: 14px;
  color: #fff;
}

.footer-bottom a {
  display: inline-block;
  color: #fff;
  transition: 0.3s all ease;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

@media only screen and (max-width: 1600px) {
  .container {
    width: 1380px;
  }
}

@media only screen and (max-width: 1400px) {
  .container {
    width: 1170px;
  }

  .footer-dl {
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }

  .footer-dl {
    padding-right: 30px;
    margin-right: 30px;
  }

  .footer-ul {
    display: none;
  }

  .footer-bottom {
    line-height: 26px;
    padding: 10px 0;
    min-height: auto;
  }

  .footer-bottom .fr {
    float: left;
  }

  .banner .item {
    height: 100%;
  }
}

@media only screen and (max-width: 996px) {
  .container {
    width: 750px;
  }

  .djzl_left {
    width: 100%;
  }

  .djzl_right {
    margin-top: 20px;
    width: 100%;
  }

  .news-left {
    width: 100%;
  }

  .news-left .slick {
    height: 400px;
  }

  .news-right {
    width: 100%;
  }

  .news-r-ul li {
    width: 48.4%;
    padding: 16px 0px 35px;
    margin-left: 0;
  }

  .news-r-ul li:nth-child(even) {
    margin-right: 0;
  }

  .swiper-container_xmzs {
    height: 274px;
  }

  .swiper-container_xmzs .text_title {
    margin: 100px 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 10px;
  }

  .zxzx_title {
    margin: 20px 0;
    font-size: 3.125rem;
  }

  .ipt_tel {
    margin: 0 10px 0 0 !important;
  }

  .zxzx .layui-input {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }

  .zxzx .layui-btn {
    padding-left: 45px;
    width: 200px;
  }

  .swiper-container_xmzs .text_con {
    padding: 0 15px;
  }

  .swiper-container_xmzs .text_title {
    font-size: 20px;
  }

  .swiper-container_xmzs .text_con p {
    font-size: 14px;
  }

  .news {
    padding: 4.375rem 0 5.625rem;
    margin: 30px 0 28px;
  }

  .news-left,
  .news-right {
    width: 100%;
  }

  .news-right {
    height: auto;
    margin-top: 1.25rem;
  }

  .news-left .title {
    font-size: 2.5rem;
    line-height: inherit;
  }

  .news-left .yw {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }

  .news-left .line {
    width: 2.5rem;
    height: 0.1875rem;
    margin-top: 1.25rem;
  }

  .news-r-ul li {
    padding: 1rem 1.5625rem 2.1875rem;
  }

  .news-r-ul li .date {
    font-size: 3rem;
  }

  .news-r-ul li .date span {
    font-size: 1.375rem;
  }

  .news-r-ul li .date img {
    width: 1.375rem;
    height: 1.4375rem;
  }

  .news-r-ul li .bt {
    font-size: 1.0625rem;
    margin-top: 0.625rem;
  }

  .news-r-ul li .nr {
    font-size: 0.75rem;
    line-height: inherit;
    margin-top: 1.125rem;
    height: auto;
  }

  .footer {
    padding-top: 2.8125rem;
  }

  .footer-dl {
    display: none;
  }

  .footer-ul {
    display: block;
  }

  .footer-ul li {
    font-size: 0.875rem;
  }

  .footer-right p {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }

  .footer-bottom {
    margin-top: 2.8125rem;
    font-size: 0.875rem;
  }

  .footer-right {
    display: none;
  }

  .ipt_msg .layui-textarea {
    font-size: 14px;
  }

  .zxzx .ipt_yzm .layui-input {
    font-size: 14px;
  }
}

@media only screen and (max-width: 616px) {
  .swiper-container_xmzs {
    height: 290px;
  }
}

@media only screen and (max-width: 515px) {
  .swiper-container_xmzs {
    height: 250px;
    margin: 20px 0 30px;
  }

  .bgbanner {
    height: 270px;
  }

  .djzl_right img {
    height: 151px;
  }

  .djzl {
    margin-top: 10px;
  }

  .news {
    padding: 1.5rem 0 1.5rem;
  }

  .news-left .slick {
    margin-top: 20px;
    height: 250px;
  }

  .zxzx .layui-form-item {
    margin-bottom: 10px;
  }

  .zxzx .layui-form-item .layui-inline {
    margin-bottom: 0;
  }

  .zxzx .row {
    flex-wrap: wrap;
  }

  .zxzx .row .layui-inline {
    width: 100% !important;
  }

  .ipt_tel {
    margin: 10px 0 !important;
  }

  .ipt_email {
    margin-top: 10px;
  }

  .zxzx .ipt_msg {
    margin: 10px 0;
  }

  .zxzx {
    margin-bottom: 0;
  }

  .yzm_img {
    float: right;
    height: 60px;
  }

  .yzm_img img {
    width: 100%;
    height: 100%;
  }

  .ipt_btn {
    margin-top: 20px !important;
    width: 100%;
  }

  .zxzx .layui-btn {
    padding-left: 38px;
    width: 48%;
    font-size: 18px;
  }

  .zxzx .ipt_yzm {
    width: 48% !important;
  }

  .zxzx .yzm_img {
    width: 48%;
  }

  .ipt_btn input {
    float: right;
    margin-left: 0;
  }
}

@media only screen and (max-width: 414px) {
  .news-r-ul li {
    width: 100%;
  }

  .swiper-container_xmzs {
    height: 220px;
  }
}

@media only screen and (max-width: 320px) {
  .news-left .slick {
    height: 205px;
  }

  .swiper-container_xmzs {
    height: 200px;
  }
}

/* 公司简介 */

.zi-banner {
  width: 100%;
}

.zi-banner img {
  max-width: 100%;
}

.box {
  padding: 80px 0;
}

.leftnav {
  width: 270px;
}

.leftnav .dt {
  width: 100%;
  height: 100px;
  background: url(../images/leftnav-bg.jpg);
  border-bottom: 1px solid #ffffff;
}

.leftnav .dt p {
  height: 100px;
  line-height: 100px;
  background: url(../images/leftnav-icon.png) 40px center no-repeat;
  text-indent: 85px;
  font-size: 26px;
  color: #ffffff;
}

.leftnav-ul li {
  height: 70px;
  line-height: 70px;
  background: #f2f5f8;
  text-indent: 42px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.leftnav-ul li::after,
.leftnav-ul li::after {
  content: "";
  width: 0;
  height: 100%;
  background: #1070bc;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
}

.leftnav-ul li.on::after,
.leftnav-ul li:hover::after {
  width: 100%;
}

.leftnav-ul li a {
  font-size: 16px;
  color: #3f3f3f;
  position: relative;
  z-index: 1;
}

.leftnav-ul li.on a,
.leftnav-ul li:hover a {
  color: #ffffff;
}

.right-content {
  width: 1170px;
  min-height: 600px;
  border-left: 1px solid #d3d3d3;
  padding-left: 60px;
}

.gsjj-content {
  background: #f2f5f8;
  padding: 50px 60px 90px;
}

.gsjj-video {
  width: 390px;
  height: 330px;
  position: relative;
}

.gsjj-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsjj-video a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/video-icon.png) center no-repeat rgba(0, 0, 0, 0.3);
}

.gsjj-left {
  width: 610px;
  text-align: justify;
}

/* 视频弹出 */

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  width: 460px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  background: #ffffff;
  padding: 30px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.md-show~.md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-content {
  color: #fff;
  background: #e74c3c;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.video-js {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .md-modal {
    max-width: 80%;
  }

  .video-js {
    width: 100%;
    height: auto;
  }
}

/* 关于我们 */

.gsjj-wrap {
  width: 100%;
  position: relative;
}

.gsjj-w-left {
  width: 57%;
  height: 530px;
  float: left;
  position: relative;
}

.gsjj-w-left img {
  width: 100%;
  height: 100%;
}

.gsjj-w-left .play-btn {
  width: 100%;
  height: 100%;
  background: url(../images/video-icon.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.gsjj-w-right {
  width: 43%;
  height: 530px;
  float: left;
}

.gsjj-w-right img {
  width: 100%;
  height: 100%;
}

.gsjj-nr {
  background: #ffffff;
  padding: 50px 64px 97px;
  position: absolute;
  right: 70px;
  top: 50px;
  width: 43.58%;
  box-sizing: border-box;
}

.gsjj-nr .bt {
  font-size: 32px;
  font-weight: bold;
  color: #505050;
}

.gsjj-nr .nr {
  font-size: 14px;
  line-height: 32px;
  height: 128px;
  color: #4e4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 25px;
}

.gsjj-nr .ckxq-a {
  font-size: 14px;
  color: #1070bc;
  width: 128px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #1070bc;
  text-align: center;
  margin-top: 30px;
  position: relative;
  transition: 0.3s all ease;
}

.gsjj-nr .ckxq-a:hover {
  color: #ffffff;
}

.gsjj-nr .ckxq-a span {
  z-index: 1;
}

.gsjj-nr .ckxq-a::after {
  content: "";
  width: 0;
  height: 100%;
  background: #1070bc;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
}

.gsjj-nr .ckxq-a:hover::after {
  width: 100%;
}

.gsjj-nr .img {
  position: absolute;
  right: 0;
  bottom: -30px;
}

/* 大事记 */

.dsj-wrap {
  width: 100%;
  height: 500px;
  background: url(../images/dsj-bg.jpg) center no-repeat;
  margin-top: 60px;
  position: relative;
}

.dsj-wrap .title {
  font-size: 32px;
  font-weight: bold;
  color: #4f4f4f;
  text-align: center;
  padding-top: 55px;
}

.dsj-wrap::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #aeb2b0;
  position: absolute;
  top: 228px;
  left: 0;
  z-index: 1;
}

.dsj-wrap .slick {
  margin-top: 50px;
}

.dsj-wrap .slick .item {
  position: relative;
}

.dsj-wrap .slick .item::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #aeb2b0;
  position: absolute;
  top: 73px;
  left: 0;
  z-index: 11;
}

.dsj-wrap .slick .item .date {
  font-size: 18px;
  color: #1070bc;
  font-family: impact;
}

.dsj-wrap .slick .item .date span {
  font-size: 40px;
  font-family: impact;
}

.dsj-wrap .slick .item .text {
  width: 245px;
  height: 160px;
  font-size: 14px;
  line-height: 32px;
  color: #6f6f6f;
  text-align: justify;
  margin-top: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.gywm-ul {
  /* display: flex;
	align-items: center;
	justify-content: space-between; */
  margin-top: 60px;
}

.gywm-ul li {
  width: 388px;
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-left: 2px;
  float: left;
}

.gywm-ul li:first-child {
  margin-left: 0;
}

.gywm-ul li .img {
  width: 100%;
  height: 100%;
  webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.gywm-ul li:hover .img {
  transform: scale(1, 1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-transition: all 1s ease 0.8s;
  -moz-transition: all 1s ease 0.8s;
  -ms-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;
  transition: all linear 0.8s;
}

.gywm-ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.gywm-ul li .pic {
  height: 67px;
  line-height: 67px;
}

.gywm-ul li .pic img {
  vertical-align: middle;
}

.gywm-ul li p {
  font-size: 28px;
  color: #ffffff;
  margin-top: 40px;
}

@media only screen and (max-width: 1600px) {
  .right-content {
    width: 995px;
  }

  .gsjj-left {
    width: 460px;
  }

  .gywm-ul li {
    width: 343px;
    height: 317px;
  }
}

@media only screen and (max-width: 1400px) {
  .right-content {
    width: 839px;
    padding-left: 30px;
  }

  .gsjj-content {
    padding: 30px 20px 50px;
  }

  .gsjj-left {
    width: 440px;
  }

  .gsjj-video {
    width: 340px;
    height: 270px;
  }

  .gsjj-w-left,
  .gsjj-w-right {
    height: 392px;
  }

  .gsjj-nr {
    padding: 20px 64px 40px;
    top: 40px;
  }

  .gsjj-nr .nr {
    -webkit-line-clamp: 3;
    height: 96px;
  }

  .gywm-ul li {
    width: 291px;
    height: 270px;
  }
}

@media only screen and (max-width: 1200px) {
  .right-content {
    width: 639px;
  }

  .gsjj-left {
    width: 100%;
  }

  .gsjj-video {
    width: 100%;
    margin-top: 20px;
  }

  .gsjj-w-left,
  .gsjj-w-right {
    height: 321px;
  }

  .gsjj-nr {
    padding: 10px 30px 20px;
    top: 30px;
  }

  .gsjj-nr .nr {
    -webkit-line-clamp: 2;
    height: 64px;
  }

  .gywm-ul li {
    width: 484px;
    height: 223px;
    margin-top: 2px;
  }

  .gywm-ul li:nth-child(3) {
    margin-left: 0;
  }

  .dsj-wrap .slick .item .text {
    width: 200px;
  }
}

@media only screen and (max-width: 996px) {
  .leftnav {
    width: 100%;
    margin-bottom: 40px;
  }

  .leftnav-ul li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin-right: 20px;
    background: none;
    height: auto;
    line-height: 30px;
  }

  .leftnav-ul li.on::after,
  .leftnav-ul li:hover::after {
    background: none;
    width: 0;
  }

  .leftnav-ul li.on a,
  .leftnav-ul li:hover a {
    color: #000000;
    font-weight: bold;
  }

  .leftnav .dt {
    background: none;
    height: auto;
    line-height: inherit;
    margin-bottom: 20px;
  }

  .leftnav .dt p {
    color: #000000;
    text-indent: 0;
    height: auto;
    line-height: inherit;
    font-weight: bold;
  }

  .right-content {
    width: 100%;
    padding: 0;
    border: none;
  }

  .gywm-ul {
    display: block;
  }

  .gywm-ul li {
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
    float: left;
    margin-bottom: 1%;
  }

  .gywm-ul li:first-child {
    margin-right: 1%;
  }

  .gywm-ul li:nth-child(2n) {
    margin-right: 1%;
  }

  .dsj-wrap .slick .item .text {
    width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .box {
    padding: 3.5rem 0;
  }

  .leftnav {
    margin-bottom: 2.5rem;
  }

  .leftnav .dt {
    margin-bottom: 1.25rem;
  }

  .leftnav .dt p {
    font-size: 1.625rem;
  }

  .leftnav-ul li {
    margin-right: 1.25rem;
  }

  .leftnav-ul li a {
    font-size: 1rem;
  }

  .right-content {
    min-height: auto;
  }

  .gsjj-content {
    padding: 1.875rem 1.25rem 3.125rem;
  }

  .gsjj-content * {
    font-size: 0.875rem !important;
  }

  .gsjj-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  .gsjj-w-left,
  .gsjj-w-right {
    width: 100%;
  }

  .gsjj-w-left {
    height: auto;
  }

  .gsjj-nr {
    width: 70%;
    top: auto;
    bottom: 60px;
  }

  .gsjj-nr .bt {
    font-size: 2rem;
  }

  .gsjj-nr .nr {
    font-size: 0.875rem;
    margin-top: 1.5625rem;
    line-height: 20px;
    height: 40px;
  }

  .gsjj-nr .ckxq-a {
    display: inline-block;
    font-size: 0.875rem;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 0.625rem 1.25rem;
    margin-top: 1.875rem;
  }

  .gywm-ul {
    margin-top: 3.75rem;
  }

  .gywm-ul li p {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }

  .dsj-wrap .title {
    font-size: 2rem;
    padding-top: 3.4375rem;
  }

  .dsj-wrap .slick .item .text {
    width: 80%;
    font-size: 0.875rem;
    line-height: 20px;
    height: 100px;
    margin-top: 4.6875rem;
  }

  .dsj-wrap .slick {
    margin-top: 3.125rem;
  }

  .dsj-wrap .slick .item .date {
    font-size: 1.125rem;
  }

  .dsj-wrap .slick .item .date span {
    font-size: 2.5rem;
  }

  .dsj-wrap::after {
    top: 14.25rem;
  }

  .dsj-wrap .slick .item::after {
    top: 4.4rem;
  }

  .dsj-wrap {
    height: auto;
    padding-bottom: 20px;
  }
}

/* 管理团队 */

.gltd-left {
  width: calc(100% - 480px);
  padding-top: 18px;
}

.gltd-left-dl {
  margin-bottom: 70px;
}

.gltd-left-dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 22px;
}

.gltd-left-dl dd {
  font-size: 16px;
  line-height: 50px;
  color: #555555;
}

.gltd-left-dl dd a {
  font-size: 16px;
  line-height: 50px;
  color: #555555;
}

.gltd-right {
  width: 480px;
  background: #f2f5f8;
  box-sizing: border-box;
  padding: 40px;
}

.gltd-right .bt {
  font-size: 22px;
  color: #333333;
  padding-left: 18px;
  background: url(../images/gltd-icon.png) left center no-repeat;
}

.gltd-right-nr {
  text-align: center;
  margin-top: 28px;
}

.gltd-right-nr img {
  max-width: 80%;
}

.gltd-right-nr .name {
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
}

.gltd-right-nr .job {
  font-size: 14px;
  color: #747474;
  margin-top: 8px;
}

.jyc-content {
  margin-top: 30px;
}

.jyc-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jyc-wrap .gltd-right-nr {
  flex: 0 0 50%;
}

@media only screen and (max-width: 1200px) {
  .gltd-right {
    width: 400px;
    padding: 20px;
  }

  .gltd-left {
    width: calc(100% - 400px);
  }
}

@media only screen and (max-width: 768px) {
  .gltd-right {
    width: 100%;
    padding: 2.5rem;
  }

  .gltd-left {
    width: 100%;
    padding-top: 1.125rem;
  }

  .gltd-left-dl {
    margin-bottom: 4.375rem;
  }

  .gltd-left-dl dt {
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .gltd-left-dl dd {
    font-size: 1rem;
    line-height: 3.125rem;
  }

  .gltd-right .bt {
    font-size: 1.375rem;
    padding-left: 1.125rem;
    background-size: 0.1875rem 1.625rem;
  }

  .gltd-right-nr .name {
    font-size: 1rem;
    margin-top: 0.75rem;
  }

  .gltd-right-nr .job {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

/* 公司荣誉 */

.gsry-ul {
  width: 100%;
}

.gsry-ul li {
  width: 100%;
  height: 400px;
  background: #f2f5f8;
  margin-bottom: 30px;
}

.gsry-ul li .pic {
  width: 50%;
  height: 100%;
}

.gsry-ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsry-ul li .text {
  width: 50%;
  height: 100%;
  padding: 62px 55px 88px 70px;
  box-sizing: border-box;
}

.gsry-ul li .text .bt {
  font-size: 24px;
  color: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gsry-ul li .text .nr {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: justify;
  margin-top: 32px;
}

.gsry-ul li .ckxq-a {
  font-size: 14px;
  color: #1070bc;
  width: 128px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #1070bc;
  text-align: center;
  margin-top: 58px;
  position: relative;
  transition: 0.3s all ease;
}

.gsry-ul li .ckxq-a:hover {
  color: #ffffff;
}

.gsry-ul li .ckxq-a span {
  z-index: 1;
}

.gsry-ul li .ckxq-a::after {
  content: "";
  width: 0;
  height: 100%;
  background: #1070bc;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
}

.gsry-ul li .ckxq-a:hover::after {
  width: 100%;
}

/* 大事记 */

.right-dsj {
  border-left: 1px solid #1070bc;
}

.dsj-ul li {
  padding: 30px 55px 35px 40px;
  background: #f2f5f8;
  position: relative;
  margin-bottom: 30px;
}

.dsj-ul li:last-child {
  margin-bottom: 0;
}

.dsj-ul li .date {
  font-size: 22px;
  color: #141414;
}

.dsj-ul li .nr {
  font-size: 14px;
  color: #6f6f6f;
  text-align: justify;
  margin-top: 20px;
  line-height: 37px;
}

.dsj-ul li .dsj-icon {
  display: block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #1070bc;
  position: absolute;
  top: 40px;
  left: -69px;
}

@media only screen and (max-width: 1600px) {
  .gsry-ul li {
    height: 340px;
  }

  .gsry-ul li .text {
    padding: 40px 40px 50px 50px;
  }
}

@media only screen and (max-width: 1400px) {
  .dsj-ul li .dsj-icon {
    left: -40px;
  }

  .gsry-ul li {
    height: 287px;
  }

  .gsry-ul li .text {
    padding: 30px 20px 40px 30px;
  }

  .gsry-ul li .ckxq-a {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .gsry-ul li {
    height: 218px;
  }

  .gsry-ul li .text .nr {
    -webkit-line-clamp: 2;
    margin-top: 15px;
  }

  .gsry-ul li .text {
    padding: 20px 20px 30px 20px;
  }
}

@media only screen and (max-width: 996px) {
  .right-dsj {
    padding-left: 30px;
    width: calc(100% - 30px);
  }

  .gsry-ul li {
    height: 256px;
  }

  .gsry-ul li .text .nr {
    -webkit-line-clamp: 3;
  }
}

@media only screen and (max-width: 768px) {
  .right-dsj {
    padding-left: 30px;
    width: calc(100% - 40px);
  }

  .dsj-ul li .date {
    font-size: 1.375rem;
  }

  .dsj-ul li .nr {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    line-height: 20px;
  }

  .dsj-ul li {
    padding: 1.875rem 3.4375rem 2.1875rem 2.5rem;
    margin-bottom: 1.875rem;
  }

  .gsry-ul li {
    height: 180px;
  }

  .gsry-ul li .text {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }

  .gsry-ul li .text .bt {
    font-size: 1.5rem;
  }

  .gsry-ul li .text .nr {
    font-size: 0.8125rem;
    line-height: 20px;
    margin-top: 0.9375rem;
  }

  .gsry-ul li .ckxq-a {
    display: inline-block;
    font-size: 0.875rem;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 0.625rem 1.25rem;
    margin-top: 1.875rem;
  }
}

@media only screen and (max-width: 414px) {
  .gsry-ul li .pic {
    display: none;
  }

  .gsry-ul li .text {
    width: 100%;
  }
}

/* 公司新闻 */

.news-year {
  width: 100%;
  height: 58px;
  background: #1070bc;
  padding: 0 90px;
  box-sizing: border-box;
}

.news-year .slick .item {
  font-size: 16px;
  line-height: 58px;
  text-align: center;
}

.news-year .slick .item.active a {
  background: #073d7b;
}

.news-year .slick .item a {
  color: #ffffff;
  display: inline-block;
  width: 80px;
  text-align: center;
}

.news-year .slick-prev,
.news-year .slick-next {
  width: 9px;
  height: 17px;
  background: url(../images/gsxw-arrow.png);
}

.news-year .slick-prev {
  left: -41px;
  transform: rotate(180deg);
}

.news-year .slick-next {
  right: -41px;
}

.news-year .slick-disabled {
  display: none !important;
}

.news-mouth {
  width: 100%;
  height: 80px;
  background: #f2f5f8;
}

.news-mouth ul {
  display: table;
  margin: 0 125px;
}

.news-mouth ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
}

.news-mouth li a {
  display: inline-block;
  line-height: 80px;
  font-size: 14px;
  color: #4f4e4e;
  position: relative;
}

.news-mouth li:hover a {
  color: #073d7b;
}

.news-mouth li a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid transparent;
}

.news-mouth li:hover a::after {
  border-color: #073d7b;
}

.news-entry-wrapper {
  position: relative;
}

.news-entry-wrapper:before {
  content: "";
  position: absolute;
  top: 80px;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 100%;
  border-right: 1px solid #1070bc;
}

.news-wrap-container {
  width: 1085px;
  padding: 92px 0;
  margin: 0 auto;
}

.col-xs-12 {
  width: 100%;
}

.news-entry-wrapper .news-entry {
  position: relative;
  margin: 30px -10px 0;
}

.news-entry-wrapper .news-entry:first-of-type {
  margin-top: 0;
}

.news-entry-wrapper .item.item-month {
  text-align: center;
  background-color: #1070bc;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.news-entry-wrapper .item.item-month {
  width: 60px;
  height: 60px;
  /* position: absolute; */
  position: relative;
  left: 50%;
  margin-left: -30px;
  margin-right: 0;
  line-height: 16px;
  font-size: inherit;
}

.news-entry-wrapper .item.item-month .break {
  display: none;
}

.news-entry-wrapper .item.item-month .year {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 10px;
  margin-top: 5px;
}

.news-entry-wrapper .item.item-month .month {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.news-entry-wrapper .item {
  margin-bottom: 0;
  position: relative;
  left: 0;
  width: 50%;
  cursor: pointer;
}

.news-entry-wrapper .item .day {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 360px;
  margin-top: -35px;
  z-index: 2;
  background: #1070bc;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.news-entry-wrapper .item .text {
  width: 314px;
  padding: 30px 50px 30px 30px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #1070bc;
  position: relative;
  z-index: 1;
}

.news-entry-wrapper .item .text .bt {
  font-size: 15px;
  line-height: 26px;
  color: #3f3f3f;
  transition: 0.3s all ease;
}

.news-entry-wrapper .item:hover .text .bt {
  color: #1070bc;
}

.news-entry-wrapper .item .text .nr {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-entry-wrapper .item .text .ckxq {
  display: inline-block;
  font-size: 14px;
  color: #1070bc;
  background: url(../images/ckxq-arrow.png) right center no-repeat;
  padding-right: 15px;
  margin-top: 15px;
}

.news-entry-wrapper .item .line {
  height: 0;
  border-bottom: 1px solid #1070bc;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.news-entry-wrapper .item .line:before {
  content: "";
  border: 0 solid transparent;
  position: absolute;
  top: 50%;
  border-left-color: #1070bc;
  border-width: 6px;
  margin-top: -6px;
  right: -6px;
}

.news-entry-wrapper .item.even {
  margin-left: 50%;
  margin-top: -50px;
}

.news-entry-wrapper .item.even .day {
  left: 122px;
}

.news-entry-wrapper .item.even .text {
  padding: 30px 30px 30px 50px;
  float: right;
}

.news-entry-wrapper .item.even .line:before {
  border-left-color: #1070bc;
  left: 1px;
}

.news-entry-wrapper .item.odd .line:before {
  border-right-color: #1070bc;
  border-left-color: transparent;
  right: 0;
}

.news-entry-wrapper .older_month {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0;
  margin-left: -33px;
}

.news-entry-wrapper .older_month>a,
.news-entry-wrapper .older_month>span {
  display: block;
  border-radius: 50%;
  background-color: #b3b3b3;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  margin: auto;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1600px) {
  .news-wrap-container {
    width: 940px;
  }

  .news-entry-wrapper .item .text {
    width: 245px;
  }
}

@media only screen and (max-width: 1400px) {
  .news-wrap-container {
    width: 800px;
  }

  .news-entry-wrapper .item .day {
    left: 290px;
  }

  .news-entry-wrapper .item.even .day {
    left: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-wrap-container {
    width: 615px;
  }

  .news-entry-wrapper .item .day {
    left: 185px;
  }

  .news-entry-wrapper .item.even .day {
    left: 45px;
  }

  .news-entry-wrapper .item .text {
    width: 155px;
    padding: 15px 50px 15px 15px;
  }

  .news-entry-wrapper .item.even .text {
    padding: 15px 15px 15px 50px;
  }

  .news-year {
    padding: 0 50px;
  }

  .news-year .slick-next {
    right: -30px;
  }

  .news-year .slick-prev {
    left: -30px;
  }

  .news-mouth ul {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 996px) {
  .news-wrap-container {
    width: 720px;
  }

  .news-entry-wrapper .item .day {
    left: 255px;
  }

  .news-entry-wrapper .item.even .day {
    left: 42px;
  }

  .news-entry-wrapper .item .text {
    width: 225px;
    padding: 15px 50px 15px 15px;
  }

  .news-entry-wrapper .item.even .text {
    padding: 15px 15px 15px 50px;
  }

  .news-year {
    padding: 0 50px;
  }

  .news-year .slick-next {
    right: -30px;
  }

  .news-year .slick-prev {
    left: -30px;
  }

  .news-mouth ul {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .news-year .slick .item {
    font-size: 1rem;
  }

  .news-year {
    padding: 0 3.125rem;
  }

  .news-year .slick-prev,
  .news-year .slick-next {
    width: 0.5625rem;
    height: 1rem;
    background-size: 100%;
    margin-top: -0.5rem;
    background-repeat: no-repeat;
  }

  .news-year .slick-prev {
    left: -1.875rem;
  }

  .news-year .slick-next {
    right: -1.875rem;
  }

  .news-mouth {
    height: 5rem;
    overflow-x: auto;
    padding: 0 0.625rem;
    box-sizing: border-box;
  }

  .news-mouth li a {
    font-size: 0.875rem;
    line-height: 5rem;
  }

  .news-mouth ul {
    margin: 0;
    width: 1000px;
  }

  .news-wrap-container {
    width: 100%;
    padding: 5.75rem 0;
  }

  .news-entry-wrapper .item.item-month {
    width: auto;
    height: 30px;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 30px;
    font-size: inherit;
  }

  .news-entry-wrapper .news-entry {
    margin: 0;
  }

  .news-entry-wrapper .item.item-month .year {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    font-size: 10px;
    margin-top: 0;
    display: inline-block;
  }

  .news-entry-wrapper .item.item-month .month {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
  }

  .news-entry-wrapper .item.item-month .break {
    display: inline-block;
    width: 10px;
    height: 30px;
    position: relative;
    vertical-align: top;
  }

  .news-entry-wrapper .item.item-month .break:before {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 65px);
    box-sizing: border-box;
  }

  .news-entry-wrapper .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .news-entry-wrapper .item .text {
    width: auto;
    margin-left: 65px;
  }

  .news-entry-wrapper:before {
    left: 20px;
  }

  .news-entry-wrapper .item .line {
    left: 20px;
    width: 100px;
  }

  .news-entry-wrapper .item .text,
  .news-entry-wrapper .item.even .text {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
  }

  .news-entry-wrapper .item .day {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
    font-size: 1.125rem;
    margin-top: -2.1875rem;
    left: 44px;
  }

  .news-entry-wrapper .item.even {
    margin-left: 0;
    margin-top: 0;
  }

  .news-entry-wrapper .item.odd .line:before {
    right: inherit;
    left: 0;
    border-left-color: #1070bc;
    border-right-color: transparent;
  }

  .news-entry-wrapper .older_month {
    position: relative;
    left: 0;
    top: -5px;
    margin: 0;
  }

  .news-entry-wrapper .older_month>a,
  .news-entry-wrapper .older_month>span {
    float: left;
    font-size: 0.875rem;
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }

  .glyphicon img {
    width: 0.375rem;
    height: 0.75rem;
  }

  .news-entry-wrapper .item .text .bt {
    font-size: 0.9375rem;
    line-height: 20px;
  }

  .news-entry-wrapper .item .text .nr {
    font-size: 0.875rem;
    line-height: 20px;
  }

  .news-entry-wrapper .item .text .ckxq {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

/* 联系方式 */

#container {
  width: 100%;
  height: 480px;
  outline: none;
}

.map-text {
  margin: 55px 0 45px;
}

.map-text .zw {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #414141 !important;
}

.map-ul {
  margin-top: 20px;
}

.map-ul li {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #6b6b6b !important;
  line-height: 40px !important;
}

/* 在线咨询 */

.wyzx-content {
  /* border: 1px solid #e9e9e9; */
  background: #f2f5f8;
  padding-bottom: 30px;
}

.wyzx-content .dt {
  height: 56px;
  line-height: 56px;
  background: #1070bc;
  border: 1px solid #e9e9e9;
  font-size: 20px;
  color: #ffffff;
  text-indent: 19px;
  margin-bottom: 4px;
}

.wyzx-list {
  margin: 30px 35px 0;
}

.wyzx-list input {
  height: 46px;
  line-height: 46px;
  border: none;
  outline: none;
  color: #4a4a4a;
  font-size: 14px;
  font-family: "微软雅黑";
  width: 100%;
  padding: 0 10px 0 100px;
  box-sizing: border-box;
}

.wyzx-list textarea {
  min-height: 92px;
  line-height: 20px;
  border: none;
  outline: none;
  color: #4a4a4a;
  font-size: 14px;
  font-family: "微软雅黑";
  width: 100%;
  padding: 0 10px 0 100px;
  box-sizing: border-box;
  resize: none;
}

.wyzx-list input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a4a;
}

.wyzx-list input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a;
}

.wyzx-list input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a4a;
}

.wyzx-list input:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a;
}

.zxlb {
  position: relative;
}

.zxlb .tips {
  width: 100px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 10px;
}

.w563 {
  width: 520px;
}

.wyzx-list .w178 {
  width: 178px;
}

.wyzx-list .yzm {
  display: block;
  width: 135px;
  height: 46px;
  margin-left: 20px;
}

.wyzx-list .yzm img {
  width: 100%;
  height: 100%;
}

.wyzx-btn input {
  float: left;
  width: 98px;
  height: 36px;
  line-height: 36px;
  background: #b5b8bb;
  border: 1px solid #b5b8bb;
  color: #ffffff;
  margin-left: 15px;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
}

.wyzx-btn input[type="submit"] {
  color: #ffffff;
  background: #1070bc;
  border: 1px solid #1070bc;
}

/* 留言回复 */

.zxhf-content {
  margin-top: 55px;
}

.zxhf-content .dt {
  font-size: 22px;
  color: #333333;
  padding-left: 18px;
  background: url(../images/gltd-icon.png) left center no-repeat;
}

.zxhf-ul li {
  padding: 54px 0 19px;
  border-bottom: 1px solid #ededed;
}

.zxhf-ul li .bt {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 30px;
  text-align: justify;
  background: url(../images/zxbt-icon.png) left 10px no-repeat;
  padding-left: 25px;
  transition: 0.3s all ease;
}

.zxhf-ul li:hover .bt {
  color: #1070bc;
}

.zxhf-ul li .nr {
  font-size: 13px;
  line-height: 30px;
  color: #6c6c6c;
  text-indent: 2em;
  text-align: justify;
  margin-top: 13px;
}

.zxhf-ul li .time span {
  font-size: 12px;
  color: #c3c3c3;
  float: left;
  padding-left: 22px;
  margin-left: 20px;
}

.zxhf-ul li .time .date {
  background: url(../images/icon-date.png) left center no-repeat;
}

.zxhf-ul li .time .ydl {
  background: url(../images/icon-ydl.png) left center no-repeat;
}

@media only screen and (max-width: 1600px) {
  .w563 {
    width: 450px;
  }
}

@media only screen and (max-width: 1400px) {
  .w563 {
    width: 374px;
  }
}

@media only screen and (max-width: 1200px) {
  .w563 {
    width: 274px;
  }
}

@media only screen and (max-width: 996px) {
  .w563 {
    width: 330px;
  }
}

@media only screen and (max-width: 768px) {
  .w563 {
    width: 49%;
  }

  .wyzx-btn {
    width: 100%;
    float: left;
    margin-top: 25px;
    text-align: center;
  }

  .wyzx-btn input {
    margin: 0 15px 0 0;
    float: initial;
  }

  .wyzx-content .dt {
    padding: 1.25rem 0;
    height: auto;
    line-height: inherit;
    font-size: 1.25rem;
    text-indent: 1.1875rem;
  }

  .wyzx-list {
    margin: 1.875rem 2.1875rem 0;
  }

  .wyzx-list input {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
  }

  .wyzx-list .yzm {
    width: 8.4375rem;
    height: 40px;
    margin-left: 1.25rem;
  }

  .wyzx-list .w178 {
    width: 11.125rem;
  }
}

/* 投融圈 */

.trq-bd li {
  cursor: pointer;
  float: left;
  width: 16.66%;
}

.trq-bd .pic {
  width: 118px;
  height: 118px;
  line-height: 118px;
  border-radius: 50%;
  background: #f2f5f8;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trq-bd li.active .pic {
  background: #1070bc;
}

.trq-bd .pic img {
  vertical-align: middle;
}

.trq-bd .pic .icon2 {
  display: none;
}

.trq-bd li.active .pic .icon1 {
  display: none;
}

.trq-bd li.active .pic .icon2 {
  display: block;
}

.trq-bd .text {
  font-size: 17px;
  color: #5e5e5e;
  text-align: center;
  margin-top: 10px;
}

.trq-bd li.active .text {
  font-weight: bold;
  color: #1070bc;
}

.trq-content {
  margin-top: 95px;
}

/* .trq-hd {
	display: none;
} */

.trq-hd li {
  width: 25%;
  height: 98px;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  background: #f2f5f8;
}

.trq-hd li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  overflow: hidden;
}

.trq-hd li img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.trq-hd li:hover img {
  transform: scale(1, 1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-transition: all 1s ease 0.8s;
  -moz-transition: all 1s ease 0.8s;
  -ms-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;
  transition: all linear 0.8s;
}

@media only screen and (max-width: 1600px) {
  .trq-hd li {
    height: 84px;
  }
}

@media only screen and (max-width: 1400px) {
  .trq-hd li {
    height: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .trq-hd li {
    width: 33.33%;
  }

  .trq-bd .pic {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 996px) {
  .trq-hd li {
    height: 84px;
  }
}

@media only screen and (max-width: 768px) {
  .trq-bd .pic {
    width: 7.375rem;
    height: 7.375rem;
  }

  .trq-bd .pic img {
    width: 40%;
  }

  .trq-bd .text {
    font-size: 1.0625rem;
    margin-top: 0.625rem;
  }

  .trq-hd li {
    height: 84px;
  }

  .trq-content {
    margin-top: 5.9375rem;
  }
}

@media only screen and (max-width: 414px) {
  .trq-bd .pic {
    width: 6rem;
    height: 6rem;
  }

  .trq-hd li {
    width: 50%;
  }

  .trq-bd li {
    width: 33.33%;
    margin: 0.625rem 0;
  }
}

/* 详情页 */

.detail-header {
  border-bottom: 1px dotted #e9e9e9;
  padding: 0 20px 38px;
  text-align: center;
}

.detail-header .bt {
  font-size: 30px;
  font-weight: bold;
  color: #2b2b2b;
}

.detail-header .date {
  margin-top: 30px;
}

.detail-header .date span {
  font-size: 14px;
  color: #999999;
  margin: 0 10px;
}

.detail-header .date * {
  font-size: 14px;
  color: #999999;
}

.detail-header .date a {
  display: inline-block;
  _display: inline;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 16px;
  /*background: url(../images/fx-icon.png) no-repeat;*/
  margin: -5px 3px;
  padding: 0;
  float: initial;
  float: none;
}

.detail-content {
  padding: 45px 0 55px;
}

.detail-content img {
  max-width: 100%;
}

.detailPage_bottom {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 67px;
}

.detailPage_bottom li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}

.detailPage_bottom li a {
  color: #3f3f3f;
  font-size: 15px;
  display: block;
  transition: 0.3s all ease;
}

.detailPage_bottom li:hover a {
  color: #1070bc;
}

.detailPage_bottom li a span {
  color: #3f3f3f;
}

.detailPage_bottom .mark {
  font-size: 15px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.detailPage_bottom .title {
  font-size: 18px;
  float: left;
  width: 68%;
  color: #000;
}

.detailPage_bottom .time {
  float: right;
  color: #969696;
  font-size: 14px;
}

.share-content {
  padding-bottom: 26px;
}

.dan-1 a {
  font-size: 16px;
  color: #3f3f3f;
}

/*分享*/

.share-right span {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 32px;
  float: left;
}

.m-share {
  float: left;
}

.share {
  zoom: 1;
}

.share:after {
  content: "";
  display: block;
  clear: both;
}

.share a {
  float: left;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  margin-left: 10px;
  /* background: #c9c9c9; */
  cursor: pointer;
  display: block;
}

.share a i {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}

.share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none;
}

.share #share-icon img {
  width: 100%;
  height: 100%;
}

.share .share-qqzone i {
  background: url(../images/share-icon.png) -42px center no-repeat;
}

.share .share-wechat {
  position: relative;
}

.share .share-wechat i {
  background: url(../images/share-icon.png) 0 center no-repeat;
}

.share .share-weibo i {
  background: url(../images/share-icon.png) -126px center no-repeat;
}

.share .share-qq i {
  background: url(../images/share-icon.png) -42px center no-repeat;
}

.share .bg-code {
  left: -36px;
  z-index: 10;
}

.share .qrcode {
  position: absolute;
  top: -120px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  display: none;
  width: 100px;
  height: 100px;
  left: -98%;
  z-index: 11;
}

.share .close-btn {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  z-index: 12;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  right: -39px;
  top: 50px;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .detail-header {
    padding: 0 1.25rem 2.375rem;
  }

  .detail-header .bt {
    font-size: 1.875rem;
  }

  .detail-header .date {
    margin-top: 1.875rem;
  }

  .detail-header .date * {
    font-size: 0.875rem !important;
  }

  .detail-content {
    padding: 2.8125rem 0 3.4375rem;
  }

  .detail-content img {
    height: auto !important;
  }

  .detail-content * {
    font-size: 0.875rem !important;
  }

  .share-content {
    padding-bottom: 1.625rem;
  }

  .dan-1 a,
  .share-right span {
    font-size: 1rem;
  }

  .detailPage_bottom {
    margin-bottom: 4.1875rem;
  }

  .detailPage_bottom li a,
  .detailPage_bottom .mark {
    font-size: 0.9375rem;
  }

  .detail-header .date span:last-child {
    display: block;
  }

  .share-right {
    float: left;
    margin-top: 1rem;
  }
}

/* 招贤纳士 */

.recre-nr {
  width: 100%;
}

.recre-list {
  width: 100%;
  background: #f6f8f9;
  border-bottom: 1px solid #d3d3d3;
}

.recre-list.on .rere-bt {
  background: #eaeef3;
}

.rere-bt {
  height: 58px;
}

.recre-list.dt {
  background: #1070bc;
  border-bottom: none;
}

.recre-list .dd {
  float: left;
  width: 20%;
  height: 100%;
  line-height: 57px;
  text-align: center;
  font-size: 14px;
  color: #4f4e4e;
  overflow: hidden;
}

.recre-list .dd:first-child {
  width: 30%;
}

.recre-list .dd:last-child {
  width: 10%;
}

.zp-arrow {
  display: inline-block;
  width: 13px;
  height: 100%;
  background: url(../images/zp-arrow.png) center no-repeat;
  cursor: pointer;
}

.zp-arrow.on {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari å’Œ Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.recre-list.dt .dd {
  font-size: 16px;
  color: #ffffff;
  line-height: 58px;
}

.recre-xq {
  display: none;
  width: 100%;
  background: #f7f9fc;
  padding: 0 110px 75px;
  border-top: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.zplb {
  padding-top: 40px;
}

.zplb span {
  font-size: 18px;
  color: #4f4e4e;
  display: block;
  margin-bottom: 20px;
}

.zplb p {
  font-size: 14px;
  color: #4f4e4e;
  line-height: 34px;
}

.sqgw-btn {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1070bc;
  font-size: 18px;
  color: #ffffff;
  margin-top: 45px;
}

/* 简历 */

.jzxx-list {
  margin-top: 30px;
  width: 770px;
}

.jzxx-list span {
  width: 100px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 36px;
  float: left;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

.jzxx-list input {
  height: 42px;
  line-height: 42px;
  background: #f2f5f8;
  border: none;
  padding: 0 10px;
  outline: none;
  color: #494949;
  font-size: 14px;
  float: left;
  box-sizing: border-box;
}

.jzxx-list select {
  height: 42px;
  line-height: 42px;
  background: #f2f5f8;
  border: none;
  color: #494949;
  font-size: 14px;
  outline: none;
  padding: 0 10px;
}

.jzxx-list textarea {
  line-height: 30px;
  background: #f2f5f8;
  border: none;
  color: #494949;
  font-size: 14px;
  outline: none;
  padding: 5px 10px;
  float: left;
  box-sizing: border-box;
  resize: none;
  font-family: "微软雅黑";
}

.jzxx-list .jyjl {
  height: 130px;
}

.jzxx-list .gzjl {
  height: 200px;
}

.w300 {
  width: 280px;
}

.w400 {
  width: 400px;
}

.w921 {
  width: calc(100% - 100px);
}

.jzxx-list1 {
  width: 100% !important;
  box-sizing: border-box;
}

.human-content {
  width: 1000px;
  position: relative;
}

.human-content .btn {
  text-align: center;
  margin-top: 70px;
}

.human-content .btn div {
  display: inline-block;
  _display: inline;
  *display: inline;
  *zoom: 1;
}

.human-content .btn input {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 15px;
  background: #b5b8bb;
  font-size: 14px;
  color: #ffffff;
  border: none;
  outline: none;
}

.human-content .btn .tj-btn {
  background: #1070bc;
}

.upload {
  width: 200px;
  height: 258px;
  background-color: #f2f5f8;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.upload #zp-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.upload a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.upload p {
  font-size: 16px;
  color: #b9bdc0;
  margin-top: 32px;
}

@media only screen and (max-width: 1400px) {
  .human-content {
    width: 100%;
  }

  .jzxx-list {
    width: 620px;
  }

  .w300 {
    width: 210px;
  }

  .w400 {
    width: 310px;
  }
}

@media only screen and (max-width: 1200px) {
  .human-content {
    width: 100%;
  }

  .jzxx-list {
    width: 420px;
  }

  .jzxx-list div {
    width: 100%;
    margin-bottom: 30px;
  }

  .jzxx-list div:last-child {
    margin-bottom: 0;
  }

  .w300 {
    width: calc(100% - 100px);
  }

  .w400 {
    width: 331px;
  }

  .jzxx-list1 {
    width: 420px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .jzxx-list {
    width: calc(100% - 220px);
  }

  .jzxx-list1 {
    width: 100% !important;
  }

  .w400 {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 768px) {
  .recre-list.dt .dd {
    font-size: 1rem;
    line-height: 3.625rem;
  }

  .rere-bt {
    height: 3.625rem;
  }

  .recre-list .dd {
    font-size: 0.875rem;
    line-height: 3.5625rem;
  }

  .recre-xq {
    padding: 0 5% 4.6875rem;
  }

  .zplb {
    padding-top: 2.5rem;
  }

  .zplb span {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .zplb p {
    font-size: 0.875rem;
    line-height: 26px;
  }

  .sqgw-btn {
    width: 11.25rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.125rem;
    margin-top: 2.8125rem;
  }

  /* 简历 */
  .upload {
    width: 12.5rem;
    height: 16.125rem;
    border-radius: 0.625rem;
  }

  .upload img {
    width: 3.875rem;
    height: 3.25rem;
  }

  .upload p {
    font-size: 1rem;
    margin-top: 2rem;
  }

  .jzxx-list {
    width: calc(100% - 13.75rem);
    margin-top: 1.875rem;
  }

  .jzxx-list1 {
    width: 100% !important;
  }

  .w400 {
    width: calc(100% - 80px);
  }

  .jzxx-list div {
    margin-bottom: 1.875rem;
  }

  .jzxx-list span {
    font-size: 0.875rem;
  }

  .jzxx-list1 span {
    width: 100%;
    text-align: left;
  }

  .w921 {
    width: 100%;
  }

  .human-content .btn {
    margin-top: 4.375rem;
  }

  .human-content .btn input {
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0.9375rem;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 414px) {

  .w300,
  .w921,
  .w400 {
    width: 100%;
  }

  .jzxx-list span {
    text-align: left;
    padding: 0;
  }

  .jzxx-list div {
    margin-bottom: 0;
  }

  .jzxx-list {
    margin-top: 0;
  }
}

/* 组织架构 */

.zzjg-content {
  width: 100%;
  height: 100%;
  background: url(../images/zzjg-bg.jpg) top left no-repeat #f2f5f8;
}

.zzjg-top {
  padding-top: 62px;
}

.zzjg-tree{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px;
}

.zzjg-wrap1.gs{
  width: 300px;
}

.zzjg-wrap1 {
  font-size: 16px;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #1070bc;
  color: #ffffff;
  margin-bottom: 80px;
}

.zzjg-wrap1::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #c0c0c0;
  position: absolute;
  top: 40px;
  right: 50%;
}

/* .zzjg-wrap1::before {
  content: "";
  width: 962px;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
} */

.zzjg-wrap2 {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.zzjg-wrap2::before{
  content: "";
  width: calc(100% - 150px);
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
}

.zzjg-wrap2-box1 {
  width: 150px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.zzjg-wrap2-box1::after {
  content: "";
  width: 1px;
  height: 96px;
  background: #c0c0c0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.zzjg-wrap2-box1::before {
  content: "";
  width: 1px;
  height: 40px;
  background: #c0c0c0;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.zzjg-wrap2-box1 span {
  display: block;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #1070bc;
  color: #ffffff;
}

.zzjg-wrap2-box2 {
  width: 150px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.zzjg-wrap2-box2::after {
  content: "";
  width: 1px;
  height: 95px;
  background: #c0c0c0;
  position: absolute;
  top: 100%;
  right: 50%;
}

.zzjg-wrap2-box2 span {
  display: block;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #1070bc;
  color: #ffffff;
}

.zzjg-wrap2-box3 {
  width: 150px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.zzjg-wrap2-box3::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #c0c0c0;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.zzjg-wrap2-box3 span {
  display: block;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #1070bc;
  color: #ffffff;
}

.zzjg-wrap3 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 52px;
}

.zzjg-wrap3::before{
  content: "";
  width: calc(100% - 150px);
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.zzjg-wrap3-box1 {
  font-size: 15px;
  text-align: center;
  width: 150px;
  height: 36px;
  line-height: 36px;
  position: relative;
  background: #1070bc;
  color: #ffffff;
}

.zzjg-wrap3-box2 {
  position: relative;
  margin-left: 317px;
  top: -20px;
  padding-top: 20px;
}

.zzjg-wrap3-box2::after {
  content: "";
  position: absolute;
  right: 75px;
  top: 0;
  width: 441px;
  height: 1px;
  background: #c0c0c0;
}

.zzjg-wrap3-box3,
.zzjg-wrap3-box4 {
  font-size: 15px;
  text-align: center;
  width: 150px;
  height: 36px;
  line-height: 36px;
  position: relative;
  background: #1070bc;
  color: #ffffff;
}

.zzjg-wrap3-box3::after,
.zzjg-wrap3-box4::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 100%;
  width: 1px;
  height: 20px;
  background: #c0c0c0;
}

.zzjg-wrap3-box4 {
  margin-left: 50px;
}

.dzb-wrap {
  height: 132px;
  float: left;
  position: relative;
  margin-left: 210px;
}

.dzb-wrap::after {
  content: "";
  width: 86px;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  top: -22px;
  left: 32px;
}


.dzb-wrap2 {
  width: 32px;
  height: 111px;
  background: #8b928f;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-left: 27px;
}

.dzb-wrap2::after {
  content: "";
  width: 1px;
  height: 22px;
  background: #c0c0c0;
  position: absolute;
  top: -22px;
  right: 50%;
}

.jyglc-wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding:0 57px 0 40px;
  width: 100%;
}

.jyglc-wrap1 {
  padding: 5px 8px;
  width: auto;
  min-width: 32px;
  height: auto;
  background: #8b928f;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.jyglc-wrap1::after {
  content: "";
  width: 1px;
  height: 22px;
  background: #c0c0c0;
  position: absolute;
  top: -22px;
  right: 50%;
}

/* .jyglc-wrap2,
.jyglc-wrap3,
.jyglc-wrap4,
.jyglc-wrap5,
.jyglc-wrap6,
.jyglc-wrap7,
.jyglc-wrap8 {
  margin-left: 36px;
} */

.zzjg-bottom {
  padding: 90px 62px 85px;
}

.zzjg-bottom .bt {
  font-size: 24px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.zzjg-bottom .nr {
  font-size: 14px;
  line-height: 38px;
  color: #4a4a4a;
  text-align: justify;
}

.zzjg-dj {
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  writing-mode: tb-rl;
}

.zzjg-dj.active {
  background: #1070bc;
  color: #ffffff;
}

.dzb-hd {
  display: none;
}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {
  .zzjg-tree {
    padding: 0 15px;
  }
  .jyglc-wrap {
    padding: 0 57px 0 39px;
}

  .dzb-wrap {
    margin-left: 30px;
  }

  .dzb-wrap2 {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .zzjg-top {
    overflow-y: hidden;
    overflow-x: auto;
}
.zzjg-tree{
  width: 863px;
}
}

@media only screen and (max-width: 996px) {
  .zzjg-top {
    overflow-y: hidden;
    overflow-x: hidden;
}
.zzjg-tree{
  width: auto;
}

.zzjg-wrap2-box1,.zzjg-wrap2-box2,.zzjg-wrap2-box3,.zzjg-wrap3-box1{
  width: 100px;
}

.zzjg-wrap2::before {
  width: calc(100% - 100px);
}

.zzjg-wrap3::before {
  width: calc(100% - 100px);
}

.jyglc-wrap {
  padding:0 34px 0 17px;
}

.jyglc-wrap1{
  padding: 5px;
}

  .dzb-wrap {
    margin-left: 37px;
  }

  .dzb-wrap2 {
    margin-left: 40px;
  }

  .dzb-wrap::after {
    width: 99px;
  }
}

@media only screen and (max-width: 768px) {
  .zzjg-top {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .zzjg-tree {
    min-width: 750px;
  }

  .zzjg-bottom .bt {
    font-size: 1.5rem;
  }

  .zzjg-bottom .nr {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .zzjg-bottom {
    padding: 20px;
  }
  .dzb-hd p{
    line-height: 30px!important;
  }
}

/* 20201119新增 */

.news-ul li {
  height: 195px;
  background: #f2f5f8;
  padding: 30px 0;
  box-sizing: border-box;
  transition: 0.3s all ease;
  border: 1px solid #f2f5f8;
  margin-top: 30px;
}

.news-ul li:first-child {
  margin-top: 0;
}

.news-ul li:hover {
  border: 1px solid #1070bc;
  box-shadow: 0 0 10px rgba(36, 120, 87, 0.4);
}

.news-ul li .date {
  width: 139px;
  height: 135px;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
}

.news-ul li .date .day {
  font-size: 48px;
  color: #1070bc;
  font-family: "Georgia";
}

.news-ul li .date .mouth {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
}

.news-ul li .text {
  margin-left: 170px;
  padding-right: 35px;
}

.news-ul li .text .bt {
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s all ease;
}

.news-ul li:hover .text .bt {
  color: #1070bc;
}

.news-ul li .text .nr {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  text-align: justify;
}

.news-ul li .text .more {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  background: url(../images/more-icon.png) right center no-repeat;
  padding-right: 15px;
}

.news-ul li:hover .text .more {
  color: #1070bc;
  background: url(../images/more-icon1.png) right center no-repeat;
}

@media only screen and (max-width: 768px) {
  .news-ul li {
    height: auto;
    padding: 1.875rem 0;
    margin-top: 1.875rem;
  }

  .news-ul li .date {
    width: 8.6875rem;
    height: 8.4375rem;
  }

  .news-ul li .date .day {
    font-size: 3rem;
  }

  .news-ul li .date .mouth {
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .news-ul li .text {
    margin-left: 10.625rem;
    padding-right: 2.1875rem;
  }

  .news-ul li .text .bt {
    font-size: 1.125rem;
  }

  .news-ul li .text .nr {
    font-size: 0.875rem;
    line-height: initial;
    height: auto;
    margin-top: 0.9375rem;
  }

  .news-ul li .text .more {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

/* 20201210新增公司简介 */

.about-content {
  width: 100%;
  height: 660px;
  background: url(../images/gsjj-bg.jpg) center no-repeat;
}

.about-left {
  width: 49.35%;
  height: 660px;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-left .title {
  font-size: 50px;
  line-height: 53px;
  font-weight: bold;
  color: #383838;
}

.about-left .yw {
  font-size: 18px;
  color: #1070bc;
  margin-top: 10px;
}

.about-left .line {
  display: block;
  width: 40px;
  height: 3px;
  background: #1070bc;
  margin-top: 20px;
}

.about-left .nr {
  font-size: 14px;
  color: #4e4d4d;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 40px;
}

.about-left .ckxq-a {
  font-size: 14px;
  color: #1070bc;
  width: 128px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #1070bc;
  text-align: center;
  margin-top: 50px;
  position: relative;
  transition: 0.3s all ease;
}

.about-left .ckxq-a:hover {
  color: #ffffff;
}

.about-left .ckxq-a span {
  z-index: 1;
}

.about-left .ckxq-a::after {
  content: "";
  width: 0;
  height: 100%;
  background: #1070bc;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
}

.about-left .ckxq-a:hover::after {
  width: 100%;
}

.about-right {
  margin-left: 56.85%;
  height: 660px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-r-content {
  width: 538px;
  height: 538px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.about-r-content .pic {
  width: 454px;
  height: 454px;
  border-radius: 50%;
  background: #058e44;
  border: 1px solid #eeeeee;
}

.about-r-content .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.about-r-content .clsj {
  width: 165px;
  box-sizing: border-box;
  position: absolute;
  right: -116px;
  top: 100px;
  background: url(../images/gywm-icon.png) left 18px no-repeat;
  padding-left: 52px;
}

.about-r-content .clsj p {
  font-size: 42px;
  font-family: impact;
  color: #058e44;
}

.about-r-content .clsj span {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999999;
}

.about-r-content .zgm {
  width: 165px;
  box-sizing: border-box;
  position: absolute;
  right: -122px;
  bottom: 100px;
  background: url(../images/gywm-icon.png) left 18px no-repeat;
  padding-left: 52px;
}

.about-r-content .zgm p {
  font-size: 42px;
  font-family: impact;
  color: #058e44;
}

.about-r-content .zgm span {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999999;
}

@media only screen and (max-width: 1600px) {
  .about-r-content {
    width: 490px;
    height: 490px;
  }

  .about-r-content .pic {
    width: 410px;
    height: 410px;
  }

  .about-r-content .clsj {
    right: -124px;
  }

  .about-r-content .zgm {
    right: -132px;
  }
}

@media only screen and (max-width: 1400px) {
  .about-r-content {
    width: 360px;
    height: 360px;
  }

  .about-r-content .pic {
    width: 320px;
    height: 320px;
  }

  .about-r-content .clsj {
    right: -124px;
    padding-left: 40px;
    top: 52px;
  }

  .about-r-content .zgm {
    right: -132px;
    padding-left: 40px;
    bottom: 52px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-r-content {
    width: 300px;
    height: 300px;
  }

  .about-r-content .pic {
    width: 260px;
    height: 260px;
  }

  .about-r-content .clsj {
    right: -124px;
    padding-left: 30px;
    top: 28px;
  }

  .about-r-content .zgm {
    right: -132px;
    padding-left: 30px;
    bottom: 28px;
  }
}

@media only screen and (max-width: 996px) {
  .about-left {
    width: 45%;
  }

  .about-right {
    margin-left: 47%;
  }

  .about-r-content {
    width: 300px;
    height: 300px;
  }

  .about-r-content .pic {
    width: 260px;
    height: 260px;
  }

  .about-r-content .clsj {
    right: -124px;
    padding-left: 30px;
    top: 28px;
  }

  .about-r-content .zgm {
    right: -132px;
    padding-left: 30px;
    bottom: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .about-content {
    height: auto;
    background-position: center bottom;
  }

  .about-left {
    width: 100%;
    height: auto;
    padding: 3.125rem 0;
    float: initial;
  }

  .about-left .title {
    font-size: 3.125rem;
    line-height: 3.3125rem;
  }

  .about-left .yw {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }

  .about-left .line {
    width: 2.5rem;
    height: 0.1875rem;
    margin-top: 1.25rem;
  }

  .about-left .nr {
    font-size: 0.875rem;
    line-height: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 2.5rem;
  }

  .about-left .ckxq-a {
    font-size: 0.875rem;
    width: 8rem;
    height: 2.25rem;
    line-height: 2.25rem;
    margin-top: 3.125rem;
  }

  .about-right {
    display: none;
    height: auto;
    margin-left: 0;
  }

  .about-r-content {
    width: 18.75rem;
    height: 18.75rem;
  }

  .about-r-content .pic {
    width: 16.25rem;
    height: 16.25rem;
  }

  .about-r-content .clsj {
    width: 10.3125rem;
    background: url(../images/gywm-icon.png) left 1.125rem no-repeat;
    background-size: 1.375rem;
    right: -7.75rem;
    padding-left: 3.25rem;
    top: 1.75rem;
  }

  .about-r-content .clsj p {
    font-size: 2.625rem;
  }

  .about-r-content .clsj span {
    font-size: 0.875rem;
  }

  .about-r-content .zgm {
    width: 10.3125rem;
    background: url(../images/gywm-icon.png) left 1.125rem no-repeat;
    background-size: 1.375rem;
    right: -7.75rem;
    padding-left: 3.25rem;
    bottom: 1.75rem;
  }

  .about-r-content .zgm p {
    font-size: 2.625rem;
  }

  .about-r-content .zgm span {
    font-size: 0.875rem;
  }
}

/* 项目展示 */
.bgbanner .project {
  position: absolute;
  bottom: 39.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 544px;
  height: 123px;
}

.bgbanner .show_more {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 139px;
  height: 40px;
}

.project_display {
  margin-bottom: 85px;
}

.pro_head {
  margin: 40px 0 80px;
  text-align: center;
}

.pro_head h1 {
  font-size: 90px;
  font-weight: bold;
  color: #a7a6a6;
  opacity: 0.3;
}

.pro_head p {
  font-size: 30px;
  font-weight: bold;
  color: #2e2e2e;
}

.swiper-container_pro img {
  width: 55.67%;
  height: 865px;
}

.swiper-container_pro .left_box {
  box-sizing: border-box;
  padding: 140px 155px 75px 85px;
  position: absolute;
  bottom: 50px;
  right: 15px;
  width: 57.59%;
  height: 722px;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.swiper-container_pro .left_box .box_title {
  font-size: 36px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}

.swiper-container_pro .left_box p {
  font-size: 20px;
  font-weight: 400;
  color: #2e2e2e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}

.swiper-container_pro .left_box .ckxq {
  margin-top: 47px;
  display: block;
  width: 213px;
  height: 58px;
  font-size: 20px;
  color: #ffffff;
  background: #1070bc url(../images/ckgd_fr.png) no-repeat 75% center;
  line-height: 58px;
  text-indent: 40px;
}

.swiper-container_pro .line {
  margin: 80px 0 47px;
  display: block;
  width: 79px;
  height: 11px;
  background: #1070bc;
}

.swiper-container_pro .swiper-pagination {
  width: 200px !important;
  bottom: 130px !important;
  right: 100px !important;
  left: auto !important;
}

.swiper-container_pro .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #c4c4c4;
  border-radius: 50%;
}

.swiper-container_pro .swiper-pagination-bullet-active {
  background: #1070bc;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.swiper-container_xmzs:hover .swiper-button-next,
.swiper-container_xmzs:hover .swiper-button-prev {
  display: block;
}

.swiper-container_xmzs .swiper-button-next,
.swiper-container_xmzs .swiper-button-prev {
  display: none;
  top: 0;
  right: 0;
  width: 47px;
  height: 100%;
  margin-top: 0;
}

.swiper-container_xmzs .swiper-button-next {
  background: rgba(0, 0, 0, 0.4) url(../images/xmzs_fr.png) no-repeat center !important;
}

.swiper-container_xmzs .swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.4) url(../images/xmzs_fl.png) no-repeat center !important;
}

@media only screen and (max-width: 1200px) {
  .swiper-container_pro .left_box {
    padding: 30px 40px 0px 29px;
    bottom: 30px;
    height: 440px;
  }

  .swiper-container_pro img {
    height: 533px;
  }

  .swiper-container_pro .line {
    margin: 30px 0 45px;
  }

  .swiper-container_pro .swiper-pagination {
    right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .xm_swi .text_con .text_title {
    margin-top: 180px !important;
  }

  .swiper-container_pro .left_box .box_title {
    font-size: 30px;
  }

  .bgbanner .show_more {
    bottom: 75px;
  }

  .bgbanner .project {
    width: 400px;
    height: 100px;
  }

  .pro_head h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 515px) {
  .bgbanner .project {
    width: 200px;
    height: 55px;
  }

  .bgbanner .show_more {
    bottom: 35px;
    width: 100px;
    height: 30px;
  }

  .pro_head h1 {
    font-size: 35px;
  }

  .pro_head {
    margin: 20px 0 30px;
  }

  .pro_head p {
    font-size: 24px;
  }

  .swiper-container_pro .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .swiper-container_pro .left_box .ckxq {
    margin-top: 47px;
    display: block;
    width: 126px;
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    background: #1070bc url(../images/ckgd_fr.png) no-repeat 90% center;
    line-height: 45px;
    text-indent: 16px;
  }

  .swiper-container_pro .left_box p {
    font-size: 14px;
    line-height: 30px;
  }

  .swiper-container_pro img {
    width: 85.67%;
    height: 385px;
  }

  .swiper-container_pro .left_box {
    bottom: 20px;
    padding: 10px 10px 0px 10px;
    width: 67.59%;
    height: 325px;
  }

  .swiper-container_pro .left_box .box_title {
    font-size: 18px;
  }

  .swiper-container_pro .line {
    margin: 5px 0 10px;
    height: 5px;
  }

  .project_display {
    margin-bottom: 30px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}