@media (min-width:376px) and (max-width:413px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}

	body {
		font-size: 14px;
		font-size: 1.4rem;
		/* 12÷10=1.2 */
	}

	.container {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}

	.container:before,
	.container:after {
		content: " ";
		display: table;
	}

	.container:after {
		clear: both;
	}

	.container:before,
	.container:after {
		content: " ";
		display: table;
	}

	.container:after {
		clear: both;
	}
}

@media (max-width:375px) {
	.service-wrap .row .p9 .item .service-list p{
		font-size: 12px;
		line-height: 28px;
	}
	.footFix>a{
		padding: 10px 0;
	}
	.afterService .picture .desc .desc-subtit{
		font-size: 12px;
		width: 92%;
		margin: 5px auto;
		line-height: 22px;
	}
	/*网站建设375*/
	.web-process-box .item .show .iwrap{
		width: 55px;
		height: 55px;
		line-height: 55px;
		margin-left: 10px;
	}
	.web-process-box .item .show .item-desc{
		width: 76%;
	}
	.web-process-box .item .show .item-desc h3{
		font-size: 15px;
	}
	.mcontruct .case-list-item .case-likes{
		width: 45%;
	}
	.case-list-item .case-tab span{
		padding: 4px;
	}
}

@media (max-width:330px) {
	.service-wrap .row .p9 .item .service-list p {
		font-size: 13px;
	}

 
	.index-news-box .item-box .recommd-news .pic {
		width: 28%;
	}

	.index-news-box .item-box .recomm-txt {
		width: 70%;
	}
}
@media (max-width:320px) {
	.menus .Logo{
		width: 85%;
	}
	.service-wrap .row .p9 .item .number{
		width: 20%;
		font-size: 40px;
	}
	.service-wrap .row .p9 .item .title, .service-wrap .row .p9:first-child .item .service-list, .service-wrap .row .p9:nth-child(2) .item .service-list, .service-wrap .row .p9 .item3 .service-list, .service-wrap .row .p9 .item4 .service-list, .service-wrap .row .p9 .item5 .service-list, .service-wrap .row .p9 .item6 .service-list{
		width: 75%!important;
	}
	.afterService .picture img{
		min-height: 120px;
	}
	.promotion-wrap .promot-quest .item .item-box p{
		font-size: 14px;
	}
	/*内页人才招聘320*/
	.joinus-tit h3{
		font-size: 13px;
	}
	.joinus-tit h2{
		font-size: 18px;
	}
	.position-name{
		font-size: 16px;
		padding-bottom: 0;
	}
	/*内页底部320*/
	.mfoot .mtxt,
	.mfoot .mcopy{
		font-size: 14px;
	}
}
@media (max-width:420px) {
	.menus .Logo .logo-txt{ margin-top: 5px;}
	.menus .Logo .logo-txt h4,
	.menus .Logo .logo-txt span{font-size: 12px;}
	.menus .Logo .logo-txt span{border-radius: 3px; height: 14px; line-height: 14px;}
}
 
