/**电脑**/

@media screen and (min-width:1200px) {}


/**iPad横向**/

@media screen and (min-width: 960px) and (max-width: 1199px) {
    /* body {
        background: blue
    } */
}


/**ipad竖向**/

@media screen and (min-width: 768px) and (max-width: 959px) {
    /* body {
        background: green
    } */
}


/**手机viewport横向**/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* body {
        background: red
    } */
}


/**手机viewport竖向**/

@media only screen and (max-width: 479px) {
	.contact_layer .layui-layer-content {
	    padding: 35px 10px 15px 10px!important;
	    height: 100%!important;
	    overflow: hidden;
	    box-sizing: border-box;
	}
    .wrap {
        width: 90%;
    }
    .public_link {
        height: auto;
    }
    .public_title i {
        height: 2px;
    }
    .public_more a {
        height: 32px;
        line-height: 32px;
        font-size: 9px;
        width: 100px;
    }
    .public_banner {
        height: auto;
    }
    .detail_banner {
        height: 200px;
    }
    .public_banner .public_position {
        display: none;
    }
    .public_banner img {
	    height: auto;
    }
    .public_banner .public_banner_title {
        width: 100%;
    }
    .public_banner .public_banner_title h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .public_banner .public_banner_title p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }
    .public_link li {
        width: 19%;
        margin: 20px 0;
        line-height: 20px;
    }
    .public_link li a {
        font-size: 12px;
    }
    .public_link li.active a::after {
        height: 2px;
    }
    #header {
        height: auto;
    }
    #header .wrap {
        width: 100%;
    }
    #header .fl_logo {
        float: none;
        width: 90%;
        margin: 20px auto 0;
        /* height: 40px; */
    }
    #header .fl_logo img {
        width: 125px;
    }
    #header .fl_logo .nav_btn {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        background: url(../images/icon/menu.png);
        background-size: 100% 100%;
    }
    #header .fr_nav {
        float: none;
        background-color: #F6F7FA;
        display: none;
        position: absolute;
        z-index: 100;
        width: 100%;
        padding-bottom: 50px;
    }
    #header .fr_nav>li {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
        line-height: 75px;
    }
    #header .fr_nav>li a {
        width: 100%;
        height: 75px;
        line-height: 75px;
        font-size: 16px;
        position: relative;
    }
    #header .fr_nav>li.active>a::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: 65px;
        height: 3px;
        transform: translateX(-50%);
        background-color: #FF762B;
    }
    #header .fr_nav>li .s_level {
        position: static;
        transform: translate(0);
    }
    #header .fr_nav>li .s_level li {
        width: 50%;
        float: left;
        padding: 0;
        text-align: center;
    }
    #header .fr_nav>li .s_level li a {
        width: auto;
    }
    #header .fr_nav>li.active .s_level {
        display: block!important;
    }
    #header .fr_nav>li.active::before {
        width: 0;
        height: 0;
    }
    #footer {
        padding: 35px 0;
    }

    #footer .footer_icon {
        margin-top: 1px;
    }
	#footer .footer_icon div.wechat {
		background: url(../images/icon/svg_wechat.svg) no-repeat;
		margin-right: 50px;
		position: relative;
	}
    #footer .footer_copyright {
        font-size: 9px;
        margin-top: 50px;
    }
    #footer .footer_list .footer_icon div.wechat:hover p {
        display: none!important;
    }
    .footer_modal.layui-layer {
        background: transparent;
    }
    .footer_modal .abs {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .footer_modal .abs img {
        width: 142px;
    }
    .footer_modal .abs p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
    .footer_modal .layui-layer-content {
        background: rgba(0, 0, 0, 0.75);
    }
    .footer_modal .layui-layer-content {}
    .layui-layer-setwin {
        right: 40px!important;
        top: 0px!important;
    }
    .layui-layer-ico {
        width: 40px!important;
        height: 40px!important;
        left: 0!important;
        top: 0!important;
        background: url(../images/icon/close.png) no-repeat transparent center center !important;
    }
    .layui-layer-ico:hover {
        animation: normal;
        -moz-animation: normal;
        -webkit-animation: normal;
        -o-animation: normal;
        background: transparent;
    }
    #index .content .banner,
    #index .content .banner .bd ul,
    #index .content .banner .bd li,
    #index .content .banner .bd img {
        height: 615px!important;
        object-fit: cover;
    }
    #index .content .banner .bd .text_pic {
        position: absolute;
        left: 49%;
        z-index: 9999;
        top: 47%;
        width: 12rem;
        height: 6rem;
    }
    #index .content .banner .bd ul li a div.abs {
        display: none;
    }
    #index .content .banner .bd ul li a div.abss {
        top: 50%;
    }
    #index .content .banner .bd ul li .abss h1 {
        font-size: 28px;
        letter-spacing: 10px;
        margin-right: 0;
    }
    #index .content .banner .bd ul li .abss p {
        font-size: 12px;
        letter-spacing: 3px;
    }
    #index .content .banner .bd ul li .banneri {
        bottom: 70px;
        top: auto;
    }
    #index .content .banner .bd ul li .banneri i {
        width: 15px;
        background: #fff;
        height: 2px;
    }
    #index .content .sub_link {
        padding: 0;
    }
    #index .content .sub_link ul {
        width: 100%;
    }
    #index .content .sub_link li {
        height: 80px;
        line-height: 80px;
        border: none;
        width: 50%;
        position: relative;
    }
    #index .content .sub_link li:nth-of-type(1)::after,
    #index .content .sub_link li:nth-of-type(3)::after {
        content: '';
        height: 55%;
        width: 1px;
        position: absolute;
        background: #D8D8D8;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #index .content .sub_link li:nth-of-type(2)::after,
    #index .content .sub_link li:nth-of-type(3)::before {
        content: '';
        height: 1px;
        width: 90%;
        position: absolute;
        background: #D8D8D8;
    }
    #index .content .sub_link li:nth-of-type(2)::after {
        right: 0;
        bottom: 0;
    }
    #index .content .sub_link li:nth-of-type(3)::before {
        left: 0;
        top: 0;
    }
    #index .content .sub_link li a {
        line-height: 80px;
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }
    #index .content .title h2 {
        font-size: 16px;
    }
    #index .content .title i {
        width: 16px;
        margin-top: 8px;
    }
    #index .content .about_us {
        padding: 50px 0;
    }
    #index .content .about_us .aboutus_main {
        margin: 30px 0;
    }
    #index .content .about_us .aboutus_main li {
        width: 50%;
        margin-top: 15px;
    }
    #index .content .about_us .aboutus_main li p {
        font-size: 9px;
    }
    #index .content .about_us .aboutus_main li p.key {
        font-size: 12px;
    }
    #index .content .about_us .aboutus_main li p.key span {
        font-size: 32px;
        line-height: 40px;
    }
    #index .content .about_us .aboutus_main>div {
        font-size: 12px;
        line-height: 18px;
        margin-top: 45px;
    }
    #index .content .projects {
        padding: 50px 0;
    }
    #index .content .projects .projects_main {
        margin: 30px 0;
    }
    #index .content .projects .projects_main .hd ul li {
        font-size: 12px;
    }
    #index .content .projects .projects_main .hd ul li.on::after {
        width: 24px;
        height: 2px;
        bottom: -5px;
    }
    #index .content .projects .projects_main .bd {
        margin-top: 5px;
    }
    #index .content .projects .projects_main .bd li {
        width: 50%;
        height: 100px;
    }
    #index .content .projects .projects_main .bd {
        width: 100%!important;
    }
    #index .content .projects .projects_main .bd ul {
        width: 100%!important;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    #index .content .projects .projects_main .bd li img {
        width: 70%;
    }
    #index .content .projects .projects_main .bd li:hover .projects_dis {
        display: none;
    }
    #index .content .new_mes {
        padding: 50px 0;
    }
    #index .content .newmes_main {
        overflow: inherit;
    }
    #index .content .newmes_main .hd {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }
    #index .content .newmes_main .hd li {
        height: 2px;
        background-color: #979797;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 12px;
        margin-right: 5px;
    }
    #index .content .newmes_main .hd li.on {
        background-color: #FF762B;
    }
	
    #index .content .newmes_main .bd{
        min-height: 207px;
    }
    #index .content .newmes_main .bd ul li {
        width: 100%!important;
    }
    #index .content .newmes_main ul {
        width: 100%!important;
    }
    #index .content .newmes_main ul li h6 {
        width: 85%;
        font-size: 12px;
    }
    #index .content .newmes_main ul li div.abs {
        bottom: 15px;
        margin-left: 1%;
    }
    #index .content .newmes_main ul li .abs p {
        font-size: 10px;
    }
    #us .introduce {
        margin-top: 0;
    }
    #us .introduce .title h3 {
        font-size: 12px;
        line-height: 20px;
    }
    #us .introduce .title i,
    #us_idea .content .idea_list .title i {
        margin-top: 10px;
    }
    #us .introduce .introduce_main p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 20px;
    }
    #us .introduce {
        padding: 35px 0;
    }
    #us .introduce .title h4 {
        font-size: 14px;
        font-weight: normal;
    }
    #us_idea .content .introduce .introduce_main {
        margin-top: 35px;
    }
    #us_idea .content .idea_list {
        padding: 35px 0;
    }
    #us_idea .content .idea_list li {
        float: none;
        margin-bottom: 25px;
    }
    #us_idea .content .idea_list .title {
        margin: 25px 0;
    }
    #us_idea .content .idea_list .title h6 {
        font-size: 12px;
        line-height: 16px;
    }
    #us_idea .content .idea_list p {
        font-size: 12px;
        line-height: 18px;
    }
    #us_introduce .content .aboutus_main {
        margin-top: 55px;
    }
    #us_introduce .content .introduce_f .aboutus_main li {
        width: 33%;
    }
    #us_introduce .content .introduce_f .aboutus_main li:nth-of-type(1),
    #us_introduce .content .introduce_f .aboutus_main li:nth-of-type(2) {
        width: 50%;
    }
    #us_introduce .content .introduce_f .aboutus_main li p.key span {
        font-size: 32px;
        line-height: 40px;
    }
    #us_introduce .content .introduce_f .aboutus_main li p.key {
        font-size: 12px;
    }
    #us_introduce .content .introduce_f .introduce_main {
        margin-top: 40px;
    }
    #us_introduce .content .introduce_main p {
        margin-top: 0;
        line-height: 18px;
    }
    #us_introduce .content .introduce_f .introduce_main {
        margin-top: 20px;
    }
    #us_introduce .content .introduce_s {
        background: url(../images/bgk/bgk_introduce2.png) no-repeat center center;
        background-size: cover;
    }
    #us_introduce .content .introduce_s li {
        width: 50%;
        margin: 15px 0;
        height: 125px;
    }
    #us_introduce .content .introduce_s li i {
        margin-bottom: 5px;
    }
    #us_introduce .content .introduce_s li h2 {
        font-size: 32px;
        line-height: 24px;
        margin-top: 5px;
    }
    #us_introduce .content .introduce_s li h3 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 5px;
    }
    #us_introduce .content .introduce_s li p {
        white-space: nowrap;
    }
	#us_introduce .content .introduce_s li p {
		font-size: 12px;
	}
    #us_team .content .content_main li {
        width: 48%;
        margin: 0 0 25px;
    }
    #us_team .content .content_main li:nth-of-type(2n) {
        margin-left: 4%;
    }
    #us_team .content .content_main li .img_parent i {
        background-size: 100%;
    }
    #us_team .content .content_main li .img_parent {
        height: 140px;
        overflow: hidden;
    }
    #us_team .content .content_main li .img_parent img {
        left: -5px;
        width: 100%;
    }
    #us_team .content .content_main li h6 {
        font-size: 14px;
        margin: 5px 0 0;
    }
    #us_team .content .content_main li p {
        font-size: 9px;
    }
    #us_team_detail .people_main {
        margin: 50px auto 35px;
        width: 90%;
    }
    #us_team_detail .people_main h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    #us_team_detail .people_main h4 {
        font-size: 14px;
        line-height: 20px;
    }
    #us_team_detail .people_content {
        background-color: #F7F9FB;
        padding: 25px 5% 45px;
    }
    #us_team_detail .people_content p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }
    #us_team .content_main .wrap{
		width: 100%;
    }
	/* #us_team .content .content_main {
		height: 780px;
	} */
	#us_team .gsglc {
		top: 45px;
		left: 23%;
		text-align: center;
		width: 215px;
		height: 195px;
	}
	#us_team .gsglc .text {
		font-size: 16px;
		margin-top: 95px;
	}
	#us_team .zhttd {
		width: 98px;
		height: 139px;
		top: 70px;
		left: 10%;
    }
	#us_team .zhttd .text {
		margin: -30px 0 0 -10px;
	}
    #us_team .zhttd .title{
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 10px;
    }
    #us_team .zhttd .desc{
	    font-size: 12px;
	    line-height: 12px;
	    padding-top: 3px;
    }
	#us_team .tztd {
		width: 95px;
		height: 114px;
		top: -15px;
		left: 70%;
	}
	#us_team .tztd .text{
	    margin: -50px 0 0 30px;
    }
    #us_team .tztd .title{
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 10px;
		width: 70px;
    }
    #us_team .tztd .desc{
	    font-size: 12px;
	    line-height: 12px;
	    padding-top: 3px;
		width: 70px;
    }
    #us_team .gwtd {
		width: 140px;
		height: 112px;
		top: 215px;
		left: 53%;
    }
	#us_team .gwtd .text{
	    margin: 45px 0 0 40px;
	}
    #us_team .gwtd .title{
	    font-size: 14px;
	    line-height: 20px;
	    margin-bottom: 10px;
    }
    #us_team .gwtd .desc{
	    font-size: 12px;
	    line-height: 12px;
	    padding-top: 3px;
    }
    #us_team .tzwyh {
		width: 92px;
		height: 92px;
		top: -75px;
		left: 30%;
    }
	#us_team .tzwyh .text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
    }
    #us_team .zxwyh {
		width: 92px;
		height: 92px;
		top: 260px;
		left: 20%;
    }
	#us_team .zxwyh .text{
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}
	#us_team .jybj {
	    width: 100%;
	    position: absolute;
	    top: 430px;
	    left: 0;
    }
    #us_team .jybj .text{
	    border-top:2px solid #1A1A1A;
	    border-bottom:2px solid #1A1A1A;
		width: 90%;
		margin: 0 20px;
    }
	#us_team .jybj .title{
		width: 100%;
		font-size: 20px;
    }
    #us_team .jybj .desc{
		font-size: 14px;
	    width: 100%;
		line-height: 24px;
		padding-top: 20px;
    }
    #us_culture .content .title h3 {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }
    #us_culture .content .introduce .public_title h6 {
        font-size: 14px;
        line-height: 18px;
    }
    #us_culture .content .introduce .introduce_main {
        margin-top: 35px;
    }
    #us_culture .content .introduce .introduce_main h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
    }
    #us_culture .content .introduce .introduce_main h6 {
        font-size: 15px;
        line-height: 23px;
    }
    #us_culture .content .introduce .introduce_Smain ul {
        margin-top: 0;
    }
    #us_culture .content .introduce .introduce_main li {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    #us_culture .content .introduce .introduce_main p {
        margin-top: 0;
    }
    #us_culture .content .introduce .introduce_Tmain {
        width: 50%;
        margin-bottom: 30px;
    }
    #us_activity .content .introduce_main p {
        margin-top: 0;
    }
    #us_activity .content .introduce .introduce_main {
        margin-top: 35px;
    }
    #us_activity .content .activity_list li {
        width: 100%;
    }
    #us_activity .content .activity_list {
        padding: 0;
    }
    #us_activity .content .activity_list li {
        margin: 30px 0 0;
    }
    #us_activity .content .activity_list p.title {
        margin-top: 10px;
        font-size: 10px;
        line-height: 14px;
    }
    #us_activity .content .introduce_s {
        margin-top: 30px;
    }
    #us_activity #footer {
        margin-top: 30px;
    }
    #work .wrap {
        width: 100%;
    }
    #work .public_link li {
        width: 24%;
    }
    #work .content_main .title {
        font-size: 12px;
        line-height: 20px;
    }
    #work .content_main .title p:last-child::after {
        height: 3px;
        bottom: -15px;
    }
    #work .content_main .detail li {
        float: none;
        width: 100%!important;
        height: 470px;
        padding: 0!important;
    }
    #work .content_main .detail li a>img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        transform: translateX(0);
    }
    #work .content_main .detail li .detail_main {
        padding: 35px 20px;
    }
    #work .content_main .detail li .detail_main .detail_mainT p.english {
        font-size: 12px;
        line-height: 15px;
        height: auto;
    }
    #work .content_main .detail li .detail_main .detail_mainT h2 {
        margin-bottom: 0;
    }
    #work .content_main .detail li .detail_main .detail_mainT .desc {
        width: 180px;
        margin: auto;
    }
    #work .content_main .detail li .detail_main .detail_mainB {
        bottom: 30px;
    }
    #work .content_main .detail li .detail_main .detail_mainB img {
        max-width: 85px;
        max-height: 50px;
    }
    #information_honor .content_main li {
        margin-top: 40px;
    }
    #information_honor .content_main li .text {
        text-align: center;
        width: 100%;
    }
    #information_honor .content_main li i {
        margin-bottom: 15px;
    }
    #information_honor .content_main li p {
        font-size: 15px;
        line-height: 18px;
    }
    #information_honor .content_main li h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 0;
    }
    #information_news .content_main {
        padding-top: 0;
    }
    #information_news .content_main dl {
        margin-top: 25px;
    }
    #information_news .content_main dl dt {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    #information h2 {
        font-size: 20px;
        line-height: 25px;
    }
    #information_news .content_main dl dd {
        float: none;
        width: 100%;
    }
    /* #information_news .content_main li {
        width: 48%;
        margin: 0 0 15px;
        height: 220px;
    } */
    /* #information_news .content_main li:nth-of-type(2n) {
        margin-left: 4%;
    } */
    #information_news .content_main li p.title {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        margin-top: 10px;
    }
    #information_news .content_main li div.mobile_show {
        display: block;
        margin-top: 10px;
    }
    #information_news .content_main .public_more {
        float: none;
        width: auto;
    }
    #information_news_detail .content_main img {
        width: 100%!important;
        height: auto!important;
    }
    #information_news_detail .content .content_main .fl_text {
        float: none;
        width: auto;
        margin-right: 0;
    }
    #information_news_detail .content .content_main .fl_text p {
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
		padding-right: 10px;
    }
    #information_news_detail .content .detail_banner_title {
        width: 90%;
    }
    #information_news_detail .content .detail_banner_title h1 {
        font-size: 20px;
        line-height: 22px;
        margin: 0;
    }
    #information_news_detail .content .content_main .fr_addr {
        float: none;
        width: 100%;
    }
    #information_news_detail .content .content_main .fr_addr .bdsharebuttonbox a {
        float: left;
        font-size: 14px!important;
        line-height: 35px!important;
        margin-top: 20px!important;
        background-size: 20%;
        height: 30px;
        padding-left: 30px;
        width: 45%;
    }
    #information_news_detail .content .content_main .fr_addr li {
        font-size: 12px;
        line-height: 16px;
    }
    #contact_prospectus .content .content_main {
        padding: 70px 0 230px;
    }
    #contact_prospectus .content .content_main .title h4 {
        font-size: 16px;
        line-height: 18px;
    }
    #contact_prospectus .content .content_main .title i {
        margin-top: 10px;
    }
    #contact_prospectus .content .content_main .text {
        margin-top: 25px;
    }
    #contact_prospectus .content .content_main .text p {
        font-size: 12px;
        line-height: 20px;
    }
    #contact_prospectus .content .content_main .text a {
        font-size: 18px;
        line-height: 20px;
    }
    #contact_join .content .content_main {
        padding: 0;
    }
    #contact_join .content .content_main .text {
        width: 100%;
        padding: 50px 0;
    }
    #contact_join .content .content_main .text p {
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        padding: 0 50px;
        box-sizing: border-box;
    }
    #contact_join .content .content_main .text p:nth-of-type(2) {
        padding: 0;
        font-size: 15px;
        line-height: 20px;
        padding: 0 50px;
        box-sizing: border-box;
    }
    #contact_join .content .content_main .text a {
        font-size: 14px;
    }
    #contact_join .content .content_main .slideTxtBox {
        width: 100%;
        text-align: center;
        margin: 50px auto 40px;
    }
    #contact_join .content .content_main .slideTxtBox .hd {
        width: 100%;
    }
    #contact_join .content .content_main .slideTxtBox .hd ul li.on {
        background: transparent;
    }
    #contact_join .content .content_main .slideTxtBox .hd ul li {
        width: 90%;
        padding: 10px 0 0 0;
        height: 60px;
        text-align: left;
        margin: auto;
        border-bottom: 1px solid #979797;
    }
    #contact_join .content .content_main .slideTxtBox .hd ul li h3 {
        font-size: 16px;
        line-height: 20px;
        padding-left: 5%;
    }
    #contact_join .content .content_main .slideTxtBox .hd ul li p {
        font-size: 10px;
        line-height: 20px;
        padding-left: 5%;
    }
    #contact_join .content .content_main .slideTxtBox .fr {
        display: none;
    }
    #contact_join .content .content_main .slideTxtBox .title h5.fl {
        width: 100%;
        float: none;
    }
    #contact_join_detail .content .content_main ul {
        margin: 40px 0;
    }
    #contact_join_detail .content .content_main ul li {
        font-size: 14px;
        line-height: 20px;
        margin: 30px 0;
    }
    #contact_join_detail .content .content_main ul li h6 {
        font-size: 12px;
        line-height: 16px;
    }
    #contact_join_detail .content .content_main ul li h5 {
        font-size: 23px;
        line-height: 30px;
    }
    #project_all .content .content_main li {
        width: 48%;
        margin: 10px 0;
	    padding-top: 20px;
        border: 2px solid rgb(206, 213, 233);
    }
    #project_all .content .content_main li p {
        height: 84px;
		padding-top: 10px;
    }
    #project_all .content .content_main li:nth-of-type(2n) {
        margin-left: 4%;
    }
    #project_all .content .content_main li img {
        width: 80%;
        margin: 0 auto;
        display: block;
        height: 4rem;
    }
    #project_all_detail .content .wrap {
        margin: 10px auto 35px;
    }
    #project_all_detail .content .wrap img {
        width: auto;
        max-width: 150px;
        margin-bottom: 8px;
    }
    #project_all_detail .content .wrap p {
        line-height: 20px;
    }
    #project_all_detail .content .wrap p:nth-of-type(3) {
        margin-top: 60px;
    }
    #project_all_detail .content .wrap a {
        display: inline-block;
        height: 28px;
        width: 28px;
        background: url(../images/icon/icon_golink.png);
        margin-top: 15px;
    }
    #project_estate .content .content_main {
        padding: 20px 0;
    }
    #project_estate .content .content_main li {
        width: 100%;
        margin: 20px 0;
    }
    #project_estate .content .content_main li h3 {
        font-size: 18px;
        line-height: 24px;
    }
    #project_estate .content .content_main li p {
        font-size: 12px;
        line-height: 18px;
    }
    #information_news .news_info {
        height: 23rem;
        margin-bottom: 2rem;
    }
    #information_news .news_info .news_pic {
        width: 90%;
        height: 13rem;
        float: none;
        margin: 0 auto;
    }
    #information_news .news_info .news_intro {
        float: left;
        width: 93%;
        padding: 0 1rem;
    }
    #information_news .news_info .news_intro .news_desc {
        height: 3rem;
        overflow: hidden;
    }
    #contact_join .job_content {
        padding: 0 1rem;
    }
    #contact_join .job_content .search {
        position: relative;
        margin: 2rem 0;
        padding: 0;
    }
    #contact_join .job_content .search .search_btn {
        width: 7rem;
        font-size: 16px;
    }
    #contact_join .job_content .search .search_btn img {
        right: 5.5rem;
    }
    #contact_join .job_content .search input {
        width: 10rem;
    }
    #contact_join .jobinfo {
        padding: 0;
    }
    .contact_layer .layui-layer-content .fr_detail {
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .contact_layer .layui-layer-content .fl_main {
        height: 5rem;
        width: 100%;
        border-left: none;
    }
    .contact_layer .layui-layer-content .fl_main .fr_mainT {
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contact_layer .layui-layer-content .fl_main .fr_mainT .contact_title {
        margin-top: 10px !important;
    }
    #contact_join .fuli {
        height: 16rem;
        margin-bottom: 40px;
    }
    #contact_join .fuli .fuli_pic {
        width: 100%;
        height: 9.5rem;
        float: left;
    }
    #contact_join .fuli .fuli_intro {
        width: 100%;
        margin-left: 20px;
    }
    #contact_join .fuli .fuli_intro .fuli_desc {
        font-size: 14px;
        line-height: 20px;
    }

	#contact_join .jobinfo .job_title {
		font-size: 16px;
		line-height: 28px;
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	#contact_join .jobinfo .job_date {
		font-size: 12px;
	}
	#contact_join .jobinfo {
		height: auto;
		padding: 0 20px;
	}
	#contact_join .jobinfo .job_detail {
		padding: 10px 0;
	}
	.fr_detail li h2 {
		height: 100%;
	    line-height: 40px;
	}
	.statement{
		width: 96%;
	}
	.statement li p {
		text-align: justify;
		text-indent: 2em;
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 479px) {

    /* 手机 banner 固定高度，避免高度塌陷/只显示一部分 */
    .public_banner{
        height: 120px !important;
    }
    .public_banner img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
    }

    /* 新闻分页：改 flex 布局，避免上一页/下一页被挤到上下两端形成大空白 */
    #pagelist{
        height: auto !important;
        line-height: normal !important;
        margin-top: 24px !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        gap: 10px !important;
    }

    /* 兼容你常见的 dspPages 输出结构 */
    #pagelist .pagenum{
        min-width: 0 !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        float: none !important;
    }

    #pagelist .page_prev,
    #pagelist .page_next,
    #pagelist .pagenum a,
    #pagelist .pagenum span{
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 32px !important;
        min-width: 32px !important;
        padding: 0 10px !important;
        margin: 0 !important;
        border-radius: 4px !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
    }

    /* 当前页（如果是 span.active 或 a.active 两种写法都兼容） */
    #pagelist .active{
        font-weight: 600 !important;
    }
    .phoneviewMargin {
        margin-top: 30px!important;
    }
    .post .mainlogo {
         margin-top: 165px!important;
    }
    .post .maintext {
        font-size: 28px!important;
    }
    p.subtext {
         font-size: 18px!important;
    }
    #us_team .content .content_main {
        padding: 10px 0 10px 0;
    }
}


.layui-layer .layui-layer-content{
  /* height: auto !important; */
  max-height: 70vh;
  overflow: auto !important;
  box-sizing: border-box;
}

/* .layui-layer{
  max-width: calc(100vw - 24px);
} */

@media (max-width: 479px){
  .layui-layer:not(.project_layer):not(.us_layer):not(.contact_layer){
    width: calc(100vw - 24px) !important;
    left: 12px !important;
    margin-left: 0 !important;
  }
}



.project_layer .layui-layer-content{
  height: 100% !important;
  overflow: hidden;
}

.contact_layer .layui-layer-content{
  height: 100% !important;
  overflow: hidden;
}

.alert_layer .layui-layer-content{
  height: auto !important;
  max-height: 60vh !important;
  overflow: auto !important;
  padding: 18px 16px !important;
}

