/* ============================= 头部 开始 ============================= */
/* =========== pc端头部 开始 =========== */
.header_width {
    width: 92%;
    max-width: 1680px;
    margin: 0px auto;
}
.fontSize_18{
    font-size: 18px;
}
.fontSize_16{
    font-size: 16px;
}
@media (max-width: 1280px){
    .fontSize_16 {
        font-size: 14px;
    }

    .fontSize_18 {
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .fontSize_16,
    .fontSize_18 {
        font-size: 14px;
    }
}



header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9990;
    background: #fff;
    box-shadow: 0px 12px 30px rgba(9, 65, 98, 0.06);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 左侧 logo */
.headerL {
    display: flex;
    align-items: center;
}

.headerL img {
    display: block;
    height: 65px;
    width: auto;
}
.headerL img.headerLogo{
    display: none;
}

/* 右侧一级菜单 */
.headerUl {
    display: flex;
    color: #333333;
    align-items: center;
    text-transform: uppercase;
}

.headerList {
    color: #333;
    line-height: 90px;
    position: relative;
}

.headerList::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 4px;
    border-radius: 100px;
    background: rgba(0, 76, 150, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.headerList>a {
    display: block;
    color: #333;
    padding: 0px 30px;
}

.headerList:hover>a {
    color: rgba(0, 76, 150, 1);
}

.headerList:hover::after {
    width: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.headerList.active::after {
    width: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.headerList.active>a {
    color: rgba(0, 76, 150, 1);
}

/* 下拉菜单 */
.dropDown {
    position: absolute;
    top: 120px;
    left: -99999px;
    min-width: 220px;
    height: auto;
    padding-top: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: top 0.5s, opacity 0.5s;
    -moz-transition: top 0.5s, opacity 0.5s;
    -o-transition: top 0.5s, opacity 0.5s;
    transition: top 0.5s, opacity 0.5s;
}

.dropDown ol {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(16, 59, 138, 0.12);
}

.dropDown ol::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background: url(../img/triangle1.png)no-repeat center center;
    background-size: 14px 100%;
}

.dropDown a {
    display: block;
    line-height: 50px;
    color: #333;
}
.dropDown li{
    line-height: 40px!important;
}

.dropDown li:hover {
    background: rgba(0, 75, 150, 0.04);
}

.dropDown li:hover a {
    color: rgba(0, 76, 150, 1);
}

.headerList:hover .dropDown {
    top: 89px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    -webkit-transition: top 0.5s, opacity 0.5s;
    -moz-transition: top 0.5s, opacity 0.5s;
    -o-transition: top 0.5s, opacity 0.5s;
    transition: top 0.5s, opacity 0.5s;
}

.language span{
    padding-left: 32px;
    background: url(../img/language.png)no-repeat center left;
    background-size: 20px 20px;
}

.language::after {
    display: none !important;
}

/* 适配 */
@media (max-width: 1440px) {
    .header .headerUl {
        font-size: 16px;
    }

    .headerList>a {
        padding: 0px 24px;
    }

    .language {
        margin-left: 24px;
    }

    .language a {
        padding: 0px 30px;
    }
}

@media (max-width: 1280px) {
    body {
        padding-top: 80px;
    }

    .headerL img {
        height: 55px;
        width: auto;
    }

    .headerList>a {
        padding: 0px 18px;
    }

    .headerList:hover .dropDown {
        top: 89px;
    }

    .headerLogoTxt {
        max-width: 200px;
    }

    .headerList::after {
        height: 3px;
    }

    .headerList:hover::after {
        width: 20px;
    }

    .headerList.active::after {
        width: 20px;
    }

    .dropDown a {
        line-height: 38px;
    }
}

@media (max-width: 1100px) {
    .headerList>a {
        font-size: 14px;
        padding: 0px 14px;
    }
}

@media (max-width: 992px) {
    .header {
        display: none;
    }

    body {
        padding-top: 55px;
    }
}

/* =========== pc端头部 结束 =========== */


/* =========== 移动端头部 开始 =========== */
.mobleHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    z-index: 9991;
}

.mobleHeader>div {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobleHeader a {
    display: block;
}

.mobleHeader img {
    height: 40px;
    width: auto;
}

/* 按钮 */
.mobleMenu_button {
    width: 55px;
    line-height: 55px;
    text-align: right;
}

.mobleMenu_button span {
    display: inline-block;
    width: 14px;
    height: 2px;
    background: rgba(0, 76, 150, 1);
    margin-bottom: 4px;
    position: relative;
}

.mobleMenu_button span::after,
.mobleMenu_button span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: rgba(0, 76, 150, 1);
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobleMenu_button span:before {
    top: 9px
}

.mobleMenu_button span:after {
    top: -9px
}

.mobleMenu_button.on span {
    background: rgba(51, 51, 51, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobleMenu_button.on span::before,
.mobleMenu_button.on span::after {
    top: 0px;
    width: 22px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mobleMenu_button.on span::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobleMenu_button.on span::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/* 下拉菜单 */
.mobleHeaderMenu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
    z-index: 9990;
    background: #fff;
}

.mobleHeaderMenu ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.mobleHeaderMenu ul>li {
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
    border-bottom: 1px solid #EDF0F4;
}

.mobleHeaderMenu a {
    display: block;
    font-size: 14px;
    line-height: 55px;
    color: #333;
    margin-right: 55px;
}

.mobleHeaderMenu span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/jt.png)no-repeat center right;
    background-size: 24px 24px;
}

/* 二级栏目 */
.mobleDropdown {
    display: none;
    background: #FAFBFC;
}

.mobleDropdown li {
    padding-left: 4%;
}

.mobleDropdown li>a {
    color: #333;
}

.mhMenuList {
    padding-left: 18px;
}

.mhMenuList a {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 40px;
    color: #666;
}

.mhMenuList img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

@media (min-width: 993px) {
    .mobleHeaderMenu {
        display: none !important;
    }

    .mobleHeader {
        display: none;
    }
}

/* =========== 移动端头部 结束 =========== */
/* ============================= 头部 结束 ============================= */



/* 内页banner */
.ba-pc img,
.ba-wap img{
    width: 100%;
}

/* 底部 公共样式 */
.foot>div.wp{
    max-width: 1680px!important;
}
.foot .wp>div:first-child img{
    width: 240px;
    height: auto;
}
.foot .p4 img{
    display: block;
    width: 120px;
    height: auto;
    max-width: 120px;
    margin: 0px auto 6px auto;
}
@media (max-width: 900px){
    .foot{
        padding-left: 4%!important;
        padding-right: 4%!important;
    }
    .foot .wp>div:first-child{
        width: 44%;
    }
    .foot .wp>div:first-child img{
        width: 100%;
    }
    .foot .fr{
        width: 44%!important;
    }
    .foot .p4 img{
        width: 100%;
        max-width: 80px;
    }
}

/* 招采平台 详情页 标题*/
.atit{
    line-height: 1.5;
}