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;
}

body {
  font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
  color: #333;
  background: #fff;
  font-family: "微软雅黑";
}

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(../fonts/arial.ttf);
}
.container{
  max-width: 1600px;
  margin: 0 auto;
}
header{
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 13px 6px rgb(0 0 0 / 15%);
  padding-left: 47px;
}
header .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header-nav{
  width: 55%;
}
header .header .header-nav ul{
  display: flex;
  justify-content: space-between;
}
header .header .header-nav ul li a{
  font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
  line-height: 100px;
  font-family: "Noto Sans SC";
  font-weight: 450;
}
header .header .lang{
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header .lang .lang-box .lang-qh{
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -150px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 6, 26, 0.19);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .header .lang .lang-box:hover .lang-qh{
  opacity: 1;
  visibility: visible;
  bottom: -104px;
}
header .header .lang .lang-box .lang-qh a{
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
}
header .header .lang .lang-box .lang-qh a::after{
  display: none;
}
header .header .lang .lang-box a{
  height: 72px;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
  position: relative;
  z-index: 1;
  line-height: 72px;
}
header .header .lang .lang-box a::after{
  content: url(../images/px.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -71px;
  top: 0;
  z-index: -1;
}
header .header .lang .ss{
  width: 117px;
  height: 72px;
  display: flex;
  align-items: center;
  background: #004795;
  padding-left: 32%;
}
header .header .lang .ss img{
  position: relative;
  z-index: 5;
  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;
}