
/*中小屏*/
@media screen and (max-width: 1680px) {
    .news .back,
    .industry .back,
    .join .back{font-size: 10px;}
}

/*小屏幕*/
@media screen and (max-width: 1280px) {
    .header .nav li{margin-left:3.1667vw;}
    .header .nav .link{font-size: 13px;}
    .sub-menu .container .tit{font-size:13px;}
    .sub-menu .container a{font-size:13px;}
}

/*移动端适配*/
@media screen and (max-width: 750px) {
	.container{width: 6.9rem;}
	.xs-show{display: block !important;}
	.xs-hidden{display: none !important;}
	/*头部*/
	.header{display: none;}
	.m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;height: 1.2rem;z-index: 99}
	.m-height{height: 1.2rem;}·
	.m-header::before{content:'';width: 100%;height:100%;position: absolute;left:0;top:0;background: #fff;}
	.m-header .container{position: relative;z-index: 10;height: 1.2rem;display: flex;justify-content: space-between;align-items: center;}
	.m-header .logo{display: block;width: 2.28rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .logo .bk{display: none;}
	.m-header .right{display: flex; align-items:center;height: 1.2rem;}
	.m-header .nav{width: .48rem;height: .48rem;background: url('../images/m_nav.png') no-repeat;background-size: cover;}
	.m-header .search{width: .48rem;height: .48rem;background: url('../images/search_m.png') no-repeat;background-size: cover;margin-right:.32rem;}
	
	.m-main{position: absolute;left: 0;top: 1.2rem;width: 100%;height: calc(100vh - 1.2rem); display: none;background: #fff;overflow-y: auto;}
	.m-header .m-main .container{padding: .6rem 4% 2.5rem;display: block;height:auto;box-sizing: border-box;width: 100%;}
	.m-main .item .top{font-size: .3rem;line-height: 1.16rem;height: 1.16rem;padding: 0; 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: .24rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;right: .2rem;top: 50%;margin-top: -.12rem;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: .24rem;height: .25rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;
		right: 0;top: 50%;margin-top: -.12rem;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{position:relative; width: 1rem;height: 1rem;background: url(../images/language_h.png) no-repeat center;background-size: .49rem .48rem;}
	.m-language{background: #fff;width: 2rem;top: 1.2rem;right:0.5rem;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: 1.2rem;background: rgba(0,17,34,0.8);padding: 30px 4% 20px;width: 92%;display: none;}
	.m-search .container{height: auto;}
	.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;}
	.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('../images/search_d.png') no-repeat center center;background-size: 20px;border:none;}

	/*底部*/
	.footer .container{padding: .8rem 0 .6rem;}
	.footer .top{display: block;padding-bottom: .4rem;}
	.footer .logo{width: 2.28rem;}
	.footer .code{margin-top: .2rem;font-size: .26rem;}
	.footer .title{margin-top: .3rem;font-size: .36rem;}
	.footer .ewm{margin-top: .5rem;width: 2.24rem;}
	.footer .ewm p{margin-top: .2rem;font-size: .26rem;}
	.footer .right{display: block;}
	.footer .nav{display: none;}
	.footer .infos{margin: .5rem 0 0;}
	.footer .infos .item{margin-bottom: .3rem;}
	.footer .name{font-size: .3rem;}
	.footer .num{font-size: .3rem;margin-top: .1rem;}
	.footer .bot{padding-top: .4rem;flex-direction: column-reverse;}
	.footer .friend-select{width: 100%;height: .8rem;border-radius: .4rem;}
	.footer .friend-select p{padding: 0 .4rem;font-size: .26rem;line-height: .8rem;}
	.footer .friend-select p::after{width: .28rem;height: .16rem;right: .4rem;}
	.footer .friend-select ul{bottom: .8rem;max-height: 4rem;border-radius: .4rem;}
	.footer .friend-select a{font-size: .26rem;line-height: .8rem;padding: 0 .4rem;}
	.footer .copyright{margin-top: .4rem;font-size: .26rem;line-height: 1.875;}

	/*通用*/
	.win-box{height: auto;}
	.sub-banner{height:7.2rem;}
	.sub-banner video,
	.sub-banner img{height: 7.2rem;}
	.sub-banner h1,
	.sub-banner h4{font-size: .64rem;margin-top: .2rem;}
	.sub-banner .container{height: 7.2rem; box-sizing: border-box;padding-bottom: 1.2em;}
	.sub-banner .title{font-size: .64rem;}
	.com-tit{font-size: .48rem;}
	.year-select{width: 4.2rem;}	
	.year-select p{height: .8rem;border-radius: .4rem;padding: 0 .4rem;font-size: .26rem;}
	.year-select p::after{width: .22rem;height: .12rem;right: .4rem;}
	.year-select ul{top: .8rem;border-radius: .4rem;max-height: 4rem;}
	.year-select li{font-size: .26rem;padding: 0 .4rem;line-height: .8rem;}
	.book-list ul{justify-content: space-between;}
	.book-list li{width: 48%;margin: 0 0 .5rem !important;}	
	.book-list li:nth-child(2n){margin-right: 0 !important;}
	.book-list .img{height: 3.1rem;border-radius: .1rem;padding: .4rem .3rem;}
	.book-list .pdf-icon{width: .5rem;height: .5rem;}
	.book-list .name{font-size: .28rem;padding-right: 0;}
	.book-list .view{height: .6rem;font-size: .26rem;border-radius: .1rem;padding: 0 .3rem;margin-top: .2rem;}
	.book-list .view i{width: .3rem;height: .3rem;}
	.swiper-com .swiper-pagination{bottom: .3rem;height: .36rem;}
	.swiper-com .swiper-pagination-bullet{width: .36rem;height: .36rem;margin: 0 .1rem;}
	.swiper-com .swiper-pagination-bullet::before{width: .36rem;height: .36rem;}
	.swiper-com .swiper-pagination-bullet::after{width: .16rem;height: .16rem;}
	.swiper-com .swiper-button-prev, 
	.swiper-com .swiper-button-next{display: none;}
	.swiper-com .swiper-scrollbar{bottom: 0;width: 6.9rem;}
	.news-list ul{display: block;}
	.news-list li{width: 100%;margin-bottom: .5rem;}
	.news-list a{display: block;}
	.news-list .pic{width: 100%;height: 4rem;border-radius: .1rem .1rem 0 0;}
	.news-list .pic img{height: 4rem;}
	.news-list a::after{display: none;}
	.news-list .main{width: 100%;border-radius: 0 0 .1rem .1rem;padding: .4rem .3rem;background:#FFF !important;}
	.news-list .box{display: flex;flex-direction: column-reverse;}
	.news-list .title{font-size: .3rem;margin-top: 0;color: rgba(0, 0, 0, 0.8) !important;}
	.news-list .time{margin-top: .3rem;font-size: .24rem;color: rgba(0, 0, 0, 0.3) !important;}
	.media-list{padding:.5rem 0 .3rem;}
	.media-list li{width:100%;margin:0 0 .5rem;border-radius: .1rem;}
	.media-list .pic{height: 4rem;}
	.media-list .pic img{height: 4rem;}
	.media-list .main{padding:0 .3rem;bottom: .4rem;}
	.media-list .time{font-size: .24rem;margin-top: .3rem;}
	.media-list .title{font-size: .3rem;margin-top: .1rem;}
	.media-list .play-icon{width: 1.08rem;height: 1.08rem;}
	.media-pop .media-pop-main{width:100%;height:4.26rem;}
	.media-pop .close{width: .3rem;height: .3rem;top: -.4rem;right: .3rem;}
	.media-pop video{height:4.26rem;}
	
	.page{padding-bottom: 0;}
	.page a,
	.page span{display: none;}
	.page .prev, .page .next{display: block;width: .32rem;height: .32rem;margin: 0 .3rem;} 
	.learn-more{width: 2.8rem;height: .8rem;border-radius: .4rem;padding: 0 .4rem;font-size: .26rem;}
	.learn-more i{width: .36rem;height: .36rem;}

	.site i{width: .24rem;height: .24rem;margin-right: 0;}
	.site a{font-size: .2rem;line-height: .24rem;}
	.site span{width: .2rem;height: .2rem;margin: 0 .1rem;font-size: 0;line-height: 0;}
	.site .last{font-size: .2rem;line-height: .24rem;width: auto;margin-left: 0;}
	.load-more{font-size: .24rem;margin-top: .22rem;}
	.load-more i{width: .78rem;height: .78rem;margin-left: .24rem;}
    .back-top{width: .64rem;height: .64rem;right:.3rem;padding-top: .08rem;}
    .back-top i{width: .24rem;height: .24rem;}
    .back-top p{font-size: .2rem;}


	/* .site,
	.link-nav{display: none;}
	.sub-banner .main{padding-bottom: .8rem;}
	.sub-banner h4{font-size: .54rem;}
	.sub-banner .share{margin-top: .6rem;}
	.com-title{font-size: .48rem;}
	.form-box .item{display: block;margin-bottom: .3rem;}
	.form-box .col{width: 100%;margin: 0 0 .3rem;}
	.form-box .name{font-size: .26rem;margin-bottom: .1rem;}
	.form-box .text{height: .8rem;padding: 0 .3rem;font-size: .26rem;border-radius: .08rem;}
	.form-box textarea{height: 2.2rem;font-size: .26rem;padding: .2rem .3rem;border-radius: .08rem;}
	.form-box .event-select p{line-height: .8rem;padding: 0 .3rem;font-size: .26rem;border-radius: .08rem;}
	.form-box .event-select p::after{width: .32rem;height: .32rem;right: .2rem;margin-top: -.16rem;}
	.form-box .event-select ul{top: .8rem;max-height: 4rem;border-radius: .08rem;}
	.form-box .event-select li{font-size: .26rem;padding: 0 .3rem;line-height: .8rem;}
	.form-box .file-btn{width: 1.74rem;height: .8rem;}
	.form-box .upload-btn{width: 1.74rem;height: .8rem;border-radius: .08rem;font-size: .26rem;}
	.form-box i{width: .32rem;height: .32rem;margin-right: .1rem;}
	.form-box .file-text,
	.form-box .vcode-text{width: 4.8rem;}
	.form-box img{width: 1.74rem;height: .8rem;border-radius: .08rem;}
	.form-box .item-bot{padding-top: .3rem;}
	.form-box .btn{width: 2.4rem;height: .8rem;font-size: .28rem;border-radius: .4rem;}

	*/
    .dots-nav{position:absolute;left;0;top:6rem;display: none;}
    .dots-nav .item{font-size:.3rem;height:1.2rem;}
    .guide{display: none;}
    .anchor{position:absolute;left:0;top:-1.2rem;}

	@keyframes donghua1 {
		0% {
			transform: translateX(0%);
		}
	
		100% {
			transform: translateX(100%);
		}
	}
	
	@keyframes donghua2 {
		0% {
			transform: translateX(-100%)
		}
	
		100% {
			transform: translateX(0%)
		}
	}
	
	@keyframes donghua3 {
		0% {
			transform: translateX(0%)
		}
	
		100% {
			transform: translateX(-100%)
		}
	}
	
	@keyframes donghua4 {
		0% {
			transform: translateX(100%)
		}
	
		100% {
			transform: translateX(0%)
		}
	}


	/*首页*/	
	.home .swiper-banner,
	.home .swiper-banner video, 
	.home .swiper-banner img{height: 8rem;}
	.home .swiper-banner .main{padding-bottom: .8rem;}
	.home .swiper-banner .title{font-size: .52rem;}
	.home .swiper-banner .txt{font-size: .26rem;margin-top: .2rem;}
	.home .swiper-banner .learn-more{margin-top: .5rem;}
	.home .swiper-banner .swiper-button-next,
	.home .swiper-banner .swiper-button-prev{display: none;}
	.home .layui-box .container{padding: .8rem 0 .5rem;}
	.home .layui-box .info{width: 100%;font-size: .26rem;margin-top: .3rem;display: none;}
	.home .layui-box .list{margin-top: .5rem;display: block;}
	.home .layui-box .list .item{width: 100%;margin-bottom: .7rem;}
	.home .layui-box .list .img{width: 100%;}
	.home .layui-box .list P{font-size: .36rem;margin-top: -.48rem;}
	.home .layui-box .list i{width: .48rem;height: .48rem;background-size: .24rem .24rem;margin-left: .2rem;}
	.home .layui-box .list .active .img{transform: scale(1) translate(0%);}
	.home .layui-box .list .active p{transform: scale(1);}
	.home .layui-box .list .item::before{display: none;}
	.home .layui-box .nav{margin-top: .5rem;flex-wrap: wrap;justify-content: space-between;}
	.home .layui-box .nav .item{margin: 0 0 .5rem;width: 100%;display:block;}
	.home .layui-box .nav p{font-size: .3rem;}
	.home .layui-box .nav i{width: .48rem;height: .48rem;margin-right: .2rem;}
	.home .layui-box .nav i::after{width: .16rem;height: .16rem;}
	.home .layui-box .erify{position:static;width:100%;transform: translateX(0);margin-top: .3rem;padding: 0;}
	.home .layui-box .box{padding: .4rem .3rem;border-radius: .1rem;}
	.home .layui-box .step{display: block;margin-bottom:.3rem;padding: .3rem;border-radius: .1rem;}
	.home .layui-box .box::after{border-left-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;bottom:auto;top:-.1rem;}
	.home .layui-box .step .img {width: 1.4rem;height: 1.6rem;}
	.home .layui-box .step .img img{max-height: 1.6rem;}
	.home .layui-box .step .right{width: 100%;margin-top: .2rem;}
	.home .layui-box .step .name{font-size: .3rem;}
	.home .layui-box .step .txt{margin-top: .1rem;font-size: .26rem;display: block !important;}
	.home .future-box{padding: .8rem 0;}
	.home .future-box .tips{margin-top: .2rem;font-size: .26rem;}
	.home .future-box .list{margin-top: .5rem;width: 7.2rem;overflow-x: auto;justify-content:flex-start;}
	.home .future-box .list .item{flex: none;width:6.2rem;height: auto;background-size:100% 3.6rem;background-position: center top; border-radius: .1rem;margin-right: .3rem;}
	.home .future-box .box{height: auto !important;display:block;padding: 4rem 0 0 !important;}
	.home .future-box .title,
	.home .future-box .active .title{display: block;font-size:.32rem;height:.48rem;line-height: .48rem;width:100%;text-align:left;color: rgba(0, 0, 0, 0.8);}
	.home .future-box .txt{display:block;margin-top: .2rem;font-size: .26rem;width:100%;color: rgba(0, 0, 0, 0.6);}
	.home .future-box .more{display: none;}
	
	
	.home .remark{position: absolute;left:0;top: .8rem;z-index:5;}
	.home .remark .tit{font-size: .48rem;line-height:1.5;color:#fff;font-weight: bold;}
    .home .remark .nav{display: none;}
	.home .remark .sub-tit{text-align:left;font-size: .32rem;margin-top: 0;}
	.home .layui-new-box,
	.home .layui-new-box .bg-list .imgBg{height:80vh;}
	.home .swiper-layui{height: 80vh;}
	.home .swiper-layui a{height: 80vh;padding-bottom: 1.2rem;}
	.home .swiper-layui .box{padding: 0 .3rem !important;}
	.home .swiper-layui img{height: .96rem;margin:0;}
	.home .swiper-layui .title{font-size: .36rem;margin-top: .2rem;text-align: left;}
	.home .swiper-layui .txt{display: block;font-size: .26rem;margin-top: .3rem;text-align: left;}
	.home .swiper-layui .load-more{display: flex;margin:.5rem 0 0;width: 2.4rem;height: .72rem;border-radius: .36rem;font-size: .26rem;padding: 0 .3rem;}
	.home .swiper-layui i{width: .36rem;height: .36rem;}
	.home .swiper-layui a::before{opacity: 0 !important;}
	.home .swiper-layui a::after{display: none;}
	.home .swiper-layui::before{content:'';width: 100%;height: 100%;background: linear-gradient(180deg, rgba(79, 185, 254, 0) 17.13%, rgba(19, 85, 255, 0.6) 108.41%);position: absolute;left: 0;bottom: 0;}
	.home .swiper-layui .swiper-pagination{opacity: 1;}
	.home .swiper-layui .swiper-pagination-bullet::before{border-color: #fff;}
	.home .swiper-layui .swiper-pagination-bullet::after{background: #fff;}
	
    .home .global-box{background-image:url(../img/global_m_bg.jpg) !important;}
    .home .global-box .m-map img{display: block;width:100%;}
	.home .partner-box .container{padding-top: .8rem;}
	.home .partner-box .main{margin-top: .6rem;padding-bottom: 1rem;}
	.home .partner-box .list{margin-bottom: .2rem;}
	.home .partner-box .maquee{width: calc(3.3rem * var(--move-num));}
	.home .partner-box .item{width: 3.1rem;height: 1.2rem;margin: 0 .1rem;border-radius: .1rem;}
	.home .partner-box img{max-width: 2.5rem;max-height: .72rem;}
	.home .study-box{overflow: hidden;}
	.home .study-box .mountain,
	.home .study-box .cloud{display: none;}
	
	.home .study-box .container{height: auto;padding: .8rem 0 .4rem;position: relative;z-index: 10;}
	.home .study-box .cell{padding-bottom: .6rem;}
	.home .study-box .data-list{width: 100%;margin-top: .5rem;}
	.home .study-box .data-list .item{width: 50% !important;margin-bottom: .5rem;}
	.home .study-box .data-list .num{font-size: .28rem;line-height: .64rem;}
	.home .study-box .data-list .num span{font-size: .48rem;}
	.home .study-box .data-list p{font-size: .26rem;margin-top: .1rem;}
	.home .study-box .list{width: 100%;margin-top: .5rem;}
	.home .study-box .list .item{width: 50%;padding-left: .3rem;font-size: .26rem;}
	.home .study-box .list .item::before{width: .12rem;height: .12rem;}
	.home .study-box .bg{background-image: url(../img/home_study.jpg);height: auto;}
	.home .study-box .tips{font-size: .24rem;position: static;padding: 0 0 .8rem .3rem;}
	.home .global-box .data-list{margin-top: .5rem;width: 100%;}
	.home .global-box .data-list .item{height: 2.44rem;}
	.home .global-box .data-list .box{display:block;}
	.home .global-box .data-list .num{font-size: .36rem;line-height:1.0rem;}
	.home .global-box .data-list .num span{font-size: .94rem;}
	.home .global-box .data-list p{font-size: .3rem;padding-bottom:0;margin-left: 0;}
	.home .global-box .data-list .pic{width: .92rem;}
	
	/*
	.home .study-box .bg{width: 11.49rem;height: 10.83rem;right: 0;transform: translateX(-50%);top: auto;bottom: 0;left: 50%;display: none;}
	.home .study-box .bg::after{content: '';width: 100%;height: 100%;background: rgba(255, 255, 255, 0.4);left: 0;top: 0;position: absolute;z-index: 20;backdrop-filter: blur(1px);}
	*/

	.home .news-box {overflow: hidden;}
	.home .news-box .container{padding: .8rem 0;}
	.home .news-box .learn-more{width: 2.8rem;height: .8rem;border-radius: .4rem;padding: 0 .4rem;font-size: .26rem;}
	.home .swiper-news{margin-top: .5rem;width: 7.2rem;}
	.home .swiper-news .swiper-slide{width: 5.8rem;}
	.home .swiper-news .link{border-radius: .1rem;}
	.home .swiper-news{padding: .5rem 0 .6rem;}
	.home .swiper-news .box{height: 2.6rem;padding: .3rem .3rem 0;}
	.home .swiper-news .pic{height: 2.58rem;}
	.home .swiper-news .pic img{height: 2.58rem;}
	.home .swiper-news .time{font-size: .24rem;}
	.home .swiper-news .icon{width: .36rem;height: .36rem;}
	.home .swiper-news .icon i{width: .18rem;height: .18rem;}
	.home .swiper-news .title{font-size: .3rem;}
	.home .swiper-news .link:hover{transform: translateY(-.2rem);}
	.home .swiper-news .link:hover .box{height: 2.25rem;}
	.home .swiper-news .link:hover .pic,
	.home .swiper-news .link:hover .pic img{height: 3rem;}
	.home .about-box{padding-top: 4.8rem;background-size: 7.5rem 4.8rem;background-position: center top;}
	.home .about-box .container{padding:0;height: auto;display: block;}
	.home .about-box .box{width: 7.5rem;padding: .6rem .3rem .8rem;height: auto;margin-left: -.3rem;border-radius: 0;}
	.home .about-box .info{font-size: .26rem;width: 100%;}
	.home .about-box .bot{margin-top: .5rem;display: block;}
	.home .about-box img{width: 2.76rem;}
	.home .about-box .learn-more{margin-top: .3rem;}
	.home .sustain-box .container{padding-top: .8rem;}
	.home .sustain-box .learn-more{margin-top: .5rem;}
	.home .sustain-box .right{position: relative;width: 6.75rem;height: 5.93rem;right: auto;left: .75rem;}
	.home .sustain-box .report-link .pic{width: 2.43rem;}
	.home .sustain-box .report-link .name{margin-top: .2rem;font-size: .26rem;width: 4.2rem;}
	.home .sustain-box .report-link .sub-company{font-size:.22rem;}
	.home .sustain-box .report-link i{width: .36rem;height: .36rem;}
	.dots{display: none;}

	/*投资者关系*/
	.investor .intro-box{padding: .8rem 0;}
	.investor .intro-box .title{font-size: .36rem;}
	.investor .intro-box .main{margin-top: .5rem;height: auto;padding: .6rem .3rem;border-radius: .1rem;background-image:url(../img/investor_m_intro.jpg);}
	.investor .intro-box .code{font-size: .52rem;}
	.investor .intro-box .bot{margin-top: .8rem;display: block;}
	.investor .intro-box .list{display: block;}
	.investor .intro-box img{height: .44rem;}
	.investor .intro-box p{margin-top: .2rem;font-size: .26rem;}
	.investor .intro-box .txt{font-size: .3rem;margin-top: .1rem;}
	.investor .intro-box .line{width: 100%;height: 1px;margin: .3rem 0;}
	.investor .intro-box .learn-more{width: 2.8rem;height: .8rem;font-size: .26rem;padding: 0 .4rem;border-radius: .4rem;margin: .8rem 0 0;}
	.investor .report-box{padding: 0 0 .8rem;}
	.investor .report-box .container{display: block;}
	.investor .report-box .left{position: relative;z-index: 10;}
	.investor .report-box .tips{font-size: .28rem;margin-top: .2rem;}
	.investor .swiper-report{margin-top: .5rem;padding-bottom: .8rem;width: 7.1rem;}
	.investor .swiper-report .swiper-slide{width: 3.86rem;}
	.investor .swiper-report .link{height: 4.82rem;padding: .4rem .3rem 0;border-radius: .1rem;}
	.investor .swiper-report .link::before{width: 2.84rem;height: 4.52rem;}
	.investor .swiper-report .link::after{width: 100%;height: 2.02rem;}
	.investor .swiper-report img{width: 1.07rem;}
	.investor .swiper-report .title{font-size: .26rem;margin-top: .8rem;}

	/*新闻中心*/
	.news .recom-box{padding-top: .8rem;}
	.news .swiper-news{padding-bottom: 1.2rem;}
	.news .swiper-news a{height: auto;display: block;}
	.news .swiper-news .pic{height: 4.02rem;width: 100%;border-radius: .1rem .1rem 0 0;}
	.news .swiper-news .pic img{height: 4.02rem;}
	.news .swiper-news .main{width: 100%;padding: .4rem .3rem 0;height: 5.8rem;}
	.news .swiper-news .time{font-size: .24rem;}
	.news .swiper-news .title{font-size: .3rem;margin-top: .2rem;}
	.news .swiper-news .txt{font-size: .26rem;margin-top: .2rem;}
	.news .swiper-news .learn-more{margin-top: .3rem;width: 2.8rem;height: .8rem;border-radius: .4rem;padding: 0 .4rem;font-size: .26rem;}
	.news .main-box{padding: .8rem 0;}
	.news .main-box .top{display: block;position: relative;z-index: 10;}
	.news .main-box .left{flex-wrap: wrap;}
	.news .main-box .tit{font-size: .26rem;line-height: 2.25;margin-bottom: .3rem;width: 100%;}
	.news .main-box .left a{padding: 0 .2rem;font-size: .26rem;line-height: 2.25;margin: 0 .2rem .3rem 0;border-radius: .08rem;}
	.news .main-box .right{justify-content: space-between;}
	.news .main-box .year-select{width: 2.8rem;}
	.news .search-box{margin-left: 0;}
	.news .search-box form{width: 4rem;height: .8rem;border-radius: .4rem;}
	.news .search-box .text{width: 3.2rem;height: .6rem;font-size: .26rem;padding: 0 .3rem;box-sizing: border-box;}
	.news .search-box .btn{width: .44rem;height: .44rem;margin-right: .2rem;}
	.news .news-list{margin-top: .5rem;padding-bottom: .3rem;}

	/*新闻详情*/
	.newsDet{padding: 0 0 .8rem;}
	.newsDet .back{display: none;}
	.newsDet .swiper-newsdet,
	.newsDet .swiper-info{height: auto;overflow:visible;}
	.newsDet .swiper-newsdet .swiper-wrapper{display: block;}
	.newsDet .swiper-newsdet .swiper-slide{height: auto;}
	.newsDet .box{width: 100%;}
	.newsDet .top{padding: .3rem 0;}
	.newsDet .share a{width: .72rem;height: .72rem;background-size: .36rem .36rem;margin-left: .2rem;}
	.newsDet .right{width: 100%;}
	.newsDet .top .title{font-size: .36rem;margin-bottom: .3rem;}
	.newsDet .time{font-size: .26rem;}
	.newsDet .main{display: block;margin-top: .5rem;}
	.newsDet .content{font-size: .26rem;line-height: 2;}
	.newsDet .content p{margin-bottom: .2rem;}
	.newsDet .news-page{margin-top: .4rem;}
	.newsDet .news-page a{width: 1.8rem;height: .6rem;font-size: .26rem;border-radius: .08rem;}
	.newsDet .news-page i{width: .3rem;height: .3rem;margin-left: .2rem;}
	.newsDet .news-page .prev i{margin: 0 .2rem 0 0;}
	.newsDet .main-box .container{padding: .8rem 0 0;}
	.newsDet .main-box .back{display: none;}
	.newsDet .main-box .right{width: 100%;}
	.newsDet .main-box .top{padding: .3rem 0;}
	.newsDet .main-box .top .right{display: block;}
	.newsDet .main-box .right .box{width: 100%;}
	.newsDet .main-box .title{font-size:.36rem;margin-bottom: 0;}
	.newsDet .main-box .time{font-size: .24rem;margin-top: .1rem;}
	.newsDet .main-box .right .ewm{width: 2.4rem;margin-top: .3rem;}
	.newsDet .main-box .main{margin-top: .5rem;}
	.newsDet .main-box .content{font-size: .26rem;}
	.newsDet .main-box .content img{height:auto !important;}
	
	/*报刊*/
	.paper .main-box{padding: .8rem 0 1rem;overflow: hidden;}
	.paper .main-box .container{display: block;}
	.paper .main-box .tips{font-size: .28rem;margin-top: .2rem;}
	.paper .main-box .year-select{margin-top: .5rem;}
	.paper .main-box .right{width: 100%;margin-top: .5rem;}
	.paper-list .bg{background-size: 6.9rem 4rem;background-image: url(../images/shelf_m_bg.png); top: 3.34rem;}
	.paper-list ul{padding: 0 .8rem;}
	.paper-list li{width: 2.24rem;margin-bottom: .6rem;}
	.paper-list .pic{height: 3.38rem;}
	.paper-list .name{width: 2rem;left: .12rem;bottom: .3rem;height: .6rem;border-radius: .3rem;font-size: .24rem;}

	/*关于我们*/
	.about .win-box{position: relative;}
	.about .intro-box .container{height: 13.52rem;justify-content:center;padding:0;}
	.about .intro-box .bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index: 1;height: 13.52rem;object-fit: cover;}
	.about .intro-show .bg{-webkit-filter: blur(4px);filter: blur(4px);}
	.about .intro-box .code{font-size: .28rem;}
	.about .intro-box .add{width: .8rem;height: .8rem;margin-top: .3rem;}
	.about .intro-box .add i{width: .24rem;height: .24rem;}
	.about .intro-box .info{font-size: .26rem;width: 100%;}
	.about .intro-box .info p{margin-top: .2rem;}
	.about .intro-box .data-list{padding: 0;margin-top: .5rem;}
	.about .intro-box .data-list .item{display: block;}
	.about .intro-box .data-list img{height: .66rem;}
	.about .intro-box .data-list .line{display: none;}
	.about .intro-box .data-list .num{font-size: .26rem;line-height: .48rem;margin-top: .3rem;}
	.about .intro-box .data-list .num span{font-size: .36rem;}
	.about .intro-box .data-list p{margin-top: .1rem;font-size: .26rem;}
	.about .leader-box{overflow: hidden;}
	.about .leader-box .main{height: auto;padding: .8rem 0;display: block;}
	.about .leader-box::before{width: 7.61rem;height: 3.71rem;bottom: auto;top: 5.58rem;}
	.about .leader-box .pic{width: 6.47rem;margin-left: 0;}
	.about .leader-box .right{width: 100%;margin-top: .8rem;}
	.about .leader-box .name{font-size: .48rem;}
	.about .leader-box .line{height: .4rem;margin: 0 .3rem;}
	.about .leader-box .pos{font-size: .36rem;}
	.about .leader-box .infos{margin-top: .3rem;padding-bottom: 0;}
	.about .leader-box .infos .item{display: block;margin-bottom: .3rem;}
	.about .leader-box .infos span{font-size: .32rem;}
	.about .leader-box .txt{width: 100%;margin-top: .5rem;}
	.about .leader-box .txt p{font-size: .26rem;width:50%;margin-bottom: .3rem;padding-left: .2rem;}
	.about .leader-box .txt p::after{height: .3rem;}
	.about .leader-box .content{font-size: .26rem;margin-top: .5rem;max-height: none;}
	.about .leader-box .content p{margin-bottom: .2rem;}
	.about .leader-box .scroll{height: auto;padding-right:0;margin-right:0;}
	.about .leader-box .honor-txt{margin-top: .5rem;}
	
	.about .leader-box .honor-txt p{padding: 0 .22rem;margin:0 .3rem .8rem 0;}
	.about .leader-box .honor-txt span{font-size: .26rem;padding-bottom: .12rem;}
	.about .leader-box .honor-txt i{width: .29rem;height: .52rem;left: -.08rem;}
	.about .leader-box .honor-txt .hr{right: -.08rem;left: auto;}
	.about .leader-box .honor-txt span::after{width: .78rem;height: .3rem;top: .48rem;}
	
	.about .history-box .container{padding: .8rem 0;}
	.about .history-box .his-box{display: block;}
	.about .history-box .swiper-history{margin-top: .5rem;width:100%;height:9.2rem;}
	.about .history-box .swiper-history::before{display: none;}
	.about .history-box .row{display: block;}
	.about .history-box .left img{width: 100%;height: 4.6rem;object-fit: cover;border-radius: .08rem;}
	.about .history-box .year{margin-top: .2rem;padding-right: 0;font-size: .48rem;}
	.about .history-box .swiper-history .swiper-slide-active .year::after{display: none;}
	.about .history-box .row .right{width: 100%;margin-top: .2rem;}
	.about .history-box .pic-right{display: none;}
	.about .history-box .swiper-history .name,
	.about .history-box .swiper-history .swiper-slide-active .name{font-size: .36rem;}
	.about .history-box .swiper-history .txt,
	.about .history-box .swiper-history .swiper-slide-active .txt{font-size: .26rem;margin-top: .2rem;}
	.about .history-box .num{left: -.2rem;font-size: 2.4rem;line-height: 2.4rem;}
	
	.about .swiper-gallery{margin-top: .5rem;padding-bottom: 0;}
	.about .swiper-gallery .box{flex-direction: column-reverse;}
	.about .swiper-gallery .pic{width: 100%;border-radius: .1rem;}
	.about .swiper-gallery .left{width: 100%;height: auto;padding-left: 0;border-left: none;padding: .5rem 0;display: block;}
	.about .swiper-gallery .year{font-size: .64rem;color:rgba(0, 0, 0, 0.8);line-height: .64rem;position: static;transform: translate(0px);}
	.about .swiper-gallery .txt{font-size: .26rem;margin-top: .2rem;}
	.about .thumbs{position:relative;width:100%;bottom:0;margin-top: 0;}
	.about .thumbs .swiper{width: 100%;height: 1.2rem;}
	.about .thumbs .swiper .swiper-slide{font-size: .3rem;line-height: 2;}
	.about .thumbs .line::after{width: 100%;}
	
	/*.about .swiper-thumbs{position: relative;bottom: 0;margin-top: .5rem;height: 1.2rem;}*/
	/*.about .swiper-thumbs .swiper-slide{font-size: .3rem;line-height: 2;}*/
	/*.about .swiper-thumbs .swiper-slide::before,*/
	/*.about .swiper-thumbs .swiper-slide::after{height: .3rem;}*/
	.about .honor-box {overflow: hidden;background-image: url(../img/honor_m_bg.jpg);}
	.about .honor-box .container{padding: .8rem 0 0;height: auto;}
	.about .swiper-honor{position: relative;padding-bottom: .8rem;margin-top: .5rem;}
	.about .swiper-honor::after{width: 6.8rem;height: 6.9rem;top: -.3rem;bottom: 0;}
	.about .swiper-honor .swiper{width: 14.4rem;margin-left: -3.75rem;}
	.about .swiper-honor .line{width: .28rem;height:2px;}
	.about .swiper-honor .title{margin-top: .2rem;font-size: .36rem;}
	.about .swiper-honor .txt{margin-top: .2rem;font-size: .26rem;padding: 0;}
	.about .swiper-honor .txt br{display: none;}
	.about .swiper-honor .main{height: 7.8rem;padding-bottom:1.6rem;}
	.about .swiper-honor .swiper-slide-prev .main{transform: scale(.7) translateX(10%);}
	.about .swiper-honor .swiper-slide-next .main{transform: scale(.7) translateX(-10%);}
	.about .swiper-honor .photo{height: 3.2rem;}
	.about .swiper-honor .img::after{height: .8rem;}
	.about .swiper-honor .img img{height:3.2rem;}
	/*.about .swiper-honor .swiper-slide-active .pic{margin-bottom: -.6rem;}*/
	.about .swiper-honor .swiper-pagination{bottom: .4rem;}
	.about .history-box .nav{margin-top: .5rem;}
	.about .history-box .nav .item{padding: 0 .4rem;margin-right: .3rem;border-radius: .1rem;font-size: .26rem;line-height:.64rem;border-radius: .32rem;}
	.about .culture-box{height: 8rem;}
	.about .culture-box .container{display: block;position: relative;}
	.about .culture-box .com-tit{position:absolute;left:0;top: .8rem;margin-top: 0;}
	.about .culture-box .right{margin: 0;}
	.about .culture-box .nav{height: 8rem;justify-content:flex-end;padding-right: .3rem;box-sizing:border-box;padding-bottom: .8rem;}
	.about .culture-box .nav .item{height: .8rem;font-size: .28rem;}
	.about .culture-box .nav .active{font-size: .32rem;}
	.about .culture-box .nav img{height: .54rem;margin-right: .2rem;display: none;}
	.about .culture-box .nav .active img{display: block;}
    .about .culture-box .tabs{width: 4.4rem;height: 8rem;justify-content:flex-end;box-sizing:border-box;padding-bottom: .8rem;}
	.about .culture-box .tabs .cell{height:.8rem;padding: 0 .3rem;font-size: .24rem;}
	.about .society-box .container{padding: .8rem 0;}
	.about .society-box .info{margin-top: .2rem;font-size: .28rem;}
	.about .swiper-society{margin-top: .5rem;width: 7.2rem;padding-bottom: 1.2rem;}
	.about .swiper-society .swiper-slide{width: 4.2rem;}
	.about .swiper-society a{height: 5.2rem;border-radius: .1rem;padding-top: .3rem;}
	.about .swiper-society .img{width: 2.45rem;border-width: .12rem;height: 3.45rem;}
	.about .swiper-society .img img{height: 3.45rem;}
	.about .swiper-society .name{height: 1rem;font-size: .28rem;border-radius: 0 0 .1rem .1rem;}

	/*加入福达*/
	.join .idea-box{padding: .8rem 0;}
	.join .idea-box .container{height: auto;display: block;}
	.join .idea-box .left{padding: 0;border-left: none;}
	.join .idea-box .title{font-size: .26rem;width: 3.6rem;padding: 0 0 .2rem;}
	.join .idea-box .com-tit{margin-top: .2rem;}
	.join .idea-box .info{width: 100%;margin-top: .3rem;font-size: .26rem;}
	.join .idea-box .right{display: block;height: auto;width: 7.5rem;margin: .5rem 0 0 -.3rem;}
	.join .idea-box .right::before, 
	.join .idea-box .right::after{height: 4.96rem;width: 2.45rem;left: 0;background: linear-gradient(90deg, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0) 100%);}
	.join .idea-box .right::after{left: auto;right: 0;}
	.join .idea-box .list{height: 2.23rem;width: 100%;margin-bottom: .5rem;}
	.join .idea-box .maquee{width:calc(4.15rem * var(--maquee-num));display: flex;}
	.join .idea-box .item{width: 4.15rem;border-radius: 0;margin: 0;}
	.join .idea-box .item img{width: 3.8rem;border-radius: .1rem;margin: 0 auto;}
	.join .idea-box .maquee2{transform: translateX(-100%);}
	.join .idea-box .maquee4{transform: translateX(100%);}
	.join .vita-box{display: block;}
	.join .vita-box .pic{width: 100%;border-radius: .1rem .1rem 0 0;height: 6.96rem;}
	.join .vita-box .pic img{height: 6.96rem;}
	.join .vita-box .pic .item{height: 6.96rem;}
	.join .vita-box .main{width: 100%;padding: .6rem .3rem;margin: 0;height: auto;display: block;}
	.join .vita-box .box{width: 100%;}
	.join .swiper-vita{height: 5.8rem;padding-bottom: .8rem;}
	.join .swiper-vita .title{font-size: .28rem;padding-bottom: .2rem;width: 3.6rem;}
	.join .swiper-vita .num{margin-top: .2rem;}
	.join .swiper-vita .num span{font-size: .48rem;}
	.join .swiper-vita .num .line{margin: 0 .3rem;height: .48rem;}
	.join .swiper-vita .content{margin-top: .4rem;font-size: .26rem;}
	.join .swiper-vita .item{margin-bottom: .2rem;}
	.join .system-box{padding: .8rem 0;}
	.join .system-box .container{display: block;}
	.join .system-box .left{width: 100%;padding-top: 0;}
	.join .system-box .bg-list{margin-top: .5rem;border-radius: .1rem;height: 4.21rem;}
	.join .system-box .right{display: block;width: 100%;margin-top: .4rem;}
	.join .system-box .nav{flex-direction: row;height: 1rem;justify-content: space-between;}
	.join .system-box .nav::before{width: 100%;height: 1px;left: 0;top: 50%;}
	.join .system-box .nav .item{width: 1rem;height: 1rem;margin: 0;}
	.join .system-box .nav img{width: .68rem;}
	.join .system-box .tabs{display: block;margin-top: .5rem;width: 100%;height: auto;}
	.join .system-box .cell{height: auto;margin: 0;display: none;}
	.join .system-box .cell-active{display: block;}
	.join .system-box .cell-active .txt{font-size: .36rem;}
	.join .system-box .cell-active .txt span{font-size: .42rem;}
	.join .port-box{padding-top: .8rem;}
	.join .port-box .title{font-size: .36rem;}
	.join .port-box .title br{display: none;}
	.join .port-box .main{margin-top: .5rem;height: 4.8rem;}
	.join .port-box .list{bottom: .3rem;padding: 0; width: 6.6rem;left: .3rem;overflow-x: auto;}
	.join .port-box .item{font-size: .3rem;padding-top: .2rem;flex: none;width: 3.8rem;margin-right: .3rem;}
	.join .port-box .active{width: 5.4rem;}
	.join .port-box .item::after{top: -2px;height: 2px;}
	.join .port-box i{width: .36rem;height: .36rem;}
	.join .ewm-box .container{height: auto;display: block;padding: .8rem 0;}
	.join .ewm-box .main{width: 5.6rem;margin: 0 auto;}
	.join .ewm-box .list{margin-top: .5rem;}
	.join .ewm-box .pic{width: 2.6rem;}
	.join .ewm-box .title{font-size: .3rem;margin-top: .2rem;}
	.join .ewm-box p{font-size: .24rem;}
	.join .ewm-box .line{display: none;}
	
	/*业务领域*/
	.industry .full-video{display: none;}
	.industry .m-banner{position: relative;}
	.industry .m-banner img{display: block;width:100%;height: 4.2rem;}
	.industry .m-banner .m-tit{position:absolute;left:.3rem;bottom:.4rem;font-size: .44rem;font-weight: 700;color: #fff;line-height: .58rem;z-index:10;}
	.industry .main{background: #DEE4ED;position: static;padding: .4rem .3rem .56rem;box-sizing: border-box;}
	.industry .ins-nav{position:static;}
	.industry .ins-nav .item{position:static;width:100%;height:1.32rem;border-radius: 0;margin-bottom: .2rem;}
	.industry .ins-nav .add-icon{display:none;}
	.industry .ins-nav .name{height:1.32rem;padding: 0 .42rem 0 .56rem;box-sizing:border-box;width:100%;border-radius:.2rem;background: rgba(255, 255, 255, 0.6);backdrop-filter: blur(42px);font-size:.3rem;font-weight: 400;opacity: 1;}
	.industry .ins-nav .name i{width:.72rem;height: .72rem;background: #fff;border-radius: 50%;position: relative;}
	.industry .ins-nav .name i::before{content:'';width:.28rem;height: .04rem;background:#1355FF;border-radius:.04rem;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
	.industry .ins-nav .name i::after{content:'';width:.04rem;height: .28rem;background:#1355FF;border-radius:.04rem;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
	.industry .ins-tabs .back-screen{width: .72rem;height: .72rem;border-radius:50%;right:.4rem;top:.34rem;}
	.industry .ins-tabs .back-screen i{width: .3rem;height: .3rem;}
	.industry .ins-tabs{position:static;transform: translateY(0);display:none;}
	.industry .ins-tabs .cell{ position:static;}
	.industry .ins-tabs .title{display: none;}
	.industry .ins-tabs .right{background: rgba(255, 255, 255, 0.6);position:relative;right:0;bottom:0; width:100%;border-radius: .28rem;backdrop-filter: blur(42px);}
	.industry .ins-tabs .box{padding: .46rem .4rem .62rem;}
	.industry .ins-tabs .name{font-size: .32rem;}
	.industry .ins-tabs .img{height: 2.64rem;border-radius: .2rem;margin-top: .46rem;}
	.industry .ins-tabs .img img{max-height:2rem;max-width: 3.6rem;}
	.industry .ins-tabs h4{font-size:.3rem;margin-top: .4rem;}
	.industry .ins-tabs .txt{font-size: .26rem;margin-top:.2rem;}
	.industry .ins-tabs .txt p{font-size: .26rem;padding-left: .3rem;}
	.industry .ins-tabs .txt p::before{width: .1rem;height: .1rem;transform: translateY(0);top: .19rem;}
	.industry .ins-tabs .learn-more{margin-top: .4rem;}
    .industry .ins-hide-nav{display: none;}
	.industry .ins-tabs .app{width:100%;position:static;margin-top: .2rem;background: rgba(255, 255, 255, 0.6);border-radius: .28rem;backdrop-filter: blur(42px);padding:.4rem 0 .46rem;}
	.industry .ins-tabs .pointer{width:100%;height: auto;border-radius:0;font-size: .3rem;font-weight: 700;color: rgba(0, 0, 0, 0.8);line-height: .4rem;background: none;padding: 0 .4rem;box-sizing: border-box;}
	.industry .ins-tabs .tips{display: none;}
	.industry .ins-tabs .icon{position:static;width:100%;height: auto;background: none;padding-top: 0;margin-top: .4rem;}
	.industry .ins-tabs .pointer::after,
	.industry .ins-tabs .icon::before{display: none;}
	.industry .ins-tabs .icon .app-img{width: 1.92rem;height: 1.92rem;}
	.industry .ins-tabs .icon img{max-width: 100%;max-height: 1.92rem;}
	.industry .tabs-show{display: block;}
	.industry .ins-tabs .cell-active{display:flex;flex-direction:column-reverse;}
	.industry .ins-tabs .icon p{display: none;}
	
	.industry .pro-box .container{padding: .8rem 0;}
    .industry .swiper-pro{margin-top: .5rem;padding-bottom: .6rem;}
	.industry .swiper-pro .main{display: block;padding:0;}
	.industry .swiper-pro .pic{border-radius: .1rem .1rem 0 0;height: 6.7rem;width: 100%;}
	.industry .swiper-pro .pic img{height: 6.7rem;}
	.industry .swiper-pro .box{width:100%;padding: .3rem .3rem 0;height: 9rem;border-radius: 0 0 .1rem .1rem;}
	.industry .swiper-pro .cell{margin-top: .3rem;}
	.industry .swiper-pro .name{font-size: .3rem;}
	.industry .swiper-pro .txt{margin-top: .1rem;font-size: .26rem;}
	.industry .swiper-pro .list{margin-top: .3rem;}
	.industry .swiper-pro .list span{margin: 0 .2rem .2rem 0;padding: 0 .3rem;font-size: .26rem;}
	.news .back,
	.industry .back,
	.join .back{width: .64rem;height: .64rem;right: .3rem;padding-top: .12rem;font-size: .18rem;bottom: calc(5% + .84rem);line-height: 1.2;}
	
	/*福达学院*/
	.college .main-box{padding: .8rem 0 .6rem;}
	.college .swiper-college{padding-bottom: 1.2rem;}
	.college .swiper-college .swiper-slide{width: 6.4rem;}
	.college .swiper-college .main{width: 6.1rem;border-radius: 0;}
	.college .swiper-college img{height: 4.05rem;}
	.college .swiper-college .main::after{display: none;}
	.college .swiper-college .box{position: relative;padding: .3rem 0 0;}
	.college .swiper-college .title{font-size: .3rem;color: rgba(0, 0, 0, 0.8);}
	.college .swiper-college .txt{margin-top: .2rem;font-size: .26rem;color: rgba(0, 0, 0, 0.6);}

	/*福达书库*/
	.book .swiper-book,
	.book .swiper-info{height: auto;overflow: visible;}
	.book .swiper-book .swiper-slide{height: auto;}
	.book .swiper-book .swiper-wrapper{display: block;}
	.book .main-box{padding: .8rem 0;}
	.book .main-box .container{display: block;}
	.book .main-box .left{position: relative;z-index: 10;}
	.book .main-box .tips{font-size: .28rem;margin-top: .2rem;}
	.book .main-box .year-select{margin-top: .5rem;}
	.book .main-box .right{width: 100%;margin-top: .5rem;}
	.book .main-box .book-list{padding-bottom: .4rem;}

	/*联系我们*/
	.contact .map-box{display: block;background:;}
	.contact .map-box .bg-list{position: relative;height: 5rem;width:6.9rem;margin:.5rem auto 0;}
	.contact .bg-list .item{border-radius: .1rem;}
	.contact .map-box .main::before{display: none;}
	.contact .map-box .main{width: 100%;height: auto;padding: .4rem .3rem;}
	.contact .map-box .title{font-size: .36rem;}
	.contact .map-box .nav{margin-top: .3rem;}
	.contact .map-box .nav .item{font-size: .24rem;padding: 0 .3rem;border-radius: .1rem;margin-right: .3rem;}
	.contact .map-box .tabs{margin-top: .3rem;border-radius: .1rem;padding: .3rem .2rem;}
	.contact .map-box .pic img{height: 3.74rem;}
	.contact .map-box .name{margin-top: .3rem;font-size: .3rem;}
	.contact .map-box .tabs .item{margin-top: .2rem;}
	.contact .map-box i{width: .48rem;height: .48rem;margin-right: .2rem;}
	.contact .map-box .txt, 
	.contact .map-box a{font-size: .26rem;max-width: 5.8rem;}
	.contact .feed-box .container{padding: .8rem 0;display: block;}
	.contact .feed-box .left{width: 100%;}
	.contact .feed-box .info{font-size: .36rem;}
	.contact .feed-box .list{margin-top: .6rem;}
	.contact .feed-box .i-item{margin-bottom:.3rem;padding-bottom: .1rem;}
	.contact .feed-box .tit{font-size: .32rem;}
	.contact .feed-box .txt{margin-top: .3rem;display: block;}
	.contact .feed-box .col{margin-right: 0;font-size: .26rem;margin-bottom:.2rem;}
	.contact .feed-box .col i{width: .36rem;height: .36rem;margin-right:.1rem;}
	
	.contact .feed-box .right{width: 100%;margin-top: .5rem;}
	.contact .feed-box .item{margin-bottom: .3rem;display: block;}
	.contact .feed-box .row{height: auto;width: 100%;margin-bottom: .3rem;background: none;border-radius: 0;display: block;}
	.contact .feed-box .name{font-size: .26rem;margin-bottom: .2rem;line-height: 1.5;padding-left: 0;color: #fff;}
	.contact .feed-box .text{width: 100%;height: .8rem;padding: 0 .3rem;font-size: .26rem;border-radius: .1rem;box-sizing: border-box;}
	.contact .feed-box .item-text .row{height: auto;}
	.contact .feed-box textarea{height: 1.8rem;padding: .2rem .3rem;font-size: .26rem;width: 100%;box-sizing: border-box;border-radius: .1rem;}
	.contact .feed-box .select{height: .8rem;background:#fff;border-radius: .1rem;}
	.contact .feed-box .select p{padding: 0 .3rem;font-size: .26rem;height: .8rem;}
    .contact .feed-box .select p::after{width: .22rem;height: .12rem;right: .3rem;}
    .contact .feed-box .select ul{top:.8rem;max-height:4rem;border-radius: .1rem;}
    .contact .feed-box .select li{font-size: .26rem;padding: 0 .3rem;line-height: .8rem;}
	
	.contact .feed-box .vcode-text{width: 4rem;}
	.contact .feed-box .item-vcode .row{width: 100%;}
	.contact .feed-box img{width: 2.8rem;height: .8rem;border-radius: .1rem;margin-top: -.8rem;margin-left: 4.1rem;}
	.contact .feed-box .bot{padding-top: .3rem;}
	.contact .feed-box .btn{width: 3.2rem;height: .8rem;padding: 0 .4rem;border-radius: .4rem;font-size: .26rem;}
	.contact .feed-box .btn i{width: .36rem;height: .36rem;}
}
