:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;

    --top30: 30px;
    --top60: 60px;
}
	.logo img{
	    max-height: 80px;
	}
@font-face {
    font-family: "siyuanheiti";
    src: url("../fonts/siyuanheiti.otf") format("truetype");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "siyuanheiti";
    background: #FAF1DF;
}
main{
     background: #FAF1DF !important;
}

.hertre {
    width: 100%;
    z-index: 999;
    position: relative;
}

.hertre_cen {
    width: var(--max);
    height: 88px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    overflow: hidden;

}



.hertre_cen form {
    width: 300px;
    overflow: hidden;
    border: 1px solid #252229;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seach_t {
    width: calc(100% - 70px);
    height: 40px;
    font-size: var(--size14);
    color: #969696;
    background: #ffffff;
    padding: 0 15px;
    box-sizing: border-box;
}

.seach_s {
    width: 70px;
    height: 40px;
    background: #252229;
    font-size: var(--size14);
    color: #ffffff;
    background-image: url(../images/lianxi.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    text-indent: 20px;
    cursor: pointer;
}


.nav {
    width: 100%;
    background: #252229;
}

.nav ul {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav ul form {
    width: 100%;
    ;
    overflow: hidden;
    border: 1px solid #252229;
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}

.nav ul li {
    font-size: var(--size18);
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}

.nav_ul {
    display: none;
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 150%;
}

.nav ul li:hover::after {
    width: 150%;
}


.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}


.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.max {
    width: var(--max);
    margin: var(--top30) auto;
}

.gg {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top30);
}

.gg_left {
    width: 270px;
    overflow: hidden;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    border-top: transparent;
}

.gg_left ul {
    width: 100%;
    overflow: hidden;
}

.gg_left ul li {
    width: 100%;
    overflow: hidden;
    font-size: var(--size18);
    color: #2e2e2e;
    line-height: 50px;
    text-align: center;
    border-top: 2px solid #e6e6e6;
}

.gg_left ul li.gg_nav {
    background: #252229;
    color: #ffffff;
}

.gg_right {
    width: calc(100% - 310px);
    overflow: hidden;
    min-height: 300px;
}

.gg_right>h1 {
    text-align: center;
    font-size: var(--size30);
    color: #252229;
    line-height: 1;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 25px;
}

.gg_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: #2e2e2e;
    line-height: 2;
    margin-top: 20px;
}

.gg_text img {
    max-width: 100%;
    margin: auto;
}

.mingdan {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.mingdan ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.mingdan ul li {
    width: 100%;
    overflow: hidden;
    border: 2px solid #e6e6e6;
    padding: 20px;
}

.mingdan ul li img {
    max-width: 70%;
    height: 70px;
    margin: auto;
    object-fit: contain;
}

.mingdan ul li p {
    text-align: center;
    font-size: var(--size14);
    color: #2e2e2e;
    margin-top: 15px;
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top30);
}

.page .active,
.page .total {
    display: inline-block;
    font-size: 12px;
    padding: 6px 8px;
    color: #000000;
    border: 1px solid #d9d9d9;
    margin: 0px 3px;
    line-height: 1;
}

.page .active {
    background: #252229;
    border: 1px solid #252229;
    color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
    color: #000000;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.danwei {
    width: 100%;
    overflow: hidden;
}

.danwei ul {
    width: 100%;
    overflow: hidden;
}

.danwei ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    font-size: var(--size16);
    color: #2e2e2e;
}

.danwei ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.danwei ul li a h2 {
    width: calc(100% - 100px);
    font-size: var(--size16);
    color: #2e2e2e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.danwei ul li span {
    color: #ea5514;
}



.danweia {
    width: 100%;
    overflow: hidden;
}

.danweia ul {
    width: 100%;
    overflow: hidden;
}

.danweia ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    font-size: var(--size18);
    color: #2e2e2e;
}

.danweia ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.danweia ul li a h2 {
    width: calc(100% - 100px);
    font-size: var(--size16);
    color: #2e2e2e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.danweia ul li span {
    color: #ea5514;
}




.danwei ul li a p {
    width: 100px;
    text-align: right;
    font-size: var(--size16);
    color: #898989;
}

.dongtai {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.dongtai ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.dongtai ul li {
    width: 100%;
    overflow: hidden;
    border: 2px solid #e6e6e6;
}

.dongtai ul li img {
    width: 100%;
    height: auto;
}

.dongtai_text {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.dongtai_text h2 {
    font-size: var(--size18);
    color: #2e2e2e;
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dongtai_text p {
    font-size: var(--size14);
    color: #5e5e5e;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}

.zixun {
    width: 100%;
    overflow: hidden;
    margin: var(--top30) auto;
}

.zixun ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.zixun ul li {
    width: 100%;
    overflow: hidden;
    border: 2px solid #e6e6e6;
}

.zixun ul li img {
    width: 100%;
    height: auto;
}

.zixun h2 {
    font-size: var(--size18);
    color: #2e2e2e;
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xuqiu {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.xuqiu ul {
    width: 100%;
    overflow: hidden;
    border: 2px solid #e6e6e6;
    border-bottom: transparent;
}

.xuqiu ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xuqiu ul li p {
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size20);
    color: #2e2e2e;
}

.xuqiu ul li input {
    width: calc(100% - 170px);
    height: 66px;
    border-left: 2px solid #e6e6e6;
    box-sizing: border-box;
    font-size: var(--size20);
    color: #c8c8c8;
    text-align: center;
    padding: 0 10px;
}

.xuqiu ul li textarea {
    width: calc(100% - 170px);
    height: 130px;
    border: transparent;
    border-left: 2px solid #e6e6e6;
    box-sizing: border-box;
    font-size: var(--size20);
    color: #c8c8c8;
    text-align: center;
    padding: 10px;
    font-family: 'siyuanheiti';
    resize: none;
}

.submit {
    width: 100px;
    background: #252229;
    height: 34px;
    background: #252229;
    font-size: var(--size14);
    color: #ffffff;
    display: block;
    cursor: pointer;
    margin: auto;
    margin-top: var(--top30);
}

.layui-layer {
    transition: auto;
}



.mySwiper {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
    position: relative;
    border-radius: 10px;
}

.mySwiper img {
    width: 100%;
    height: auto;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: 46px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.ggg {
    text-align: center;
    font-size: var(--size24);
    color: #252229;
    line-height: 1;
    font-family: 'bold';
    margin-bottom: 10px;
}

.ggg span {
    color: #000000;
}
.gggen{
    text-align: center;
    font-size: var(--size16);
    margin-bottom: var(--top30);
}

.zixun .ggg {
    margin-bottom: var(--top30);
}

.huiyuan {
    width: 100%;
    margin-top: var(--top30);
    overflow: hidden;
}

.huiyuan_text {
    width: 100%;
    overflow: auto;
    margin: var(--top30) auto;
}

.huiyuan_text table {
    border: 2px solid #e6e6e6;
}

.huiyuan_text td {
    border: 2px solid #e6e6e6;
    padding: 15px;
    min-width: 100px;
    font-size: var(--size16);
    color: #2e2e2e;
}

.huiyuan_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.huiyuan_top p {
    font-size: var(--size16);
    color: #2e2e2e;
}

.huiyuan_top p span {
    color: #ea5514;
}

.huiyuan_top p a {
    color: #252229;
    border-bottom: 1px solid #252229;
}

.wenjians {
    width: max-content;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.upboxlae {
    width: 150px;
    height: 34px;
    background: #252229;
    position: relative;
    cursor: pointer;
}

#file {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.upboxlae p {
    width: 100%;
    line-height: 34px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.upinputname {
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
}

.work_file {
    width: 100px;
    line-height: 34px;
    background: #25222980;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
}

.wenjians progress {
    width: 100%;
    margin-top: 10px;
    display: none;
}

.huiyuan form label {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.huiyuan form label input {
    width: 16px;
    height: 16px;
    border: 2px solid #adadad;
}

.huiyuan form label p {
    font-size: var(--size16);
    color: #2e2e2e;
    margin-left: 5px;
}

.huiyuan form label p a {
    color: #252229;
}

.danwei>a,
.zixun>a{
    width: 100px;
    background: #252229;
    height: 34px;
    background: #252229;
    font-size: var(--size14);
    color: #ffffff;
    display: block;
    cursor: pointer;
    margin: auto;
    margin-top: var(--top30);
    text-align: center;
    line-height: 34px;
}

.gongsao {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}

.gongsao ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}
.gongsao_maxx ul{
    grid-template-columns: 1fr 1fr;
}
.gongsao ul li {
    width: 100%;
    overflow: hidden;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.gongsao ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.team {
    width: 50px;
}

.team h2 {
    font-size: 18px;
    color: #252229;
    font-family: 'bold';
    text-align: right;
}

.team p {
    font-size: 14px;
    color: #2e2e2e;
    font-family: 'bold';
    text-align: right;
}

.gongsao ul li a>h2 {
    width: calc(100% - 70px);
    overflow: hidden;
    font-size: var(--size18);
    color: #2e2e2e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guanggao {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}

.guanggao ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
}

.guanggao ul li {
    width: 100%;
    overflow: hidden;
    ;
}

.guanggao ul li img {
    width: 100%;
    height: auto;
}

.huiyu {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
}

.huiyu_max {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border: 2px solid #e6e6e6;
    margin-top: var(--top30);
}

.huiyu_Swiper .swiper-button-prev{
    left: 0;
}
.huiyu_Swiper .swiper-button-next{
    right: 0;
}
.huiyu_Swiper .swiper-button-prev:after,
.huiyu_Swiper .swiper-button-next:after{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}
.huiyu_Swiper .swiper-slide {
    width: max-content;
}
.huiyu_Swiper p{
    margin-top: 20px;
    text-align: center;
}
.huiyu_Swiper .swiper-slide  .img{
        display: flex;
        align-items: center;
        justify-content: center;
}
.huiyu_Swiper .swiper-slide img {

    width:100%;
}
.footer{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
}
.footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_max ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_max ul li{
    width: max-content;
    overflow: hidden;
    font-size: var(--size16);
    color: #424242;
    font-family: 'bold';
}
.xian{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.xian a{
    display: block;
    font-size: var(--size14);
    color: #666666;
    line-height: 2.5;
    font-family: 'siyuanheiti';
}
.erweima{
    width: 100px;
    overflow: hidden;
    margin-top: var(--top30);
}
.erweima:nth-child(1){
    margin-top: 0px;
}
.erweima img{
    width: 100%;
    height: auto;
}
.erweima p{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.beian{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
}
.beian_max{
    width: var(--max);
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.beian p{
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}




















.cebianlan{
    width: 60px;
    position: fixed;
    top: 40%;
    right: 20px;
    z-index: 999;
}

.cebianlan ul{
    width: 100%;
}

.cebianlan ul li{
    width: 100%;
    height: 60px;
    height: 60px;
    background: #252229;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-top: 1px solid #00000020;
    position: relative;
    margin-top: 10px;
}
.cebianlan ul li:nth-child(1){
    border: none;
    cursor: pointer;
}
.cebianlan ul li>img{
    width: max-content;
    height: 25px;
}

.mixnuiu{
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 80px;
    box-shadow: 0px 4px 10px 0px #00000020;
    transform: translateY(-50%) scale(0);
    padding: 15px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    transform-origin: right center;

}
.mixnuiu img{
    width: 120px;
    height: auto;
}
.cebianlan ul li:hover .mixnuiu{
    transform: translateY(-50%) scale(1);
}