body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
  font: 12px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type="submit"],
input[type="button"],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* 在Firefox浏览器下 */
input[type="number"] {
  -moz-appearance: textfield;
}
.swiper-pagination-bullet {
  width: 0.0521rem !important;
  height: 0.0521rem !important;
  background: #000 !important;
  border: 0.0156rem solid #fff !important;
  box-sizing: border-box;
  opacity: 0.6 !important;
}
.swiper-pagination-bullet-active {
  width: 0.0521rem !important;
  height: 0.0521rem !important;
  background: #fff !important;
  border: none !important;
  opacity: 1 !important;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: none;
  width: 4px;
  border-radius: 4px;
  background-color: #1a4a9f;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("/static/fonts/Gotham-Medium.otf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("/static/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
* {
  line-height: 1;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.f_g {
  font-family: "Gotham-Medium";
}
.w120 {
  width: 1200px;
  margin: 0 auto;
}
.flex_c_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_c {
  display: flex;
  align-items: center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: url(/static/images/hearder_bg.png);
  height: 1.0156rem;
  width: 10rem;
  background-size: cover;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
}
.header .headerTop {
  height: 0.6771rem;
}
.header .headerTop .left img {
  height: 0.5208rem;
}
.header .headerTop .left .text {
  width: 2.1615rem;
  height: 0.3281rem;
  border-left: 1px solid #dadada;
  margin-left: 0.1146rem;
  padding-left: 0.0833rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.header .headerTop .left .text div {
  font-size: 0.0833rem;
  color: #222;
  margin-right: 0.0781rem;
}
.header .headerTop .right img {
  width: 0.2656rem;
}
.header .headerTop .right .des {
  margin: 0 0.0625rem;
  width: 0.3125rem;
  color: #1a4a9f;
  text-align: center;
  font-size: 0.0729rem;
  line-height: 0.0833rem;
}
.header .headerTop .right .tel div {
  color: #1a4a9f;
  font-size: 0.1042rem;
}
.header .headerTop .right .menuBox {
  display: none;
}
.header nav {
  height: 0.3385rem;
}
.header nav ul {
  height: 0.3385rem;
}
.header nav ul li {
  flex: 1;
  height: 0.3385rem;
  position: relative;
}
.header nav ul li .title_nav {
  display: block;
  height: 0.3385rem;
  line-height: 0.3385rem;
  font-size: 0.0885rem;
  color: #555;
  text-align: center;
}
.header nav ul li .sub_nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.0313rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0.8021rem;
  height: auto;
  box-sizing: border-box;
  padding: 0.0521rem 0.0052rem;
  border-radius: 0.0313rem;
  background-color: #fff;
  box-shadow: 0.0052rem 0.2604rem 0.7813rem 0.0781rem rgba(0, 0, 0, 0.05);
}
.header nav ul li .sub_nav a {
  text-align: center;
  display: block;
  font-size: 0.0781rem;
  line-height: 0.2083rem;
  color: #666666;
}
.header nav ul li .sub_nav a:hover {
  background-color: #fbfbfb;
  color: #1a4a9f;
}
.header nav ul li.active .title_nav {
  color: #1a4a9f;
}
.header nav ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1a4a9f;
}
.header nav ul li:hover .title_nav {
  color: #1a4a9f;
}
.header nav ul li:hover .sub_nav {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.navMask {
  display: none;
}
.com_title .title1 {
  font-size: 0.2083rem;
  color: #222;
  line-height: 0.4688rem;
  position: relative;
  text-align: center;
}
.com_title .title1::before {
  content: "";
  width: 0.3646rem;
  height: 3px;
  position: absolute;
  background-color: #1a4a9f;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.com_title .title1::after {
  content: "";
  z-index: 2;
  width: 0.7708rem;
  height: 1px;
  background-color: #1a4a9f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com_title .title2 {
  text-align: center;
  font-size: 0.0938rem;
  color: #666;
  margin-top: 0.0833rem;
}
.more_button {
  width: 0.6875rem;
  margin: 0 auto;
  height: 0.2813rem;
  border-bottom: 1px solid #1a4a9f;
}
.more_button .text {
  font-size: 0.0833rem;
  color: #2452a3;
}
.more_button .jiantou {
  margin-left: 0.1771rem;
  width: 0.1563rem;
  height: 0.1563rem;
  background-color: #1a4a9f;
  border-radius: 50%;
  position: relative;
}
.more_button .jiantou img {
  width: 0.1458rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
footer {
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
}
footer .top {
  height: 1.875rem;
}
footer .top .logos {
  margin-right: 0.2813rem;
  width: 1.1979rem;
}
footer .top .logos img {
  width: 1.1979rem;
}
footer .top .logos ul {
  width: 1.1979rem;
  flex-wrap: wrap;
  margin-top: 0.2083rem;
}
footer .top .logos ul li {
  width: 45%;
}
footer .top .logos ul li a {
  display: block;
  font-size: 0.0885rem;
  line-height: 0.1875rem;
  color: #2452a3;
  border-bottom: 1px solid #2452a3;
}
footer .top .moreBox {
  border-left: 2px solid #1a4a9f;
  padding-left: 0.1563rem;
  padding-right: 0.2604rem;
  box-sizing: border-box;
  height: 1.0938rem;
  width: 1.875rem;
}
footer .top .moreBox .title {
  font-size: 0.0938rem;
  line-height: 0.1875rem;
  color: #1a4a9f;
  position: relative;
}
footer .top .moreBox .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1563rem;
  height: 2px;
  background-color: #041940;
}
footer .top .moreBox .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.651rem;
  height: 2px;
  background-color: #1a4a9f;
}
footer .top .moreBox .des {
  margin-top: 0.1563rem;
}
footer .top .moreBox .des p {
  font-size: 0.0833rem;
  line-height: 0.1875rem;
  color: #2a57a5;
}
footer .top .moreBox .des img {
  width: 0.6094rem;
  height: 0.6094rem;
}
footer .top .wxcode {
  width: 1.1458rem;
}
footer .copyRight {
  width: 10rem;
  height: 0.4688rem;
  background-color: #2452a3;
}
footer .copyRight .content {
  height: 100%;
}
footer .copyRight .content .left {
  color: #fff;
  font-size: 0.0833rem;
}
footer .copyRight .content .left span {
  vertical-align: bottom;
  color: #fff;
  font-size: 0.0833rem;
}
footer .copyRight .content .left span img {
  vertical-align: bottom;
  margin-left: 0.1354rem;
  margin-right: 0.026rem;
  width: 0.099rem;
}
footer .copyRight .content .right {
  color: #fff;
  font-size: 0.0833rem;
}
.banner {
  width: 10rem;
  height: 3.125rem;
  margin-top: 1.0156rem;
  position: relative;
}
.banner img {
  width: 10rem;
  height: 3.125rem;
}
.banner .textBox {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
}
.banner .textBox .title {
  font-size: 0.25rem;
  color: #1a4a9f;
  padding-left: 0.1719rem;
  box-sizing: border-box;
  position: relative;
}
.banner .textBox .title::after {
  position: absolute;
  content: "";
  width: 0.0208rem;
  height: 0.2292rem;
  background-color: #1a4a9f;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner .textBox .des {
  margin-top: 0.1302rem;
  width: 2.1563rem;
  height: 0.4167rem;
  background-color: #1a4a9f;
  padding: 0.0625rem 0.1302rem 0.0313rem;
  box-sizing: border-box;
}
.banner .textBox .des div {
  font-size: 0.1146rem;
  line-height: 0.1563rem;
  color: #fff;
}
.banner .textBox .des .en {
  font-size: 0.0677rem;
  line-height: 0.1354rem;
  color: #fff;
}
.page_nav {
  display: flex;
  width: 10rem;
  height: 0.5208rem;
  background-color: #fbfbfb;
}
.page_nav .content {
  height: 0.5208rem;
  justify-content: flex-end;
}
.page_nav .content a {
  margin-right: 0.0677rem;
  font-size: 0.0729rem;
  color: #8f8f8f;
  transition: 0.3s;
}
.page_nav .content a img {
  margin-right: 0.0677rem;
}
.page_nav .content a .home {
  width: 0.0781rem;
}
.page_nav .content a .next {
  width: 0.0313rem;
}
.page_nav .content a:hover {
  color: #1a4a9f;
}
.com_title2 .cn {
  font-size: 0.2083rem;
  color: #2452a3;
  text-align: center;
}
.com_title2 .en {
  margin-top: 0.0938rem;
  text-align: center;
  letter-spacing: 3px;
  font-size: 0.0938rem;
  color: rgba(26, 74, 159, 0.5);
  text-transform: uppercase;
}
.com_title2.l .cn {
  text-align: left;
}
.com_title2.l .en {
  text-align: left;
}
.com_title2.w .cn {
  color: #fff;
}
.com_title2.w .en {
  color: rgba(255, 255, 255, 0.5);
}
.page_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .buttons_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .buttons_left .prev,
.page_buttons .buttons_left .next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1771rem;
  height: 0.1771rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
  border-radius: 50%;
}
.page_buttons .buttons_left .prev:hover,
.page_buttons .buttons_left .next:hover {
  background-color: #eee;
  border: 1px solid #dcdcdc;
}
.page_buttons .buttons_left .prev {
  margin-right: 0.0729rem;
}
.page_buttons .buttons_left .next {
  margin-left: 0.0729rem;
  margin-right: 0.1042rem;
}
.page_buttons .buttons_left .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.1458rem;
}
.page_buttons .buttons_left .pages .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1771rem;
  height: 0.1771rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
  border-radius: 50%;
  font-size: 0.0677rem;
  color: #37363b;
}
.page_buttons .buttons_left .pages .item.active,
.page_buttons .buttons_left .pages .item:hover {
  background-color: #1a4a9f;
  border: 1px solid #1a4a9f;
  font-size: 0.0677rem;
  color: #fff;
}
.page_buttons .buttons_left .totalPage {
  font-size: 0.0677rem;
  color: #37363b;
}
.page_buttons .inputBox {
  margin-left: 0.1563rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .inputBox span {
  font-size: 0.0677rem;
  color: #37363b;
}
.page_buttons .inputBox input {
  margin: 0 0.0521rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
  height: 0.1771rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
  text-align: center;
  font-size: 0.0677rem;
  color: #37363b;
  border-radius: 0.0885rem;
}
