@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
/* 头部 */
.topbar {
  /* 网页头部固定 */
  position: fixed;
  z-index: 999999999;
  width: 100%;
  background-color: #fff;
  /* height: 155px; */
}
.nav {
  width: 100%;
  /* height: 80px; */
  margin: 0 auto;
  box-sizing: border-box;
  /* display: flex; */
}
/* 头部图片*/
.nav-left {
  text-align: center;
  width: 100%;
  position: relative;
}
.nav-left img {
  /* width: 360px;
  padding: 1px; */
}
.nav .ali img {
  width: 140px;
  position: absolute;
  right: 15%;
  margin-top: 20px;
  padding: 1px;
  transition: box-shadow 0.3s;
}
 
.nav .ali img:hover {
  cursor: pointer;
  /* border: 1px solid #0e3e8c; */
  border-radius: 10px;
  box-shadow: 0 0 5px #ff8107;
}
/* 头部右边 */
.nav-right {
  /* float: left; */
  width: 80%;
  margin: 0 auto;
}
.nav-right .bigli {
  display: inline-block;
  /* margin-left: 73px; */
  /* border-bottom: 3px solid #fff; */
  padding: 0px 15px;
}

.nav-right-home {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  height: 40px;
  line-height: 40px;
}
.nav-right-home a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom-color: #d61518;
  display: inline-block;
  height: 90%;
  text-align: center;
  /* margin-left: 3px; */
}
.nav-right-home a:hover,
.nav-right-home a:active {
  color: #d61518;
}
.swiper-container img {
  width: 100%;
  /* height: 380px; */
  margin: 0 auto;
}
/* 下拉菜单  start*/
.homeabout {
  position: relative;
  z-index: 9999999999;
}
.homeabout ol {
  z-index: 9999999998;
  display: none;
  /* overflow: hidden; */
  position: absolute;
  left: 70.5%;
  top: 40px;
  width: 110px;
  padding: 11px 0;
  margin-left: -69px;
  background-color: #0e3e8c;
  border-radius: 4px;
  box-shadow: 0 0 11px #ccc;
}
.homeabout ol li {
  line-height: 32px;
  color: #fff;
  text-align: center;
  z-index: 9999999999999;
  padding: 0px;
  list-style: none;
}
.homeabout ol li a {
  text-decoration: none;
  color: #fff;
}
/* 下拉菜单 end */
/* 中英文切换 */
.zh-en {
  display: inline;
  /* margin-left: 73px; */
}
/* 默认首页 */
.active {
  border-bottom: 3px solid #ff5000;
}
/* 头部导航 end */
