body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

@font-face {
  font-family: "din-medium";
  src: ;
}
@font-face {
  font-family: "din bold";
  src: ;
}
:root {
  --noto-sans-sc: "noto sans sc", sans-serif;
  --noto-serif-sc: "noto serif sc", sans-serif;
  --roboto: "roboto", sans-serif;
  --abel: "abel", sans-serif;
  --barlow-condensed: "barlow condensed", sans-serif;
  --din: "din-medium", sans-serif;
}
a {
  text-decoration: none;
  color: #333;
  display: block;
}

p {
  color: #434343;
}

a:hover {
  text-decoration: none;
}

a img {
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
}

div {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

li {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

p,
strong,
em {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  font-weight: normal;
}

form {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

em {
  font-style: normal;
  font-weight: normal;
}

table {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

dt {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

dl {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

dd {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

tr {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

input,
textarea,
select {
  outline: none;
  border: 0;
}

.cl {
  height: 0px;
  clear: both;
}

.fl {
  float: left;
  display: block;
}

.fr {
  float: right;
}

.c {
  *zoom: 1;
}

.c:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right;
}

.bg-black {
  background: #000;
}

.col-black {
  color: #000;
}

.col-white {
  color: #fff !important;
}

strong {
  font-weight: bold;
}

i {
  font-style: normal;
}

.m {
  margin: 0 auto;
}

.blue {
  color: #0056a1;
}
@font-face {
  font-family: "arial";
  src: url(/uploads/image/smfonts/arial.ttf);
}
@font-face {
  font-family: "zhkh";
  src: -2.ttf);
}
.container {
  max-width: 1520px;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ededed;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
header .header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header-nav {
  width: 58.6842105%;
  height: 100px;
}
header .header .header-nav .ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100px;
}
header .header .header-nav .ul li {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header-nav .ul li > a {
  font-size: 18px;
  line-height: 100px;
  color: #00101c;
  position: relative;
  transition: all .5s;
}
header .header .header-nav .ul li > a::before{
  content: "";
  width: 0;
	height: 2px;
	background-color: #005da3;
	border-radius: 1px;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translatex(-50%);
  transition: all .5s;
}
header .header .header-nav .ul li:hover>a::before{
  width: 23px;
}
header .header .header-nav .ul li:hover>a{
  color: #005da3;
}
header .header .header-nav .ul .active>a{
  color: #005da3;
}
header .header .header-nav .ul .active>a::before{
  width: 23px;
}
header .header .header-nav .ul li > img {
  margin-left: 4px;
}

.head-child {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 2.3% 0;
  /*display: none;*/
  overflow: hidden;
  box-shadow: 1px 14px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  transform: scaley(0);
  opacity: 0;
  visibility: hidden;
  transform-origin: left top;
  z-index: 50;
}
header .header .header-nav .ul li:hover .head-child {
  transform: scaley(1);
  opacity: 1;
  visibility: visible;
}

.head-child .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
.head-child .container .head-child-lf {
  width: 100%;
  padding-right: 7%;
  padding-left: 5%;
  position: relative;
  top: 0.7vw;
  transition: all 0.8s;
  opacity: 0;
  transition-delay: 0.3s;
  transform: translatey(-1vw);
}
header .header .header-nav .ul li:hover .head-child .container .head-child-lf {
  opacity: 1;
  transform: translatey(0vw);
}
.head-child .container .head-child-lf ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.head-child .container .head-child-lf ul li {
  width: 30%;
  position: relative;
}
.head-child .container .head-child-lf ul li::after{
  content: "";
  width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: solid 2px #005da3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%;
}
.head-child .container .head-child-lf ul li:nth-last-child(1)::after{
  display: none;
}
.head-child .container .head-child-lf ul li a {
  width: 100%;
  font-size: 18px;
  transition: all 0.5s;
  color: #000f24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 8%;
}
.head-child .container .head-child-lf ul li a::after{
  display: none !important;
}
.container .head-child-lf ul li a::before{
  display: none !important;
}
.head-child .container .head-child-lf ul li a img {
  margin-right: 12px;
  position: relative;
  top: 8px;
}
.head-child .container .head-child-lf ul li a img:nth-child(2) {
  display: none;
}
.head-child .container .head-child-lf ul li:hover a {
  color: #0056a1;
  transform: translatex(3px);
}

header .header .lang span {
  font-size: 18px;
  color: #00101c !important;
  border: none;
}
header .header .lang span a {
  display: inline-block;
  font-size: 18px;
  color: #00101c !important;
  border: none;
}
header .header .lang span:nth-child(2) {
  margin: 0 29px;
  cursor: pointer;
}
.modal-mask {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
}
.modal-mask .modal {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 1400px;
  border-radius: 10px;
}
.modal-mask .search-modal form {
  padding: 30px;
  display: flex;
}
.modal-mask .search-modal form input {
  flex: 1;
  padding: 0 20px;
  height: 50px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ccc;
  outline: none;
  color: #666;
  font-size: 14px;
}
.modal-mask .search-modal form button {
  background-color: #f5f5f5;
  width: 80px;
  height: 50px;
  border: 1px solid #ccc;
  border-left: 0px;
  outline: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}
.header-fixed {
  width: 100%;
  position: fixed;
  background: #fff;
  animation: top-bottom 0.5s ease-in-out;
  top: 0;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
}
@keyframes top-bottom {
  0% {
    transform: translate(0, -100%);
  }

  100% {
    transform: translate(0, 0);
  }
}
.zw{
  height: 100px;
}