@charset "utf-8";
/* ===================首页样式========================== */

/* 新闻 s */
.i_new{}
.i_new .fl,.i_new .fr{
	width: 48.5%;
	box-shadow: 0px 4px 6px rgb(0,0,0,.15);
}
.i_new .fl .pic{}
.i_new .fl .pic img,.i_new .fr .pic img{
	width: 100%;
}
.i_new .info{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 0.45rem 0.28rem;
	height: 240px;
	background-color: white;
}
.i_new .info ul{
	width: 100%;
	margin-bottom: 10px;
}
.i_new .info ul li{
	
	margin-bottom: 15px;
}
.i_new .info ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
}
.i_new .info ul li p{
	width: calc(100% - 150px);
}
.i_new .info ul li span{
	width: 110px;
}
.i_new .new_more{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: white;
	padding: 8px 28px;
	background-color: #111f39;
}
.i_new .new_more  i{
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url('../images/ico_rr_02.png') no-repeat center;
	margin-left: 0.06rem;
}
.i_new .new_more:hover{
	box-shadow: 0 0 6px #111f39;
}
.i_new .fr{}
.i_new .fr .pic{
	position: relative;
}
.i_new .fr .pic img{}
.i_new .fr .pic a{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.76rem;
	height: 0.76rem;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url('../images/ico_play.png') no-repeat center;
	background-size: 100% 100%;
}
.i_new .fr .info{
	align-items: flex-start;
	color: #00203b;
	background: url('../images/i_new_02_bg.jpg') no-repeat bottom right;
	background-size: cover;
}
.i_new .fr .info p{
	font-size: 0.22rem;
	text-transform: uppercase;
}
.i_new .fr .info h4{
	font-size: 0.36rem;
	margin-top: 0.18rem;
}
.i_new .fr .info h4::after{
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background-color: #00203b;
	margin: 0.3rem 0;
}
.i_new .fr .info .new_more{}
/* 新闻 e */

.i_pic_01{
	position: relative;
	height: 6rem;
	background: url('../images/i_pic_01.jpg') no-repeat center /cover fixed;
}
/* .i_pic_01:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/i_pic_01.jpg') center 0 no-repeat;
  background-size: cover;
} */

/* 产品 s */
.i_pro{}
.pro_tit{
	text-align: center;
	margin-bottom: 0.6rem;
}
.pro_tit h3{
	font-size: 0.36rem;
	font-weight: 700;
	color: #00203b;
}
.pro_tit p{
	font-size: 0.2rem;
	letter-spacing: 0.02rem;
	margin-top: 0.2rem;
}
.pro_tit p span{
	margin: 0 0.04rem;
}
.i_pro ul{
}
.i_pro ul li{
	width: 24%;
	margin-bottom: 0.4rem;
	box-shadow: 0 0 6px rgb(0,0,0,.2);
}
.i_pro ul li:hover{
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.i_pro ul li a{
	display: block;
	position: relative;
}
.i_pro ul li .pic{}
.i_pro ul li .pic img{
	width: 100%;
}
.i_pro ul li:hover *[class*="pic"]>img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.i_pro ul li .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.2);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}
.i_pro ul li:hover .txt{
	visibility: visible;
	opacity: 1;
}
.i_pro ul li .txt p{
	font-size: 0.28rem;
	color: white;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}
.i_pro ul li:hover .txt p{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.i_pic_02{
	position: relative;
	height: 7.5rem;
	background: url('../images/i_pic_02.jpg') no-repeat center /cover;
}
.i_pic_02 .txt{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13.75%;
	color: white;
	text-align: right;
}
.i_pic_02 .txt h3{
	font-size: 0.32rem;
	text-shadow: 0px 0px 4px rgb(0,0,0,.55);
}
.i_pic_02 .txt p{
	font-size: 0.16rem;
	margin-top: 0.15rem;
	letter-spacing: 2px;
	font-family: 'PL';
	text-transform: uppercase;
}

/* 案例 s */
.i_case{
	padding-top: 0.8rem;
}
.i_case .con{
	position: relative;
	margin-top: 0.4rem;
}
.i_case .con img{
	width: 100%;
}
.i_case .txt{
	position: absolute;
	top: 74%;
	left: 0;
	width: 60%;
	text-align: right;
	padding-top: 0.32rem;
}
.i_case .txt p{
	display: block;
	font-size: 14px;
	line-height: 1.75;
	color: white;
}
.i_case .swiper-pagination-bullet-active{
	background-color: #111F39 !important;
} 
/* 案例 e */

/* 流程 s */
.i_flow{
	padding: 0.9rem 0;
}
.i_flow .con{}
.i_flow ul{
	padding-top: 0.1rem;
}
.i_flow ul i{
	margin-top: 0.3rem;
	height: 0.4rem;
}
.i_flow ul i img{
	height: 100%;
}
.i_flow ul li{
	text-align: center;
	margin-bottom: 0.3rem;
}
.i_flow ul li .ico{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_flow ul li .ico img{
	height: 1rem;
	display: inline-block;
}
.i_flow ul li:hover .ico{
	transform: rotateY(180deg);
}
.i_flow ul li p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0.12rem;
	color: #00203b;
	letter-spacing: 0.04rem;
}
/* 流程 e */

/* 工程 s */
.i_project{
	padding: 0.7rem 0 0.9rem;
	background: url('../images/i_project_bg.jpg') no-repeat center;
	background-size: cover;
}
.i_project .con{
	padding-top: 0.8rem;
}
.i_project ul{}
.i_project ul li{
	width: 8rem;
}
.i_project ul li .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 5.35rem;
	height: 2.05rem;
	padding: 0.3rem 5%;
	color: white;
	text-align: center;
	background-color: rgb(0,0,0,.3);
	visibility: hidden;
	opacity: 0;
}
.i_project ul li.swiper-slide-active .txt{
	opacity: 1;
	visibility: visible;
}
.i_project ul li .txt h4{
	font-size: 20px;
}
.i_project ul li .txt p{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 0.12rem;
}
.i_project .com_more{
	margin-top: 0.8rem;
}
/* 工程 e */

/* 加盟 s */
.i_join{
	padding: 0.8rem 0 0.7rem;
}
.i_join .mid ul{
	padding-top: 0.4rem;
}
.i_join .mid ul li{
	width: 49%;
	padding: 0.45rem 0.3rem 0 0.6rem;
	min-height: 135px;
	background-color: #f1f1f1;
	border-radius: 0.06rem;
	box-shadow: 2px 2px 6px rgb(0,0,0,.15);
	margin-bottom: 2%;
}
.i_join .mid ul li:hover{
	-webkit-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	transform: translateY(-14px);
	background-color: #111f39;
}
.i_join .mid ul li .ico{
	width: 42px;
	margin-right: 0.2rem;
}

.i_join .mid ul li .ico img{}
.i_join .mid ul li:hover .ico img{
	filter: brightness(100);
}
.i_join .mid ul li .info{
	color: #000;
	flex: 1;
}
.i_join .mid ul li:hover .info{
	color: white;
}
.i_join .mid ul li .info span{
	font-size: 16px;
}
.i_join .mid ul li .info p{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0.1rem;
}
.i_join .pic{
	padding-top: 0.8rem;
}
.i_join .pic img{
	margin: 0 auto;
}
/* 加盟 e */

/* 留言 s */
.i_mess{
	position: relative;
	background-color: #f1f1f1;
}
.i_mess .pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url('../images/i_mess_01.jpg') no-repeat center;
	background-size: cover;
	z-index: 2;
}
.i_mess .w14{}
.i_mess form{
	width: 50%;
	height: 7.3rem;
	padding-right: 0.8rem;
	color: #000;
}
.i_mess form label{
	display: block;
	font-size: 16px;
	margin-bottom: 0.15rem;
}
.i_mess form input[type="text"]{
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #c9c9c9;
	padding-left: 0.12rem;
	margin-bottom: 0.2rem;
	background-color: transparent;
}
.i_mess form textarea{
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	border: 1px solid #c9c9c9;
	background-color: transparent;
	height: 140px;
	padding: 10px;
}
.i_mess form input[type="submit"]{
	font-size: 14px;
	font-family: 'PR';
	color: white;
	width: 130px;
	height: 32px;
	line-height: 32px;
	background-color: #00203b;
	margin-top: 0.3rem;
	/* padding-left: 0.12rem; */
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_mess form input[type="submit"]:hover{
	box-shadow: 0 0 6px #111f39;
}
/* 留言 e */




/* -------------------------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) */
	.i_new .fr .info p{
		font-size: 0.32rem;
	}
	.i_new .fr .info h4{
		font-size: 0.42rem;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.i_new .fl{
		margin-bottom: 0.5rem;
	}
	.i_new .fl, .i_new .fr{
		width: 100%;
	}
	.i_new .info{
		height: 220px;
		padding: 0 0.4rem 0.3rem;
	}
	.i_new .fr .info{
		justify-content: center;
	}
	
	.i_pic_01{
		height: 5rem;
	}
	.pro_tit h3{
		font-size: 0.48rem;
	}
	.pro_tit p{
		font-size: 0.28rem;
		margin-top: 0.24rem;
	}
	.i_pro ul li{
		width: 100%;
	}
	
	.i_pic_02 .txt{
		width: 100%;
		right: 0;
		padding: 0 2%;
		text-align: center;
		line-height: 1.3;
	}
	.i_pic_02 .txt p{
		margin-top: 0.25rem;
	}
	
	.i_case .con ul li{
		height: 5rem;
	}
	.i_case .con img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.i_flow ul{
		justify-content: center;
	}
	.i_flow ul li {
		width: 33%;
		text-align: center;
		margin-bottom: 0.4rem;
	}
	.i_flow ul li .ico img{
		height: 1.4rem;
	}
	.i_flow ul i{
		display: none;
		height: 0.6rem;
		margin: 0.4rem 0.2rem 0;
	}
	
	.i_project ul li .txt{
		width: 75%;
		height: 2.5rem;
	}
	.i_project ul li .txt p{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 0.2rem;
	}
	.i_project .com_more{
		margin-top: 0.6rem;
	}
	
	.i_join .mid ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.4rem;
		min-height: 110px;
		padding-left: 0.4rem;
	}
	.i_join .mid ul li .info p{
		margin-top: 0.2rem;
	}
	
	.i_mess .pic{
		position: relative;
		width: 100%;
		height: 6rem;
	}
	.i_mess form{
		width: 100%;
		height: auto;
		padding: 6% 0;
	}
	.i_mess form label{
		margin-bottom: 0.2rem;
	}
	.i_mess form input[type="text"]{
		margin-bottom: 0.3rem;
	}
	
	.i_pic_01{
		background-attachment: initial;
	}
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	.i_new .info ul li a{
		font-size: 14px;
	}
	.i_project ul li .txt p{
		font-size: 13px;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}