header {
  position: absolute;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: center;
}
header .pc_menu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 100px;
}
header .pc_menu .logo img {
  text-align: center;
  width: 228px;
}
header .pc_menu .menu_r {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .pc_menu .menu_r .nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header .pc_menu .menu_r .nav li {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
header .pc_menu .menu_r .nav li .nav_ls {
  font-family: 'PFM';
  font-size: 18px;
  color: #fff;
  margin-right: 64px;
}
header .pc_menu .menu_r .nav li .list {
  position: absolute;
  left: 50%;
  transform: translateX(-74%);
  top: 70px;
  width: 140px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 24px;
}
header .pc_menu .menu_r .nav li .list a {
  font-family: 'PFM';
  display: block;
  text-align: center;
  margin-top: 22px;
  font-size: 16px;
  color: #555;
  transition: all 2s;
}
header .pc_menu .menu_r .nav li .list a:hover {
  font-family: 'PFB';
  color: #1c2684;
}
header .pc_menu .menu_r .nav li .list::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
header .pc_menu .menu_r .nav li:hover .list {
  top: 86px;
  opacity: 1;
  pointer-events: all;
}
header .pc_menu .menu_r .language {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 40px;
  height: 100%;
}
header .pc_menu .menu_r .language .earth {
  width: 24px;
}
header .pc_menu .menu_r .language .choses {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
header .pc_menu .menu_r .language .icon-youjiantou1::after {
  content: '\e62a';
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(90deg);
}
header .pc_menu .menu_r .language .select {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  width: 140px;
  height: 155px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
}
header .pc_menu .menu_r .language .select a {
  font-family: 'PFM';
  display: block;
  text-align: center;
  margin-top: 22px;
  font-size: 16px;
  color: #555;
  transition: all 0.6s;
}
header .pc_menu .menu_r .language .select a:hover {
  font-family: 'PFB';
  color: #1c2684;
}
header .pc_menu .menu_r .language .select::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
header .pc_menu .menu_r .language:hover .select {
  top: 86px;
  opacity: 1;
  pointer-events: all;
}
header .pc_menu .menu_r .navbtn {
  width: 160px;
  height: 50px;
  border-radius: 50px;
  background-color: #1c2684;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
header .pc_menu .menu_r .icon-youjiantou::after {
  content: '\e626';
  font-size: 14px;
  padding-left: 10px;
  transition: all 0.6s;
}
header .pc_menu .menu_r .icon-youjiantou:hover::after {
  margin-left: 14px;
}
header .m_menu .top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 86px;
  z-index: 10;
}
header .m_menu .top .logo {
  width: 130px;
}
header .m_menu .top .m_right {
  display: flex;
  justify-content: center;
}
header .m_menu .top .m_right .language {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
  height: 100%;
}
header .m_menu .top .m_right .language .earth {
  width: 24px;
}
header .m_menu .top .m_right .language .choses {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
header .m_menu .top .m_right .language .icon-youjiantou1::after {
  content: '\e62a';
  font-size: 12px;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  transform: rotate(90deg);
}
header .m_menu .top .m_right .language .select {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  width: 140px;
  height: 155px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
}
header .m_menu .top .m_right .language .select a {
  font-family: 'PFM';
  display: block;
  text-align: center;
  margin-top: 22px;
  font-size: 16px;
  color: #555;
  transition: all 0.6s;
}
header .m_menu .top .m_right .language .select a:hover {
  font-family: 'PFB';
  color: #1c2684;
}
header .m_menu .top .m_right .language .select::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
header .m_menu .top .m_right .language:hover .select {
  top: 50px;
  opacity: 1;
  pointer-events: all;
}
header .m_menu .top .m_right .navbtn div {
  margin: 4px 0;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
header .m_menu .nav {
  position: absolute;
  left: 0;
  background: rgba(28, 38, 132, 0.9);
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  pointer-events: none;
  opacity: 0;
}
header .m_menu .nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}
header .m_menu .nav ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
}
header .m_menu .nav ul li .nav_ls {
  font-family: 'PFM';
  font-size: 16px;
  color: #fff;
}
header .m_menu .nav ul li .list {
  margin-top: 14px;
  display: none;
}
header .m_menu .nav ul li .list a {
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 8px 0;
}
header .m_menu .nav ul li .showlist {
  display: block;
}
header .m_menu .click {
  pointer-events: all;
  opacity: 1;
}
header .pcheader {
  visibility: visible;
}
header .mheader {
  visibility: hidden;
}
@media (max-width: 1080px) {
  header .pcheader {
    visibility: hidden;
  }
  header .mheader {
    visibility: visible;
  }
}
@media (min-width: 1081px) {
  header .pcheader {
    visibility: visible;
  }
  header .mheader {
    visibility: hidden;
  }
}
.footer {
  position: relative;
  width: 100%;
  background-color: #3b3b3b;
  z-index: 2;
}
.footer .footerTop {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  height: 380px;
  background-color: #3b3b3b;
}
/*.footer .footerTop .logo_f {*/
/*  width: 228px;*/
/*}*/
.footer .footerTop .logo_f img{
  width: 280px;
}

.footer .footerTop .logo_f span {
  font-family: 'PFM';
  font-size: 20px;
  color: #fff;
}
.footer .footerTop .footerNav ul {
  display: flex;
  margin-left: 160px;
}
.footer .footerTop .footerNav ul li > a:first-child {
  font-family: 'PFM';
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footerTop .footerNav ul li {
  margin: 0 30px;
}
.footer .footerTop .footerNav ul li a {
  font-family: 'PFM';
  display: block;
  color: #a6a6a6;
  margin: 8px 0;
}
.footer .footerBottom {
  width: 80%;
  margin: 0 auto;
}
.footer .esBottom{
  padding-top: 60px;
}
.footer .footerBottom .bottom {
  position: relative;
  width: 100%;
  height: 80px;
  border-top: 1px solid #545454;
}
.footer .footerBottom .bottom span {
  line-height: 80px;
  color: #8f8f8f;
}
.footer .footerBottom .bottom .toTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #545454;
  cursor: pointer;
  transition: all 0.6s linear;
}
.footer .footerBottom .bottom .toTop .icon-youjiantou1::after {
  content: '\e62a';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 18px;
  color: #1c2684;
  transition: all 0.6s linear;
}
.footer .footerBottom .bottom .toTop:hover {
  background-color: #1c2684;
}
.footer .footerBottom .bottom .toTop:hover .icon-youjiantou1::after {
  color: #fff;
}
.indexbanner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.indexbanner .swiper {
  --swiper-pagination-color: #ffffff;
  /* 两种都可以 */
}
.indexbanner .point {
  width: 20px;
  height: 20px;
}
.indexbanner video {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}
.indexbanner .bannerinfo {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.indexbanner .bannerinfo .title .sec {
  font-family: 'PFM';
  font-size: 42px;
  color: #fff;
}
.indexbanner .bannerinfo .title .main {
  font-family: 'PFM';
  font-size: 54px;
  color: #fff;
}
.indexbanner .bannerinfo .title .thir {
  font-family: 'PFR';
  font-size: 18px;
  color: #fff;
  margin-top: 16px;
}
.indexbanner .bannerinfo .btn {
  display: flex;
  align-items: center;
  margin-top: 110px;
}
.indexbanner .bannerinfo .btn .btnroute {
  display: flex;
  justify-content: center;
  width: 244px;
  height: 64px;
  margin-right: 30px;
  background-color: #1c2684;
  border-radius: 30px;
  color: #fff;
  line-height: 60px;
  transition: all 0.6s;
}
.indexbanner .bannerinfo .btn .icon-youjiantou::after {
  content: '\e626';
  padding-left: 14px;
}
.indexbanner .bannerinfo .btn .btnroute:hover {
  bottom: 12px;
  background-color: #fff;
  color: #1c2684;
}
.indexbanner .bannerinfo .btn .btnservice {
  right: 220px;
  margin-right: 30px;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  border: solid 2px #ffffff;
  color: #fff;
  text-align: center;
  line-height: 60px;
  transition: all 0.6s;
}
.indexbanner .bannerinfo .btn .btnservice:hover {
  background-color: #1c2684;
  color: #fff;
  border: solid 2px #1c2684;
}
.indexbanner .mouses {
  cursor: pointer;
}
.indexbanner .icon-shubiao::after {
  content: '\e662';
  position: absolute;
  z-index: 10;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #fff;
  animation: roll 2s linear infinite;
}
@keyframes roll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(14px);
    opacity: 0;
  }
}
.m_Btn {
  position: relative;
  width: 160px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  border: solid 1px #1c2684;
  line-height: 50px;
  cursor: pointer;
  transition: all 1s;
  overflow: hidden;
}
.m_Btn a {
  position: absolute;
  font-family: 'PFM';
  color: #1c2684;
  padding-left: 32px;
  font-size: 16px;
  transition: all 1s;
  z-index: 1;
}
.m_Btn::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #1c2684;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 1s;
}
.m_Btn:hover::after {
  content: '';
  right: -20px;
  width: 220px;
  height: 220px;
  border-radius: 220px;
}
.m_Btn:hover a {
  color: #fff;
}
h4 {
  font-family: 'PFB';
  font-size: 48px;
  color: #1c2684;
}
h5 {
  margin: 10px 0 30px;
  font-family: 'PFR';
  font-size: 20px;
  color: #555;
}
.introduction {
  height: 800px;
}
.introduction .lk {
  width: 100%;
  height: 20px;
}
.introduction .box {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 80%;
  margin: 130px auto;
}
.introduction .box .ibox {
  width: 750px;
}
.introduction .box .ibox .cname {
  font-family: 'PFB';
  font-size: 48px;
  color: #1c2684;
}
.introduction .box .ibox .intro1 {
  font-family: 'PFB';
  font-size: 32px;
  color: #333;
  margin-top: 40px;
}
.introduction .box .ibox .es {
  font-size: 26px;
}
.introduction .box .ibox .intro2 {
  font-size: 18px;
  color: #666;
  margin: 40px 0 70px;
}
.introduction .iright img {
  width: 100%;
  -webkit-user-drag: none;
  animation: earthRotate linear 20s infinite;
}
@keyframes earthRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.introduction .iright img:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.intRoute {
  position: relative;
  width: 100%;
  background-color: #f4f5fa;
  overflow: hidden;
  height: 100vh;
}
.intRoute .routeTop {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}
.intRoute .routeTop .title {
  margin-top: 65px;
}
.intRoute .routeTop .thr {
  margin-top: 65px;
}
.intRoute .routeTop .thr li {
  font-size: 24px;
  font-family: 'PFR';
  color: #333;
}
.intRoute .routeInfo {
  display: flex;
  justify-content: space-around;
  position: absolute;
  width: 100%;
}
.intRoute .routeInfo .info_r {
  position: relative;
  width: 80%;
  padding: 0 30px;
  transition: all 2s;
}
.intRoute .routeInfo .info_r .img {
  width: 100%;
  overflow: hidden;
}
.intRoute .routeInfo .info_r .img img {
  -webkit-user-drag: none;
}
.intRoute .routeInfo span {
  position: absolute;
  color: #ffffff;
  font-size: 100px;
  opacity: 0.32;
  left: 50px;
  top: 75px;
}
.intRoute .routeInfo .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 505px;
  height: 519px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 75px;
}
.intRoute .routeInfo .box .title {
  font-family: 'PFB';
  font-size: 30px;
  color: #333;
  margin: 75px 50px 30px;
}
.intRoute .routeInfo .box .info {
  margin: 0 50px;
  font-size: 18px;
  color: #333;
}
.intRoute .routeInfo .box .lf {
  margin: 75px 50px;
}
.intRoute .routeInfo .box .es {
  margin: 26px 50px;
}
.intRoute .routeInfo .box .lb {
  height: 20px;
}
.intRoute .routeInfo .rBtn {
  position: absolute;
  top: 320px;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: #e4e4e4;
  border-radius: 65px;
  cursor: pointer;
  transition: all 0.8s;
}
.intRoute .routeInfo .btnDisabled {
  pointer-events: none;
}
.intRoute .routeInfo .rBtn:hover {
  background-color: #1c2684;
}
.intRoute .routeInfo .next {
  right: 100px;
}
.intRoute .routeInfo .pre {
  left: 100px;
  transform: rotate(180deg);
}
.intRoute .routeInfo .icon-youjiantou1::after {
  content: '\e62a';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1c2684;
}
.intRoute .routeInfo .icon-youjiantou1:hover::after {
  color: #fff;
}
.intRoute .routeInfo .r1 {
  position: absolute;
}
.intRoute .routeInfo .r2 {
  position: absolute;
}
.intRoute .routeInfo .r3 {
  position: absolute;
}
.intService {
  width: 100%;
  background-color: #f3f3f3;
}
.intService .serviceTop {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.intService .serviceTop .r_text {
  width: 40%;
  text-align: right;
}
.intService .serviceBox {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intService .serviceBox .item {
  position: relative;
  width: 30%;
  height: 420px;
  background-color: #fff;
  margin: 40px 40px 60px 0;
  border-radius: 4px;
  transition: all 0.6s;
}
.intService .serviceBox .item .itemTitle {
  font-family: 'PFB';
  font-size: 28px;
  color: #1c2684;
  margin: 90px 50px 0;
  transition: all 0.6s;
}
.intService .serviceBox .item .itemDet {
  font-family: 'PFM';
  font-size: 18px;
  color: #333;
  margin: 40px 50px 0;
  transition: all 0.6s;
}
.intService .serviceBox .item .icon-FBAqingguan::before {
  content: '\e6aa';
}
.intService .serviceBox .item .icon-jizhuangxiang::before {
  content: '\e6e6';
}
.intService .serviceBox .item .icon-wuliaobaozhuangdan::before {
  content: '\e616';
}
.intService .serviceBox .item .icon-hanbao::before {
  content: '\e62b';
}
.intService .serviceBox .item .icon_function_jiaji::before {
  content: '\e896';
}
.intService .serviceBox .item .icon-kuajingdianshang::before {
  content: '\e62c';
}
.intService .serviceBox .item .icon-FBAqingguan::before,
.intService .serviceBox .item .icon-jizhuangxiang::before,
.intService .serviceBox .item .icon-wuliaobaozhuangdan::before,
.intService .serviceBox .item .icon-hanbao::before,
.intService .serviceBox .item .icon_function_jiaji::before,
.intService .serviceBox .item .icon-kuajingdianshang::before {
  position: absolute;
  font-size: 30px;
  top: 50px;
  color: #db3729;
  transition: all 0.6s;
}
.intService .serviceBox .item:nth-child(3n-1) {
  margin-top: 0;
}
.intService .serviceBox .item:nth-child(3n) {
  margin-top: -40px;
  margin-right: 0;
}
.intService .serviceBox .item:hover {
  background-color: #1c2684;
}
.intService .serviceBox .item:hover .itemTitle {
  color: #fff;
}
.intService .serviceBox .item:hover .itemDet {
  color: #fff;
}
.intService .serviceBox .item:hover .icon-FBAqingguan::before,
.intService .serviceBox .item:hover .icon-jizhuangxiang::before,
.intService .serviceBox .item:hover .icon-wuliaobaozhuangdan::before,
.intService .serviceBox .item:hover .icon-hanbao::before,
.intService .serviceBox .item:hover .icon_function_jiaji::before,
.intService .serviceBox .item:hover .icon-kuajingdianshang::before {
  color: #fff;
}
.intService .btnService {
  margin: 0 auto;
}
.intService .reserve {
  height: 90px;
}
.inClient {
  width: 100%;
}
.inClient .clientTitle {
  width: 80%;
  margin: 50px auto;
}
.inClient .clientBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
}
.inClient .clientBox .clientItem {
  flex: auto;
  position: relative;
  width: 16.5%;
  height: 126px;
  border: solid 1px #ececec;
}
.inClient .clientBox .clientItem .lineBorder {
  position: absolute;
  background-color: #1c2684;
  z-index: 1;
}
.inClient .clientBox .clientItem .lineTop {
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.1s ease-in-out 0.3s;
}
.inClient .clientBox .clientItem .lineRight {
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: transform 0.1s ease-in-out 0.2s;
}
.inClient .clientBox .clientItem .lineBottom {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transform-origin: 100% 100%;
  transform: scaleX(0);
  transition: transform 0.1s ease-in-out 0.1s;
}
.inClient .clientBox .clientItem .lineLeft {
  left: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  transform-origin: 100% 100%;
  transform: scaleY(0);
  transition: transform 0.1s ease-in-out 0s;
}
.inClient .clientBox .clientItem img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inClient .clientBox .clientItem:hover .lineTop {
  transform-origin: 0 0;
  transform: scaleX(1);
  transition: transform 0.4s linear 0s;
}
.inClient .clientBox .clientItem:hover .lineRight {
  transform-origin: 0 0;
  transform: scaleY(1);
  transition: transform 0.2s linear 0.4s;
}
.inClient .clientBox .clientItem:hover .lineBottom {
  transform-origin: 100% 100%;
  transform: scaleX(1);
  transition: transform 0.4s linear 0.6s;
}
.inClient .clientBox .clientItem:hover .lineLeft {
  transform-origin: 100% 100%;
  transform: scaleY(1);
  transition: transform 0.2s linear 1s;
}
.inGlobal {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}
.inGlobal .globalTitle {
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
}
.inGlobal .bg {
  margin: 0 auto;
  position: relative;
  width: 80%;
  height: 100%;
  background: no-repeat url(../images/map.png);
  background-size: contain;
}
.inGlobal .bg .item {
  background-color: #1c2684;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  position: absolute;
}
.inGlobal .bg .item .roudBreath {
  cursor: pointer;
}
.inGlobal .bg .roudBreath {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-animation: pulsing 2.5s ease-out infinite;
  animation: pulsing 2.5s ease-out infinite;
}
.inGlobal .bg .roudBreath:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.1s;
}
.inGlobal .bg .roudBreath:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1.5s;
}
.inGlobal .bg .roudBreath:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -2s;
}
@-webkit-keyframes pulsing {
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes pulsing {
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.inGlobal .bg .item:nth-child(1) {
  position: relative;
  left: 78%;
  top: 32%;
}
.inGlobal .bg .item:nth-child(2) {
  position: relative;
  left: 45%;
  top: 24%;
}
.inGlobal .bg .item:nth-child(3) {
  position: relative;
  left: 18%;
  top: 32%;
}
.inGlobal .box {
  position: absolute;
  transform: translateX(-50%);
  width: 480px;
  height: 300px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(4, 0, 0, 0.06);
  border-radius: 10px;
  transition: all 0.8s ease;
  opacity: 0;
}
.inGlobal .box .title {
  font-family: 'PFB';
  font-size: 22px;
  color: #1c2684;
  padding: 58px 0 0 40px;
}
.inGlobal .box .contact {
  font-family: 'PFM';
  font-size: 16px;
  color: #555;
  line-height: 30px;
  padding: 20px 0 0 40px;
}
.inGlobal .box_cn {
  left: 73%;
  top: 15%;
}
.inGlobal .box_es {
  left: 47%;
  top: 9%;
}
.inGlobal .box_mx {
  left: 26%;
  top: 20%;
}
.inGlobal .boxActive {
  opacity: 1;
}
.inGlobal .btnGlobal {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  header .pc_menu .menu_r .nav li .nav_ls {
    margin-right: 25px;
  }
  .footer .footerTop {
    width: 90%;
  }
  .footer .footerTop .footerNav ul {
    margin-left: 0;
  }
  .footer .footerTop .footerNav ul li {
    margin: 0 16px;
  }
  .inClient .clientBox .clientItem {
    width: 15.5%;
  }
  .inGlobal .bg .item:nth-child(1) {
    top: 25%;
  }
  .inGlobal .box_cn {
    top: 8%;
  }
  .inGlobal .bg .item:nth-child(2) {
    top: 19%;
  }
  .inGlobal .box_es {
    top: 4%;
  }
  .inGlobal .bg .item:nth-child(3) {
    top: 22%;
  }
  .inGlobal .box_mx {
    top: 10%;
  }
}
@media screen and (max-width: 1199px) {
  html {
    overflow-y: scroll;
  }
  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }
  :root body {
    position: absolute;
  }
  body {
    width: 100vw;
    overflow: hidden;
  }
  .m_Btn {
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .m_Btn a {
    font-size: 14px;
    left: 0;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 18px;
    margin: 10px 0 13px;
  }
  .indexbanner .swiper-wrapper .swiper-slide {
    text-align: center;
    overflow: hidden;
  }
  .indexbanner .swiper-wrapper .swiper-slide img {
    transform: translateX(-20%);
  }
  .indexbanner .bannerinfo {
    top: 45%;
    left: 5%;
  }
  .indexbanner .bannerinfo .title .sec {
    font-size: 18px;
  }
  .indexbanner .bannerinfo .title .main {
    font-size: 24px;
  }
  .indexbanner .bannerinfo .title .thir {
    font-size: 14px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .indexbanner .bannerinfo .btn {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .indexbanner .bannerinfo .btn .btnroute {
    position: static;
    margin-bottom: 20px;
    width: 168px;
    height: 54px;
    line-height: 54px;
  }
  .indexbanner .bannerinfo .btn .btnservice {
    position: static;
    width: 164px;
    height: 50px;
    line-height: 54px;
  }
  .introduction .box {
    width: 90%;
    flex-direction: column;
    margin: 60px auto;
  }
  .introduction .box .ibox {
    width: auto;
  }
  .introduction .box .ibox .cname {
    font-size: 30px;
  }
  .introduction .box .ibox .intro1 {
    font-size: 20px;
  }
  .introduction .box .ibox .intro2 {
    font-size: 16px;
    margin: 24px 0;
  }
  .introduction .box .iright {
    margin-top: 100px;
  }
  .intRoute {
    height: auto;
  }
  .intRoute .routeTop {
    width: 90%;
    flex-direction: column;
  }
  .intRoute .routeTop .thr {
    margin-top: 0;
  }
  .intRoute .routeTop .thr li {
    font-size: 18px;
  }
  .intRoute .routeInfo {
    flex-direction: column;
    margin-top: 30px;
    position: static;
  }
  .intRoute .routeInfo .r3 .box {
    margin-bottom: 40px;
  }
  .intRoute .routeInfo .info_r {
    position: static;
    transform: none !important;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .intRoute .routeInfo .info_r .img {
    font-size: 0;
  }
  .intRoute .routeInfo .info_r img {
    max-width: 100%;
    max-height: 100%;
  }
  .intRoute .routeInfo .rBtn {
    display: none;
  }
  .intRoute .routeInfo span {
    display: none;
  }
  .intRoute .routeInfo .box {
    position: static;
    margin-right: 0;
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .intRoute .routeInfo .box .title {
    margin: 0;
    padding: 30px 20px 20px;
    font-size: 24px;
  }
  .intRoute .routeInfo .box .info {
    font-size: 16px;
    margin: 0;
    padding: 0 20px 20px;
  }
  .intRoute .routeInfo .box .lf {
    margin: 20px 20px;
  }
  .intService .serviceTop {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 0 30px;
  }
  .intService .serviceTop .r_text {
    width: 100%;
    text-align: left;
  }
  .intService .serviceBox {
    width: 90%;
    flex-direction: column;
    align-content: center;
  }
  .intService .serviceBox .item {
    width: 100%;
    margin: 14px 0 !important;
    height: auto;
  }
  .intService .serviceBox .item .itemTitle {
    font-size: 20px;
    margin: 60px 30px 0;
  }
  .intService .serviceBox .item .icon-FBAqingguan::before,
  .intService .serviceBox .item .icon-jizhuangxiang::before,
  .intService .serviceBox .item .icon-wuliaobaozhuangdan::before,
  .intService .serviceBox .item .icon-hanbao::before,
  .intService .serviceBox .item .icon_function_jiaji::before,
  .intService .serviceBox .item .icon-kuajingdianshang::before {
    top: 20px;
  }
  .intService .serviceBox .item .itemDet {
    margin: 30px 30px 40px;
    font-size: 16px;
  }
  .intService .btnService {
    margin: 20px auto 0;
  }
  .intService .reserve {
    height: 65px;
  }
  .inClient .clientTitle {
    width: 90%;
  }
  .inClient .clientBox {
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .inClient .clientBox .clientItem {
    width: 24%;
    height: 70px;
  }
  .inClient .clientBox .clientItem img {
    max-width: 80%;
    max-height: 80%;
  }
  .inGlobal {
    height: auto;
  }
  .inGlobal .globalTitle {
    width: 90%;
  }
  .inGlobal .bg .item {
    display: none;
  }
  .inGlobal .Gbox {
    display: flex;
    flex-direction: column;
  }
  .inGlobal .box {
    opacity: 1;
    position: static;
    transform: none;
    width: 90%;
    margin: 10px auto;
    box-shadow: 0 0 0 0;
  }
  .inGlobal .box .title {
    font-size: 18px;
    padding: 30px 0 0 35px;
  }
  .inGlobal .box .contact {
    font-size: 14px;
    padding: 12px 40px 0px 40px;
    line-height: 28px;
  }
  .inGlobal .btnGlobal {
    position: relative;
    margin: 40px 0;
  }
  .footer .footerTop {
    width: 90%;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 70px;
  }
  .footer .footerTop .logo_f {
    width: 60%;
    margin: 0;
  }
  .footer .footerTop .logo_f span {
    font-size: 18px;
  }
  .footer .footerTop .footerNav {
    margin-top: 30px;
  }
  .footer .footerTop .footerNav ul {
    flex-direction: column;
    margin-left: 0;
  }
  .footer .footerTop .footerNav ul li {
    margin: 0;
    border-bottom: 1px solid #6b6b6b;
  }
  .footer .footerTop .footerNav ul li > a:first-child {
    font-size: 16px;
    margin: 26px 0px 20px 0;
  }
  .footer .footerTop .code {
    margin: 30px 0;
  }
  .footer .footerBottom {
    width: 90%;
  }
  .footer .footerBottom .toTop {
    display: none;
  }
  .footer .footerBottom .bottom span {
    font-size: 14px;
  }
}
.insidebanner {
  position: relative;
  height: 100vh;
}
.insidebanner .bannerInfo {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'PFM';
}
.insidebanner .bannerInfo .title {
  font-size: 32px;
  transition: all 0.6s;
}
.insidebanner .bannerInfo .title::after {
  content: '';
  display: block;
  margin-top: 14px;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 3px;
}
.insidebanner .bannerInfo .thir {
  font-size: 54px;
  margin-top: 24px;
  transition: all 0.6s;
}
.aboutbanner {
  background-image: url(/style/images/aboutBanner.jpg);
}
.aboutbanner .secondNav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.aboutbanner .secondNav ul {
  display: flex;
  height: 80px;
}
.aboutbanner .secondNav ul li {
  width: 25%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  transition: all 0.6s;
}
.aboutbanner .secondNav ul li a {
  font-family: 'PFM';
  color: #333;
  line-height: 80px;
  transition: all 0.6s;
}
.aboutbanner .secondNav ul li:hover {
  background-color: #1c2684;
}
.aboutbanner .secondNav ul li:hover a {
  color: #fff;
}
.profile {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.profile .top {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.profile .top span {
  font-family: 'PFB';
  font-size: 24px;
  color: #1c2684;
}
.profile .top .text {
  font-family: 'PFB';
  display: block;
  font-size: 48px;
  color: #333;
}
.profile .top .content {
  width: 60%;
  font-family: 'PFM';
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
.profile .bgi {
  background-image: url(../images/aboutInfo.png);
  margin-top: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile .bgi::after {
  content: '';
  display: block;
  padding-top: 50%;
}
.profile .num {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.profile .num .item {
  position: relative;
  width: 30%;
  text-align: center;
}
.profile .num .item .dig {
  font-family: 'PFB';
  font-size: 56px;
  color: #333;
}
.profile .num .item .dig i {
  font-style: normal;
}
.profile .num .item span {
  display: inline-block;
  margin-top: 30px;
  font-family: "PFM";
  font-size: 16px;
  color: #666;
}
.profile .num .item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.aboutTitle {
  margin: 90px 0 60px;
  font-family: 'PFB';
  font-size: 48px;
  color: #333;
  text-align: center;
}
.culture {
  width: 100%;
}
.culture .box {
  display: flex;
}
.culture .box .pic {
  width: 50%;
  font-size: 0;
  overflow: hidden;
}
.culture .box .pic img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
  transition: all 1s ease;
}
.culture .box .pic:hover img {
  transform: scale(1.1);
}
.culture .box .panel {
  width: 50%;
  background-color: #f4f5fa;
  position: relative;
}
.culture .box .panel .text {
  position: absolute;
  margin: 0 16%;
  top: 50%;
  transform: translateY(-50%);
}
.culture .box .panel .text .paneltitle {
  margin-bottom: 50px;
  font-family: 'PFB';
  font-size: 32px;
  color: #1c2684;
  position: relative;
}
.culture .box .panel .text .icon-nav_promoter::before {
  content: '\e66a';
  position: absolute;
  bottom: 66px;
}
.culture .box .panel .text .icon-fuwu::before {
  content: '\e640';
  position: absolute;
  bottom: 66px;
}
.culture .box .panel .text span {
  font-family: 'PFM';
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.honor {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.honor .swiper {
  width: 100%;
  height: 100%;
  position: static;
}
.honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.honor .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .honorImg .item {
  display: flex;
}
.honor .honorImg .item img {
  width: 100%;
  border: 10px solid #f0f0f0;
}
.honor .honorPre {
  position: absolute;
  top: 56%;
  left: -100px;
  width: 56px;
  height: 56px;
  background: #1c2684;
  border-radius: 50%;
}
.honor .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
.honor .honorNext {
  position: absolute;
  top: 56%;
  right: -100px;
  width: 56px;
  height: 56px;
  background: #1c2684;
  border-radius: 50%;
}
.honor .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
}
.environment {
  width: 80%;
  height: auto;
  margin: 0 auto 100px;
  position: relative;
}
.environment .swiper {
  width: 100%;
  height: 100%;
  position: static;
}
.environment .environmentImg .item {
  display: flex;
}
.environment .environmentImg .item img {
  width: 100%;
}
.environment .abtnPre {
  position: absolute;
  top: 66%;
  left: -100px;
  width: 56px;
  height: 56px;
  background: #1c2684;
  border-radius: 50%;
}
.environment .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
.environment .abtnNext {
  position: absolute;
  top: 66%;
  right: -100px;
  width: 56px;
  height: 56px;
  background: #1c2684;
  border-radius: 50%;
}
.environment .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .insidebanner .bannerInfo .title {
    font-size: 26px;
  }
  .insidebanner .bannerInfo .thir {
    font-size: 46px;
  }
}
@media screen and (max-width: 1199px) {
  .aboutTitle {
    font-size: 26px;
    margin: 60px 0 60px;
  }
  .insidebanner {
    background-position: center;
  }
  .insidebanner .bannerInfo {
    left: 5%;
    transform: translate(0, -50%);
  }
  .aboutbanner .secondNav {
    display: none;
  }
  .insidebanner .bannerInfo .title {
    font-size: 18px;
  }
  .insidebanner .bannerInfo .thir {
    font-size: 24px;
  }
  .profile {
    width: 90%;
  }
  .profile .top {
    flex-direction: column;
  }
  .profile .top .content {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }
  .profile .top span {
    font-size: 20px;
  }
  .profile .top span::after {
    font-size: 32px;
  }
  .profile .num {
    flex-direction: column;
    width: 90%;
  }
  .profile .num .item {
    width: 100%;
    margin-top: 30px;
  }
  .profile .num .item .dig {
    font-size: 24px;
    line-height: 56px;
  }
  .culture .box {
    width: 100%;
    flex-direction: column;
  }
  .culture .box .pic {
    width: 100%;
  }
  .culture .box .panel {
    width: 100%;
    height: 400px;
  }
  .culture .box .panel .text {
    margin: 0 6%;
  }
  .culture .box .panel .text .paneltitle {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .culture .box .panel .text span {
    font-size: 16px;
    line-height: 24px;
  }
  .culture .box .panel .text .icon-nav_promoter::before {
    bottom: 50px;
  }
  .culture .box .panel .text .icon-fuwu::before {
    bottom: 50px;
  }
  .culture .box:last-child {
    flex-direction: column-reverse;
  }
  .honor .honorImg .item img {
    width: 65%;
  }
}
.route_mxbanner {
  background-image: url(/style/images/mxBanner.jpg);
}
.route_esbanner {
  background-image: url(/style/images/esBanner.jpg);
}
.route_cnbanner {
  background-image: url(/style/images/cnBanner.jpg);
}
.routeMod {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.routeMod .routeTitle {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.routeMod .routeTitle .text {
  font-family: 'PFB';
  color: #1c2684;
  font-size: 48px;
  transition: all 0.6s;
}
.routeMod .routeTitle span {
  font-size: 18px;
  color: #555555;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.6s;
}
.routeMod .routeTitle .bgfont {
  position: absolute;
  font-family: 'PFB';
  font-size: 110px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  filter: blur(5px);
  transition: all 0.6s;
}
.routeMod .routeintro {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 90px auto 0;
  width: 80%;
  z-index: 3;
}
.routeMod .routeintro .img {
  width: 45%;
  overflow: hidden;
}
.routeMod .routeintro .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
  transition: all 1s;
}
.routeMod .routeintro .img img:hover {
  scale: 1.1;
}
.routeMod .routeintro .routeInfo {
  font-family: 'PFM';
  font-size: 18px;
  width: 45%;
  line-height: 34px;
  transition: all 0.6s;
}
.routeMod .waves {
  position: absolute;
  height: 600px !important;
  bottom: 0;
  overflow: hidden;
}
.routeList {
  width: 100%;
  background-color: #f7f8f9;
  margin-top: 100px;
}
.routeList .listTitle {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  align-items: baseline;
}
.routeList .listTitle .text {
  font-family: 'PFB';
  font-size: 48px;
  color: #333333;
}
.routeList .listTitle span {
  font-size: 16px;
  padding-left: 30px;
}
.routeList .routebox {
  width: 80%;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
.routeList .routebox .item {
  width: 48%;
  display: flex;
  margin-bottom: 40px;
}
.routeList .routebox .item .pic {
  width: 50%;
  text-align: center;
  overflow: hidden;
}
.routeList .routebox .item .pic img {
  -webkit-user-drag: none;
  transition: all 1s;
}
.routeList .routebox .item .pic img:hover {
  scale: 1.1;
}
.routeList .routebox .item .rbox {
  width: 50%;
  background-color: #fff;
  padding: 50px 40px;
}
.routeList .routebox .item .rbox .top {
  position: relative;
  vertical-align: middle;
}
.routeList .routebox .item .rbox .top .toptext {
  font-family: 'PFB';
  font-size: 24px;
  color: #666666;
  margin-left: 40px;
}
.routeList .routebox .item .rbox .top .icon-FBAqingguan::after {
  content: '\e6aa';
  font-size: 30px;
  position: absolute;
  color: #1c2684;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.routeList .routebox .item .rbox .top .icon-jizhuangxiang::after {
  content: '\e6e6';
  font-size: 30px;
  position: absolute;
  color: #1c2684;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.routeList .routebox .item .rbox .top .icon-wuliaobaozhuangdan::after {
  content: '\e616';
  font-size: 30px;
  position: absolute;
  color: #1c2684;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.routeList .routebox .item .rbox .top .icon-computeChart::after {
  content: '\e69f';
  font-size: 30px;
  position: absolute;
  color: #1c2684;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.routeList .routebox .item .rbox .line {
  width: 60px;
  height: 2px;
  border-radius: 50%;
  background: #1c2684;
  position: relative;
  margin: 20px 0;
}
.routeList .routebox .item .rbox .line::after {
  content: '';
  width: 200%;
  height: 2px;
  border-radius: 50%;
  background: #c4c4c4;
  position: absolute;
  left: 120%;
}
.routeList .routebox .item .rbox span {
  font-family: 'PFM';
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .routeMod .routeTitle .bgfont {
    font-size: 90px;
  }
  .routeMod .routeintro .routeInfo {
    font-size: 16px;
    line-height: 30px;
  }
  .routeList .routebox .item .rbox .top .toptext {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .routeMod .routeTitle {
    width: 100%;
  }
  .routeMod .routeTitle .text {
    font-size: 30px;
  }
  .routeMod .routeTitle span {
    font-size: 16px;
  }
  .routeMod .routeTitle .bgfont {
    font-size: 60px;
    width: 100%;
    filter: blur(3px);
  }
  .routeMod .routeintro {
    width: 90%;
    flex-direction: column;
    margin: 50px auto 0;
  }
  .routeMod .routeintro .img {
    width: 100%;
  }
  .routeMod .routeintro .routeInfo {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
  }
  .routeMod .waves {
    display: none;
  }
  .routeList {
    margin-top: 70px;
  }
  .routeList .listTitle {
    width: 90%;
    flex-direction: column;
    padding-top: 65px;
  }
  .routeList .listTitle .text {
    font-size: 30px;
  }
  .routeList .listTitle span {
    padding: 14px 0;
  }
  .routeList .routebox {
    width: 90%;
    margin: 40px auto 0;
    flex-direction: column;
  }
  .routeList .routebox .item {
    width: 100%;
    flex-direction: column;
  }
  .routeList .routebox .item .pic {
    width: 100%;
  }
  .routeList .routebox .item .rbox {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 25px 0 0 10px;
  }
  .routeList .routebox .item .rbox .line {
    border-radius: 0;
  }
  .routeList .routebox .item .rbox .line::after {
    border-radius: 0;
  }
}
.servicebanner {
  background-image: url(/style/images/serviceBanner.jpg);
}
.advantagebanner {
  background-image: url(/style/images/advantageBanner.jpg);
}
.serviceMod1 {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 60px;
  align-items: center;
}
.serviceMod1 .left {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 50%;
}
.serviceMod1 .left .item {
  margin-top: 40px;
}
.serviceMod1 .left .item .title {
  font-family: 'PFB';
  font-size: 40px;
  color: #1c2684;
  margin-bottom: 20px;
}
.serviceMod1 .left .item span {
  font-family: 'PFM';
  font-size: 18px;
  color: #555;
  line-height: 30px;
}
.serviceMod1 .left .item .line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #ebebeb;
}
.serviceMod1 .pic img {
  width: 100%;
  -webkit-user-drag: none;
  transition: all 0.6s;
}
.serviceMod2 {
  margin-top: 80px;
  width: 100%;
  background-color: #f8f8f8;
}
.serviceMod2 .content {
  width: 80%;
  margin: 0 auto;
}
.serviceMod2 .content .title {
  font-family: 'PFB';
  font-size: 40px;
  color: #1c2684;
  margin-bottom: 30px;
  padding-top: 50px;
}
.serviceMod2 .content .mod {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.serviceMod2 .content .mod .pic img {
  -webkit-user-drag: none;
}
.serviceMod2 .content .mod .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.serviceMod2 .content .mod .box .item {
  width: 340px;
  height: 126px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #f0f0f0;
  margin: 10px;
}
.serviceMod2 .content .mod .box .item .iconfont {
  font-size: 32px;
  color: #1c2684;
  padding: 20px 0 10px 20px;
}
.serviceMod2 .content .mod .box .item .icon-computeChart::before {
  content: '\e69f';
}
.serviceMod2 .content .mod .box .item .icon-a-chazhaoxinxiicon15x::before {
  content: '\e643';
}
.serviceMod2 .content .mod .box .item .icon-huanjie::before {
  content: '\e6cd';
}
.serviceMod2 .content .mod .box .item .icon-feiyong::before {
  content: '\e70b';
}
.serviceMod2 .content .mod .box .item .text {
  font-family: 'PFM';
  font-size: 16px;
  color: #555;
  padding: 0 20px 0 20px;
}
.serviceMod3 {
  background-color: #f4f5fa;
  width: 100%;
  height: 800px;
  position: relative;
}
.serviceMod3 .eco {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.serviceMod3 .eco .ecoInfo {
  width: 50%;
}
.serviceMod3 .eco .ecoInfo .title {
  font-family: 'PFB';
  font-size: 40px;
  color: #1c2684;
  padding-top: 100px;
}
.serviceMod3 .eco .ecoInfo .text {
  font-family: 'PFM';
  font-size: 18px;
  color: #555;
  line-height: 32px;
  padding-top: 50px;
}
.serviceMod3 .eco .ecoInfo span {
  display: block;
  font-family: 'PFM';
  font-size: 18px;
  color: #555;
  line-height: 32px;
}
.serviceMod3 .eco .ecoInfo .bl {
  margin-top: 50px;
  font-family: 'PFB';
}
.serviceMod3 .mod3bg {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.serviceMod3 .mod3bg img {
  width: 100%;
  transition: all 0.6s;
}
.advantageBox {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto;
  justify-content: space-between;
}
.advantageBox .item {
  width: 45%;
  margin-top: 50px;
}
.advantageBox .item .pic {
  width: 100%;
  overflow: hidden;
}
.advantageBox .item .pic img {
  width: 100%;
  transition: all 1s;
}
.advantageBox .item .pic:hover img {
  scale: 1.1;
}
.advantageBox .item .title {
  font-family: 'PFB';
  font-size: 32px;
  color: #1c2684;
  padding-top: 30px;
}
.advantageBox .item span {
  font-family: 'PFM';
  font-size: 16px;
  color: #888888;
}
.advantageBox .item .text {
  padding-top: 30px;
  font-family: 'PFM';
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.advantageBox .item:nth-child(2n) {
  padding-top: 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .serviceMod1 .pic {
    text-align: right;
  }
  .serviceMod1 .pic img {
    width: 80%;
  }
  .serviceMod1 .left .item {
    margin-top: 30px;
  }
  .serviceMod1 .left .item .title {
    margin-bottom: 16px;
  }
  .serviceMod3 .mod3bg img {
    width: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .serviceMod1 {
    width: 90%;
    flex-direction: column;
  }
  .serviceMod1 .left {
    width: 100%;
  }
  .serviceMod1 .left .item {
    margin-top: 30px;
  }
  .serviceMod1 .left .item .title {
    font-size: 24px;
  }
  .serviceMod1 .left .item span {
    font-size: 16px;
  }
  .serviceMod2 .content {
    width: 90%;
  }
  .serviceMod2 .content .title {
    font-size: 24px;
  }
  .serviceMod2 .content .mod {
    flex-direction: column;
  }
  .serviceMod2 .content .mod .pic img {
    width: 100%;
  }
  .serviceMod2 .content .mod .box .item {
    height: 110px;
  }
  .serviceMod2 .content .mod .box .item .iconfont {
    font-size: 26px;
  }
  .serviceMod2 .content .mod .box .item .text {
    font-size: 16px;
  }
  .serviceMod3 {
    height: auto;
  }
  .serviceMod3 .eco .ecoInfo .title {
    padding-top: 60px;
    font-size: 24px;
  }
  .serviceMod3 .eco {
    width: 90%;
  }
  .serviceMod3 .eco .ecoInfo {
    width: 100%;
  }
  .serviceMod3 .mod3bg {
    position: static;
    font-size: 0;
  }
  .serviceMod3 .eco .ecoInfo .text {
    font-size: 16px;
  }
  .serviceMod3 .eco .ecoInfo span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .advantageBox {
    width: 90%;
    margin: 10px auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .advantageBox .item {
    width: 100%;
    margin-top: 20px;
  }
  .advantageBox .item:last-child {
    margin-bottom: 50px;
  }
  .advantageBox .item .title {
    font-size: 24px;
  }
  .advantageBox .item .text {
    font-size: 16px;
  }
}
.newsbanner {
  background-image: url(/style/images/newsBanner.jpg);
}
@media screen and (max-width: 1199px) {
  .newsbanner {
    background-position: 80%;
  }
}
.newsList {
  width: 80%;
  margin: 60px auto 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.newsList .item {
  width: 420px;
  overflow: hidden;
  margin-top: 60px;
  margin-left: 76px;
}
.newsList .item .newspic {
  overflow: hidden;
}
.newsList .item .newspic img {
  width: 100%;
  transition: all 1s;
}
.newsList .item .newspic:hover img {
  scale: 1.1;
}
.newsList .item .newstitle {
  font-family: 'PFB';
  font-size: 24px;
  padding-top: 24px;
}
.newsList .item .datetime {
  font-family: 'PFM';
  color: #666;
  font-size: 16px;
  padding-top: 16px;
}
.newsList .item .newsinfo {
  font-family: 'PFM';
  font-size: 16px;
  color: #333;
  padding-top: 16px;
}
.btnNews {
  margin: 0 auto 100px auto;
}
.newsListHidden {
  display: none;
}
.newsListShow {
  display: block;
}
@media screen and (max-width: 1199px) {
  .newsList {
    width: 90%;
  }
  .newsList .item .newstitle {
    font-size: 20px;
  }
  .btnNews {
    margin: 0 auto 60px auto;
  }
  .newsList .item{
      margin-left:0;
  }
}
.news_details {
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
}
.news_details .detailsTitle {
  font-family: 'PFB';
  font-size: 32px;
  color: #333;
  text-align: center;
}
.news_details .detailsDadetime {
  font-family: 'PFM';
  font-size: 16px;
  color: #969696;
  margin-top: 14px;
  text-align: center;
}
.news_details .line {
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  margin-top: 30px;
}
.news_details .detailsText {
  margin-top: 40px;
  text-align: left;
  font-size: 16px;
  font-family: 'PFM';
  line-height: 30px;
  color: #555;
}
.news_details .btnDetails {
  margin: 70px auto;
}
@media screen and (max-width: 1199px) {
  .news_details {
    width: 90%;
    margin-top: 50px;
  }
  .news_details .detailsTitle {
    font-size: 24px;
  }
}
.contactbanner {
  background-image: url(/style/images/contactBanner.jpg);
}
.contactInfo {
  width: 100%;
  background-color: #f9f9f9;
}
.contactInfo .infobox {
  width: 80%;
  margin: 0 auto;
  padding-top: 70px;
}
.contactInfo .infobox .title {
  font-family: 'PFB';
  font-size: 36px;
  text-align: center;
  color: #1c2684;
}
.contactInfo .infobox .cbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 60px;
}
.contactInfo .infobox .cbox .box {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.8s ease;
}
.contactInfo .infobox .cbox .box .title {
  font-family: 'PFB';
  font-size: 22px;
  color: #1c2684;
  padding: 50px 40px 20px;
  text-align: left;
}
.contactInfo .infobox .cbox .box .contact {
  font-family: 'PFM';
  font-size: 16px;
  color: #555;
  line-height: 28px;
  padding: 0 40px 40px;
}
.contactInfo .infobox .cbox .box:hover {
  box-shadow: 0px 0px 27px 0px rgba(4, 0, 0, 0.06);
}
.contactMessage {
  width: 80%;
  margin: 0 auto;
}
.contactMessage .messageTitle {
  font-family: 'PFB';
  font-size: 36px;
  text-align: center;
  color: #1c2684;
  margin: 60px 0;
}
.contactMessage form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
.contactMessage form label {
  position: relative;
  width: 32%;
}
.contactMessage form label input {
  height: 62px;
  width: 480px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  margin: 40px 0;
  padding-left: 14px;
  transition: all 0.6s;
}
.contactMessage form label span {
  display: inline-block;
  position: absolute;
  top: 0;
}
.contactMessage form label #title {
  width: 100%;
}
.contactMessage form label #content {
  width: 100%;
  height: 200px;
}
.contactMessage form label:nth-child(n+4) {
  width: 100%;
}
.contactMessage form textarea::placeholder {
  font-size: 'PFR';
  color: #b6b6b6;
  padding-left: 10px;
  font-size: 15px;
}
.contactMessage form input::placeholder {
  font-size: 'PFR';
  color: #b6b6b6;
  padding-left: 10px;
  font-size: 15px;
}
.contactMessage form textarea {
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  margin: 40px 0;
}
.contactMessage form button {
  margin: 0 auto;
  width: 200px;
  height: 58px;
  font-family: 'PFB';
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #1c2684;
  border: #1c2684;
  cursor: pointer;
}
.contactMessage form .focusShow {
  border: solid 1px #1c2684;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .contactMessage form label input {
    width: 362px;
  }
}
@media screen and (max-width: 1199px) {
  .contactInfo .infobox .title {
    font-size: 24px;
  }
  .contactInfo .infobox {
    width: 90%;
    padding-top: 50px;
  }
  .contactInfo .infobox .cbox {
    flex-direction: column;
    margin-top: 30px;
  }
  .contactInfo .infobox .cbox .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .contactMessage .messageTitle {
    font-size: 24px;
  }
  .contactMessage {
    width: 90%;
  }
  .contactMessage form {
    flex-direction: column;
  }
  .contactMessage form label {
    width: 100%;
  }
  .contactMessage form label input {
    width: 100%;
    padding-left: 0;
  }
  .servicebanner {
    background-position: 100%;
  }
  .contactbanner {
    background-position: 68%;
  }
}
.indexbanner .swiper .swiper-slide img{
  min-width: 100%;
}