@charset "UTF-8";

/* 共同样式START */
@font-face {
    font-family: YouYuan;
    src: url(../font/YouYuan.ttf);
}

body {
    background: #f5f5f5;
    font-family: YouYuan;
}

.app_group {
    display: none;
}

header {
    height: 58px;
    color: #626366;
    font-size: 28px;
    background: #fff;
    border-bottom: 1px solid #b0b1b2;
    padding: 0 1%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.pc_group {
    padding-top: 59px;
    position: relative;
}

.pc_group,
.content_group {
    height: calc(100% - 59px);
}

.header_active {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, .8);
    margin-top: -500%;
    padding: 0 5%;
}

.header_active a {
    line-height: 50px;
}

.header_active p:nth-child(2) a {
    letter-spacing: 30px;
}

.header_active a:hover {
    color: #dca419;
}

.menu_group {
    line-height: 58px;
}

.header_logo {
    height: 50px;
    position: relative;
    top: 4px;
}


.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.swiper-button-next, .swiper-button-prev{
	color:rgba(50, 50, 50, .8);
}
.swiper-pagination-bullet-active{
	background:#333;
}

.pc_point_ctrl span {
    width: 40px;
    height: 3px;
    padding: 0;
    background: rgba(0, 0, 0, .5);
}

.pc_point_ctrl .active>span {
    background: #fff;
    cursor: pointer;
}

.pc_point_ctrl {
    position: absolute;
    bottom: 6px;
    height: 30px;
}

.home_t_group {
    padding: 2% 0;
}

.home_t_group>div {
    width: calc(70%/3);
    margin-left: 10%;
    font-size: 13px;
}

.home_t_about {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 10px;
    border-left: 5px solid #dca419;
}

.home_t_content {
    margin-top: 5%;
    line-height: 20px;
}

.home_t_dichan {
    margin-left: 5%;
}

.about_list6 {
    width: 100%;
}

.anli {
    width: 50%;
}

.join_t {
    display: flex;
    justify-content: center;
    align-items: center;
}

.join_tGroup {
    width: 20%;
    font-size: 22px;
}

.join_t_en {
    border-bottom: 2px solid;
}

.join_t1 {
    margin-top: 3%;
}

.join_t2 {
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #666;
    margin-bottom: 2%;
}

.join_t3 {
    width: 50%;
    text-align: left;
    line-height: 40px;
}

.line {
    border-bottom: 1px solid #999;
    margin-top: 3%;
    width: 50%;
}

.join_t4 {
    margin-bottom: 3%;
}

.news_t2 {
    margin-top: 3%;
}
.news_t2 img {
    text-align:center;
	display:inline;
}

.news_t3 {
    line-height: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 3%;
}

.news_t4 {
    line-height: 30px;
    margin-bottom: 3%;
    display: inline-block;
}

.contentNews {
    width: 50%;
}

.nesw_imgGroup {
    margin-bottom: 3%;
}

.nesw_imgGroup>li {
    float: left;
    width: calc(92%/3);
    margin-left: 4%;
    overflow: hidden;
    height: 292px;
    border-radius: 100%;
}

.nesw_imgGroup>li:nth-child(1),
.anli:nth-child(1) {
    margin-left: 0;
}

.style_group {
    width: 50%;
}

.anli {
    height: 466px;
    position: relative;
    width: calc(96%/3);
    margin-left: 2%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    height: 307px;
}

.anli:hover {
    opacity: .8;
}

.style_img_t {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 308px;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
}

.content .wenlv_anli_group:nth-child(2) {
    margin-top: 3%;
}

.wenlv_anli_group {
    margin-top: 2%;
    width: 53%;
}

.wenlv_anli {
    float: left;
    width: calc(92%/3);
    margin-left: 4%;
    position: relative;
    overflow: hidden;
    height: 270px;
}

.wenlv_anli:nth-child(1) {
    margin-left: 0;
}

.list_imgGroup {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    background: #999;
}

.wenlv_anli img {
    width: 100%;
    /* height: 100%; */
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    bottom: -33%;
}

.wenlv_anli_group:nth-last-child(1) {
    margin-bottom: 3%;
}

.wenlv_anli:hover img {
    transform: scale(1.2) translateX(-42%);
    -webkit-transform: scale(1.2) translateX(-42%);
    -moz-transform: scale(1.2) translateX(-42%);
    -ms-transform: scale(1.2) translateX(-42%);
    -o-transform: scale(1.2) translateX(-42%);
}

.wenlv_anli:hover .wenlv_anli_img_t {
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.wenlv_anli_img_t {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #666;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    line-height: 40px;
}

.KN_BtnBack {
    right: 3%;
    z-index: 9;
    bottom: 13%;
    position: fixed;
    padding: 3px 7px;
    border: 1px solid #888;
    background-color: #fff;
}

.KN_BtnBack:hover {
    opacity: .5;
    cursor: pointer;
}

.top_mengban {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(100, 100, 100, .6);
    line-height: 840px;
    color: #fff;
}

.list_t {
    font-size: 20px;
    line-height: 100px;
}

.list_more {
    color: #666;
    padding: .5% 2%;
    margin: 3% 0;
    border: 1px solid #666;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.list_more:hover {
    color: #fff;
    border: 1px solid #ddd;
    background: #ddd;
}

.list_colse {
    position: absolute;
    top: 10%;
    right: 19%;
    font-size: 30px;
    color: #666;
}

.list_colse:hover {
    color: #000;
}

.content {
    margin-top: 3%;
    height: calc(100% - 197px);
    position: relative;
}

.pc_silder_main,
.silder_main_img img {
    height: 100%;
    width: auto;
}

/* --项目切换图片START-- */
.KN_SlickGroup {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.KN_SlickListGroup {
    height: calc(100% - 24px);
    position: absolute;
    zoom: 1;
    overflow: hidden;
}

.KN_SlickListGroup::after,
.KN_SlickBtnPoint::after,
.KN_SlickBtnArrow::after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.KN_SlickList,
.KN_SlickListPrev,
.KN_SlickListNext {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 5px;
    background: rgba(0, 0, 0, .1);
}

.KN_SlickList img,
.KN_SlickListNext img,
.KN_SlickListPrev img {
    width: auto;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: .6;
}

.KN_SlickListActive img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.KN_SlickBtnPointGroup {
    display: flex;
    justify-content: center;
}

.KN_SlickBtnPoint {
    position: absolute;
    bottom: 1%;
    zoom: 1;
}

.KN_SlickBtnPointList {
    float: left;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 100%;
    margin-left: 5px;
}

.KN_SlickBtnPointList:hover {
    cursor: pointer;
}

.KN_SlickListPrev:nth-child(1),
.KN_SlickBtnPointGroup .KN_SlickBtnPointList:nth-child(1) {
    margin-left: 0;
}

.KN_SlickBtnPointListActive {
    background: #dca419;
}

.KN_SlickBtnArrow {
    width: 100%;
    height: calc(100% - 24px);
    color: #ccc;
    font-size: 50px;
    display: flex;
    align-items: center;
    zoom: 1;
}

.KN_SlickBtnArrowPrev,
.KN_SlickBtnArrowNext {
    position: absolute;
    font-family: "黑体";
    height: calc(100% - 24px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.KN_SlickBtnArrowPrev {
    float: left;
    /* left: 15%; */
}

.KN_SlickBtnArrowNext {
    float: right;
    right: 0;
}

.KN_SlickBtnArrowPrev:hover,
.KN_SlickBtnArrowNext:hover {
    opacity: 1;
    color: #dca419;
    cursor: pointer;
}


/* --项目切换图片END-- */
.title_group {
    margin-top: 3%;
}

.pc_silder_main .silder_main_img {
    overflow: hidden;
    /* background: #999; */
    text-align: center;
}

.contact_title_s {
    margin-top: 3%;
}

.contact_title_en {
    font-size: 20px;
    line-height: 35px;
    border-bottom: 2px solid #000;
    padding: 0 10px;
    font-family: "Microsoft Yahei";
}

.contact_title_cn {
    line-height: 50px;
    font-size: 18px;
}

.newsGroup {
    width: 50%;
    display: inline-block;
}

.newsList {
    border-bottom: 1px solid #999;
    width: calc(96%/3);
    margin-left: 2%;
}

.newsGroup>.newsList:nth-child(1),
.contactImgGroup .contactImg:nth-child(1) {
    margin-left: 0;
}

.newsList>a:hover .news_titleImg {
    opacity: .5;
}

.newsList p {
    line-height: 40px;
}

.newsList>a:hover {
    color: #dca419;
}

.aboutGroupSmall {
    width: 50%;
}

.aboutText {
    text-align: left;
    line-height: 30px;
    text-indent: 30px;
    margin-top: 3%;
}

.contactList {
    margin-bottom: 1%;
}

.contactImgGroup,
.contactText {
    width: 50%;
}

.contactImgGroup {
    overflow: hidden;
    height: 203px;
    position: relative;
}

.contactImg {
    width: calc(96%/3);
    margin-left: 2%;
}

.ditu {
    width: 100%;
    height: calc(100% - 210px);
    overflow: hidden;
    background: rgba(0, 0, 0, .1);
}

footer {
    text-align: center;
    line-height: 58px;
    background-color: #ddd;
    border-top: 1px solid #b0b1b2;
}

.contactTelGroup {
    position: relative;
}

.contactFax {
    margin-right: 70px;
}

.contactText {
    font-size: 18px;
    line-height: 30px;
}

.contact {
    position: absolute;
    top: -15px;
    right: 0;
}

.styleListGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.service_t,
.service_t2 {
    line-height: 30px;
}

.service_t2 {
    margin: 0 4%;
    padding-bottom: 10px;
    border-bottom: 3px solid #666;
}

.service_t3 {
    line-height: 55px;
}

.pagination{
	display:flex;
	justify-content: center;
    align-items: center;  
}

.pagination li{
	border:1px solid #d2d2d2;
	border-radius:3px;
	text-align:center;
	margin:0px 12px;
}
.pagination li.active,.pagination li:hover{
	border:1px solid #666;
}
.pagination li a{
	padding:8px 12px;
}

/* 共同样式END */
@media(max-width:1440px) {
    .nesw_imgGroup>li {
        height: 207px;
    }

    .anli {
        height: 218px;
    }

    .style_img_t {
        line-height: 218px;
    }

    .wenlv_anli_group {
        width: 75%;
    }

    .content {
        height: calc(100% - 106px);
    }

    .wenlv_anli_img_t {
        line-height: 40px;
    }

    .list img {
        height: unset;
    }

    .contactImgGroup {
        height: 143.67px;
    }

    .contactFax {
        margin-right: 40px;
    }

    .contactText {
        font-size: 16px;
    }

    .styleListGroup {
        margin-top: 8%;
    }

    .list_colse {
        top: 18%;
        right: 16%;
    }
}

@media(max-width:1280px) {
    header a {
        margin-left: 130px;
    }

    .nesw_imgGroup>li {
        height: 194px;
    }

    .anli {
        height: 205px;
    }

    .style_img_t {
        line-height: 205px;
    }

    .contactImgGroup {
        height: 134.72px;
    }

    .contactText {
        font-size: 13px;
    }

    .styleListGroup {
        margin-top: 0;
        /* margin-top: calc(100%/2 - 320px - 205px); */
    }

    .list_colse {
        top: 16%;
        right: 16%;
    }
}

@media(max-width:1024px) {
    header a {
        margin-left: 90px;
    }

    .nesw_imgGroup>li {
        height: 157px;
    }

    .anli {
        height: 164px;
    }

    .style_img_t {
        line-height: 164px;
    }

    .wenlv_anli_group {
        width: 92%;
    }

    .list_imgGroup {
        height: 321px;
    }

    .wenlv_anli {
        height: 361px;
    }

    .list img {
        height: 100%;
    }

    .contactImgGroup {
        height: 109.22px;
    }

    .styleListGroup {
        margin-top: 20%;
    }

    .list_colse {
        top: 8%;
        right: 8%;
    }
}

@media(max-width:1024px) {
	.newsGroup {
		width: 90%;
		display: inline-block;
	}
	.aboutGroupSmall {
	  width: 90%;
	}
	.contentNews{
	width: 90%;
	}
	.home_t_group > div{
	margin-left:8%;
	}
	.wenlv_anli img{
	bottom:10%;
	}
}

@media (max-width: 768px) {
	.swiper {
		height: 78vh;
		width: 100%;
	}
	
	.swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.swiper {
		--swiper-navigation-size: 30px;
	}
	
	.swiper-button-next,
    .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }
	
	.home_t_group {
		margin-top:5%;
	}
	.home_t_about{
		line-height:22px;
		border-left: 3px solid #323333;
	}
	
	footer{
		line-height:1.75;
	}
}

@media(max-width:480px) {
    body {
        font-family: "Microsoft Yahei";
    }

    .app_group {
        display: block;
    }

    .top {
        line-height: 50px;
        padding: 0 4%;
        border: 1px solid #000;
        background: #000;
        border-left: none;
        border-right: none;
        color: #fff;
    }

    .top_biaoti {
        font-size: 28px;
    }

    .app_menu {
        font-size: 20px;
    }

    .app_prev,
    .app_bars {
        color: #fff;
        line-height: 55px;
    }

    .js_silder {
        height: 550px;
        width: 100%;
        overflow: hidden;
    }

    .js_silder .silder_main_img {
        position: absolute;
        bottom: 0;
    }

    .js_silder_ctrl {
        position: absolute;
        top: 90%;
        opacity: .5;
    }

    .logo {
        width: 58%;
        position: absolute;
        top: calc(100%/2 - 25%/2);
        left: calc(100%/2 - 58%/2);
    }

    .jiejue {
        margin-top: 4%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .jiejue_biaoti {
        color: #000;
        margin-top: 20px;
    }

    .jiejue_henggang {
        width: 20%;
        margin-bottom: 5px;
    }

    .styleGroup {
        margin-top: 1%;
    }

    .anli,
    .wenlv_anli {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    .anli {
        height: 150px;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
    }

    .anli>img {
        width: 100%;
        height: auto;
        bottom: 0;
    }

    .style_img_t {
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        line-height: 30px;
        top: unset;
        font-size: unset;
    }

    .wenlvxm {
        font-size: 16px;
        margin: 4% 0;
    }

    .wenlv_anli_group {
        padding: 0 4%;
        margin-bottom: 1%;
        margin-top: unset;
    }

    .wenlv_anli {

        height: 245px;
    }

    .wenlv_anli:nth-child(1) {
        margin-left: 0;
    }

    .wenlv_anli>img {
        width: 100%;
        height: auto;
        padding-bottom: 28px;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        bottom: 0;
    }

    .wenlv_anli_img_t {
        bottom: 0;
        background: rgba(0, 0, 0, 1);
        line-height: 30px;
        font-size: 13px;
        opacity: 1;
        top: unset;
        color: #fff;
    }

    .service_t_group {
        margin-top: 30px;
    }

    .service_t,
    .service_t2 {
        color: #666;
        font-size: 15px;
    }

    .service_t3 {
        color: #666;
        font-size: 15px;
    }

    .banshanjv {
        position: relative;
        overflow: hidden;
        height: 80px;
    }

    .top_mengban {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(100, 100, 100, .6);
    }

    .imgTop {
        position: absolute;
        bottom: 0;
    }

	.newsList{
		width:100% !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.newsList{
		
	}
    .banshanjv_t {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        line-height: 80px;
    }

    .banshanjv_t2,
    .banshanjv_t3 {
        color: #666;
        line-height: 30px;
    }

    .banshanjv_t2 {
        margin-top: 10%;
    }

    .banshanjv_t3 {
        padding-left: 95px;
    }

    .banshanjv2 {
        color: #666;
        font-size: 14px;
        /* text-indent: 28px; */
        margin-top: 10%;
        margin-bottom: 5%;
        margin: 2%;
        border: 1px solid #000;
        padding: 10% 2%;
    }

    .banshanjv3 {
        margin: 2%;
        border: 1px solid #000;
        padding: 2%;
        margin-top: 4px;
    }

    .banshanjv4 {
        color: #666;
        font-size: 14px;
        text-indent: 28px;
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .banshanjv5 {
        color: #666;
        line-height: 30px;
    }

    .app_menu_bg {
        position: absolute;
        top: -100%;
        left: 58%;
        right: 0;
        background: #222;
        width: 40%;
        font-size: 13px;
    }

    .app_menu_group {
        border: 1px solid #000;
    }

    .app_menu_group>a {
        line-height: 40px;
        border-bottom: 1px solid #000;
        color: #fff;
        text-align: center;
        letter-spacing: 7px;
        padding-left: 9px;
    }

    .app_menu_group>a:nth-child(1) {
        letter-spacing: 0;
        padding-right: 7px;
    }

    .app_menu_group>a:nth-child(2) {
        letter-spacing: 46px;
        padding-left: 47px;
    }

    .app_menu_group>a:nth-last-child(1) {
        border-bottom: none;
    }

    .app_zhuye {
        float: left;
        line-height: 40px;
        font-size: 16px;
        margin-right: 5%;
    }

    .mengban {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 100%;
        background: #000;
        animation: RightAuto ease 1s;
        -webkit-animation: RightAuto ease 1s;
    }

    @keyframes RightAuto {
        0% {
            right: 0%;
        }

        100% {
            right: 100%;
        }
    }

    .contact_title {
        background: #e5e5e5;
        height: 170px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact_title_s {
        margin-top: unset;
    }

    .contact_title_en {
        font-size: 20px;
        line-height: 35px;
        border-bottom: 2px solid #000;
        padding: 0 10px;
    }

    .contact_title_cn {
        line-height: 50px;
        font-size: 18px;
        letter-spacing: 10px;
        padding-left: 10px;
    }

    .address_group {
        padding: 2% 4%;
        width: unset;
    }

    .company {
        padding-bottom: 5px;
        margin-bottom: 5px;
        line-height: unset;
        border-bottom: 1px solid #999;
    }

    .address_list {
        width: 96%;
        line-height: 23px;
        margin-right: unset;
    }

    .address_call {
        background: #000;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        padding: 0 20px;
        margin-top: 9px;
    }

    .address_location {
        position: relative;
        right: unset;
        top: 5px;
        line-height: 35px;
        font-size: 30px;
    }

    .join_group span {
        font-size: 15px;
        line-height: 30px;
    }

    .join_t {
        width: 94%;
    }
	.join_tGroup{
		width: 100%;
	}

    .about_group {
        color: #666;
        padding: 0 4%;
    }

    .about_group .about_list:nth-last-child(1) {
        margin-bottom: 0;
    }

    .about_tGroup {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .about_t {
        color: #000;
        width: 30%;
        line-height: 26px;
        border-bottom: 1px solid #999;
    }

    .team_img {
        width: 100%;
    }

    .about_list {
        color: #000;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 3%;
        text-indent: 30px;
    }

    .news_group {
        padding: 0 4%;
        color: #666;
    }

    .news_group>a {
        line-height: 40px;
        border-bottom: 1px solid #999;
        padding: 2% 0;
        margin-top: 5%;
    }

    .neswDate {
        font-size: 14px;
        color: #999;
    }

    .news_t {
        color: #000;
        line-height: 100px;
    }

    .news_t2 {
        font-size: 14px;
        margin: unset;
    }

    .news_t2 .company {
        color: #000;
        font-size: 16px;
    }

    .news_t3 {
        line-height: 80px;
        border-bottom: unset;
        margin-bottom: unset;
    }

    .news_t4 {
        color: #000;
        font-size: 15px;
        line-height: 30px;
        width: unset;
        display: block;
        margin-top: 1%;
        margin-bottom: 2%;
    }

    .news_t5 {
        color: #000;
        font-size: 13px;
        line-height: 22px;
        padding: 3% 0;
    }

    .nesw_imgGroup {
        margin-bottom: 3%;
    }

    .nesw_imgGroup>li {
        float: left;
        width: calc(92%/3);
        margin-left: 4%;
        overflow: hidden;
        height: 135px;
        border-radius: 100px;
    }

    .nesw_imgGroup>li:nth-child(1) {
        margin-left: 0;
    }

    .dichan_imgGroup img {
        
    }

    .news_titleImg {

    }

    .list_t {
        text-align: center;
    }

    .join_t3 {
        width: 100%;
        font-size: 15px;
        line-height: 30px;
    }

    .contactText {
        width: 100%;
        font-size: 16px;
    }

    .address_group .contactText:nth-child(1) {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        line-height: unset;
        border-bottom: 1px solid #999;
    }

    .contactText div:nth-child(1) {
        float: none;
        text-align: left;
    }

    .contactTel {
        display: block;
        text-align: left;
    }

    .contactTelGroup {
        float: none;
    }

    .contact {
        display: none;
    }

    .wenlv_anli:hover img {
        transform: scale(0) translateX(0%);
        -webkit-transform: scale(0) translateX(0%);
        -moz-transform: scale(0) translateX(0%);
        -ms-transform: scale(0) translateX(0%);
        -o-transform: scale(0) translateX(0%);
    }

    .aboutText {
        color: #000;
        font-size: 15px;
        margin-bottom: 3%;
    }
}

@media(max-width:414px) {
    .nesw_imgGroup>li {
        height: 117px;
    }

    .wenlv_anli {
        height: 215px;
    }

    .app_menu_group>a:nth-child(2) {
        letter-spacing: 45px;
    }
}

@media(max-width:375px) {
    .nesw_imgGroup>li {
        height: 106px;
    }

    .wenlv_anli {
        height: 252px;
    }

    .app_menu_bg {
        left: 51%;
        width: 45%;
    }
}

@media(max-width:360px) {
    .nesw_imgGroup>li {
        height: 102px;
    }

    .wenlv_anli {
        height: 190px;
    }

    .app_menu_bg {
        left: 49%;
        width: 47%;
    }

    hr {
        bottom: unset !important;
    }
}


.ditu {
    background: #ffffff;
}


.contact_group p{
    font-family: "webfontM";
    src: url(../../yibazhan/font/http://www.shzmdesign.cn/Public/plugin/webfonts/SourceHanSansCN-Regular_1.otf);
}





.indexTab {
    margin: 0 auto;
}
.indexTab .swiper-tab{
    padding: 0px 0px 0px 0px;
    padding-bottom: 30px;
}
.indexTab .swiper-tab-list{  
     font-size: 20px;
    display: inline-block;
    color: #666666;
    margin: 0 50px;
    cursor: pointer;
}
.KN_TABTITLE1 .ACTIVE {
   color: #000;
    color: #dca419;
    border-bottom: 1px solid #dca419;
    padding-bottom: 15px;
}
.indexTab .swiper-box{
   display: block; 
   overflow: hidden; 
   color: #666666;
}
.indexTab .swiper-box-item {
    overflow: hidden;
    margin-bottom: 18px;
    display: block;
}
.wenlv_anli_group {
    margin: 0 auto;
}


@media(max-width:414px) {

 .swiper-tab{
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 13%;
    padding-bottom: 1px;
}
 .swiper-tab-list{  
     font-size: 20px;
    display: inline-block;
    color: #666666;
     text-align: center;
     float: left;
     margin: 0 15px;
     font-size: 1rem;
}
.KN_TABTITLE1 .ACTIVE {
   color: #000;
    color: #dca419;
    border-bottom: 1px solid #dca419;
    padding-bottom: 10px;
     font-size: 1rem;
}
 .swiper-box{
   display: block; 
   overflow: hidden; 
   color: #666666;
}
 .swiper-box-item {
    overflow: hidden;
    margin-bottom: 18px;
    display: block;
}
.wenlv_anli_group {
    margin: 0 auto;
}   
.contact_group {
     width: 260px;
}
.aboutText {
     text-indent: 0px;
}



}

.style_group{
    width: 72%;
}
.wenlv_anli {
    margin: 0 1.2%;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .wenlv_anli {
        margin-bottom: 12px;
     }
     .swiper-tab {
        margin-bottom: 20px;
     }
}


footer {
            position: fixed!important;
            bottom: 0;
            width: 100%;
}
.pc_group {
    padding-bottom: 200px;
    overflow: hidden;
}
.join_t2 {
    border-bottom: 0px solid #666;
    margin-bottom: 0.2%;
}
.line {
    margin-top: 0.1%;
}
.join_t1 {
    margin-top: 0%;
}
 .contact_row .contact_bgImg img {
         display: none!important;
 }
.contact_row .contact_con{
    position: inherit!important;
    top: 0!important;
    left: 0!important;
}
.contact_group {
        margin: 0 auto;
        padding: 50px 0;
}


.contact_group p{
         text-align: center !important;
}
.newsList{
        width: calc((100% - 20px*3)/3);
        margin: 0 10px;
        margin-bottom: 20px;
}
.newsGroup>.newsList:nth-child(1) {
    margin: 0 10px;
}


#guestbookModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* 弹窗容器 */
.modal-card {
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: modalSlideIn 0.3s ease-out;
    overflow: hidden;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 头部 - 居中无图标 */
.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    color: #333;
    border-bottom: 1px solid #eee;
    position: relative;
}
.modal-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
}
.modal-close {
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
    color: #999;
}
.modal-close:hover {
    color: #333;
}

/* 主体 - 表单区域 */
.modal-body {
    padding: 24px 20px;
    background: #f8f9fa;
}

/* 表单项 - 使用 Grid 布局，让左右高度自动一致 */
.form-item {
    display: flex;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.form-item:focus-within {
    border-color: #999;
}

/* 字段名标签 - 左侧，垂直居中 */
.form-item > span{
	width:96px;
	background: #fafafa;
	border-right: 1px solid #e0e0e0;
}
.form-item span {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.5px;
    word-break: keep-all;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1.4;
    min-height: 44px;
}
.form-item span .required {
    color: #e74c3c;
    margin-left: 10px;
    font-size: 0.85rem;
	padding:0px;
}

/* 输入框容器 - 让输入框填充 */
.form-item input,
.form-item textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 0;
    font-size: 0.95rem;
    transition: background 0.2s;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    font-family: inherit;
    line-height: 1.4;
}
.form-item input{
	height:68px;
}
.form-item input:focus,
.form-item textarea:focus {
    background: #fefefe;
}
.form-item textarea {
    resize: vertical;
    min-height: 120px;
}

/* 针对 textarea 所在的行，让左侧 span 顶部对齐并拉伸高度 */
.form-item:has(textarea) {
    grid-template-rows: 1fr;
}
.form-item:has(textarea) span {
    align-items: flex-start;
}

/* 提交按钮 - 灰色调 */
.submit-btn {
    background: #6c757d;
    color: white;
    border: none;
    width: 100%;
    padding: 14px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 12px;
    letter-spacing: 1px;
}
.submit-btn:hover {
    background: #5a6268;
    transform: translateY(-1px);
}
.submit-btn:disabled {
    background: #adb5bd;
    transform: none;
    cursor: not-allowed;
}

/* 底部提示 - 灰色调 */
.modal-footer {
    padding: 14px 24px 20px;
    text-align: center;
    font-size: 0.7rem;
    color: #aaa;
    border-top: 1px solid #eee;
    background: #fff;
}

/* 轻提示 Toast */
.toast-message {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    z-index: 10001;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    white-space: nowrap;
}
.toast-message.success {
    background: #6c757d;
}
.toast-message.error {
    background: #dc3545;
}

/* 响应式 - 移动端字段名和输入框改为上下结构 */
@media (max-width: 550px) {
    .modal-body {
        padding: 20px 16px;
    }
    .modal-header h3 {
        font-size: 1.1rem;
    }
    .form-item {
        grid-template-columns: 1fr;
    }
    .form-item span {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 14px;
        align-items: center;
        min-height: auto;
    }
    .form-item:has(textarea) span {
        min-height: auto;
    }
    .form-item input,
    .form-item textarea {
        padding: 12px 14px;
    }
    .toast-message {
        white-space: normal;
        text-align: center;
        width: 80%;
        font-size: 0.8rem;
    }
}

/* 兼容不支持 :has 的浏览器（如旧版 Firefox） */
@supports not (selector(:has(a))) {
    .form-item span {
        min-height: 44px;
    }
    .form-item textarea {
        min-height: 120px;
    }
}