@media screen and (min-width:320px) and (max-width:800px) {
	#index_main{
		margin-top:1.5rem;
	}
	.header,
		.top,.index_main .section1 .next{
			display: none;
		}
		.indexnews .swiper-slide{
			width: 48% !important;
			margin:0 2.5% .3rem 0 !important;
			display: inline-block;
			display: none;
			vertical-align: top;
		}
		.projectcon li a.wap{
			position: absolute;
			bottom:10px;
			width: 94%;
			margin:0 3%;
			word-break: break-all;
		}
		.projectcon li img{
			max-width: 100%;
			max-height: 100%;
		}
		.indexnews .swiper-slide:nth-of-type(1),
		.indexnews .swiper-slide:nth-of-type(2),
		.indexnews .swiper-slide:nth-of-type(3),
		.indexnews .swiper-slide:nth-of-type(4){
			display: inline-block;
		}
		.contact.indexnews .swiper-slide{
			display: inline-block;
		}
		.indexnews .swiper-slide:nth-of-type(2n){
			margin-right:0 !important;
		}
		.newsdetail .newtit .font1{
			font-size: .36rem;
			text-align: left;
		}
		.newsdetail .newtit .time{
			font-size: .24rem;
			margin:.2rem 0;
			text-align: left;
		}
		.newsdetail .newtit .font2,.newsdetail .chapter a.return{
			font-size: .24rem;
			text-align: left;
		}
			
		.newsdetail .newtit{
			padding-bottom: .3rem;
			margin-bottom: .3rem;
		}
		.contact .con p,.newsdetail .cons p,.newsdetail .chapter a{
			font-size: .3rem;
			line-height: .5rem;
		}
		.contact p.font4{
			font-size: .28rem;
			margin-bottom: .3rem;
			padding-left: .3rem;
		}
		.contact .con p.font4{
			padding-left: 0;
		}
		.newsdetail .cons p{
			font-size: .24rem;
			line-height: .4rem;
		}
		.contact .con img{
			width: 2.2rem;
			margin:.1rem 0;
		}
		.contact .con span{
			font-size: .16rem;
			width: 2.4rem;
		}
		.contact .con{
			padding:.4rem .3rem 0;
			margin:.3rem 0;
			box-sizing: border-box;
			height: 5rem;
			background-size: cover;
		}
		
		
			.contact .xjp{
			padding:.4rem .3rem 0;
			margin:.3rem 0;
			box-sizing: border-box;
			height: 2rem;
			/*background-size: cover;*/
		    /*background-size: 100% 100%;*/
			background-size: contain;

		}
		
		
		
		.newsdetail .chapter{
			padding-top:.3rem;
			margin-top:.4rem;
		}
		.contact .list{
			height: auto;
			padding:.2rem 0;
			margin-bottom: .3rem;
		}
		.contact .list h2{
			font-size: .24rem;
			padding-left: .4rem;
			line-height: .35rem;
			height: auto;
		}
		.contact .list h2 a{
			font-size: .24rem;
			margin:0 .4rem 0 .2rem;
		}
		.contact .list h2 span{
			display: block;
		}
		.contact .cons{
			display: block;
		}
		.contact .cons .tab{
			width: 100%;
			height: auto;
			margin-bottom: .3rem;
			padding-bottom:.3rem;
		}
		.contact .cons .tab h2{
			height:.7rem;
			line-height: .7rem;
			margin-bottom: .2rem;
		}
		.contact .cons .tab h2 span{
			font-size: .3rem;
			width: 2rem;
		}
		.contact .cons .tab p{
			font-size: .24rem;
			line-height: .5rem;
			padding:0 .2rem 0 .6rem;
		}
	
		.phoneheader {
			padding: 0 .3rem;
			height: 1.3rem;
			line-height: 1.3rem;
			display: block;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 999;
			/* box-shadow: 0 0 3px #ccc;
			background:#fff; */
			background: #FFFFFF;
			box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.banner {
			margin-top:1.5rem;
		}
	
		.wrap {
			width: 94%;
			margin: 0 auto;
		}
	
		.phoneheader .fr {
			position: absolute;
			right: .3rem;
		}
	
		.phoneheader .fl img {
			width: 2.3rem;
		}
	
		.phoneheader .fr span {
			font-size: .5rem;
			margin: 0 .1rem;
			color:#002E5C;
		}
		#index_main{
			display: none;
		}
		
		.index_main.phonebanner{
			margin:0 !important;
		}
	
		.phoneheader .fr img {
			width: .5rem;
			margin-left: .2rem;
		}
	
		.mobile-container {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			display: none;
			z-index: 99999;
		}
	
		.mobile_nav {
			position: fixed;
			top: 0;
			right: 0;
			left: auto;
			width: 100%;
			height: 100%;
			background: #fff;
			
			overflow-y: scroll;
		}
		
		.mobile_nav ul{
			padding-top:.4rem;
		}
	
		.mobile_nav .top {
	
	
			padding: 20px 0 35px;
	
		}
	
		.mobile_nav form {
	
			width: 200px;
			height: 30px;
			line-height: 30px;
			border: 1px solid #eee;
			margin-right: 30px;
			display: flex;
			margin: 20px auto;
		}
	
		.mobile_nav form button {
			height: 30px;
			line-height: 30px;
			width: 30px;
			background: url(/en/images/search1.png) no-repeat center center;
		}
	
		.mobile_nav form input {
			width: 160px;
			padding-left: 10px;
		}
	
		.mobile_nav .top img {
	
			width: 130px;
			display: block;
			margin: 0 auto;
		}
	
		.mobile-container li {
	
			line-height: .88rem;
			text-align: center;
			
		}
		
		.mobile-container .sub li{
			padding-left: .1rem;
		}
	
		.mobile-container li ul.sub,
		.mobile-container li ul.three {
			display: none;
		}
		.mobile_nav .logo{
			display: flex;
			justify-content: space-between;
			padding:.4rem .5rem 1rem;
			align-items: center;
		}
		.mobile_nav .logo img{
			width: 2.6rem;
		}
		.mobile_nav .logo img.del{
			width: .3rem;
		}
	
		.mobile-container li a {
			font-size: .3rem;
			
		}
	
		.mobile_nav>ul>li {
			border-bottom: 1px solid rgba(238, 238, 238, 1);
	
		}
	
		
	
		.mobile-container li ul.sub li a {
			font-size: .26rem;
			line-height: .4rem;
			padding-right: 0rem;
		}
	
		.mobile-container li ul.three li a {
			font-size: .24rem;
			padding-right: 0;
		}
		.mobile-container li ul.three li{
			line-height: .35rem;
		}
	
		.mobile-container .lang {
			padding: .5rem 0 .2rem;
			text-align: center;
		}
	
		.mobile-container .lang a {
			margin: 0 0.2rem;
		}
	
		.mobile-container .lang a.active {
			color: #339A2C;
		}
		
		.fullpage,.fullpage li{
			height:6rem !important
		}
	
		.phonebanner {
			display: block;
			margin-top: 1.5rem;
			position: relative;
		}
	
		.phonebanner img {
			width: 100%;
		}
	
		.wrap {
			width: 92% !important;
			margin: 0 auto;
		}
		.indexbox1,.footernav{
			padding:.5rem 3%;
		}
		.indexnews .swiper-slide .pro{
			height: 2.5rem;
		}
		.indexabout,.indexnews,.indexhonor{
			padding:.5rem 0;
		}
		.indexcase .list li img{
			max-width: 70%;
		}
		.indexabout .titles span.ch, .indexcase .title span.ch, .indexhonor span.ch{
			font-size: .36rem;
			text-align: left;
			display: block;
		}
		.indexabout .titles>img{
			width: 2rem;
			
		}
		.indexcase{
			padding-right:0;
			padding-bottom:.4rem;
		}
			
		.indexcase .leftbox{
			position: relative;
		}
		.indexcase .leftbox>a,.indexnews .swiper-father>a{
			position: absolute;
			right:0;
			height: .6rem;
			top:0;
			line-height: .6rem;
			width: 1.6rem;
			font-size: .16rem;
			font-family: Microsoft YaHei;
			font-weight: bold;
			color: #FFFFFF;
			display: block;
			text-align: center;
			top:.55rem;
			right:3%;
			margin:0;
			z-index: 9;
		}
		.indexnews .swiper-father{
			position: static !important
		}
		.indexcase .leftbox .list{
			display: none;
		}
		.indexabout .titles span.en, .indexcase .title span.en, .indexnews span.en, .indexhonor span.en{
			font-size: .36rem;
			text-align: left;
			display: block;
		}
		.indexnews span.en{
			text-align: center;
		}
		.search{
			padding-bottom:.3rem;
			margin-bottom: .3rem;
			width: 80%;
			    margin: 0 auto .8rem;
			    border: none;
			
		}
		.search form{
			width: 100%;
			height:.7rem;
			line-height: .7rem;
		}
		.search button{
			height:.7rem;
			line-height: .7rem;
		}
			
		.search input{
			font-size: .3rem;
		}
		.indexnews .swiper-slide p.tit {
		    font-size: .28rem;
		    line-height: .36rem;
		    margin: .2rem 0;
			height: auto;
			overflow: hidden;
			text-overflow: ellipsis;
			
			height: .72rem;
		}
		.indexnews .swiper-slide p.font{
			font-size: .2rem;
		}
		.indexcase .rightbox .lists .tab >img{
			width: 90% !important;
			margin:0 auto;
			    display: block;
		}
		.indexnews .swiper-slide p.time{
			font-size: .28rem;
			padding:.2rem 0;
			border:none;
		}
		.indexnews{
			position: relative;
		}
		
		.indexabout .list ul{
			flex-wrap: wrap;
		}
		.indexabout .list li{
			width: 48%;
			height: auto;
			padding:.4rem 0;
			margin:0 2% .3rem 0;
		}
		.indexabout .list li  i{
			background-size: 1rem !important;
		}
		/* 26px */
		.indexabout .con p{
			font-size: .26rem;
			line-height: .42rem;
			margin-bottom: .2rem;
		}
		.indexabout .bg{
			margin:0;
		}
		/* 36px */
		.indexabout .list li span{
			font-size: .36rem;
			margin:.2rem 0;
		}
		.indexabout .titles{
			padding-bottom: .5rem;
			margin-bottom: .4rem;
			    border-bottom: 2px solid #B77555;
		}
	
		
		.footernav .wrap,.footernav .fl,.footernav .fr{
			width: 100%;
			border:none;
			padding-left: 0;
		}

		
	
		
		
		.footernav .fr p.p2,.indexbox1 h2, .indexbox2 .title h2,.indexbox5 h2,.indexbox6 h2{
			font-size: .52rem;
		}
		
	/* 30px */
	
	/* 18px */
	.footernav .fr p.p1,.indexbox1 .box>p, .indexbox2 .title p,.indexbox5 p,.indexbox5 li p.font,.books li span,.books li p,.footerside li .side span,.footerside li .side span.font1, .footerside li .side p.font1{
		font-size: .28rem;
	}
	.footerside li .side p{
		font-size: .33rem;
	}
	
	
	/* 22px */
	.indexabout .list li p{
		font-size: .26rem;
		    
		 
	}
	.indexcase .leftbox{
		width: 100%;
		padding:.5rem 3% 0;
	}
	.indexcase .list{
		width: 100%;
	}
	.indexabout .list li i{
		height: 60px;
	}
	.indexcase .title,.indexnews .titles{
		margin-bottom: .5rem;
	}
	.indexcase .list li{
		width: 32%;
		height: 1.5rem;
		margin-bottom: .2rem;
	}
	.indexcase .rightbox .lists .tab{
	  position: relative;
	}
	.indexcase .rightbox .text p.num{
		position: absolute;
		left:8%;
		top:3.6rem;
		color:#fff;
		
	}
	.indexcase .rightbox{
		width: 100%;
		position: relative;
		top:0;
		right:0;
		margin:0;
	}
	.indexcase .rightbox .text{
		padding:.4rem 3%;
		height: 4.2rem;
	}

	.indexnews .swiper-button-prev,.indexnews .swiper-button-next{
		display: none;
	}
	.indexcase .rightbox .text p{
		width: 100%;
		font-size: .26rem;
		line-height: .36rem;
		/* height:1.35rem;
		overflow: hidden; */
		margin:.3rem 0;
	}
	.indexcase .rightbox .text{
		background:none;
	}
	.indexcase .rightbox .text i{
		height: 1rem;
		    width: auto;
		    display: inline-block;
	}
	.indexcase .rightbox .text p.num{
		font-size: .3rem;
		height: auto;
	}
	.indexbox1 .content .options .tab>div>p{
		font-size: .34rem;
	}
	/* 18px */
	.yewu .box1 .con p,.indexbox2 .content .fl p,.aboutus .content p,.jointext .fl p,.contact .text p{
		font-size: .28rem;
		line-height: .45rem;
	}
	
	/* 14px */
	.footernav .fr p.p3{
		font-size: .24rem;
		line-height: .4rem;
	}
	.commonbox >.fl li a .fr p.font{
		margin:.1rem 0;
	}
	.footernav .fr p.p2{
		margin:.2rem 0;
	}
	

	
	.commonbox >.fl li a .fr p.time,.commonbox >.fl li a .fr p.site{
		font-size: .22rem;
	}
	
	/* 16px */
	.case .con p,.details .chapter a,.aboutus .history p,.recurit .tablist .list p,.details .time p.time,.details .con p,.copy p{
		font-size: .26rem;
		line-height: .42rem;
	}
	/* 20px */
	.indexnews .content .left .item span{
		font-size: .3rem;
		padding:0 .1rem;
		margin-right: .2rem;
	}
	.indexhonor .swiper-container{
		height: 4rem;
		margin-top:.5rem
	}
	.footernav{
		/* display: block; */
	}
	.footernav .left p,.footernav .left span{
		font-size: .24rem;
	}
	.footernav .right .code{
	    
	    width:2.6rem;
	}
	.footernav .right .code>img{
		width: 1.5rem;
		height: 1.5rem;
		display: block;
		margin:0 auto;
	}
	.footernav .right .code span{
		font-size: .14rem;
		width:100% !important;
		text-align:center;
		display: block;
	}
	.footernav .right{
		width: 2.6rem;
		/* margin-top:.2rem; */
		justify-content: space-between;
		align-items: center;
	}
	.copy p{
		line-height: .9rem;
	}
	.copy img{
		display: none;
	}
	.footernav .right .code{
		margin-right: 0;
	}
	.copy{
		height: auto;
		line-height: .9rem;
	}
	.footernav .right .link a{
		display: inline-block;
		margin:0 10px 0 0;
	}
	.indexhonor .swiper-slide-active{
		height: .88rem;
		border-top: 2px dashed #DCDCDC;
			border-bottom: 2px dashed #DCDCDC;
	}
	.indexhonor .swiper-slide p{
		font-size: .28rem;
		line-height: .6rem;
		height: .6rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.indexhonor .swiper-slide-active p{
		
		line-height: .8rem;
	}
		
	.footer .link{
		display: none;
	}
	.indexhonor .titles a{
		font-size: .3rem;
	}
	.recurit .tablist .list span{
		font-size: .3rem;
		margin:.2rem 0;
	}
	/* 24px */
	.aboutus .history span.year{
		font-size: .32rem;
		margin-top:.2rem;
	}
	.recurit .tab span{
		font-size: .3rem;
		height: 1rem;
		line-height: 1rem;
	}

     /* 48px */
	 .indexnav h2, .indexnews h2, .indexpartner h2{
		 font-size: .52rem;
		 margin-bottom: .3rem;
	}
	
	
	
	/* 14px */
	.indexnav li p,.footer .nav .fr p{
		font-size: .24rem;
		line-height: .35rem;
		margin:0;
	}
	
	.contact{
		padding:2rem 0 .5rem;
	}
	.titles .en{
		font-size: .4rem;
	}
	.titles .ch{
		font-size: .36rem !important;
		
		display: block;
	}
	.titles p{
		font-size: .36rem;
		margin-top:0rem;
	}
	.contact p.num{
		padding:.2rem 0;
		border:none;
		font-size: .24rem;
	}
	.team li{
		width: 3rem;
		margin:.3rem 0 0;
		margin:0 .6rem .3rem 0;
	}
	.team li:nth-of-type(2n){
		margin-right:0;
	}
	.team li .pro .layer img{
		height: auto;
		width: 100%;
		border-radius: 50%;
		display: none;
		
		width: 2rem;
	}
	
	.team li .pro .layer2 img.pc{
		display: none;
	}
	.team li .pro .layer2 img.wap{
		display: block;
		width: 2rem;
		border-radius: 50%;
	}	
	.team li > span,.team li > p{
		opacity: 1;
	}
	.team li > span,.team li .pro .layer span{
		font-size: .28rem;
		padding-left: 0;
		color:#333;
		margin:.2rem 0 .1rem;
		text-align: center;
	}
	.team li .pro .layer2{
		position: fixed;
		    top: 1.3rem;
		    left: 0;
			display: block;
		    width: 100%;
		    background: #fff;
		    width: 100%;
		    padding: .8rem .5rem;
		    z-index: 10;
			height: 100%;
		
	}
	.team li .pro .layer2 span{
		font-size: .36rem;
		position: absolute;
		    top: 1.4rem;
		    left: 40%;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #122F54;
	}
	.team li .pro .layer2 .font1{
		font-size: .24rem;
		position: absolute;
		    top: 2rem;
		    left: 40%;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
	}
	.team li > p,.team li .pro .layer .font1{
		font-size: .24rem;
		padding-left: 0;
		color:#333;
		padding:0;
		margin-bottom: .2rem;
		text-align: center;
	}
	.team li .pro .layer .font2{
		
	
		display: none;
	}
	.team li .pro .layer2 .font2{
		padding-top:.5rem;
		margin-top:.5rem;
		border-top:1px solid #002E5C;
		display: block;
		font-size: .24rem;
		font-family: MicrosoftYaHeiLight;
		font-weight: 400;
		color: #B4754D;
		line-height: .36rem;
	}
	.phoneheader  .fr a{
		width: 1rem;
		height:1rem;
		display: none;
		background: #FFFFFF;
		border: 1px solid #C7997B;
		border-radius: 50%;
		position: fixed;
		bottom:1.5rem;
		left:50%;
		margin-left: -.5rem;
		font-size: .28rem;
		
		align-items: center;
		justify-content: center;
		font-family: MicrosoftYaHeiLight;
		font-weight: 400;
		color: #B4754D;
		z-index: 99999;
	}
	.phoneheader  .fr a.active{
		display: inline-flex;
	}
	.team li > span,.team li > p{
		display: none;
	}
	
	.team li .pro .layer{
		padding:0;
		position: relative;
		background:none;
		opacity: 1;
	}
	.projecttitle li{
		margin:0 .2rem;
		padding-top:.3rem;
	}
	.projecttitle li span{
		font-size: .24rem;
		margin-top:.2rem;
	}
	.projectcon{
		padding:.4rem 0 .6rem;
	}
	.projectcon li{
		width: 48%;
		margin:0 4% .3rem 0;
		height: 4.8rem;
	}
	.projectcon li:nth-of-type(2n){
		margin-right: 0;
	}
	.projectcon li >span{
		font-size: .28rem;
		bottom:.8rem;
	}
	.projectcon li:hover a.wap{
		display: none;
	}
	.projectcon li .layer{
		padding:.2rem;
	}
	.page{
		background:#eee;
		margin-top:.4rem;
	}
	.page a{
		width: 33%;
	}
	.wap{
		display: block;
	}
	.page form{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.chapter{
		display: none;
	}
	
	.pc{
		display: none;
	}
	
	.page form a:first-child,
	.page form a:last-child{
		display: inline-block;
		border:none;
	}
	.projectcon li>a>img{
		max-height: 1rem;
		max-width: 80%;
	}
	.projectcon li .layer i img{
		max-height: .8rem;
	}
	.projectcon li .layer span{
		font-size: .28rem;
		margin:.2rem 0;
	}
	.projectcon li .layer i{
		height: .8rem;
	}
	.projectcon li .layer p{
		font-size: .16rem;
		line-height: .3rem;
		height:1.5rem;
		overflow: hidden;
		
	}
	.projectcon li .layer p:first-of-type{
		height:2rem;
		overflow: hidden;
	}
	.projectcon li .layer p.link{
		margin-top:.2rem;
		height: auto;
		font-size: .26rem;
	}
	.contact .swiper-father a.more, .projectcon a.more{
		line-height: .8rem;
		font-size: .3rem;
	}
	.index_main .section1{
		height: 6.8rem;
		overflow: hidden;
	}
	.indexnews{
		padding:.5rem 0 .5rem;
	}
	
	.indexnews .swiper-wrapper{
		display: block;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.contact.indexnews{
		padding:2rem 0 .5rem;
	}
	
	.indexnews span.en{
		text-align: left;
	}
	
	.contact.indexnews span.en{
		text-align: center;
	}
	.team li .pro>img{
		border-radius: 50%;
	}
	.projectcon li a{
	    display: block;
	    width: 100%;
	    height: 100%;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	}
	
}

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

	
	
}
@media screen and (min-width:800px) and (max-width:1500px) {
	.team li .pro>img{
		/* height: 430px; */
	}
	.indexcase .leftbox>a{
		bottom:110px;
	}
	.indexcase .rightbox .text i{
		height: 60px;
	}
	.indexcase .title{
		margin-bottom: 40px;
	}
	.indexcase .rightbox{
		/* top:120px; */
	}
	.indexnews{
		padding:100px 0;
	}
	.team li .pro .layer{
		padding:10px 10px 0;
	}
	.team li .pro .layer span,.team li > span{
		margin:10px 0;
		font-size: 18px;
	}
	.team li .pro .layer .font1{
		padding-bottom:0px;
		margin-bottom: 4px;
	}
	
	.team li > p,.team li .pro .layer .font1{
		font-size: 13px;
		line-height: 25px;
	}
	.team li .pro .layer .font2{
		font-size: 12px;
	}
	.team li .pro .layer .font2{
		/* overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; */
	}
	.contact .list h2 a{
		margin: 0 20px 0 10px;
		font-size: 16px;
	}
	.contact p.num{
		padding:30px 0 20px;
	}
	.team li{
		    margin: 50px 2% 0px 0;
	}
	.contact .list h2{
		font-size: 16px;
		padding-left: 20px;
	}
	
	.contact .cons .tab h2{
		height: 70px;
		line-height: 70px;
	}
	.contact .cons .tab h2 span{
		font-size: 25px;
	}
	.contact .cons .tab{
		height: 300px;
	}
	.projectcon li .layer{
		padding:10px;
	}
	.projectcon li .layer span{
		font-size: 19px;
		margin:4px 0;
	}
	
	.projectcon li{
		height: 380px;
	}
		
	.titles .ch,.indexabout .titles span.ch, .indexcase .title span.ch, .indexnews span.ch, .indexhonor span.ch{
		font-size:30px;
	}
	.titles p{
		font-size:35px;
		margin-top: -30px;
	}
	.indexabout .titles span.en, .indexcase .title span.en, .indexnews span.en, .indexhonor span.en{
	font-size:40px;	
	}
	.indexabout .titles{
		padding-bottom:40px;
		margin-bottom:30px;
	}
	.indexabout .con p{
		font-size: 20px;
	}
	.indexabout .list li span{
		font-size: 25px;
	}
	.indexhonor .swiper-slide p
	,.footernav .left p{
		font-size: 20px;
	}
	.indexhonor .swiper-slide-active p{
		/* font-size: 30px; */
	}
	.indexabout .list li{
		height: 360px;
	}
	.indexhonor .swiper-container{
		height: 400px;
	}
	.indexnews .swiper-slide p.tit,.indexcase .rightbox .text p{
		font-size: 20px;
		line-height: 30px;
	}
	
	.indexnews .swiper-slide p.font{
		font-size: 14px;
	}
	.indexnews .swiper-slide p.time{
		font-size: 25px;
		padding:25px 0 10px;
	}
	.header .fr li a, .header .fr>a{
		font-size: 18px;
	}
	.team li .pro .layer span{
	   margin:0;
	}
}


@media screen and (min-width:800px) and (max-width:1700px) {
	
		
	.team li .pro .layer .font2{
	  font-size: 12px !important;
	  line-height: 20px !important;
	}
	.team li > p, .team li .pro .layer .font1{
		 font-size: 13px !important;
	}
	.team li .pro .layer span, .team li > span{
		 font-size: 16px !important;
	}
	.indexcase .rightbox .text{
		height: 400px;
	}
	.indexabout .list li span{
		 font-size: 20px !important;
	}
	.indexabout .list li p{
		font-size: 14px !important;
	}
}<!--ºÄÊ±1756537267.5408Ãë-->