@charset "utf-8";
/* ===================联系我们样式========================== */

/* 星级安装 start */
.star_con{
	padding-top: 1.35rem;
	padding-bottom: 1.7rem;
	background: url(../images/star_bg.jpg) no-repeat center;
	background-size: cover;
}
.star_con .fr{
	width: 6.68rem;
}
.star_con .fr .tit{
	text-align: center;
	color: #231815;
}
.star_con .fr .tit h3{
	font-size: 16px;
	font-family: "PINGFANG HEAVY";
	letter-spacing: 1px;
}
.star_con .fr .tit p{
	font-size: 14px;
	font-family: "PINGFANG MEDIUM";
	margin-top: 0.2rem;
}
.star_con .fr ul{
	margin-top: 0.55rem;
}
.star_con .fr ul li{
	float: left;
	margin-bottom: 0.4rem;
	margin-right: 0.68rem;
	text-align: center;
	color: black;
	font-family: "PINGFANG MEDIUM";
	border-radius: 10px;
}
.star_con .fr ul li .box{
	width: 1.16rem;
	height: 1.16rem;
	background: url(../images/star_border_bg.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
}
.star_con .fr ul li:hover .box{
	background-image: url(../images/star_border_bg_on.png);
}
.star_con .fr ul li img{
	width: auto;
	margin: 0 auto;
}
.star_con .fr ul li:nth-child(4n){
	margin-right: 0;
}
.star_con .fr ul li:last-child{
	margin-right: 0;
}
.star_con .fr ul li:last-child .box{
	width: 3.0rem;
	
	background-image: url(../images/star_border_last_bg.png);
}
.star_con .fr ul li:hover:last-child .box{
	background-image: url(../images/star_border_last_bg_on.png);
}
.star_con .fr ul li h4{
	font-size: 12px;
	line-height: 16px;
}
.star_con .fr ul li p{
	margin-top: 0.12rem;
	font-size: 14px;
}
/* 星级安装 end */


/* 联系方式 start */
.contact_con{
	padding: 1.35rem 0 1.15rem;
}
.contact_con ul{}
.contact_con ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.contact_con ul li .ico{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.contact_con ul li .ico img{
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.contact_con ul li p{
	margin-top: 0.4rem;
	font-size: 12px;
	line-height: 16px;
	color: black;
}
/* 联系方式 end */

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}

@media all and (max-width:960px) {
	.star_con{
		padding: 0 0 0;
		background-image: none;
		background-color: #dddcde;
	}
	.star_con .fr{
		padding-top: 0.7rem;
		width: 100%;
		float: none;
	}
	
	 .star_con .fr ul li{
		 width: calc( 100% / 3);
		 margin: 0 0 0.6rem 0;
		 text-align: center;
	 } 
	 .star_con .fr ul li:last-child{
		 width: calc( (100% / 3)* 2);
	 }
	 .star_con .fr ul li:last-child .box{
		 width: calc( 2.35rem + 33.33333% );
	 }
	 
	 .contact_con{
		 padding: 0.7rem 0 0.2rem;
	 }
}

@media all and (max-width:800px) {
   .contact_con ul li{
	   width: 50%;
	   margin-bottom: 0.6rem;
   }
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.star_con .fr ul li .box{
		width: 1.6rem;
		height: 1.6rem;
	}
}

@media all and (max-width:540px) {
   
}

@media all and (max-width:420px) {
   
}

@media all and (max-width:375px) {
   
}

