@charset "utf-8";
/*顶部小导航*/
.toolnav {
  width: 100%;
  background: #fff;
  color: #444;
  font-size: 14px;
  line-height: 14px;
}

.toolnav a {
  margin-right: 8px;
  color: #444;
  font-size: 14px;
}

.ml5 {
  margin-left: 5px;
}

.ma1000 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.home-top {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1001;
}

.topnav {
  /* 公共导航 */
}

.topnav .mynav {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}

.topnav .mynav .nav2 {
  background: #f1f6ff;
  padding: 18px 0;
  width: 100%;
}

.topnav .mynav .nav2 .navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.topnav .mynav .nav2 .navlist .logo {
  display: block;
  width: 166px;
  height: 26px;
  margin-top: 0;
}

.topnav .mynav .nav2 .navlist .navtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topnav .mynav .nav2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 18px;
  align-items: center;
  font-weight: 400;
  color: #000;
  opacity: 1;
}

.topnav .mynav .nav2 ul li {
  margin-left: 40px;
  white-space: nowrap;
  opacity: 0.8;
  position: relative;
  border: none;
  line-height: 27px;
}

.topnav .mynav .nav2 ul li a {
  color: #000;
  text-decoration: none;
}

.topnav .mynav .nav2 ul li:hover::after,
.topnav .mynav .nav2 ul .on::after {
  content: " ";
  height: 3px;
  border-radius: 3px;
  background: #0b4fff;
  overflow: hidden;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
}

.topnav .mynav .nav2 ul li:hover a,
.topnav .mynav .nav2 ul .on a {
  color: #000;
}

.topnav .mynav .nav2 ul .blue {
  color: #000;
}

.topnav .mynav .nav2 ul li.wot-last-nav {
  opacity: 1;
}

.topnav .mynav .nav2 ul li.wot-last-nav a {
  color: #fff;
}

.topnav .mynav .nav2 ul li.wot-last-nav:hover::after, .topnav .mynav .nav2 ul li.wot-last-nav.on::after {
  content: "";
  width: 0;
}

.topnav .mynav .nav2 .bmbtn {
  width: 136px;
  height: 44px;
  background: #0b4fff;
  border-radius: 4px 4px 4px 4px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.topnav .mynav .nav2 .bmbtn a {
  display: block;
  height: 44px;
}

.topnav .mynav .nav2 .right-login {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.topnav .mynav .nav2 .right-login a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.topnav .mynav .nav2 .right-login .logoname {
  width: 32px;
  height: 32px;
}

.topnav .mynav .nav2 .right-login .logoname img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.topnav .mynav .nav2 .right-login .bottom-show {
  box-sizing: border-box;
  width: 100px;
  position: absolute;
  top: 40px;
  right: -5px;
  display: none;
  padding: 0 20px 25px;
  background-color: #000;
  padding-top: 10px;
  text-align: center;
  border-radius: 8px;
}

.topnav .mynav .nav2 .right-login .bottom-show a {
  margin-top: 25px;
}

.index-click {
  cursor: pointer;
}

.ewmbox-right-agent {
  position: fixed;
  bottom: 50px;
  right: 26px;
  width: 131px;
  height: 123px;
  background:  no-repeat center top;
  background-size: 131px 123px;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  padding: 20px 0 0;
  box-sizing: border-box;
}

.ewmbox-right-agent .ewm-btn {
  display: inline-block;
  width: 126px;
  height: 98px;
}

.ewmbox-right-agent .ewmboxclosebtn {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 0px;
  bottom: 104px;
  display: block;
}

.ewmbox-right-single {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 140px;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}

.ewmbox-right-single img {
  width: 100%;
}

.ewmbox-right-single .ewm-btn {
  display: inline-block;
  width: 100%;
}

.ewmbox-right-single .ewmboxclosebtn {
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  right: 2px;
  bottom: 77px;
  display: block;
}
