.contanier {
    width: 100%;
}
.header_wrap {
    z-index: 10000;
    width: 100%;
    height: 32px;
    left: 0;
    top: 0;
    line-height: 32px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.header_core {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
}
.header_left {
    width: auto;
    height: 12px;
    font-size: 12px;
    color: #333;
}
.header_left  span{
    margin-right: 16px;
}
.header_right {
    width: 500px;
    height: 12px;
    font-size: 12px;
    color: #333;
    text-align: right;
}
.header_right a {
    padding: 0 7px;
    border-right: 1px solid #CCC;
    opacity: 1;
}

.header_right span {
    color: #00508f;
    margin-top:-20px;
}
a{
    color:#00508F 
}


.mall_view {
    width: 100%;
}

.mall_view .home_top {
    width: 100%;
    height: 142px;
    z-index: 999;
    box-sizing: border-box;
    background-image: url('../images/box/headerbg.png');
    border-bottom: 2px solid #00508F;
}

.mall_view .home_top .content {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    height: 142px;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
}

.mall_view .home_top .content .top {
    width: 1200px;
    height: 93px;
    margin-top: 20px;
    display: table;
    clear: both;
}

.mall_view .home_top .content .top .home_logo {
    width: 210px;
    height: 62px;
    margin-right: 60px;
    float: left;
}

.mall_view .home_top .content .top .content_left {
    width: 668px;
    height: 72px;
    float: left;
}

.mall_view .home_top .content .top .content_left .history_area {
    width: 500px;
    height: auto;
    background: #FFFFFF;
    z-index: 999;
    position: absolute;
}

.mall_view .home_top .content .top .content_left .history_area li {
    width: 500px;
    height: 30px;
    background: #FFFFFF;
}

.mall_view .home_top .content .top .content_left .history_area li h3 {
    cursor: pointer;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 10px;
}

.mall_view .home_top .content .top .content_left .history_area .connect_type {
    width: 500px;
    height: 40px;
    background: #FFFFFF;
    border-top: 1px solid #D8D8D8FF;
}

.mall_view .home_top .content .top .content_left .history_area .connect_type h4 {
    font-size: 16px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-family: 'phm';
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    padding-top: 9px;
    padding-left: 10px;
}

.mall_view .home_top .content .top .content_left .content_submenu {
    margin-left: -8px;
    margin-top: 10px;
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    text-align: left;
}

.mall_view .home_top .content .top .content_left .content_submenu a {
    padding: 0 8px;
    border-right: 1px solid #bbb;
}

.mall_view .home_top .content .top .content_left .content_submenu a:last-child {
    border: 0;
}

.mall_view .home_top .content .top .content_left .content_submenu a:hover {
    color: #00508F;
}

.mall_view .home_top .content .top .content_left .search {
    display: flex;
    cursor: pointer;
    position: relative;
    overflow: visible;
    width: 680px;
}

.mall_view .home_top .content .top .content_left .search input {
    width: 440px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    border: 1px solid #00508F;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 10px;
}

.mall_view .home_top .content .top .content_left .search button {
    width: 60px;
    height: 40px;
    background: #00508F;
    border-radius: 0px 4px 4px 0px;
    border: 0px solid #00508F;
}

.mall_view .home_top .content .top .content_left .search h1 {
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #FF8300;
    line-height: 20px;
    margin-top: -10px;
    margin-left: 5px;
}

.mall_view .home_top .content .top .content_left .search h2 {
    font-size: 8px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #FF8300;
    line-height: 20px;
    margin-top: -9px;
    margin-left: 2px;
}

.mall_view .home_top .content .top .content_left .search .shopping-car-number {
    width: 17px;
    height: 17px;
    margin-top: 13px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 4px;
}

.mall_view .home_top .content .top .content_left .cart {
    width: 120px;
    height: 40px;
    background: #FF8300;
    border-radius: 4px;
    border: 0px solid #979797;
    margin-left: 60px;
    display: flex;
}

.mall_view .home_top .content .top .content_left .cart .img1 {
    margin: 10px 6px 0 20px;
    width: 20px;
    height: 20px;
}

.mall_view .home_top .content .top .content_left .cart .img2 {
    margin: 10px 6px 0 10px;
    width: 20px;
    height: 20px;
}

.mall_view .home_top .content .top .content_left .cart span {
    display: block;
    width: 54px;
    height: 25px;
    font-size: 18px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    padding-top: 8px;
}

.mall_view .home_top .content .content_right {
    width: 88px;
    height: 114px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0px solid #979797;
    position: absolute;
    right: 0;
    margin-top: -102px;
}

.mall_view .home_top .content .content_right .content_right_img {
    width: 72px;
    height: 72px;
    margin-top: 4px;
    margin-left: 8px;
}

.mall_view .home_top .content .content_right span {
    display: block;
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    text-align: center;
}

.mall_view .home_top .content .bottom {
    width: 1200px;
    height: 40px;
    margin-top: -14px;
}

.mall_view .home_top .content .bottom .bottom_nav {
    width: 1200px;
    height: 40px;
    display: flex;
    clear: both;
}

.mall_view .home_top .content .bottom .bottom_nav .nav1 {
    width: 210px;
    height: 40px;
    display: table;
    clear: both;
    float: left;
    background: #00508F;
    border-radius: 10px 10px 0px 0px;
}

.mall_view .home_top .content .bottom .bottom_nav .nav1 .nav1_img {
    width: 22.97px;
    height: 15.91px;
    margin-top: 13px;
    margin-left: 21px;
    filter: invert(100%);
    float: left;
}

.mall_view .home_top .content .bottom .bottom_nav .nav1 .nav1_label {
    line-height: 25px;
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    width: 72px;
    height: 25px;
    font-size: 18px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #FFFFFF;
}

.mall_view .home_top .content .bottom .bottom_nav .nav2 {
    /* width: 734px; */
    height: 40px;
    margin-left: -56px;
    float: left;
    display: table;
    clear: both;
    margin-top:-1;
}

.mall_view .home_top .content .bottom .bottom_nav .nav2 .nav2_label {
    margin-top: 8px;
    width: 112px;
    height: 25px;
    text-align: right;
    color: #333333;
    float: left;
    cursor: pointer;
    font-size: 18px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.mall_view .home_top .content .bottom .bottom_nav .nav2 .nav2_label:hover>a {
    color: #00508F;
}

.mall_view .home_top .content .bottom .bottom_nav .nav2 .nav2_label:first-child>a {
    /* color: #00508F; */
}

.mall_view .home_top .content .bottom .bottom_nav .nav2 .nav2_label_active>a {
    color: #00508F;
}

.mall_view .home_top .content .bottom .bottom_nav .nav2 .nav2_label:last-child>a {
    margin-right: 0px;
}

.mall_view .wrapper {
    width: 100%;
    min-height: 100px;
}

/* footer */
.bottom_info {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    clear: both;
    margin: 30px 0;
}
.bottom_info .bottom_info_item {
    width: 300px;
    height: 70px;
    cursor: pointer;
    float: left;
    display: table;
    clear: both;
}

.bottom_info .bottom_info_item .bottom_info_img {
    width: 60px;
    height: 70px;
    float: left;
}

.bottom_info .bottom_info_item .bottom_info_right {
    width: 210px;
    height: 100%;
    padding-left: 16px;
    float: left;
}

.bottom_info .bottom_info_item .bottom_info_right .info_right_p1 {
    width: 100%;
    height: 16px;
    margin-top: 14px;
    font-size: 16px;
    /* font-family: Source Han Sans CN-Medium, Source Han Sans CN; */
    font-family: 'phm';
    font-weight: 500;
    color: #00508F;
    line-height: 16px;
}

.bottom_info .bottom_info_item .bottom_info_right .info_right_p2 {
    width: 100%;
    height: 14px;
    margin-top: 11px;
    font-size: 14px;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-family: 'phr';
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.footer_container {
    margin: 0 auto;
    box-sizing: border-box;
    height: 200px;
    width: 100%;
    background: #EEEEEE;
    opacity: 1;
}

.footer_container .footer_container__nav {
    height: 200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 20px;
    box-sizing: border-box;
}

.footer_container .footer_container__nav .nav_left {
    width: 210px;
    height: 127px;
    color: #666;
    text-align: center;
}

.footer_container .footer_container__nav .nav_left a {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    line-height: 17px;
}

.footer_container .footer_container__nav .nav_left b {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #00508F;
    line-height: 17px;
    padding-top: -10px;
}

.footer_container .footer_container__nav .nav_left .bottom_logo {
    margin-bottom: 10px;
}

.footer_container .footer_container__nav .nav_left .nav_line {
    border-top: 1px solid #AAAAAA;
    width: 210px;
}

.footer_container .footer_container__nav .nav_left div {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_container .footer_container__nav .nav_left div img {
    width: 20px;
}

.footer_container .footer_container__nav .nav_left div:last-child {
    margin-top: 10px;
}

.footer_container .footer_container__nav .nav_center {
    width: 751px;
    height: 128px;
    box-sizing: border-box;
    display: flex;
    /* margin-top:-15px; */
}

.footer_container .footer_container__nav .nav_center ul li:first-child {
    font-size: 16px;
    color: #00508F;
    margin: 0 40px 20px 0;
}

.footer_container .footer_container__nav .nav_center ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    line-height: 22px;
}

.footer_container .footer_container__nav .nav_right {
    width: 128px;
    height: 140px;
    border-radius: 4px;
    border: 0px solid #979797;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    margin-left: 111px;
}

.footer_container .footer_container__nav .nav_right img {
    padding-top: 10px;
    width: 100px;
    height: 110px;
}

.footer_container .footer_container__nav .nav_right span {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #666;
    line-height: 17px;
}

.footer_container .footer_container__info {
    height: 40px;
    background: #D8D8D8;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_container .footer_container__info .service a {
    padding: 0 6px;
}

.footer_container .footer_container__info .service a:last-child {
    border: 0;
}

.footer_container .footer_container__info .copyright {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-family: 'phr';
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    opacity: 1;
}

.footer_container .footer_container__info .copyright a,
.footer_container .footer_container__info .copyright span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 5px;
}
ul{
    list-style-type:none;
    display: none;
}

a{
    color:#666666;
    text-decoration: none;
}

.topFill{
    width: 100%;
    height: 174px;
}
.publicHeader{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.headerBack{
    width: 100%;
    height: 174px;
    background-color: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}