/*  2023首页改版 */
/*  产品服务style开始 */


/*  解决方案style开始 */
	.grid {
	overflow: hidden;
	margin: 0;
	padding: 3em 0 0 0;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 260px;
	background: #000;
	text-align: center;
	cursor: pointer;
	margin-top: -0.135em;
	margin-bottom: -0.135em;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.7;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: bold;
	font-size:22px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 5;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 85%;
	
}
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.4;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-0px,0,0);
	/*transform: translate3d(-40px,0,0);*/
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 65%;
	text-align: left;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
figure.effect-lily figcaption:hover {
	top: auto;
	bottom: 0;
	height: 65%;
	text-align: left;
	-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
	opacity: 0.2;
}

figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}	

	.grid figure figcaption {
		font-size: 90%;
	}
}
@media screen and (max-width: 41.5em) {
	.grid figure {
		width: 100%;
	}
}


.xq {
	font-size:16px; font-weight: normal; padding-top:10px;
}



/*  关于我们  */
.n_guanyu {
	background-image: url(ngywm_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -250px;
	padding-top: 50px;
	}
	.guanyu_con {
	background-color: #FFF;
	padding-top: 15px;
	box-shadow:0px 0px 5px #555;
	border-radius:5px;
}
@font-face {
  font-family: 'bahnschrift';
  src: url('../fonts/bahnschrift.ttf');
}
.fontbh {
	font-family: 'bahnschrift';
	font-size: 8rem;
	color: #005BAC;
	text-align: center;
}
.nline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f1f1f1;
	min-height:238px;
}
/*  产品服务 */
.fanwei {
	padding-top: 150px;
	padding-bottom: 20px;
	border-radius:5px;
	color: #333;
	text-align: center;
	background-image: url(fw01.svg);

	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 85px auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 20px;
	padding-left: 20px;
	border: 2px solid #e9e9e9;
	background-color: #FFF;
}
.fanwei b {
	font-size: 20px;
	line-height: 40px;
}
.fanwei:hover {
	text-decoration: none;
	background-image: url(fw01.svg);
	background-position: center 30px;
	background-size: 85px auto;
	padding-bottom: 40px;
	border: 2px solid #0082DF;
	background-color: #f8fcff;
}
.fanwei2 {
	padding-top: 150px;
	padding-bottom: 20px;
	border-radius:5px;
	color: #333;
	text-align: center;
	background-image: url(fw02.svg);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 85px auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 20px;
	padding-left: 20px;
	border: 2px solid #e9e9e9;
	background-color: #FFF;
}
.fanwei2 b {
	font-size: 20px;
	line-height: 40px;
}
.fanwei2:hover {
    text-decoration: none;
    background-image: url(fw02.svg);
    background-position: center 30px;
	background-size: 85px auto;
	padding-bottom: 40px;
	border: 2px solid #0082DF;
	background-color: #f8fcff;
}
.fanwei3 {
	padding-top: 150px;
	padding-bottom: 20px;
	border-radius:5px;
	color: #333;
	text-align: center;
	background-image: url(fw04.svg);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 85px auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 20px;
	padding-left: 20px;
	border: 2px solid #e9e9e9;
	background-color: #FFF;
}
.fanwei3 b {
	font-size: 20px;
	line-height: 40px;
}
.fanwei3:hover {
    text-decoration: none;
    background-image: url(fw04.svg);
    background-position: center 30px;
	background-size: 85px auto;
	padding-bottom: 40px;
	border: 2px solid #0082DF;
	background-color: #f8fcff;
}
.fanwei4 {
	padding-top: 150px;
	padding-bottom: 20px;
	border-radius:5px;
	color: #333;
	text-align: center;
	background-image: url(fw03.svg);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 85px auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 20px;
	padding-left: 20px;
	border: 2px solid #e9e9e9;
	background-color: #FFF;
}
.fanwei4 b {
	font-size: 20px;
	line-height: 40px;
}
.fanwei4:hover {
    text-decoration: none;
    background-image: url(fw03.svg);
    background-position: center 30px;
	background-size: 85px auto;
	padding-bottom: 40px;
	border: 2px solid #0082DF;
	background-color: #f8fcff;
}









.zh_more {
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border: 1px solid #0082df;
	margin-top: 40px;
	border-radius:5px;
		-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.zh_more:hover {
	background-color: #FFF;
		-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.zh_more2 {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 1px solid #fff;
	border-radius:50px;
		-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
opacity: 0.6;
}
.zh_more2:hover {
	background-color: #0082df;
		-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}


.cpfw_bg {
	background-image: url(cpfw_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#f8fcff;
}

