.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 75px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .contain1{
  width: 92%!important;
  display: flex;
  justify-content: space-between;
  height: 100%;	
  margin: 0 auto;	
}
.hadbox-sec1 .lt {
	padding: 15px 0;
	width: 12rem;
	display: flex;
	align-items: center;
	height: 100%;
}
@media (max-width: 767px) {
	.hadbox-sec1 .lt {
		width: 10rem;
	}
}
.hadbox-sec1 .lt .logo {
  display: block;
}
.hadbox-sec1 .lt .logo img{
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin: 0 30px;
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background: #fe2620;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
.hadbox-sec1 .f_navbox li .fz_hover {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  visibility: hidden;
  line-height: 0;
  height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .fz_hover .container {
  display: flex;
  justify-content: center;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul {
  display: flex;
  justify-content: center;
  max-width: 100%;
  line-height: 80px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul {
    line-height: 50px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li{
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
  display: block;
  padding: 0 50px;
  color: #000000;
  font-size: 14px;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover{
  background: #fe2620;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover a {
  color: #ffffff;
}
.hadbox-sec1 .f_navbox li .had_hover {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile {
    margin-bottom: 50px;
    flex: 0 0 30%;
    min-height: 180px;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #cccccc;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .fz_title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut {
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  line-height: 2;
  justify-content: space-between;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item {
    width: 30%;
	color: #888888;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 5px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i {
	display: block;
	width: 20px;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img:nth-child(2),
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg path {
  fill: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover {
  color: #fe2620;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover svg path {
  fill: #0b88e2;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  padding-top: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
  display: flex;
  align-items: center;
  width: 50%;
  color: #666666;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 0.08rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
    font-size: 12px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a span {
  display: block;
  width: calc(100% - 4px);
  padding-left: 0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover {
  color: #fe2620;
	color: 
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover:before {
  background: #fe2620;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #fe2620;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #fe2620;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
    /*display: none;*/
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hadbox-sec1 .gt .lange .tit span {
  opacity: 0.8;
}
.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i {
  margin-right: 8px;
	font-size: 24px;
}
.hadbox-sec1 .gt .lange .tit b {
  margin-left: 8px;
  opacity: 0.8;		
}
.hadbox-sec1 .gt .lange .tit b i{
	font-size: 12px;		
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 15px;
  background-color: #ffffff;
  display: none;
  z-index: 999;
  border-top: #f0f0f0 1px solid;
  min-width: 120px;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    padding: 8px 10px;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .search1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 22px;	
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .search1 {
    display: none;
  }
}
.hadbox-sec1 .gt .search1 .tit {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .search1 .tit i{
  color: #ffffff;
}
.hadbox-sec1 .gt .qie {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background: #ffffff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background: #ffffff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}

.hadbox-sec2 .container .form {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  margin: 10px 0px
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 44px;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  padding: 0 10px;
  height: 44px;
}
.hadbox-sec2 .container .form .int i {
  display: block;
  overflow: hidden;
}

.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 10px);
  padding: 0 10px;
  background: none;	
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: #ffffff;
  background: #fe2620;
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: auto;
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #f0f0f0;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  color: #888888;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background-color: #888888;
}

.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #fe2620;
}
.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  transform: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont {
  padding-top: 50px;
}
.hadbox-sec3 .hadbot_cont .cont .form {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub,
.hadbox-sec3 .hadbot_cont .cont .form .tx {
  height: 50px;
}
.hadbox-sec3 .hadbot_cont .cont .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 0px);
  padding: 0 20px;
}
.hadbox-sec3 .hadbot_cont .cont .form .int i {
  display: block;
  overflow: hidden;
}
.hadbox-sec3 .hadbot_cont .cont .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .form .int .tx {
  width: calc(100% - 0px);
  padding: 0px 20px;
  background: none;	
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #333333;
  transition: all 0.3s;
  width: 100px;	
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub:hover{
  background: #fe2620;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key {
  display: flex;
  align-items: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key span,
.hadbox-sec3 .hadbot_cont .cont .fz_key a {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key span,
  .hadbox-sec3 .hadbot_cont .cont .fz_key a {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
  color: #999999;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .name {
  display: block;
  width: 105px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    width: 90px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 105px);
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    width: calc(100% - 90px);
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  display: block;
  margin: 0 10px;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  margin-bottom: 10px;
}
.hadbox-sec3 .hadbot_cont .cont .fz_title {
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 3px solid #f0f0f0;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
  /* width: 44%; */
  width: 55%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 56%;
  }
}

@media (max-width: 1290px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 65%;
  }
}

@media (max-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 70%;
  }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.2rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-bottom: 0;
  }
}


.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: #000000; */
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit:hover{
  color: #fe2620;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
  display: block;
  padding-left: 10px;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
  width: 10px;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
  display: block;
  color: #000000;
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    margin-bottom: 10px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
  color: #fe2620;
  opacity: 1;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
  margin-right: 0.4rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
  font-size: 16px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
  display: flex;
  align-items: center;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
  position: relative;
  margin-right: 0.2rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    width: 100px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img,
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er svg {
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  /* background: #fe2620; */
  background-color: #f0f0f0;
  border-radius: 50%;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover{
  background: #fe2620;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
  /* opacity: 0.8; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* max-width: 16px; */
  /* max-height: 16px; */
  max-width: 24px;
  max-height: 24px;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a svg path{
  fill: #315c9c;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover svg path{
  fill:#ffffff; 
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    /* max-width: 12px;
    max-height: 12px; */
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #f0f0f0;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f0f0f0;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .lt .text a,.hadbox.hadbox2 .hadbox-sec1 .lt .text a{
  color: #999;
}

.hadbox:hover .hadbox-sec1 .lt .text a:hover{
  color: #fe2620;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #000000;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
  color: #888888;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i{
  color: #000000;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit b i{
  color: #888888;
}
.hadbox:hover .hadbox-sec1 .gt .search1 .tit i{
  color: #000000;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #000000;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #f0f0f0;
}
.hadbox2 .hadbox-sec1 .lt {
  border: 0px;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #000000;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #888888;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b i{
  color: #888888;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i{
  color: #000000;
}
.hadbox2 .hadbox-sec1 .gt .search1 .tit i{
  color: #000000;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #000000;
}
.hadbox3 .hadbox-sec1 {
  line-height: 75px;
  height: 75px;
}
@media (max-width: 1580px) {
  .hadbox3 .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hadbox3 .hadbox-sec1 {
    height: 65px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbot {
  background-color: #ffffff;
  height: calc(100vh - 0px);
}
@media (max-width: 1580px) {
  .hadbot {
    height: calc(100vh - 0px);
  }
}
@media (max-width: 767px) {
  .hadbot {
    height: auto;
  }
}
.hadbot .hadbot_cont {
  overflow: auto;
  height: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .hadbot .hadbot_cont {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: auto;
  }
}

.hadbox.hadbox2 .hadbot .hadbot_cont {
  height: calc(100% - 70px);
}


.hadbot .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.hadbot .hadbot_jut .container .cont .close i {
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 8px;
}
.hadbot .hadbot_jut .container .cont .close i img{
  width: 100%;
  float: left;
}

.hadbot .hadbot_jut .container .cont .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbot .hadbot_jut .container .cont .close span{
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.hadbox-sec3 .hadbot_jut .container .cont .close{
    position: absolute;
    top: 50px;
    right: 50px;
    flex-direction: column;
    justify-content: center;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i{
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #fe2620;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
}

.hadbox-sec3 .hadbot_jut .container .cont .close span{
  color: #fe2620;
  order: 1;
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}