
/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.index-banner {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}
.index-slider {
  overflow: hidden;
}
.index-slider .img-box {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
}
.index-slider.swiper-slide-active .img-box {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.index-slider.swiper-slide-active .ban-line {
  transform: scaleX(1);
}
@keyframes banimg {
  0% {
    transform: translate3d(80px, 0, 0) scale(1.1);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translateX(80px) scale(1.1);
    -o-transform: translate3d(80px, 0, 0) scale(1.1);
    -webkit-transform: translate3d(80px, 0, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.index-slider .doc-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ban-tit {
  font-size: 1.4rem;
  color: #090238;
  line-height: 1.4;
}
.ban-tit-en {
  margin-top: 0.8rem;
  color: #fff;
  font-family: 'Segoe UI';
  font-size: 24px;
  line-height: 36px;
}
.ban-line {
  width: 15.0rem;
  height: 1px;
  background-color: #fff;
  margin-top: 1.55rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 5s linear;
}
.over-view-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e84f1;
  -webkit-transition: -webkit-transform 1.2s 0.5s;
  transition: transform 1.2s 0.5s;
}
.over-view-mask.animated {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}
.over-view-mask:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: opacity 0.8s 1s;
}
.over-view-mask.animated:after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .index-banner {
    height: calc(100vh - 60px);
  }
  .index-slider .img-box {
    height: 100%;
    transform: translate3d(0px, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translate3d(0x, 0, 0) scale(1);
    -webkit-transform: translate3d(0x, 0, 0) scale(1);
  }
}
.ser-slide {
  position: relative;
  text-align: center
}
.ser-slide img{
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin:0 auto;
}
.ser-slide .ser-slide-doc {
 /* position: absolute;
  left: 16px;
  bottom: 18px;*/
  z-index: 6;
  display: block;
  margin-top: 20px;
}
.ser-slide .ser-slide-doc p {
  margin-top: 2px;
  color: #fff;
  opacity: 0.5
}
/*.ser-slide .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}*/
.swiper-pagination2 {
  position: relative;
}
.ser-list .swiper-pagination2 {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  background-color: #016dff;
  padding: 0 5px;
  height: 24px;
  border-radius: 15px;
  bottom:0;
}
.ser-list .swiper-pagination2 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.ser-list .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../image/paginhouse.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-wrap {
  height: 510px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.about-slide-item {
  background-color: #265eab;
  flex: 0 0 92px;
  width: 92px;
  height: 510px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
}
.about-slide-item.active {
  flex: 1;
  width: 100%;
}
.about-slide-item.active .l-tit {
  flex: 0 0 92px;
  width: 92px;
}
.about-slide-item .l-tit {
  flex: 0 0 92px;
  width: 92px;
  height: 100%;
  padding: 0 25px;
  padding-top: 90px;
}
.about-slide-item .l-tit p {
  font-size: 24px;
  color: #fff;
  writing-mode: vertical-lr;
  margin-top: 26px;
  padding-left: 5px;
  letter-spacing: 2px;
}
.about-slide-item .l-tit strong {
  writing-mode: vertical-lr;
  font-size: 16px;
  color: #bebebe;
  margin-top: 22px;
  margin-left: 10px;
  letter-spacing: 1px;
}
.about-slide-item:nth-child(2n) {
  background-color: #00b7ee;
}
.about-slide-item:nth-child(3n) {
  background-color: #448aca;
}
.r-i-about-ct {
  flex: 1;
  width: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
  align-items: flex-start;
  padding-right: 50px;
}
.doc-edit-14-20 {
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  color: #fff;
  opacity: 1;
}
.about-more {
  width: 116px;
  height: 34px;
  border: 2px solid #ffffff;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  margin-top: 22px;
}
.about-more:hover {
  color: #fff;
}
.index-footer-cp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 70px;
}
.footer-i {
  width: 32%;
}
.tit-cp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.tit-cp.pd {
  margin: 0 10px;
  margin-bottom: 29px;
}
.tit-cp span {
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 3px solid #2e5e9e;
}
.tit-cp a {
  width: 90px;
  height: 24px;
  text-align: center;
  border: 1px solid #2e5e9e;
  line-height: 22px;
  font-size: 14px;
  color: #585858;
  transition: all 0.3s linear;
}
.tit-cp a:hover {
  background-color: #00a0e9;
  color: #fff;
}
.honor-wrap {
  width: 55%;
  margin: 0 auto;
}
.swiper-honor {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.swiper-honor img {
  cursor: pointer;
}
.honor p {
  text-align: center;
}
.i-case-list {
  height: 287px;
  margin-top: 20px;
  margin: 0 10px;
}
.i-case-list li {
  padding-bottom: 26px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 24px;
}
.i-case-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #373737;
}
.i-case-list li a:hover {
  color: #3891ff;
}
.i-ct-list h4 {
  color: #3e3e3e;
  margin-bottom: 20px;
}
.i-ct-list p {
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .footer-i {
    width: 100%;
  }
  .index-footer-cp {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 30px;
  }
  .i-ct-list p {
    line-height: 30px;
  }
  .i-case-list {
    height: auto;
  }
  .i-case-list li {
    padding-bottom: 13px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 12px;
  }
  .tit-cp.pd {
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .fba {
    margin-bottom: 20px;
  }
  .honor-wrap {
    width: 70%;
  }
  #hon-p,
  #hon-n {
    width: 0.41rem;
  }
  .tac {
    font-size: 14px;
  }
}
.case-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.case-list:after{
  content:'';
   width: 31.5%;
}
.case-list .case-item {
  width: 31.5%;
}
.case-list .case-item p {
  font-size: 18px;
  line-height: 30px;
  color: #101112;
  height: 60px;
  overflow: hidden;
  padding: 0 12px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .case-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .case-list .case-item {
    width: 100%;
  }
  .case-list .case-item p {
    font-size: 16px;
    line-height: 28px;
    color: #101112;
    height: 56px;
    overflow: hidden;
    padding: 0 12px;
    margin-top: 4px;
  }
}
.honor-wrap-list {
  width: 100%;
}
.culture-list .honor-list li {
  width: 31%;
  background-color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 36px;
  display: block;
}
.culture-list .honor-list li img {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .culture-list .honor-list li {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 18px;
    display: block;
  }
  .culture-list .honor-list li img {
    box-shadow: none;
  }
}
#dituContent {
  width: 50%;
  height: 400px;
  border: 1px solid #0f78fa;
}
.r-img{
  width: 50%;
}
#dituContent .BMap_bubble_title {
  font-weight: bold;
}
.contact-ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 36px;
}
.contact-ul li {
  width: 260px;
  height: 230px;
  border-radius: 10px;
  border: 2px solid #e7e5e2;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 24px;
}
.contact-ul li p {
  color: #4f4f4f;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #dituContent {
    width: 6.7rem;
    height: 300px;
    border: 1px solid #0f78fa;
  }
  #dituContent .BMap_bubble_title {
    font-weight: bold;
  }
  .contact-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 36px;
  }
  .contact-ul li {
    width: 48%;
    height: 160px;
    border-radius: 10px;
    border: 2px solid #e7e5e2;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .contact-ul li p {
    color: #4f4f4f;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }
}
.news-detail {
  padding: 50px 80px 64px;
  background-color: #efefed;
}
.news-bt {
  border-bottom: 1px solid #eeeeee;
}
.news-bt h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
  color: #010938;
}
.news-detail .date-view {
  margin-top: 22px;
  margin-bottom: 24px;
  color: #333333;
  font-family: 'Segoe UI';
}
.news-detail .date-view .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.news-detail .date-view .view {
  margin-left: 68px;
}
.news-b {
  padding-top: 24px;
  padding-bottom: 66px;
  border-bottom: 1px solid #eeeeee;
}
.news-b .doc-edit {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
   font-weight: bold;
}
.news-btn {
  padding-top: 42px;
}
.news-btn .news-prev {
  padding: 0 22px;
  max-width: 445px;
  height: 45px;
  line-height: 42px;
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-btn .news-prev.default {
  border: 1px solid #e7e7e7;
  color: #999999;
 }
.news-b .doc-edit img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 0.5rem 0.25rem 0.64rem;
    background-color: #fff;
  }
  .news-bt {
    border-bottom: 1px solid #eeeeee;
  }
  .news-bt h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }
  .news-detail .date-view {
    margin-top: 11px;
    margin-bottom: 12px;
    color: #333333;
    font-family: 'Segoe UI';
  }
  .news-detail .date-view .date {
    font-size: 14px;
  }
  .news-detail .date-view .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  .news-detail .date-view .view {
    margin-left: 34px;
    font-size: 14px;
  }
  .news-b {
    padding-top: 12px;
    padding-bottom: 0.66rem;
    border-bottom: 1px solid #eeeeee;
  }
  .news-b .doc-edit {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
  }
  .news-btn {
    padding-top: 0.42rem;
  }
  .news-btn .news-prev {
    padding: 0 22px;
    max-width: 100%;
    height: 45px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-btn .news-prev.default {
    border: 1px solid #e7e7e7;
    color: #999999;
    cursor: not-allowed;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .news-main.detail-in-mob {
    width: 94%;
  }
}
.about-ph-item .about-item-tit {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 4%;
  height: 48px;
  background-color: #24497a;
  color: #fff;
}
.about-ph-item .about-item-tit img {
  width: 0.37rem;
  margin-right: 15px;
}
.about-ph-item .about-item-tit p {
  font-size: 16px;
  margin-right: 10px;
}
.about-ph-item .about-item-tit strong {
  color: #bebebe;
  font-size: 14px;
}
.about-ph-item .about-item-doc {
  padding: 0 4%;
  display: none;
  margin-top: 20px;
}
.about-ph-item .about-item-doc img {
  margin-bottom: 20px;
}
.about-ph-item .about-item-doc .doc-edit-14-20 {
  color: #333;
  padding-left: 0;
}
.about-ph-item:nth-child(2n) .about-item-tit {
  background-color: #00b7ee;
}
.about-ph-item:nth-child(3n) .about-item-tit {
  background-color: #448aca;
}


.fwxmbg{
  background: url(../image/fwxmbg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 1.5rem;
  margin-top: 64px;
}

.fwxmbg .cx-tit-cp{
  color:#fff;
}
.fwxmbg .cx-tit-cp span{
  color:#fff;
}
.fwxmbg .cx-tit-cp:after{
  background-color: #fff;
}
.fwxmbg {
  bottom: 0
}


@media (max-width: 768px){
  .fwxmbg{
    margin-top: 0.32rem;
    padding-bottom: 0.6rem;
  }
}
.i_title {
    padding-bottom: 5px;
    overflow: hidden;
}
.title {
    padding-top: 66px;
    padding-bottom: 20px;
}
.title h1 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 16px;
    text-align: center;
    color: #0060ae;
}
.trans00 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.title p {
    font-family: "Arial";
    font-size: 22px;
    line-height: 20px;
    opacity: 0.5;
    text-align: center;
    color: #0060ae;
    text-transform: uppercase;
}
.i_cate {
    padding-bottom: 30px;
    overflow: hidden;
}
style.css:28
.p {
    width: 1200px;
    margin: 0 auto;
}
.i_cate ul {
    display: block;
    font-size: 0;
    text-align: center;
}
.project_cate li {
    width: 200px;
    font-weight: bold;
}

.i_cate li {
    display: inline-block;
    width: 220px;
    height: 65px;
   margin-top:10px;
    vertical-align: top;
    border-right: 1px solid #c9d2d6;
	border-left: 1px solid #c9d2d6;
	margin-right:20px;
	
}

.i_cate li.active a, .i_cate li:hover a {
    border-color: #0060ae;
    background: #0060ae;
    color: #fff;
}

.i_cate li:first-child a {
    border-left: 1px solid #c9d2d6;
}
.i_cate li a {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #c9d2d6;
    border-bottom: 1px solid #c9d2d6;
    background: #f4f7f8;
    line-height: 63px;
    font-size: 16px;
    overflow: hidden;
}

.b {
    display: block;
    width: 100%;
    height: 100%;
}
.isinner .index-banner{
  height:315px;
}
.isinner .index-slider .img-box{
  height:315px;
      background-position: center 26%;
}

  .swiper-main{
  
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
   
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    top:40%;
    left:-30px;
    right: -30px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
     top:40%;
     right:-30px;
  }
  .swiper-main{
    display:flex;
    flex-flow:row nowrap;
    justify-content:center;
  }

  @media screen and (max-width:768px){
      .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    top:40%;
    left:-30px;
    right: -30px;
    display: none;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
     top:40%;
     right:-30px;
     display: none;
  }
  }