.comm_header_jinzhong_bx,
.comm_footer_jinzhong_bx {
  width: 1200px;
  margin: auto;
}
.comm_header_jinzhong_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;

}
.comm_header_jinzhong_title {
  font-size: 26px;
  color: #4B84F7;
  font-weight: bold;
  display: inline-block;
}
.comm_header_jinzhong_photon {
  padding-top: 4px;
  width: 39px;
  height: 39px;
}

.comm_header_jinzhong_photon img{
  width: 100%;
  height: 110%;
}
.comm_header_jinzhong_userinfo {
  display: flex;
  align-items: center;
}
.comm_header_jinzhong_username {
  padding-right: 25px;
  color: #4B84F7;
  font-size: 14px;
}
.comm_header_jinzhong_btnhome {
font-size: 14px;
color: #fff;
}

.comm_header_jinzhong_homecontinar {
  display: flex;
  align-items: center;
  width: 94px;
  height: 36px;
  background: #4B84F7;
  box-shadow: 0px 3px 6px rgba(75,132,247,0.31);
  cursor: pointer;
  border-radius: 18px;
}
.comm_header_jinzhong_homebg {
  padding: 0 4px 3px 11px;
}

.comm_header_jinzhong_homebg img{
  width: 100%;
  height: 100%;
}
.comm_header_jinzhong_tab_continar {
  height: 60px;
  line-height: 60px;
  display: flex;
}
.comm_header_jinzhong_tab {
  font-size: 16px;
  margin-right: 70px;
  color: #2C324C;
  font-weight: 400;
  position: relative;
}

.comm_header_jinzhong_tab_title{
  width: 124px;
  height: 100%;
  background: #4b84f7;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 70px;
}

.comm_header_jinzhong_active {
  color: #4B84F7;
  font-weight: bold;
}
.comm_header_jinzhong_active:after,
.comm_header_jinzhong_tab:hover:after {
  content: '';
  position: absolute;
  left: calc((100% - 40px) / 2);
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #4B84F7;
}
.comm_header_jinzhong_tab:hover {
  cursor: pointer;
  color: #4B84F7;
}
.comm_header_scrolled_bgc{
background-color: #fff;
box-shadow: 0 4px 4px -1px rgba(216, 216, 216, 0.62); /* 给盒子下边添加阴影效果 */
}
.comm_header_continar {
  border-bottom: 1px solid #E7E7E7;
  background-color: #fff;
}
.comm_header_jinzhong_tab_bgf {
  /* position: relative;
  top: 0vh;
  z-index: 1; */
}

.comm_header_jzcontinar {
  /* position: fixed;
  top: 0;
  width: 100%; */
  z-index: 9999; /* 必须设置一个比内容区域高的值 */
}


/* 尾部 */
.comm_footer {
  height: 250px;
  line-height: 25px;
  background-color: #18294D;
}
.comm_footer_top {
  padding: 25px 0;
  border-bottom: 1px solid #20426E;
}
.comm_footer_box+.comm_footer_box {
  margin-left: 110px;
}
.comm_footer_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.comm_footer_txt {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.comm_footer_top a.comm_footer_txt+a {
  margin-left: 90px;
}
.comm_footer_qrcode {
  width: 100px;
  height: 122px;
  background-color: #fff;
}
.comm_footer_qrcode img {
  width: 89px;
  height: 89px;
}
.comm_footer_qrcode p {
  color: #18294D;
  font-size: 14px;
  font-weight: bold;
}
.comm_footer_bottom p {
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
}

/* 二级头部 */
.comm_header .comm_header_continar {
  border-bottom: 1px solid #E7E7E7;
}
.current {
  width: 124px;
  height: 70px;
  margin-right: 60px;
  background-color: #4B84F7;
}
.current h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.comm_header .comm_header_jinzhong_tab {
  margin-right: 66px;
}

.comm_header_jinzhong_tab:hover ul{
  display: block;
}

.comm_header_jinzhong_tab ul{
  position: absolute;
  left: -25%;
  z-index: 1000;
  background: #fff;
  width: 150%;
  display: none;
}

.comm_header_jinzhong_tab ul li{
  text-align: center;
  font-size: 16px;
  font-weight: normal !important;
}

.comm_header_jinzhong_tab ul li:hover{
  background: #4b84f710;
}
