
/*中小屏*/
@media screen and (max-width: 1440px) {
    .header{height: 94px;}
    .header .top{height: 30px;}
    .header .bot .container{height:64px;}
    .header .logo{width: 128px;}
    .header .nav li{margin: 0 36px;}
    .header .nav .link{line-height: 64px;}
    .header .link-us{line-height: 32px;border-radius: 22px;}
    .header .search{width: 32px;height: 32px;background-size: 16px 16px;}
    .header .sub-menu{top: 64px;}
    .header .search-erify{height: 32px;border-radius: 16px;}
    .header .text{height: 32px;}
    .header .btn{width: 32px;height: 32px;background-size: 16px 16px;}
    .head-h{height: 94px;}
    .home .swiper-banner{height: calc(100vh - 118px);}
    .home .busi-box .img-tabs{height: calc(100% - 5.7708vw - 94px);bottom:5.7708vw;}
    .home .busi-box .img-box .img-bot{margin-top: 1.3438vw;}
    .home .swiper-banner .swiper-hot .txt{font-size: 0.8vw;}
}

/*移动端适配*/
@media screen and (max-width: 750px) {
	.container{width: 6.7rem;}
	.xs-show{display: block !important;}
	.xs-hidden{display: none !important;}
	/*头部*/
	.header{display: none;}
	.head-h{height: 1rem;}
	.m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;height: 1rem;z-index: 99;background: #fff;box-shadow: 0 .1rem .3rem .12rem rgba(0,0,0,0.2);}
	.m-header .container{width: 100%;padding-left: .3rem;box-sizing: border-box;position: relative;z-index: 10;display: flex;justify-content: space-between;align-items: center;}
	.m-header .logo{display: block;width: 2.4rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .right{display:flex;}
	.m-header .nav{float: right; width: 1.14rem;height: 1rem;background: url('/static/front/images/m_nav.png') no-repeat center #D60011;background-size: .66rem .44rem;}
	.m-header .search{float: right; width: .4rem;height: .4rem;background: url('/static/front/images/search.png') no-repeat;background-size: cover;margin: .3rem .4rem 0 0;}
	.m-main{position: absolute;left: 0;top: 1rem;width: 100%;height: calc(100vh - 1rem); display: none;background: #fff;overflow-y: auto;}
	.m-header .m-main .container{padding: .6rem 4% 2.5rem;display: block;}
	.m-main .item .top{font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;position: relative;}
	.m-main .item .link{display: block;font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;}
	.m-main .item .top::after{content: '';width: .24rem;height: .14rem;background: url('/static/front/images/arrow_bb.png') no-repeat;position: absolute;
	right: .2rem;top: 50%;margin-top: -.07rem;background-size: cover;transition: all .5s ease-in-out;}
	.m-main .item .list .sub-top{font-size: .28rem;line-height: 1.16rem;border-bottom: 1px solid #E6E6E6;position: relative;color: #666;}
	.m-main .item .list .sub-top::after{content: '';width: .18rem;height: .11rem;background: url('/static/front/images/arrow_bb.png') no-repeat;position: absolute;
		right: 0;top: 50%;margin-top: -.05rem;background-size: cover;transition: all .5s ease-in-out;transform: rotate(-90deg);}
	.m-main .item .list .erify{display: none;border-bottom: 1px solid #EAEAEA;padding: .3rem 0;}
	.m-main .item .active::after{transform: rotate(180deg);}
	.m-main .item .list{display: none;width: 6.2rem;margin: 0 auto;}
	.m-main .item .list a{display: block;font-size: .28rem;color: #666;line-height: 1.12rem;border-bottom: 1px solid #EAEAEA;}
	.m-main .item .list .erify a{font-size: .26rem;line-height: .8rem;border-bottom: none;padding-left: .3rem;}

	.m-header .language{float: right;width: 1rem;height: 1rem;background: url(/static/front/images/language_m.png) no-repeat center;background-size: .42rem .42rem;}
	.m-language{background: #fff;width: 2rem;top: 1rem;right: .64rem;position: absolute;display: none;}
	.m-language a{display: block;text-align: center;font-size: .26rem;line-height: 1rem;color: #333;}
	.m-search{position: absolute;left: 0;top: .94rem;background: rgba(0,17,34,0.8);padding: 30px 4% 20px;width: 92%;display: none;}
	.m-search form{width: 100%;height: 40px;line-height: 40px;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: 3px;overflow: hidden;display:flex;justify-content: space-between;}
	.m-search .text{width: 85%;height: 40px;border:none;color: #333;background:none;text-indent: 20px;}
	.m-search .btn{width: 15%;height: 40px;background: url('/static/front/images/search.png') no-repeat center center;background-size: 20px;border:none;}


	/*底部*/
	.footer{padding: .8rem 0 .5rem;margin-top: -.4rem;}
	.footer .top{display: block;border-bottom: none;padding-bottom: .6rem;}
	.footer .logo{width: 2.6rem;}
	.footer .info{width: 5.2rem;margin-top: .3rem;}
	.footer .info p{font-size: .26rem;}
	.footer .info .tel{margin-top: .2rem;font-size: .26rem;}
	.footer .nav{width: 100%;margin-top: .5rem;display: block;}
	.footer .nav .title{font-size: .28rem;line-height: 1rem;border-bottom: 1px solid rgba(255, 255, 255, 0.40);position: relative;}
	.footer .nav .title::after{content: '';width: .24rem;height: .14rem;background: url(/static/front/images/arrow_wb.png) no-repeat;background-size: cover;position: absolute;right: .3rem;top: 50%;margin-top: -.07rem;}
	.footer .nav .list{margin-top: 0;display: none;}
	.footer .nav .list a{padding: 0 .3rem;font-size: .26rem;line-height: .76rem;border-bottom: 1px solid rgba(255, 255, 255, 0.40);}
	.footer .bot{padding-top: 0;flex-direction:column-reverse;}
	.footer .copyright{margin-top: .5rem;font-size: .24rem;line-height: 1.5;text-align: left;}
	.footer .code{margin-right: .3rem;}
	.footer .code a{width: .8rem;height: .8rem;margin-left: .3rem;background-size: .48rem .48rem;box-sizing: border-box;}
	.footer .code a:first-child{margin-left: 0;}
	.footer .firend-select p{width: 4.5rem;height: .8rem; font-size: .26rem;padding: 0 .3rem;border-radius: .08rem;}
	.footer .firend-select p::after{width: .2rem;height: .12rem;top: 50%;right: .3rem;}
	.footer .firend-select ul{bottom: .8rem;border-radius: .08rem;}
	.footer .firend-select ul a{font-size: .26rem;line-height: .8rem;padding: 0 .3rem;}
	
	/*通用*/
	.sub-banner .main{bottom: .4rem;}
	.sub-banner h1,
	.sub-banner h4{font-size: .48rem;}
	.sub-banner .info{font-size: .3rem;margin-top: .3rem;}
	.sub-banner .sub-nav{margin-top: .8rem;min-height: .7rem;}
	.sub-banner .sub-nav li{margin-right: .3rem;}
	.sub-banner .sub-nav li:last-child{margin-right: 0;}
	.sub-banner .sub-nav a{font-size: .24rem;padding-bottom: .4rem;}
	.sub-banner .sub-nav a::after{height: .06rem;}
	.main-box{margin-top: -.4rem;padding-bottom: .8rem;border-radius: .4rem;}
	.remark{font-size: .26rem;padding: 0 .3rem;line-height: .56rem;border-radius: .3rem;}
	.com-title{font-size: .36rem;margin-top: .3rem;}
	.mouse-down{width: .8rem;height: .8rem;top: -.4rem;}
	.mouse-down i{width: .3rem;height: .4rem;}
	@keyframes arrow {
        0% {
            -webkit-transform: translate3d(0, -.4rem, 0);
            transform: translate3d(0, -.4rem, 0)
        }
    
        60% {
            -webkit-transform: translate3d(0, .2rem, 0);
            transform: translate3d(0, .2rem, 0)
        }
    
        100% {
            -webkit-transform: translate3d(0, .8rem, 0);
            transform: translate3d(0, .8rem, 0)
        }
    }
    .ewm-list ul{justify-content: space-between;}
    .ewm-list li{width:2.9rem;border-radius: .08rem;margin:0 0 .3rem;}
	.ewm-list .name{height: .8rem;}
	.ewm-list .name p{font-size: .26rem;line-height: .8rem;}
	.combot-box{padding-top: .8rem;}
	.combot-box .title{padding-bottom: .3rem;}
	.combot-box .title p{font-size: .3rem;line-height: 2;}
	.combot-box .title a{width: 1.8rem;height: .6rem;font-size: .24rem;border-radius: .3rem;padding:0 .3rem;}
	.combot-box .title i{width: .22rem;height: .16rem;}
	.news-list{padding-bottom: .3rem;}
	.news-list li{width: 100%;margin: 0 0 .3rem;}
	.news-list a{border-radius: .08rem;}
	.news-list .pic{height: 4.16rem;border-radius: 0 0 .08rem .08rem;}
	.news-list .imgBg{height: 4.16rem;}
	.news-list .box{padding: .3rem;}
	.news-list .name{font-size: .3rem;margin-top: .2rem;}
	.news-list .time{font-size: .22rem;margin-top: .2rem;}
	.special-list{padding-bottom: .3rem;}
	.special-list li{margin-bottom: .4rem;border-radius: .08rem;}
	.special-list a{display: block;}
	.special-list .pic{width: 100%;height: 4.16rem;border-radius: .08rem;}
	.special-list .imgBg{height: 4.16rem;}
	.special-list .box{width: 100%;padding: .4rem .3rem;}
	.special-list .name{font-size: .3rem;margin-top: .3rem;}
	.special-list .time{margin-top: .3rem;height: .4rem;font-size: .26rem;}
	.special-list .time i{display: block;width: .36rem;height: .36rem;margin-right: .1rem;}
	.special-list .txt{font-size: .24rem;margin-top: .3rem;}
	.special-list .more{width: 2.6rem;height: .6rem;border-radius: .4rem;font-size: .24rem;margin-top: .5rem;}
	.special-list .more i{width: .44rem;height: .32rem;margin-left: .3rem;}
	.trade-list .item{display: block;margin-bottom: .3rem;border-radius: .08rem;}
    .trade-list .imgBg{width: 100%;height: 4.25rem;border-radius: 0 0 .08rem .08rem;}
    .trade-list .main{display:block;padding:.6rem .3rem;width:100%;}
    .trade-list .name{font-size: .32rem;}
    .trade-list .txt{font-size: .26rem;margin-top: .2rem;}
    .trade-list .txt p{margin-bottom: .1rem;}
    .swiper-com .swiper-button-prev,
    .swiper-com .swiper-button-next{display: none;}
    .society-list ul{justify-content: space-between;}
    .society-list li{width: 3.2rem;margin: 0 0 .3rem;}
    .society-list .img{height: 3.5rem;border-radius: .08rem;}
    .society-list .img img{max-width: 2.9rem;max-height: 3rem;}
    .society-list .main{padding: 0 .3rem .3rem;}
    .society-list .name{font-size: .3rem;}
    .society-list .txt{font-size: .24rem;margin-top: .1rem;}
    .load-more{width: 2.1rem;height: .6rem;font-size: .24rem;padding: 0 .3rem;margin-top: .6rem;border-radius: .3rem;}
    .load-more i{width: .22rem;height: .16rem;}
    .show-more{width: 1.8rem;height: .6rem;font-size: .25rem;padding: 0 .3rem;border-radius: .3rem;margin-top: .6rem;}
    .show-more i{width: .16rem;height: .16rem;}
    .page a,
    .page input{display: none;}
    .page .prev,
    .page .next{display: block;}

	/*首页*/
	.home{margin-top: 0;border-radius:0 0 .4rem .4rem;}
	.home .swiper-banner{height: 8rem;width:100%;border-radius: 0;}
	.home .swiper-banner .banner-txt{bottom:1.6rem;padding: 0 .4rem;}
	.home .swiper-banner p{font-size: .28rem;}
	.home .swiper-banner .name{font-size: .56rem;margin-top: .2rem;}
	.home .swiper-banner .main{bottom: .6rem;padding: 0 .4rem;}
	.home .swiper-banner .hot-news{width: 2rem;height: .6rem;border-radius: .3rem;font-size: .26rem;}
	.home .swiper-banner .hot-news i{width: .24rem;height: .24rem;margin-right: .1rem;}
	.home .swiper-banner .news-pop-show{width:4.8rem;height: 5.6rem;right: .4rem;bottom: 0;}
	.home .swiper-banner .news-pop .btn{width:.36rem;height: .36rem;margin: .3rem 0 0 .25rem;}
	.home .swiper-banner .swiper-hot{height:5.6rem;}
	.home .swiper-banner .right{width:4rem;box-sizing:border-box;}
	.home .swiper-banner .swiper-hot a{padding: .3rem .2rem  0;}
	.home .swiper-banner .swiper-hot .pic{border-radius: .08rem;height: 2.2rem;}
	.home .swiper-banner .swiper-hot .imgBg{height: 2.2rem;}
	.home .swiper-banner .swiper-hot .n-name{font-size: .28rem;margin-top: .1rem;}
	.home .swiper-banner .swiper-hot .txt{font-size: .24rem;margin-top: .1rem;}
	.home .swiper-banner .swiper-hot .swiper-button-next,
	.home .swiper-banner .swiper-hot .swiper-button-prev{height: .6rem;}
	.home .swiper-banner .swiper-hot .swiper-button-next i,
	.home .swiper-banner .swiper-hot .swiper-button-prev i{width: .3rem;height: .22rem;}
	.home .swiper-banner .news-pop .more{left: -.6rem;font-size: .26rem;height: 2.2rem;border-radius: .08rem 0 0 .08rem;width:.6rem;bottom: .6rem;padding:0 .15rem;}
	
	.home .about-box .title{font-size: .3rem;margin-top: .3rem;}
	.home .about-box .list{display:block;margin-top: .5rem;}
	.home .about-box .item{width: 100%;height: 7.2rem;margin-bottom: .3rem;border-radius: .08rem;padding: 0 .3rem .6rem;}
	.home .about-box .name{font-size: .4rem;}
	.home .about-box .txt{font-size: .28rem;margin-top: .2rem;width: 100%;}
	.home .busi-box{height: auto;padding: .8rem 0;}
	.home .busi-box .main-warp{position: static;height: auto;display: block;}
	.home .busi-box .slogan{transform: translateY(0px) !important;}
	.home .busi-box .info{font-size: .3rem;margin-top: .3rem;}
	.home .busi-box .list{margin-top: .5rem;}
	.home .busi-box ul{padding: 0;}
	.home .busi-box li{display: none;}
	.home .busi-box li.center{display: block;width: 100%;height:9.8rem;transform: translateY(0px) !important;padding:0;background:none;margin-top: 0;}
	.home .busi-box .img-wrap{height: 9.8rem;border-radius: 0;}
	.home .busi-box .name{display: none;}
	.home .busi-box .img-main{display: flex;flex-direction:column;justify-content: flex-end;}
	.home .busi-box .img-act{position: static;padding: 0 .4rem;}
	.home .busi-box .img-act .img-name{font-size: .48rem;display: none;}
	.home .busi-box .img-tabs{position: static;width: 6.7rem;border-radius: .2rem;margin: .3rem auto 0;height: auto;}
	.home .busi-box .img-box{display: block;padding: .4rem .3rem;}
	.home .busi-box .img-box .num{font-size: .4rem;display: none;}
	.home .busi-box .img-box h5{font-size: .45rem;}
	.home .busi-box .img-box .img-bot{margin-top: .5rem;}
	.home .busi-box .img-box .img-tit{font-size: .3rem;}
	.home .busi-box .img-box .txt{font-size: .24rem;margin-top: .2rem;}
	.home .busi-box .img-box .img-list{margin-top: .2rem;flex-wrap: nowrap;overflow-x:auto;width:6.4rem;}
	.home .busi-box .img-box .img-item{width: 1.6rem;height: 1.2rem;margin:0 .2rem 0 0;border-radius:.08rem;flex: none;}
	.home .busi-box .img-box .img-item:nth-child(3n){margin-right: .2rem;}
	.home .busi-box .img-box .img-item:last-child{margin-right: .3rem;}
	.home .busi-box .img-nav{position: static;margin-top: .5rem;}
	.home .busi-box .img-nav .item{height: .8rem;}
	.home .busi-box .img-nav .item p{font-size: .28rem;}
	.home .busi-box .img-nav .active::before{height:2px;}
	.home .busi-box .img-nav .active::after{width: 1.53rem;height: .35rem;}
	.home .core-box{padding-top: .8rem;}
	.home .core-box .main{height: 9rem;padding-top: .8rem;border-radius: .08rem;}
	.home .core-box .box{border-radius: .08rem;width: 100%;height:auto;padding: .4rem .6rem;}
	.home .core-box .title{font-size: .36rem;margin-bottom: .4rem;}
	.home .core-box p{font-size: .26rem;}
	.home .core-box .line{margin: .4rem 0;}
	.home .core-box h5{font-size: .3rem;}
	.home .core-box .load-more{margin-top: .4rem;}
	.home .message-box,
	.home .media-box{padding-top: .8rem;}
	.home .media-box .wx-icon{width: .6rem;height: .6rem;background-size: .32rem .32rem !important;margin-right: .2rem;}
	.home .message-box .info{font-size: .28rem;margin: .3rem 0 .5rem;}

	/*东升国际介绍*/
	.about .intro-box .container{padding: 1.2rem 0 .8rem;}
	.about .intro-box .main{display: block;}
	.about .intro-box .left{width: 100%;}
	.about .intro-box .info{margin-top: .3rem;font-size: .26rem;}
	.about .intro-box .pic{width:100%;margin-top: .3rem;}
	.about .intro-box .pic img{margin-top: 0;}
	.about .intro-box .data-list{margin-top: -2.4rem;flex-wrap: wrap;}
	.about .intro-box .data-list .item{width:3.2rem;height: 3.2rem;margin-bottom: .3rem;padding: .3rem 0;}
	.about .intro-box .data-list .img{width: .96rem;}
	.about .intro-box .data-list .top{height: .74rem;}
	.about .intro-box .data-list .name{font-size: .26rem;}
	.about .intro-box .data-list p{font-size: .22rem;margin-top: .1rem;}
	.about .intro-box .data-list .num{font-size: .3rem;}
	.about .intro-box .data-list .num span{font-size: .48rem;}
	.about .leader-box{padding: .8rem 0;}
	.about .leader-box .container{display: block;}
	.about .leader-box .left{padding-top: 0;width: 100%;}
	.about .leader-box .title{font-size: .3rem;width: 72%;}
	.about .leader-box .info{margin-top: .3rem;font-size: .26rem;}
	.about .leader-box .info p{margin-bottom: .1rem;}
	.about .leader-box .tips{font-size: .26rem;margin-top: .6rem;}
	.about .leader-box .name{margin-top: .2rem;}
	.about .leader-box .name img{width: 1.2rem;}
	.about .track-box{padding: .8rem 0;}
	.about .track-box .title{font-size: .3rem;padding-bottom: .3rem;}
	.about .honor-box{padding: .8rem 0;}
	.about .honor-box .main{display: block;}
	.about .honor-box .left{width: 100%;}
	.about .swiper-honor{margin-top: .5rem;height: auto;padding-bottom: .6rem;}
	.about .swiper-honor .title{font-size: .36rem;}
	.about .swiper-honor .txt{width: 100%;font-size: .26rem;margin-top: .2rem;}
	.about .swiper-honor .swiper-pagination{justify-content: center;}
	.about .swiper-honor .swiper-pagination .swiper-pagination-bullet{width: .16rem;height: .16rem;margin: 0 .3rem;}
	.about .honor-box .right{margin-top: .5rem;width: 100%;}
	.about .swiper-prize{height: 4rem;}
	.about .swiper-prize p{font-size: .26rem;line-height: 2; padding-right: .2rem;margin: .1rem 0;}
	.about .son-box{padding: .8rem 0 .4rem;}
	.about .son-list{display: block;margin-top: .5rem;}
	.about .son-list .item{width:100%;margin-bottom: .5rem;}
	.about .son-list .pic{border-radius: .08rem;}
	.about .son-list .name{bottom: .36rem;font-size: .3rem;padding: 0 .3rem;}
	.about .son-list .content{padding-left: 0;font-size: .26rem;margin-top: .5rem;}
	.about .son-list .content p{padding-left: .3rem;}
	.about .son-list .content p::before{width: .12rem;height: .12rem;left: 0;top: .26rem;}
	.about .show-more{display: none;}
	
	.about-pop .about-pop-main{width: 6.7rem;height: 10.2rem;padding: .3rem .3rem 0;}
	.about-pop .title{font-size: .4rem;line-height: .6rem;}
	.about-pop .close{width: .64rem;height: .64rem;right: .3rem;top: .3rem;}
	.about-pop .swiper-pop{margin-top: .3rem;height: 8.2rem;font-size: .26rem;}
	.about-pop .swiper-pop .swiper-slide{padding-right: .3rem;}
	.about-pop .about-pop-main::after{width: 5.63rem;height: 4.8rem;right: .3rem;}
	
	/*企业文化*/
	.culture .core-box{padding-top: 1.2rem;}
	.culture .core-list{height:auto;border-radius: .1rem;display: block;}
	.culture .core-list .item{width:100%;height: auto;padding: .6rem .4rem;border-right: none;border-bottom:1px solid rgba(255,255,255,0.3);}
	.culture .core-list .item:last-child{border-bottom: none;}
	.culture .core-list .box{padding: 0;}
	.culture .core-list .tips{font-size: .28rem;}
	.culture .core-list .name{font-size: .36rem;margin-top: .2rem;}
	.culture .core-list .txt{margin-top: .3rem;font-size: .26rem;transform: translateY(0px);display: block;opacity: 1;}
	.culture .core-list .item::after{content: '';width: 100%;height: 100%;background: rgba(0,0,0,0.1);backdrop-filter: blur(7px);position: absolute;left: 0;top: 0;}
	.culture .manage-box{padding-top: .8rem;}
	.culture .manage-box .manage-tit{margin-top: .3rem;display: block;}
	.culture .manage-box .cub{width: 3.4rem;height: .6rem;border-radius: .08rem;font-size: .26rem;margin: .2rem 0 0 0}
	.culture .manage-box .cub i{width: .3rem;height: .3rem;margin-right: .2rem;}
	.culture .manage-box .list{margin-top: .5rem;}
	.culture .manage-box .list .item{width: 3.2rem;height: 2.8rem;margin: 0 0 .3rem;border-radius: .08rem;}
	.culture .manage-box .list .box{padding: .8rem .3rem 0;}
	.culture .manage-box .list .name{font-size: .3rem;}
	.culture .manage-box .list .txt{font-size: .26rem;margin-top: .1rem;}
	/*.culture .manage-box .list .txt br{display: none;}*/
	.culture .manage-box .list .pic{width: 1.55rem;}
	.culture .duty-box{padding-top: .8rem;}
	.culture .duty-box .nav{justify-content:flex-start;overflow-x: auto;}
	.culture .duty-box .nav .item{font-size: .3rem;margin: 0 .6rem 0 0;padding-bottom: .3rem;flex: none;}
	.culture .duty-box .nav .item:last-child{margin-right: 0;}
	.culture .duty-box .tabs{height: auto;padding: .6rem 0 .6rem .4rem;border-radius: .08rem;}
	.culture .duty-box .main{display: block;padding:0;height: auto;}
	.culture .duty-box .left{width: 100%;box-sizing:border-box;padding-right: .4rem;} 
	.culture .duty-box .title{font-size: .36rem;}
	.culture .duty-box .txt{font-size: .26rem;margin-top: .2rem;}
	.culture .duty-box .right{width: 100%;margin-top: .5rem;}
	.culture .swiper-duty .swiper-slide{width: 5.4rem;}
	.culture .swiper-duty .pic{height: 3.68rem;border-radius: .08rem;}
	.culture .swiper-duty .imgBg{height: 3.68rem;}
	.culture .swiper-duty .box{padding: .3rem;}
	.culture .swiper-duty .name{font-size: .28rem;}
	.culture .swiper-duty .swiper-button-next,
	.culture .swiper-duty .swiper-button-prev{display: none;}
	
	/*党建*/
	.party .intro-box .container{padding-top: 1.2rem;}
	.party .profile{display: block;}
	.party .profile .left{width: 100%;}
	.party .profile .info{font-size: .26rem;margin-top: .3rem;}
	.party .profile .info p{margin-bottom: .1rem;}
	.party .profile .right{width: 100%;margin-top: .5rem;}
	.party .profile .pic{border-radius: .08rem;}
	.party .profile .name{font-size: .3rem;line-height: .8rem;padding: 0 .2rem;}
	.party .org{padding-top: .8rem;}
	.party .org .nav .item{margin: 0 .3rem;font-size: .3rem;padding-bottom: .3rem;}
	.party .org .nav .active{border-bottom-width: 2px;}
	.party .org .tabs{height: auto;padding: .6rem .3rem;border-radius: .08rem;}
	.party .org .img{height: auto;}
	.party .org .img img{width: 100%;}
	.party .honor{padding-top: .8rem;}
	.party .swiper-honor{margin-top: .5rem;height: 7.2rem;}
	.party .swiper-honor .box{padding: .3rem .2rem;border-radius: .08rem;display: block;}
	.party .swiper-honor .year{font-size: .3rem;}
	.party .swiper-honor .line{display: none;}
	.party .swiper-honor .txt{font-size: .26rem;margin-top: .2rem;width: 100%;}
	.party .dynamaic-box{padding-top: .8rem;}
	.party .dynamaic-box .title{font-size: .3rem;padding-bottom: .3rem;}
	.swiper-dynamaic{margin-top: .5rem;}
	.swiper-dynamaic a{border-radius: .08rem;}
	.swiper-dynamaic .pic{height: 4.16rem;border-radius: 0 0 .08rem .08rem;}
	.swiper-dynamaic .imgBg{height: 4.16rem;}
	.swiper-dynamaic .box{padding: .3rem;}
	.swiper-dynamaic .name{font-size: .3rem;margin-top: .2rem;}
	.swiper-dynamaic .time{font-size: .22rem;margin-top: .2rem;}
	
	/*社会关怀*/
    .society .container{padding-top: 1.2rem;}
    .society .society-list{margin-top: .5rem;}
    .society .leader-name{margin-top: .2rem;font-size: .26rem;}
	
	/*大事记*/
	.event .container{padding-top: 1.2rem;}
	.event .nav{margin-top: .5rem;}
	.event .nav ul{overflow-x: auto;width:6.7rem;justify-content: flex-start;}
	.event .nav li{font-size: .3rem;margin: 0 .6rem 0 0;flex: none;padding-bottom: .2rem;}
	.event .nav .active{border-bottom-width: 2px;}
	.event .tabs{margin-top: .5rem;}
	.event .main{flex-direction: column-reverse;}
	.event .pic{width: 100%;margin-top: 0;}
	.event .left{width: 100%;margin-top: .5rem;}
	.event .year{font-size: .48rem;}
	.event .content{margin-top: .3rem;font-size: .26rem;}
	
	/*新闻*/
	.news .container,
	.special .container{padding-top: 1.2rem;}
	
	/*新闻详情*/
	.newsDet{padding: .8rem 0;}
	.newsDet .container{width: 6.7rem;}
	.newsDet .title{font-size: .36rem;margin-top: .3rem;}
	.newsDet .time{font-size: .24rem;margin-top: .2rem;}
	.newsDet .content{margin-top: .5rem;padding-top: .6rem;font-size: .26rem;}
	.newsDet .content img{height: auto !important;}
	.newsDet .back{font-size: .26rem;margin-top: .6rem;width: 2.8rem;height: .8rem;border-radius: .4rem;}
	
	/*自媒体平台*/
	.platform .container{padding-top: 1.2rem;}
	.platform .main{border-radius: .08rem;padding: .6rem .3rem;height: auto;display: block;}
	.platform .title{font-size: .36rem;}
	.platform .nav{margin-top: .3rem;display:flex;border-left: none;}
	.platform .nav .item{font-size: .3rem;line-height: 2;margin: 0 .6rem 0 0;padding-bottom: .2rem;padding-left: 0;}
	.platform .nav .item::after{width: 0;height: 2px;left:0;top: auto;bottom:0;}
	.platform .nav .active::after{width: 100%;}
	.platform .tabs{width: 100%;margin-top: .5rem;}
	
	/*商贸地产*/
	.trade .container{padding-top: 1.2rem;}
	.trade .info{font-size: .26rem;width: 100%;margin-top: .3rem;}
	.trade .pic{margin-top: .5rem;border-radius: .08rem;}
	.trade .market{display: block;margin-top: .5rem;}
	.trade .market .left{width: 100%;}
	.trade .market .name{font-size: .36rem;}
	.trade .market .txt{font-size: .26rem;margin-top: .3rem;}
	.trade .market .txt p{margin-bottom: .2rem;}
	.trade .market .right{width: 100%;padding-top: .3rem;}
	.trade .market .item{width: 3.2rem;height: 1.8rem;margin: 0 0 .3rem;padding:.2rem .3rem 0;}
	.trade .market .item p{font-size: .28rem;}
	.trade .market .num{font-size: .3rem;line-height:.8rem;margin-top: .2rem;}
	.trade .market .num span{font-size: .48rem;}
	.trade .market .item:nth-child(2) .num{margin-top: 0;}
	.trade .trade-list{margin-top: .5rem;}
	
	/*山海共富*/
	.business .intro-box .container{padding-top: 1.2rem;}
	.business .intro-box .main{height: 4.2rem;padding: .8rem .4rem;}
	.business .intro-box .box{width: 100%;}
	.business .intro-box .name{font-size: .36rem;}
	.business .intro-box .info{font-size: .26rem;margin-top: .3rem;}
	.business .event-box{padding-top: .8rem;}
	.business .event-box .top{margin-top: .3rem;}
	.business .event-box .year .num{font-size: 1rem;line-height: .8rem;}
	.business .event-box .year span{margin-left: .1rem;font-size: .26rem;padding: 0 .2rem;border-radius: .1rem .1rem .1rem 0;}
	.business .event-box .tips{margin-left.3rem;padding: 0 0 0 .3rem;font-size: .26rem;}
	.business .event-box .main{margin-top: .5rem;padding-bottom: 0;}
	.business .event-box .pics{width: 100%;}
	.business .event-box .pics .imgBg{border-radius: .08rem;height: 3.84rem;}
	.business .event-box .years .item{width:2rem;line-height:.8rem;padding-left: .6rem;padding-bottom: 0;font-size: .3rem;}
	.business .event-box .contents{position:relative;width: 100%;height: auto;border-radius: .08rem;margin-top: .3rem;}
	.business .event-box .contents::after{width: 1.8rem;height: 2.4rem;}
	.business .event-box .swiper-container .box{padding: .6rem .3rem;height: 3.6rem;}
	.business .event-box .swiper-container .mon{font-size: .28rem;}
    .business .event-box .swiper-container .txt{font-size: .26rem;}
    .business .event-box .swiper-container .swiper-pagination{top: .6rem;padding: 0 .3rem;}
    .business .event-box .swiper-container .swiper-pagination .swiper-pagination-bullet{width: .16rem;height: .16rem;margin-left: .2rem;}
	.business .system-box{padding-top: .8rem;}
	.business .system-box .title{font-size: .3rem;}
	.business .system-box .main{margin-top: .5rem;border-top: none;padding-bottom: .8rem;}
	.business .system-box .main .container{display: block;}
	.business .system-box .nav{display:flex;justify-content: space-between;padding-top: 0;}
    .business .system-box .nav .item{font-size: .28rem;padding-left: 0;padding-bottom: .3rem;}
    .business .system-box .nav .item::before{top: auto;bottom: 0;width:0;height: 2px;}
	.business .system-box .nav .active::before{width: 100%;}
	.business .system-box .right{border-left: none;padding: .6rem 0 0;width: 100%;}
	.business .system-box .name{font-size: .4rem;}
	.business .system-box .content{font-size: .26rem;margin-top: .3rem;}
	.business .system-box .content img{border-radius: .08rem;margin-top: .3rem;}
	.business .plan-box{padding: .8rem 0;}
	.business .plan-box .title{font-size: .3rem;padding-bottom: .3rem;}
	.business .swiper-plan{margin: .6rem 0 0 .4rem;}
	.business .swiper-plan .swiper-slide{width: 5rem;}
    .business .swiper-plan .main{padding: .3rem;display:block;}
    .business .swiper-plan .pic{width: 100%;height:3.85rem;border-radius: .08rem;}
	.business .swiper-plan .imgBg{height: 3.85rem;}
	.business .swiper-plan .box{width: 100%;margin-top: .2rem;}
	.business .swiper-plan .name{font-size: .3rem;}
	.business .swiper-plan .txt{font-size: .24rem;margin-top: .2rem;}
	.business .partner-box .title{display: block;border-bottom:none;}
	.business .partner-box .title p{font-size: .3rem;}
	.business .partner-box .nav{margin-top: .3rem;}
	.business .partner-box .nav .item{width: 2rem;height: .8rem;font-size: .26rem;}
	.business .partner-box .tabs{margin-top: .5rem;}
	.business .partner-box ul{justify-content: space-between;}
	.business .partner-box li{width: 3.2rem;height: 1.4rem;margin: 0 0 .3rem;}
	.business .partner-box li img{max-width: 2.4rem;max-height: 1rem;}
	
	/*健康&文化*/
	.health .container{padding-top: 1.2rem;}
	.health .info{font-size: .26rem;margin-top: .3rem;}
	.health .trade-list{margin-top: .5rem;}
	
	/*人才战略*/
	.talents .idea-box .container{padding-top: 1.2rem;}
	.talents .idea-box .main{height: auto;padding: .6rem .3rem;border-radius: .08rem;margin-top: .5rem;}
	.talents .idea-box .info{font-size: .26rem;width: 100%;}
	.talents .idea-box .info p{margin-bottom: .1rem;}
	.talents .recruit-box{padding-top: .8rem;}
	.talents .recruit-box .title{padding-bottom: .3rem;margin-top: .3rem;}
	.talents .recruit-box .title p{font-size: .3rem;line-height: 2;}
	.talents .recruit-box .title a{width: 2rem;height:.6rem;font-size: .24rem;border-radius: .3rem;padding: 0 .3rem;}
	.talents .recruit-box .title i{width: .22rem;height: .22rem;}
	.talents .recruit-list{margin-top: .3rem;}
	.talents .recruit-list li{margin-bottom: .1rem;font-size: .26rem;padding: .2rem;border-radius: .08rem;}
	.talents .recruit-list .name{width: 4.8rem;}
	.talents .recruit-list .pos,
	.talents .recruit-list .addr,
	.talents .recruit-list .num{display: none;}
	.talents .recruit-list a{width: 1.4rem;height: .6rem;border-radius: .2rem;font-size: .24rem;border-width: 1px;}
	
	/*商学院*/
	.college .indus-box .container{padding-top: 1.2rem;}
	.college .indus-box .main{display: block;}
	.college .indus-box .left{width: 100%;padding-top: 0;}
	.college .indus-box .info{font-size: .26rem;width: 100%;margin-top: .3rem;}
	.college .indus-box .pic{margin-top: .5rem;width: 100%;border-radius: .08rem;}
	.college .indus-box .nav{margin-top: .6rem;}
	.college .indus-box .nav .item{margin: 0 .3rem;padding-bottom: .3rem;font-size: .3rem;}
	.college .indus-box .nav .active{border-bottom-width: 2px;}
	.college .indus-box .tabs .item{border-radius: .08rem;}
	.college .indus-box .tabs .imgBg{height: auto;padding: .6rem .3rem;}
	.college .indus-box .org img{width: 100%;}
	.college .indus-box .run .cell{margin-bottom: .3rem;}
	.college .indus-box .run .name{font-size: .3rem;}
	.college .indus-box .run .tips{font-size: .26rem;}
	.college .indus-box .run .txt{width: 100%;font-size: .24rem;margin-top: .2rem;}
	.college .indus-box .mode .name{font-size: .3rem;}
	.college .indus-box .mode .txt{width: 100%;font-size: .24rem;margin-top: .2rem;}
	.college .combot-box{padding-top: 0;}
	.combot-box .news-list{margin-top: .5rem;}

	/*联系东升国际*/
	.contact .container{padding-top: 1.2rem;}
	.contact .main{height: auto;padding: .6rem .3rem;display:block;border-radius: .18rem;background-position: right center;}
	.contact .left{width: 100%;}
    .contact .name{font-size: .3rem;}
    .contact .infos{display: block;margin-top: .3rem;}
    .contact .infos .item{margin-bottom: .3rem;}
    .contact .infos p{font-size: .26rem;}
    .contact .infos .tel{font-size: .36rem;margin-top: .1rem;}
    .contact .infos .email,
    .contact .infos .addr{font-size: .26rem;}
    .contact .right{width: 100%;}
    .contact .ewm-list{margin-top: .5rem;}
    
    /*搜索结果*/
    .result .container{padding-top: 1.2rem;}
    .result .tips{font-size: .26rem;}
    .result .news-list{margin-top: .5rem;}

}<!--耗时1755116963.4223秒-->