


/*移动端适配*/
@media screen and (max-width: 750px) {
    .container{width: 6.7rem;}
	.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: 1rem;z-index: 99}
	.m-head-high{z-index: 101;}
	.m-header::before{content:'';width: 100%;height:100%;;background: rgba(0, 0, 0, 0.15);backdrop-filter: blur(15px);-webkit-backdrop-filter: blur(15px);position: absolute;left:0;top:0;}
	.m-header .container{width: 100%;padding: 0 .4rem; box-sizing: border-box;position: relative;height: 1rem; z-index: 10;display: flex;justify-content: space-between;align-items: center;}
	.m-header .logo{display: block;width: 1.44rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .right{display: flex;align-items: center;height: 1rem;}
	.m-header .nav{width: .54rem; height: .36rem;background: url('../images/m_nav.png') no-repeat center;background-size: cover;}
	.m-header .search{width: .4rem;height: .4rem;background: url('../images/search.png') no-repeat;background-size: cover;margin-right: .3rem;}
	.m-header .lan{font-size: .28rem;color: #fff;font-weight: 700;margin-right: .3rem;}

	.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;height: auto;}
	.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_db.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: .24rem;background: url('../images/arrow_db.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-main .item .list .fac{display:flex !important;align-items: center;}
    .m-main .item .list img{height: .5rem;margin-left:.2rem;}
	.m-search{position: absolute;left: 0;top: 1rem;background: rgba(0,17,34,0.8);padding: .5rem .4rem .3rem;width:100%;display: none;box-sizing: border-box;}
	.m-search form{display: flex;width: 100%;height: .8rem;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: .08rem;overflow: hidden;}
	.m-search .text{display: block; width: 85%;height: .8rem;border:none;color: #333;background:none;text-indent: .3rem;font-size: .26rem;}
	.m-search .btn{display: block;width: 15%;height: .8rem;background: url('../images/search_d.png') no-repeat center center;background-size: .4rem .4rem;border:none;}

	/*底部*/
	.footer{padding: .6rem 0 .8rem;}
	.footer .top{display: block;}
	.footer .top .left{position: relative;z-index: 10;}
	.footer .top .logo{width: 2.54rem;}
	.footer .share{margin-top: .3rem;position:absolute;right:0;top:0;}	
	.footer .share a{width: .64rem;height: .64rem;}
	.footer .share i{width: .34rem;height: .34rem;}
	.footer .share .erify{width: 2.8rem;bottom: auto;top: .78rem; left: -2.16rem;transform: translateX(0);border-radius: 4px;overflow:hidden;}
	.footer .share .erify::after{border-left-width: .1rem;border-right-width: .1rem;border-top: none;border-bottom: .1rem solid #fff;left: .27rem;transform: translateX(0px);bottom: auto;top: -.1rem;display: none;}
	.footer .nav{display: block;margin-top: .5rem;width: 100%;}
	.footer .nav .list{display: none;margin-top: 0;padding-bottom: .3rem;}
	.footer .nav .sub-tit{border-top: 1px solid rgba(255, 255, 255, 0.2);font-size: .3rem;line-height: 1rem;position: relative;}
	.footer .nav .sub-tit::after{content: '';width: .2rem;height: .12rem;background: url(../images/arrow_wb.png) no-repeat;
	background-size: cover;position: absolute;right: 0;top: 50%;margin-top: -.06rem;opacity: .8;}
	.footer .nav a{font-size: .26rem;line-height: 2.5;padding: 0 .3rem;}
	.footer .mid{margin-top: 0;display: block;padding: .3rem 0 0;}
	.footer .mid .item{font-size: .3rem;margin-bottom: .3rem;}
	.footer .mid i{width: .52rem;height: .52rem;margin-right: .2rem;}
	.footer .mid p{max-width: 5.8rem;}
	.footer .bot{display: block;padding-top: .3rem;}
	.footer .copyright,
	.footer .design{font-size: .26rem;line-height: 1.5;visibility: visible !important;}
	.footer .design{text-align: right;margin-top: -.39rem;}

	/*通用*/
	.cooper-box{margin-top: -5.2rem;}
	.cooper-box .container{height: 5.2rem;}
	.com-main{margin-bottom: 2.8rem;}
	.cooper-box .left{padding-bottom: .4rem;}
	.cooper-box .title{font-size: .36rem;}
	.cooper-box .link{width: .74rem;height: .51rem;margin-top: .2rem;}
	.cooper-box .pic{width: 2.22rem;}
	.cooper-box .pic .em{width: 2.1rem;}
	@keyframes linkMove {
		0% {
			left: 0
		}
	
		50% {
			left: .1rem;
		}
	
		100% {
			left: 0
		}
	}


	.com-tit{font-size: .42rem;}
	.learn-more{width: 2.4rem;height: .8rem;border-width: .04rem;font-size: .26rem;border-radius: .1rem;padding: 0 .3rem;}
	.learn-more i{width: .36rem;height: .36rem;}

	.swiper-com .swiper-button-prev,
	.swiper-com .swiper-button-next{display: none;}
	.swiper-com .swiper-pagination{width: 1.2rem;height: .48rem; bottom: .3rem;right: 0;font-size: .28rem;}
	.news-list li{width: 100%;margin: 0 0 .5rem;}
	.news-list .pic{height: 4.76rem;border-radius: .1rem;}
	.news-list .pic img{height: 4.76rem;}
	.news-list .main{height: 2.6rem;padding: .3rem 0 0;}
	.news-list .main::after{height: 2.8rem;border-radius: .1rem;}
	.news-list .type{width: 1.4rem;height: .48rem;border-radius: .24rem;}
	.news-list .type p{font-size: .24rem;}
	.news-list .time{font-size: .24rem;margin-top: .1rem;}
	.news-list .title{font-size: .3rem;margin-top: .2rem;}
	.news-list a:hover .main{padding: .3rem .3rem 0;}

	.media-list li{width: 100%;margin: 0 0 .5rem;}
	.media-list .pic{height: 6.7rem;border-radius: .1rem;}
	.media-list .pic img{height: 6.7rem;}
	.media-list .main{height: 1.8rem;padding: .3rem 0 0;}
	.media-list .main::after{height: 2.2rem;border-radius: .1rem;}
	.media-list .time{font-size: .24rem;}
	.media-list .title{font-size: .3rem;margin-top: .2rem;}
	.media-list a:hover .main{padding: .3rem .3rem 0;}
	.media-list .play{width: .72rem;height: .72rem;}

	.page a, 
	.page span{display: none;}
	.page .prev, .page .next{display: flex;width: .56rem;height: .56rem;font-size: 0;border-radius: .08rem;margin: 0 .2rem;}

	/*首页*/
	.home .com-tit{font-size: .42rem;}
	.home .banner-box img{height:100vh;object-fit:cover;width:100%;}
	.home .banner-box .title{font-size: .48rem;}
	.home .banner-box .info{font-size: .26rem;margin-top: .2rem;}
	.home .banner-box .learn-more{margin-top: .5rem;}
	.home .infin-box .container{padding: 3.4rem 0 .8rem;}
	.home .infin-box .bg-top{width: 7.5rem;height: 5.76rem;left: -.4rem;top: .6rem;}
	.home .infin-box .bg-bot{width: 7.5rem;height: 4.23rem;left: -.4rem;top: 6.4rem;}
	.home .infin-box .info{font-size: .22rem;width: 90%;margin-top: .5rem;}
	.home .infin-box .learn-more{margin-top: .8rem;}
	.home .infin-box .bot{margin-top: 1.2rem;}
	.home .infin-box .list{justify-content: flex-start;width: 7.1rem;overflow-x: auto;margin-top: .8rem;}
	.home .infin-box .item{padding-top: .3rem;height: 3.2rem;width: 3.4rem;flex: none;}
	.home .infin-box .item:nth-child(2){width: 2.4rem;}
	.home .infin-box .list img{height: .78rem;}
	.home .infin-box .list .txt{font-size: .24rem;margin-top: .2rem;opacity: 1;}
	.home .guard-box .list{margin-top: .5rem;display:block;}
	.home .guard-box .item{padding-top: 0;margin-bottom: .5rem;display: block;}
	.home .guard-box img{width: 3.25rem;margin: 0 auto;}
	.home .guard-box .hl{width: 3.25rem;left: 50%;margin-left:-1.625rem;}
	.home .guard-box .item-active img{width: 3.25rem;}
	.home .guard-box .item-active .hl{width: 3.25rem;}
	.home .guard-box .name{font-size: .36rem;margin-top: .2rem;}
	.home .guard-box .txt{font-size: .26rem;margin-top: .1rem;opacity: 1;}
	.home .infin-box .fin-bg{width: 9.6rem;margin-left: -4.8rem;top: -1rem;height: 6.7rem;left: 50%;}
	.home .infin-box .star{width: 7.5rem;height: 7.03rem;right: 0;bottom: 3rem;}
	
	/*.home .guard-box .list .item{margin: 0 .4rem .5rem 0 !important;width: 100%;height: 2.4rem;}*/
	/*.home .infin-box .item:first-child::before,*/
	/*.home .infin-box .item:first-child::after{display: none;}*/
	/*.home .guard-box .img{width: .98rem;height: .98rem;position: absolute;left: .3rem;top: .3rem;}*/
	/*.home .guard-box .item-active .img{background-image: url(../images/guard_icon.png);}*/
	/*.home .guard-box p{display: none;}*/
	/*.home .guard-box img{width: .44rem;}*/
	/*.home .guard-box .erify{display: block !important;width: 100%;height: 2.4rem;border-radius: .1rem;position: static;padding: .3rem;}*/
	/*.home .guard-box .title{margin-top: .3rem;font-size: .3rem;margin-left: 1.2rem;}*/
	/*.home .guard-box .line{margin: .3rem 0;}*/
	/*.home .guard-box .txt{font-size: .26rem;margin-top: .2rem;}*/

	.home .refor-box{padding: 1rem 0;}
	.home .swiper-refor{margin-top: .5rem;}
	.home .swiper-refor .list{height: 6.84rem;width:40.1rem;}
	.home .swiper-refor .item{width: 5.4rem;height: 3.22rem;border-radius: .1rem;padding: .3rem;margin-right: 1rem;}
	.home .swiper-refor .item:nth-child(3n+2){margin-left: 2.7rem;}
	.home .swiper-refor .item:nth-child(3n){margin-top: .8rem;}
	.home .swiper-refor .title{font-size: .28rem;}
	.home .swiper-refor .txt{font-size: .24rem;}
	.home .swiper-refor .arrow{width: .3rem;height: .3rem;right: .3rem;bottom: .3rem;}

	.home .happen-box .list{margin-top: .5rem;display: block;}
	.home .happen-box .item{width: 100%;padding: 0;margin: 0 0 .5rem;}
	.home .happen-box .pic{height: 4.76rem;border-radius: .1rem;}
	.home .happen-box .pic img{height: 4.76rem;}
	.home .happen-box .box{padding: .3rem 0 0;}
	.home .happen-box .type{width: 1.4rem;height: .48rem;border-radius: .24rem;}
	.home .happen-box .type p{font-size: .24rem;}
	.home .happen-box .time{font-size: .24rem;margin-top: .2rem;}
	.home .happen-box .title{font-size: .3rem;margin-top: .2rem;}
	.home .happen-box .item::before,
	.home .happen-box .item::after{display: none;}


	/*关于我们*/
	.about .intro-box{padding: 2.8rem 0 .4rem;}
	.about .intro-box .bg{width: 5.4rem;}
	.about .intro-box .main{display: block;}
	.about .intro-box .title{font-size: .48rem;}
	.about .intro-box .info{margin-top: .8rem;width: 100%;font-size: .26rem;}
	.about .intro-box .info p{margin-bottom: .2rem;}
	.about .intro-box .player{margin: .5rem 0 0 0;width:2.2rem;height: .6rem;font-size: .26rem;padding: 0 .3rem;border-radius: .3rem;}
	.about .intro-box .player i{width: .36rem;height: .36rem;}
	.about .intro-box .data-list{margin-top: .5rem;flex-wrap: wrap;}
	.about .intro-box .data-list .item{padding: .3rem 0 0 .4rem;height: 1.8rem;width: 48%;margin-bottom: .5rem;}
	.about .intro-box .data-list .num{font-size: .64rem;line-height: .72rem;}
	.about .intro-box .data-list p{font-size: .26rem;margin-top: .1rem;}
	.about .intro-box .haoh{margin-top: .5rem;border-radius: .1rem;flex-direction: column-reverse;padding: .4rem;}
	.about .intro-box .pic{width: 100%;border-radius: .1rem;}
	.about .intro-box .haoh .left{width: 100%;margin-top: .3rem;}
	.about .intro-box .name{font-size: .3rem;}
	.about .intro-box .txt{margin-top: .2rem;font-size: .26rem;}
	.about .intro-box .link{margin-top: .5rem;width: 2.4rem;height: .6rem;border-radius: .3rem;font-size: .26rem;padding: 0 .3rem;}
	.about .intro-box .link i{width: .36rem;height: .36rem;}
	.about .culture-box{padding: .8rem 0;}
	.about .culture-box::after{top: -9.6875vw;}
	.about .culture-box .list{justify-content: space-between;margin-top: 1.2rem;}
	.about .culture-box .item{width: 2.02rem;height: 2.78rem;margin: 0;}
	.about .culture-box .imgBg{height: 2.78rem;}
	.about .culture-box .abs{padding: .3rem .2rem;}
	.about .culture-box .name{font-size: .3rem;}
	.about .culture-box .txt{margin-top: .1rem;font-size: .2rem;}
	.about .history-box{padding-top: .8rem;}
	.about .history-box .main{margin-top: .5rem;display: block;}
	.about .history-box .years{height: auto;}
	.about .history-box .years .list{margin-top: 0;display: flex;overflow-x: auto;width: 7.1rem;overflow-y:hidden;}
	.about .history-box .years::before{width: 6.7rem;height: 1px;top: auto;bottom: 0;}
	.about .history-box .years .item{font-size: .28rem;margin: 0 .4rem 0 0;padding: 0 0 .2rem;}
	.about .history-box .years .item::after{width: 0;height: 2px !important;top: auto;bottom: -2px;}
	.about .history-box .years .active::after{width: 100%;}
	.about .history-box .right{margin: .5rem 0 0;display: block;}
	.about .history-box .infos{width: 100%;padding: 0;height: auto;}
	.about .history-box .infos::before,
	.about .history-box .infos::after{display: none;}
	.about .history-box .infos .item{margin-bottom: .5rem;padding-bottom: .5rem;}
	.about .history-box .infos .item::after{width: 100%;height: 1px;background: rgba(255, 255, 255, 0.2);bottom: 0;}
	.about .history-box .infos .mon{font-size: .26rem;color: #fff;}
	.about .history-box .infos .txt{font-size: .26rem;margin-top: .2rem;color: #fff;font-weight: 700;}
	.about .history-box .infos .item img{max-width: 100%;margin-bottom: .3rem;}
	.about .history-box .pics{display: none;}

	.about .honor-box{padding-top: .8rem;}
	.about .honor-box .list{margin-top: .5rem;}
	.about .honor-box .top{height: 1rem;}
	.about .honor-box .type{font-size: .24rem;width: 2rem;}
	.about .honor-box .name{font-size: .22rem;width: 4rem;}
	.about .honor-box .arrow{width: .24rem;height: .24rem;}
	.about .swiper-honor .img{padding: .2rem;border-radius: .1rem;}
	.about .swiper-honor .img img{height: 2.4rem;}

	/*产品*/
	.product .top-box{padding-top: 1.8rem;}
	.product .top-box .title{font-size: .42rem;}
	.product .top-box .sub-nav{margin-top: .6rem;}
	.product .swiper-pro{margin: .5rem auto 0;padding-bottom: .8rem;width: 6.7rem;overflow: visible;}
	.product .swiper-pro .swiper-pagination{right: 0;}
	.product .swiper-pro .swiper-slide{width: 5.4rem;}
	.product .swiper-pro .main{display: block;}
	.product .swiper-pro .img{width: 100%;height: 3.6rem;}
	.product .swiper-pro img{max-height: 3rem;}
	.product .swiper-pro .box{max-width: none;padding-top: .3rem;}
	.product .swiper-pro .s-tit{font-size: .32rem;}
	.product .swiper-pro .item{margin-top: .3rem;}
	.product .swiper-pro .name{font-size: .26rem;}
	.product .swiper-pro p{font-size: .26rem;margin-top: .1rem;}
	.product .swiper-pro .ask{width: 2.4rem;height: .6rem;border-radius: .3rem;margin-top: .5rem;padding: 0 .3rem;font-size: .26rem;}
	.product .swiper-pro .ask i{width: .28rem;height: .28rem;}

	.product .main-box .bg1{top: 0;height: 7rem;}
	.product .main-box .bg2{top: 12.2rem;}
	.product .main-box .bg3{top: 11.2rem;}
	.product .safe{padding-top: .8rem;}
	.product .safe .files{margin-top: .5rem;}
	.product .safe a{width: 2.24rem;height: 1.2rem;padding-top: .2rem;border-radius: .1rem;margin-right: .2rem;}
	.product .safe i{width: .4rem;height: .4rem;}
	.product .safe p{font-size: .24rem;margin-top: .12rem;}
	.product .feat{padding-top: .8rem;}
	.product .main-box .title{font-size: .42rem;}
	.product .feat .list{margin: .5rem 0 0;justify-content: space-between;}
	.product .feat .item{width: 48%;margin-bottom: .5rem;}
	.product .feat img{height: .78rem;}
	.product .feat .name{font-size: .26rem;margin-top: .2rem;}
	.product .org{padding-top: .8rem;}
	.product .org .img{margin-top: .5rem;padding: .4rem .3rem;border-radius: .1rem;}
	.product .scene{padding-top: .8rem;}
	.product .scene .list{margin-top: .5rem;display: block;}
	.product .scene .item{width: 100%;margin-bottom: .5rem;}
	.product .scene .name{font-size: .3rem;}
	.product .scene .txt{font-size: .26rem;margin-top: .1rem;}
	.product .scene .pic{width: 100%;border-radius: .1rem;margin-top: .3rem;}
	.product .spec{padding-top: .8rem;}
	.product .spec .tb{margin-top: .5rem;overflow-x:auto;}
	.product .spec table{width:100%;}
    .product .spec .long-tb{width: 13rem;}
	.product .spec table td{width: 1.16rem;height: .8rem;font-size: .24rem;padding: 0 .2rem;}
	.product .spec table .tdw1,
	.product .spec table .tdw2{width: 1.6rem;}

	/*企业动态*/
	.news .news-main{padding-top: 1.8rem;}
	.news .top-box{padding-bottom: .8rem;}
	.news .top-box .title{font-size: .48rem;}
	.sub-nav{margin-top: .8rem;}
	.sub-nav .item{height: .8rem;font-size: .24rem;padding-left: .2rem;}
	.sub-nav .item i{width: .16rem;height: .16rem;margin-right: .1rem;}
	.news .swiper-news img{height: 2rem;border-radius: .1rem;}
	.news .swiper-news .main{position: static;padding: .3rem 0;height: auto;}
	.news .swiper-news .box{width: 100%;}
	.news .swiper-news .title{font-size: .3rem;}
	.news .swiper-news .time{margin-top: .2rem;font-size: .22rem;}
	.news .swiper-news .txt{font-size: .26rem;margin-top: .3rem;line-height: 1.5;}
	.news .swiper-news .more{width: 2.4rem;height: .6rem;border-radius: .3rem;padding: 0 .3rem;font-size: .26rem;margin-top: .3rem;}
	.news .swiper-news .more i{width: .24rem;height: .24rem;}
	.news .news-list{padding: .8rem 0 .4rem;}

	/*新闻详情*/
	.newsDet .det-main{padding-top: 1.8rem;}
	.newsDet .top-box{padding-bottom: .8rem;}
	.newsDet .top-box .title{font-size: .48rem;}
	.newsDet .det-box{padding-top: .8rem;}
	.newsDet .det-box .title{font-size: .32rem;}
	.newsDet .det-box .time{font-size: .22rem;margin-top: .2rem;}
	.newsDet .det-box .content{margin-top: .5rem;font-size: .26rem;}
	.newsDet .news-page{padding-top: .3rem;margin-top: .5rem;display: block;}
	.newsDet .news-page a{width: 100%;font-size: .26rem;}
	.newsDet .news-page .next{text-align: left;margin-top: .3rem;}
	.newsDet .det-box .content img{height: auto !important;}
	
	/*视频中心*/
	.media .media-main{padding-top: 1.8rem;}
	.media .top-box{padding-bottom: .8rem;}
	.media .top-box .title{font-size: .48rem;}
	.media .swiper-media img{height: 3rem;border-radius: .1rem;}
	.media .swiper-media .play{width: .64rem;height: .56rem;border-radius: .28rem;}
	.media .swiper-media .play i{width: .34rem;height: .34rem;}
	.media .media-list{padding: .8rem 0 .4rem;}
	.media-pop .close{width: .3rem;height:.3rem;right: .4rem;top: -.4rem;}
	.media-pop .media-pop-main{width:100%;height: 4.2rem;}
	.media-pop video{height: 4.2rem;}
	
	/*会议安排*/
	.meeting .meeting-main{padding-top: 1.8rem;}
	.meeting .top-box{padding-bottom: .8rem;}
	.meeting .top-box .title{font-size: .48rem;}
	.meeting .meeting-list{padding-top: 0;margin-bottom: .6rem;}
	.meeting-list .top{flex-wrap: wrap;height:auto;box-sizing: border-box;padding: .3rem 0;}
	.meeting-list .name{box-sizing: border-box;width: 100%;font-size: .26rem;margin-bottom: .3rem;}
	.meeting-list .name p{max-width: 5.2rem;}
	.meeting-list .active .name{font-size: .28rem;}
	.meeting-list .tips{font-size: .2rem;padding: 0 .15rem;height: .32rem;border-radius: .16rem .16rem .16rem 0;margin-left: .1rem;top: -.16rem;}
	.meeting-list .addr, 
	.meeting-list .time, 
	.meeting-list .hall{font-size: .26rem;min-width: 1.6rem;}
	.meeting-list i{width: .28rem;height: .28rem;margin-right: .12rem;}
	.meeting-list .view{border-left: none;}
	.meeting-list .view-icon{margin-right: 0;}
	.meeting-list .erify{margin-top: 0;padding-bottom: .3rem;font-size: .26rem;}
	.meeting-list .e-name{font-size: .3rem;margin-bottom: .2rem;}

	/*加入我们*/
	.join .sub-banner{top: 2.8rem;}
	.join .join-main{padding-top: 1.8rem;overflow: hidden;}
	.join::after{top:2.1rem;height:3.2rem;}
	.join .top-box .title{font-size: .48rem;}
	.join .top-box .info{font-size: .3rem;margin-top: .3rem;}
	.join .top-box .upload{width: 2.8rem;height: .8rem;border-radius: .4rem;font-size: .26rem;padding: 0 .3rem;margin-top: .5rem;}
	.join .top-box .upload i{width: .36rem;height: .36rem;}
	.join .value-box{padding: 1rem 0 0;margin-top: 1.2rem;}
	.join .value-box .main{margin-top: .5rem;border-radius: .1rem;display: block;}
	.join .value-box .item{width: 100% !important;height: auto;padding: .4rem .3rem;display: block;}
	.join .value-box .item::after{width: 100%;height: 1px;bottom: 0;top: auto;}
	.join .value-box .name{font-size: .26rem;text-align: right;line-height: 2;}
	.join .value-box .active-box{padding-top: 1rem;}
	.join .swiper-join{width: 6.7rem;margin: 0 auto;overflow: visible; padding-bottom: .8rem;}
	.join .swiper-join .swiper-slide{width: 6.7rem;transform: scale(0.95);}
	.join .swiper-join img{height: 3.38rem;border-radius:4px;}
	.join .swiper-join .main{position: static; width: 100%;height: auto;padding: .4rem;}
	.join .swiper-join .box{width: 100%;}
	.join .swiper-join .txt{font-size: .26rem;margin-top: .3rem;}

	/*联系我们*/
	.contact .contact-main{padding-top: 1.8rem;}
	.contact .top-box .title{font-size: .48rem;}
	.contact .top-box .box{margin-top: .5rem;flex-wrap: wrap;}
	.contact .top-box .left{width: 100%;height: auto;padding: .6rem .4rem;border-radius: .1rem .1rem 0 0;}
	.contact .top-box .left .s-tit{font-size: .36rem;}
	.contact .top-box .left .cell{margin-top: .3rem;}
	.contact .top-box .left p{font-size: .26rem;}
	.contact .top-box .addr{width: 100%;font-size: .28rem;margin-top: .2rem;}
	.contact .top-box .guide{margin: .3rem 0 0 -.1rem;}
	.contact .top-box .guide i{width: .56rem;height: .56rem;margin-right: .1rem;}
	.contact .top-box .guide span{font-size: .28rem;padding-bottom: .06rem;}
	.contact .top-box .pic{width: 50% !important;height: 3.35rem;}
	.contact .top-box .pic img{height: 3.35rem;border-radius: 0 0 0 .1rem;}
	.contact .top-box .ewm{width: 50% !important;height: 3.35rem;padding-top: 0;border-radius:0 0 .1rem 0;}
	.contact .top-box .img{width: 2.2rem;padding: .04rem;}
	.contact .top-box .ewm p{font-size: .24rem;margin-top: .2rem;}
	.contact .infos-list{margin-top: .5rem;display: block;}
	.contact .infos-list .item{margin: 0 0 .5rem;}
	.contact .infos-list img{height: .78rem;}
	.contact .infos-list .num{margin-top: .2rem;font-size: .36rem;}
	.contact .infos-list p{font-size: .26rem;margin-top: .1rem;}
	.contact .feed-box{padding-top: .8rem;}
	.contact .feed-box .tips{display: block;}
	.contact .feed-box .tips p{font-size: .3rem;}
	.contact .feed-box .email{font-size: .3rem;margin-top: .2rem;}
	.contact .feed-box .email .icon{width: .4rem;height: .4rem;margin-left: .1rem;}
	.contact .feed-box .email i{width: .2rem;height: .2rem;}
	.contact .feed-list{margin-top: .5rem;}
	.contact .feed-list .top{height: 1rem;}
	.contact .feed-list .num{font-size: .32rem;}
	.contact .feed-list .type{width: 4.8rem;font-size: .28rem;}
	.contact .feed-list .arrow{width: .32rem;height: .32rem;}
	.contact .feed-list .erify{padding: .2rem 0 .5rem;}
	.contact .feed-list .box{display: block;}
	.contact .feed-list .row{width: 100%;margin: 0 0 .2rem;}
	.contact .feed-list .name{font-size: .26rem;margin-bottom: .2rem;}
	.contact .feed-list .text{height: .8rem;font-size: .26rem;border-radius: .1rem;padding: 0 .3rem;}
	.contact .feed-list .bot{padding-top: .3rem;}
	.contact .feed-list .select{height: .8rem;}
	.contact .feed-list .select p{padding: 0 .3rem;font-size: .26rem;line-height: .8rem;}
	.contact .feed-list .select p::after{width: .2rem;height: .12rem;right: .3rem;}
	.contact .feed-list .select ul{top: .8rem;max-height:4rem;}
	.contact .feed-list .select li{font-size: .26rem;padding: 0 .3rem;line-height: .8rem;}
	
	

	/*搜索结果*/
	.result{padding: 1.8rem 0 1.2rem;}
	.result .r-tit{font-size: .48rem;}
	.result .form{margin-top: .3rem;padding-bottom: .2rem;}
	.result .text{height:.6rem;font-size: .26rem;}
	.result .btn{width:.4rem;height: .4rem;}
	.result .r-main{display: block;margin-top: .5rem;}
	.result .nav{margin-top: 0;}
	.result .top-box .title{font-size: .48rem;}
	.result .sky-nav{position:relative;display: flex;top:0;}
    .result .nav a{font-size:.26rem;margin-right: .3rem;}
    .result .right{margin-top: .5rem;width: 100%;}
    .result .news-list .item{width:100%;margin: 0 0 .5rem;}
    .result .news-list img{height: 6.7rem;}
    .result .news-list .main{height: auto;padding:.4rem .3rem;}
    .result .news-list .time{font-size: .26rem;}
    .result .news-list .title{font-size: .3rem;}
    .result .show-list .box{width: 100%;padding:.4rem 0 0;}
    .result .infos{display: block;}
    .result .infos .step{font-size: .26rem;margin: 0 0 .2rem;}
	.result .infos i{width: .3rem;height: .3rem;margin-right: .2rem;}
    .result .pro-list li{width:100%;height:7.2rem;margin: 0 0 .5rem;}
    .result .pro-list .img{width:3.32rem;height: 3.32rem;}
    .result .pro-list .type{font-size: .3rem;}
    .result .pro-list .bot a{height:1rem;font-size: .26rem;}
}