.public_w {
  max-width: 1420px;
  width: 85%;
  margin: 0 auto;
}
.header{
  width: 100%;
  height: calc(50px + 2.5rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  /* border: 1px solid #000; */
}
.header .head_navBox {
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head_navBox >div:nth-of-type(1){
  width: calc(18px + 3rem);
  height: 100%;
}
.header .head_navBox .logo{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .head_navBox .logo img{
  width: 100%;
}
.header .head_navBox >div:nth-of-type(2){
  height: 100%;
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #000; */
}
.header .head_navBox >div:nth-of-type(2) .menu-item{
  height: 100%;
  display: flex;
  align-items: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.5rem);
  color: #034BA1;
  margin-right: calc(12px + 2rem);
  position: relative;
}
.header .head_navBox >div:nth-of-type(2) .menu-item span{
  position: absolute;
  display: block;
  width: 22px;
  height: 4px;
  background: #034BA1;
  bottom: calc(10px + 0.65rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.header .head_navBox >div:nth-of-type(2) .menu-item:hover,
.header .head_navBox >div:nth-of-type(2) .menu-item.show,
.header .head_navBox >div:nth-of-type(2) .menu-item:hover span,
.header .head_navBox >div:nth-of-type(2) .menu-item.show span{
  color: #034BA1;
  opacity: 1;
}


/* 语言切换 */
.languageList{
  display: flex;
  align-items: center;
  /* margin-left: calc(20px + 3rem); */
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.5rem);
  color: #034BA1;
  position: relative;
  cursor: pointer;
  /* border: 1px solid #000; */
}
.languageList>img{
  width: calc(10px + 0.2rem);
  /* height: calc(11px + 0.5rem); */
  margin-left: 0.25rem;
}
.languageList>div{
  position: absolute;
  top: calc(15px + 3rem);
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid #000; */
}
.languageList>div>a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s;
}
.languageList>div>a:hover{
  color: #fff;
  background: #034BA1;
}



.header .head_navBox >div:nth-of-type(3){
  height: calc(20px + 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(18px + 1rem);
  border-left: 1px solid #E9E9E9;
  border-radius: 0px 0px 0px 0px;
}
.header .head_navBox >div:nth-of-type(3)>div{
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #034BA1 0%, #008341 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: PingFang_SC_Bold;
  font-size: calc(10px + 0.7rem);
}
.header .head_navBox >div:nth-of-type(3)>div:nth-child(1)>img{
  width: calc(5px + 0.3rem);
  margin-right: calc(2px + 0.5rem);
}
.header .head_navBox >div:nth-of-type(3)>div:nth-child(2)>img{
  margin-right: calc(3px + 0.5rem);
  margin-left: -2px;
}














/* banner */
.banner {
  width: 100%;
  position: relative;
}
.banner > img {
  width: 100%;
  height: 100%;
}
.banner > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner > div > .public_w {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner > div > .public_w > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 1.5rem);
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}



/* 面包屑 */
.b_nav1 {
  width: 100%;
  height: calc(20px + 3rem);
  box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.3);
}
.b_nav1 > .public_w {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b_nav1 > .public_w > div:nth-child(1) {
  display: flex;
  align-items: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
}
.b_nav1 > .public_w > div:nth-child(1)>img:nth-of-type(1){
  width: calc(11px + 0.5rem);
  margin-right: calc(6px + 0.3rem);
}
.b_nav1 > .public_w > div:nth-child(1)>.nav_bg2{
  width: calc(2px + 0.15rem);
  margin: 0 calc(3px + 0.2rem);
}
.b_nav1 > .public_w > div:nth-child(1)>a{
  color: #777777;
}
.b_nav1 > .public_w > div:nth-child(1)>li{
  color: #777777;
}
.b_nav1 > .public_w > div:nth-child(1)>li:nth-last-of-type(1)>a{
  color: #024B9F;
}
.b_nav1 > .public_w > div:nth-child(1)>li>span{
  margin: 0 calc(2px + 0.1rem);
}
.b_nav1 > .public_w > div:nth-child(2) {
  height: 100%;
  display: flex;
  align-items: center;
}
.b_nav1 > .public_w > div:nth-child(2)>div{
  height: 100%;
  color: #333333;
  transition: all 0.3s;
}
.b_nav1 > .public_w > div:nth-child(2)>div>a{
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 calc(12px + 1rem);
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
}
.b_nav1 > .public_w > div:nth-child(2)>div.show, .b_nav1 > .public_w > div:nth-child(2)>div:hover{
  background: #008341;
  color: #fff;
}
.b_nav1 > .public_w > div:nth-child(2)>span{
  width: 1px;
  height: 100%;
  background: #E9E9E9;
}
.b_nav1 > .public_w > div:nth-child(2)>span:nth-last-of-type(1){
  display: none;
}






/* 面包屑2 */
.b_nav2 {
  width: 100%;
  height: calc(20px + 3rem);
  box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.3);
}
.b_nav2 > .public_w {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b_nav2 > .public_w > div:nth-child(1) {
  display: flex;
  align-items: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
}
.b_nav2 > .public_w > div:nth-child(1)>img:nth-of-type(1){
  width: calc(11px + 0.5rem);
  margin-right: calc(6px + 0.3rem);
}
.b_nav2 > .public_w > div:nth-child(1)>.nav_bg2{
  width: calc(2px + 0.15rem);
  margin: 0 calc(3px + 0.2rem);
}
.b_nav2 > .public_w > div:nth-child(1)>a{
  color: #777777;
}
.b_nav2 > .public_w > div:nth-child(1)>li{
  color: #777777;
}
.b_nav2 > .public_w > div:nth-child(1)>li:nth-last-of-type(1)>a{
  color: #024B9F;
}
.b_nav2 > .public_w > div:nth-child(1)>li>span{
  margin:  0 calc(2px + 0.1rem);
}
.b_nav2 > .public_w > div:nth-child(2){
  display: flex;
  align-items: center;
}
.b_nav2 > .public_w > div:nth-child(2)>a{
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  transition: all 0.3s;
}
.b_nav2 > .public_w > div:nth-child(2)>a.selected, .b_nav2 > .public_w > div:nth-child(2)>a:hover{
  color: #007F44;
}
.b_nav2 > .public_w > div:nth-child(2)>span{
  width: 2px;
  height: calc(7px + 0.5rem);
  background: #E9E9E9;
  margin:  0 calc(10px + 0.7rem);
}






/* 分页 */
.page{
  width: 100%;
  border: 1px solid #000;
}
.pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination>li{
  background: #F1F1F1;
  padding: calc(4px + 0.15rem) calc(4px + 0.5rem);
  margin: 0 5px;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #000000;
}
.pagination>li.active{
  background: #00439B;
  color: #fff;
}




/* 移动端二级导航 */
.head_wap .nav_m > .menu > li > ul > li {
  display: flex;
  justify-content: space-between;
  line-height: 48px;
  font-size: 14px;
  color: #ccc;
  /* background: url('../images/plus.png') 98% center no-repeat; */
  background-size: 12px;
  border-bottom: 1px solid #5a5a5a;
  padding-left: 20px;
}
.head_wap .nav_m > .menu > li > ul > li > a {
  width: 100%;
}
.head_wap .nav_m > .menu > li:nth-of-type(1) > a,
.head_wap .nav_m > .menu > li:nth-of-type(2) > a,
.head_wap .nav_m > .menu > li:nth-of-type(4) > a,
.head_wap .nav_m > .menu > li:nth-of-type(5) > a,
.head_wap .nav_m > .menu > li:nth-of-type(6) > a {
  background: none;
}
