﻿@charset "utf-8";

@font-face {
  font-family: 'Montserrat-Regula';
  font-style: normal;
  src: url(./Montserrat-Regular-8.otf);

}

@font-face {
  font-family: 'Montserrat-Light';
  font-style: normal;
  src: url(./Montserrat-Light-6.otf);

}



/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #111111;
}

.block {
  display: block;
}

body {
  /* font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif; */

  font-family: 'Montserrat-Light';
  font-size: 1.125rem;
  color: #111111;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.75rem;
}

.ft1 {
  font-family: 'Montserrat-Regula';
}



h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textBeyondHidden4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
  line-height: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  opacity: 1;
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0067CC;
}


.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}






/*******头部********/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.webHome.headerScollfox .header-main {
  background-color: #fff;

}

.webHome.headerScollfox header .header-nav>ul>li .link,
.insidePage header .header-nav>ul>li .link {
  color: #000;

}

.webHome.headerScollfox header .header-nav>ul>li .link::before,
.insidePage header .header-nav>ul>li .link::before {
  background-color: #C4C4C4;
}

.header_column {
  display: flex;
  align-items: center;
  /* padding: 1.74rem 0; */
  /* padding-right: 1.875rem; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.875rem; */
}



.head-language-icon {
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
  align-items: center;

}

.head-language-icon a {
  display: flex;
  /* margin-left: 0.25rem;
  color: #8c8c8c;
  font-size: 0.875rem; */
}


.head-language-icon img {
  width: 100%;
  height: 100%;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -1.25rem;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #555555;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}


header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  /* background-color: #ffffff; */
  /* border-bottom: 1px solid rgba(25, 49, 99, 0.15); */
}

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 4.0625rem;
}



header .header-nav>ul>li {
  margin-left: 3.6458vw;
  position: relative;

}

header .header-nav>ul>li:nth-child(3) {
  position: unset;
}


header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.95rem 0;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.75rem;
  padding-left: 1.25rem;
}

header .header-nav>ul>li .link::before {
  position: absolute;
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 400ms;
}


header .header-nav>ul>li.active .link::before,
header .header-nav>ul>li:hover .link::before {

  background-color: #0067CC !important;


}



/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #f3981e;
} */


.header_columna a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5rem 1.625rem 0.5rem 2.625rem;
  background: #0067CC;
  color: #fff;
  border-radius: 6.25rem;
  /* padding-left: 0.6875rem; */
  font-size: 1rem;
  line-height: 1.75rem;

}

.header_columna a::before {
  position: absolute;
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background: #FFFFFF;
  border-radius: 100%;
  opacity: 0.5;
  left: 1.625rem;
  top: 50%;
  transform: translateY(-50%);
}

/* 语言下拉 */
header .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;

  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.875rem;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header_language_level_navBox div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header_languagebox:hover .language::after {
  border-left: 0.5rem solid transparent;
  border-top: 0rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #555555;
}

.header_language_level_navBox div:hover a {
  color: #1ba195;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  padding: 2rem 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.62rem;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/search02.svg);
  background-size: 1.62rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/*下拉*/

header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  left: 50%;
  /* left: -2.375rem; */
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 12.9375rem;
  /* height: 16rem; */
  transform: translateX(-50%);
  transition: all 400ms;

}



.headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: 58%;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #0067CC;
  transform: translateX(-50%);
}

.headerDropDown .headerDropDownList {
  background-color: #0067CC;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  position: relative;
  padding: 0.625rem;
  border-radius: 0.625rem;
}






.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  /* padding-left: 2.5rem;
  padding-right: 0.9375rem; */
  /* margin-bottom: 0.5rem; */
  display: flex;
  justify-content: center;
}



.headerDropDown .headerDropDownList .link_item_on:last-child {
  margin-bottom: 0rem;
}


.headerDropDown .headerDropDownList ._link {
  color: #fff;
  font-size: 0.875rem;
  transition: all 400ms;

  display: inline-block;

  line-height: 1.875rem;
  text-align: center;
  /* padding-left: 1.25rem; */
  position: relative;

}

.headerDropDown .headerDropDownList ._link::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  /* background-image: url(../images/jsRight2.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link::before {
  opacity: 1;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #f3981e;

}


/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #0b4fb2;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #0b4fb2;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/

footer {

  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  background-image: url(../images/footbg.png);
  background-size: cover;
  position: relative;
}



footer .footer_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}

footer .footer_main .container {
  padding-left: calc(10.9375vw - 1.25rem);
  padding-right: calc(10.9375vw - 1.25rem);
  background-color: #fff;
  border-radius: 1.25rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

footer .footer_box {
  width: 20.3333%;

}





footer .footer_logo {
  width: 4.75rem;
  margin-left: 5.75rem;
}



footer .footer_box .img {
  margin-top: 1.875rem;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

footer .footer_box .box_tt .img {
  border-left: 0;
  margin-left: 3.75rem;
  padding-left: 0;
}



footer .footer_box .d-flex .img:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

footer .footer_box .img img {
  width: 6.375rem;
}


footer .footer_navbox {
  width: 67%
}

footer .footer_nav {
  width: 65%
}

footer .footer_nav li p a {
  font-weight: 300;
  font-size: 1rem;
  color: #666666;
  line-height: 1.75rem;
  font-family: 'Montserrat-Light';

}



footer .footer_nav li p.title {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #111111;
  margin-bottom: 0.375rem;
  font-family: 'Montserrat-Light';
}

footer .footer_nav li p.title a:hover {
  text-decoration: underline;
}

footer .footer_nav li .box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 17rem;
}




footer .footer_nav li a:hover {
  /* color: #173192; */
  text-decoration: underline;
}

footer .footer_copyright {
  padding: 1.625rem 0;
  color: #000000;
  font-size: 1.125rem;
  /* border-top: 1px solid #cccccc; */
  display: flex;
  text-align: center;

}

footer .footer_copyright .box {
  width: 100%;
}

footer .footer_copyright .fCopyright {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #fff;
}

footer .footer_copyright .fCopyright a {
  color: #fff;

}






.fCopyright a {
  /* margin-left: 2.5rem; */
  position: relative;
}

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_copyright .box_l a {
  width: 2.375rem;
  height: 2.375rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-left: 0.625rem;
}

.footer_copyright .box_l a::before {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;

}

.footer_copyright .box_l a.youtu::before {
  background-image: url(../images/youtu.png);
}

.footer_copyright .box_l a.frame::before {
  background-image: url(../images/frame.png);
}

.footer_copyright .box_l a.facebook::before {
  background-image: url(../images/facebook.png);
}







.footer_share {
  position: relative;
  display: flex;
  margin-left: 1.125rem;
}

.footer_share .fshare_items {
  /* margin-left: 1.25rem; */
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0.2rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
}

.footer_share .fshare_items a img {

  display: block;
  width: 1.5rem;
}



.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;

  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 9.25rem;
  padding: 0.62rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.fshare_modelBox .img {
  width: 8.0rem;
  text-align: center;
}






.footermore {
  display: flex;
  justify-content: center;
}

.footermore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.625rem;
  background-color: #45b8a0;
  color: #fff;
  font-size: 1rem;
  border-radius: 1.3125rem;
  transition: all 400ms;
}

.footermore a:hover {
  background-color: #1f8771;
}

/*****主体开始*******/
#homeSwiper {
  height: 100vh;
  position: relative;
  width: 100%;
}

.hbanner {
  width: 100%;
  height: 100vh;
  /* height: 52.8125rem; */
  overflow: hidden;
  position: relative;
  background-image: url(../images/hbannerbg.png);
  background-size: cover;
}

.hbanner .swiper-pagination {
  bottom: 3.125rem;
}


.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
  /* border-radius: 1.875rem; */
  overflow: hidden;
  background-size: cover;
}


.hbanner .bannerHeading {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 56%;
  padding-left: 7.2916vw;
  padding-right: 7.2916vw;
  /* margin-left: 9.729vw; */
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hbanner .bannerHeading .box_l {
  width: 45%;
}

.hbanner .bannerHeading .text {
  font-size: 1.375rem;
  color: #333333;
  line-height: 1.75rem;
  padding-bottom: 2.1875rem;
}

.hbanner .bannerHeading .title {
  font-size: 3.5rem;
  color: #111111;
  line-height: 3.5rem;
  margin-bottom: 1.5625rem;

}

.hbanner .bannerHeading .title span {
  color: #0067CC;
}

.hbanner .bannerHeading .bg_cover {
  width: 56%;
  height: 32.2916vw;
}










/*公共字体大小边距颜色*/

.mg_t5 {
  margin-top: 0.3125rem;
}

.mg_b5 {
  margin-bottom: 0.3125rem;
}

.mg_t10 {
  margin-top: 0.625rem;
}

.mg_b10 {
  margin-bottom: 0.625rem;
}

.mg_t15 {
  margin-top: 0.9375rem;
}

.mg_b15 {
  margin-bottom: 0.9375rem;
}

.mg_t20 {
  margin-top: 1.25rem;
}

.mg_b25 {
  margin-bottom: 1.5625rem;
}

.mg_t25 {
  margin-top: 1.5625rem;
}

.mg_b20 {
  margin-bottom: 1.25rem;
}

.mg_t30 {
  margin-top: 1.875rem;
}

.mg_b30 {
  margin-bottom: 1.875rem;
}

.mg_t35 {
  margin-top: 2.1875rem;
}

.mg_b35 {
  margin-bottom: 2.1875rem;
}

.mg_t40 {
  margin-top: 2.5rem;
}

.mg_b40 {
  margin-bottom: 2.5rem;
}

.mg_t50 {
  margin-top: 3.125rem;
}

.mg_b50 {
  margin-bottom: 3.125rem;
}

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pt_26 {
  padding-top: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pt_36 {
  padding-top: 2.25rem !important;
}

.pt_40 {
  padding-top: 2.5rem !important;
}

.pb_40 {
  padding-bottom: 2.5rem !important;
}

.pb_46 {
  padding-bottom: 2.88rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pt_56 {
  padding-top: 3.5rem !important;
}

.pb_60 {
  padding-bottom: 3.75rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.pt_80 {
  padding-top: 5rem;
}

.pb_80 {
  padding-bottom: 5rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pb_100 {
  padding-bottom: 6.25rem;
}

.pl_100 {
  padding-left: 6.25rem;
}

.pr_100 {
  padding-right: 6.25rem;
}

.pb_120 {
  padding-bottom: 7.5rem;
}

.pt_120 {
  padding-top: 7.5rem;
}

.pb_130 {
  padding-bottom: 8.125rem;
}

.pt_130 {
  padding-top: 8.125rem;
}

.pb_140 {
  padding-bottom: 8.75rem;
}

.pt_140 {
  padding-top: 8.75rem;
}


.pb_150 {
  padding-bottom: 9.375rem;
}

.pt_150 {
  padding-top: 9.375rem;
}

.pb_160 {
  padding-bottom: 10rem;
}

.pt_160 {
  padding-top: 10rem;
}

.ft_b {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.75rem;
}

.ft_14 {
  font-size: 0.875rem;
}


.ft_16 {
  font-size: 1rem;
}

.ft_18 {
  font-size: 1.125rem;
}

.ft_20 {
  font-size: 1.25rem;
}

.ft_22 {
  font-size: 1.375rem;
}

.ft_24 {
  font-size: 1.5rem;
}

.ft_26 {
  font-size: 1.625rem;
}

.ft_28 {
  font-size: 1.75rem;
}

.ft_30 {
  font-size: 1.875rem;
}

.ft_32 {
  font-size: 2rem;
}

.ft_35 {
  font-size: 2.1875rem;
}

.ft_36 {
  font-size: 2.25rem;
}

.ft_38 {
  font-size: 2.375rem;
}

.ft_40 {
  font-size: 2.5rem;
}

.ft_44 {
  font-size: 2.75rem;
}

.ft_45 {
  font-size: 2.8125rem;
}

.ft_46 {
  font-size: 2.875rem;
}

.ft_50 {
  font-size: 3.125rem;
}

.ft_55 {
  font-size: 3.4375rem;
}

.ft_56 {
  font-size: 3.5rem;
}

.ft_60 {
  font-size: 3.75rem;
}

.lh_60 {
  line-height: 3.75rem;
}

.lh_56 {
  line-height: 3.5rem;
}

.lh_50 {
  line-height: 3.125rem;
}

.lh_40 {
  line-height: 2.5rem;
}

.lh_38 {
  line-height: 2.375rem;
}

.lh_30 {
  line-height: 1.875rem;
}

.lh_28 {
  line-height: 1.75rem;
}

.lh_26 {
  line-height: 1.625rem;
}

.lh_21 {
  line-height: 1.3125rem;
}





.ft_fff {
  color: #ffffff;
}

.ft_999 {
  color: #999;
}

.ft_111D25 {
  color: #111D25;
}

.ft_595959 {
  color: #595959;
}

.ft_5c5c5c {
  color: #5c5c5c;
}

.ft_0067CC {
  color: #0067CC;
}

.bg_fff {
  background-color: #fff;
}

.bg_f1f2f3 {
  background-color: #f1f2f3;
}



.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 11.25rem;
  height: 3.125rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #0067CC;
  border-radius: 6.25rem;
  font-family: 'Montserrat-Light';
}

.hMore a:hover {

  background-color: #F49322;
}



.hMore1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #0f1a93;
  font-weight: 400;
  position: relative;
  width: 11.25rem;
  height: 3.625rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #fff;
  border-radius: 1.8125rem;
}

.hMore1 a:hover {
  color: #fff;
  background-color: #0413bf;
}




.container-fluid {
  padding-left: 3.125rem;
  padding-right: 3.125rem;

}

.magnificationEffect a:hover .bg_cover {
  transform: scale(1.1);
}

/**/

.homeArea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.homeArea .box {
  width: 62.375rem;
  margin: 0 auto;
}










/**/
.hCro {}

.hCroJs .swiper-wrapper {
  align-items: center;
}

.hCroJs .swiper-slide {
  width: 54.8125rem !important;
  opacity: 0;

}

.hCroJs .swiper-slide.swiper-slide-prev {
  margin-left: -8.8125rem;
  opacity: 1;
}

.hCroJs .swiper-slide.swiper-slide-next {
  opacity: 1;
}


.hCroJs .swiper-slide .img {
  position: relative;
}

.hCroJs .swiper-slide.swiper-slide-active {
  width: 62.5rem !important;
  opacity: 1;
}



.hCroJs .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.hCroJs .swiper-slide.swiper-slide-active .img::before {
  background-color: transparent;
}

.hCroJs .swiper-slide .small {
  display: none;
}

.hCroJs .swiper-slide.swiper-slide-active .small {
  display: block;
}


.hCroJssm {
  width: 55.3%;
  background-color: #888888;
  border-radius: 6.25rem;
  padding: 0.3125rem;
  margin-top: 2.1875rem;

}

.hCroJs .absolutetext {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  font-size: 17.75rem;
  color: #F2F2F2;
  line-height: 22rem;
  font-weight: bolder;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;

}


.hCroJssm .swiper-slide {
  width: auto;
}

.hCroJssm .box {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.3125rem;
  font-family: 'Montserrat-Light';
  cursor: pointer;

}

.hCroJssm .swiper-slide.swiper-slide-thumb-active {
  background-color: #0067CC;
  border-radius: 6.25rem;
}

/**/
.hNews {
  background-image: url(../images/footbg.png);
  background-size: cover;
}

.hNews .box_sm {
  border-radius: 1.25rem;
  overflow: hidden;
}





.hNews .img {
  height: 17.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hNews a:hover .bg_cover {
  transform: scale(1.1);
}

.hNews .img .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.hNews .box_sm .boxtext {
  background-image: linear-gradient(180deg, #074394 0%, rgba(7, 67, 148, 0.2) 100%);
  padding: 1.875rem 2.1875rem 4.0625rem 2.1875rem;
}

.hNews .time {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: absolute;
  bottom: 1.5625rem;
  left: 2.1875rem;
  font-family: 'Montserrat-Light';
}

.hNews .boxtext .text {
  margin-top: 0.3125rem;
  height: 3rem;
}

/**/







.retuntop {
  position: fixed;
  z-index: 9;
  width: 3.6875rem;
  height: 3.6875rem;
  background-image: linear-gradient(90deg, #B2D137 0%, #65B52F 82%, #65B52F 100%);
  top: 90%;
  border-radius: 50%;
  right: 1.875rem;
  cursor: pointer;
}

.retuntop::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  background-image: url(../images/jttop.png);
  transform: translate(-50%, -50%);
  width: 3.625rem;
  height: 3.625rem;
  background-size: 100% 100%;
}




.back-to-top__circle-progress {
  display: none;
  stroke: #fff;
  stroke-width: 1.5px;
}






/*二级导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 1.25rem 1.25rem 0 0;
  margin-top: -1.25rem;
  background-color: #fff;
  overflow: hidden;
}



#sideNav.isActive {
  opacity: 1;
  visibility: visible;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  border-top: 2px solid #e5e5e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  /* padding-left: 10.5rem; */
  justify-content: center;
}

#sideNav .sideNavBox li {
  position: relative;
  /* width: 25%; */
  margin-left: 6.25rem;
}

#sideNav .sideNavBox li:first-child {
  margin-left: 0;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.5rem 0px;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

/* #sideNav.sideNavts .sideNavBox li {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
} */



#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
}


#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  /* width: 1px; */
  height: 1.1875rem;
  background: #e5e5e5;

}

#sideNav .sideNavBox li:last-child a::before {
  width: 0;
}

/* #sideNav .sideNavBox li.active a {
  color: #f3981e;

} */

#sideNav .sideNavBox li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* transform: translateY(-50%); */
  right: 0;
  width: 0;
  height: 2px;
  background: #0067CC;

}


#sideNav .sideNavBox li.active a:after {
  width: 100%;
}



.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页一*/
.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: transparent;

}

.pagination .page-item {
  position: relative;
}

.pagination .page-item.active::before {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 0.625rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #0067CC;
  width: 2.9375rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  text-align: center;
  border-radius: 0px;
  border: none;
  display: block;
  border-radius: 50%;

}

.pagination li.active span {
  color: #2355B7;
  /* background-image: linear-gradient(to right, #e73c1b, #ed7849); */
  background-color: #fff;
}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  background-color: transparent;
  /* background-color: #f2f2f2; */
  border-radius: 100%;

}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.65rem;
  width: 0.65rem;
  margin-top: -0.3rem;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background-image: linear-gradient(to right, #e73c1b, #ed7849);
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
  border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}


/*弹框*/
#teamModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}


.webModal .modal-content {
  border: none;
  width: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  height: 100vh;
  border-radius: 1.25rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  background-color: transparent;
  /* justify-content: center; */
  overflow: hidden;
}


.webModal .modal-content .modalMain {
  /* margin: 0 auto; */
  /* width: 50%; */
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  height: 100%;
  display: flex;
  padding-right: 2.5rem;
  align-items: center;
  justify-content: center;

}



.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 4.4375rem;
  height: 4.5rem;

  background-image: url(../images/close_w.png);
  background-size: 4.4375rem 4.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.webModal .closebox {
  position: relative;
  margin-top: 2.5rem;
}

.webModal .closebox::before {
  position: absolute;
  content: '';
  width: 7.5rem;
  height: 7.5rem;
  /* background-color: #2f5eab; */
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
}



/*内页banner*/
#wBanner {
  /* overflow: hidden; */
  position: relative;
  /* height: 40.625rem; */

}

#wBanner .box {
  position: relative;
  /* height: 100%; */
  height: 45rem;
  background-size: cover;
}

#wBanner .title {
  position: absolute;
  top: 50%;
  width: 60%;
  transform: translateY(-50%);
}

#wBanner .box.produnctdd .ft_60 {
  font-size: 2.75rem;
  line-height: 3rem;
}

.insidePage .header-main {
  background-color: #fff;
}

.titlesm a,
.titlesm span {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #fff;

}

.titlesm span {
  position: relative;
  margin-left: 0.625rem;
  padding-left: 1.0625rem;
}

.titlesm span::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  height: 0.75rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/LeftH.png);
  background-size: 100% 100%;
}

.titlesm1 span::before {
  background-image: url(../images/LeftHb.png);
}

.titlesm1 a,
.titlesm1 span {
  color: rgba(51, 51, 51, 1);
}

/* 内页开始 */

/* company */
.company {

  display: flex;
  align-items: center;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  margin-top: -1.25rem;
  position: relative;
  background-color: #fff;
}


.companybox {
  display: flex;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}

.companybox .box {
  height: 34.375rem;
  width: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.companybox .box .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.companybox .box .bg_cover:hover {
  transform: scale(1.1);
}

.companybox .box .box_sm {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* product */
.productbody header {
  position: relative;
}

.product {
  display: flex;

}

.product .productnav {
  width: 16.15%;
  padding-top: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.productnav .box {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  cursor: pointer;
}

.productnav .box_t {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1.75rem;
  position: relative;
  padding-right: 1.25rem;
}

.productnav .box_t::before {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.5rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/Leftb.png);
  background-size: 100% 100%;
  transition: all 400ms;
}

.productnav .box_b {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 400ms;

}

.productnav .active .box_b {
  height: auto;
  padding-bottom: 1.25rem;

}

.productnav .box_b a {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.75rem;
}

.productnav .box_b a.active {
  color: #111111;
}

.productnav .active .box_t::before {
  background-image: url(../images/Leftt.png);
}


.productbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 83.85%;
}

.productbox::after {
  content: '';
  flex-basis: 33.333%;
}

.productbox .box {
  width: 33.333%;
  padding: 3.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 400ms;
  background-size: cover;
  background-image: none;
  position: relative;
}

.productbox .box:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.productbox .box .img {
  width: 100%;
  height: 27.25rem;
}

.productbox .box_b {
  padding-top: 1.375rem;

}

.productbox .box:hover {
  background-image: url(../images/footbg.png);

}

.productbox .box:hover .box_b {
  color: #fff;
}

.productbox .label {
  position: absolute;
  display: flex;
  right: 1.25rem;
  top: 1.25rem;
}

.productbox .label .ico {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100% 100%;
}

.headerDropDownts {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;

}

.headerDropDownts .headerDropDownList {
  padding: 3.75rem;
}

.headerDropDownts .title {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.875rem;
}

.headerDropDownts .link_item_on ._link {
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.875rem;
}

.headerDropDownts .headerDropDownList .link_item_on {
  display: block;
}

.headerDropDownts .headerDropDownList {
  display: flex;

}

.headerDropDownts .headerDropDownList .box {
  margin-right: 3.75rem;
}

.headerDropDownts .headerDropDownList .box:last-child {
  margin-right: 0;
}

.headerDropDownts .headerDropDown:before {
  margin-left: 53%;
}

.headerDropDownts ._link {
  position: relative;
}

.headerDropDownts .label {
  position: absolute;
  display: flex;
  width: 1.875rem;
  top: 0;
  right: -1.875rem;
}

.headerDropDownts .label .ico {
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: 100% 100%;
}


#wBanner .ft_60 span {
  color: #0067CC;
}

.photos {
  height: 25rem;
  background-size: cover;
  width: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
  display: flex;
  justify-content: center;

}

.photos .box {
  width: 42.3125rem;
  height: 100%;
  background-size: cover;
  position: relative;
}

.vidoebutton {
  width: 4.375rem;
  height: 4.375rem;
  background-image: url(../images/videoplay.png);
  background-size: 100% 100%;
}

.photos .box .box_sm {
  position: absolute;
  top: 50%;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;

}


.mfbox {
  display: flex;
  flex-wrap: wrap;

}


.mfbox .box {
  width: 25%;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 3.125rem;
  display: flex;
  height: 27.5rem;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
}

.mfbox .box:first-child,
.mfbox .box:nth-child(2),
.mfbox .box:nth-child(3) {
  border-top: 1px solid #E6E6E6;
}

.mfbox .box .icobox {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.15);


  position: relative;
}

.mfbox .box .icobox .ico {
  width: 3.75rem;
  height: 3.75rem;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mfbox .box .icobox .ico_w {
  opacity: 0;
}

.mfbox .box:hover .icobox .ico {
  opacity: 0;
}

.mfbox .box:hover .icobox .ico_w {
  opacity: 1;
}

.mfbox .box:hover {
  background-image: url(../images/footbg.png);
}

.mfbox .box:hover .icobox {
  border-color: #fff;
}

.mfbox .box .ft_18 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mfbox .box:hover .ft_18 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.msbox table {
  width: 100%;
  border-top: 6px solid rgba(0, 103, 204, 1);
}

.msbox table tr {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;

}

.msbox table td {
  width: 20%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  white-space: normal;
  word-break: break-all;
}

.details {
  background-image: url(../images/footbg.png);
  background-size: cover;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}

.detailsbox {
  display: flex;
  justify-content: space-between;
}

.detailsbox .box_l {
  width: 48%;
  height: 42.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.detailsbox .box_l .box_ss {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

.detailsbox .box_l .box_ss.active {
  opacity: 1;
  visibility: visible;
}


.detailsbox .box_r {
  width: 48%;
}

.joinUsAccordionCon {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-right: 3.75rem;
  padding-bottom: 0;
  transition: all 400ms;

}

.joinUsAccordionHead {
  position: relative;
  cursor: pointer;

}

.joinUsAccordionHead .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  width: 1.25rem;
  height: 1.25rem;

}

.joinUsAccordionHead .box {
  display: block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}



.joinUsAccordionHead .icon:after,
.joinUsAccordionHead .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.joinUsAccordionHead .icon:before {
  width: 2px;
  height: 1.75rem;
}


.joinUsAccordion_items._open .joinUsAccordionHead .icon:before {
  opacity: 0;
}

.joinUsAccordionHead .icon:after {
  width: 1.75rem;
  height: 2px;
}

.joinUsAccordion_items._open .joinUsAccordionCon {
  height: auto;
  overflow: hidden;
  padding-top: 1.5625rem;

  padding-bottom: 2.8125rem;
}

.joinUsAccordion_items {
  border-top: 1px solid #fff;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  color: #fff;
}

.box_video video {
  width: 50rem;
  height: 28.4375rem;
}


.productnavb {
  background-image: url(../images/footbg.png);
  background-size: cover;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 1.5625rem;
}

/* news */
.news {
  background-image: url(../images/footbg.png);
  background-size: cover;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  padding-top: 3.125rem;
}

.selectBox {
  position: relative;
  width: 11.25rem;

}

.selectBox .select {

  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  appearance: none;
  color: #fff;
}

.web_screen_ul {
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 0 0.46rem;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.selectBox:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen_ul li a {
  display: block;
  height: 2.5rem;
  cursor: pointer;
  color: #000;
  line-height: 2.5rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.web_screen_ul li a:hover {
  color: #0067CC;
}

.selectBox::after {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../images/Leftbw.png);
  background-size: 100% 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


.newsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsbox::after {
  content: '';
  flex-basis: 31.5%;
}

.newsbox .box {
  width: 31.5%;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2.5rem;
}

.newsbox .box .text {
  background: linear-gradient(180deg, #074394 0%, rgba(7, 67, 148, 0.2) 100%);
  padding: 1.875rem 2.1875rem 4.0625rem 2.1875rem;
}

.newsbox .img {
  height: 17.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newsbox a:hover .bg_cover {
  transform: scale(1.1);
}

.newsbox .img .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.newsbox .time {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: absolute;
  bottom: 1.5625rem;
  left: 2.1875rem;
  font-family: 'Montserrat-Light';
}

/* newsd */
.neswdbox {
  padding-left: 18.75vw;
  padding-right: 18.75vw;
}

.neswdbox .ft_50 {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.neswdbox .box_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.neswdbox .box_t .box_l a {
  width: 2.375rem;
  height: 2.375rem;
  background-color: #0067CC;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-left: 0.625rem;
}

.neswdbox .box_t .box_l a::before {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;

}

.neswdbox .box_t .box_l a.youtu::before {
  background-image: url(../images/youtu.png);
}

.neswdbox .box_t .box_l a.frame::before {
  background-image: url(../images/frame.png);
}

.neswdbox .box_t .box_l a.facebook::before {
  background-image: url(../images/facebook.png);
}

.newsdfoot {
  padding-top: 2.1875rem;
  padding-bottom: 0.9375rem;
  background-color: #2355B7;
  display: flex;
  justify-content: space-between;
}

.newsdfoot .box {
  width: 50%;
  border-right: 1px solid #fff;
  padding-right: 3rem;
}

.newsdfoot .box:last-child {
  padding-right: 0rem;
  padding-left: 3rem;
}

.newsdfoot .box:last-child {
  border-right: 0;
}

.newsdfoot .pre {
  position: relative;
  padding-left: 1.5625rem;
}

.newsdfoot .pre::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  height: 0.75rem;
  left: 0;
  top: 50%;
  background-image: url(../images/LeftH.png);
  background-size: 100% 100%;
  transform: translateY(-50%) rotateY(180deg);
}

.newsdfoot .nextbox {
  text-align: end;
}

.newsdfoot .next {
  position: relative;
  padding-right: 1.5625rem;

}

.newsdfoot .next::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  height: 0.75rem;
  right: 0;
  top: 50%;
  background-image: url(../images/LeftH.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.newsdfoot .box:hover .ft_28 {
  text-decoration: underline;
}

/* contact */
.contact {
  display: flex;
  justify-content: space-between;
}

.contact .box {
  max-width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact .box .ico {
  width: 4.4375rem;
  height: 4.375rem;
  margin-bottom: 1.25rem;
  background-size: 100% 100%;
}

.mapbox {
  background-image: url(../images/footbg.png);
  background-size: cover;
}

.map {
  width: 100%;
  height: 40.625rem;
  background-image: url(../images/map.png);
  background-size: 100% 100%;
  position: relative;
}

.ulMap li {
  position: absolute;
  cursor: pointer;
}




.popFrame {
  position: relative;
  padding: 0.3125rem 0.9375rem 0.25rem 0.3125rem;
  background-color: #fff;
  border-radius: 6.25rem;
  z-index: 2;
  top: -2.2rem;
  right: -2.5rem;
  display: none;
  /* opacity: 0;
  transition: all 400ms;
  visibility: hidden; */

}

.ulMap .active .popFrame {
  /* opacity: 1;
  visibility: visible; */
  display: inline-block;
}

.popFrame::before {
  position: absolute;
  content: '';

  top: 50%;
  transform: translateY(-50%);
  left: -0.25rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0.3125rem solid #ffffff;
  border-bottom: 0.3125rem solid transparent;
}

.popFrame .box {
  display: flex;
  align-items: center;

}

.popFrame .img {
  width: 2.1875rem;
  height: 2.25rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.375rem;
}

.ulMap .li-1 {
  top: 39%;
  left: 23%;
}

.ulMap .li-1 .circle {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
  background-color: #fff;
}

.ulMap .li-2 {
  top: 46.5%;
  left: 22.2%;
}

.ulMap .li-2 .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-3 {
  top: 53.5%;
  left: 25.5%;
}

.ulMap .li-3 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-4 {
  top: 58.5%;
  left: 27.5%;
}

.ulMap .li-4 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-5 {
  top: 60.5%;
  left: 29.5%;
}

.ulMap .li-5 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-6 {
  top: 65%;
  left: 28.5%;
}

.ulMap .li-6 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-7 {
  top: 71%;
  left: 29.5%;
}

.ulMap .li-7 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-8 {
  top: 77%;
  left: 30.8%;
}

.ulMap .li-8 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-9 {
  top: 84%;
  left: 31.2%;
}

.ulMap .li-9 .circle {
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-10 {
  top: 29%;
  left: 46.7%;

}

.ulMap .li-10 .circle {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-11 {
  top: 32.5%;
  left: 49.7%;
}

.ulMap .li-11 .circle {
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-12 {
  top: 34.8%;
  left: 48%;
}

.ulMap .li-12 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-13 {
  top: 36.8%;
  left: 53.5%;
}

.ulMap .li-13 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-14 {
  top: 39.5%;
  left: 46.8%;
}

.ulMap .li-14 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-15 {
  top: 40.5%;
  left: 45.5%;
}

.ulMap .li-15 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-16 {
  top: 40.5%;
  left: 56%;
}

.ulMap .li-16 .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulMap .li-17 {
  top: 43%;
  left: 50%;
}

.ulMap .li-17 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-18 {
  top: 45.8%;
  left: 46.5%;
}

.ulMap .li-18 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-19 {
  top: 62.8%;
  left: 57.5%;
}

.ulMap .li-19 .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-20 {
  top: 77.8%;
  left: 53%;
}

.ulMap .li-20 .circle {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .8);
}

.ulMap .li-21 {
  top: 24.8%;
  left: 75.5%;
}

.ulMap .li-21 .circle {
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.ulMap .li-22 {
  top: 47.8%;
  left: 75.5%;
}

.ulMap .li-22 .circle {
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-23 {
  top: 50.8%;
  left: 67%;
}

.ulMap .li-23 .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.ulMap .li-24 {
  top: 55.2%;
  left: 73.2%;
}

.ulMap .li-24 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-25 {
  top: 59.8%;
  left: 67.8%;
}

.ulMap .li-25 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-26 {
  top: 60%;
  left: 72.8%;
}

.ulMap .li-26 .circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.ulMap .li-2 .popFrame,
.ulMap .li-9 .popFrame,
.ulMap .li-11 .popFrame,
.ulMap .li-16 .popFrame,
.ulMap .li-19 .popFrame,
.ulMap .li-21 .popFrame,
.ulMap .li-22 .popFrame,
.ulMap .li-23 .popFrame {
  top: -2.2rem;
  right: -2rem;
}

.ulMap .li-3 .popFrame,
.ulMap .li-4 .popFrame,
.ulMap .li-5 .popFrame,
.ulMap .li-6 .popFrame,
.ulMap .li-7 .popFrame,
.ulMap .li-8 .popFrame,
.ulMap .li-12 .popFrame,
.ulMap .li-13 .popFrame,
.ulMap .li-14 .popFrame,
.ulMap .li-15 .popFrame,
.ulMap .li-17 .popFrame,
.ulMap .li-18 .popFrame,
.ulMap .li-24 .popFrame,
.ulMap .li-25 .popFrame,
.ulMap .li-26 .popFrame {
  top: -1.8rem;
  right: -1.5rem;
}