﻿/*
 * @Descripttion: 
 * @Author: xxx
 * @Date: 2024-12-13 14:00:51
 * @LastEditors: 徐长伦
 * @LastEditTime: 2024-12-25 15:05:17
 */
/* 顶部样式 */
.header {
  width: 100vw;
  height: 80px;
  padding: 0 auto;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0075c1;
}

.header-top {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 285px;
  height: 29px;
  margin-top: 0;
  margin-right: 15px;
}

.logo a img {
  width: 100%;
  height: 100%;
}

.you {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lang-t {
  font-size: 14px;
  color: #fff;
  font-family: "Microsoft YaHei";
  height: 40px;
  line-height: 40px;
  float: right;
}

.font-bold {
  font-weight: 700;
}

.input-b {
  width: 193px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  margin-right: 20px;
}

.input-l {
  width: 117px;
  height: 28px;
  border-left: 1px solid #ddd;
  border-color: #ddd;
  border-right: none;
  position: relative;
  left: 117px;
}

.input-b:hover .input-l {
  left: 0 !important;
}

.input-l .wbk {
  background: none;
  border: none;
  color: #fff;
  float: left;
  font-family: 微软雅黑;
  font-size: 14px;
  height: 100%;
  outline: none;
  padding: 0 0 0 14px;
  width: 100%;
}
.img-r {
  width: 75px;
  height: 30px;
  display: flex;
  justify-content: center;
  border-right: 1px solid #fff;
}
.img-r img {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}
.nav {
  clear: both;
  margin: 0;
  max-width: 80%;
  height: 100%;
}

.imenu_bg {
  width: auto;
  height: 100%;
  position: relative;
}

.imenu {
  width: auto;
  height: 100%;
  line-height: 100%;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  float: left;
  position: relative;
  margin: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imenu a {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-size: 18px;
}

.imenu a:hover {
  color: rgb(222, 222, 222);
}

.imenu .submnu a {
  color: #000;
}
.imenu .submnu ul {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.icon-triangle {
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  vertical-align: middle;
  border: 5px solid transparent;
  border-top-color: currentcolor;
  left: 5px;
  margin: 0 0 -8px;
  position: relative;
  width: 0;
}

.imenu_on {
  width: auto;
  height: 100%;
  color: #000;
  cursor: pointer;
  float: left;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 25px !important;
  padding-top: 4%;
}

.imenu_on .mainMenuSet{
  margin-top: 0 !important;
}

.imenu_on > a {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
}

.imenu_on a:hover {
  color: #fff;
}


.submnu {
  width: 100vw;
  height: 45px;
  border-top: none;
  margin: 0 auto;
  display: none;
  position: fixed;
  left: 0px;
  top: 80px;
  z-index: 1000;
  background: #fff;
  filter: alpha(opacity = 95);
  -moz-opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
}

.submnu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imenu_on .submnu a:hover {
  color: rgb(0, 117, 193);
}
.submnu a {
  color: #000;
}
.submnu ul li{
  padding: 15px;
  position: relative;
}
.submnu ul li:not(:first-child)::before {
  background: #ebebeb;
  content: "";
  height: 50%;
  left: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.pf_t ul li {
  width: auto;
  float: left;
  text-align: left;
  padding-left: 15px;
}

.xxgk {
  padding-left: 39px;
  padding-right: 39px;
  padding-bottom: 20px;
}

.xxgk .xxgk_a {
  display: flex;
  justify-content: flex-start;
}

.xxgk .xxgk_t {
  width: 84px;
  height: 30px;
  line-height: 40px;
  white-space: nowrap;
  padding-right: 30px;
}

.xxgk .xxgk_t a {
  font-size: 14px;
  font-weight: normal;
}

.xxgk .xxgk_l ul li {
  width: 73px;
  height: 35px;
  line-height: 40px;
  float: left;
}

.xxgk .xxgk_l ul li a {
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}
/* 底部样式 */
.footer {
  width: 100%;
  height: 169px;
  margin: 0 auto;
  background-image: url(../image/bgbottm.jpg);
  background-size: 100% 100%;
}

.footer-top {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 50px;
  padding-bottom: 5px;
}

.footer-btn {
  width: 182px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: rgba(17, 96, 170, 1);
  font-weight: bold;
  font-size: 14px;
}

.footer-bottom {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-family: 微软雅黑;
  color: rgba(154, 154, 154, 1);
  padding-top: 40px;
  line-height: 18px;
}
/* 底部弹窗样式 */
.one-box {
  width: 236px;
  height: 232px;
  position: relative;
  background: rgba(66, 165, 246, 1);
  padding: 21px 60px;
}
.two-box {
  width: 180px;
  height: 166px;
  position: relative;
  background: rgba(66, 165, 246, 1);
  padding: 21px 60px;
}
.three-box {
  width: 180px;
  height: 158px;
  position: relative;
  background: rgba(66, 165, 246, 1);
  padding: 21px 60px;
}

.popupZoneAreaClose {
  background: url(../image/vbg01.png) -527px -2387px;
  cursor: pointer;
  height: 33px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 33px;
  z-index: 8;
}

.btn-item {
  height: 30px;
  line-height: 45px;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
/* 其他 */
body {
  background-color: #f3f7fa;
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left {
  display: block;
  margin: 12px auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.arrow-right,
.long-arrow-right {
  transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left {
  transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}
.mbx {
  width: 1084px !important;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  background: rgba(237, 237, 237, 1);
  padding-left: 10px;
}
