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

/* =====================关于样式======================== */

/* 简介 s */
.n_about_01{
	font-family: 'PR';
}
.n_about_01 .tit{
	text-align: center;
	font-family: 'PM';
	color: #00203b;
}
.n_about_01 .tit span{
	font-size: 0.32rem;
}
.n_about_01 .tit h3{
	font-size: 0.24rem;
	margin-top: 0.1rem;
}
.n_about_01 .txt{
	color: #000000;
	text-align: center;
	height: 0.8rem;
	margin: 0.3rem 0 0.1rem;
	background: url('../images/ab_tit_bg.png') no-repeat center;
	background-size: auto 100%;
}
.n_about_01 .txt h4{
	font-size: 16px;
	margin-bottom: 0.12rem;
}
.n_about_01 .txt h5{
	font-size: 14px;
}
.n_about_01 .info{
	font-size: 16px;
	line-height: 1.75;
	color: #000000;
}
.n_about_01 .info h4{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    /*margin-bottom: 0.1rem;*/
}
.n_about_01 .pic{}
.n_about_01 .pic img{
	width: 100%;
}
.n_about_01 .adv{
	margin: 0.55rem 0;
}
.n_about_01 .adv li{
	position: relative;
	width: 25%;
	padding: 0.16rem 0 0.2rem;
	color: #000;
}
.n_about_01 .adv li::after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #c1c0c0;
}
.n_about_01 .adv li:last-child::after{
	display: none;
}
.n_about_01 .adv li .num{}
.n_about_01 .adv li .num span{
	font-size: 0.58rem;
	font-family: 'HW';
}
.n_about_01 .adv li .num i{
	font-size: 18px;
}
.n_about_01 .adv li p{
	font-size: 14px;
	line-height: 1.3;
	margin-top: 0.12rem;
}
.n_about_01 .pics{
	margin-bottom: 0.35rem;
}
.n_about_01 .pics li{
	width: 100%;
}
.n_about_01 .pics li:not(:last-child){
	margin-right: 10px;
}

.n_about_01 .pics li img{
	width: 100%;
}
/* 简介 e */

/* 流程 s */
.n_process{
	color: white;
	line-height: 1.4;
	background: url('../images/ab_pic_01.jpg') no-repeat center/cover;
	font-family: 'PR';
}
.n_process .tit{
	font-size: 24px;
}
.n_process .tit h3{
	font-family: 'PH';
}
.n_process .tit p{
}
.n_process .con{
	margin-top: 0.2rem;
}
.n_process ul{}
.n_process ul li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0.2rem;
}
.n_process ul li:last-child{
	margin-bottom: 0;
}
.n_process ul li .ico{
	width: 0.41rem;
	margin-right: 6px;
}
.n_process ul li img{}
.n_process ul li .info{
	flex: 1;
}
.n_process ul li .info p{
	font-size: 14px;
	font-family: 'PH';
}
.n_process ul li .info span{
	font-size: 12px;
}
/* 流程 e */


/* 历程 s */
.n_about_02{
	background: url('../images/ab_his_bg.jpg') no-repeat center;
	background-size: cover;
}
.n_about_02 .fl{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50.286%;
	background: url('../images/ab_his_01.jpg') no-repeat center/cover;
	padding: 0.8rem 0;
}

.n_about_02 .fl .swiper{
	width: 70%;
	margin: 0 auto;
}
.n_about_02 .fl ul{}
.n_about_02 .fl ul li{}
.n_about_02 .fl ul li a{}
.n_about_02 .fl ul li .pic{}
.n_about_02 .fl ul li .tit{
	margin-top: 0.3rem;
	text-align: center;
}
.n_about_02 .fl ul li .tit h3{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

.n_about_02 .fr{
	width: 49.714%;
	padding: 0.4rem 0.4rem 0 0.8rem;
	color: #000;
	font-family: 'PR';
}
.n_about_02 .fr .tit{
	
}
.n_about_02 .fr .tit span{
	font-size: 0.24rem;
}
.n_about_02 .fr .tit h3{
	font-size: 0.26rem;
	margin-top: 0.1rem;
}
.n_about_02 .fr .pic{
	margin: 0.16rem 0;
}
.n_about_02 .fr .info{
	font-size: 14px;
	line-height: 1.5;
}
.n_about_02 .fr .con{
	padding-top: 0.4rem;
	width: 100%;
}
.n_about_02 .fr .con .top{}
.n_about_02 .fr .con .top ul{
	display: none;
}
.n_about_02 .fr .con .top ul.show{
	display: block;
}
.n_about_02 .fr .con .top ul li{
	margin-bottom: 0.5rem;
}
.n_about_02 .fr .con .top ul li span{
	position: relative;
	display: block;
	font-size: 0.28rem;
	padding-bottom: 0.08rem;
	font-family: 'HW';
	color: #111f39;
}
.n_about_02 .fr .con .top ul li span::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111f39;
}
.n_about_02 .fr .con .top ul li p{
	font-size: 14px;
	line-height: 1.3;
	font-family: 'PM';
	padding-left: 0.25rem;
}
.n_about_02 .fr .con .bot{
}
.n_about_02 .fr .con .bot ul{
	padding-top: 0.3rem;
	border-top: 1px solid #888788;
}
.n_about_02 .fr .con .bot ul li{
	cursor: pointer;
}
.n_about_02 .fr .con .bot ul li p{
	font-size: 16px;
	font-family: 'PR';
}
.n_about_02 .fr .con .bot ul li.active p{
	color: #111f39;
	font-family: 'PH';
}
/* 历程 e */

/* 文化 s */
.n_about_03{
	background: url('../images/ab_cul_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 1rem 0 1.6rem;
}
.n_about_03 .tit{
	text-align: center;
	font-size: 0.24rem;
	color: white;
}
.n_about_03 .tit span{
	text-transform: uppercase;
}
.n_about_03 .tit h3{
	margin-top: 0.1rem;
}
.n_about_03 ul{
	margin-top: 0.5rem;
}
.n_about_03 ul li{
	width: 1.6rem;
	height: 1.6rem;
	padding: 0.12rem;
	border: 1px solid rgb(255,255,255,.5);
	border-radius: 50%;
	background-color: transparent;
}
.n_about_03 ul li:hover{
	transform: translateY(-10px);
}
.n_about_03 ul li .txt{
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,.5);
	border-radius: 50%;
	line-height: 1.3;
	text-align: center;
	color: white;
}

.n_about_03 ul li .txt p{
	font-size: 16px;
	margin-bottom: 0.06rem;
}
.n_about_03 ul li .txt span{
	font-size: 12px;
	/* transform: scale(0.8); */
}
/* 文化 e */

/* 责任 s */
.n_about_04{}

.n_about_04 ul{
	margin-top: 0.5rem;
}
.n_about_04 ul li{
	position: relative;
	width: 32.5%;
}
.n_about_04 ul li .pic{}
.n_about_04 ul li img{}
.n_about_04 ul li .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.2);
	z-index: 2;
}
.n_about_04 ul li:hover .txt{
	background-color: rgb(0,0,0,0);
}
.n_about_04 ul li p{
	font-size: 0.24rem;
	color: white;
}
/* 责任 e */

/* 新闻列表 s */
.n_about_05{
	padding: 0.45rem 0 0.9rem;
}
.n_about_05 .top{
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #cfd5da;
}
.n_about_05 .top .tit{
	color: #00203b;
}
.n_about_05 .top .tit h3{
	font-size: 0.26rem;
}
.n_about_05 .top .tit span{
	display: block;
	font-size: 14px;
	margin: 0.1rem 0;
}
.n_about_05 .top .tit p{
	font-size: 14px;
	line-height: 1.3;
}
.n_about_05 .top form{
	position: relative;
	width: 245px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #888f9c;
	padding:0 45px 0 20px;
	border-radius: 20px;
}
.n_about_05 .top form input[type="text"]{
	font-size: 14px;
	color: #999999;
}
.n_about_05 .top form input[type="submit"]{
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 36px;
	background: url('../images/new_search.png') no-repeat center;
}
.n_about_05 .bot{}
.n_about_05 .bot ul{}
.n_about_05 .bot ul li{
	margin-top: 0.48rem;
}
.n_about_05 .bot ul li a{}
.n_about_05 .bot ul li .date{
	font-size: 0.18rem;
	color: #000;
	margin-bottom: 0.2rem;
}
.n_about_05 .bot ul li .date span{
	font-size: 0.36rem;
}
.n_about_05 .bot ul li .view{}
.n_about_05 .bot ul li .view .pic{
	width: 45.83%;
}
.n_about_05 .bot ul li .view .pic img{
	width: 100%;
}
.n_about_05 .bot ul li .view .info{
	width: 50%;
	color: #000000;
	/* padding-top: 0.4rem; */
}
.n_about_05 .bot ul li .view .info h4{
	font-size: 24px;
}
.n_about_05 .bot ul li .view .info span{
	display: block;
	font-size: 14px;
	margin: 0.15rem 0;
}
.n_about_05 .bot ul li .view .info .text{
	font-size: 14px;
	color: #666666;
	line-height: 1.75;
}
.n_about_05 .bot .com_more{
	margin-top: 0.6rem;
}
.n_about_05 .bot .com_more a{
	padding: 10px 30px;
}
.n_about_05 .bot .com_more i{
	width: 13px;
	height: 13px;
	    background: url(../images/ico_open.png) no-repeat center;
}
.n_about_05 .bot .com_more#up i{
	transform: rotate(180deg);
}
/* 新闻列表 e */

/* 新闻详情 s */
.n_new_wrap{}
.n_new_wrap .crumbs{}
.n_new_det{
	padding: 0.4rem 0 0;
}
.n_new_det>.fl{
	width: 69%;
	padding: 0.6rem 0.4rem;
	background-color: #f7f7f7;
	border-radius: 0.2rem;
}
.n_new_det .top{}
.n_new_det .top .tit{
	font-size: 0.42rem;
	line-height: 1.3;
	font-family: 'PB';
	color: #000;
}
.n_new_det .top .view{
	padding: 0.35rem 0;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #828080;
}
.n_new_det .top .view .fl{}
.n_new_det .top .view .fl p{
	font-size: 14px;
	line-height: 2.5;
	color: #000;
}
.n_new_det .top .view .fr{}
.n_new_det .top .view .fr a{
	font-family: 'PM';
	font-size: 14px;
	color: #000;
}
.n_new_det .top .view .fr a:first-child{
	margin-right: 0.28rem;
}
.n_new_det .top .view .fr a i{
	margin-right: 0.08rem;
}
.n_new_det .top .view .fr a:last-child i{
	margin-left: 0.08rem;
	margin-right: 0;
}
.n_new_det .con{
	font-size: 16px;
	line-height: 1.75;
	color: #000000;
}
.n_new_det .con img{
	display: inline-block;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}

.n_new_det .fr{
	width: 28%;
}
.n_new_det .fr ul{}
.n_new_det .fr ul li{
	border-radius: 0.12rem;
	overflow: hidden;
	box-shadow: 0 0 0.1rem rgb(0,0,0,.1);
}
.n_new_det .fr ul li:not(:last-child){
	margin-bottom: 0.3rem;
}
.n_new_det .fr ul li a{
	display: block;
}
.n_new_det .fr ul li .pic{
	border-radius: 0.12rem;
	overflow: hidden;
}
.n_new_det .fr ul li img{}
.n_new_det .fr ul li .info{
	padding: 0.2rem;
	line-height: 1.3;
	color: #000;
}
.n_new_det .fr ul li .info .tit{
	font-size: 18px;
	font-family: 'PB';
}
.n_new_det .fr ul li .info p{
	font-size: 14px;
	font-family: 'PR';
	margin-top: 0.08rem;
}
/* 新闻详情 e */


/* =====================产品样式======================== */

/* =====================工程样式======================== */

/* 工程产品 s */
.n_project_01{
	padding: 0.7rem 0 1rem;
}
.n_project_01 .con{
	margin-top: 0.45rem;
}
.n_project_01 ul{}
.n_project_01 ul li{
	flex: 1;
	color: #000;
}
.n_project_01 ul li:nth-child(2){
	flex-direction: column-reverse;
}
.n_project_01 ul li .pic{
	width: 100%;
	height: 285px;
	background-color: #eeeeee;
}
.n_project_01 ul li .pic img{
}
.n_project_01 ul li .info{
	height: 285px;
	padding: 0 15%;
	line-height: 1.3;
	background-color: #f8f8f8;
}
.n_project_01 ul li .info span{
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}
.n_project_01 ul li .info p{
	display: block;
	font-size: 18px;
	margin: 0.15rem 0 0.35rem;
}
.n_project_01 ul li .info .com_more{
	margin: 0 auto; 
}
.n_project_01 ul li .info .com_more a{
	padding: 8px 30px;
}
.n_project_01 ul li:nth-child(2) .info .com_more a{
	background-color: #1a5295;
}
.n_project_01 ul li:nth-child(3) .info .com_more a{
	background-color: #117098;
}
/* 工程产品 e */

/* 工程案例 s */
.n_project_02{}
.n_project_02 .ny_tit{}
.n_project_02 .ny_tit ul{
	margin: 0.36rem auto;
}
.n_project_02 .ny_tit ul li{
	margin: 0 0.2rem;
}
.n_project_02 .ny_tit ul li a{
	font-size: 18px;
	color: #666;
}
.n_project_02 .ny_tit ul li.active a,.n_project_02 .ny_tit ul li:hover a{
	font-family: 'PB';
	color: #111;
}
.n_project_02 .con{}
.n_project_02 .con .item{
	display: none;
}
.n_project_02 .con .item.show{
	display: block;
}
.n_project_02 .top{}
.n_project_02 .top ul{}
.n_project_02 .top ul li{
	position: relative;
}
.n_project_02 .top ul li .pic{}
.rect-3125{
	padding-bottom: 31.25%;
}
.n_project_02 .top ul li .pic img{}
.n_project_02 .top ul li .pst-abs{
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}
.n_project_02 .top ul li .txt{
	position: absolute;
	width: 5.35rem;
	padding: 0.4rem 0.3rem;
	left: 0;
	top: 33.333%;
	background-color: rgb(0,0,0,.3);
	color: white;
}
.n_project_02 .top ul li .txt h4{
	font-size: 20px;
}
.n_project_02 .top ul li .txt p{
	font-size: 16px;
	line-height: 1.5;
	height: 4.5em;
	margin-top: 0.15rem;
}
.n_project_02 .bot{
	background-color: #f6f6f6;
	box-shadow: 2px 4px 6px rgb(0,0,0,.15);
}
.n_project_02 .bot ul{}
.n_project_02 .bot ul li{
	margin-right: 1rem;
}
.n_project_02 .bot ul li a{
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	padding: 0.35rem 0;
	text-align: center;
}
.n_project_02 .bot ul li.swiper-slide-thumb-active a{
	color: #00203b;
	font-family: 'PB';
}

.n_project_02{
	--swiper-navigation-size: 0.3rem;
}
.n_project_02 .swiper-button-next,.n_project_02 .swiper-button-prev{
	
}
.n_project_02 .swiper-button-next:after, .n_project_02 .swiper-button-prev:after{
	color: #00203b;
}
.n_project_02 .swiper-button-next{
	right: -0.25rem;
}
.n_project_02 .swiper-button-prev{
	left: -0.25rem;
}
/* 工程案例 e */

/* 项目管理 s */
.n_project_03{
	background: url('../images/n_project_03_bg.jpg') no-repeat center;
	background-size: cover;
}
.n_project_03 .con{
	margin: 1.2rem 0 0.6rem;
}
.n_project_03 ul{
	width: 100%;
}
.n_project_03 ul li{
	position: relative;
	width: 2.16rem;
	color: white;
	background-color: #7295b2;
	margin-bottom: 0.2rem;
}
.n_project_03 ul li:hover{
	transform: translateY(-10px);
}
.n_project_03 ul li::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 100%;
	width: 0;
	height: 0;
	border-left: 1.08rem solid transparent;
	border-right: 1.08rem solid transparent;
	border-bottom: 0.54rem solid #7295b2;
}
.n_project_03 ul li::after{
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 1.08rem solid transparent;
	border-right: 1.08rem solid transparent;
	border-top: 0.54rem solid #7295b2;
}
.n_project_03 ul li .box{
	width: 64%;
	margin: 0 auto;
	padding: 3px 0;
}
.n_project_03 ul li .ico{
	height: 50px;
	line-height: 50px;
}
.n_project_03 ul li .ico img{
	display: inline-block;
	max-height: 100%;
	width: auto;
}
.n_project_03 ul li h4{
	font-size: 0.2rem;
	margin: 0.2rem 0;
	text-align: center;
}
.n_project_03 ul li .info{
	font-size: 12px;
	line-height: 1.75;
	height: 12.25em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
/* 项目管理 e */

.n_project_pic{
	position: relative;
}
.n_project_pic .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: white;
	line-height: 1.5;
	z-index: 2;
}
.n_project_pic .txt h4{
	font-size: 0.48rem;
	letter-spacing: 0.04rem;
}

/* 合作伙伴 s */
.n_project_04{}
.n_project_04 ul{}
.n_project_04 ul li{
	width: 24%;
	margin: 0.2rem 0;
	margin-right: calc(4% / 3);
	box-shadow: 0.02rem 0.02rem 0.06rem rgb(0,0,0,.15);
}
.n_project_04 ul li:nth-child(4n),.n_project_04 ul li:last-child{
	margin-right: 0;
}
.n_project_04 ul li a{}
.n_project_04 ul li a .pic{}
.n_project_04 ul li a .pic img{}
/* 合作伙伴 e */

/* 工程详情 s */
.n_project_det{}
.n_project_det .tit{
	position: relative;
	margin: 0.5rem 0;
	text-align: center;
}
.n_project_det .tit h3{
	font-size: 0.26rem;
	color: #00203b;
}
.n_project_det .tit h3::after{
	position: relative;
	content: "";
	display: block;
	width: 0.9rem;
	height: 0.03rem;
	margin: 0.26rem auto 0;
	background-color: #102e47;
}
.n_project_det .tit h3::before{
	position: absolute;
	content: "";
	display: block;
	width: 6rem;
	height: 1px;
	background-color: #a0acb6;
	bottom: 0.01rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.n_project_det .tit .fl,.n_project_det .tit .fr{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0.2rem;
	color: #00203b;
	font-family: 'PH';
}
.n_project_det .tit .fl a,.n_project_det .tit .fr a{
	font-size: 0.2rem;
	color: #00203b;
	font-family: 'PH';
}
.n_project_det .tit .fl{
	left: 0;
}
.n_project_det .tit .fr{
	right: 0;
}

.n_project_det .mid{}
.n_project_det .mid p{
	font-size: 18px;
	color: #333333;
}
.n_project_det .con{
	padding-top: 0.4rem;
	font-size: 16px;
	line-height: 1.75;
	color: #000;
}
.n_project_det .con img{
	display: inline-block;
	max-width: 100% !important;
}

.project_ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0.4rem;
}
.project_ul li{
	width: 49.5%;
	margin-bottom: 1%;
}
.project_ul li a{}
.project_ul li img{
	width: 100%;
	height: auto;
	max-width: 100% !important;
}
/* 工程详情 e */

/* =====================案例样式======================== */

.case_nav{
	background-color: #f6f6f6;
}
.case_nav ul{}
.case_nav ul li{
	flex: 1;
}
.case_nav ul li a{
	font-size: 20px;
	line-height: 1.5;
	font-family: "PM";
	height: 1.1rem;
}
.case_nav ul li.active a,.case_nav ul li:hover a{
	background-color: #00203b;
	color: #fff;
}
.case_nav ul li.active a img,.case_nav ul li:hover a img{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.case_nav ul li a p{
	margin-left: 0.2rem;
}

/* 案例列表 s */
.n_caselist{}
.n_caselist .tit{
	text-align: center;
	margin-bottom: 0.6rem;
	line-height: 1.2;
}
.n_caselist .tit h3{
	font-size: 0.36rem;
	font-family: 'PB';
	color: #000000;
}
.n_caselist .tit p{
	font-size: 16px;
	color: #666;
	margin-top: 0.12rem;
	font-family: 'PM';
}
.n_caselist .tit p a{}
.n_caselist .tit p a.active,.n_caselist .tit p a:hover{
	color: #000;
	font-family: 'PB';
}
.n_caselist .tit p span{
	margin: 0 0.12rem;
}

.n_case_nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #808080;
	margin-bottom: 0.55rem;
}
.n_case_nav .fl{}
.n_case_nav .fl a{
	font-size: 20px;
	line-height: 1.5;
	color: #666;
	font-family: 'PM';
}
.n_case_nav .fl a:not(:last-child){
	margin-right: 0.4rem;
}
.n_case_nav .fl a.active,.n_case_nav .fl a:hover{
	font-family: 'PB';
	color: #000;
}
.n_case_nav .fr{}
.n_case_nav .fr form{
	position: relative;
}
.n_case_nav .fr form input[type="text"]{
	width: 260px;
	height: 32px;
	border: 1px solid #7f7f7f;
	border-radius: 16px;
	font-size: 14px;
	color: #000;
	padding-left: 42px;
}
.n_case_nav .fr form input[type="submit"]{
	position: absolute;
	left: 10px;
	top: 1px;
	width: 30px;
	height: calc(100% - 2px);
	background: url('../images/ico_search_2.png') no-repeat center;
}


.n_caselist ul{}
.n_caselist ul li{
	width: 23.5%;
	margin-bottom: 2%;
	margin-right: 2%;
	box-shadow: 0 0 6px rgb(0,0,0,.15);
}
.n_caselist ul li:nth-child(4n){
	margin-right: 0;
}
.n_caselist.n_caselist2 ul li{
	width: 32%;
	margin-right: 2%;
}
.n_caselist.n_caselist2 ul li:nth-child(3n){
	margin-right: 0;
}
.n_caselist ul li a{
	position: relative;
	display: block;
	width: 100%;
}
.n_caselist ul li .pic{}
.rect-675{
	padding-bottom: 67.5%;
}
.n_caselist ul li .pic img{}
.n_caselist ul li .info{
	padding: 0.2rem 0.25rem;
	color: #333333;
	line-height: 1.3;
}
.n_caselist ul li .info h4{
	font-size: 16px;
	margin-bottom: 0.15rem;
	color: #000000;
}
.n_caselist ul li .info p{
	font-size: 14px;
}
.n_caselist ul li .info p span{}

.n_caselist ul li .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background-color: rgb(17,31,57,.4);
	color: white;
	text-align: center;
	padding: 0 2%;
}
.n_caselist ul li .mask p{
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.n_caselist ul li .mask span{
	display: inline-block;
	font-size: 14px;
	padding: 6px 25px;
	border: 1px solid #fff;
	margin-top: 0.2rem;
}
.n_caselist ul li:hover .mask{
	opacity: 1;
	visibility: visible;
}
.n_caselist ul li .mask span:hover{
	background-color: white;
	color: #111f39;
}
.n_caselist .com_more i{
	width: 13px;
	height: 13px;
	    background: url(../images/ico_open.png) no-repeat center;
}
.n_caselist .com_more#up3 i{
	transform: rotate(180deg);
}
/* 案例列表 e */

/* 案例详情 s */
.n_casedet{}
.n_casedet .fl{
	width: 69%;
	background-color: #f7f7f7;
	padding: 0.7rem 0.5rem;
	border-radius: 0.2rem;
}
.n_casedet .fl .tit{}
.n_casedet .fl .tit h3{
	font-size: 0.46rem;
	line-height: 1.2;
	color: #000;
	font-family: 'PH';
}
.n_casedet .fl .mid{
	margin: 0.4rem 0;
}
.n_casedet .fl .mid p{
	font-size: 18px;
	font-family: 'PR';
	color: #000;
}
.n_casedet .fl .mid p:first-child{
	margin-right: 1.3rem;
}
.n_casedet .fl .con{
	font-family: 'PR';
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.n_casedet .fl .con h3{
	position: relative;
	font-size: 0.32rem;
	font-family: 'PH';
	margin: 0.2rem 0;
}
.n_casedet .fl .con h3::after,.n_casedet .fl .con h3::before{
	position: absolute;
	content: "";
	display: block;
	width: 1.32rem;
	height: 1px;
	background-color: #9b9b9b;
	top: 50%;
}
.n_casedet .fl .con h3::after{
	left: 50%;
	margin-left: 0.6rem;
}
.n_casedet .fl .con h3::before{
	right: 50%;
	margin-right: 0.6rem;
}

.n_casedet .fl .con img{
	max-width: 100% !important;
	margin: 0.15rem 0;
	display: inline-block;
}
.n_casedet .fr{
	width: 29%;
	color: #000;
}
.n_casedet .fr>.tit{
	text-align: center;
	padding: 0.4rem 0;
}
.n_casedet .fr>.tit h3{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-family: 'PR';
}
.n_casedet .fr>.tit h3::before,.n_casedet .fr>.tit h3::after{
	content: "";
	position: absolute;
	display: block;
	width: 0.9rem;
	height: 1px;
	background-color: #c0c0c0;
	top: 50%;
}
.n_casedet .fr>.tit h3::before{
	right: 100%;
	margin-right: 0.15rem;
}
.n_casedet .fr>.tit h3::after{
	left: 100%;
	margin-left: 0.15rem;
}
.n_casedet .fr ul{}
.n_casedet .fr ul li{
	box-shadow: 0 0 0.1rem rgb(0,0,0,.1);
}
.n_casedet .fr ul li:not(:last-child){
	margin-bottom: 0.25rem;
}
.n_casedet .fr ul li a{}
.n_casedet .fr ul li .pic{}
.n_casedet .fr ul li .pic img{
	width: 100%;
}
.n_casedet .fr ul li .info{
	padding: 0.15rem 0.2rem;
	line-height: 1.3;
}
.n_casedet .fr ul li .tit{
	font-size: 16px;
	font-family: 'PH';
}
.n_casedet .fr ul li .des{
	margin-top: 0.1rem;
}
.n_casedet .fr ul li .des p{
	font-size: 14px;
}
/* 案例详情 e */



/* =====================加盟样式======================== */

/* 加盟优势 s */
.n_join_01{}
.n_join_01 .con{
	margin-top: 0.55rem;
}
.n_join_01 ul{}
.n_join_01 ul li{
	width: 20%;
	text-align: center;
}
.n_join_01 ul li .ico{
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.n_join_01 ul li:hover .ico{
	transform: rotateY(180deg);
}
.n_join_01 ul li .ico img{
	display: inline-block;
}
.n_join_01 ul li .info{
	padding: 0 12.5%;
}
.n_join_01 ul li .info h4{
	font-size: 16px;
	color: #000000;
	margin: 0.25rem 0;
}
.n_join_01 ul li .info p{
	font-size: 14px;
	color: #666666;
	line-height: 1.75;
	height: 10.5em;
	text-align: left;
}
/* 加盟优势 e */

/* 加盟条件 s */
.n_join_02{}
.n_join_02 .nav{
	margin-top: 0.3rem;
}
.n_join_02 .nav ul{}
.n_join_02 .nav ul li{
	padding: 0 0.05rem;
	border-right: 1px solid #000;
}
.n_join_02 .nav ul li:last-child{
	border: none;
}
.n_join_02 .nav ul li a{
	font-size: 16px;
	color: #666666;
	font-family: 'PM';
}
.n_join_02 .nav ul li.active a{
	color: #00203b;
}
.n_join_02 .mid .item{
	display: none;
}
.n_join_02 .mid .item.show{
	display: block;
}
.n_join_02 .mid .item:nth-child(2) ul{
	justify-content: center;
}
.n_join_02 .mid .item:nth-child(2) ul li{
	width: 32%;
	margin-right: 2%;
}
.n_join_02 .mid .item:nth-child(2) ul li:nth-child(3){
	margin-right: 0;
}
/* 加盟条件 e */

/* 加盟支持 s */
.n_join_03{}
.n_join_03 .con{
	margin-top: 0.5rem;
}
.n_join_03 ul{}
.n_join_03 ul li{
	width: 14.666%;
	text-align: center;
	padding: 0.45rem 0 0.25rem;
	border: 1px solid #203c54;
	color: #000000;
}
.n_join_03 ul li .ico{
	height: 0.8rem;
	line-height: 0.8rem;
}
.n_join_03 ul li .ico img{
	display: inline-block;
	max-height: 100%;
}
.n_join_03 ul li .info{
	font-size: 16px;
	line-height: 1.5;
	height: 6em;
	margin-top: 0.2rem;
}
.n_join_03 ul li:hover{
	background-color: #203c54;
	color: white;
	transform: translateY(-10px);
}
.n_join_03 ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
/* 加盟支持 e */

/* 加盟流程 s */
.n_join_04{}
.n_join_04 .con{
	margin-top: 0.7rem;
}
.n_join_04 .fl{
	position: relative;
	width: 31.5%;
}
.n_join_04 .fl .pic{
	position: relative;
	width: 100%;
	height: 3.56rem;
	margin-top: 0.4rem;
}
.n_join_04 .fl .pic img{
	position: absolute;
	right: 0;
	top: 0;
	max-width: none;
}
.n_join_04 .fl .tit{
	color: #00203b;
	line-height: 1.75;
}
.n_join_04 .fl .tit h4{
	font-size: 16px;
	letter-spacing: 0.02rem;
}
.n_join_04 .fl .tit p{
	font-size: 14px;
}
.n_join_04 .fl .tit .view{
	margin-top: 0.2rem;
}
.n_join_04 .fl .tit .view img{
	margin-right: 0.16rem;
	width: auto;
}
.n_join_04 .fl .tit .view  span{
	font-size: 14px;
	color: #000000;
	flex: 1;
}

.n_join_04 .fr{
	width: 64.3%;
}
.n_join_04 .fr ul{}
.n_join_04 .fr ul li{
	width: 32%;
	padding: 0.3rem 0.35rem;
	background-color: #f1f1f1;
	margin: 2% 2% 0 0;
}
.n_join_04 .fr ul li:nth-child(3n){
	margin-right: 0;
}
.n_join_04 .fr ul li .ico{
	width: 45px;
}
.n_join_04 .fr ul li .ico img{}
.n_join_04 .fr ul li .info{
	flex: 1;
}
.n_join_04 .fr ul li .info h4{
	font-size: 16px;
	margin-bottom: 0.06rem;
}
.n_join_04 .fr ul li .info p{
	font-size: 14px;
	line-height: 1.75;
	height: 3.5em;
}

.n_join_04 .fr ul li:hover{
	background-color: #203c54;
	color: white;
	transform: translateY(-10px);
}
.n_join_04 .fr ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
/* 加盟流程 e */

/* 友商风采 s */
.n_join_05{}
.n_join_05 .con{
	margin-top: 0.5rem;
}
.n_join_05 ul{}
.n_join_05 ul li{}
.n_join_05 ul li .pic{
	padding: 8px;
}
.n_join_05 ul li .com-img{
	box-shadow: 0 0 8px rgb(0,0,0,.2);
}
/* 友商风采 e */

/* 在线加盟 s */
.n_join_06{
	min-height: 8.5rem;
	background: url('../images/n_join_06_01.jpg') no-repeat center;
	background-size: cover;
	padding-top: 1.95rem;
}
.n_join_06 .form{
	width: 50%;
	padding: 0.6rem 1rem;
	background-color: white;
}
.n_join_06 form{}
.n_join_06 form .input-row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #000000;
	line-height: 1.3;
	margin-bottom: 0.2rem;
}
.n_join_06 form .input-row label{
	flex: 1;
	letter-spacing: 1px;
}
.n_join_06 form .input-row input{
	width: 3.85rem;
	font-size: 18px;
	line-height: 32px;
	border-bottom: 1px solid #808080;
}
.n_join_06 form .input-row:nth-child(5) label{
	flex: none;
}
.n_join_06 form .input-row:nth-child(5) .view{
	display: flex;
	align-items: center;
	margin-left: 0.75rem;
}
.n_join_06 form .input-row:nth-child(5) input{
	border: none;
	width: auto;
	appearance: radio;
	outline: initial;
	margin-left: 0.06rem;
	cursor: pointer;
}
.n_join_06 form .input-row:nth-child(6) input,
.n_join_06 form .input-row:nth-child(7) input{
	width: 1.1rem;
	margin: 0 0.16rem;
}
.n_join_06 form .input-row:nth-child(6) label,
.n_join_06 form .input-row:nth-child(7) label{
	flex: none;
}
.n_join_06 form .input-row span{}
.n_join_06 form button{
	display: block;
	font-size: 16px;
	color: #fff;
	background-color: #111f39;
	padding: 0.1rem 0.55rem;
	margin: 0.5rem auto 0;
	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;
}
.n_join_06 form button:hover {
    box-shadow: 0 0 6px #111f39;
}
/* 在线加盟 e */

/* 加盟背景 s */
[class*="n_join_pic_0"]{
	position: relative;
	width: 100%;
	height: 6rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.n_join_pic_01{
	background-image: url('../images/n_join_pic_01.jpg');
}
.n_join_pic_01 .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;
	padding: 0.6rem;
	min-width: 74%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: rgb(0,0,0,.48);
	font-size: 0.42rem;
	font-family: 'PR';
}
.n_join_pic_01 .txt .tit{
	text-align: center;
	margin-bottom: 0.25rem;
}
.n_join_pic_01 .txt ul{}
.n_join_pic_01 .txt ul li{
	margin: 0.2rem 0.6rem 0.2rem 0;
}
.n_join_pic_01 .txt ul li:nth-child(2n){
	margin-right: 0;
}
.n_join_pic_01 .txt ul li span{
	display: inline-block;
	font-family: 'PB';
}
.n_join_pic_01 .txt ul li p{
	display: inline-block;
}
.n_join_pic_02{
	background-image: url('../images/n_join_pic_02.jpg');
}
.n_join_pic_03{
	background: url('../images/n_join_pic_03.jpg') no-repeat center /cover fixed;
}
.n_join_pic_04{
	height: 7.25rem;
	background-image: url('../images/n_join_pic_04.jpg');
}
/* 加盟背景 e */


/* =====================产品样式======================== */

/* 产品列表 s */
.n_product_01{}
.n_product_01 ul{}
.n_product_01 ul li{
	width: 33%;
	margin-bottom: 2%;
}
.n_product_01 ul li:nth-child(1){
	width: 65%;
	margin-right: 2%;
}
.n_product_01 ul li:nth-child(2){
	width: 33%;
}
.n_product_01 ul li:nth-child(3){
	width: 33%;
	margin-right: 2%;
}
.n_product_01 ul li:nth-child(4){
	width: 30%;
	margin-right: 2%;
}
.n_product_01 ul li:nth-child(5){
	width: 33%;
}
.n_product_01 ul li:nth-child(6){
	width: 43%;
	margin-right: 2%;
}
.n_product_01 ul li:nth-child(7){
	width: 55%;
}
.n_product_01 ul li a{
	position: relative;
	display: block;
}
.n_product_01 ul li .pic{
	position: relative;
	height: 378px;
	overflow: hidden;
}
.n_product_01 ul li .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_product_01 ul li .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: white;
	text-align: center;
	background-color: rgb(0,0,0,.15);
}
.n_product_01 ul li .txt p{
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.n_product_01 ul li .txt span{
	display: inline-block;
	font-size: 14px;
	padding: 6px 25px;
	border: 1px solid #fff;
	margin-top: 0.2rem;
	opacity: 0;
}
.n_product_01 ul li:hover .txt span{
	opacity: 1;
}
.n_product_01 ul li .txt span:hover{
	background-color: #111f39;
	border-color: #111f39;
	color: #fff;
}
/* 产品列表 e */


/* 产品列表2 s */
.n_pronav_02 .item:not(:last-child){
	margin-bottom: 0.45rem;
}
.n_pronav_02.n_product_01 .item ul li:first-child .txt{
	padding-left: 20%;
}
/* 产品列表2 e */

/* 产品详情列表 s */
.n_prolist{}
.n_prolist .top{
	font-size: 20px;
	color: #111f39;
}
.n_prolist .top p{}
.n_prolist .top ul{}
.n_prolist .top ul li{
	position: relative;
	margin-left: 0.5rem;
}
.n_prolist .top ul li::after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 1px;
	bottom: -14px;
	background-color: #111f39;
	-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;
}
.n_prolist .top ul li:hover::after,.n_prolist .top ul li.active::after{
	width: 100%;
}
.n_prolist .top ul li a{}
.n_prolist .top ul li:hover a,.n_prolist .top ul li.active a{
	font-family: 'PH';
}
.n_prolist .bot{}
.n_prolist .bot ul{}
.n_prolist .bot ul li{
	width: 31%;
	margin-top: 0.6rem;
}
.n_prolist .bot ul li a{}
.n_prolist .bot ul li .pic{}
.n_prolist .bot ul li img{}
.n_prolist .bot .com_more{
	margin-top: 0.6rem;
}
.n_prolist .bot .com_more i {
    width: 13px;
    height: 13px;
    background: url(../images/ico_open.png) no-repeat center;
}
.n_prolist .bot .com_more#up4 i {
    transform: rotate(180deg);
}
/* 产品详情列表 e */


.n_product_pic_01{
	position: relative;
	height: 6rem;
	background: url('../images/n_product_pic_01.jpg') no-repeat center /cover;
}
.n_product_pic_01 .w12{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.n_product_pic_01 .ico{
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.n_product_pic_01 .ico img{}
.n_product_pic_01 .text{
	position: absolute;
	width: 7.4rem;
	left: 0;
	top: 1.5rem;
	padding: 0.2rem 0.3rem;
	color: white;
	background-image: linear-gradient(270deg, rgba(255,255,255,0) 0, rgba(37,26,23,.2)  100%);
}
.n_product_pic_01 .text h4{
	font-size: 18px;
	margin-bottom: 0.12rem;
}
.n_product_pic_01 .text p{
	font-size: 14px;
	line-height: 1.5;
}

/* 服务保障 s */
.n_product_02{
	background: url('../images/n_product_02.jpg') no-repeat center /cover;
}
.n_product_02 .con{}
.n_product_02  .top{
	width: 85%;
	margin: 0.6rem auto 0.5rem;
}
.n_product_02  .top ul{}
.n_product_02  .top ul li{
	text-align: center;
}
.n_product_02  .top ul li .ico{
	height: 0.8rem;
	line-height: 0.8rem;
}
.n_product_02  .top ul li:hover .ico{
	transform: rotateY(180deg);
}
.n_product_02  .top ul li .ico img{
	display: inline-block;
	max-height: 100%;
}
.n_product_02  .top ul li .info{
	line-height: 1.6;
	color: #00203b;
}
.n_product_02  .top ul li .info p{
	font-size: 14px;
	margin-top: 0.15rem;
}
.n_product_02  .top ul li .info span{
	font-size: 16px;
}
.n_product_02  .top ul i{
	display: block;
	width: 37px;
	height: 19px;
	background: url('../images/ico_way.png') no-repeat center;
}

.n_product_02  .bot{}
.n_product_02  .bot ul{}
.n_product_02  .bot ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 0.35rem 0.25rem;
	border-radius: 4px;
	background-color: #f1f1f1;
	box-shadow: 2px 4px 6px rgb(0,0,0,.2);
}
.n_product_02  .bot ul li:nth-child(2n){
	margin-right: 0;
}
.n_product_02  .bot ul li .ico{
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: 0.2rem;
	margin-right: 0.2rem;
}
.n_product_02  .bot ul li .ico img{
	display: inline-block;
}
.n_product_02  .bot ul li .info{
	font-size: 16px;
	line-height: 1.5;
	flex: 1;
}
.n_product_02  .bot ul li .info h4{}
.n_product_02  .bot ul li .info p{
	height: 4.5em;
	margin-top: 0.05rem;
}
.n_product_02  .bot ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.n_product_02  .bot ul li:hover{
	background-color: #203c54;
	color: white;
	transform: translateY(-10px);
}

.n_product_03{}
.n_product_03 .con{
	margin-top: 1rem;
}
.n_product_03 ul{}
.n_product_03 ul li{
	position: relative;
	width: 22%;
	margin-bottom: 2%;
}
.n_product_03 ul li:hover{
	transform: translateY(-12px);
}
.n_product_03 ul li .tit{
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	top: 0;
	left: 50%;
	background-color: #1a5295;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.n_product_03 ul li .tit::after{
	position: absolute;
	content: "";
	width: 0.25rem;
	height: 0;
	border-top: 0.2rem solid #1a5295;
	border-left: 0.125rem solid transparent;
	border-right: 0.125rem solid transparent;
	left: 50%;
	bottom: -0.16rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.n_product_03 ul li:nth-child(2) .tit{
	background-color: #00203b;
}
.n_product_03 ul li:nth-child(2) .tit::after{
	border-top-color: #00203b;
}
.n_product_03 ul li:nth-child(3) .tit{
	background-color: #117098;
}
.n_product_03 ul li:nth-child(3) .tit::after{
	border-top-color: #117098;
}
.n_product_03 ul li:nth-child(4) .tit{
	background-color: #00203b;
}
.n_product_03 ul li:nth-child(4) .tit::after{
	border-top-color: #00203B;
}
.n_product_03 ul li .tit p{
	font-size: 16px;
	font-family: 'PB';
	line-height: 1.5;
	color: #fff;
}
.n_product_03 ul li .txt{}
.n_product_03 ul li .img{}
.n_product_03 ul li .img img{
	width: 100%;
}
.n_product_03 ul li .info{
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	color: white;
	text-align: center;
}
/* 服务保障 e */

.n_product_pic_02{
	position: relative;
	height: 4.5rem;
	background: url('../images/n_product_pic_02.jpg') no-repeat center /cover;
}
.n_product_pic_02 .text{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 1.5;
	color: white;
	text-align: center;
}
.n_product_pic_02 .text h4{}
.n_product_pic_02 .text p{
	margin-top: 0.06rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* 产品详情 s */
.n_product_det{}
.n_product_det .fl{
	/*width: 56.5%;*/
}
.n_product_det .fl .swiper{
	height: 10rem;
	padding-right: 15px;
}
.n_product_det .fl ul{}
.n_product_det .fl ul li{
	/*margin-bottom: 0.1rem;*/
}
.n_product_det .fl ul li .pic{}
.n_product_det .fl ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_product_det .fl .com_more{
	margin-top: 0.3rem;
}
.n_product_det .fl .com_more i {
    width: 13px;
    height: 13px;
    background: url(../images/ico_open.png) no-repeat center;
}
.n_product_det .fl .com_more#up2 i {
    transform: rotate(180deg);
}

.n_product_det .fr{
	width: 32%;
	margin-right: 5%;
	padding-top: 0.7rem;
}
.n_product_det .fr .tit{
	color: #00203b;
	text-align: center;
}
.n_product_det .fr .tit h3{
	position: relative;
	font-size: 0.24rem;
}
.n_product_det .fr .tit h3::after{
	position: relative;
	content: "";
	display: block;
	width: 0.9rem;
	height: 0.03rem;
	margin: 0.26rem auto 0;
	background-color: #102e47;
}
.n_product_det .fr .tit h3::before{
	position: absolute;
	content: "";
	display: block;
	width: 3.7rem;
	height: 1px;
	background-color: #eff1f3;
	bottom: 0.01rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.n_product_det .fr .mid{
	padding: 0.4rem 0 0.6rem;
}
.n_product_det .fr .mid .btn{
	width: 100%;
	color: white;
	padding: 0.1rem 0;
	background-image: linear-gradient(270deg, rgba(29,32,136) 0, rgba(0,0,66)  100%);
	box-shadow: 0 0 6px rgb(0,0,0,.45);
}
.n_product_det .fr .mid .btn img{
	margin-right: 0.12rem;
}
.n_product_det .fr .mid .btn span{
	font-size: 16px;
}
.n_product_det .fr .mid .view{}
.n_product_det .fr .mid .view .flex_row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0.25rem 0;
	width: 100%;
}
.n_product_det .fr .mid .view .flex_row .flex_col{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
}
.n_product_det .fr .mid .view .flex_col img{
	width: auto;
	margin-right: 0.1rem;
}
.n_product_det .fr .mid .view .flex_col p{
	font-size: 16px;
	line-height: 1.5;
	font-family: 'PM';
}
.n_product_det .fr .mid .view .flex_row:nth-child(2) .flex_col{
	flex-direction: column;
	width: 30%;
}
.n_product_det .fr .mid .view .flex_row:nth-child(2) .flex_col img{
	width: 0.78rem;
	margin-right: 0;
}
.n_product_det .fr .mid .view .flex_row:nth-child(2) .flex_col p{
	font-size: 14px;
	margin-top: 0.06rem;
	font-family: 'PH';
	color: #00203b;
}
.n_product_det .fr .bot{}
.n_product_det .fr .bot dl{
	line-height: 1.75;
	border-bottom: 1px solid #eff1f3;
	padding-bottom: 0.16rem;
	margin-bottom: 0.16rem;
	font-family: 'PM';
}
.n_product_det .fr .bot dl dt{
	font-size: 16px;
	background: url('../images/ico_down.png') no-repeat center;
	background-position: 96% center;
	cursor: pointer;
}
.n_product_det .fr .bot dl.active dt{
	background-image: url('../images/ico_up.png');
}
.n_product_det .fr .bot dl dd{
	display: none;
	font-size: 14px;
	padding: 0.15rem;
}
.n_product_det .fr .bot dl.active dd{
	display: block;
}

.xg_pro{}
.xg_pro ul{}
.xg_pro ul li{
	width: 15.5%;
	margin-bottom: 0.24rem;
}
.xg_pro ul li a{
	position: relative;
}
.xg_pro ul li img{
	width: 100%;
}
.xg_pro ul li .txt{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgb(0,0,0,.3);
	-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;
}
.xg_pro ul li:hover .txt{
	background-color: rgb(0,0,0,.1);
}
.xg_pro ul li .txt p{
	font-size: 18px;
	text-align: center;
	color: #fff;
}
/* 产品详情 e */

/* 搜索列表 s */
.search{}
.search ul{}
.search ul li{
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.35rem;
}
.search ul li i{}
.search ul li span{
	color: #000;
	display: inline-block;
	padding: 0 0.16rem;
	border-right: 1px solid #ddd;
	margin-right: 0.16rem;
	font-weight: bold;
}
.search ul li p{
	flex: 1;
}
.search ul li:hover p{
	text-decoration: underline;
}
/* 搜索列表 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) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	/* .case_nav ul li{
		min-width: 50%;
	} */
	.case_nav ul{
		max-width: 100%;
	}
	.case_nav ul li a{
		font-size: 16px;
	}
	.case_nav ul li a img{
		width: 0.6rem;
	}
	.case_nav ul li a p{
		margin-left: 0.12rem;
	}
	
	.n_caselist .tit h3{
		font-size: 0.48rem;
	}
	.n_caselist .tit p{
		margin-top: 0.2rem;
	}
	.n_case_nav{
		padding-bottom: 0.25rem;
		justify-content: center;
	}
	.n_case_nav .fl{
		margin-bottom: 0.2rem;
	}
	.n_case_nav .fl a{
		display: inline-block;
		font-size: 16px;
		margin: 0 !important;
		padding: 0.1rem 0.2rem;
	}
	.n_caselist ul li{
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0.45rem;
	}
	.n_caselist ul li .info{
		padding: 0.4rem 0.3rem;
	}
	.n_caselist ul li .info h4{
		margin-bottom: 0.2rem;
	}
	
	.n_casedet .fl,.n_casedet .fr{
		width: 100%;
	}
	.n_casedet .fl{
		padding: 0.5rem 0.4rem;
	}
	.n_casedet .fl .tit h3{
		font-size: 0.42rem;
	}
	.n_casedet .fl .mid p{
		margin-right: 0 !important;
		width: 100%;
		line-height: 1.75;
		font-size: 16px;
	}
	.n_casedet .fl .con h3{
		margin: 0.35rem 0;
		font-size: 0.4rem;
	}
	.n_casedet .fl .con img{
		margin: 0.25rem 0;
	}
	.n_casedet .fr>.tit{
		padding: 0.6rem 0;
	}
	.n_casedet .fr ul li .info{
		padding: 0.25rem 0.3rem;
	}
	.n_casedet .fr ul li .des{
		margin-top: 0.2rem;
	}
	.n_casedet .fr ul li:not(:last-child){
		margin-bottom: 0.4rem;
	}
	
	.n_project_det .tit{
		margin: 0.8rem 0 0.6rem;
	}
	.n_project_det .tit h3{
		font-size: 0.36rem;
	}
	.n_project_det .mid p{
		font-size: 16px;
	}
	
	.n_project_01 ul li{
		min-width: 100%;
		margin-bottom: 0.45rem;
	}
	.n_project_01 ul li:last-child{
		margin-bottom: 0;
	}
	.n_project_01 ul li .info{
		width: 100%;
		height: auto;
		padding: 0.6rem 0.4rem;
	}
	.n_project_01 ul li:nth-child(2){
		flex-direction: column;
	}
	.n_project_01 ul li .info span,.n_project_01 ul li .info p{
		font-size: 16px;
	}
	.n_project_01 ul li .info p{
		margin: 0.2rem 0 0.4rem;
	}
	
	.n_project_02 .top ul li .pic{
		padding-bottom: 60%;
	}
	.n_project_02 .bot ul li a{
		font-size: 16px;
		padding: 0.3rem 0;
		text-align: center;
	}
	.n_project_02 .top ul li .txt h4{
		font-size: 18px;
	}
	.n_project_02 .top ul li .txt p{
		font-size: 14px;
		margin-top: 0.25rem;
	}
	.n_project_02 .top ul li .txt{
		width: 6rem;
		top: 20%;
	}
	
	.n_project_03 .con{
		margin: 1.2rem 0;
	}
	.n_project_03 ul li{
		width: 3.2rem;
		margin-bottom: 2rem;
	}
	.n_project_03 ul li:nth-child(3),.n_project_03 ul li:nth-child(4){
		margin-bottom: 0;
	}
	.n_project_03 ul li::after,.n_project_03 ul li::before{
		border-left-width: 1.6rem;
		border-right-width: 1.6rem;
	}
	.n_project_03 ul li::after{
		border-top-width: 0.8rem;
	}
	.n_project_03 ul li::before{
		border-bottom-width: 0.8rem;
	}
	.n_project_03 ul li .box{
		width: 70%;
	}
	
	.n_project_pic{
		height: 4.5rem;
	}
	.n_project_pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.n_project_pic .txt h4{
		margin-bottom: 0.12rem;
	}
	
	.n_product_01 ul li{
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0.45rem;
	}
	.n_product_01 ul li:last-child{
		margin-bottom: 0;
	}
	.n_product_01 ul li .pic{
		height: 4.5rem;
	}
	.n_product_01 ul li .txt p{
		font-size: 18px;
	}
	.n_product_01 ul li:hover .txt span{
		margin-top: 0.3rem;
	}
	
	.n_pronav_02.n_product_01 .item ul li:first-child .txt{
		padding-left: 0;
	}
	.n_prolist .top{
		font-size: 16px;
		flex-direction: column;
		align-items: flex-start;
	}
	.n_prolist .top p{
		margin-bottom: 0.3rem;
	}
	.n_prolist .top ul li:first-child{
		margin-left: 0;
	}
	.n_prolist .bot ul li{
		width: 100%;
	}
	
	.n_product_pic_01{
		height: 7rem;
	}
	.n_product_pic_01 .ico{
		margin-top: 0.5rem
	}
	.n_product_pic_01 .ico img{
		height: 32px;
	}
	.n_product_pic_01 .text{
		width: 100%;
		top: 2rem;
		padding: 0.3rem 0.4rem;
	}
	
	.n_product_02 .top{
		width: 92%;
		margin: 0.8rem auto 0.4rem;
	}
	.n_product_02 .top ul li{
		width: 48%;
		margin-bottom: 0.4rem;
	}
	.n_product_02 .top ul i{
		display: none;
	}
	.n_product_02 .top ul li .info p{
		margin-top: 0.2rem;
	}
	
	.n_product_02 .bot ul li .ico{
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 0.3rem;
	}
	.n_product_02 .bot ul li{
		width: 100%;
		margin-right: 0;
		padding: 0.4rem 0.3rem;
		margin-bottom: 0.3rem;
	}
	.n_product_02 .bot ul li:last-child{
		margin-bottom: 0;
	}
	.n_product_02 .bot ul li .info p{
		font-size: 14px;
	}
	
	.n_product_pic_02{
		height: 5.5rem;
	}
	.n_product_pic_02 .text{
		font-size: 16px;
	}
	
	.n_product_03 .con{
		margin-top: 0;
	}
	.n_product_03 ul li{
		width: 48%;
		margin-top: 1.6rem;
		margin-bottom: 0;
	}
	.n_product_03 ul li .tit{
		width: 2rem;
		height: 2rem;
	}
	.n_product_03 ul li .tit::after{
		width: 0.4rem;
		border-top: 0.35rem solid #1a5295;
		border-left: 0.3rem solid transparent;
		border-right: 0.3rem solid transparent;
	}
	.n_product_03 ul li .tit p{
		font-size: 14px;
	}
	.n_product_03 ul li .info{
		top: 40%;
	}
	
	.n_product_det .fl,.n_product_det .fr{
		width: 100%;
		margin-right: 0;
	}
	
	.xg_pro ul li{
		width: 48.5%;
	}
	
	.n_product_det .fl .swiper{
		height: 6rem;
	}
	
	.n_product_det .fl ul li{
		margin-bottom: 0.2rem;
	}
	.n_product_det .fr .tit h3{
		font-size: 0.4rem;
	}
	.n_product_det .fr .mid .btn{
		padding: 0.16rem 0;
	}
	.n_product_det .fr .mid .view .flex_row{
		margin: 0.4rem 0;
	}
	.n_product_det .fr .mid .view .flex_row:nth-child(2) .flex_col img{
		width: 1.4rem;
	}
	
	.n_join_01 .con{
		margin-top: 0.7rem;
	}
	.n_join_01 ul{
		justify-content: center;
	}
	.n_join_01 ul li{
		width: 33.333%;
		margin-bottom: 0.45rem;
	}
	.n_join_01 ul li .ico {
	    width: 0.9rem;
	    height: 0.9rem;
	    line-height: 0.9rem;
	}
	.n_join_01 ul li .ico img{
		max-height: 100%;
	}
	.n_join_01 ul li .info h4{
		font-size: 14px;
		line-height: 1.3;
	}
	
	[class*="n_join_pic_0"]{
		height: 5rem;
	}
	
	.n_join_pic_01{
		height: auto;
		padding: 0;
		background: none;
	}
	.n_join_pic_01 .txt{
		position: relative;
		left: 0;
		top: 0;
		width: 90%;
		margin: 0 auto;
		transform: none;
		font-size: 0.32rem;
		padding: 0.4rem;
		text-align: center;
	}
	.n_join_pic_01 .txt .tit{
		font-size: 0.4rem;
	}
	.n_join_pic_01 .txt ul li{
		margin: 0.15rem 0;
		width: 100%;
	}
	
	.i_join .mid ul{
		padding-top: 0.6rem;
	}
	
	.n_join_03 ul li{
		width: 32%;
		margin-bottom: 0.45rem;
		padding: 0.8rem 0 0.6rem;
	}
	.n_join_03 ul li .info{
		font-size: 14px;
		margin-top: 0.3rem;
	}
	
	.n_join_04 .fl,.n_join_04 .fr{
		width: 100%;
	}
	.n_join_04 .fr{
		margin-top: 0.4rem;
	}
	.n_join_04 .fl .pic{
		width: 100%;
		height: auto;
	}
	.n_join_04 .fl .pic img{
		position: relative;
		max-width: 100%;
	}
	
	.n_join_04 .fr ul li{
		width: 100%;
		padding: 0.4rem 0.5rem;
		margin-right: 0;
	}
	.n_join_04 .fr ul li .info p{
		height: 1.75em;
	}
	
	.n_join_06{
		padding: 1rem 0;
	}
	.n_join_06 .form{
		width: 100%;
		padding: 0.6rem 5%;
	}
	.n_join_06 form .input-row{
		font-size: 16px;
		margin-bottom: 0.25rem;
	}
	.n_join_06 form .input-row span{
		font-size: 14px;
	}
	.n_join_06 form .input-row input{
		width: 4.5rem;
		font-size: 16px;
	}
	.n_join_06 form .input-row:nth-child(5) .view{
		margin-left: 0.4rem;
	}
	.n_join_06 form .input-row:nth-child(6) input, .n_join_06 form .input-row:nth-child(7) input{
		width: 2rem;
	}
	
	.n_join_02 .nav ul li{
		padding: 0 0.1rem;
	}
	.n_join_02 .mid .item:nth-child(2) ul li{
		width: 100%;
		margin-right: 0;
	}
	
	.n_about_01 .tit span{
		font-size: 0.42rem;
	}
	.n_about_01 .tit h3{
		font-size: 0.36rem;
	}
	.n_about_01 .txt{
		margin: 0.5rem 0 0.3rem;
	}
	.n_about_01 .info{
		font-size: 13px;
	}
	
	.n_about_01 .adv li{
		width: 50%;
		margin: 0.2rem 0;
	}
	.n_about_01 .adv li:nth-child(2)::after{
		display: none;
	}
	.n_about_01 .adv li .num span{
		font-size: 0.72rem;
	}
	.n_about_01 .adv li .num i{
		font-size: 16px;
	}
	.n_about_01 .pics li{
		width: 100%;
	}
	
	.n_ab_pic{
		height: 3.6rem;
	}
	.n_ab_pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 72% center; 
	}
	
	.n_about_02 .fl,.n_about_02 .fr{
		width: 100%;
	}
	.n_about_02 .fr{
		padding: 0.6rem 0;
	}
	.n_about_02 .fr .tit span{
		font-size: 0.4rem;
	}
	.n_about_02 .fr .tit h3{
		font-size: 0.42rem;
		margin-top: 0.12rem;
	}
	.n_about_02 .fr .pic{
		height: 0.5rem;
	}
	.n_about_02 .fr .con .top ul li span{
		font-size: 0.56rem;
	}
	.n_about_02 .fr .con .top ul li p{
		padding-left: 0.3rem;
	}
	
	.n_about_03 ul li{
		width: 3rem;
		height: 3rem;
		padding: 0.2rem;
		margin: 0.2rem 0;
	}
	.n_about_03 .tit{
		font-size: 0.4rem;
	}
	.n_about_03 ul li .txt p{
		margin-bottom: 0.1rem;
	}
	
	.n_about_04 ul li{
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.n_about_04 ul li:last-child{
		margin-bottom: 0;
	}
	.n_about_04 ul li p{
		font-size: 0.44rem;
	}
	
	.n_about_05 .top{
		padding-bottom: 0.45rem;
	}
	.n_about_05 .top .tit,.n_about_05 .top form{
		width: 100%;
	}
	.n_about_05 .top .tit h3{
		font-size: 0.4rem;
	}
	.n_about_05 .top .tit span{
		margin: 0.2rem 0;
	}
	.n_about_05 .top form{
		margin-top: 0.4rem;
	}
	
	.n_about_05 .bot ul li{
		margin-top: 0.6rem;
	}
	.n_about_05 .bot ul li .date span{
		font-size: 0.6rem;
	}
	.n_about_05 .bot ul li .date{
		font-size: 0.3rem;
	}
	.n_about_05 .bot ul li .view{
		flex-direction: column;
	}
	.n_about_05 .bot ul li .view .pic,.n_about_05 .bot ul li .view .info{
		width: 100%;
	}
	.n_about_05 .bot ul li .view .pic{
		margin-bottom: 0.35rem;
	}
	.n_about_05 .bot ul li .view .info h4{
		font-size: 20px;
	}
	.n_about_05 .bot ul li .view .info span{
		margin: 0.25rem 0;
	}
	
	.n_new_det .top .tit{
		font-size: 0.36rem;
	}
	.n_new_det .top .view{
		flex-direction: column;
		align-items: flex-start;
		padding: 0.4rem 0;
		margin-bottom: 0.35rem;
	}
	.n_new_det .top .view .fl{
		margin-bottom: 0.35rem;
	}
	.n_new_det .top .view .fl p{
		line-height: 1.75;
	}
	.n_new_det>.fl,.n_new_det .fr{
		width: 100%;
	}
	.n_new_det>.fl{
		margin-bottom: 0.6rem;
		padding: 0.6rem 0.4rem;
	}
	.n_new_det .fr ul li .info{
		padding: 0.36rem;
	}
	.n_new_det .fr ul li .info p{
		margin-top: 0.12rem;
	}
	
	.search ul li{
		font-size: 16px;
	}
	
	.n_join_pic_03{
		background-attachment: initial;
	}
	
	.n_process .tit{
		font-size: 20px;
	}
	.n_process .con{
		margin-top: 0.35rem;
	}
	.n_process ul li .ico{
		width: 0.6rem;
	}
	
	.n_project_04 ul{
		justify-content: flex-start;
	}
	.n_project_04 ul li{
		width: 48%;
		margin: 0.15rem 0;
		margin-right: 4%;
	}
	.n_project_04 ul li:nth-child(2n){
		margin-right: 0;
	}
}

@media all and (max-width:768px) {
	.project_ul li{
		width: 100%;
		margin-bottom: 3%;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.n_join_01 ul{
		justify-content: flex-start;
	}
	.n_join_01 ul li{
		width: 48%;
		margin-right: 2%;
	}
	.n_join_01 ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.n_join_03 ul li{
		width: 48%;
	}
}

@media all and (max-width:480px) {
	.case_nav ul li a img{
		width: 0.5rem;
	}
	.case_nav ul li a,.n_project_det .mid p,.n_project_02 .bot ul li a,.n_product_03 ul li .info,.n_product_det .fr .mid .view .flex_col p,
	.n_join_06 form .input-row,.n_about_02 .fr .con .bot ul li p,.n_new_det .con,.n_casedet .fl .con{
		font-size: 14px;
	}
	
	.n_product_pic_01 .text h4,.n_project_02 .ny_tit ul li a,.n_about_02 .fl ul li .tit h3,.n_new_det .fr ul li .info .tit{
		font-size: 16px;
	}
	.n_product_pic_01 .text p{
		font-size: 13px;
	}
	.n_product_02 .bot ul li .info p{
		font-size: 12px;
	}
	.n_about_02 .fr .con .top ul li p{
		font-size: 13px;
	}
}

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

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