.dede_pages{margin: 20px 0; width:1200px; float:left; height:36px;}
.dede_pages ul{height: 34px;text-align: center;}
.dede_pages ul li {display: inline-block;height: 34px;margin-right: 5px;}
.dede_pages ul li a{float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;}
.dede_pages ul li a:hover{background:#f5f5f5;color:#51B242;}
.dede_pages ul li.thisclass {background: #51B242;color: #fff;}
.dede_pages ul li.thisclass a,.dede_pages ul li.thisclass a:hover{background: transparent;border-color: #51B242;color: #fff;cursor: default;}
.dede_pages ul li span{float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;;}
.w1200 {
  width: 62.5%;
  margin: 0 auto;
}

.label1 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.label1 .label2 {
  display: inline-block;
  cursor: pointer;
}

li {
  list-style: none;
}

a,
a:hover {
  color: #333333;
  text-decoration: none;
}

h5 {
  font-weight: normal;
}

.hide {
  display: none;
}

.phone {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
}


/*下拉菜单*/

.navbox ul li {
  position: relative;
}

.navbox ul li:hover .subnav {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.subnav {
  position: absolute;
  background: white;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  height: 0;
  /*overflow: hidden;*/
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.18);
}

.subnav a.stit {
  display: block;
  font-size: 16px;
  display: block;
  padding: 5px 0;
}

.subnav a.stit:hover {
  color: #154c97;
}

.subnav dd {
  position: relative;
  display: block;
}

.subnav dd .thnav {
  position: absolute;
  left: 100%;
  top: 0;
  width: 140px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  font-size: 14px;
  color: #333;
}

.thnav a {
  display: block;
  text-align: center;
  color: #333;
  line-height: 35px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.thnav a:last-child {
  border-bottom: none;
}

.thnav a:hover {
  color: #154c97;
}


/*-----------------------*/

.header {
  background: rgba(255, 255, 255, 0.8);
  height: 90px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.18);
  margin-bottom: 3px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header .logo {
  /*margin-top: 5px;*/
  margin-left: 2%;
}

.header .navbox {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.navbox li {
  float: left;
  font-size: 22px;
  color: #333;
  padding: 10px 30px 0px 30px;
  text-align: center;
  background: transparent;
  transition: all 0.5s;
}

.navbox li a.ntit {
  display: block;
  line-height: 90px;
  color: #333;
}

.navbox li:hover a.ntit,
.navbox li.on a.ntit {
  color: #154c97;
}

.header .phone-wrap {}

.header .phone-nav-btn {
  float: right;
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  padding: 0;
  padding-top: 10px;
  outline: none;
}

.header .phone-nav-btn span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #154c97;
  margin-left: calc(50% - 20px);
  margin-bottom: 9px;
  transition: all .5s ease-out;
  transform-origin: 0 0;
}

.header .phone-nav-btn.active {
  background: #154c97;
}

.header .phone-nav-btn.active span {
  background: #fff;
}

.header .phone-nav-btn.active span:nth-child(2) {
  opacity: 0;
}

.header .phone-nav-btn.active span:first-child {
  transform: rotate(45deg) translate(5px, -5px);
}

.header .phone-nav-btn.active span:last-child {
  transform: rotate(-45deg) translate(1px, 4px);
}

.header .phone-menu-wrap {
  position: fixed;
  height: calc(100% - 60px);
  background-color: #154c97;
  width: 100%;
  left: 0;
  top: 60px;
  display: none;
  overflow: scroll;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title {
  font-size: 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all .5s ease-out;
  background-color: transparent;
  text-align: left;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title span,
.header .phone-menu-wrap .wrap .phone-nav-item .title a.ptit {
  display: block;
  line-height: 64px;
  width: 90%;
  margin: 0 auto;
  background: url("../images/phone_arrow_down.png") no-repeat right center;
  color: #fff;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title a.ptit {
  background: none;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title.active span {
  background-image: url("../images/phone_arrow_up.png");
}

.header .phone-menu-wrap .wrap .phone-nav-item .menu {
  display: none;
}

.header .phone-menu-wrap .wrap .phone-nav-item .menu a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 8%;
  transition: all .5s ease-out;
}

.header .hright {
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
}

.lan {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  color: #154c97;
  line-height: 90px;
  background: url(../images/index_ic01.png) no-repeat right center;
  padding-right: 12px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

.hright .search {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #154c97 url(../images/index_ic02.png) no-repeat center;
  cursor: pointer;
}

.iban {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
  height:600px;
}

.iban ul {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

.iban li {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.iban li img {
  width: 100%;
  height: 100%;
}

.iban .btns {
  position: absolute;
  left: 50%;
  bottom: 48px;
  height: 12px;
}

.btns span {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
  background: #fff;
}

.btns span.cur {
  background: #154c97;
}

.banner {
  padding-top: 60px;
  box-sizing: border-box;
}

.banner .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
}

.banner .swiper-pagination-bullet-active {
  background: #154c97;
}

.itit {
  line-height: normal;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 3%;
  display: inline-block;
}

.itit span {
  font-size: 24px;
  color: #666666;
  font-family: arial;
}

.itit h5 {
  font-size: 48px;
  color: #333333;
}

.itit:after {
  position: absolute;
  content: "";
  after: "after";
  width: 100%;
  height: 4px;
  background: #154c97;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.inews-wrap {
  padding: 3% 0;
  background: url(../images/index_01.png) no-repeat left bottom;
}

.news-wrap .list_ul {}

.news-wrap .list_ul li {}

.news-wrap .list_ul li a {
  display: block;
}

.news-wrap .list_ul li a::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.news-wrap .list_ul li p {
  float: left;
  width: calc(100% - 130px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  background: url(../images/tbs.png) no-repeat left center;
  padding-left: 30px;
}

.news-wrap .list_ul li span {
  float: right;
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #999;
}

.news-tit .more,
.ivideo-tit .more {
  display: block;
  font-size: 16px;
  color: #999999;
  margin-top: 45px;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.inews-tit .more:after,
.ivideo-tit .more:after {
  position: absolute;
  content: "";
  background: url(../images/index_ic03.png) no-repeat center 0;
  width: 18px;
  height: 11px;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
  transition: all 0.5s;
}

.inews-tit .more:hover,
.ivideo-tit .more:hover {
  color: #154c97;
}

.inews-tit .more:hover:after,
.ivideo-tit .more:hover:after {
  background-position: center -11px;
}

.news-wrap .left {
  color: #666666;
  border-bottom: 3px solid #d9d9d9;
  width: 49.2%;
}

.inews-wrap .left .img {
  width: 100%;
  overflow: hidden;
}

.inews-wrap .left .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inews-wrap .left h5 {
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inews-wrap .left p {
  font-size: 16px;
  line-height: 30px;
}

.inews-wrap .left .date {
  display: block;
  font-size: 12px;
  margin-top: 6%;
  margin-bottom: 3%;
}

.inews-wrap .left:hover .img img {
  transform: scale(1.05, 1.05);
}

.inews-wrap .right {
  width: 45%;
}

.inews-wrap .right li {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7%;
  margin-bottom: 5%;
}

.inews-wrap .right li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.inews-wrap .right li .date {
  width: 17%;
  color: #154c97;
  line-height: normal;
  text-align: center;
}

.inews-wrap .right li .date span,
.inews-wrap .right li .date strong {
  display: block;
}

.inews-wrap .right li .date span {
  font-size: 16px;
}

.inews-wrap .right li .date strong {
  font-size: 42px;
}

.inews-wrap .right li .ininfo {
  width: 78%;
}

.inews-wrap .right li .ininfo h5 {
  font-size: 20px;
  color: #333333;
  line-height: normal;
  margin-bottom: 2%;
}

.inews-wrap .right li .ininfo p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}

.iabout-wrap {
  background: #fafafa;
  padding: 5% 0;
}

.iabout-wrap .left {
  width: 55%;
  margin-top: 3.15%;
}

.iabout-wrap .left .profile {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}

.iabout-wrap .left .more {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  margin-top: 45px;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.iabout-wrap .left .more::after {
  position: absolute;
  content: "";
  background: url(../images/index_ic03.png) no-repeat center 0;
  width: 18px;
  height: 11px;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
  transition: all 0.5s;
}

.iabout-wrap .left .more:hover {
  color: #154c97;
}

.iabout-wrap .left .more:hover::after {
  background-position: center -11px;
}

.iabout-wrap .right {
  width: 33.05%;
}

.iabout-wrap .right img {
  display: block;
  width: 100%;
}

.profile-list {
  margin-top: 5%;
}

.profile-list li {
  width: 32.3%;
  float: left;
  padding-left: 1%;
  position: relative;
}

.profile-list li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 130px;
  background: #e6e6e6;
  left: 0;
  top: 90px;
}

.profile-list li .icon {
  height: 90px;
}

.profile-list li .icon span {
  display: block;
  transition: all 0.5s;
}

.profile-list li .profile-tit {
  line-height: normal;
  margin-bottom: 30px;
}

.profile-tit strong,
.profile-tit span {
  display: block;
}

.profile-tit strong {
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
  transition: all 0.5s;
}

.profile-tit span {
  font-size: 18px;
  color: #b2b2b2;
  font-family: arial;
}

.profile-list li p {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.profile-list li:nth-child(1) .icon span {
  background: url(../images/index_ic04.png) no-repeat center 0;
  width: 45px;
  height: 46px;
}

.profile-list li:nth-child(2) .icon span {
  background: url(../images/index_ic05.png) no-repeat center 0;
  width: 42px;
  height: 42px;
}

.profile-list li:nth-child(3) .icon span {
  background: url(../images/index_ic06.png) no-repeat center 0;
  width: 38px;
  height: 41px;
}

.profile-list li:hover:nth-child(1) .icon span {
  background-position: center -46px;
}

.profile-list li:hover:nth-child(2) .icon span {
  background-position: center -42px;
}

.profile-list li:hover:nth-child(3) .icon span {
  background-position: center -41px;
}

.profile-list li:hover .profile-tit strong {
  color: #d2151a;
}

.ivideo-wrap {
  background: url(../images/index_04.png) no-repeat right top;
  padding: 3% 0;
}

.ivideo-wrap .ivideo {
  margin-top: 2%;
  position: relative;
  /*padding-bottom: 10%;*/
}

.ivideo .img {
  display: block;
  width: 100%;
  padding-bottom: 56.5%;
  height: 0 !important;
  overflow: hidden;
  position: relative;
}

.ivideo .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.ivideo .img span {
  display: block;
  position: absolute;
  background: url(../images/index_ic07.png) no-repeat center;
  width: 112px;
  height: 112px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.ivideo .img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #333;
}

.ivideo .img:hover img {
  transform: scale(1.1, 1.1);
}

.ivideo .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28%;
  padding: 3%;
  background: #d2151a;
}

.ivideo .txt h5,
.ivideo .txt p {
  margin: 0 3%;
}

.ivideo .txt h5 {
  font-size: 28px;
  color: #fff;
}

.ivideo .txt p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.ivideo .txt span {
  display: block;
  background: url(../images/index_ic08.png) no-repeat 95% center;
  width: 100%;
  height: 13px;
  margin-top: 30px;
  transition: all 0.5s;
}

.ivideo .txt:hover span {
  background-position: right center;
}

.ifield-wrap {
  background: url(../images/index_06.jpg) no-repeat center;
  padding: 90px 0;
  height: 825px;
}

.ifield-wrap h5 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 110px;
}

.ifield-wrap .ifield {
  width: 1200px;
  margin: 0 auto;
}

.ifield .circle {
  width: 546px;
  height: 546px;
  border: 2px dashed #0e74cb;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.circle .f {
  position: absolute;
}

.circle .f span,
.circle .f p {
  display: inline-block;
  float: left;
}

.circle .f span {
  width: 78px;
  height: 80px;
  transition: all 0.5s;
}

.circle .f p {
  color: #fff;
  font-size: 26px;
  color: #fff;
  margin: 0 10px;
  line-height: 80px;
}

.circle .f:hover span {
  background-position: center -80px;
}

.circle .f10 {
  top: -40px;
  left: 239px;
}

.circle .f10 span {
  background: url(../images/ifield_10.png) no-repeat center 0;
}

.circle .f1 {
  top: 72px;
  right: -107px;
}

.circle .f1 span {
  background: url(../images/ifield_01.png) no-repeat center 0;
}

.circle .f2 {
  right: 15px;
  bottom: 7px;
}

.circle .f2 span {
  background: url(../images/ifield_02.png) no-repeat center 0;
}

.circle .f4 {
  top: 94px;
}

.circle .f3 {
  right: -105px;
  bottom: 197px;
}

.circle .f3 span {
  background: url(../images/ifield_03.png) no-repeat center 0;
}

.circle .f4 {
  right: -150px;
}

.circle .f4 span {
  background: url(../images/ifield_04.png) no-repeat center 0;
}

.circle .f5 {
  bottom: 197px;
  left: -105px;
}

.circle .f5 span {
  background: url(../images/ifield_05.png) no-repeat center 0;
}

.circle .f6 {
  left: 8px;
  bottom: 7px;
}

.circle .f6 span {
  background: url(../images/ifield_06.png) no-repeat center 0;
}

.circle .f7 {
  top: 36px;
  left: -30px;
}

.circle .f7 span {
  background: url(../images/ifield_07.png) no-repeat center 0;
}

.circle .f8 {
  left: -54px;
  top: 72px;
}

.circle .f8 span {
  background: url(../images/ifield_08.png) no-repeat center 0;
}

.circle .f9 {
  bottom: -80px;
  left: 205px;
  text-align: center;
  width: 150px;
}

.circle .f9 span,
.circle .f9 p {
  float: none;
}

.circle .f9 span {
  background: url(../images/ifield_09.png) no-repeat center 0;
}

.circle .f9 p {
  display: block;
  line-height: normal;
}

.ifield .center {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ifield .center p {
  font-size: 32px;
  color: #fff;
}

.footer {
  background: #143A83;
}

.ftop {
  border-bottom: 1px solid #385571;
}

.ftop-nav {
  width: 70%;
  height: 90px;
  overflow: hidden;
  line-height: 90px;
  float: left;
}

.ftop-nav li {
  float: left;
  margin-right: 3.33%;
}

.ftop-nav a {
  font-size: 14px;
  color: #8f98a4;
}

.ftop-nav a:hover {
  color: white;
}

.flinks {
  width: 235px;
  position: relative;
  float: right;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
}

.flinks span {
  display: block;
  height: 46px;
  width: 100%;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.6);
  background: #033d7e url(../images/index_ic09.png) no-repeat 90% center;
  text-indent: 2em;
  font-size: 14px;
  cursor: pointer;
}

.flinks ul {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 46px;
  display: none;
  z-index: 15;
}

.flinks li {
  color: #333;
  font-size: 14px;
  /* 	text-indent: 2em; */
}

.flinks li a:hover {
  color: #0e74cb;
}

.fbom {
  color: #b9bec5;
  font-size: 14px;
  margin-top: 45px;
  padding-bottom: 45px;
}

.c-meesgae {
  float: left;
  margin-left: 7px;
}

.f-erwei {
  float: right;
  overflow: hidden;
  margin-right: 17px;
  font-size: 14px;
  width: 220px;
}

.erweibox {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 5%;
  background: white;
  text-align: center;
  line-height: 96px;
  float: left;
  margin-right: 25px;
}

.f-erwei h4 {
  font-size: 15px;
  font-weight: 400;
}

.f-erwei h4 span {
  color: #127aac;
}

.f-erwei a {
  clear: both;
  width: 80%;
  margin-top: 10px;
  display: block;
  color: #b9bec5;
  text-align: center;
  border-bottom: 1px solid #b9bec5;
  float: right;
}

.zztx {
  width: 100%;
  height: 47px;
  background: #033d7e;
  color: #fff;
  font-size: 14px;
  /* overflow: hidden; */
  text-align: center;
  line-height: 47px;
  text-align: left;
}

.zztx-bt {
  height: 100%;
}

.zztx p:nth-of-type(1) {
  margin-right: 50px;
}

.zztx p:nth-of-type(3) {
  float: right;
}

.zztx p {
  display: inline-block;
}

.big-img {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  font-size: 30px;
  display: none;
}

.big-img img {
  position: absolute;
  height: 90%;
  top: 80px;
  left: -5%;
}

.big-img span {
  position: absolute;
  top: 2%;
  right: 5%;
  color: white;
}


/*------------------------------------------------关于*/

.sbanner {
  position: relative;
  margin-top: 90px;
  background-color: #fff;
}

.sbanner .black-mk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.sbanner img {
  width: 100%;
}

.sbanner .tips {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 6;
}

.sbanner .tips p {
  font-size: 48px;
  line-height: normal;
}

.sbanner .tips span {
  display: block;
  display: inline-block;
  width: 71px;
  height: 7px;
  background: white;
  margin-top: 20px;
}

.type {
  background-color: #fff;
}

.type p {
  display: flex;
  padding: 25px 0;
  justify-content: space-between;
}

.type a {
  flex-shrink: 0;
  width: 180px;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
}

.type a:hover {
  background-color: #154c97;
  border: 1px solid #154c97;
  color: #fff;
}

.type a.active {
  background-color: #154c97;
  border: 1px solid #154c97;
  color: #fff;
}

.about-nav {
  width: 100%;
  height: auto;
  background: url("../images/about-bg-1.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 4%;
}

.about-box {
  height: 100%;
}

.about-box::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.top-nav {
  float: right;
  width: 100%;
  height: auto;
  text-align: right;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 4%;
  position: relative;
  z-index: 10;
}

.top-nav li {
  font-size: 16px;
  display: inline-block;
  margin-left: 3.3%;
  vertical-align: top;
}

.top-nav li:hover a {
  color: #4c6da7;
}

.top-nav li:hover:before {
  background: url("../images/list-style-hover.png") no-repeat;
}

.top-nav li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/list-style.png") no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.top-nav-active a {
  color: #4c6da7;
}

.top-nav .top-nav-active:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/list-style-hover.png") no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.about-1-txt {
  width: 100%;
  font-size: 16px;
  color: #000;
  overflow: hidden;
}

.about-1-txt h2 {
  clear: both;
  width: 100%;
  margin-bottom: 4%;
}

.about-h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
}

.about-1-main {
  width: 68.75%;
  float: left;
}

.about-1-main p {
  width: 100%;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about-1-main img {
  width: 100%;
}

.about-1-math {
  float: right;
  width: 25.4%;
  border-left: 1px solid #cccccc;
  text-align: left;
  padding-bottom: 10%;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.about-1-math dl {
  margin-left: 21.3%;
  margin-bottom: 18px;
}

.about-1-math dt {
  font-size: 64px;
  color: #154c97;
  font-weight: 600;
  font-family: Arial;
  line-height: 1;
}

.ys {
  width: 100%;
  position: relative;
  background: url("../images/about-bg-2.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 4%;
}

.ys h2 {
  padding-top: 6%;
  margin-bottom: 5%;
}

.ys-main {
  width: 85%;
  margin: 0 auto;
}

.ys-item {
  display: inline-block;
  width: 24%;
  margin-left: 0%;
  text-align: center;
}

.ys-item:nth-of-type(1) {}

.ys-item dl {
  width: 100%;
}

.ys-item dl dt {
  width: 100%;
  height: 122px;
  position: relative;
}

.ys-item dl dd {
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #666666;
}

.ys-item:hover dd {
  color: #154c97;
}

.ys-item span {
  display: inline-block;
  width: 57px;
  height: 64px;
  background: url("../images/about-icon-1.png") no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.ys-item:nth-of-type(2) span {
  background: url("../images/about-icon-2.png") no-repeat;
  background-position: bottom left;
}

.ys-item:nth-of-type(3) span {
  background: url("../images/about-icon-3.png") no-repeat;
  background-position: bottom left;
}

.ys-item:nth-of-type(4) span {
  background: url("../images/about-icon-4.png") no-repeat;
  background-position: bottom left;
}

.ys-item:hover span {
  background-position: top left;
}

.ys .ys-active span {
  background-position: top left;
}

.ys-active dd {
  color: #154c97;
}

.ys-ajax {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  margin-top: 2%;
}

.ys-ajaxs {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  margin-top: 2%;
}

.lbsw1 {
  width: 100%;
  position: relative;
  margin-top: 16.3%;
}

.lbsw5 {
  width: 100%;
  position: relative;
  display: none;
}

.ys-ajax .swiper-container1 {
  width: 85%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 1%;
}

.ys-ajax .swiper-container9 {
  width: 85%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 1%;
}

.ys-ajaxs .swiper-container9 {
  width: 85%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 1%;
}

.ys-ajax img {
  border-radius: 5%;
  box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, .2);
  width: 90%;
  margin-left: 2%;
}

.ys-ajaxs img {
  border-radius: 5%;
  box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, .2);
  width: 90%;
}

.ys-ajax p {
  width: 85%;
  margin: 0 auto;
}

.honour {
  width: 100%;
  background: url("../images/about-bg-3.jpg") no-repeat center;
  background-size: cover;
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 8%;
  padding-bottom: 6.5%;
}

.honour-box {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.hour-t {
  width: 48%;
  float: left;
  position: relative;
}

.honour-box img {
  /* float: left;
	width: 50%;
	vertical-align: text-bottom;
	position: absolute;
	bottom: 0; */
}

.hour-txt {
  background: #154c97;
  padding-top: 16%;
  padding-bottom: 12.5%;
}

.hour-t h2 {
  margin-bottom: 10.1%;
}

.hour-t p {
  width: 88%;
  margin: 0 auto;
}

.wenhua {
  width: 100%;
  background: url("../images/about-bg-4.png");
  padding-top: 6%;
}

.wenhua-box {
  height: 100%;
  text-align: center;
  position: relative;
}

.wenhua-box h2 {
  text-align: left;
}

.sbt-trangle {
  width: 55.5%;
  margin-bottom: 7%;
}

.wenhuaoption {
  display: inline-block;
  position: absolute;
}

.wenhuaoption img {
  width: 48px;
  height: auto;
  transition: all 0.5s
}

.wenhuaoption:nth-of-type(1) {
  width: 10%;
  left: 45%;
  top: 13.5%;
}

.wenhuaoption:nth-of-type(2) {
  width: 10%;
  left: 25%;
  top: 70%;
}

.wenhuaoption:nth-of-type(3) {
  width: 10%;
  left: 65.5%;
  top: 70%;
}

.wenhuaoption:hover dt img {
  transform: rotateY(360deg);
}

.wenhuaoption:hover dd {
  color: #154c97
}

.sbt-wenhua dd {
  font-size: 16px;
  font-weight: bold;
}

.ldgh {
  width: 100%;
  background: url("../images/about-bg-5.jpg") no-repeat center;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.ldgh-box h2 {
  margin-bottom: 4%;
}

.sw2 {
  width: 100%;
  position: relative;
}

.sw2 li img {
  display: block;
  width: 100%;
}

.ldgh-box {
  overflow: hidden;
}

.ldgh-box .swiper-container2 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 2%;
}

.tup {
  /*width: 33%;
	float: left;*/
  position: relative;
  margin-right: 0.5%;
  overflow: hidden;
}


/*.tup:nth-child(3){
	float: right;
	margin-right: 0;
}*/

.tup p {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(21, 76, 151, 0.8);
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s;
  /*transform: translateY(0);*/
}

.sw2 .swiper-pagination {
  position: relative;
  margin-top: 3%;
}

.ab {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.bs {
  display: inline-block;
  width: 47.4%;
  padding: 1%;
}


/*------------------------------------企业文化*/

.about-wh-bg {
  padding-bottom: 0;
  background: url("../images/wh-bg-1.jpg") no-repeat center;
  background-size: cover;
}

.about-wh {
  /*padding-bottom: 4%;*/
}

.title-p {
  font-size: 16px;
  color: #666666;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 98%;
}

.wh-img-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3%;
}

.wh-img-item {
  width: 32.26%;
  text-align: center;
  color: white;
  position: relative;
  float: left;
  margin-left: 1.6%;
}

.wh-img-item:nth-of-type(1) {
  margin-left: 0;
}

.b-mk {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
}

.item-wh-bg {
  width: 100%;
}

.b-mk dl {
  margin-top: 13%;
}

.b-mk dd {
  font-size: 20px;
}

.b-mk .dds {
  margin-top: 10%;
  line-height: 30px;
}

.b-mk .dd2 {
  padding-top: 30px;
}

.b-mk dt img {
  width: 14.2%;
}

.white-x span {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: white;
  display: none;
}

.white-x {
  margin-top: -6%;
}

.b-mk h2 {
  font-size: 18px;
}

.jyg {
  width: 100%;
  position: relative;
}

.jyg>img {
  width: 100%;
}

.w-mk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(255,255,255,.5);*/
}

.w-mk h2 {
  font-size: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 3.3%;
  margin-bottom: 5%;
}

.w-mk h3 {
  font-size: 26px;
}

.jzg-item dd {
  font-size: 22px;
  color: #333333;
}

.jzg-list {
  overflow: hidden;
}

.jzg-item {
  width: 22.5%;
  text-align: center;
  /*background: #ffffff;*/
  float: left;
  margin-left: 3.2%;
}

.jzg-item:nth-of-type(1) {
  margin-left: 0;
}

.jzg-item {
  /*padding-top: 7.2%;*/
  padding-bottom: 4%;
}

.jzg-item dt img {
  width: 35%;
}

.jzg-item dt {
  margin-bottom: 5%;
}

.jzg-item p {
  color: #fff;
}

.jzg-item .p1 {
  font-size: 30px;
  margin-top: 15px;
}

.jzg-item .p2 {
  font-size: 22px;
}

.jzg-title {
  margin-bottom: -3.7%;
}

.yrll {
  width: 100%;
  padding: 5% 0;
  background: url(../images/yrln_bg.png) repeat center;
}

.yrln-con img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.yrll h2 {
  font-size: 30px;
  width: 100%;
  text-align: center;
  color: #154c97;
  margin-bottom: 4%;
}

.yr-list {
  width: 100%;
  margin-bottom: 11.5%;
  overflow: hidden;
}

.yr-item {
  width: 19%;
  float: left;
  margin-left: 1.2%;
}

.yr-item:nth-of-type(1) {
  margin-left: 0;
}

.yr-item img {
  width: 100%;
}

.yr-item span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333333;
  padding-top: 11%;
  padding-bottom: 11%;
}


/*-----------------------------------------------------------------------------员工风采*/

.emp-img-list {
  width: 100%;
  overflow: hidden;
  margin-top: 2%;
  padding-bottom: 5%;
}

.emp-img-list li .emp-img-item {
  width: 100%;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 1.2%;
}

.emp-img-list li .emp-img-item:nth-child(3) {
  float: right;
}

.emp-img {
  width: 100%;
  overflow: hidden;
}

.emp-img-item img {
  display: block;
  width: 100%;
}

.emp-img-item .bg,
.emp-img-item p {
  position: absolute;
}

.emp-img-item .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0.2, 0.2);
  transition: all 0.5s;
}

.emp-img-item p {
  width: 92%;
  top: 50%;
  left: 4%;
  transform: translate(0, -50%);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.emp-img-item:hover .bg {
  opacity: 1;
  transform: scale(1, 1);
}

.emp-img-list .swiper-pagination,
.emp-img-list2 .swiper-pagination {
  position: relative;
  margin-top: 2%;
}

.xuqiu-box {
  background: #f2f2f2;
  padding-bottom: 5%;
}

.xuqiu .about-h2 {
  font-weight: 400;
  text-align: center;
  padding-top: 6.6%;
}

.xuqiu .emp-img-list2 {
  margin-top: 3%;
  width: 100%;
}

.emp-img-list2 .emp-img-item {
  width: 23%;
  margin-right: 2%;
  float: left;
}

.xuqiu .emp-img-item:nth-child(4) {
  margin-right: 0;
}

.xuqiu .emp-img {
  background: #cccccc;
}


/*社会公益*/

.staff-list-phone img {
  width: 100%;
  margin-top: 5%;
}

.staff-list-phone .swiper-container {
  padding-bottom: 30px;
}

.img-list-box {
  width: 100%;
  background: #000;
  position: relative;
  margin-top: 8.2%;
}

.white-mk {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, .6);
}

.img-dl {
  position: absolute;
  width: 50.4%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  z-index: 1;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  visibility: hidden;
  opacity: 0;
}

.img-list-box dl img {
  width: 100%;
}

.img-list-box dd {
  font-size: 20px;
  text-align: center;
  padding: 0% 3%;
  margin-top: 2.7%;
  padding-bottom: 3%;
}

.img-list-box .dl-left {
  width: 40%;
  left: 21%;
  margin-top: 3%;
  z-index: 15;
  visibility: visible;
  opacity: 1;
}

.img-list-box .dl-right {
  width: 40%;
  left: 78.6%;
  margin-top: 3%;
  z-index: 15;
  visibility: visible;
  opacity: 1;
}

.img-list-box .dl-center {
  width: 50.4%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  z-index: 20;
  visibility: visible;
  opacity: 1;
}

.dl-center .white-mk {
  display: none;
}

.turn-button {
  width: 100%;
  text-align: center;
  margin-top: 55%;
  padding-bottom: 5%;
}

.turn-button span {
  display: inline-block;
  width: 80px;
  height: 80px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 50%;
}

.turn-button span:hover {
  cursor: pointer;
}

.turn-prve {
  background: url("../images/lrbutton.png") no-repeat 4px 2px;
  margin-right: 3%;
  background-size: auto 80px;
}

.turn-next {
  background: url("../images/lrbutton.png") no-repeat right 2px;
  background-size: auto 80px;
}

.turn-button span:hover {
  background-image: url("../images/lrbutton-hover.png");
}


/*新闻中心*/

.top-nav>h2 {
  float: left;
  font-size: 30px;
  line-height: 0;
  color: #154c97; padding-top:1%;
}

.top-nav>h2 img {
  margin-right: 20px;
}

.news .news-wrap {
  padding: 3% 0;
  background: white;
}

.news .news-wrap .container {
  max-width: 1200px;
  margin: 0 auto;
}

.news ul,
.n-talent li,
.n-talent span,
.n-talent a {
  box-sizing: border-box;
}

.news .news-wrap .container .news-list .item a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 3% 1%;
  transition: border-color .5s ease-out;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.news .news-wrap .time-wrap h1 {
  font-size: 18px;
  color: #000;
}

.news .news-wrap .time-wrap b {
  display: block;
  width: 31px;
  height: 31px;
  border: 1px solid #ccc;
  background: url("../images/news_icon.png") no-repeat center center;
  margin-top: 15%;
  transition: all .5s ease-out;
  position: relative;
}

.news .news-wrap .content-wrap dl {
  padding: 0 10%;
}

.news .news-wrap .content-wrap dl dt {
  font-size: 20px;
  color: #000;
  transition: color .5s ease-out;
}

.news .news-wrap .content-wrap dl dd {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-top: 3%;
  position: relative;
  transition: all 0.5s;
  left: 0;
}

.news .news-wrap .container .news-list .item a .time-wrap {
  width: 11%;
}

.news .news-wrap .container .news-list .item a div {
  float: left;
}

.news .news-wrap .container .news-list .item a .content-wrap {
  width: 69%;
}

.news .news-wrap .container .news-list .item a .pic-wrap {
  width: 20%;
  overflow: hidden;
}

.news .pic-wrap img {
  width: 100%;
  transition: transform .5s ease-out;
}

.news .news-wrap .item a:hover img {
  transform: scale(1.1, 1.1);
}

.news .news-wrap .item a:hover .content-wrap dd {
  left: 20px;
}

.news .news-wrap .item a:hover .content-wrap dt {
  color: #154c97;
}

.news .news-wrap .item a:hover .time-wrap b {
  margin-left: 20px;
  border: 1px solid #004981;
  background: url(../images/news_iconh.png) no-repeat center center;
}

.page a.active {
  background: #004981;
  border: 1px solid #004981;
  color: #fff;
}

.link_a {
  /* border-radius: 0;
	background-color: #CCCCCC;
	color: #fff;
	padding: 5px 10px; */
  display: inline-block;
  font-size: 16px !important;
  color: #999999 !important;
  padding: 0 20px 0 0 !important;
  margin-right: 20px;
  position: relative;
  background: none !important;
  border: none !important;
  font-weight: normal;
}

.link_a:hover {
  background: none;
  color: #154c97 !important;
}

.link_a::after {
  position: absolute;
  content: "";
  background: url(../images/index_ic03.png) no-repeat center 0;
  width: 18px;
  height: 11px;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
  transition: all 0.5s;
}

.link_a:hover::after {
  background-position: center -11px;
}

.page a {
  text-decoration: none;
  color: #8698b6;
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 3px 6px;
  margin-right: 3px;
}

.n-talent .page {
  padding-top: 45px;
}

.page {
  padding: 90px 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
}

.news {
  padding-bottom: 0;
}


/*新闻详情*/

.ninfo-wrap {
  background: #FAFAFA;
}

.ninfo-wrap .ninfo {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 0 5% 3%;
  box-sizing: border-box;
}

.ninfo-wrap h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 1%;
  padding-top: 2%;
}

.ninfo-wrap .time {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 2%;
}

.ninfo-wrap .detail {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
}

.ninfo-wrap .detail p {
  text-indent: 2em;
  font-size: 16px !important;
  color: #000 !important;
  line-height: 30px !important;
  margin-bottom: 15px;
}

.ninfo-wrap .detail p span {
  font-size: 16px !important;
  color: #000 !important;
  line-height: 30px !important;
}

.ninfo-wrap .detail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ninfo-wrap .turn {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-bottom: 3%;
}

.ninfo-wrap .turn a {
  display: block;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ninfo-wrap .turn a:hover {
  color: #154c97;
}

.ninfo-wrap .turn a.back {
  border: 1px solid #999999;
  width: 98px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #000;
  text-align: center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-property: background color;
  -webkit-transition-property: background color;
  -ms-transition-property: background color;
  -o-transition-property: background color;
}

.ninfo-wrap .turn a.back:hover {
  background: #154c97;
  color: #fff;
  border-color: transparent;
}


/*-----------------------------------------------------------------------------党团*/

.newslist1 {
  padding-top: 3%;
  width: 100%;
  padding-bottom: 5%;
}

.newslist1>ul {
  margin-bottom: 5%;
}

.ninfo-wrap {
  background: #f2f2f2;
}

.ninfo-wrap .ninfo {
  width: 62.5%;
  margin: 0 auto;
  background: #fff;
  padding: 3% 2%;
}

.newslist1 dl {
  overflow: hidden;
  padding: 40px 40px;
  background: #f5f5f5;
  margin-bottom: 20px;
  height: 135px;
  cursor: pointer;
  transition: all 0.5s;
  padding-top: 20px;
  padding-bottom: 60px;
}

.newslist1 dl dt,
.newslist1 dl dd,
.newslist1 dl .date {
  float: left;
}

.newslist1 dl dt {
  width: 24.3%;
  overflow: hidden;
}

.newslist1 dl dt img {
  transition: all 0.5s;
  display: block;
  width: 100%;
}

.newslist1 dl dd {
  width: 600px;
  margin-left: 35px;
  margin-right: 30px;
}

.newslist1 dl dd h3 {
  font-size: 20px;
  color: #000;
  margin: 15px 0 0;
  transition: all 0.5s;
}

.newslist1 dl dd p {
  font-size: 14px;
  color: #000;
  transition: all 0.5s;
  position: relative;
  left: 0;
  margin-top: 3%;
}

.newslist1 dl .date {
  height: 105px;
  border-left: 1px solid #d9d9d9;
  width: 115px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  transition: all 0.5s;
}

.newslist1 dl .date:after {
  position: absolute;
  content: "";
  after: "after";
  display: block;
  background: url(../images/news_02.png) no-repeat center;
  width: 26px;
  height: 26px;
  background-size: 26px;
  bottom: 0px;
  left: 20px;
  transition: 0.5s;
}

.newslist1 dl .date span,
.newslist1 dl .date em {
  display: block;
  line-height: normal;
  font-style: normal;
}

.newslist1 dl .date span {
  font-size: 26px;
  margin-top: 5px;
}

.newslist1 dl:hover {
  background: #0850a6;
}

.newslist1 dl:hover dt img {
  transform: scale(1.1, 1.1);
}

.newslist1 dl:hover dd h3,
.newslist1 dl:hover .date {
  color: #fff;
}

.newslist1 dl:hover dd p {
  color: rgba(255, 255, 255, 0.8);
  left: 20px;
}

.newslist1 dl:hover .date:after {
  background: url(../images/news_02_hover.png) no-repeat center;
  left: 81px;
}

.page {
  width: 100%;
  height: 40px;
  display: table;
  margin: 50px 0 30px;
}

.page a {
  padding: 3px 14px;
  height: 30px;
  display: block;
  float: left;
  margin-left: 10px;
  background: #cccccc;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.page a.active,
.page a:hover {
  background: #0850a6;
}

.ninfo-wrap h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 1%;
}

.ninfo-wrap .time {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 2%;
}

.ninfo-wrap .detail {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
}

.ninfo-wrap img {
  display: block;
  margin: 0 auto;
}

.ninfo-wrap .turn {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-bottom: 3%;
}

.ninfo-wrap .turn a {
  display: block;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ninfo-wrap .turn a:hover {
  color: #0e2259;
}

.ninfo-wrap .turn a.back {
  border: 1px solid #999999;
  width: 98px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #000;
  text-align: center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-property: background color;
  -webkit-transition-property: background color;
  -ms-transition-property: background color;
  -o-transition-property: background color;
}

.ninfo-wrap .turn a.back:hover {
  background: #0e2259;
  color: #fff;
  border-color: transparent;
}


/*------------------------------------------------------------------------------多媒体*/

.media-top {
  position: relative;
  overflow: hidden;
  width: 77.5%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.media-top .media-mk {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.media-top .media-mk img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-top img {
  transition: all 1s;
}

.media-top:hover {
  cursor: pointer;
}

.media-bot {
  position: relative;
}

.media-bot ul {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.media-bot li {
  float: left;
  width: 280px;
  height: 151px;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.media-bot li img {
  display: block;
  width: 100%;
}

.media-bot li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.5s;
}

.media-bot li .bg img {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.media-bot li:hover .bg {
  opacity: 1;
  transform: scale(1, 1);
}

.media-bot .prev,
.media-bot .next {
  position: absolute;
  width: 18px;
  height: 35px;
  top: 50%;
  margin-top: -17.5px;
}

.media-bot .prev {
  left: 0;
  background: url(../images/media_prev.png) no-repeat center 0;
}

.media-bot .next {
  background: url(../images/media_next.png) no-repeat center 0;
  right: 0;
}

.media-bot .prev:hover,
.media-bot .next:hover {
  background-position: center -35px;
  transition: all 0.5s;
}

.media-video li {
  margin-bottom: 2%;
}

.media-video li {
  font-size: 16px;
}

.media-video li img {
  display: block;
  width: 100%;
}

.media-video li p {
  height: 30px;
  line-height: 30px;
}

.outvideo {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.outvideo .close {
  position: absolute;
  right: -65px;
  top: 0;
  background: url(../images/popup_close.jpg) no-repeat center center;
  width: 65px;
  height: 60px;
  cursor: pointer;
}

.outvideo .video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}

.mdia-background {
  width: 100%;
  position: relative;
}

.slider li {
  padding-bottom: 30px;
  text-align: center;
  line-height: 30px;
  background: #f2f2f2;
}

.active-play .bg {
  display: none;
}


/*------------------------------------------------------------------------------聚焦*/

.academician_div {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.academician_div h4 {
  font-size: 26px;
  color: #154c97;
  text-align: center;
  margin-bottom: 30px;
}

.academician_div dl {
  font-size: 0;
  margin-bottom: 30px;
}

.academician_div dl dt {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
}

.academician_div dl dd {
  display: inline-block;
  width: 55%;
  font-size: 16px !important;
  color: #000 !important;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 6%;
}

.academician_div dl dt img {
  width: 100%;
}

.academician_div dl dd p {}

.academician_div div {}

.academician_div div p {
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 12px;
}

.academician_div div p span {
  display: inline-block;
  text-indent: 0;
}

.list-box {
  transition: all 0.3s;
  transform: translate(0, 200px);
  opacity: 1;
  filter: alpha(opacity=0)
}

.masonry {
  margin-bottom: 5%;
}

.list-box .list {
  display: block;
  width: 33%
}

.list-box .list .cont {
  margin: 0 10px 20px;
  padding: 24px;
  background-color: #f7f7f7;
  min-height: 338px;
}

.list-box .list .cont .img-box {
  width: 100%
}

.list-box .list .cont .img-box img {
  width: 100%
}

.list-box .list .cont .title {
  padding-bottom: 10px;
  min-height: 52px;
  font-size: 18px;
  line-height: 26px !important;
  font-weight: normal;
  color: #333;
  display: inline-block;
}

.list-box .list .cont .time {
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #000
}

.list-box .list .cont .text {
  padding: 14px 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #555
}

.list-box .list .cont .more {
  font-size: 12px;
  line-height: 26px;
  color: #0e2259;
}

.news-jj {
  padding-bottom: 15%;
}


/*---------------------------------------------------------------------------领军人物*/

.ky-item {
  width: 81.45%;
  clear: both;
  overflow: hidden;
  padding-bottom: 3%;
  padding-top: 3%;
}

.ky-item:nth-child(1) {
  padding-top: 0;
}

.fstky {
  /*	padding-top: 0;*/
  margin-bottom: 1.4%;
}

.ky-item-main {
  float: right;
  width: 77.4%;
  height: 100%;
  font-size: 16px;
  color: #333333;
}

.ky-item-main img {
  margin-right: 2.5%;
  float: left;
  width: 44%;
  margin-bottom: 2.5%;
  margin-left: 1.5%;
}

.lj-jj {
  float: right;
  width: 51.5%;
}

.lj-jj p {
  margin-left: 1.75em;
  width: 93%;
}

.lj-js {
  clear: both;
  width: 94%;
  margin-left: 3%;
}

.lj-name {
  font-size: 26px;
  color: #154c97;
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-indent: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 4.5%;
}

.ky-item:nth-of-type(even) {
  padding-bottom: 2%;
  padding-top: 2.3%;
}

.ky-item:nth-of-type(odd) {
  background: #eeeeee;
}

.ky-item:nth-of-type(odd) .ky-item-main img {
  float: right;
  margin-right: 1.5%;
  margin-left: 2.5%;
}

.ky-item:nth-of-type(odd) .lj-name {
  text-indent: 1em;
}


/*------------------------------------------------------------------------------人才队伍*/

.team-list {
  width: 100%;
}

.team-item {
  float: right;
  width: 81.2%;
}

.team-top h2 {
  font-size: 26px;
  color: #333333;
  width: 100%;
  text-align: center;
  position: relative;
}

.team-top h2:after {
  content: '';
  width: 4.1%;
  height: 2px;
  background: black;
  left: 50%;
  bottom: -5%;
  transform: translate(-50%, 0%);
  position: absolute;
}

.team-top p {
  /*text-align: center;*/
  font-size: 16px;
  color: #000;
  /*width: 39%;*/
  margin: 0 auto;
  margin-top: 2%;
  line-height: 25px;
  margin-bottom: 3%;
}

.team-top p span {
  font-size: 20px;
  color: #154c97;
}

.team-top img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.team-top {
  margin-bottom: 2.6%;
}

.team-item .ky-item-main {
  float: left;
}

.team-item .ky-item-main img {
  margin-left: 0;
  margin-bottom: 0;
  width: 42%;
  position: relative;
  z-index: 10;
}

.team-item .lj-jj {
  width: 54.5%;
}

.team-item .lj-name {
  text-indent: 0;
}

.team-item .lj-jj p {
  margin-left: 0;
  color: #333333;
}

.team-item {
  padding-top: 2.1%;
  padding-bottom: 2.1%;
  position: relative;
  margin-top: 3.1%;
}

.team-item:nth-of-type(odd) {
  background: #eeeeee;
}

.team-item:nth-of-type(odd):after {
  content: '';
  width: 33.24%;
  height: 100%;
  border: 1px solid #eeeeee;
  position: absolute;
  top: -11%;
  left: -3%;
  z-index: 1;
}

.team-item:nth-of-type(even) img {
  float: right;
}

.team-item:nth-of-type(even) {
  padding-top: 0;
  padding-bottom: 0;
}

.team-item .lj-name {
  margin-top: 2%;
  width: 91%;
}

.team-item:nth-of-type(even) .lj-name {
  margin-left: .8%;
}

.team-item:nth-of-type(even) .lj-jj p {
  margin-left: .8%;
}

.item-item-left {
  float: left;
}

.item-item-left .ky-item-main {
  float: right;
}

.item-item-left:after {
  margin-left: 22%;
}


/*------------------------------------------------------------------------------科研平台*/

.pt-top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4.3%;
}

.pt-top img {
  width: 47.8%;
  float: left;
}

.pt-top p {
  font-size: 18px;
  color: #333333;
  width: 46.8%;
  margin-left: 2.9%;
  margin-top: 2%;
  float: left;
}

.zs-list {
  width: 100%;
}

.zs-list img {
  width: 31%;
  border: 8px solid #eeeeee;
  margin-left: 1.1%;
  margin-top: 2.8%;
  box-sizing: border-box;
}

.zs-list img:nth-of-type(1) {
  margin-left: 0;
}

.zs-list img:nth-of-type(4) {
  margin-left: 0;
}

.zs-list img:nth-of-type(7) {
  margin-left: 0;
}


/*-----------------------------------------------------------------------------科研成果*/

.cg-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5%;
}

.cg-list dl {
  display: inline-block;
  margin-left: .8%;
  width: 32.5%;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-bottom: 2%;
  vertical-align: top;
}

.cg-list dl:nth-of-type(1) {
  margin-left: 0;
}

.cg-list dl:nth-of-type(4) {
  margin-left: 0;
}

.cg-list dl img {
  border: 8px solid #eeeeee;
  width: 95.6%;
}

.cg-list dt {
  margin-bottom: 4%;
}

.page {
  margin: 0 auto;
  padding: 0px;
}

.n-talent .page a {
  padding: 0px 10px;
}

.page .sl {
  background: transparent;
  color: #cccccc;
  border: none;
}

.cghr {
  margin-top: 3.3%;
  margin-bottom: 3.5%;
  border: 1px dashed #e6e6e6;
}

.hx-table td {
  border: 1px solid white;
  text-align: center;
  background: #e0e0e0;
  font-size: 16px;
  color: #333333;
  padding: 1%;
}

.hx-table tr:nth-of-type(odd) td {
  background: #f2f2f2;
}

.hx-table tr:nth-of-type(1) td {
  background: #2d509f;
  color: white;
}

.hx-table td:nth-of-type(1) {
  width: 18.3%;
}

.hx-table td:nth-of-type(2) {
  width: 30.3%;
}

.hx-table td:nth-of-type(3) {}


/*------------------------------------------------------------------------------服务1*/

.fzqg {
  width: 100%;
  background: white;
  margin-top: 6.8%;
}

.fzqg h2 {
  font-size: 30px;
  width: 78.75%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

.fzqg img {
  width: 102%;
  margin-top: -6%;
}

.hgqq {
  width: 100%;
  background: #f2f2f2;
  padding-top: 6.5%;
  padding-bottom: 7%;
}

.hgqq h2 {
  font-size: 30px;
  width: 78.75%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7.6%;
}

.hgqq img {
  width: 100%;
}

.ser-team {
  width: 100%;
  background: white;
  padding-top: 4.8%;
  text-align: center;
  padding-bottom: 5%;
}

.ser-team h2 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 4.2%;
}

.ser-team img {
  width: 83.33%;
}

.ser-team p {
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
  margin-top: 1.8%;
}


/*--------------------------------------------------------------------------服务2*/

.serv-box .top-nav {
  margin-bottom: 5%;
}

.serv-box>h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.serv-list {
  width: 100%;
  position: relative;
  background: #000;
}

.serv-list>img {
  width: 100%;
}

.serv-mk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.serv-mk a {
  display: inline-block;
  width: 33.33%;
  background: rgba(0, 0, 0, .7);
  float: left;
  height: 100%;
}


/* .serv-mk a:hover{
	background:rgba(21,76,151,.9);
} */

.serv-list .sev-mk-active {
  background: rgba(21, 76, 151, .9);
}

.serv-mk dl {
  color: white;
  text-align: center;
  font-size: 14px;
}

.serv-mk dl img {
  width: 13.75%;
}

.serv-mk a:nth-of-type(1) dl dt {
  margin-top: 23%;
}

.serv-mk dl dt {
  margin-top: 25%;
}

.serv-mk dl h2 {
  font-size: 24px;
  margin-top: 5.4%;
  position: relative;
  margin-bottom: 3%;
}

.serv-mk dl h2:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 1px;
  background: white;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -5%;
}

.shouhou {
  width: 100%;
}

.shouhou img {
  width: 100%;
}

.tese {
  width: 100%;
  overflow: hidden;
  margin-top: 3%;
}

.tese img {
  width: 50%;
  float: left;
}

.gaojishu,
.gaojishu img {
  width: 100%;
  background: #f5f5f5;
}

.gaojishu hr {
  width: 92%;
  margin: 0 auto;
  background: #cccccc;
  border: none;
  height: 1px;
  margin-top: 5%;
}

.newnewnew {
  width: 100%;
  background: url("../images/ser-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 6.8%;
  text-align: center;
}

.newnewnew img {
  width: 73%;
}

.newnewnew hr {
  width: 92%;
  margin: 0 auto;
  background: #cccccc;
  border: none;
  height: 1px;
  margin-top: 10.2%;
}

.gongguan {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  padding-top: 6.8%;
  padding-bottom: 9.6%;
}

.gongguan img {
  width: 100%;
}


/*--------------------------------------------------------------------------经典案例*/

.al-box {
  width: 100%;
  overflow: hidden;
}

.al-b {
  width: 77.5%;
  margin-left: 0.83%;
  margin-right: 1.25%;
  float: left;
}

.al-b img {
  width: 100%;
}

.sal-list {
  width: 18.5%;
  /*float: left;*/
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /*height: 570px;*/
}

.al-box {
  position: relative;
}

.sal-list .swiper-container {
  height: 100%;
}

.sal-list .swiper-button-prev {
  left: 50%;
  top: 10px;
  margin: 0;
  transform: translateX(-50%) rotate(90deg);
  /*margin-left: -13px;*/
}

.sal-list .swiper-button-next {
  left: 50%;
  top: auto;
  bottom: 10px;
  margin: 0;
  transform: translateX(-50%) rotate(90deg);
  /*margin-left: -13px;*/
}

.sal-item {
  width: 100%;
  position: relative;
  margin-top: 4.4%;
}

.sal-item img {
  width: 100%;
}

.sal-item p {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  color: white;
  top: 0;
  left: 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  opacity: 0;
}

.sal-item p span {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0%, -50%);
  font-size: 18px;
}

.sal-item:nth-of-type(1) {
  margin-top: 0;
}


/* .sal-item:nth-of-type(1) p{
	opacity: 1;
	background: rgba(0,0,0,.5);
} */

.sal-item :hover {
  cursor: pointer;
}


/* .sal-item:hover p{
	opacity: 1;
	background: rgba(0,0,0,.5);

} */

.sal-active p {
  opacity: 1;
  background: rgba(0, 0, 0, .5);
}


/*-----------------------------------------------------------------------------投资*/

.tzzgx {
  width: 100%;
}


/*------------------------------------------------------------------------董监高*/

.dongshi {
  width: 100%;
}

.djg-title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.3%;
}

.djg-title h2 {
  display: inline-block;
  font-size: 30px;
  color: #333333;
  display: inline-block;
}

.djg-title p {
  display: inline-block;
  font-size: 22px;
  color: #000;
  margin-left: 2%;
  position: relative;
}

.dongshi-list {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5.5%;
}

.dongshi-list li {
  width: calc(100%/3);
  width: -moz-calc(100%/3);
  float: left;
  margin-top: 3%;
}

.dongshi-list li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


/*.dongshi-list img:nth-of-type(1){
	margin-left: 0;
}
.dongshi-list img:nth-of-type(4){
	margin-left: 0;
}
.dongshi-list img:nth-of-type(7){
	margin-left: 0;
}*/

.jianshi {
  width: 100%;
  margin-top: 5.81%;
}

.gaoji {
  width: 100%;
  margin-top: 5.81%;
}

.gaoji .dongshi-list {
  border: none;
}


/*------------------------------------------------------------------------------服务中心 人力资源*/

.recruit-li {
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
}

.recruit-dl {
  width: 16%;
  padding-left: 45px;
  font-size: 20px;
  color: #323232;
  line-height: 26px;
  padding-top: 32px;
}

.recruit-dr {
  width: 77%;
  padding: 0 35px 0 31px;
  border-left: 1px solid #cccccc;
}

.recruit-box {
  width: 85%;
}

.recruit-box1 {
  display: none;
}

.recruit-li .bot {
  margin-top: 10px;
}

.recruit-li .bot .tit {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.recruit-li .bot p {
  line-height: 1.5;
}

.link {
  width: 15%;
  margin-top: 3%;
}

.link2 {
  margin-top: 10px;
}

.p1 {
  font-size: 15px;
  color: #000;
  line-height: 24px;
}

.s1 {
  float: left;
  display: inline-block;
  width: 32.6%;
  margin: 10px 0;
}

.s1 em {
  font-style: normal;
}

.recruit-a {
  display: inline-block;
  color: #2d509f;
  border: 1px solid #2d509f;
  width: 100%;
  height: 32px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  transition: all .3s linear;
}

.recruit-ul .sx_show {
  width: 50%;
  font-size: 16px;
  color: #000;
  line-height: 35px;
  display: none;
}

.recruit-a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.recruit-ul .more {
  float: left;
}

.recruit-ul .more.on,
.n-talent .recruit-ul .more:hover {
  background: #2d509f;
  color: #fff;
}

.need {
  float: right;
  background: #7f7f7f;
  color: #fff;
}

.bot {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  display: none;
}

.hr {
  padding-bottom: 1.6%;
}

.hr .page {
  margin-top: 5.25%;
}

.hr-button {
  display: inline-block;
  width: 151px;
  height: 34px;
  background: #2d509f;
  color: white;
  text-align: center;
  line-height: 34px;
  position: relative;
  margin-right: 10px;
}

.hr-button:hover {
  color: white;
}

.hr-button img {
  margin-right: 10px;
  margin-top: -2px;
}


/*---------------------------------------------------------------------------简历投递*/

.hr-form h2 {
  font-size: 27px;
  color: #333333;
  width: 100%;
  text-align: center;
  padding-top: 3.5%;
  border-bottom: 1px dashed #b4b4b4;
  padding-bottom: 1%;
}

.applay-tb {
  order: 0;
  border-width: 0 0 1px 1px;
  width: 989px;
  margin: 0 auto;
  margin-top: 1.8%;
}

.applay-tb td {
  padding: 12px 3px;
  border: 0;
  border-width: 1px 1px 0 0;
  font-size: 15px;
  white-space: nowrap;
}

.applay-tb span {
  color: #ff0202;
}

.applay-tb .applay-input {
  width: 209px;
  height: 18px;
  padding: 8px 10px;
  line-height: 18px;
  color: #323232;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 16px;
}

.applay-tb textarea.applay-input,
.applay-tb .applay-input.address {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  resize: none;
}

.applay-tb .submit {
  width: 350px;
  height: 41px;
  background: #01458d;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
}


/*------------------------------------------------------------------------------招投标下载*/

.pdf-ztb {
  width: 100%;
  margin-bottom: 8%;
}

.pdf-ztb a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background: #f2f2f2;
  height: 50px;
  line-height: 50px;
  position: relative;
  /*margin-left: 2.8%;*/
  margin-top: 1%;
  padding-right: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.pdf-ztb a:nth-of-type(odd) {
  margin: 0;
}

.pdf-ztb a>img {
  margin-left: 15px;
  margin-right: 30px;
}

.pdf-ztb a span {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

.pdf-ztb a i {
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-bottom: -5px;
  margin-right: 10px;
  background: url("../images/down.png") no-repeat bottom left;
}

.pdf-ztb a:hover {
  color: #01458d;
}

.pdf-ztb a:hover i {
  background-position: top left;
  margin-bottom: -3px;
}


/*------------------------------------------------------------------------------联系方式*/

.contact-list dl {
  /* width: 24.4%; */
  width: 24.4%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.contact-list dt img {
  width: 31%;
}

.contact-list dd {
  font-size: 18px;
  margin-top: 5%;
}

.fgx {
  display: inline-block;
  width: 1px;
  padding-bottom: 18%;
  background: #cccccc;
  margin-top: 1%;
}

.con-map {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 2%;
}

.con-map .con-map-box {
  width: 100%;
  height: 620px;
}


/*------------------------------------------------------------------------------产品中心*/

.pro-nav-box {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 4%;
}

.pro-nav-box ul {
  width: 100%;
  overflow: hidden;
}

.pro-nav-box>ul li {
  float: left;
  width: 10.9%;
  height: 50px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 50px;
}

.pro-nav-box>ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #000;
}

.pro-nav-box>ul li:hover {
  background: #154c97;
  border: none;
  height: 52px;
  width: 11.1%;
}

.pro-nav-box>ul li a:hover {
  color: white;
}

.pro-nav-box>ul .pro-nav-active {
  background: #154c97;
  border: none;
  height: 52px;
  width: 11.1%;
}

.pro-nav-box ul .pro-nav-active>a {
  color: white;
}

.pro-list {
  width: 100%;
  margin-top: 4.2%;
}

.pro-item {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  height: 50px;
  margin-bottom: 3%;
}

.pro-item-active {
  height: auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pro-item-active .pro-title {
  color: white;
  background: #154c97;
}

.pro-item-active .pro-title img {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}

.pro-title {
  width: 100%;
  height: 50px;
  text-indent: 2cm;
  line-height: 50px;
  background: #c6daf6;
  color: #154c97;
  position: relative;
}

.pro-title img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(-180deg);
  -moz-transform: translate(0%, -50%) rotate(-180deg);
  -ms-transform: translate(0%, -50%) rotate(-180deg);
  -o-transform: translate(0%, -50%) rotate(-180deg);
  transform: translate(0%, -50%) rotate(-180deg);
}

.pro-title:hover {
  cursor: pointer;
}

.pro-maincontent {
  background: #f2f2f2;
  font-size: 16px;
  overflow: hidden;
  padding-bottom: 3.4%;
  margin-bottom: 1%;
}

.pro-maincontent img {
  float: left;
  width: 43%;
  margin-top: 3.2%;
  margin-left: 4.4%;
  margin-right: 4.2%;
}

.pro-maincontent p {
  float: left;
  width: 44%;
  margin-top: 4.5%;
}

.xl-list {
  width: 100%;
  overflow: hidden;
}

.xl-item {
  width: 31.6%;
  background: #f2f2f2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  height: 360px;
  float: left;
  margin-left: 2.6%;
  margin-top: 2.4%;
}

.xl-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.xl-item h2 {
  width: 100%;
  background: #cccccc;
  font-size: 18px;
  text-align: center;
  color: #154c97;
  font-weight: 600;
  padding-top: 3.4%;
  padding-bottom: 3.4%;
}

.xl-item ul {
  margin-left: 15px;
  margin-top: 3.6%;
  width: 92.45%;
  height: 270px;
  overflow: hidden;
  position: relative;
}

.xl-item ul li {
  font-size: 16px;
  margin-top: 2.3%;
}

.xl-item ul li:before {
  content: '　';
  width: 7px;
  height: 7px;
  background: url("../images/circle-li.png") no-repeat center;
}

.xl-item ul li:hover a {
  color: #154c97;
}

.xl-item ul .xl-item-active a {
  color: #154c97;
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.js-list {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.js-m.animate,
.js-list.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay1 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.delay2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.delay3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.delay4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.delay5 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.delay6 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.delay7 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.delay8 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.delay9 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.rresult_div {}

.rresult_div div:last-of-type {
  border-bottom: none;
}

.rresult_div div {
  margin-bottom: 3.5%;
  padding-bottom: 3.5%;
  border-bottom: 1px dashed #e6e6e6;
}

.rresult_div div span {
  font-size: 28px;
  color: #333;
  display: block;
  width: 24px;
  white-space: nowrap;
  margin-bottom: 20px;
}

.rresult_div div p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;
}

.rresult_div div img {
  width: 100%;
}

.exchange_div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3.0%;
}

.exchange_div p {
  text-indent: 32px;
  font-size: 16px;
  color: #000 !important;
  line-height: 24px;
  margin-bottom: 12px;
}

.exchange_div p span {
  color: #000 !important;
}

.exchange_swiper .swiper-container {
  padding-bottom: 40px;
}

.exchange_swiper .swiper-container .swiper-pagination {
  bottom: 0;
}

.exchange_swiper .swiper-container .swiper-slide div {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.exchange_swiper .swiper-container .swiper-slide div img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.exchange_swiper .swiper-container .swiper-slide div p {
  position: absolute;
  bottom: 0;
  height: 36px;
  width: 100%;
  line-height: 36px;
  background: rgba(21, 76, 151, 0.8);
  font-size: 14px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img_div {
  position: absolute;
  left: 311;
  top: 815;
  z-index: 999;
}

.img_div a {
  display: inline-block;
}

.img_div a img {
  vertical-align: top;
}

.img_div span {
  vertical-align: top;
  font-size: 18px;
  color: red;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid red;
}


/*------------------------------------------------------------------------------媒体查询*/

@media only screen and (max-width:1680px) {
  .recruit-dl {
    font-size: 18px;
    padding-left: 15px;
  }
}

@media only screen and (max-width:1366px) {
  .academician_div dl dd {
    padding-left: 3%;
  }
}

@media only screen and (max-width:1180px) {
  .news .news-wrap .container .news-list .item a .time-wrap {
    width: 12%;
  }
  .news .news-wrap .container .news-list .item a .content-wrap {
    width: 68%;
  }
  .news .news-wrap .time-wrap h1 {
    font-size: 16px;
  }
}

@media only screen and (max-width:1256px) {
  .about-nav .academician_div {
    width: 80%;
  }
  .recruit-dl {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width:1600px) {
  .w1200 {
    width: 80%;
  }
  .itit h5 {
    font-size: 42px;
  }
  .inews-list li {
    padding: 16px 0;
  }
  .ftop .right {
    width: 20%;
  }
  /**/
  .sbanner .tips p {
    font-size: 42px;
  }
  .sbanner .tips span {
    height: 2px;
  }
  .about-1-math dt {
    font-size: 50px;
  }
  /**/
  .top-nav>h2 {
    font-size: 26px;
  }
  .navbox li {
    padding: 0 20px;
  }
}

@media only screen and (max-width:1440px) {
  .pt-top p {
    font-size: 16px;
    margin-top: 0;
  }
  .emp-img-item p {
    font-size: 16px;
    width: 100%;
  }
  .w-mk h3 {
    font-size: 18px;
  }
  .b-mk h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .header .navbox {
    width: 900px;
  }
  .contact-list dl {
    /* width: 24.2%; */
    width: 18.2%;
  }
  .navbox li {
    font-size: 16px;
    padding: 0 15px;
  }
  .subnav a.stit {
    font-size: 14px;
  }
  .team-item .lj-jj {
    font-size: 14px;
    width: 55.5%;
  }
  .ky-item-main {
    font-size: 14px;
  }
  /**/
  .ifield-wrap {
    height: 720px;
  }
  .ifield .center p {
    font-size: 26px;
  }
  .ifield-wrap h5 {
    font-size: 36px;
    margin-bottom: 80px;
  }
  .circle .f p {
    font-size: 24px;
  }
  /**/
  .inewslist1 dl dd {
    width: 712px;
  }
  .inews-list li {
    padding: 11px 0;
  }
  .ftop .right {
    width: 20%;
  }
  .inews-wrap .right li .ininfo h5 {
    font-size: 18px;
  }
  .inews-wrap .right li .ininfo p {
    font-size: 14px;
  }
  .inews-wrap .right li .date strong {
    font-size: 40px;
  }
  .itit h5 {
    font-size: 40px;
  }
  .inews-wrap .left p {
    font-size: 14px;
  }
  .inews-wrap .left h5 {
    font-size: 20px;
  }
  .inavbox li {
    font-size: 14px;
  }
  .profile-tit span {
    font-size: 16px;
  }
  .profile-list li p {
    font-size: 14px;
  }
  .inews-wrap .right li .ininfo p {
    line-height: 24px;
  }
  /**/
  .about-1-math dt {
    font-size: 42px;
  }
  .about-h2 {
    font-size: 24px;
  }
  .lbsw1 {
    margin-top: 10%;
  }
}

@media only screen and (max-width:1366px) {
  .w1500 {
    width: 82%;
  }
  .itit h5 {
    font-size: 36px;
  }
  /**/
  .news-list li .date {
    width: 18%;
  }
  .ftop-nav {
    width: 68%;
  }
  .profile-tit strong {
    font-size: 20px;
  }
  .ivideo .txt h5 {
    font-size: 24px;
  }
  /**/
  .about-1-math dt {
    font-size: 36px;
  }
  .newslist1 dl dd {
    width: 555px;
  }
  .academician_div dl dt {
    width: 60%;
  }
  .academician_div dl dd {
    width: 40%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .header .navbox {
    width: 880px;
  }
  .navbox li {
    font-size: 16px;
    padding: 0 10px;
  }
  .subnav a.stit {
    font-size: 14px;
  }
  .inews-wrap .right {
    width: 40%;
  }
  .bs {
    width: 47.2%;
  }
  .b-mk .dds {
    line-height: 24px;
  }
  .b-mk .dd2 {
    padding-top: 24px;
  }
  .b-mk dd {
    font-size: 16px;
  }
  .b-mk h2 {
    font-size: 16px;
  }
}

@media only screen and (max-width:1024px) {
  .b-mk .dds {
    line-height: 24px;
    margin-top: 3%;
  }
  .news-jj {
    padding-bottom: 20%;
  }
  .newslist1>ul {
    margin-top: 15%;
  }
  .ninfo-wrap .ninfo {
    width: 82.5%
  }
  .applay-tb {
    width: 100%;
  }
  .applay-tb .applay-input {
    width: 85%;
  }
  .applay-tb textarea.applay-input,
  .applay-tb .applay-input.address {
    width: 94%;
  }
  .joinus_tb {
    margin-left: 15%;
  }
  .dongshi-list img {
    margin-left: 3.5%;
  }
  .al-b {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .sal-item:nth-of-type(1) {
    margin-top: 4.4%;
    margin-left: 0;
  }
  .sal-list {
    width: 100%;
    overflow: hidden;
    vertical-align: bottom;
  }
  .sal-item {
    width: 24%;
    float: left;
    margin-left: 1.3%;
  }
  .cg-list dl {
    margin-left: 0.5%;
    font-size: 16px;
  }
  .yr-item span {
    font-size: 16px;
  }
  .jzg-item dd {
    font-size: 18px;
  }
  .jzg-list {
    width: 95%;
  }
  .jzg-item {
    width: 23.5%;
    text-align: center;
    /*background: #ffffff;*/
    float: left;
    margin-left: 1.8%;
  }
  .jzg-item dt img {
    width: 52%;
  }
  .team-item .lj-name {
    margin-top: 2%;
  }
  .team-item:nth-of-type(odd):after {
    display: none;
  }
  .team-item .ky-item-main img {
    width: 100%;
  }
  .team-item .lj-jj {
    width: 100%;
  }
  .ky-item-main img {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 3%;
  }
  .lj-jj {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
  .lj-jj p {
    width: 100%;
    margin-left: 0;
  }
  .lj-js {
    width: 100%;
    margin-left: 0;
  }
  .outvideo .video {
    width: 80%;
  }
  .outvideo .close {
    top: -64px;
    right: 0;
  }
  .media-bot {
    left: 3.8%;
  }
  .media-bot .prev {
    left: -50px;
  }
  .media-bot li {
    height: auto;
  }
  .media-bot .next {
    right: 20px;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .sbanner {
    margin-top: 60px;
  }
  .slider li {
    padding-bottom: 0;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    /*margin-top: 5px;*/
  }
  .header .logo img {
    height: 60px;
  }
  .inews-wrap .left {
    width: 100%;
  }
  .m_swiper_div {
    width: 100% !important;
    height: 400px;
  }
  .inews-wrap .right {
    width: 100%;
  }
  .inews-wrap .right li {
    margin-top: 5%;
  }
  .iprofile-tit span {
    font-size: 12px;
  }
  .profile-tit strong {
    font-size: 20px;
  }
  .profile-list li {
    text-align: center;
  }
  .profile-list li:nth-child(1) .icon span,
  .profile-list li:nth-child(2) .icon span,
  .profile-list li:nth-child(3) .icon span {
    margin: 0 auto;
  }
  .ftop-nav {
    display: none;
  }
  .newslist1 dl {
    background: none;
    padding: 0;
    height: auto;
  }
  .newslist1 dl dt {
    width: 40%;
    margin-left: 0
  }
  .newslist1 dl dd {
    width: 58%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .newslist1 dl dd h3 {
    font-size: 20px;
    line-height: normal;
    margin-top: 5px;
  }
  .newslist1 dl dd span {
    font-size: 16px;
    display: block;
    color: #000;
    position: absolute;
    margin-top: 10px;
  }
  .newslist1 dl {
    margin-top: 5px;
  }
  .ninfo-wrap .turn a.back {
    position: relative;
    margin-left: 2%;
  }
  .recruit-box {
    display: none;
  }
  .recruit-box1 {
    display: block;
  }
  .recruit-ul .sx_show {
    display: block;
  }
  .recruit-dl {
    display: none;
  }
  .recruit-dr {
    width: 100%;
    border-left: none;
  }
  .recruit-box1 {
    border-top: 1px solid #f4f4f4;
  }
  .link {
    width: 45%;
    margin-top: 0;
  }
  .recruit-dr {
    padding: 0;
  }
  .zztx-bt p:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .zztx-bt p:nth-of-type(2),
  .zztx-bt p:nth-of-type(3) {
    display: none;
  }
  .w1200 {
    width: 96%;
  }
  .ifield-wrap-phone {
    margin-bottom: 5%;
  }
  .ifield-wrap-phone p {
    font-size: 18px;
  }
  .ifield-wrap-phone li {
    float: left;
    text-align: center;
    width: 33%;
    margin-top: 3%;
  }
  .ifield-wrap-phone span {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .bs {
    width: 47%;
  }
  .wenhuaoption:nth-of-type(1) {
    width: 6.5%;
    left: 47%;
    top: 11.5%;
  }
  .wenhuaoption:nth-of-type(2) {
    width: 6.5%;
    left: 26.5%;
    top: 67%;
  }
  .wenhuaoption:nth-of-type(3) {
    width: 6.5%;
    left: 67%;
    top: 67%;
  }
  .about-1-math dl {
    padding-bottom: 35%;
  }
  .top-nav li {
    margin-left: 2%;
  }
  .news .news-wrap .container .news-list .item a .content-wrap {
    width: 65%;
  }
  .news .news-wrap .container .news-list .item a .time-wrap {
    width: 15%;
  }
  .slider li {
    width: 30%;
  }
  .b-mk dt img {
    width: auto;
  }
  .b-mk dd:nth-child(2) {
    visibility: hidden;
  }
  .b-mk dd:nth-child(3) {
    visibility: hidden;
  }
  .zs-list img {
    border-width: 4px;
  }
  .academician_div dl dt {
    width: 100%;
  }
  .academician_div dl dd {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width:768px) {
  .b-mk dl {
    margin-top: 14%;
  }
  .media-bot {
    left: 0;
  }
  .b-mk .dds {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10%;
  }
  .ninfo-wrap .ninfo {
    width: 100%
  }
  .joinus_tb {
    margin-left: 0%;
  }
  .xl-item:nth-of-type(3n+1) {
    margin-left: 2.6%;
  }
  .xl-item:nth-of-type(odd) {
    margin-left: 0%;
  }
  .pro-maincontent p {
    width: 95%;
    margin: 0 auto;
    float: none;
    margin-top: 2%;
  }
  .xl-item {
    width: 48%;
  }
  .pro-maincontent {
    text-align: center;
  }
  .pro-maincontent img {
    width: 90%;
  }
  .pro-nav-box>ul .pro-nav-active {
    width: 22.4%;
  }
  .pro-nav-box>ul li {
    width: 21.9%;
  }
  .serv-mk dl img {
    width: 25%;
  }
  .serv-mk a:nth-of-type(1) dl dt {
    margin-top: 7%;
  }
  .serv-mk dl dt {
    margin-top: 8%;
  }
  .serv-mk dl h2 {
    font-size: 18px;
  }
  .serv-mk dl {
    font-size: 14px;
  }
  .pdf-ztb a {
    /*width: 47.3%;*/
  }
  .contact-list dd {
    font-size: 14px;
  }
  .contact-list dd p {
    font-size: 14px !important;
    text-align: center !important;
  }
  .sal-item:hover p {
    font-size: 14px;
  }
  .pt-top p {
    width: 85%;
    margin: 0 auto;
    float: none;
    text-align: left;
    margin-top: 3%;
  }
  .pt-top img {
    width: 85%;
    float: none;
  }
  .pt-top {
    text-align: center;
  }
  .zs-list img {
    margin-left: .8%;
  }
  .w-mk h2 {
    padding-top: 2.3%;
    font-size: 24px;
    margin-top: 0;
  }
  .jzg-item .p1 {
    font-size: 22px;
  }
  .jzg-item .p2 {
    font-size: 20px;
  }
  .flinks {
    float: left;
  }
  .lbsw5 {
    display: block;
    margin-top: 5%;
  }
  .lbsw5 .swiper-slide {
    text-align: center;
  }
  .ys-ajax .lbsw5 img {
    width: 70%;
  }
  .lbsw1 {
    display: none;
  }
  .sbt-wenhua {
    font-size: 12px;
  }
  .about-1-math {
    overflow: hidden;
    text-align: center;
    width: 100%;
    float: none;
    border: none;
    margin-top: 5%;
  }
  .about-1-math dl {
    padding-bottom: 0;
    width: 21%;
    float: left;
    margin-left: 8.3%;
  }
  .about-1-main {
    width: 100%;
  }
  .about-1-main img {
    margin: 20px auto;
  }
  .sbt-wenhua dd {
    display: none;
  }
  .news .news-wrap .container .news-list .item a .pic-wrap {
    width: 40%;
    overflow: hidden;
    margin-left: 8%;
    margin-top: 5%;
  }
  .news .news-wrap .container .news-list .item a .content-wrap {
    width: 85%;
  }
  .emp-img-item {
    /*margin-top:6%;*/
  }
  .emp-img-list {
    padding-bottom: 20%;
  }
  .sal-active p {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
  }
  .m_swiper_div {
    height: 200px !important;
    margin-bottom: 30px;
  }
  .img_div {
    display: none;
  }
  .banner {
    height: 245px;
  }
}

@media only screen and (max-width:480px) {
	.keyantuandui img{ width:100%;}
  .news-jj {
    padding-bottom: 60%;
  }
  .list-box .list {
    width: 100%;
  }
  .xl-item {
    width: 100%;
    margin-left: 0;
  }
  .xl-item:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .xl-item:nth-of-type(odd) {
    margin-left: 0%;
  }
  .pro-nav-box>ul li:hover {
    background: #154c97;
    border: none;
    height: 52px;
    width: 31.9%;
  }
  .pro-nav-box>ul li {
    width: 31.9%;
  }
  .pro-nav-box>ul .pro-nav-active {
    width: 32.3%;
  }
  .serv-mk dl h2 {
    font-size: 12px;
  }
  .serv-mk dl dd:nth-child(3) {
    display: none;
  }
  .serv-mk a:nth-of-type(1) dl dt {
    margin-top: 16%;
  }
  .serv-mk dl dt {
    margin-top: 17%;
  }
  .top-nav {
    position: relative;
    z-idnex: 15;
  }
  .ser-team p {
    width: 100%;
    font-size: 18px;
  }
  .ser-team img {
    width: 100%;
  }
  .fzqg h2 {
    width: 100%;
    font-size: 18px;
  }
  .hgqq h2 {
    width: 100%;
    font-size: 18px;
  }
  .pdf-ztb a:nth-of-type(odd) {
    margin-left: 0;
    margin-top: 2%;
  }
  .pdf-ztb a {
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
  }
  .fgx {
    display: none;
  }
  .contact-list dl {
    width: 47%;
  }
  .big-img img {
    width: 100%;
    left: 0;
    height: auto;
    top: 50%;
    transform: translate(-0, -50%);
  }
  .dongshi-list img {
    width: 90%;
    margin-left: 3.5%;
    margin-top: 2%;
  }
  .dongshi-list img:nth-of-type(1) {
    margin-left: 0;
  }
  .dongshi-list img:nth-of-type(4) {
    margin-left: 3.5%;
  }
  .dongshi-list img:nth-of-type(7) {
    margin-left: 0;
  }
  .dongshi-list img:nth-of-type(odd) {
    margin-left: 0;
  }
  .hx-table td {
    font-size: 14px;
  }
  .cg-list dl {
    width: 48.4%;
  }
  .cg-list dl img {
    border-width: 4px;
  }
  .zs-list .swiper-slide {
    text-align: center;
  }
  .zs-list img {
    width: 90%;
  }
  .emp-img-item {
    margin-top: 6%;
  }
  .emp-img-item {
    width: 100%;
    position: relative;
    text-align: center;
    float: left;
    margin-top: 10%;
    font-size: 16px;
  }
  .emp-img-item p {
    font-size: 16px;
    width: 100%;
    padding-bottom: 10%;
  }
  .emp-img-item p {
    width: 100%;
    top: 90%;
    position: absolute;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    text-align: center;
    left: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    line-height: 30px;
  }
  .yr-item span {
    font-size: 14px;
  }
  .jyg {
    background: url("../images/jzg-bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 4%;
  }
  .jzg-item:nth-of-type(1) {
    margin-left: 1.8%;
  }
  .jzg-item {
    width: 47.5%;
    margin-top: 1.8%;
  }
  .jyg>img {
    display: none;
  }
  .w-mk {
    position: relative;
  }
  .wh-img-item {
    width: 100%;
    margin: 0;
    margin-bottom: 2%;
  }
  .b-mk dd:nth-child(2) {
    visibility: visible;
  }
  .b-mk dd:nth-child(3) {
    visibility: visible;
  }
  .media-bot .prev {
    left: 0;
  }
  .media-bot .next {
    right: 0;
  }
  .ky-item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .page a {
    padding: 0px 9px;
  }
  .about-1-math {
    overflow: hidden;
    text-align: center;
    width: 100%;
    float: none;
    border: none;
    margin-top: 5%;
  }
  .about-1-math dl {
    padding-bottom: 0;
    width: 33%;
    float: left;
    margin-left: 0;
  }
  .top-nav {
    text-align: left;
  }
  .about-1-main {
    width: 100%;
    float: none;
  }
  .newslist1 dl dd h3 {
    font-size: 18px;
  }
  .itit h5 {
    font-size: 28px;
  }
  .itit span {
    font-size: 20px;
  }
  .f-erwei {
    width: 100%;
    float: left;
    margin-top: 8%;
  }
  .f-erwei a {
    float: left;
    width: 45%;
  }
  .left fl js-m animate {
    width: 100%;
  }
  .iabout-wrap .right {
    width: 100%;
    margin-top: 10%;
  }
  .iabout-wrap .left {
    width: 100%;
  }
  .ivideo .txt {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .ivideo .img span {
    width: 50px;
  }
  .ivideo .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .ivideo .txt p {
    font-size: 16px;
  }
  .profile-list li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10%;
  }
  .profile-list li:before {
    display: none;
  }
  .profile-list li .icon {
    height: 60px;
  }
  .profile-list li .profile-tit {
    margin-bottom: 12px;
  }
  .sbanner .tips p {
    font-size: 25px;
  }
  .sbanner .tips span {
    width: 45px;
  }
  .ys-item {
    width: 48.5%;
    font-size: 16px;
  }
  .ys-item dl dd {
    font-size: 16px;
    text-align: center;
  }
  .ys-ajax p {
    width: 100%;
  }
  .hour-t {
    width: 100%;
  }
  .honour-box img {
    width: 100%;
    position: relative;
    float: none;
  }
  .sbt-trangle {
    width: 100%;
  }
  .wenhuaoption:nth-of-type(1) {
    width: 11.5%;
    left: 44.5%;
    top: 15.5%;
  }
  .wenhuaoption:nth-of-type(3) {
    width: 11.5%;
    left: 81%;
    top: 72%;
  }
  .wenhuaoption:nth-of-type(2) {
    width: 11.5%;
    left: 8%;
    top: 72%;
  }
  .tup {
    width: 100%;
    padding-bottom: 5%;
  }
  .bs {
    width: 47.4%;
  }
  .top-nav>h2 {
    text-align: center;
    float: none;
    margin-bottom: 7%;
    margin-top: 9%;
  }
  .news .news-wrap .time-wrap b {
    margin-bottom: -5px;
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
    border: none;
  }
  .news .news-wrap .time-wrap h1 {
    display: inline-block;
  }
  .news .news-wrap .content-wrap dl {
    padding: 0;
  }
  .news .news-wrap .time-wrap h1 {
    margin-left: 0;
  }
  .news .news-wrap .container .news-list .item a {
    margin-top: 5%;
  }
  .news .news-wrap .container .news-list .item a .time-wrap {
    width: 100%;
  }
  .news .news-wrap .container .news-list .item a .pic-wrap {
    width: 100%;
    margin-left: 0;
  }
  .news .news-wrap .container .news-list .item a .content-wrap {
    width: 100%;
  }
  .xuqiu .emp-img-item {
    width: 100%;
    padding-top: 75.8%;
  }
}

@media only screen and (max-width:415px) {
  .f-erwei a {
    width: 55%;
    text-align: left;
  }
  .page {
    width: 115%;
    margin-left: -10%;
  }
  .bs {
    width: 47.3%;
  }
  .jzg-item .p1 {
    font-size: 20px;
  }
  .jzg-item .p2 {
    font-size: 18px;
  }
  .w-mk h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width:320px) {
  .w1200 {
    width: 95%;
  }
}

.iban .prev,
.iban .next {
  display: block;
  position: absolute;
  width: 19px;
  height: 35px;
  top: 50%;
  margin-top: -12.5px;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}

.iban .prev {
  left: 5%;
  background: url(../images/banner_prev.png) no-repeat center 0;
  transform: translateX(-200px);
}

.iban .next {
  right: 5%;
  background: url(../images/banner_next.png) no-repeat center 0;
  transform: translateX(200px);
}

.iban:hover .prev,
.iban:hover .next {
  opacity: 1;
  transform: translateX(0);
}


/*.iban .prev:hover,.iban .next:hover{
	background-position: center -100px;
}*/

.hright input {
  display: block;
  border: none;
  background: transparent;
  height: 100%;
}

.hright #skey {
  position: absolute;
  right: 90px;
  top: 30px;
  opacity: 0;
  width: 0;
  height: 33px;
  border-radius: 20px;
  background: #fff;
  float: left;
  text-indent: 1em;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  color: #333;
  transition: all 0.5s;
}

.hright #skey::-webkit-input-placeholder {
  color: #000;
}

.hright #skey::-moz-placeholder {
  color: #000;
}

.hright #skey:-ms-input-placeholder {
  color: #000;
}

.searchlist {
  padding-bottom: 5%;
}

.searchlist ul .skey {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #333;
}

.skey span {
  color: red;
}

.searchlist ul h5 {
  font-size: 20px;
  color: #1B6DB6;
}

.searchlist ul h5 span {
  color: #000;
  font-size: 14px;
  padding-left: 20px;
}

.searchlist li {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.searchlist li .tips {
  position: inherit;
  width: 100%;
  border-bottom: 0;
}

.searchlist li .tips a.tit {
  padding-top: 0;
  font-size: 14px;
  line-height: 40px;
}

.gweiyuan {
  background: #eeeeee;
  padding: 3% 0;
  margin-top: 3%;
}

.gweiyuan .gteam-list {
  font-size: 0;
  text-align: center;
}

.gweiyuan .gteam-list:last-of-type {
  text-align: left;
}

.gwy-top img {
  display: block;
  width: 100%;
}

.gteam-type {
  background: url(../images/gteam-02.jpg) repeat center;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin-top: 2%;
}

.gteam-list li {
  width: 33.33%;
  margin-top: 2%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
}

.gteam-list li img {
  max-width: 100%;
  width: auto;
}

.tmail {
  float: left;
  display: inline-block;
  width: 34px;
  height: 90px;
  background: url(../images/tmail.png) no-repeat center;
}

@media only screen and (max-width: 1024px) {
  .ky-item-main {
    width: 100%;
    margin: 0 auto 3%;
  }
  .lan,
  .tmail {
    line-height: 60px;
    height: 60px;
    float: right;
  }
  .ts_zztx {
    display: none;
  }
}

.m_swiper_div {
  width: 500px;
  height: 300px;
}

.m_swiper_div .swiper-slide a {
  display: block;
  cursor: pointer;
}

.m_swiper_div .swiper-slide a i {
  display: block;
}

.m_swiper_div .swiper-slide a i img {
  width: 100%;
  vertical-align: top;
}

.m_swiper_div .swiper-container {
  padding-bottom: 30px;
}

.m_swiper_div .swiper-pagination {
  bottom: 0 !important;
}

.listbox .ti {
  font-size: 16px;
  color: #144c97;
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 10px;
}

.list-ul {
  background-color: #fff;
  /*margin-top: 20px;*/
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
  width: 1060px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 5px;
  display: none;
}

.listb {
  padding: 20px 0;
  padding-top: 35px;
  height: 500px;
  overflow: auto;
  box-sizing: border-box;
}

.listbox a {
  font-size: 12px;
  color: #000;
  display: block;
  line-height: 30px;
}

.listbox a:hover {
  color: #144c97;
}

.listbox a.more {
  color: #144c97;
  line-height: 20px;
}

.listbox {
  display: inline-block;
  border-left: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 0 22px;
  vertical-align: top;
  width: 19.6%;
  margin-bottom: 40px;
  min-height: 150px;
}

.listbg {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:1300px) {
  .list-ul {
    width: 800px;
  }
  .listbox {
    width: 25%;
  }
}

@media screen and (max-width:1260px) {
  .recruit-dl {
    /*padding-left: 15px;*/
  }
}

@media screen and (max-width:1220px) {
  .recruit-dl {
    width: 13%;
    /*font-size: 18px;*/
  }
}

@media screen and (max-width:1400px) {
  .sal-list {
    /*height: 520px;*/
  }
}

@media screen and (max-width:1300px) {
  .sal-list {
    /*height: 480px;*/
  }
}

@media screen and (max-width:1024px) {
  .sal-list {
    height: auto;
    position: static;
  }
  .sal-item {
    width: 100%;
  }
  .sal-list .swiper-button-next {
    right: 10px;
    transform: none;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .sal-list .swiper-button-prev {
    left: 10px;
    transform: none;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.new-bot .ti {
  margin-right: 30px;
}

.new-bot .new1 {
  /* margin-right: 30px; */
  /* padding-right: 30px; */
  position: relative;
  display: inline-block;
  width: 87%;
  text-align: left;
}

.new-bot .new1 a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* .new-bot .new1:after{
                content: '';
                display: block;
                height: 15px;
                border-right: 1px solid rgba(255, 255, 255);
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
              } */

.new-bot {
  cursor: pointer;
  position: relative;
  z-index: 99999999999999999;
  height: 47px;
}

.ne-de {
  position: absolute;
  bottom: 47px;
  left: 0;
  width: 100%;
  /* height: 200px; */
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999999999999999;
}

.ne-de .n1 {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-bottom: 5px;
}

.ne-de .n1 .tu {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.ne-de .n1 .tu img {
  width: 100%;
  transition: 0.5s;
}

.ne-de .n1:hover .tu img {
  transform: scale(1.1);
}

.ne-de .n1 .font {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}

.ne-de .n1 .font .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.ne-de .n1:hover .font .tit {
  color: #004981;
}

.ne-de .n2 {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 35px;
  box-sizing: border-box;
}

.ne-de .n1 .font .time {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  margin-top: 5px;
  margin-bottom: 10px;
}

.ne-de .n1 .font .de {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  max-height: 54px;
  overflow: hidden;
}

.ne-de .n2 a {
  border-bottom: 1px dashed #e6e6e6;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}

.ne-de .n2 a span {
  font-size: 12px;
  color: #999;
  margin-right: 12px;
}

.ne-de .n2 a:hover {
  color: #004981;
}

.ne-de {
  display: none;
  padding-bottom: 10px;
}

.new-bot .over .ti {
  max-width: 40%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  overflow: hidden;
  font-weight: bold;
}

.new-bot .over {
  overflow: hidden;
  height: 47px;
}

.new-bot .n2 .link_a {
  display: inline-block;
  font-size: 14px !important;
  overflow: inherit;
  padding-right: 80px;
  box-sizing: border-box;
  position: relative;
}

.new-bot .n2 .link_a::after {
  right: -10px;
}

.zztx-bt {
  width: 52.5%;
}

.new1 .tim {
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new1 .zi {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
  display: inline-block;
}

@media only screen and (max-width:1400px) {
  .ne-de .n1 .font .de {
    max-height: 36px;
  }
}

.m-bot {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #012040;
  height: 40px;
  z-index: 99;
}

.banner.phone {
  position: relative;
}

.banner.phone .swiper-pagination {
  bottom: 50px;
}

.banner.phone .over {
  color: #fff;
  padding: 0 2%;
  box-sizing: border-box;
}

.banner.phone .over .ti {
  line-height: 40px;
  vertical-align: middle;
}

.banner.phone .over .new2 {
  display: inline-block;
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  vertical-align: middle;
}

.banner.phone .new2 a {
  color: #fff;
  display: block;
  line-height: 40px;
  font-size: 0;
}

.banner.phone .new2 a .zi {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.banner.phone .new2 a .tim {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
}

.banner.phone .m-bot {
  /* position: relative; */
}

.banner.phone .link {
  position: absolute;
  bottom: 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

.banner.phone .link {
  padding: 10px;
  box-sizing: border-box;
}

.banner.phone .link a {
  display: block;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.banner.phone .link a span {
  margin-right: 5px;
}

.banner.phone .link .link_a {
  font-size: 14px !important;
  display: block;
  width: 76px;
  margin: 0 auto;
  color: #004981 !important;
  overflow: inherit;
}

.link_a::after {
  /* position: relative; */
  right: 15px;
  background-position: center -11px;
  /* margin-left: 10px; */
}

@media only screen and (max-width:1560px) {
  .new-bot .new1 {
    width: 80%;
  }
}

@media only screen and (max-width:1400px) {
  .zztx-bt {
    width: 65.5%;
  }
}

@media only screen and (max-width:750px) {
  .zztx-bt {
    width: 100%;
  }
  .zztx-bt a {
    display: block;
  }
}

.pavement {
  padding: 88px 0 65px;
  background-color: #f5f5f5;
}

.pavement .h5 {
  font-size: 28px;
  padding-left: 10px;
  border-left: 5px solid #154c97;
  margin-bottom: 40px;
}

.pavement .top {
  position: relative;
}

.pavement .top .ti {
  font-size: 34px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #154c97;
  position: relative;
  padding: 25px 0;
  margin-bottom: 40px;
}

.pavement .xian {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-top: 4px solid #154c97;
  width: 100px;
}

.programme {}

.programme .div1 {}

.programme .div1 li {
  display: flex;
  align-items: center;
}

.programme .div1 .divl {
  flex-shrink: 0;
  width: 24%;
  margin-right: 6%;
}

.programme .div1 .divl p {
  font-size: 16px;
  line-height: 2;
  text-indent: 32px;
}

.programme .div1 .divr {
  flex-shrink: 0;
  width: 70%;
  display: flex;
}

.programme .div1 .divr dd {
  flex-shrink: 0;
  width: 48%;
  margin-right: 4%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.programme .div1 .divr dd em {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.programme .div1 .divr dd h6 {
  height: 54px;
  background-color: #154c97;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
}

.case {}

#md {
  display: block;
  height: 1px;
}

.case .type_span {
  display: block;
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}

.case .type_span a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-left: 26px;
  line-height: 28px;
}

.case .type_span a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #7a7a7a;
  margin-right: 10px;
}

.case .type_span a:hover {
  color: #154c97;
}

.case .type_span a:hover::before {
  border: 2px solid #154c97;
}

.case .type_span a.active {
  color: #154c97;
}

.case .type_span a.active::before {
  border: 2px solid #154c97;
}

.case .div1 {
  margin-bottom: 50px;
}

.case .div1 p {
  font-size: 16px;
  line-height: 2.0;
}

.clear_both::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.case .div2 {}

.case .div2 .type_div {
  margin-top: -30px;
}

.case .div2 ul {
  display: none;
}

.case .div2 ul:first-of-type {
  display: block;
}

.case .div2 ul li {
  float: left;
  width: 32%;
  margin-top: 30px;
  margin-right: 2%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.case .div2 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.case .div2 ul li em {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.case .div2 ul li h6 {
  height: 54px;
  background-color: #154c97;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
}

.procedure {
  padding-bottom: 100px;
}

.procedure .div1 {
  margin-bottom: 110px;
}

.procedure .div1 p {
  font-size: 16px;
  line-height: 2.0;
}

.procedure .div2 {
  position: relative;
}

.procedure .div2::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 200px);
  top: 10px;
  left: 50%;
  margin-left: -1px;
  background-color: #154c97;
}

.procedure .div2 li {
  position: relative;
  z-index: 3;
  width: 50%;
  height: 200px;
  margin-left: 50%;
  display: flex;
  align-items: flex-start;
}

.procedure .div2 li i {
  font-size: 28px;
  color: #154c97;
  padding: 0 0 0 30px;
  background-image: url(../images/xz4.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left center;
  margin-top: 64px;
  font-weight: bold;
  margin: 0 74px 0 -11px;
}

.procedure .div2 li dl {
  width: 400px;
  margin-top: -64px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.procedure .div2 li dt {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.procedure .div2 li dd {
  height: 54px;
  background-color: #154c97;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
}

.procedure .div2 li:nth-of-type(2n) {
  margin-left: 0;
  flex-direction: row-reverse;
}

.procedure .div2 li:nth-of-type(2n) i {
  background-position: right center;
  padding: 0 30px 0 0;
  margin: 0 -11px 0 74px;
}

.advantage {
  padding: 88px 0 0;
}

.advantage .div1 {}

.advantage .div1 li {
  padding: 65px 0
}

.advantage .div1 li .div {
  display: flex;
  align-items: center;
}

.advantage .div1 li .divl {
  flex-shrink: 0;
  width: 24%;
  margin-right: 6%;
}

.advantage .div1 li .divl p {
  font-size: 16px;
  line-height: 2;
  text-indent: 32px;
}

.advantage .div1 li .divr {
  flex-shrink: 0;
  width: 70%;
}

.advantage .div1 li .divr .swiper-container {
  width: 100%;
  padding: 14px;
  margin-left: -14px;
}

.advantage .div1 li .divr .swiper-slide {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.advantage .div1 li .divr .swiper-slide em {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.advantage .div1 li .divr .swiper-slide h6 {
  height: 54px;
  background-color: #154c97;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
}

.advantage .div1 li .divl .btn_div {
  font-size: 0;
  margin-top: 40px;
}

.advantage .div1 li .divl .swiper-button-prev {
  position: static;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  border: 1px solid #154c97;
  background-image: url(../images/xz5.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.advantage .div1 li .divl .swiper-button-next {
  position: static;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  border: 1px solid #d2151a;
  background-image: url(../images/xz6.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.advantage .div1 li .divr dt img {
  width: 100%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.advantage .div1 li:first-of-type {
  padding-top: 0;
}

.advantage .div1 li:nth-of-type(2n) {
  background-color: #fff;
}

.synopsis {}

.synopsis .div1 {
  padding-bottom: 65px;
}

.synopsis .div1 dl {
  display: flex;
  align-items: center;
}

.synopsis .div1 dl dt {
  /* width: 32%; */
  flex-shrink: 0;
  width: 42%;
  margin-right: 10%;
  font-size: 16px;
  line-height: 2;
  text-indent: 32px;
}

.synopsis .div1 dl dd {
  flex-shrink: 0;
  /* width: 62%; */
  width: 48%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}

.synopsis .div1 dl dd img {
  width: 100%;
  vertical-align: top;
}

.synopsis .div2 {
  padding: 65px 0 55px;
  background-color: #fff;
}

.synopsis .div2 .swiper-slide {}

.synopsis .div2 .swiper-slide h5 {
  font-size: 24px;
  color: #154c97;
  margin-bottom: 22px;
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #154c97;
}

.synopsis .div2 .swiper-slide h6 {}

.synopsis .div2 .swiper-slide h6 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.synopsis .div2 .swiper-slide h6 p::before {
  content: "•";
  color: #154c97;
  margin-right: 10px;
}

.synopsis .div2 .swiper-slide h6 p:last-of-type {
  margin-bottom: 0;
}

.synopsis .div2 .swiper-pagination {
  position: static;
  display: block;
  height: 4px;
  width: 100%;
  margin-top: 40px;
}

.synopsis .div2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #154c97;
}

.synopsis .div3 {
  padding-top: 65px;
}

.synopsis .div3 ul {
  display: flex;
}

.synopsis .div3 ul li {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3%;
}

.synopsis .div3 ul li img {}

.synopsis .div3 ul li h6 {
  font-size: 20px;
  margin: 20px 0 10px;
}

.synopsis .div3 ul li p {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #666;
}

.synopsis .div3 .swiper_div {
  position: relative;
  margin-top: 30px;
}

.synopsis .div3 .swiper-button-prev {
  width: 31px;
  height: 31px;
  border: 1px solid #154c97;
  background-image: url(../images/xz5.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -15px;
  left: -80px;
}

.synopsis .div3 .swiper-button-next {
  width: 31px;
  height: 31px;
  border: 1px solid #d2151a;
  background-image: url(../images/xz6.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -15px;
  right: -80px;
}

.synopsis .div3 .swiper-slide {}

.synopsis .div3 .swiper-slide em {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.synopsis .div3 .swiper-slide h6 {
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: 0;
  left: 0;
  background-color: rgba(21, 76, 151, 0.5);
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .sbanner .type a {
    width: 160px;
  }
}

@media (max-width: 1024px) {
  .type {
    overflow-x: auto;
  }
  .type p {
    padding: 14px 0;
  }
  .type a {
    font-size: 14px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 14px 10px;
  }
  .pavement {
    padding: 20px 0 60px;
  }
  .pavement .top .ti {
    font-size: 20px;
  }
  .case .type_span {
    display: block;
    float: none;
    margin-top: 20px;
  }
  .case .type_span a {
    margin-left: 0;
    margin-right: 26px;
  }
  .pavement .h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .case .div2 ul li {
    width: 100%;
    margin-right: 0;
  }
  .programme .div1 li {
    display: block;
  }
  .programme .div1 .divl {
    width: 100%;
  }
  .programme .div1 .divr {
    width: 100%;
    display: block;
  }
  .programme .div1 .divr dd {
    width: 100%;
    margin-top: 20px;
  }
  .procedure .div1 {
    margin-bottom: 40px;
  }
  .procedure .div2 li {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
  }
  .procedure .div2 li dl {
    margin-top: 0;
    width: 70%;
  }
  .procedure .div2 li:nth-of-type(2n) {
    flex-direction: row;
  }
  .procedure .div2 li:nth-of-type(2n) i {
    background-position: left center;
    margin: 0;
    padding: 0 0 0 30px;
  }
  .procedure .div2 li i {
    margin: 0;
    width: 24%;
    box-sizing: border-box;
  }
  .procedure .div2::before {
    display: none;
  }
  .advantage .div1 li .div {
    display: block;
  }
  .advantage .div1 li .divl {
    width: 100%;
  }
  .advantage .div1 li .divr {
    width: 100%;
  }
  .advantage .div1 li .divl .btn_div {
    display: none;
  }
  .advantage .div1 li {
    padding: 30px 0;
  }
  .advantage {
    padding-bottom: 20px;
  }
  .synopsis .div1 dl {
    display: block;
  }
  .synopsis .div1 dl dt {
    width: 100%;
  }
  .synopsis .div1 dl dd {
    width: 100%;
  }
  .synopsis .div1 {
    padding-bottom: 40px;
  }
  .synopsis .div3 .swiper-button-next {
    display: none;
  }
  .synopsis .div3 .swiper-button-prev {
    display: none;
  }
}