.header {
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .header_main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.1rem;
}
.header .header_main .header_main_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header .header_main .header_main_right .menu {
  margin-right: 0.44rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header_main .header_main_right .menu > ul {
  display: flex;
  height: 100%;
}
.header .header_main .header_main_right .menu > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  transform-style: preserve-3d;
  perspective: 500;
  -webkit-perspective: 500;
}
.header_main_left .logo{
    height: 0.92rem;
}
.header_main_left .logo a img{
    height: 100%;
}
.header .header_main .header_main_right .menu > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}
.header .header_main .header_main_right .menu > ul > li .menu_list a {
  font-size: 0.22rem;
  color: #000;
}
.header .header_main .header_main_right .menu > ul > li .subnav {
  padding-bottom: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%) rotateX(-45deg);
  background: #FFFFFF;
  border-radius: 0rem 0rem 0.2rem 0.2rem;
  overflow: hidden;
  transition: all 0.3s;
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
}
.header .header_main .header_main_right .menu > ul > li .subnav ul li .item a {
  padding: 0.12rem 0.12rem;
  white-space: nowrap;
  font-size: 0.2rem;
  font-size: #A2A2A2;
  transition: all 0.3s;
  text-align: center;
}
.header .header_main .header_main_right .menu > ul > li .subnav ul li .item a:hover {
  background-color: #DD0A1E;
  color: #fff;
}
.header .header_main .header_main_right .menu > ul > li:hover .subnav {
  opacity: 1;
  pointer-events: initial;
  transform: translateX(-50%) translateY(100%) rotateX(0deg);
}
.header .header_main .header_main_right .menu > ul > .active .menu_list a {
  font-weight: bold;
}
.header .header_main .header_main_right .lang ul {
  display: flex;
  align-items: center;
}
.header .header_main .header_main_right .lang ul li:not(:last-child) {
  margin-right: 0.18rem;
}


@media only screen and (max-width: 1024px) {
  .header{
    display: none;
  }
  .index_banner .zzh_ban_imgbox .text_wrap{
    padding:1rem 1.5rem 0 0.5rem;
  }
  .index_banner .zzh_ban_imgbox .text_wrap .text_title{
    font-size: 0.35rem;
  }
  .index_banner .zzh_ban_imgbox .text_wrap .text_des{
    font-size: 0.25rem;
    line-height: 0.32rem;
  }
  .index_banner .slick-dots{
    bottom: 0.2rem;
  }
  .index_banner .zzh_ban_imgbox .img-box{
    padding-bottom: 53.5%;
  }
  .index_banner{
    height: 4rem;
  }
  .index_banner .zzh_ban_imgbox .text_wrap .text_des{
    margin-bottom: 0.4rem;
  }
  .index_banner .zzh_ban_imgbox .text_wrap .text_btn a span{
    font-size: 12px;
  }
}


.header.active{
	background: none;
	color: white;
}
.header.active .header-logo>img:nth-of-type(1), .header.active .language>img:nth-of-type(1){
	display: none !important;
}
.header.active .header-logo>img:nth-of-type(2), .header.active .language>img:nth-of-type(2){
	display: block !important;
}
.header.active .header-menu-item.active::after{
    display: none !important;
}
.header{
	height: 1rem;
	transition: 0.5s;
	color: #313131;
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header-row{
	padding: 0 0.16rem;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
}

@media (min-width: 1200px) {
    .header-row{
        max-width: 95%;
    }
}

@media (min-width: 1600px) {
    .header-row{
        max-width: 90%;
    }
}

@media (min-width: 1920px) {
    .header-row{
        max-width: 70%;
    }
}


.header-logo>img{
	display: block;
	width: 1.64rem;
}

.language>img{
	display: block;
	width: 0.18rem;
	cursor: pointer;
}
.header-logo>img:nth-of-type(2), .language>img:nth-of-type(2){
	display: none;
}
.header-menu{
    height: 100%;
}
.header-menu-item.active{
	font-weight: bold;
}
.header-menu-item.active::after{
	content: '';
	width: 100%;
	background: #0F3475;
	height: 0.022rem;
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	transition: 0.5s;
}
.header.active .header-menu-item.active::after{
	background: white;
}
.header-menu-item:last-child{
	margin-right: 0;
}
.header-menu-item:hover{
	font-weight: bold;
}
.header-menu-item:hover .menu-wapper{
	display: flex;
}

.header-menu-item{
	font-size: 16px;
	cursor: pointer;
	margin-right: 1rem;
	position: relative;
	line-height: 1rem;
	text-align: center;
	height: 100%;
}
.header-menu-item-a{
    line-height: 1rem;
    font-size: 16px;
}
.menu-wapper{
	position: absolute;
	top: 115%;
	left: 50%;
	transition: 0.5s;
	background: white;
	transform: translateX(-50%) scale(1.2);
	border-radius: 0.0787rem;
	box-shadow: 0px 0 0.0562rem 0.011rem rgba(0,0,0,0.16);
	font-weight: normal;
	display: none;
}
.menu-wapper.more{
	padding: 0.303rem 0.27rem 0.563rem 0.494rem;
	align-items: flex-start;
	color: black;
}
.menu-wapper.normal{
	padding: 0.1rem 0.27rem;
	flex-wrap: wrap;
}
.menu-normal:hover, .menu-txt:hover{
	color: #0F3475;
}
.menu-normal{
	line-height: 0.4rem;
	border-bottom: 0.01rem solid #dedede;
	white-space: nowrap;
	width: 100%;
	color: black;
}
.menu-normal:last-child{
	border: 0;
}
.menu-item{
	margin-right: 0.35rem;
	font-size: 0.146rem;
}
.menu-item:last-child{
	margin-right: 0;
}
.menu-title{
	min-width: 2.587rem;
	font-weight: bold;
	padding-bottom: 0.15rem;
	border-bottom: 0.01rem solid #dedede;
	white-space: nowrap;
}
.menu-txt{
	margin-top: 0.15rem;
}
.menu-txt:hover{
	color: #0F3475;
}


.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header{
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
        display: block;
    }
    .header-logo-phone {
        height: 46px;
        width: auto;
        display: block;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
        display: block;
    }
    .header-search-box-phone {
        /* display: none; */
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 100%;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 28px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
    .header-logo-box-phone{
      flex: 0 0 20%;
    display: flex;
    align-items: center;
    }
    .header-search-box-phone ul{
      display: flex;
    align-items: center;
    height: auto;
    }
    .header-search-box-phone li{
      margin-right: 0.18rem;
    }
    .header-search-box-phone li:last-child{
      margin-right: 0;
    }
    .header-search-box-phone li a{
      display: flex;
    }
    .header-search-box-phone li img{
      width: 30px;
    }
}
