/*@font-face {
  font-family: pingFang;
  src: url(fonts/PINGFANG_MEDIUM_0.TTF) format('trueType');
}
@font-face {
  font-family: din;
  src: url(fonts/dincond.OTF) format('OpenType');
}
@font-face {
  font-family: dind;
  src: url(fonts/DINCOND_BOLD.OTF) format('OpenType');
}*/
html,
body {
  font-family: pingFang;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ibg {
  background-color: rgba(46,55,121,0.7);
}
header .logo {
  height: 88px;
}
header .logo a {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .logo img {
  display: block;
  /*height: 37px;*/
}
header .search {
  height: 88px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .search .sea {
  width: 36px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
header .search .sea img {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
}
header.hide {
  top: -88px;
}
header .flex {
  display: flex;
  display: -webkit-flex;
}
.menus {
  height: 88px;
  display: none;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 20px;
}
.menu {
  cursor: pointer;
}
.menu .bar {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 5px 0;
}
.menu.ed .bar:nth-child(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu.ed .bar:nth-child(2) {
  opacity: 0;
}
.menu.ed .bar:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
}
.pop-search {
  display: none;
  width: 100%;
  height: 100%;
}
.pop-search .sub {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.pop-search .inp {
  width: 92%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.pop-search .inp input {
  display: block;
  height: 102px;
  background-color: transparent;
  border: none;
}
.pop-search .inp .input {
  width: 93%;
  padding: 0 10px 0 45px;
  color: #fff;
  font-size: 36px;
  background-image: url(../images/Icon_search_pop.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px 21px;
}
.pop-search .inp .input::-webkit-input-placeholder {
  color: #fff;
}
.pop-search .inp .btn {
  width: 7%;
  color: #fff;
  font-size: 40px;
  background: url(../images/icon-line1.png) left center / 2px auto no-repeat;
}
.layer-pop-search {
  background-color: #2e3779 !important;
}
.layer-pop-search .layui-layer-setwin .layui-layer-close2 {
  position: initial;
  width: 17px;
  height: 17px;
  background-image: url(../images/Icon_search_close.png);
  background-position: center;
  background-size: cover;
}
.layer-pop-search .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
}
nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
nav li {
  height: 88px;
  padding: 0 28px;
  position: relative;
}
nav li > a {
  display: block;
  line-height: 88px;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
nav li > a span,
nav li > a img {
  display: inline-block;
  vertical-align: middle;
}
nav li > a span {
  color: #fff;
  font-size: 15px;
}
nav li > a img {
  margin-left: 8px;
}
nav .child {
  display: none;
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  min-width: 150px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
nav .child dd a {
  display: block;
  text-align: center;
  color: #2e3779;
  line-height: 42px;
  background-color: #fff;
  font-size: 15px;
  white-space: nowrap;
  padding: 0 20px;
}
nav .child dd:hover a {
  color: #fff;
  background-color: #2e3779;
}
.swiper-full {
  width: 100%;
  height: 100%;
}
.swiper-pagination.page-full {
  position: fixed;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.swiper-pagination.page-full .swiper-pagination-bullet {
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}
.swiper-pagination.page-full .swiper-pagination-bullet p {
  color: #fff;
  font-size: 12px;
  opacity: 0;
  white-space: nowrap;
}
.swiper-pagination.page-full .swiper-pagination-bullet .line {
  width: 61px;
  height: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  margin-left: 7px;
}
.swiper-pagination.page-full .swiper-pagination-bullet .line span {
  display: block;
  width: 56%;
  height: 100%;
  background-color: #fff;
}
.swiper-pagination.page-full .swiper-pagination-bullet.theme p {
  color: #2e3779;
}
.swiper-pagination.page-full .swiper-pagination-bullet.theme .line span {
  background-color: #2e3779;
}
.swiper-pagination.page-full .swiper-pagination-bullet-active p {
  opacity: 1;
}
.swiper-pagination.page-full .swiper-pagination-bullet-active .line span {
  width: 100%;
}
.swiper-banner {
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-banner .swiper-slide .txt {
  width: 1500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.swiper-banner .swiper-slide .txt .y {
  color: rgba(255, 255, 255, 0.1);
  font-size: 200px;
  line-height: 1;
  font-family: din;
  position: absolute;
  top: -90px;
  left: 0;
}
.swiper-banner .swiper-slide .txt h6 {
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  font-family: 'Microsoft Yahei';
  margin-bottom: 54px;
  text-shadow: 0 2px 2px rgba(78, 132, 169, 0.6);
}
.swiper-banner .swiper-slide .txt .desc {
  color: #fff;
  font-size: 25px;
  line-height: 42px;
}
.swiper-banner .swiper-pagination {
  bottom: 30vh;
  left: 0;
  right: 0;
  width: 1500px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
.swiper-banner .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index1 .lr {
  position: absolute;
  right: 58px;
  bottom: 44px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index1 .lr .swiper-button-next,
.index1 .lr .swiper-button-prev {
  position: initial;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 8px;
  background-size: auto auto;
}
.index1 .lr .swiper-button-next:hover,
.index1 .lr .swiper-button-prev:hover {
  border-color: #2e3779;
}
.index1 .lr .swiper-button-next {
  background-image: url(../images/icon-ir.png);
}
.index1 .lr .swiper-button-prev {
  background-image: url(../images/icon-il.png);
}
.index1 .lr .swiper-button-next:hover {
  background-image: url(../images/icon-ired.png);
}
.index1 .lr .swiper-button-prev:hover {
  background-image: url(../images/icon-iled.png);
}
.index1 .down {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  animation: down 0.5s infinite alternate;
}
@keyframes down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.index2 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index2 .txt {
  width: 50%;
  height: 100%;
  padding-left: 13vw;
  padding-right: 3vw;
  padding-top: 12.8vh;
  background-color: #f7f7f9;
  position: relative;
}
.index2 .txt .t {
  position: relative;
  margin-bottom: 3.6vh;
}
.index2 .txt .t .y {
  color: rgba(51, 51, 51, 0.1);
  font-size: 98px;
  font-family: din;
  text-transform: uppercase;
  line-height: 1;
}
.index2 .txt .t h6 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 55px;
  left: 0;
}
.index2 .txt .desc {
  color: #666;
  font-size: 15px;
  line-height: 32px;
  max-height: 256px;
  overflow: hidden;
  margin-bottom: 5.6vh;
}
.index2 .txt .det {
  display: block;
  width: 154px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  font-size: 0;
  text-align: center;
}
.index2 .txt .det span {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  color: #888;
  font-size: 14px;
  font-family: din;
  text-transform: uppercase;
  padding-left: 20px;
  background-image: url(../images/icon-dei.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.index2 .txt .det:hover {
  border-color: #2e3779;
}
.index2 .txt .det:hover span {
  color: #2e3779;
  background-image: url(../images/icon-deied.png);
}
.index2 .txt .lie-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 23.9vh;
  background: url(../images/i-bg1.jpg) center / cover;
}
.index2 .txt .lie {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index2 .txt .lie li {
  padding: 0 3vw;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.index2 .txt .lie li img {
  display: block;
  height: 34px;
  margin: 0 auto 13px;
}
.index2 .txt .lie li p {
  color: #fff;
  font-size: 15px;
}
.index2 .img {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.width1400 {
  width: 1400px;
  margin: 0 auto;
}
.index3 {
  background: url(../images/bg3.jpg) center / cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.index3 .sub {
  width: 100%;
}
.index3 .title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 29px;
}
.index3 .title > div {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index3 .title .t .y {
  color: #333;
  font-size: 20px;
  font-family: din;
  line-height: 1;
  margin-bottom: 12px;
}
.index3 .title .t h6 {
  color: #555;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.index3 .title .t h6:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #2e3779;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.index3 .ind-tab {
  padding-top: 36px;
  display: flex;
  display: -webkit-flex;
}
.index3 .ind-tab span {
  display: block;
  white-space: nowrap;
  margin-left: 35px;
  color: #555;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.index3 .ind-tab span.active {
  color: #2e3779;
}
.index3 .ind-tab span.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2e3779;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
}
.index3 .ind-con {
  padding: 4.8vh 0 0;
}
.index3 .items {
  width: 100%;
  display: none;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index3 .items.ed {
  display: flex;
  display: -webkit-flex;
}
.index3 .item {
  width: 19.4%;
  height: 63.5vh;
  background-position: center;
  background-size: cover;
  padding: 17px;
  position: relative;
}
.index3 .item .txt {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.index3 .item .txt > div {
  width: 100%;
}
.index3 .item .t {
  text-align: center;
}
.index3 .item .t img {
  display: block;
  height: 32px;
  margin: 0 auto 15px;
}
.index3 .item .t h6 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index3 .item .t .y {
  color: #fff;
  font-family: din;
  font-size: 18px;
  margin-bottom: 27px;
}
.index3 .item .desc {
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.index3 .item .det {
  display: block;
  width: 118px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index3 .item .det span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-family: din;
  line-height: 31px;
  text-transform: uppercase;
  padding-right: 22px;
  background-image: url(../images/icon-det1.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.index3 .item:hover .txt {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
}
.index3 .item:hover .desc {
  height: 168px;
}
.index3 .item:hover .det {
  border-color: rgba(255, 255, 255, 0.3);
}
.index4 .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 13.2vh 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index4 .title .sub {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index4 .title .t .y {
  color: #fff;
  font-size: 20px;
  font-family: din;
  margin-bottom: 12px;
}
.index4 .title .t h6 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.index4 .title .t h6:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -36px;
  left: 0;
}
.index4 .title .a {
  padding-top: 15px;
}
.index4 .title .a a {
  display: block;
  width: 178px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0;
  text-align: center;
}
.index4 .title .a a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  color: #fff;
  font-size: 14px;
  font-family: din;
  line-height: 39px;
  text-transform: uppercase;
  background-image: url(../images/icon-det1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.index4 .thumbs {
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 280px;
}
.swiper-thumbs {
  display: none;
  width: 100%;
  height: 240px;
  margin: 0;
}
.swiper-thumbs .swiper-slide {
  height: 40px;
  cursor: pointer;
}
.swiper-thumbs .swiper-slide p {
  width: 100%;
  height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.swiper-thumbs .swiper-slide:hover,
.swiper-thumbs .swiper-slide.active {
  border: 1px solid #fff;
}
.swiper-thumbs .swiper-slide:hover p,
.swiper-thumbs .swiper-slide.active p {
  background-color: rgba(46,55,121,.7);
  color: #fff;
}
.swiper-project {
  display: none;
  width: 100%;
  height: 100%;
}
.swiper-project .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.pro-tab {
  position: absolute;
  top: 27.1vh;
  left: 0;
  right: 0;
  z-index: 2;
}
.pro-tab li {
  margin-bottom: 18px;
  font-size: 0;
}
.pro-tab li a {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #2e3779;
  background-color: rgba(255,255,255,.7);
  color: #333;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.pro-tab li a:hover,
.pro-tab li a.active {
  border-color: #fff;
  background-color: rgba(46,55,121,.7);
  color: #fff;
}
.pro-tab li a:hover span,
.pro-tab li a.active span {
  background-image: url(../images/icon-det1.png);
}
.pro-tab li span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 40px;
  background-image: url(../images/icon-deied.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.pro-content {
  width: 100%;
  height: 100%;
}
.index5 {
  background-image: url(../images/bg5.jpg);
  background-position: center;
  background-size: cover;
}
.index5 .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 13.2vh 0 35px;
  border-bottom: 1px solid #efefef;
}
.index5 .title .sub {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index5 .title .t .y {
  color: #333;
  font-size: 20px;
  font-family: din;
  margin-bottom: 12px;
}
.index5 .title .t h6 {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.index5 .title .t h6:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #2e3779;
  position: absolute;
  bottom: -36px;
  left: 0;
}
.index5 .title .a {
  padding-top: 15px;
}
.index5 .title .a a {
  display: block;
  width: 178px;
  border-top: 1px solid #2e3779;
  border-bottom: 1px solid #2e3779;
  font-size: 0;
  text-align: center;
}
.index5 .title .a a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  color: #2e3779;
  font-size: 14px;
  font-family: din;
  line-height: 39px;
  text-transform: uppercase;
  background-image: url(../images/icon-deied.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.index5 .content {
  padding: 260px 0 0;
}
.index5 .items {
  width: 100%;
  position: relative;
}
.index5 .item {
  width: 23.5%;
  position: absolute;
  overflow: hidden;
}
.index5 .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.index5 .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 44px 36px 0;
}
.index5 .item .txt p {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #333;
}
.index5 .item .txt a {
  display: block;
  width: 63px;
  height: 28px;
  border-radius: 34px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: din;
  text-transform: uppercase;
  border: 2px solid #333;
}
.index5 .item:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.index5 .item_0 {
  top: 0;
  left: 0;
  height: 58.7vh;
}
.index5 .item_1 {
  top: 0;
  left: 25.5%;
  height: 28vh;
}
.index5 .item_2 {
  top: 30.7vh;
  left: 25.5%;
  height: 28vh;
}
.index5 .item_3 {
  top: 0;
  right: 25.5%;
  height: 58.7vh;
}
.index5 .item_4 {
  top: 0;
  right: 0;
  height: 28vh;
}
.index5 .item_5 {
  top: 30.7vh;
  right: 0;
  height: 28vh;
}
/* .index5 .item_0 .txt p,
.index5 .item_3 .txt p {
  color: #333;
} */
/* .index5 .item_0 .txt a,
.index5 .item_3 .txt a {
  border: 2px solid #2e3779;
  color: #2e3779;
} */
/* .index5 .item_1 .txt p,
.index5 .item_2 .txt p,
.index5 .item_4 .txt p,
.index5 .item_5 .txt p {
  color: #fff;
}
.index5 .item_1 .txt a,
.index5 .item_2 .txt a,
.index5 .item_4 .txt a,
.index5 .item_5 .txt a {
  border: 2px solid #fff;
  color: #fff;
} */
.index6 {
  background-image: url(../images/bg6.jpg);
}
.index6 .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 13.2vh 0 35px;
  border-bottom: 1px solid #efefef;
}
.index6 .title .sub {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index6 .title .t .y {
  color: #333;
  font-size: 20px;
  font-family: din;
  margin-bottom: 12px;
}
.index6 .title .t h6 {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.index6 .title .t h6:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #2e3779;
  position: absolute;
  bottom: -36px;
  left: 0;
}
.index6 .title .a {
  padding-top: 15px;
}
.index6 .title .a a {
  display: block;
  width: 178px;
  border-top: 1px solid #2e3779;
  border-bottom: 1px solid #2e3779;
  font-size: 0;
  text-align: center;
}
.index6 .title .a a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  color: #2e3779;
  font-size: 14px;
  font-family: din;
  line-height: 39px;
  text-transform: uppercase;
  background-image: url(../images/icon-deied.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.index6 .content {
  padding-top: 269px;
}
.index6 .items {
  display: none;
  width: 100%;
}
.index6 .items.ed {
  display: block;
}
.index6 .item {
  width: 100%;
}
.index6 .item a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index6 .item h6 {
  width: 80%;
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index6 .item .time {
  color: #888;
  font-size: 16px;
  font-family: din;
}
.index6 .item:hover h6 {
  color: #2e3779;
  font-weight: bold;
}
.index6 .item:hover .time {
  color: #2e3779;
}
.index6 .a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14.7vh;
  text-align: right;
  font-size: 0;
}
.index6 .a a {
  float: right;
  display: none;
  width: 178px;
  border-top: 1px solid #2e3779;
  border-bottom: 1px solid #2e3779;
  text-align: center;
}
.index6 .a a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  color: #2e3779;
  font-size: 14px;
  font-family: din;
  line-height: 39px;
  text-transform: uppercase;
  background-image: url(../images/icon-deied.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.news-tab {
  padding-top: 35px;
}
.news-tab span {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  margin-left: 38px;
  cursor: pointer;
  position: relative;
}
.news-tab span.active {
  color: #2e3779;
}
.news-tab span.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2e3779;
  position: absolute;
  left: 0;
  bottom: -36px;
}
.index7 .par {
  width: 100%;
  height: 58.7vh;
  background: url(../images/bg7.jpg) center / cover;
}
.index7 .title {
  width: 100%;
  padding: 8.4vh 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 4.6vh;
}
.index7 .title .sub {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index7 .title .t .y {
  color: #fff;
  font-size: 20px;
  font-family: din;
  margin-bottom: 12px;
}
.index7 .title .t h6 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.index7 .title .t h6:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -36px;
  left: 0;
}
.index7 .title .a {
  padding-top: 15px;
}
.index7 .title .a a {
  display: block;
  width: 178px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0;
  text-align: center;
}
.index7 .title .a a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  color: #fff;
  font-size: 14px;
  font-family: din;
  line-height: 39px;
  text-transform: uppercase;
  background-image: url(../images/icon-det1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.swiper-par {
  height: 235px;
}
.swiper-par .swiper-slide {
  font-size: 0;
}
.swiper-par .bo {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  height: 112px;
  margin-right: .8%;
  margin-bottom: 10px;
}
.swiper-par .bo:nth-child(6n) {
  margin-right: 0;
}
.swiper-par .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-par .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
footer {
  width: 100%;
  height: 41.3vh;
  background-color: #2e3779;
}
footer .top {
  height: 79.7%;
  padding: 5.8vh 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .lx {
  width: 21.6%;
}
footer .lian {
  margin-bottom: 2.2vh;
  padding-left: 20px;
  position: relative;
}
footer .lian:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
footer .lian p {
  color: #a3acbf;
  font-size: 14px;
  line-height: 1;
}
footer .lian p.y {
  font-family: din;
}
footer .lian h6 {
  color: #fff;
  font-size: 20px;
  line-height: 56px;
  font-family: din;
}
footer .p p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
footer .p p.t {
  color: #a3acbf;
}
footer .erweima {
  width: 155px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
footer .erweima img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
footer .erweima span {
  color: #555;
  font-size: 14px;
}
footer .bottom {
  height: 20.3%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .bottom .btm {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .bottom .l {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
footer .bottom .d {
  color: #a3acbf;
  font-size: 13px;
  line-height: 20px;
  width: 500px!important;
}
footer .bottom .d a {
  color: #fff;
}
.f-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.f-nav dl {
  max-width: 146px;
  margin: 0 1.3vw;
}
.f-nav dl:first-child {
  margin-left: 0;
}
.f-nav dl:last-child {
  margin-right: 0;
}
.f-nav dt {
  margin-bottom: 2vh;
}
.f-nav dt a {
  color: #fff;
  font-size: 16px;
  outline: none;
}
.f-nav dd {
  width: 100%;
  margin-bottom: 1.5vh;
}
.f-nav dd:last-child {
  margin-bottom: 0;
}
.f-nav dd a {
  color: #a3acbf;
  font-size: 14px;
  line-height: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
}
.f-nav dd a:hover {
  color: #fff;
}
.link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.link a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.link .wx {
  background-image: url(../images/icon-weixin.png);
}
.link .wx:hover {
  background-image: url(../images/icon-weixined.png);
}
.link .wb {
  background-image: url(../images/icon-weibo.png);
}
.link .wb:hover {
  background-image: url(../images/icon-weiboed.png);
}
.link .qone {
  background-image: url(../images/icon-kongjian.png);
}
.link .qone:hover {
  background-image: url(../images/icon-kongjianed.png);
}
.link .tx {
  background-image: url(../images/icon-tengxun.png);
}
.link .tx:hover {
  background-image: url(../images/icon-tengxuned.png);
}
.inside-header {
  background-color: #2e3779;
}
.zhanwei {
  height: 88px;
}
.inside-banner {
  width: 100%;
  position: relative;
}
.inside-banner .img {
  display: block;
  width: 100%;
}
.inside-banner .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.inside-banner .txt .y {
  color: rgba(255, 255, 255, 0.15);
  font-size: 102px;
  white-space: nowrap;
  font-family: din;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 20px;
}
.inside-banner .txt h4 {
  position: absolute;
  left: 0;
  top: 44px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.inside-banner .txt .line {
  width: 26px;
  height: 4px;
  background-color: #fff;
}
.width1200 {
  width: 1200px;
  margin: 0 auto;
}
.brand {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ebebeb;
}
.brand .sub {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.brand .br {
  padding-left: 29px;
  background: url(../images/icon-br.png) left center no-repeat;
  font-size: 0;
}
.brand .br a,
.brand .br span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  background: url(../images/icon-jian.png) left center no-repeat;
  color: #888;
  font-size: 14px;
  margin-right: 10px;
}
.brand .br span {
  color: #2e3779;
}
.br-tab a {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-right: 54px;
  outline: none;
  position: relative;
}
.br-tab a.active {
  color: #2e3779;
}
.br-tab a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2e3779;
  position: absolute;
  left: 0;
  bottom: -31px;
}
.br-search {
  width: 460px;
  height: 48px;
  position: relative;
}
.br-search input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 58px;
}
.br-search .btn {
  display: block;
  border: none;
  background-color: transparent;
  width: 48px;
  height: 48px;
  background: url(../images/icon-search2.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.state {
  padding: 46px 0 50px;
}
.state p {
  color: #666;
  font-size: 15px;
  line-height: 40px;
}
.search-result {
  margin-bottom: 60px;
}
.search-result .content {
  display: none;
}
.search-result .items {
  padding: 6px 0 34px;
}
.search-result .item {
  width: 100%;
  padding: 40px 0 14px;
  border-bottom: 2px solid #eeeeee;
}
.search-result .item:hover {
  border-color: #2e3779;
}
.search-result .item h6 {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.search-result .item .desc {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.search-result .item .d {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 1;
}
.search-result .more {
  display: block;
  width: 136px;
  height: 38px;
  margin: 0 auto;
  border: 2px solid #eee;
  color: #929292;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  border-radius: 21px;
}
.web-map .sub {
  padding: 20px 0 85px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.web-map dl {
  width: 23.2%;
  padding: 60px 0 0;
}
.web-map dt {
  padding: 0 0 18px;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
  margin-bottom: 35px;
}
.web-map dt:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2e3779;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.web-map dt a {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.web-map dd {
  margin-bottom: 30px;
}
.web-map dd a {
  color: #555;
  font-size: 16px;
}
.web-map dd a:hover {
  color: #2e3779;
  font-weight: bold;
}
.about-banner {
  background-position: center;
  background-size: cover;
}
.about-banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.about-banner .txt .y {
  color: rgba(255, 255, 255, 0.15);
  font-size: 92px;
  white-space: nowrap;
  font-family: din;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 24px;
}
.about-banner .txt h4 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}
.about-banner .txt .line {
  width: 26px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}
.about-banner .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 3.6vh 0 4.4vh;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-banner .con .desc {
  color: #333;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  height: 136px;
  overflow: hidden;
  margin-bottom: 3.1vh;
}
.about-banner .con .more {
  display: block;
  width: 138px;
  height: 40px;
  margin: 0 auto;
  background-color: #2e3779;
  text-align: center;
  line-height: 40px;
}
.about-banner .con .more img,
.about-banner .con .more span {
  display: inline-block;
  vertical-align: middle;
}
.about-banner .con .more img {
  width: 15px;
  margin-right: 15px;
}
.about-banner .con .more span {
  color: #fff;
  font-size: 15px;
}
.layer-pop-about {
  background-color: #2e3779 !important;
}
.layer-pop-about .layui-layer-setwin .layui-layer-close2 {
  position: initial;
  width: 17px;
  height: 17px;
  background-image: url(../images/Icon_search_close.png);
  background-position: center;
  background-size: cover;
}
.layer-pop-about .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
}
.pop-about {
  display: none;
  width: 100%;
  height: 100%;
}
.pop-about .subs {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.pop-about .tit {
  position: relative;
  margin-bottom: 5.6vh;
}
.pop-about .tit .y {
  color: rgba(255, 255, 255, 0.1);
  font-size: 80px;
  line-height: 0.8;
  font-family: din;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
}
.pop-about .tit h5 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 30px;
  left: 0;
}
.pop-about .tit .line {
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.pop-about .desc {
  width: 100%;
  max-height: 490px;
  overflow-y: auto;
}
.pop-about .desc::-webkit-scrollbar {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.pop-about .desc::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.pop-about .desc p {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}
.about-title {
  position: relative;
  text-align: center;
}
.about-title .y {
  color: rgba(255, 255, 255, 0.1);
  font-size: 64px;
  line-height: 0.8;
  font-family: din;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 2.7vh;
}
.about-title h5 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
}
.about-title .line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}
.chairman {
  background-position: center;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.chairman .about-title {
  margin-bottom: 8.7vh;
}
.chairman .kuang {
  width: 1560px;
  height: 64vh;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8.3vh 80px 10.4vh;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.chairman .desc {
  width: 57.9%;
  height: 100%;
  overflow-y: auto;
}
.chairman .desc::-webkit-scrollbar {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.chairman .desc::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.chairman .desc p {
  color: #555;
  font-size: 14px;
  line-height: 35px;
}
.chairman .dong {
  width: 37%;
}
.chairman .dong img {
  display: block;
  width: 100%;
  margin-top: -40px;
}
.history {
  background-position: center;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.history .sub {
  width: 100%;
}
.history .about-title {
  margin-bottom: 8.7vh;
}
.history .about-title .y {
  color: rgba(85, 85, 85, 0.1);
}
.history .about-title h5 {
  color: #555;
}
.history .about-title .line {
  background-color: #2e3779;
}
.history .swiper {
  width: 100%;
  position: relative;
}
.history .swiper .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  left: 0;
  right: 0;
  top: 60px;
}
.history .his {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
}
.history .swiper-button-next,
.history .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  outline: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}
.history .swiper-button-next:after,
.history .swiper-button-prev:after {
  display: none;
}
.history .swiper-button-next:hover,
.history .swiper-button-prev:hover {
  background-color: #2e3779;
  border-color: #2e3779;
}
.history .swiper-button-prev {
  background-image: url(../images/icon-l.png);
}
.history .swiper-button-prev:hover {
  background-image: url(../images/icon-led.png);
}
.history .swiper-button-next {
  background-image: url(../images/icon-r.png);
}
.history .swiper-button-next:hover {
  background-image: url(../images/icon-red.png);
}
.swiper-history {
  width: 1250px;
}
.swiper-history .swiper-slide {
  cursor: pointer;
}
.swiper-history .swiper-slide .time {
  text-align: center;
  color: #2e3779;
  font-size: 32px;
  font-family: din;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}
.swiper-history .swiper-slide .cir {
  width: 20px;
  height: 20px;
  margin: 0 auto 3.2vh;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-history .swiper-slide .cir span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c0c0c0;
}
.swiper-history .swiper-slide .desc {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3.2vh 30px 3.6vh;
}
.swiper-history .swiper-slide .desc .img {
  width: 100%;
  height: 16.3vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 2vh;
}
.swiper-history .swiper-slide .desc .con {
  color: #555;
  font-size: 14px;
  line-height: 2;
  max-height: 21vh;
  overflow-y: auto;
}
.swiper-history .swiper-slide .desc .con::-webkit-scrollbar {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.swiper-history .swiper-slide .desc .con::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.swiper-history .swiper-slide:hover .cir {
  border-color: #2e3779;
}
.swiper-history .swiper-slide:hover .cir span {
  background-color: #2e3779;
}
.swiper-history .swiper-slide:hover .desc {
  border-color: #2e3779;
  background-color: #2e3779;
}
.swiper-history .swiper-slide:hover .desc .con {
  color: #fff;
}
.honor {
  background-position: center;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.honor .about-title {
  margin-bottom: 9.8vh;
}
.honor .swiper {
  position: relative;
  width: 1560px;
  margin: 0 auto;
}
.honor .swiper-button-next,
.honor .swiper-button-prev {
  width: 58px;
  height: 58px;
  border: 2px solid #e5e5e5;
  outline: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  top: 45%;
}
.honor .swiper-button-next:after,
.honor .swiper-button-prev:after {
  display: none;
}
.honor .swiper-button-next:hover,
.honor .swiper-button-prev:hover {
  background-color: #2e3779;
  border-color: #2e3779;
}
.honor .swiper-button-prev {
  left: 0;
  background-image: url(../images/icon-l.png);
}
.honor .swiper-button-prev:hover {
  background-image: url(../images/icon-led.png);
}
.honor .swiper-button-next {
  right: 0;
  background-image: url(../images/icon-r.png);
}
.honor .swiper-button-next:hover {
  background-image: url(../images/icon-red.png);
}
.swiper-honor {
  height: 52vh;
}
.swiper-honor .swiper-slide {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
}
.swiper-honor .swiper-slide .img {
  width: 100%;
  height: 91%;
  background-position: center;
  background-size: cover;
}
.swiper-honor .swiper-slide .img img {
  display: block;
}
.swiper-honor .swiper-slide p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.culture {
  background-position: center;
  background-size: cover;
}
.culture .meng {
  width: 60%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
.culture .flex {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.culture .flex .ch {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top:150px;
}
.culture .about-title {
  margin-bottom: 4.8vh;
  text-align: left;
}
.culture .about-title .y {
  color: rgba(0, 0, 0, 0.1);
  font-size: 72px;
}
.culture .about-title h5 {
  color: #555;
  right: auto;
  font-size: 36px;
  white-space: nowrap;
}
.culture .about-title .line {
  margin-left: 0;
  background-color: #2e3779;
}
.culture .txt {
  width: 55%;
}
.culture .txt .img {
  display: block;
  width: 100%;
}
.culture .desc p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
.culture .wen {
  width: 16%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.culture .wen img {
  display: block;
  width: 100%;
}
.staff .about-title {
  margin-top: 18.5vh;
  margin-bottom: 6.6vh;
  text-align: right;
}
.staff .about-title .y {
  font-size: 72px;
}
.staff .about-title h5 {
  left: auto;
  font-size: 36px;
}
.staff .about-title .line {
  margin-right: 0;
}
.staff .swiper {
  position: relative;
  padding: 25px 33px;
  background-color: #fff;
}
.staff .swiper-button-next,
.staff .swiper-button-prev {
  width: 58px;
  height: 58px;
  border: 2px solid #e5e5e5;
  outline: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
  top: 48%;
}
.staff .swiper-button-next:after,
.staff .swiper-button-prev:after {
  display: none;
}
.staff .swiper-button-next:hover,
.staff .swiper-button-prev:hover {
  background-color: #2e3779;
  border-color: #2e3779;
}
.staff .swiper-button-prev {
  left: -79px;
  background-image: url(../images/icon-l.png);
}
.staff .swiper-button-prev:hover {
  background-image: url(../images/icon-led.png);
}
.staff .swiper-button-next {
  right: -79px;
  background-image: url(../images/icon-r.png);
}
.staff .swiper-button-next:hover {
  background-image: url(../images/icon-red.png);
}
.swiper-staff {
  width: 100%;
}
.swiper-staff .swiper-slide .img {
  width: 100%;
  height: 32.6vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 22px;
}
.swiper-staff .swiper-slide p {
  color: #555;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.partners {
  background-position: center;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.partners .about-title {
  margin-bottom: 8.8vh;
}
.partners .about-title .y {
  color: rgba(51, 51, 51, 0.1);
  font-size: 72px;
}
.partners .about-title h5 {
  color: #555;
  font-size: 36px;
}
.partners .about-title .line {
  background-color: #2e3779;
}
.swiper-partners {
  width: 100%;
  height: 430px;
  padding-bottom: 75px;
}
.swiper-partners .swiper-slide {
  font-size: 0;
}
.swiper-partners .swiper-slide .bo {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  height: 110px;
  margin-right: .8%;
  margin-bottom: 10px;
}
.swiper-partners .swiper-slide .bo:nth-child(6n) {
  margin-right: 0;
}
.swiper-partners .swiper-slide .img {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-partners .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.swiper-partners .swiper-slide .img:hover {
  border-color: #2e3779;
}
.swiper-partners .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #fff;
}
.swiper-partners .swiper-pagination-bullet-active {
  background-color: #2e3779;
}
.about-footer {
  height: 384px;
}
.about-footer footer {
  height: 100%;
}
.about-page .swiper-pagination-bullet:last-child {
  display: none;
}
.industry {
  padding: 52px 0 66px;
}
.industry .item {
  width: 100%;
  height: 357px;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
}
.industry .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.industry .item .flex {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.industry .item .txt {
  width: 100%;
  padding: 0 46px;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  z-index: 1;
}
.industry .item .txt h6 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.industry .item .txt h6 b {
  font-family: din;
  white-space: nowrap;
}
.industry .item .txt .a {
  padding: 0 13px;
  background-color: #2e3779;
  line-height: 32px;
}
.industry .item .txt .a .w,
.industry .item .txt .a span {
  display: inline-block;
  vertical-align: middle;
}
.industry .item .txt .a .w {
  color: #fff;
  font-size: 14px;
  font-family: din;
}
.industry .item .txt .a span {
  margin-left: 8px;
}
.industry .item .desc {
  width: 100%;
  background-color: #eeefef;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 13px 28px;
  margin-top: 25px;
  opacity: 0;
}
.industry .item .desc .con {
  width: 100%;
  height: 44px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.industry .item:hover .txt {
  top: 190px;
}
.industry .item:hover .desc {
  opacity: 1;
}
.industry-detail {
  background-color: #f8f8f8;
  padding: 30px 0 42px;
}
.industry-detail .content {
  /* margin-top: -6vh; */
  background-color: #fff;
  padding: 45px 56px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}
.industry-detail .content .basic {
  position: absolute;
  top: -32px;
  left: 0;
}
.industry-detail .content .basic span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-right: 30px;
}
.industry-detail .content .con {
  color: #333;
  font-size: 15px;
  line-height: 2;
}
.industry-detail .content .con img {
  max-width: 100%;
  height: auto !important;
}
.industry-detail .more {
  display: block;
  width: 100px;
  height: 38px;
  margin: 0 auto;
  line-height: 38px;
  border-radius: 21px;
  border: 2px solid #e5e5e5;
  color: #666;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}
.industry-detail .more:hover {
  color: #fff;
  background-color: #2e3779;
  border-color: #2e3779;
}
.style-banner .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.style-banner .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.style-banner .txt .y {
  color: rgba(255, 255, 255, 0.15);
  font-size: 102px;
  white-space: nowrap;
  font-family: din;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 21px;
}
.style-banner .txt h4 {
  position: absolute;
  top: 42px;
  left: 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;
}
.style-banner .txt .line {
  width: 26px;
  height: 4px;
  background-color: #fff;
}
.project {
  display: flex;
  display: -webkit-flex;
}
.project .img,
.project .txt {
  width: 50%;
  height: 100%;
}
.project .img {
  background-position: center;
  background-size: cover;
}
.project .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.project .txt h5 {
  color: #555;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2.7vh;
}
.project .txt .desc {
  color: #555;
  font-size: 15px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-bottom: 5.2vh;
}
.project .txt ul {
  width: 100%;
  text-align: left;
  padding: 0 0 12px;
}
.project .txt li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 2.8vw;
  margin-bottom: 4.5vh;
}
.project .txt li img {
  display: block;
  height: 40px;
  margin: 0 auto 2.2vh;
}
.project .txt li p {
  color: #555;
  font-size: 15px;
  line-height: 1;
}
.project .txt a {
  display: block;
  width: 156px;
  height: 42px;
  line-height: 42px;
  color: #2e3779;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #2e3779;
  border-radius: 23px;
}
.project-l {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.project-l .txt {
  padding-left: 3.8vw;
  padding-right: 11.8vw;
}
.project-r {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.project-r .txt {
  padding-right: 3.8vw;
  padding-left: 11.8vw;
}
.pro-detail-head {
  padding: 40px 0 0;
}
.pro-detail-head .tit {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.pro-detail-head .desc {
  width: 100%;
  overflow: hidden;
  padding-bottom: 78px;
  position: relative;
}
.pro-detail-head .desc.coned {
  height: 288px;
}
.pro-detail-head .desc .con {
  color: #333;
  font-size: 15px;
  line-height: 2;
  height: 100%;
  overflow: hidden;
}
.pro-detail-head .desc .zhan {
  display: block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  border: 2px solid #eeeeee;
  border-radius: 21px;
  color: #888;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 13px;
}
.project-tab {
  width: 100%;
  box-shadow: 0 4px 16px rgba(235, 235, 235, 0.3);
  font-size: 0;
}
.project-tab a {
  display: inline-block;
  vertical-align: top;
  margin-right: 52px;
  line-height: 72px;
  color: #555;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  position: relative;
}
.project-tab a.active {
  color: #2e3779;
}
.project-tab a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2e3779;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro-content-bg {
  width: 100%;
  background-color: #f8f8f8;
  padding: 51px 0 63px;
}
.pro-content .content {
  display: none;
  color: #333;
  font-size: #555;
  font-size: 15px;
  line-height: 28px;
}
.pro-content .content td {
  border: 1px solid #333;
}
.pro-content .content img {
  max-width: 100%;
}
.tech {
  padding: 46px 0 51px;
}
.tech .items {
  padding: 0 0 17px;
}
.tech .item {
  width: 100%;
  height: 348px;
  margin-bottom: 33px;
}
.tech .item a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.tech .item:nth-child(odd) a {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.tech .item:nth-child(even) a {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.tech .item .img,
.tech .item .txt {
  height: 100%;
}
.tech .item .img {
  width: 58%;
  background-position: center;
  background-size: cover;
}
.tech .item .txt {
  width: 42%;
  padding: 0 50px;
  background-color: #f4f4f4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.tech .item .txt h5 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.tech .item .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin-bottom: 30px;
}
.tech .item .txt .m {
  width: 64px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #dcdcdc;
  color: #555;
  font-size: 14px;
  font-family: din;
  font-weight: bold;
  border-radius: 34px;
}
.tech .item:hover .txt .m {
  color: #2e3779;
  border-color: #2e3779;
}
.tech .more {
  display: block;
  width: 136px;
  height: 38px;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  color: #929292;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #eee;
  border-radius: 21px;
}
.tech .more:hover {
  color: #2e3779;
  border-color: #2e3779;
}
.tech-banner .txt h4 {
  position: initial;
  line-height: 1.5;
  margin-bottom: 25px;
}
.news {
  padding: 0 0 43px;
}
.news .items {
  height: 320px;
  padding: 50px 0 0;
  width: 100%;
  font-size: 0;
}
.news .item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news .item h6 {
  width: 80%;
  color: #555;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.news .item .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0;
}
.news .item .time {
  font-family: din;
  font-size: 16px;
}
.news .item:hover {
  border-color: #2e3779;
}
.news .item:hover h6 {
  color: #2e3779;
  font-weight: bold;
}
.news .flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 50px 0;
}
.page {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 0;
}
.page p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.page a,
.page strong {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
.page a:hover {
  color: #2e3779;
  border-color: #2e3779;
}
.page strong {
  background-color: #2e3779;
  color: #fff;
  border-color: #2e3779;
}
.bshare-custom {
  line-height: initial !important;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.bshare-custom a {
  display: block !important;
  width: 36px;
  border-radius: 50%;
  height: 36px !important;
  background-color: #e5e5e5 !important;
  padding: 0 !important;
  margin-right: 5px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: none;
  outline: none;
}
.bshare-custom a:hover {
  opacity: 1 !important;
  background-color: #2e3779 !important;
}
.bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/icon-wb.png) !important;
}
.bshare-custom .bshare-weixin {
  background-image: url(../images/icon-wx.png) !important;
}
.bshare-custom .bshare-qzone {
  background-image: url(../images/icon-qone.png) !important;
}
.news-detail {
  width: 72%;
}
.news-detail h4 {
  color: #606060;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.news-detail .basic {
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
}
.news-detail .basic span {
  color: #666;
  font-size: 13px;
  margin-right: 45px;
}
.news-detail .desc {
  padding: 20px 0;
}
.news-detail .desc p {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.news-detail .desc p img {
  max-width: 100%;
}
.news-detail .f-t {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px dashed #eee;
}
.news-detail .f-t .r {
  display: flex;
  display: -webkit-flex;
}
.news-detail .back {
  display: block;
  width: 95px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  color: #a1a1a1;
  font-size: 14px;
  text-align: center;
  margin-right: 13px;
}
.news-detail .back:hover {
  color: #2e3779;
  border-color: #2e3779;
}
.news-detail #Top {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2e3779 url(../images/icon-top.png) center no-repeat;
  cursor: pointer;
}
.news-detail .p-n {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px 0;
}
.news-detail .p-n a {
  display: block;
  width: 35%;
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-detail .p-n a:hover {
  color: #2e3779;
}
.recom {
  width: 24%;
}
.recom .t {
  position: relative;
  margin-bottom: 35px;
}
.recom .t .y {
  color: rgba(192, 192, 192, 0.2);
  font-size: 48px;
  font-family: din;
  white-space: nowrap;
  text-transform: uppercase;
}
.recom .t h5 {
  color: #555;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: 0;
}
.recom ul {
  width: 100%;
}
.recom li {
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}
.recom li a {
  display: block;
  padding: 25px 0 20px;
}
.recom li .time {
  color: #2e3779;
  font-size: 24px;
  font-family: din;
  margin-bottom: 10px;
}
.recom li h6 {
  color: #606060;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.recom li:hover {
  border-color: #2e3779;
}
.recom li:hover h6 {
  color: #2e3779;
}
.contact {
  padding: 55px 0 47px;
}
.contact .tit {
  position: relative;
  margin-bottom: 40px;
}
.contact .tit .y {
  color: rgba(0, 0, 0, 0.1);
  font-size: 152px;
  line-height: 0.8;
  font-family: din;
}
.contact .tit .h {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.contact .tit h5 {
  color: #2e3779;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.contact .tit h6 {
  color: #2e3779;
  font-size: 12px;
  text-transform: uppercase;
}
.contact ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.contact li {
  width: 32.5%;
  height: 209px;
  background-color: #f6f6f6;
  margin-bottom: 14px;
  padding: 0 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.contact li:nth-child(4) {
  width: 66.33%;
}
.contact li:nth-child(4) p {
  /*font-size: 16px;
  font-family: pingFang;
  font-weight: bold;*/
}
.contact li img {
  display: block;
}
.contact li h6 {
  color: #888;
  font-size: 16px;
  line-height: 42px;
}
.contact li p {
  color: #333;
  font-size: 24px;
  font-family: din;
  line-height: 1;
}
.address {
  padding: 55px 0 86px;
}
.address .tit {
  position: relative;
  padding: 0 0 25px;
  border-bottom: 3px solid #2e3779;
}
.address .tit .y {
  color: #eee;
  font-size: 57px;
  font-family: din;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.address .tit h6 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 25px;
}
.address .tit .d {
  color: #333;
  font-size: 16px;
  line-height: 29px;
  padding-left: 45px;
  background: url(../images/icon-lx4.png) left center / auto 100% no-repeat;
}
.my-map {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}
.my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.recruit {
  padding: 55px 0 33px;
}
.recruit .tit {
  position: relative;
  padding: 0 0 55px;
}
.recruit .tit .y {
  color: #eee;
  font-size: 57px;
  font-family: din;
  line-height: 0.8;
  text-transform: uppercase;
}
.recruit .tit h6 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 25px;
}
.recruit .flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.recruit .l {
  width: 71%;
}
.recruit .items {
  width: 100%;
  margin-bottom: 13px;
}
.recruit .item {
  width: 100%;
  margin-bottom: 22px;
  background-color: #f6f6f6;
}
.recruit .item .it {
  width: 100%;
  height: 54px;
  border-bottom: 2px solid #2e3779;
  padding: 0 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.recruit .item .it h6 {
  color: #2e3779;
  font-size: 16px;
  font-weight: bold;
}
.recruit .item .it span {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #2e3779;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.recruit .item .desc {
  /*display: none;*/
  padding: 20px 25px;
}
.recruit .item .desc p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
}
.recruit .more {
  display: block;
  width: 114px;
  height: 38px;
  margin: 0 auto;
  color: #929292;
  font-size: 14px;
  line-height: 38px;
  border: 2px solid #eee;
  border-radius: 21px;
  text-align: center;
}
.recruit .more:hover {
  color: #2e3779;
  border-color: #2e3779;
}
.rec-liu {
  width: 26.7%;
}
.rec-liu .bo {
  width: 100%;
  padding: 28px 30px 22px;
  background-color: #f6f6f6;
  margin-bottom: 24px;
}
.rec-liu .ti {
  margin-bottom: 20px;
}
.rec-liu .ti p {
  color: #2e3779;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.rec-liu .ti .line {
  width: 10px;
  height: 2px;
  background-color: #2e3779;
}
.rec-liu ul {
  width: 100%;
  font-size: 0;
}
.rec-liu li {
  float: left;
  width: 30.4%;
  height: 82px;
  margin-right: 4.4%;
  margin-bottom: 12px;
  background-color: #979dca;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.rec-liu li:nth-child(3n) {
  margin-right: 0;
}
.rec-liu li img {
  display: block;
  height: 25px;
  margin: 0 auto 6px;
}
.rec-liu li p {
  color: #fff;
  font-size: 14px;
}
.rec-liu li:hover {
  background-color: #2e3779;
}
.rec-liu .p p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #c7c7c7;
  margin-bottom: 10px;
}
.rec-liu .p p:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.rec-liu .zs p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.rec-liu .zs .d {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 1px dashed #d3d3d3;
  margin-bottom: 10px;
}
.rec-liu .zs .m {
  color: #666;
  font-size: 24px;
  font-family: din;
}
.zhao-shang {
  width: 71%;
}
.zhao-shang p {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.zhao-shang p img {
  max-width: 100%;
}
@media screen and (max-width: 1560px) {
  .swiper-banner .swiper-slide .txt,
  .swiper-banner .swiper-pagination,
  .width1400 {
    width: 1200px;
  }
  .index2 .txt {
    padding-top: 6vh;
  }
  .index6 .a {
    bottom: 5vh;
  }
  footer .lian h6 {
    font-size: 26px;
  }
  .swiper-par {
    height: 200px;
  }
  .swiper-par .swiper-slide .bo {
    height: 95px;
  }
  .f-nav dd a {
    font-size: 12px;
  }
  footer .erweima {
    width: 130px;
    padding: 0;
  }
  .pop-about .desc p {
    font-size: 14px;
    line-height: 2;
  }
  .chairman .kuang {
    width: 1200px;
  }
  .culture .desc p {
    font-size: 14px;
    line-height: 2;
  }
  .project .txt h5 {
    font-size: 20px;
  }
  .project .txt .desc {
    font-size: 14px;
  }
  .project .txt li p {
    font-size: 14px;
  }
  .project .txt li {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 1270px) {
  nav li {
    padding: 0 20px;
  }
  .swiper-banner .swiper-slide .txt,
  .swiper-banner .swiper-pagination,
  .width1400 {
    width: 960px;
  }
  .swiper-banner .swiper-slide .txt .y {
    font-size: 160px;
    top: -75px;
  }
  .swiper-banner .swiper-slide .txt h6 {
    font-size: 40px;
  }
  .swiper-banner .swiper-slide .txt .desc {
    font-size: 20px;
    line-height: 2;
  }
  .index2 .txt {
    padding-left: 3vw;
  }
  .index2 .txt .t .y {
    font-size: 72px;
  }
  .index2 .txt .t h6 {
    top: 25px;
    font-size: 24px;
  }
  .index2 .txt .desc {
    font-size: 13px;
    line-height: 25px;
    max-height: 205px;
  }
  .index3 .item .txt {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index3 .item:hover .desc {
    height: 110px;
  }
  .pro-tab {
    top: 32vh;
  }
  .index5 .content {
    padding: 200px 0 0;
  }
  .index5 .item .txt p {
    font-size: 15px;
  }
  .index6 .content {
    padding-top: 240px;
  }
  .swiper-par {
    height: 200px;
  }
  .swiper-par .swiper-slide .bo {
    width: 22%;
    height: 95px;
    margin-right: 4%;
  }
  .swiper-par .bo:nth-child(6n) {
    margin-right: 4%;
  }
  .swiper-par .bo:nth-child(4n) {
    margin-right: 0%;
  }
  footer .lian h6 {
    font-size: 28px;
  }
  footer .lian p {
    font-size: 12px;
  }
  .f-nav dt a {
    font-size: 14px;
  }
  footer .top {
    padding: 3vh 0 0;
  }
  footer .p p {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .erweima img {
    margin-bottom: 0;
  }
  .width1200 {
    width: 960px;
  }
  .about-banner .con .desc {
    font-size: 14px;
    line-height: 2;
  }
  .chairman .kuang {
    width: 960px;
    padding: 6vh 30px;
  }
  .swiper-history {
    width: 960px;
  }
  .culture .about-title {
    margin-bottom: 3vh;
  }
  .culture .about-title .y {
    font-size: 48px;
  }
  .culture .about-title h5 {
    font-size: 24px;
  }
  .culture .desc p {
    font-size: 12px;
    line-height: 1.5;
  }
  .swiper-partners {
    height: 360px;
    padding-bottom: 70px;
  }
  .swiper-partners .swiper-slide .bo {
    width: 22%;
    height: 90px;
    margin-right: 4%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(6n) {
    margin-right: 4%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(4n) {
    margin-right: 0;
  }
  .inside-banner .txt .y {
    font-size: 60px;
  }
  .inside-banner .txt h4 {
    font-size: 24px;
    top: 20px;
  }
  .industry-detail .content .con {
    font-size: 14px;
  }
  .pro-detail-head .desc .con {
    font-size: 14px;
  }
  .pro-detail-head .desc.coned {
    height: 276px;
  }
  .pro-content .content p {
    font-size: 14px;
    line-height: 2;
  }
  .tech .item .txt {
    padding: 0 30px;
  }
  .tech .item .txt h5 {
    font-size: 16px;
  }
  .news .item .img {
    height: 180px;
  }
  .news .item .desc {
    font-size: 12px;
  }
  .news-detail .desc p {
    font-size: 14px;
  }
  .rec-liu .bo {
    padding: 25px 10px 20px;
  }
  .zhao-shang p {
    font-size: 14px;
  }
  .project .txt li p {
    font-size: 12px;
  }
  .project .txt li {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 980px) {
  .menus {
    display: flex;
    display: -webkit-flex;
  }
  nav {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(46, 55, 121, 0.9);
  }
  nav ul {
    display: block;
    height: 100%;
    overflow-y: auto;
  }
  nav li {
    height: auto;
  }
  nav li > a {
    line-height: 70px;
  }
  nav li > a span {
    font-size: 20px;
  }
  nav .child {
    display: block;
    position: initial;
    transform: translate(0);
    -webkit-transform: translate(0);
    box-shadow: none;
  }
  nav .child dd a {
    background-color: #2e3779;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
  }
  .pop-search .inp input {
    height: 60px;
  }
  .pop-search .inp .input {
    width: 86%;
    font-size: 20px;
  }
  .pop-search .inp .btn {
    width: 14%;
    font-size: 24px;
  }
  .swiper-banner .swiper-slide .txt,
  .swiper-banner .swiper-pagination,
  .width1400 {
    width: 750px;
  }
  .swiper-banner .swiper-slide .txt,
  .swiper-banner .swiper-pagination {
    text-align: center;
  }
  .swiper-banner .swiper-pagination {
    bottom: 2vh;
  }
  .swiper-banner .swiper-slide .txt .y {
    right: 0;
  }
  .index3 .item {
    padding: 0;
  }
  .index5 .content,
  .index6 .content {
    padding: 25vh 0 0;
  }
  .index3 .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .index3 .item {
    width: 32%;
    height: 32vh;
    margin-bottom: 10px;
  }
  .index3 .item .det {
    bottom: 2vh;
  }
  .index3 .item .t .y {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .index5 .item {
    width: 32%;
    height: 32vh !important;
  }
  .index5 .item_1 {
    left: 34%;
  }
  .index5 .item_2 {
    top: 0;
    left: auto;
    right: 0;
  }
  .index5 .item_3 {
    left: 0;
    right: auto;
    top: 34vh;
  }
  .index5 .item_4 {
    top: 34vh;
    left: 34%;
    right: auto;
  }
  .index5 .item_5 {
    top: 34vh;
  }
  .swiper-par {
    height: 320px;
  }
  .swiper-par .swiper-slide .bo {
    height: 100px;
    width: 30%;
    margin-right: 5%;
  }
  .swiper-par .bo:nth-child(6n) {
    margin-right: 5%;
  }
  .swiper-par .bo:nth-child(4n) {
    margin-right: 5%;
  }
  .swiper-par .bo:nth-child(3n) {
    margin-right: 0;
  }
  .index7 .par {
    height: 74vh;
  }
  footer {
    height: 26vh;
  }
  footer .lx {
    width: auto;
  }
  .f-nav {
    display: none;
  }
  .width1200,
  .chairman .kuang,
  .swiper-history {
    width: 750px;
  }
  .swiper-partners {
    height: 400px;
    padding-bottom: 40px;
  }
  .swiper-partners .swiper-slide .bo {
    width: 30%;
    height: 80px;
    margin-right: 5%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(6n) {
    margin-right: 5%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(4n) {
    margin-right: 5%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(3n) {
    margin-right: 0;
  }
  .industry .item .txt {
    top: 190px;
  }
  .industry .item .desc {
    opacity: 1;
  }
  .industry-detail .content {
    padding: 45px 25px;
  }
  .tech .item {
    height: auto;
  }
  .tech .item a {
    display: block;
  }
  .tech .item .img {
    width: 100%;
    height: 300px;
  }
  .tech .item .txt {
    width: 100%;
    padding: 30px 20px;
  }
  .inside-banner .txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news .flex {
    display: block;
  }
  .news-detail {
    width: 100%;
  }
  .recom {
    width: 100%;
  }
  .recom ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .recom li {
    width: 48%;
  }
  .recruit .flex {
    display: block;
  }
  .recruit .l {
    width: 100%;
  }
  .rec-liu {
    width: 100%;
  }
  .rec-liu li {
    width: 23%;
    margin-right: 2%;
  }
  .rec-liu li:nth-child(3n) {
    margin-right: 2%;
  }
  .rec-liu li:nth-child(4n) {
    margin-right: 0;
  }
  .zhao-shang {
    width: 100%;
    margin-bottom: 50px;
  }
  .br-tab a {
    margin-right: 20px;
  }
  .br-search {
    width: 45%;
  }
  .about-footer {
    height: 264px;
  }
}
@media screen and (max-width: 760px) {
  .swiper-banner .swiper-slide .txt {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
    .swiper-banner .swiper-slide img{
      display:none;
  }
  .swiper-banner .swiper-slide .txt .y {
    font-size: 1.8rem;
    top: -0.8rem;
  }
  .swiper-banner .swiper-slide .txt h6 {
    font-size: 0.48rem;
  }
  .swiper-banner .swiper-slide .txt .desc {
    font-size: 0.28rem;
  }
  .swiper-banner .swiper-pagination {
    width: 100%;
  }
  header {
    padding: 0 0.2rem;
    background-color: #2e3779;
  }
  header .logo {
    height: 1rem;
  }
  header .logo img {
    height: 0.7rem;
  }
  nav {
    top: 1rem;
  }
  header .search {
    height: 1rem;
  }
  .pop-search .inp .btn {
    font-size: 0.36rem;
  }
  .menus {
    height: 1rem;
  }
  .swiper-pagination.page-full {
    display: none;
  }
  nav .child dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
  }
  .index2 {
    display: block;
  }
  .index2 .txt {
    width: 100%;
    height: 80%;
  }
  .index2 .img {
    width: 100%;
    height: 20%;
  }
  .index2 .txt .lie li:first-child {
    border: none;
  }
  .index2 .txt .lie {
    left: 0;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .width1400 {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index3 .title {
    padding-bottom: 15px;
  }
  .index3 .title .t .y,
  .index4 .title .t .y,
  .index5 .title .t .y,
  .index6 .title .t .y,
  .index7 .title .t .y {
    font-size: 0.3rem;
  }
  .index2 .txt {
    padding-top: 9vh;
  }
  .index3 .title .t h6,
  .index3 .ind-tab span,
  .index4 .title .t h6,
  .index5 .title .t h6,
  .index6 .title .t h6,
  .index7 .title .t h6 {
    font-size: 0.36rem;
  }
  .index3 .ind-tab span.active:after,
  .index5 .title .t h6:after,
  .index6 .title .t h6:after,
  .index7 .title .t h6:after {
    bottom: -15px;
  }
  .index3 .item:hover .desc {
    height: 0;
  }
  .index2 .txt .desc {
    max-height: 200px;
  }
  .index4 .title .t h6:after {
    bottom: -20px;
  }
  .pro-tab {
    top: 26vh;
  }
  .pro-tab li {
    margin-bottom: 0.2rem;
  }
  .pro-tab li a {
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .index4 .thumbs {
    width: 100%;
    padding: 0 .2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    bottom: .2rem;
    right: 0;
    left: 0;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
  .swiper-thumbs {
    height: .6rem;
  }
  .swiper-thumbs .swiper-slide {
    height: .6rem;
  }
  .swiper-thumbs .swiper-slide p {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
  }
  .index5 .content,
  .index6 .content {
    padding: 28vh 0.2rem 0;
  }
  .index3 .item .det {
    width: 100%;
  }
  .index5 .item .txt {
    padding: 0.5rem 0.2rem 0;
  }
  .index5 .item .txt p {
    font-size: 0.26rem;
    line-height: 1.7;
  }
  .news-tab span {
    margin-left: 0.2rem;
    font-size: 0.24rem;
  }
  .news-tab {
    padding-top: 25px;
  }
  .news-tab span.active:after {
    bottom: -15px;
  }
  .index6 .item:last-child {
    display: none;
  }
  .index6 .item h6 {
    font-size: 0.3rem;
  }
  .index6 .item .time {
    font-size: 0.3rem;
  }
  .swiper-par .swiper-slide {
    height: 50px;
  }
  .index3 .ind-con {
    padding: 4.8vh 0.2rem 0;
  }
  .swiper-par {
    height: 4.6rem;
  }
  .swiper-par .swiper-slide .bo {
    height: 1.4rem;
    width: 48%;
    margin-right: 4%;
  }
  .swiper-par .bo:nth-child(6n) {
    margin-right: 4%;
  }
  .swiper-par .bo:nth-child(4n) {
    margin-right: 4%;
  }
  .swiper-par .bo:nth-child(3n) {
    margin-right: 4%;
  }
  .swiper-par .bo:nth-child(2n) {
    margin-right: 0;
  }
  footer .top {
    padding: 0.2rem 0.2rem 0;
  }
  footer .erweima {
    width: 2rem;
  }
  footer .erweima span {
    font-size: 0.2rem;
  }
  .index7 .title {
    margin-bottom: 0.2rem;
    padding: 8vh 0 0.2rem;
  }
  .index7 .par {
    height: 64vh;
  }
  footer {
    height: 36vh;
  }
  footer .p p {
    font-size: 0.24rem;
  }
  footer .lian {
    margin-bottom: 0.2rem;
  }
  footer .top {
    height: 65%;
  }
  footer .bottom {
    height: 35%;
  }
  footer .bottom .d {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .bshare-custom a {
    width: 0.5rem;
    height: 0.5rem !important;
  }
  .width1200 {
    width: 100%;
  }
  .about-banner .con .desc {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pop-about {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .layer-pop-about .layui-layer-setwin {
    top: 0.3rem;
    right: 0.2rem;
  }
  .about-banner .txt .y {
    font-size: 1.2rem;
  }
  .about-banner .txt h4 {
    font-size: 0.6rem;
    top: 0.5rem;
  }
  .about-title .y {
    font-size: 1rem;
  }
  .about-title h5 {
    font-size: 0.6rem;
  }
  .chairman .about-title {
    margin-bottom: 0.4rem;
  }
  .chairman .kuang {
    width: 100%;
    display: block;
    height: auto;
    padding: 0.3rem 0.2rem;
  }
  .chairman .desc {
    width: 100%;
    height: 5rem;
    margin-bottom: 1rem;
  }
  .chairman .dong {
    width: 60%;
  }
  .swiper-history {
    width: 100%;
  }
  .history .swiper {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .swiper-history .swiper-slide .desc .img {
    height: 4.4rem;
  }
  .honor .swiper {
    width: 100%;
  }
  .honor .swiper-button-next,
  .honor .swiper-button-prev {
    display: none;
  }
  .honor > div {
    width: 100%;
  }
  .history .about-title {
    margin-bottom: 0.5rem;
  }
  .culture .wen {
    display: none;
  }
  .culture .txt {
    width: 100%;
  }
  .staff .about-title {
    text-align: center;
  }
  .staff .about-title h5 {
    left: 0;
  }
  .staff .about-title .line {
    margin-right: auto;
  }
  .staff .swiper {
    padding: 0.3rem 0.2rem;
  }
  .swiper-partners .swiper-slide {
    height: 50px;
  }
  .swiper-partners {
    height: 375px;
  }
  .partners .about-title {
    margin-bottom: 0.4rem;
  }
  .partners .about-title h5,
  .staff .about-title h5 {
    font-size: 0.6rem;
  }
  .partners .about-title .y,
  .staff .about-title .y {
    font-size: 0.9rem;
  }
  .swiper-honor {
    height: 5.2rem;
  }
  .about-footer {
    height: 244px;
  }
  .zhanwei {
    height: 1rem;
  }
  .inside-banner {
    height: 4rem;
  }
  .inside-banner .img {
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
  .inside-banner .txt {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .inside-banner .txt h4 {
    left: 0.2rem;
  }
  .inside-banner .txt .y {
    font-size: 1rem;
  }
  .brand {
    height: auto;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .brand .br {
    padding-left: 18px;
  }
  .brand .sub {
    display: block;
  }
  .brand .br-tab {
    margin: 0.5rem 0;
  }
  .br-tab a.active:after {
    bottom: -0.3rem;
  }
  .br-tab a {
    margin-right: 0.5rem;
  }
  .swiper-partners .swiper-slide .bo {
    width: 48%;
    height: 1.2rem;
    margin-right: 4%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(6n) {
    margin-right: 4%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(4n) {
    margin-right: 4%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(3n) {
    margin-right: 4%;
  }
  .swiper-partners .swiper-slide .bo:nth-child(2n) {
    margin-right: 0;
  }
  .industry {
    padding: 0.5rem 0.2rem 0.66rem;
  }
  .industry .item .txt {
    padding: 0 0.2rem;
    top: 1.2rem;
  }
  .industry .item {
    height: 4rem;
  }
  .industry .item .txt .a,
  .industry .item .txt h6 {
    white-space: nowrap;
  }
  .industry .item .txt h6 {
    font-size: 0.3rem;
  }
  .industry-detail {
    padding: .3rem 0.2rem 0.42rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .industry-detail .content {
    padding: 0.45rem 0.2rem;
  }
  .pro-detail-head {
    padding: 0.4rem 0.2rem 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .project-tab {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .project-tab a {
    margin-right: 0.3rem;
  }
  .pro-content-bg {
    padding: 0.51rem 0.2rem 0.63rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .tech {
    padding: 0.46rem 0.2rem 0.51rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .tech .item .img {
    height: 3.4rem;
  }
  .tech .item .txt {
    padding: 0.3rem 0.2rem;
  }
  .tech .item .txt h5 {
    margin-bottom: 0.2rem;
  }
  .tech .item .txt .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .tech .item {
    margin-bottom: 0.3rem;
  }
  .news {
    padding: 0 0.2rem 0.43rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .news .item {
    margin-bottom: 0.4rem;
  }
  .news .item h6 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .page a {
    display: none;
  }
  .page .a {
    display: inline-block;
  }
  .news-detail h4 {
    font-size: 0.36rem;
  }
  .news-detail .p-n {
    display: block;
  }
  .news-detail .p-n a {
    width: 100%;
    margin: 0.1rem 0;
  }
  .recom .t {
    margin-bottom: 0.3rem;
  }
  .recom li a {
    padding: 0.2rem 0;
  }
  .recom li h6 {
    font-size: 0.3rem;
  }
  .contact {
    padding: 0.55rem 0.2rem 0.47rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contact .tit h5 {
    font-size: 0.44rem;
  }
  .contact .tit h6 {
    font-size: 0.2rem;
  }
  .contact li {
    width: 100% !important;
    height: 2rem;
    padding: 0 0.3rem;
    position: relative;
  }
  .contact li h6 {
    position: absolute;
    top: 0.25rem;
    left: 1.3rem;
  }
  .contact li p,
  .contact li:nth-child(4) p {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .address,
  .recruit,
  .state {
    padding: 0.55rem 0.2rem 0.86rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .address .tit .d {
    background-size: 0.7rem;
  }
  .my-map {
    height: 240px;
  }
  .recruit .l {
    margin-bottom: 0.4rem;
  }
  .state p {
    font-size: 0.24rem;
    line-height: 2.5;
  }
  .br-search {
    width: 100%;
  }
  .search-result {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .style-banner .txt {
    text-align: center;
  }
  .style-banner .txt .y {
    font-size: 1.2rem;
  }
  .style-banner .txt h4 {
    right: 0;
    top: 0.5rem;
    font-size: 0.6rem;
  }
  .style-banner .txt .line {
    margin: 0 auto;
  }
  .project {
    display: block;
  }
  .project .img {
    width: 100%;
  }
  .project .txt {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .project .txt h5,
  .project .txt li p,
  .project .txt .desc {
    color: #fff;
  }
  .project .txt a {
    color: #fff;
    border-color: #fff;
  }
  .web-map {
    padding: 0 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .web-map dl {
    width: 48%;
    padding: 0.6rem 0 0;
  }
  .web-map dt {
    margin-bottom: 0.3rem;
  }
  .web-map dd {
    margin-bottom: 0.2rem;
  }
  .web-map dt a {
    font-size: 0.36rem;
  }
  .web-map dd a {
    font-size: 0.3rem;
  }
}
