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;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
  outline: none;
}
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: 18px;
}
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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.swiper-pagination-bullet {
  width: 0.0573rem !important;
  height: 0.0573rem !important;
  background: rgba(255, 255, 255, 0.7) !important;
}
.swiper-pagination-bullet-active {
  width: 0.0573rem !important;
  height: 0.0573rem !important;
  background: #fff !important;
}
::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 0;
  background-color: #1852aa;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
* {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  letter-spacing: 1px;
}
body {
  font: 12px "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
.fw_b {
  font-weight: bold;
}
.w150 {
  width: 1500px;
  margin: 0 auto;
}
.flex_c {
  display: flex;
  align-items: center;
}
.flex_c_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
.fc_f {
  color: #fff;
}
.fc_6 {
  color: #666;
}
.fc_9 {
  color: #999;
}
header {
  width: 100%;
  z-index: 55;
  position: fixed;
  height: 288px;
  top: 0;
  left: 0;
  transition: 0.5s;
}
header .headerTop {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}
header .headerTop .content {
  height: 100%;
}
header .headerTop .content .welcome {
  letter-spacing: 1.4px;
}
header .headerTop .content .date img {
  margin-right: 10px;
}
header .mian {
  padding: 50px 0;
  box-sizing: border-box;
}
header .mian .logoBox img {
  height: 82px;
  width: 600px;
}
header .mian .logoBox .windowName {
  margin-left: 32px;
  height: 52px;
  padding-left: 30px;
  border-left: 1px solid #fff;
  font-size: 30px;
  color: #d3000d;
  line-height: 52px;
}
header .mian .homeBox .imgBox {
  width: 52px;
  height: 52px;
  background-color: #d3000d;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mian .homeBox .imgBox img {
  width: 27px;
}
header .mian .homeBox .text {
  width: 130px;
  height: 52px;
  background-color: #fff;
  font-size: 15px;
  color: #d3000d;
  text-align: center;
  line-height: 52px;
}
header .mian .searchBox {
  width: 360px;
  height: 52px;
}
header .mian .searchBox input {
  width: 310px;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  padding: 0 16px;
  background-color: #fff;
}
header .mian .searchBox input::placeholder {
  color: #999;
}
header .mian .searchBox .iconBox {
  width: 52px;
  height: 52px;
  justify-content: center;
  background-color: #1852aa;
}
header .mian .searchBox .iconBox img {
  width: 20px;
}
header .mian .searchBox .iconBox2 {
  display: none;
}
header .mian .menuBox {
  display: none;
  width: 34px;
  height: 34px;
}
header .mian .menuBox .menu_btn {
  margin-left: auto;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1852aa;
}
header .mian .menuBox .menu_btn .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform-origin: center;
}
header .mian .menuBox.active .menu_btn .bar:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
header .mian .menuBox.active .menu_btn .bar:nth-child(2) {
  opacity: 0;
}
header .mian .menuBox.active .menu_btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
header .header_nav {
  transition: 0.5s;
}
header .header_nav nav {
  height: 66px;
}
header .header_nav nav ul {
  height: 66px;
  justify-content: space-around;
}
header .header_nav nav ul li {
  height: 66px;
  position: relative;
}
header .header_nav nav ul li .title_nav {
  height: 66px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
header .header_nav nav ul li .title_nav img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
header .header_nav nav ul li .sub_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 10px;
}
header .header_nav nav ul li .sub_nav .subnavs {
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 1px 10px 15px 1px rgba(24, 82, 170, 0.1);
}
header .header_nav nav ul li .sub_nav .subnavs a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #f6f6f6;
  text-align: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  header .header_nav nav ul li .sub_nav .subnavs a:hover {
    color: #1852aa;
    border-bottom: 1px solid #1852aa;
  }
}
header .header_nav nav ul li .sub_nav::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
header .header_nav nav ul li.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
header .header_nav_red {
  height: 66px;
  background-color: #d3000d;
  justify-content: center;
}
header .header_nav_red .item {
  cursor: pointer;
  height: 66px;
  line-height: 66px;
  padding: 0 67px;
}
header .header_nav.blue {
  background-color: #1852aa;
}
.navMask {
  display: none;
}
footer {
  width: 100%;
  background-color: #01336d;
  position: relative;
}
footer .bolang {
  position: absolute;
  left: 0;
  top: -42px;
  width: 100%;
  height: 42px;
}
footer .waves {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50px;
  max-height: 100px;
}
footer .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
footer .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
footer .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
footer .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
footer .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
footer .main .info {
  padding-top: 42px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
}
footer .main .info .contact .title {
  margin-bottom: 22px;
}
footer .main .info .contact .infomation {
  letter-spacing: 1px;
  line-height: 26px;
}
footer .main .info .shareBox {
  margin-left: 160px;
}
footer .main .info .shareBox .icons {
  margin-top: 23px;
}
footer .main .info .shareBox .icons .icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 18px;
  border-radius: 50%;
  position: relative;
}
footer .main .info .shareBox .icons .icon img {
  width: 40px;
  height: 40px;
}
footer .main .info .shareBox .icons .icon #qrcode {
  border: 5px solid #fff;
  z-index: 5;
  display: none;
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
footer .main .info .firendLinks {
  margin-left: auto;
}
footer .main .info .firendLinks .title {
  text-align: right;
}
footer .main .info .firendLinks .linksBox {
  position: relative;
  margin-top: 17px;
}
footer .main .info .firendLinks .linksBox .title {
  display: flex;
  align-items: center;
  width: 398px;
  height: 52px;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
}
footer .main .info .firendLinks .linksBox .title .icon {
  width: 52px;
  height: 52px;
  background-color: #1852aa;
  justify-content: center;
}
footer .main .info .firendLinks .linksBox .title .icon img {
  width: 18px;
}
footer .main .info .firendLinks .linksBox .title .box {
  flex: 1;
  height: 52px;
  padding: 0 17px;
  letter-spacing: 1px;
}
footer .main .info .firendLinks .linksBox .title .box img {
  height: 8px;
  transform: rotate(270deg);
}
footer .main .info .firendLinks .linksBox .friend_linksBox {
  display: none;
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
footer .main .info .firendLinks .linksBox .friend_linksBox .items a {
  font-size: 16px;
}
footer .main .info .firendLinks .linksBox .friend_linksBox .items:hover a {
  color: #1852aa;
}
footer .main .bottom {
  padding: 25px 0;
}
footer .main .bottom .Copyright,
footer .main .bottom .siro {
  color: #96a4b5;
}
footer .main .bottom .Copyright p,
footer .main .bottom .siro p {
  display: inline-block;
  font-size: 16px;
  color: #96a4b5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .main .bottom .Copyright a,
footer .main .bottom .siro a {
  letter-spacing: 1px;
  display: inline-block;
  font-size: 16px;
  color: #96a4b5;
}
footer .main .bottom .Copyright a:hover,
footer .main .bottom .siro a:hover {
  color: #fff;
}
footer .main .bottom .Copyright span,
footer .main .bottom .siro span {
  letter-spacing: 1px;
  margin: 0 10px;
  color: #fff;
}
.commonBanner {
  width: 100%;
  height: 800px;
  position: relative;
  display: flex;
}
.commonBanner img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.commonBanner .textBox {
  margin-top: 515px;
  line-height: 1;
}
.commonBanner .textBox .cn {
  font-size: 60px;
  color: #fff;
}
.commonBanner .textBox .en {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
}
.section_title {
  width: 100%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
  border-bottom: 1px solid #f0f0f0;
}
.section_title .title {
  font-size: 24px;
  color: #444;
  position: relative;
  height: 73px;
  line-height: 73px;
}
.section_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1852aa;
}
.section_title .more {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.section_title .more span {
  font-size: 16px;
  color: #666;
}
.section_title .more .iconBox {
  width: 24px;
  height: 24px;
  background-color: #1852aa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.section_title .more .iconBox img {
  width: 8px;
}
.section_title.red {
  padding: 0;
  height: 50px;
}
.section_title.red .title {
  height: 50px;
  line-height: 30px;
}
.section_title.red .title::after {
  background-color: #d3000d;
}
.section_title.red .more .iconBox {
  background-color: #d3000d;
}
.select_title {
  position: relative;
  padding: 0 40px;
  border-bottom: 1px solid #eef2f6;
  height: 92px;
  margin-top: -92px;
  background-color: #fff;
}
.select_title .selectItems {
  height: 100%;
}
.select_title .selectItems .item {
  cursor: pointer;
  height: 92px;
  font-size: 18px;
  color: #333;
  line-height: 92px;
  margin-right: 50px;
  position: relative;
}
.select_title .selectItems .item.active {
  color: #1852aa;
}
.select_title .selectItems .item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1852aa;
  position: absolute;
  bottom: 0;
  left: 0;
}
.select_title .navAdd img {
  width: 17px;
  margin-right: 15px;
}
.select_title .navAdd div {
  font-size: 15px;
  color: #999999;
}
.select_title .navAdd div a {
  font-size: 15px;
  color: #999999;
}
.select_title .navAdd div a:hover {
  color: #1852aa;
}
.select_title.topNews {
  border-bottom: 1px solid #d3000d;
}
.select_title.topNews .title {
  flex: 1;
  overflow: hidden;
}
.select_title.topNews .title .news {
  width: 28px;
  margin-right: 20px;
}
.select_title.topNews .title span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}
.select_title.topNews .title .new {
  width: 40px;
  margin-left: 11px;
}
.select_title.topNews .time {
  margin-left: 50px;
  font-size: 20px;
  color: #333333;
}
.select_title.red .selectItems {
  height: 100%;
}
.select_title.red .selectItems .item {
  color: #d3000d;
}
.select_title.red .selectItems .item.active::after {
  background-color: #d3000d;
}
.commenTitle {
  line-height: 1;
}
.commenTitle .en {
  font-size: 30px;
  color: #1852aa;
  text-transform: uppercase;
}
.commenTitle .cn {
  margin-top: 12px;
  font-size: 30px;
  color: #333;
}
.commenTitle.center .en,
.commenTitle.center .cn {
  text-align: center;
}
.page_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .prev,
.page_buttons .next {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 55px;
  border: 1px solid #eeeeee;
  transition: 0.3s;
  border-radius: 27.5px;
  font-size: 16px;
  color: #999;
}
.page_buttons .prev img,
.page_buttons .next img {
  margin: 0 12px;
}
@media (any-hover: hover) {
  .page_buttons .prev:hover,
  .page_buttons .next:hover {
    background-color: #eee;
  }
}
.page_buttons .pages {
  padding: 0 20px;
}
.page_buttons .pages .item {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid #eee;
  transition: 0.3s;
  border-radius: 50%;
  font-size: 20px;
  color: #999999;
  margin-right: 18px;
}
.page_buttons .pages .item.active {
  border: 1px solid #1852aa;
  color: #1852aa;
}
@media (any-hover: hover) {
  .page_buttons .pages .item:hover {
    border: 1px solid #1852aa;
    color: #1852aa;
  }
}
.page_buttons .pages .item:nth-last-child(1) {
  margin-right: 0;
}
.page_buttons.red .pages .item.active {
  border: 1px solid #d3010e;
  color: #d3010e;
}
@media (any-hover: hover) {
  .page_buttons.red .pages .item:hover {
    border: 1px solid #d3010e;
    color: #d3010e;
  }
}
.goTop {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 20;
  bottom: 5%;
  right: 1%;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.05);
}
.goTop img {
  width: 30px;
}
.goTop span {
  font-size: 14px;
  color: #1467dd;
  margin-top: 10px;
}
