/*nav*/
.nav {
  height: 40px;
  width: 100%;
  background: #517BFF;
  color: #ffffff;
}

.nav .nav-box {
  font-size: 14px;
  margin: 0 auto;
}

.nav .nav-box .nav-boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  width: 1280px;
  margin: 0 auto;
  background: #517BFF;
}

.nav .nav-box .nav-boxs .nav-centralStation {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .nav-box .nav-boxs .nav-centralStation li {
padding-left: 12px;
   height: 24px;
  border-radius: 14px 0 14px 0;
    display: flex;
  justify-content: space-between;
}

.nav .nav-box .nav-boxs .nav-centralStation li span svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.nav .nav-box .nav-boxs .nav-centralStation li span:nth-child(1) {
    height: 20px;  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .nav-box .nav-boxs .nav-centralStation li span:nth-child(1) i {
  text-decoration: none;
}

.nav .nav-box .nav-boxs .nav-centralStation li span:nth-child(2) {
  display: inline-block;
  width: 68px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  margin-right: 10px;
}

.nav .nav-box .nav-boxs .nav-navigation {
  display: flex;
  margin-right: 80px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.nav .nav-box .nav-boxs .nav-navigation li {
  padding-left: 21px;
  padding-right: 21px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  position: relative;
}

.nav .nav-box .nav-boxs .nav-navigation li .dropdownBox {
  display: none;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover .dropdownBox {
  display: flex;
  top: 40px;
  right: -20%;
  width: 138px;
  position: absolute;
  z-index: 99999999;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px #bbbaba;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover .dropdownBox p:first-child {
  padding-top: 12px;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover .dropdownBox p:last-child {
  padding-bottom: 12px;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover .dropdownBox p a {
  color: #000;
  font-size: 14px;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover .dropdownBox p a:hover {
  color: #517BFF;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover:nth-child(1) .dropdownBox {
  right: -50%;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover:nth-child(3) .dropdownBox {
  right: -30%;
}

.nav .nav-box .nav-boxs .nav-navigation li:hover {
  background-color: #6a8eff;
}

.nav .nav-box .nav-boxs .nav-tool {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.nav .nav-box .nav-boxs .nav-tool li {
  display: flex;
  align-items: center;
}

.nav .nav-box .nav-boxs .nav-tool li:nth-child(1) {
  position: relative;
}

.nav .nav-box .nav-boxs .nav-tool li:nth-child(1) svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 8px;
}

.nav .nav-box .nav-boxs .nav-tool li:nth-child(1) div {
  position: absolute;
  display: none;
  background-color: transparent;
  width: 180px;
  height: 208px;
  box-sizing: 0px 0px 100px #111111 !important;
  top: 25px;
  left: -45%;
  z-index: 999;
}

.nav .nav-box .nav-boxs .nav-tool li:nth-child(1) div p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  z-index: inherit;
}
.nav .nav-box .nav-boxs .nav-tool li:nth-child(1) div p img {
  width: 132px !important;
  height: 132px !important;
}
.nav .nav-box .nav-boxs .nav-tool li:nth-child(1):hover div {
  display: block;
}

.nav .nav-box .nav-boxs .nav-tool li:nth-child(2) svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 8px;
}

.nav a {
  color: #ffffff;
}

/*header*/
.header {
  height: 106px;
  width: 100%;
  background-color: #fff;
}

.header .header_box {
  width: 1280px;
  height: 106px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_box .header_box_logo {
  display: flex;
  gap: 12px;
}

.header .header_box .header_box_logo p:nth-child(1) {
  /* width: 72px; */
  /* height: 72px; */
}

.header .header_box .header_box_logo p:nth-child(2) {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 6px;
}

.header .header_box .header_box_logo p:nth-child(2) span:nth-child(1) {
  font-size: 28px;
  color: red;
  font-weight: bolder;
}

.header .header_box .header_box_logo p:nth-child(2) span:nth-child(2) {
  color: 666666;
  font-size: 12px;
  position: relative;
  margin-top: 5px;
  color: #666666;
  padding-left: 11px;
  letter-spacing: 11px;
}

.header .header_box .header_box_logo p:nth-child(2) span:nth-child(2)::after {
  right: -10%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 18px;
  content: "";
  height: 0.5px;
  background: #666666;
}

.header .header_box .header_box_logo p:nth-child(2) span:nth-child(2)::before {
  left: -10%;
  transform: translate(50%, 50%);
  top: 50%;
  position: absolute;
  width: 18px;
  content: "";
  height: 0.5px;
  background: #666666;
}

.header .header_box .header_box_input {
  width: 554px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
}

.header .header_box .header_box_input input {
  border: 0px;
  outline: none;
  font-size: 14px;
}

.header .header_box .header_box_input input:nth-child(1) {
  width: 558px;
  text-indent: 12px;
  border-radius: 3px 0 0 3px;
  border: 2px solid #517BFF;
  border-right: 0;
}

.header .header_box .header_box_input input:nth-child(2) {
 width: 106px;
 border-radius: 0px 3px 3px 0px;
 color: white;
 background: #517BFF;
}

.header .header_box .header_box_input input:nth-child(2):hover {
  background: #517BFF;
  cursor: pointer;
}

.header .header_box .header_box_input ::-webkit-input-placeholder {
  display: flex;
  justify-content: center;
  color: #b4b4b4;
}

.header .header_box .header_box_contact p {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.header .header_box .header_box_contact p:nth-child(2) {
  margin-top: 4px;
}

.header .header_box .header_box_contact p span {
  color: #666666;
  font-size: 14px;
}

.header .header_box .header_box_contact p span:nth-child(1) {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
/*footer*/
.footer {
  background: #4d4d4d;
  width: 100%;
  min-width: 1280px;
  clear: both;
}

.footer .footer-nav {
  width: 100%;
  background: #404040;
}

.footer .footer-nav .footer-nav-box {
  width: 1440px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-nav .footer-nav-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.footer .footer-nav .footer-nav-box p span:nth-child(1) {
  display: block;
  margin-top: 5px;
  margin-right: 5px;
}

.footer .footer-nav .footer-nav-box p span a {
  color: #fff;
}
.footer .footer-nav .footer-nav-box p span a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer .footer-nav .footer-nav-box p:nth-child(1) span:nth-child(1) {
  margin-top: 8px;
}
.footer .footer-nav .footer-nav-box p:nth-child(2) {
  margin-left: 80px;
  margin-right: 80px;
  position: relative;
}

.footer .footer-nav .footer-nav-box p:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 5px;
  border: 1px solid #b4b4b4;
  height: 14px;
}

.footer .footer-nav .footer-nav-box p:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 5px;
  border: 1px solid #b4b4b4;
  height: 14px;
}
.footer .footer-nav .footer-nav-box p:nth-child(3) span:nth-child(1) {
  margin-top: 2px;
}
.footer .footer-bottom {
  width: 100%;
}

.footer .footer-bottom .footer-bottom-box {
  color: #b4b4b4;
  width: 1440px;
  font-size: 14px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.footer .footer-bottom .footer-bottom-box p {
  margin-top: 12px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.footer .footer-bottom .footer-bottom-box p span {
  margin-top: 12px;
}

.footer .footer-bottom .footer-bottom-box p span:nth-child(4), .footer .footer-bottom .footer-bottom-box p span:nth-child(5) {
  display: inline;
}

.footer .footer-bottom .footer-bottom-box p span:last-child a {
  color: #b4b4b4;
}

.footer .footer-bottom .footer-bottom-box p span:last-child i {
  font-style: normal;
  margin-left: 12px;
  margin-right: 12px;
  color: #b4b4b4;
}

.footer .footer-bottom .footer-bottom-box section {
  text-align: center;
}
