html,body { 
    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0; 
}
body {
    background: url('../images/banner.webp') no-repeat center top fixed;
    background-size: auto 100%;
}
a {
    text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
}

/* 顶部导航 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: auto;
    z-index: 1000;
    display: grid;
    grid-template-columns: 220px auto;
    transform: translateY(-200px);
    transition: transform 0.3s ease;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.active {
    position: fixed;
    transform: translateY(0);
}

.logo {
    position: fixed;
    top: 80px;
    left: 50px;
    width: 220px;
    height: 50px;
    background: url(../images/logo.png) no-repeat center right;
    background-size: contain;
}
.nav {
    position: relative;
    height: 48px;
    text-align: right;
    margin-top: 5px;
}
.nav a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    width: auto;
    color: #7cd0e5;
    font-size: 16px;
    text-align: center;
    margin: 0 30px;
    font-weight: bold;
}
.nav a.a_nav::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: all 0.3s ease;
}
.nav a.a_nav.active,
.nav a.a_nav:hover {
    color: white;
}
.nav a.a_nav.active::after,
.nav a.a_nav:hover:after
{
    width: 100%;
}


.a_next {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-image: url(../images/down01.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px auto;
    text-align: center;
    padding-top: 80px;
    animation: bgchange 1s steps(1) infinite;
    color: #fff;
}

@keyframes bgchange {
    0%, 100% {
        background-image: url(../images/down01.svg);
    }

    50% {
        background-image: url(../images/down02.svg);
    }
}

.info {
    width: 100%;
    height: auto;
    padding-top: 100vh;
    padding-bottom: 100px;
    display: none;
}
.info.active {
    display: block;
}
.info.scroll {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
}
.info .info_content {
    position: relative;
    width: calc(98% - 40px);
    max-width: 1000px;
    height: auto;
    margin: auto;
}
.page_content {
    position: relative;
    margin-top: 30px;
}
.page_content .page_title {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    width: 310px;
    height: 70px;
    margin: auto;
    background: url(../images/title.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
}
.page_content .page_content_header {
    width: 100%;
    height: 99px;
    background: url(../images/kuang1.png) no-repeat center top;
    background-size: 100% auto;
}
.page_content .page_content_body {
    width: calc(100% - 140px);
    padding: 20px 70px;
    background: url(../images/kuang2.png) repeat-y center;
    background-size: 100% auto;
    box-sizing: content-box;
}
.page_content .page_content_footer {
    width: 100%;
    height: 60px;
    background: url(../images/kuang3.png) no-repeat center bottom;
    background-size: 100% auto;
}

.hd_main>ul>li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.hd_main>ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.hd_main>ul>li .hd_img {
    position: relative;
    width: 600px;
    height: auto;
    overflow: hidden;
    border: 5px solid #b7e8f1;
    background-color: #b7e8f1;
    border-radius: 10px;
    font-size: 0;
    padding: 0;
    margin: auto;
}
.hd_main>ul>li .hd_img img {
    width: 100%;
    height: 100%;
}
.hd_main>ul>li .hd_text {
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
}
.hd_main>ul>li .hd_text h4 {
    font-size: 18px;
    color: #1b6ab0;
    font-weight: 600;
    margin: 40px 0 20px 0;
}

.hd_main>ul>li .hd_text h5 {
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #1b6ab0;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 34px;
    padding: 10px 30px;
}
.hd_main>ul>li .hd_text .line {
    display: block;
    width: 100%;
    height: 22px;
    border-bottom: 1px dashed #ccc;
}

.ch_main {
    font-size: 16px;
}
.ch_main h5 {
    position: relative;
    font-size: 18px;
    color: #1b6ab0;
    font-weight: 600;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.ch_main h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid #1b6ab0;
    transform: translateY(-50%);
    z-index: 1;
}
.ch_main h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid #1b6ab0;
    transform: translateY(-50%);
    z-index: 1;
}
.ch_main ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ch_main ul li {
    position: relative;
    line-height: 32px;
    padding-left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ch_main ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #1b6ab0;
    border-radius: 50%;
    transform: translateY(-50%);
}
.ch_main ul li a {
    color: #555;
}

/* 区情介绍 */
.area_list {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 36px;
}
.area_list ul {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.area_list ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
}
.area_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(52 160 165 / 28%);
    color: #74898c;
    border-radius: 20px;
    font-size: 16px;
}
.area_list ul li a.active {
    background-color: #0c46bc;
    color: #fff;
}
.area_content .area_item {
    display: none;
}
.area_content .area_item.active {
    display: block;
}
.page_video {
    border: 10px solid #b7e8f1;
    background-color: #b7e8f1;
    border-radius: 20px;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 40px;
}
.page_content p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    text-indent: 2em;
}
.div_swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.mySwiper {
    overflow: hidden;
}
.swiper-button-next {
    right: -60px;
    width: 60px;
    height: 70px;
    background-size: 27px 24px;
}
.swiper-button-prev {
    left: -60px;
    width: 60px;
    height: 70px;
    background-size: 27px 24px;
}
.div_swiper img {
    width: 100%;
}


/* 网申通道样式 */
.search {
    display: grid;
    grid-template-columns: 4fr 1fr;
    font-size: 16px;
    margin-bottom: 30px;
}
.search .search_box {
    position: relative;
}
.search input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 0;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}
.search a {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 11px;
    border-radius: 30px;
    text-align: center;
    background: url(../images/close.svg) no-repeat center;
    background-size: 100% 100%;
    border: 1px solid #ccc;
    display: none;
}
.search button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0;
    background-color: #0c46bc;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

.area_company ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.area_company ul li {
    position: relative;
    background-color: #edf6f7;
    border: 1px solid rgb(184, 228, 235);
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0 20px 0 50px;
    line-height: 60px;
}
.area_company ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 10px;
    height: 10px;
    background-color: #1b6ab0;
    border-radius: 50%;
    transform: translateY(-50%);
}
.area_company ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}

/* 页脚样式 */
.info_footer {
    position: relative;
    background-color: rgba(56, 136, 113, 0.8);
    padding-top: 20px;
    color: #fff;
    margin-top: 50px;
}
.info_footer .foot_content {
    position: relative;
    width: calc(98% - 60px);
    max-width: 980px;
    height: auto;
    margin: auto;
    padding: 0 10px;
}
.info_footer .footer_title {
    font-size: 20px;
    margin-bottom: 0;
}
.info_footer .footer_text {
    display: grid;
    grid-template-columns: 1fr 150px;
}
.info_footer .footer_text .ewm {
    text-align: center;
    margin-top: -20px;
}
.info_footer .footer_text img {
    width: 100%;
    max-width: 200px;
}
.info_footer .footer_text .ewm p {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
.info_footer .danwei {
    display: block;
    margin: 10px 0;
    line-height: 1.8em;
}
.info_footer .danwei_mobile {
    display: none;
}
.info_footer .danwei p {
    display: grid;
    grid-template-columns: 70px 1fr;
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.5em;
}
.info_footer .danwei span {
    font-weight: 600;
}

.foot_copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    background-color: rgb(45 111 92);
}
.foot_copyright_mobile {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    padding: 14px 0;
    background-color: rgb(45 111 92);
    display: none;
}

/* 企业详情样式 */
.title {
	margin: 50px 0;
	overflow: hidden;
	text-align: center;
}
.title h3 {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	color: #0c46bc;
	text-align: center;
	margin: auto;
}
.title h3::before {
	content: '';
	position: absolute;
	left: -200px;
	top: 0;
	width: 180px;
	height: 40px;
	background: url(../images/jt2.svg) no-repeat right center;
	background-size: auto 10px;
}
.title h3::after {
	content: '';
	position: absolute;
	right: -200px;
	top: 0;
	width: 180px;
	height: 40px;
	background: url(../images/jt2.svg) no-repeat right center;
	background-size: auto 10px;
	transform: rotate(180deg);
}
.job_list {
    width: 100%;
    margin-top: 20px;
}
.job_list ul li {
    position: relative;
    width: 100%;
    background-color: #dcfaff;
    margin-bottom: 10px;
    border-radius: 8px;
}
.job_list p {
    text-indent: 0;
}
.job_list ul li>p {
    position: relative;
    width: calc(100% - 130px);
    padding: 0;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    color: #555;
    padding-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.job_list ul li>p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 60px;
    background: url(../images/jt1.svg) no-repeat 20px center;
    background-size: auto 18%;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
}
.job_list li>div {
    position: relative;
    background-color: #dcfaff;
    padding: 20px 50px 50px 50px;
    display: none;
}
.job_list li>div h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 1.8em;
}
.job_list li>div h4 span {
    font-weight: 500;
    font-size: 14px;
}
.job_list li>div p {
    margin: 0;
    font-size: 14px;
}
.job_list a.a_submit {
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(45deg, #0077ad, #0c46bc);
    transition: 500ms;
}
.job_list a.a_submit1 {
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(45deg, #0077ad, #0c46bc);
    transition: 500ms;
}
.job_list a.a_close {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #0c46bc;
    border: 1px solid #0c46bc;
    border-radius: 20px;
    background-color: rgba(249, 252, 255, 0.8);
}
.btn_back {
    text-align: center;
    margin-top: 100px;
}
.btn_back a {
    display: inline-block;
    width: 150px;
}

/* 联系方式样式 */
.contact {
	position: relative;
	display: grid;
	grid-template-columns: 80px 1fr;
	margin-top: 10px;
}
.contact h4 {
	font-size: 14px;
	margin: 0;
	font-weight: 600;
	text-align: justify;
	text-align-last: justify;
	line-height: 20px;
}
.contact span {
	font-size: 14px;
	color: #666;
}


/* 登录样式 */
.nav a.a_login {
    width: 48px;
    height: 48px;
    background: url(../images/login.svg) no-repeat center;
    background-size: 100% 100%;
}
.table_member tr td:first-child {
    width: 25%;
    min-width: 90px;
    text-align: right;
    padding-right: 10px;
    line-height: 32px;
}
.table_member tr td:first-child span {
    color: #ff0000;
}
.btn_upload {
    margin-top: 5px;
}
.error_msg {
	color: #ff0000;
}
.btn-primary {
    background-color: #0c46bc;
    border-color: #0c46bc;
}
.btn_regist {
    display: block;
    margin: auto;
    width: 150px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 20px;
}
.div_login {
    margin-top: 14px;
    color: #555;
    line-height: 18px;
}
.a_regist { 
    color: #0c46bc;
    display: inline-block;
    border-bottom: 1px solid #0c46bc;
    font-weight: bold;
}
.a_login { 
    color: #0c46bc;
    display: inline-block;
    border-bottom: 1px solid #0c46bc;
    font-weight: bold;
}
.nav .a_login {
    border-bottom: none;
}

.member_info {
    position: absolute;
    top: 80px;
    right: 0;
    width: 300px;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    text-align: center;
    line-height: 100px;
    display: none;
}

.modal-title {
    display: inline-block; 
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 0;
}

@media screen and (max-width: 768px) {
    body {
        background: url('../images/banner.webp') no-repeat center 40px fixed;
        background-size: 140% auto;
        background-color: #0640bc;
    }
    .header {
        width: 100%;
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0 0 0 10px;
        height: 40px;
    }
    .logo {
        top: 0;
        left: 10px;
        width: 120px;
        height: 40px;
        z-index: 1000;
    }
    .nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 50px;
        height: 30px;
        margin-top: 6px;
    }
    .nav::before {
        display: none;
    }
    .nav a {
        line-height: 30px;
        width: auto;
        font-size: 12px;
        margin: 0 5px;
    }
    .nav a.a_nav.active::after, .nav a.a_nav:hover:after {
        width: 62%;
    }
    .nav a.a_login {
		width: 30px;
		height: 30px;
	}
    #btn_index {
        display: none;
    }
    .header.scroll .logo {
        margin-top: 11px;
    }


    .info {
        padding-top: 70%;
    }
    .info .info_content {
        width: calc(100% - 20px);
    }
    
    .page_content .page_content_header {
        height: 9vw;
    }
    .page_content .page_content_body {
        width: 88%;
        padding: 10px 6% 10px;
        font-size: 14px;
        line-height: 1.8;
    }
    .page_content .page_title {
        top: -15px;
        width: 200px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .page_content p {
        font-size: 14px;
    }
    .page_content .page_content_footer {
        height: 6vw;
    }
    .hd_main>ul>li {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ccc;
    }
    .hd_main>ul>li .hd_img {
        width: 100%;
        height: auto;;
    }
    .hd_main>ul>li .hd_img img {
        width: 100%;
    }
    .hd_main>ul>li .hd_text {
        font-size: 14px;
        text-align: left;
    }
    .hd_main>ul>li .hd_text h4 {
        font-size: 16px;
    }
    .hd_main>ul>li .hd_text h5 {
        font-size: 14px;
        width: 100%;
        line-height: 20px;
        padding: 5px 10px;
    }
    .ch_main {
        font-size: 14px;
    }
    .ch_main ul {
        grid-template-columns: 1fr;
    }
    .ch_main ul li {
        line-height: 30px;
    }
    .ch_main ul li::before {
        left: 6px;
        width: 6px;
        height: 6px;
    }
    .ch_main h5 {
        font-size: 16px;
        margin: 10px 0;
    }

    .area_list {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .area_list ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .area_list ul li a {
        font-size: 14px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .area_content {
        margin-top: 0;
    }

    .search {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 14px;
    }
    .search input,
    .search button {
        font-size: 14px;
    }
    .area_list ul {
        gap: 10px;
        margin-bottom: 20px;
    }
    .area_company ul {
        grid-template-columns: 1fr;
    }
    .area_company ul li a {
        font-size: 14px;
    }
    .info_footer .footer_title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }
    .info_footer .foot_content {
        width: calc(98% - 20px);
    }
    .info_footer .danwei {
        display: none;
    }
    .info_footer .danwei_mobile {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 1.8;
    }
    .info_footer .danwei_mobile p {
        display: grid;
        grid-template-columns: 1fr;
    }
    .info_footer .danwei_mobile p span {
        font-weight: bold;
    }
    .info_footer .footer_text {
        grid-template-columns: 1fr;
        word-break: keep-all;
    }
    .info_footer .footer_text .ewm {
        margin-top: 20px;
    }
    .info_footer .footer_text .ewm p {
        line-height: 1.5;
    }
    .foot_copyright {
        display: none;
    }
    .foot_copyright_mobile {
        display: block;
    }


    .title {
        margin: 20px 0;
    }
    .title h3 {
        font-size: 18px;
    }
    .job_list a.a_submit {
        right: 10px;
        top: 16px;
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .job_list a.a_submit1 {
        right: 10px;
        top: 16px;
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .job_list a.a_close {
        right: 10px;
        bottom: 10px;
        width: 60px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .btn_back {
        margin-top: 50px;
    }
    .btn_back a {
        width: 120px;
    }
    .a_next {
        display: none;
    }
}