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;
}
#toolbarContainer{
    display: none !important;
}
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;
}

.container {
  margin: 0 auto;
  height: 100%;
  max-width: 1600px;
}
.container:after{
    display: none !important;
}
.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;
}

.c-nav {
  position: fixed;
  top: 80%;
  right: 19px;
  transform: translateY(-50%);
  z-index: 99;
}

.c-nav ul li {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 49px;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
    box-shadow: 0px 1px 18px 2px rgb(0 0 0 / 15%)
}

.c-nav ul li>div {
  min-width: 220px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 0;
  background-color: #fff;
  font-size: 14px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}

.c-nav ul li:hover div {
  opacity: 1;
  right: 60px;
  box-shadow: 0px 2px 13px 6px rgb(0 0 0 / 15%);
  visibility: visible;
}

.c-nav ul li img {
  text-align: center;
}

.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 {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 13px 6px rgb(0 0 0 / 15%);
  z-index: 999;
  background-color: #002642;
}

header .header {
  width: 100%;
  height: 100%;
  background-color: #002642;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header .header-nav {
  width: 47%;
  height: 100%;
}

header .header .header-nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .header .header-nav ul li{
    flex: 1;
    text-align: center;
    position: relative;
}
header .header .header-nav ul li .son-nav{
    width: 100%;
    position: absolute;
    top: 140%;
    background: #002642;
    box-shadow: 1px 1px 7px #000;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
header .header .header-nav ul li:hover .son-nav{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
header .header .header-nav ul li .son-nav a{
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 450;
    padding: 7% 1%;
    border-bottom: 1px solid #858282;
}
header .header .header-nav ul li .son-nav a:nth-last-child(1){
    border: none;
}
header .header .header-nav ul li a {
  line-height: 90px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 450;
  height: 100%;
}

header .header .cn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 9%;
}

header .header .cn img {
  margin-right: 24px;
}

header .header .cn a {
  font-size: 18px;
  color: #ffffff;
}
header .header .cn #dl{
    	width: 67px;
	height: 30px;
	background-color: #24aeb4;
	border-radius: 5px;
		font-size: 14px;
	color: #ffffff;
	margin-left: 3%;
	text-align: center;
	line-height: 30px;
}
header .header .cn span {
  font-size: 18px;
  color: #ffffff;
  padding: 0 5px;
}

header .header .cn .cnactive {
  color: #24aeb4;
}