* {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.nav_div .nav_ui ul li:hover {
  cursor: pointer;
}
.nav_maxDiv {
  width: 100%;
  height: 80px;
  position: fixed;
  background: #000000;
}
.nav_div {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.nav_div .logo_div {
  width: 120px;
  height: 33px;
  line-height: 80px;
}
.nav_div .logo_div img {
  width: 100%;
}
.nav_div .nav_ui ::after {
  content: '';
  display: block;
  clear: both;
}
.nav_div .nav_ui ul {
  float: left;
}
.nav_div .nav_ui ul li {
  float: left;
  list-style: none;
  line-height: 80px;
  padding: 0 20px;
  height: 80px;
}
#searchImgAfter{ width: 26px; height: 26px;}
.nav_div .nav_ui ul li a {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
.nav_div .nav_ui ul .tabFocus {
  border-bottom: 4px solid red;
}
.nav_div .sousuo1 {
  text-align: center;
  float: left;
  width: 22px;
  height: 22px;
  margin-top: 28px;
  cursor: pointer;
  margin-right: auto;
}
.nav_div .sousuo1 img {
  width: 100%;
}
.nav_div .searchDiv {
  position: absolute;
  right: 20px;
  top: 22px;
  display: none;
}
.a1 {
  position: absolute;
  top: 7px;
  right: 25px;
  width: 22px;
  height: 22px;
}
.a1 img {
  width: 100%;
}
.nav_div .searchDiv .searhInput {
  width: 882px;
  height: 40px;
  /*background: rgba(255, 255, 255, 0.2);*/
  border-radius: 22px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  /*opacity: 20%;*/
}
.nav_div .nav_ui ul li a {
  width: 100%;
  height: 80px;
  display: inline-block;
}
.nav_div .nav_ui ul li a:hover {
  border-bottom: 4px solid red;
}
/*媒体查询*/
@media screen and (max-width: 1440px) {
  .nav_div .searchDiv .searhInput {
    width: 682px;
  }
}
.clickLi {
  border-bottom: 4px solid red;
}
.nav_ui {
  margin-left: auto;
}

/* 新增部分 */
.mobinav {
	width: 100%;
	display: none;
	padding: 1rem 0;
	background: #ececec;
	position: relative;
}
.container-sm{width: 80%;margin: 0 auto;}
.mobilang{float: left;}
.mobilang a{display: inline-block;padding: 0.5rem 1.5rem;background: #FFFFFF;color: #000000 !important;font-size: 16px;border-radius: 10px;}
.mobilang a:active{background: #2871fc;color: #FFFFFF;}
.mobi-ss{float: right;margin-right: 2rem;}
.mobi-menu{float: right;}

@media(max-width: 991px){
	.nav_maxDiv .container{
		margin: 0;
		padding: 0;
	}
	.nav_maxDiv .row{
		display: none !important;
	}
	.mobinav {
		display: block !important;
	}
}
.mobinavbar {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.mobilf {
	width: 20%;
	float: left;
	height: 100%;
}
.mobirt {
	width: 80%;
	float: right;
	color: #333333;
	background: #f9f6f6;
	padding: 5%;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}
.mobirt a {
	color: #333333 !important;
}
.mobirtit {
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.mobirt ul {
	margin-top: 15px;
	width: 100%;
	list-style: none;
}

.mobirt ul li {
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	width: 96%;
	margin: 0 auto;
	margin-top: 10px;
}

.mobirt ul li h2 {
	font-weight: normal;
}

.mobirt ul li a {
	display: block;
	width: 96%;
	margin: 0 auto;
	height: 4rem;
	line-height: 4rem;
}

.mobirt ul li a span {
	float: right;
}

.mobilf-close {
	position: absolute;
	top: 2%;
	left: 5%;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
}

.mobirtitn {
	text-align: center;
	width: 100%;
}

.mobirtitlf {
	font-size: 18px;
	font-weight: bold;
	line-height: 4rem;
}
@media(max-width: 991px){
	.nav_maxDiv {height: 53px;}
}
