.g-head .g-nav a.name.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

a,
.transition,
.g-head .wal,
:before,
img {
	-webkit-transition: All .5s ease;
	transition: All .5s ease
}

.zoomImg {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block
}

.zoomImg:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

.zoomImg:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s
}

.zoomImg:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

@keyframes shine {
	100% {
		left: 125%
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	font-size: 100px
}

body {
	font-size: .14rem;
	font-family: Arial, "微软雅黑";
	color: #333;
	-webkit-text-size-adjust: none;
	opacity: 0
}

body.show {
	opacity: 1
}

a {
	color: #333;
	text-decoration: none;
	outline: none
}

a:active {
	star: expression(this.onFocus=this.blur())
}

a:link {
	text-decoration: none;
	outline: none
}

a:visited {
	text-decoration: none;
	outline: none
}

a:hover {
	text-decoration: none;
	color: #b1292f;
	outline: none
}

li {
	list-style: outside none
}

h1 {
	font-size: 16px
}

h2,
h3,
h4,
h5 {
	font-size: 14px
}

h5 {
	font-size: 12px
}

textarea,
input {
	background: transparent;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #888;
	outline: none;
	border: 0
}

em {
	font-style: normal
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.wal {
	max-width: 13.2rem;
	margin: 0 auto
}

@font-face {
	font-family: "iconfont";
	src: url("../font/font_2640790_hovdh99440n.woff2") format("woff2"), url("../font/font_2640790_hovdh99440n.woff") format("woff"), url("../font/font_2640790_hovdh99440n.ttf") format("truetype")
}

.iconfont {
	font-family: "iconfont"
}

@font-face {
	font-family: "DINPro-Bold";
	src: url(../font/DINPro-Bold.woff2) format("woff2"), url(../font/DINPro-Bold.woff) format("woff"), url(../font/DINPro-Bold.ttf) format("truetype"), url(../font/DINPro-Bold.eot) format("embedded-opentype"), url(http://www.icehappy.net/web/image/DINPro-Bold.svg) format("svg");
	font-weight: normal;
	font-style: normal
}

.g-head .head {
	position:absolute;
	z-index: 50;
	left: 0;
	top: 0;
	right: 0;
	
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	padding: 0 1.4rem
}
.g-head .head.on{
	position: fixed;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background-color: #fff;
}
.g-head .head.on a.logo{
	background: url(../image/logob.png) center no-repeat;
	background-size: 100%;
}
.g-head .head.on .g-nav a.name{ color: #999;}
.g-head .head.on .g-nav a.name.on{ color: #000;}


.g-head.on .head {
	background: rgba(0, 0, 0, .8)
}


.g-head .wal {
	height: 1rem;
	position: relative;
	max-width: 14.5rem
}

.g-head a.logo {
	display: block;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2.55rem;
	background: url(../image/logo.png) center no-repeat;
	background-size: 100%
}

.g-head .tel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .14rem;
	background: url(../image/img20.png) left center no-repeat;
	background-size: .2rem;
	padding-left: .3rem
}

.g-head .tel b {
	font-size: .24rem
}

.g-head .navA {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden
}

.g-head .navA i {
	font-family: "iconfont";
	font-style: normal;
	font-size: .2rem
}

.g-head .g-nav {
	position: absolute;
	top: 0;
	right: 0.7rem
}

.g-head .g-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.g-head .g-nav a.name {
	display: block;
	height: 1rem;
	line-height: 1rem;
	font-size: .16rem;
	color: #fff;
	position: relative;
	padding: 0 0.25rem;
}

.g-head .g-nav a.name:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top:0;
	right: 50%;
	height: 3px;
	background: #fff;
	opacity: 0;
	width:0;
}

.g-head .head.on .g-nav a.name:before{ background-color: #ba2926;}

.g-head .g-nav a.name:after{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	opacity: .5;

}
.g-head .head.on .g-nav a.name:after{ opacity: 1; background-color: #999;}
.g-head .g-nav li:last-child .name:after{
	display: none;
}
.g-head .head.on .g-nav a.name:hover{ color: #000;}

.g-head .g-nav a.name:hover,
.g-head .g-nav a.name.on {
	color: #fff
}

.g-head .g-nav li{ position: relative;}
.g-head .g-nav li .subnavs{ display: none; position: absolute; top: 90%; left: 0; width: 100%;}
.g-head .g-nav li .subnavs a{ color: #fff; font-size: .16rem; display: block; text-align: center; line-height: 1.7;}


.g-head .g-nav li:hover a.name:before,
.g-head .g-nav a.name.on:before {
	transform: translateX(-50%);
	right: 0;
	width: 60%;
	opacity: 1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.g-head .head.on .g-nav li .subnavs{ box-shadow: 0 0 10px rgba(0, 0, 0, .2); padding: 15px 5px; background-color: #fff; display: none; position: absolute; top: 100%; left: 0; width: 100%;}
.g-head .head.on .g-nav li .subnavs a{ color: #666; font-size: .16rem; display: block; text-align: center; line-height: 1.7;}
.g-head .head.on .g-nav li .subnavs a:hover{ color: #000;}


.side-bar {
	position: fixed;
	z-index: 20;
	top: 50%;
	right: 0;
	width: .76rem
}

.side-bar li {
	padding-bottom: .04rem
}

.side-bar li a.name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: .76rem;
	background: #fff;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
	font-size: .13rem
}

.side-bar li a.name .ico {
	width: .4rem;
	height: .4rem;
	position: relative
}

.side-bar li a.name .ico img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.side-bar li:hover a.name {
	background: #b1292f;
	color: #fff
}

.side-bar li:hover a.name .ico img:nth-child(1) {
	opacity: 0
}

.side-bar li:hover a.name .ico img:nth-child(2) {
	opacity: 1
}

.side-bar li a.topA {
	opacity: 0
}

.side-bar li a.topA.show {
	opacity: 1
}

.side-bar li:last-child a.name {
	border-radius: 0 0 0 .2rem
}

.g-foot {
	position: relative;
	z-index: 3;
	background: #1a1a1a;
	color: #fff
}

.g-foot a {
	color: #fff
}

.g-foot .wal {
	min-height: 4.35rem;
	position: relative
}

.g-foot .logo {
	padding: .5rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.g-foot .logo img {
	width: 2.55rem
}

.g-foot .logo p {
	font-size: .2rem;
	line-height: .34rem;
	position: relative;
	padding-left: .43rem
}

.g-foot .logo p:before {
	content: "";
	display: block;
	position: absolute;
	left: .2rem;
	top: 50%;
	width: 1px;
	height: .2rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	opacity: .6
}

.g-foot .nav {
	position: absolute;
	right: 0;
	top: .78rem
}

.g-foot .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.g-foot .nav li {
	padding-left: .5rem;
	position: relative;
	font-size: .16rem
}

.g-foot .nav li:before {
	content: "";
	display: block;
	position: absolute;
	left: .24rem;
	top: 50%;
	width: 1px;
	height: .14rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	opacity: .6
}

.g-foot .nav li:first-child:before {
	display: none
}

.g-foot .list {
	border-bottom: rgba(255, 255, 255, .2) solid 1px;
	padding-bottom: .55rem
}

.g-foot .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.g-foot .list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.g-foot .list li img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: .46rem;
	margin-right: .13rem
}

.g-foot .list li .name {
	color: rgba(255, 255, 255, .6)
}

.g-foot .list li h5 {
	font-size: .24rem;
	line-height: 1em;
	padding-top: .05rem
}

.g-foot .list li p {
	font-size: .16rem;
	line-height: .26rem
}

.g-foot .link {
	border-bottom: rgba(255, 255, 255, .2) solid 1px;
	padding: .3rem 0
}

.g-foot .link ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: -0.3rem;
	margin-left: -0.3rem
}

.g-foot .link li {
	padding: 0 .07rem;
	position: relative;
	line-height: 1em;
	color: rgba(255, 255, 255, .6)
}

.g-foot .link li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: .12rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	opacity: .6
}

.g-foot .link li:first-child:before {
	display: none
}

.g-foot .link li a {
	color: rgba(255, 255, 255, .6)
}

.g-foot .link li a:hover {
	color: #fff
}

.g-foot .msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .4rem 0;
	color: #999
}

@media screen and (max-width: 800px) {
	html {
		font-size: 50px
	}
	body {
		font-size: .24rem
	}
	.wal {
		margin: 0 .6rem
	}
	body.navShow {
		overflow: hidden
	}
	body.navShow .g-head .head {
		background: #fff
	}
	body.navShow .g-head a.logo {
		background-image: url(../image/logo-black.png)
	}
	body.navShow .g-head .tel {
		color: #333;
		background-image: url(../image/img20-black.png)
	}
	body.navShow .g-head a.navA {
		color: #333
	}
	body.navShow .g-head a.navA i:nth-child(1) {
		display: none
	}
	body.navShow .g-head a.navA i:nth-child(2) {
		display: block
	}
	body.navShow .g-head .g-nav {
		right: 0;
		left: 0
	}
	.g-head .head {
		position: fixed;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		padding: 0
	}
	.g-head.on .head {
		background: #fff
	}
	.g-head.on .head a.logo {
		background-image: url(../image/logo-black.png)
	}
	.g-head.on .head .tel {
		color: #333;
		background-image: url(../image/img20-black.png)
	}
	.g-head.on .head .navA {
		color: #fff;
	}
	.g-head .tel {
		right: .7rem;
		font-size: .2rem;
		background-size: .3rem;
		padding-left: .4rem
	}
	.g-head .tel b {
		font-size: .26rem
	}
	.g-head .navA {
		right: -0.3rem;
		opacity: 1;
		visibility: visible;
		color: #fff
	}
	.g-head .navA i {
		font-family: "iconfont";
		font-style: normal;
		font-size: .3rem
	}
	.g-head .navA i:nth-child(2) {
		display: none
	}
	.g-head .g-nav {
		position: fixed;
		bottom: 0;
		right: -100%;
		left: 100%;
		top: 1rem;
		overflow-y: auto;
		background: #fff;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		border-top: #eee solid 1px
	}
	.g-head .g-nav ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.g-head .g-nav li {
		margin-left: 0;
		width: 100%;
		border-bottom: #eee solid 1px
	}
	.g-head .g-nav a.name {
		font-size: .28rem;
		padding-left: .5rem;
		color: #333
	}
	.g-head .g-nav a.name:before {
		display: none
	}
	.g-head .g-nav a.name:hover,
	.g-head .g-nav a.name.on {
		color: #b1292f
	}
	.g-foot .nav {
		position: static
	}
	.g-foot .nav ul {
		margin-left: -0.5rem;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 6rem;
		margin-top: -0.2rem
	}
	.g-foot .nav li {
		font-size: .24rem;
		height: .5rem;
		line-height: .5rem
	}
	.g-foot .nav li:before {
		height: .2rem
	}
	.g-foot .nav li:nth-child(5):before {
		display: none
	}
	.g-foot .list {
		padding-bottom: .55rem
	}
	.g-foot .list ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.g-foot .list li {
		min-width: 50%;
		padding-top: .3rem
	}
	.g-foot .list li img {
		margin-right: .13rem
	}
	.g-foot .list li .name {
		font-size: .22rem
	}
	.g-foot .list li h5 {
		font-size: .3rem
	}
	.g-foot .list li p {
		font-size: .22rem;
		line-height: .3rem
	}
	.g-foot .link {
		padding: .3rem 0;
		display: none
	}
	.g-foot .link ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.g-foot .link li {
		padding: 0 .2rem;
		height: .4rem;
		line-height: .4rem
	}
	.g-foot .link li:before {
		height: .2rem
	}
	.g-foot .msg {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: .25rem 0;
		line-height: .4rem;
		font-size: .22rem
	}
	.g-foot .msg p {
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width: 550px) {
	.wal {
		margin: 0 .3rem
	}
}

.ellipsis,
.index-news .col-1 .list li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.index-flash {
	width: 100%;
	overflow: hidden;
	position: relative
}

.index-flash li {
	background: center no-repeat;
	background-size: cover
}

.index-flash li .wal {
	height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	padding-top: 1rem
}

.index-flash li .title {
	position: relative;
	opacity: 0
}

.index-flash li .title h2 {
	position: absolute;
	left: -1.08rem;
	bottom: .6rem;
	line-height: 1em;
	font-family: "DINPro-Bold";
	text-transform: uppercase;
	white-space: normal;
	opacity: .05;
	font-size: 2.2rem
}

.index-flash li .title .name {
	font-size: .54rem;
	line-height: 1em
}

.index-flash li .title .name b {
	font-size: .62rem;
	padding: 0 .1rem;
	color: #b1292f
}

.index-flash li .title .msg {
	font-size: .32rem;
	line-height: .6rem;
	padding: .25rem 0 .6rem 0;
	position: relative;
	margin-bottom: .8rem
}

.index-flash li .title .msg:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b1292f;
	width: .58rem;
	height: .03rem
}

.index-flash li .more {
	opacity: 0
}

.index-flash li .more a {
	display: block;
	background: #fff;
	color: #b1292f;
	border-radius: .5rem;
	text-align: center;
	font-size: .16rem;
	width: 1.6rem;
	line-height: .5rem
}

.index-flash li .more a:hover {
	background: #b1292f;
	color: #fff
}

.index-search {
	box-shadow: 0 5px 5px 0 rgba(6, 0, 1, .2)
}

.index-search .wal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: .8rem
}

.index-search .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.index-search .list li {
	padding-right: 1.5em;
	color: #666
}

.index-search .list li a {
	color: #666
}

.index-search .list li a:hover {
	color: #b1292f
}

.index-search .form {
	width: 3.55rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.index-search .form .input {
	width: 100%;
	height: .32rem;
	border: #b3b3b3 solid 1px;
	border-right: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-search .form .input input::-webkit-input-placeholder {
	color: #b3b3b3
}

.index-search .form .input input::-moz-placeholder {
	color: #b3b3b3
}

.index-search .form .input input:-moz-placeholder {
	color: #b3b3b3
}

.index-search .form .input input:-ms-input-placeholder {
	color: #b3b3b3
}

.index-search .form .input textarea::-webkit-input-placeholder {
	color: #b3b3b3
}

.index-search .form .input textarea::-moz-placeholder {
	color: #b3b3b3
}

.index-search .form .input textarea:-moz-placeholder {
	color: #b3b3b3
}

.index-search .form .input textarea:-ms-input-placeholder {
	color: #b3b3b3
}

.index-search .form .input.on {
	border-color: #b1292f
}

.index-search .form .input input {
	width: 100%;
	height: .3rem;
	line-height: .3rem;
	font-size: .14rem;
	padding: 0 .2rem
}

.index-search .form .submit {
	background: #b1292f;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 1rem;
	height: .32rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.index-search .form .submit img {
	width: .13rem;
	margin-right: .1rem
}

.index-search .form .submit input {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	position: absolute
}

.index-title {
	padding: .8rem 0 .5rem 0;
	text-align: center;
	color: #212121
}

.index-title h2 {
	font-size: .4rem;
	line-height: 1em;
	position: relative;
	padding-bottom: .43rem
}

.index-title h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: .2rem;
	width: 1.2rem;
	height: .03rem;
	margin-left: -0.6rem;
	background: #b1292f
}

.index-title p {
	font-size: .16rem;
	opacity: .8;
	max-width: 10.2rem;
	margin: 0 auto;
	line-height: 2em
}

.index-service .wal {
	max-width: 12rem;
	padding-bottom: .4rem
}

.index-service .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.45rem
}

.index-service .list li {
	width: 33.333%;
	padding: 0 0 .4rem .45rem
}

.index-service .list a {
	height: 3.38rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
	text-align: center
}

.index-service .list a .ico {
	width: .6rem;
	height: .6rem;
	position: relative
}

.index-service .list a .ico img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.index-service .list a h5 {
	font-size: .22rem;
	padding: 1em 0
}

.index-service .list a p {
	font-size: .15rem;
	line-height: 2em;
	opacity: .8;
	max-width: 3rem;
	min-height: 4em
}

.index-service .list a .more {
	margin-top: .3rem;
	border-radius: .4rem;
	width: 1.26rem;
	line-height: .38rem;
	color: #b1292f;
	border: #b1292f solid 1px;
	font-size: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-service .list a:hover {
	background: #b1292f;
	color: #fff
}

.index-service .list a:hover .ico img:nth-child(1) {
	opacity: 0
}

.index-service .list a:hover .ico img:nth-child(2) {
	opacity: 1
}

.index-service .list a:hover .more {
	background: #fff
}

.index-service2 {
	color: #fff;
	background: url(../image/index-service2.png) center no-repeat;
	background-size: cover
}

.index-service2 .wal {
	height: 5.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.index-service2 h2 {
	font-size: .56rem;
	padding-bottom: .3rem
}

.index-service2 .content {
	font-size: .2rem;
	line-height: 1.9em;
	text-align: justify;
	max-width: 7.5rem
}

.index-case {
	padding-bottom: .5rem
}

.index-case .tab-btn {
	padding-bottom: .3rem
}

.index-case .tab-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.index-case .tab-btn li {
	height: .4rem;
	line-height: .4rem;
	padding: 0 .28rem;
	font-size: .16rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	border-radius: .05rem
}

.index-case .tab-btn li:hover {
	color: #b1292f
}

.index-case .tab-btn li.on {
	background: #b1292f;
	color: #fff;
	box-shadow: 0 0 .1rem rgba(177, 41, 47, .15)
}

.index-case .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.3rem
}

.index-case .list li {
	width: 33.333%;
	padding: 0 0 .3rem .3rem
}

.index-case .list a {
	display: block;
	text-align: center;
	background: #f5f5f5;
	color: #212121;
	position: relative
}

.index-case .list a .tag {
	position: absolute;
	z-index: 2;
	top: .2rem;
	right: .2rem;
	line-height: .26rem;
	padding: 0 .2rem;
	color: #fff;
	background: #b1292f;
	border-radius: .4rem
}

.index-case .list a .bd {
	height: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.index-case .list a .bd .name {
	font-size: .2rem;
	padding-bottom: .15rem
}

.index-case .list a .bd p {
	opacity: .7
}

.index-case .list a:hover {
	background: #b1292f;
	color: #fff
}

.index-case2 {
	background: url(../image/index-case2.png) center no-repeat;
	background-size: cover;
	text-align: right
}

.index-case2 img {
	height: 5rem
}

.index-service3 {
	background: url(../image/index-service3.png) center no-repeat;
	background-size: cover;
	min-height: 5.3rem;
	color: #fff
}

.index-service3 .index-title {
	color: #fff
}

.index-service3 .index-title h2:before {
	background: #fff
}

.index-service3 .list {
	padding-top: .2rem
}

.index-service3 .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-service3 .list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.index-service3 .list li .ico {
	width: 1.08rem;
	height: .93rem;
	background: url(../image/img108.svg) center no-repeat;
	background-size: 100% 100%;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-service3 .list li .ico:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../image/img108on.svg) center no-repeat;
	background-size: 100% 100%;
	opacity: 0
}

.index-service3 .list li .ico img {
	position: relative;
	z-index: 2
}

.index-service3 .list li .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: .18rem;
	line-height: 2em;
	height: 4em;
	margin-top: .3rem
}

.index-service3 .list li:hover .ico {
	background-size: 90% 90%
}

.index-service3 .list li:hover .ico:before {
	opacity: 1
}

.index-about {
	position: relative;
	min-height: 6.3rem;
	padding: 1.2rem 0 .25rem 0
}

.index-about .title {
	font-size: .28rem;
	line-height: .48rem;
	padding-bottom: .3rem;
	position: relative
}

.index-about .title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b1292f;
	width: .3rem;
	height: .03rem
}

.index-about .title h2 {
	font-size: .4rem;
	line-height: .48rem;
	color: #b1292f
}

.index-about .content {
	font-size: .16rem;
	line-height: 2em;
	text-align: justify;
	color: #4d4d4d;
	max-width: 7.3rem;
	padding: .15rem 0 .3rem 0
}

.index-about .content h3 {
	font-size: .2rem;
	padding: .1rem 0;
	color: #000
}

.index-about .content p {
	padding-bottom: .1rem
}

.index-about .content p em {
	padding-right: .12rem
}

.index-about .more a {
	display: block;
	width: 1.8rem;
	line-height: .44rem;
	border: rgba(102, 102, 102, .4) solid 1px;
	text-align: center;
	color: rgba(51, 51, 51, .7)
}

.index-about .more a:hover {
	background: #b1292f;
	border-color: #b1292f;
	color: #fff
}

.index-about .img {
	width: 4.21rem;
	position: absolute;
	right: .7rem;
	bottom: 0
}

.index-about .img .bg {
	position: absolute;
	right: -0.7rem;
	top: -0.5rem;
	opacity: .1;
	width: 4.21rem
}

.index-cooperation .index-title {
	padding-bottom: .2rem;
	position: relative;
	z-index: 5
}

.index-cooperation .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 1px
}

.index-cooperation .list li {
	width: 20%;
	padding: .025rem;
	position: relative
}

.index-cooperation .list li .line {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.index-cooperation .list li .line.line-l,
.index-cooperation .list li .line.line-r {
	width: 1px;
	height: 4.6rem;
	top: 50%;
	margin-top: -2.3rem;
	background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, #cccccc 50%, rgba(204, 204, 204, 0) 100%);
	background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%, #cccccc 50%, rgba(204, 204, 204, 0) 100%)
}

.index-cooperation .list li .line.line-l {
	left: -1px
}

.index-cooperation .list li .line.line-r {
	right: 0
}

.index-cooperation .list li .line.line-t,
.index-cooperation .list li .line.line-b {
	width: 5.6rem;
	height: 1px;
	left: 50%;
	margin-left: -2.8rem;
	background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 50%, rgba(204, 204, 204, 0) 100%);
	background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, #cccccc 50%, rgba(204, 204, 204, 0) 100%)
}

.index-cooperation .list li .line.line-t {
	top: -1px
}

.index-cooperation .list li .line.line-b {
	bottom: 0
}

.index-cooperation .list li a {
	display: block;
	position: relative
}

.index-cooperation .list li.li-top .line.line-t {
	display: none
}

.index-cooperation .list li.li-top .line.line-l,
.index-cooperation .list li.li-top .line.line-r {
	height: 2.3rem;
	top: 100%;
	background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
	background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%, #cccccc 100%)
}

.index-cooperation .list li.li-bottom .line.line-b {
	display: none
}

.index-cooperation .list li.li-bottom .line.line-l,
.index-cooperation .list li.li-bottom .line.line-r {
	height: 2.3rem;
	top: 0;
	margin-top: 0;
	background: -webkit-linear-gradient(top, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
	background: linear-gradient(to bottom, #cccccc 0%, rgba(204, 204, 204, 0) 100%)
}

.index-cooperation .list li.li-left .line.line-l {
	display: none
}

.index-cooperation .list li.li-left .line.line-t,
.index-cooperation .list li.li-left .line.line-b {
	width: 2.8rem;
	left: 100%;
	background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 100%);
	background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, #cccccc 100%)
}

.index-cooperation .list li.li-right .line.line-r {
	display: none
}

.index-cooperation .list li.li-right .line.line-t,
.index-cooperation .list li.li-right .line.line-b {
	width: 2.8rem;
	left: 0;
	margin-left: 0;
	background: -webkit-linear-gradient(left, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
	background: linear-gradient(to right, #cccccc 0%, rgba(204, 204, 204, 0) 100%)
}

.index-cooperation .list li:hover .line {
	opacity: 1
}

.index-news .wal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: .5rem
}

.index-news .index-title {
	width: 100%
}

.index-news .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: .4rem;
	border-bottom: #ccc solid 1px
}

.index-news .title .tab-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.index-news .title .tab-btn li {
	font-size: .18rem;
	font-weight: bold;
	cursor: pointer;
	color: #222;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	height: .4rem;
	position: relative;
	line-height: .2rem;
	margin-right: .2rem
}

.index-news .title .tab-btn li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: .03rem;
	opacity: 0;
	background: #b1292f
}

.index-news .title .tab-btn li:hover,
.index-news .title .tab-btn li.on {
	color: #b1292f
}

.index-news .title .tab-btn li.on:before {
	opacity: 1
}

.index-news .title h3 {
	height: .4rem;
	position: relative;
	line-height: .2rem;
	color: #222;
	font-size: .18rem
}

.index-news .title h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: .03rem;
	background: #b1292f
}

.index-news .title a.more {
	line-height: .18rem;
	height: .18rem;
	color: #666;
	padding-right: .26rem;
	background: url(../image/img16.png) right center no-repeat;
	background-size: .16rem
}

.index-news .title a.more:hover {
	color: #b1292f
}

.index-news .col-1 {
	width: 8.6rem
}

.index-news .col-1 .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .3rem
}

.index-news .col-1 .col {
	width: 4rem
}

.index-news .col-1 .name a {
	display: block;
	color: #b1292f;
	font-size: .18rem;
	padding: .18rem 0 .1rem 0
}

.index-news .col-1 .content {
	line-height: 2em;
	text-align: justify;
	opacity: .7
}

.index-news .col-1 .list {
	padding-top: .2rem;
	border-bottom: #999 dashed 1px
}

.index-news .col-1 .list li {
	border-top: #999 dashed 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: .4rem
}

.index-news .col-1 .list li em {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: .09rem;
	width: .2rem;
	height: .2rem;
	line-height: .2rem;
	text-align: center;
	font-size: .12rem;
	color: #fff;
	background: #b1292f
}

.index-news .col-1 .list li a {
	width: 100%;
	height: .3rem;
	line-height: .3rem;
	font-size: .14rem;
	color: #666
}

.index-news .col-1 .list li:hover a {
	color: #b1292f
}

.index-news .col-2 {
	width: 4rem
}

.index-news .col-2 .list {
	padding: .3rem .2rem
}

.index-news .col-2 .list li {
	border-top: #b3b3b3 solid 1px;
	padding: .2rem .1rem
}

.index-news .col-2 .list li .name,
.index-news .col-2 .list li .content {
	position: relative;
	padding-left: .3rem;
	line-height: .28rem
}

.index-news .col-2 .list li .name:before,
.index-news .col-2 .list li .content:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .04rem;
	background: #666;
	width: .2rem;
	height: .2rem;
	line-height: .2rem;
	text-align: center;
	font-size: .12rem;
	color: #fff;
	content: "Q"
}

.index-news .col-2 .list li .name {
	font-size: .16rem;
	padding-bottom: .07rem
}

.index-news .col-2 .list li .content {
	color: #666
}

.index-news .col-2 .list li .content:before {
	background: #b1292f;
	content: "A"
}

@media screen and (max-width: 800px) {
	.index-flash li .wal {
		height: 50vh;
		min-height: 5rem
	}
	.index-flash li .title h2 {
		left: -0.3rem;
		font-size: 1.2rem
	}
	.index-flash li .title .name {
		font-size: .32rem
	}
	.index-flash li .title .msg {
		font-size: .32rem;
		padding: .2rem 0 .4rem 0;
		margin-bottom: .4rem
	}
	.index-flash li .title .msg b {
		font-size: .38rem
	}
	.index-flash li .title h2 {
		left: -0.3rem;
		font-size: 1.2rem;
		bottom: .4rem
	}
	.index-flash li .title .name {
		font-size: .3rem
	}
	.index-flash li .title .name b {
		font-size: .42rem;
		padding: 0 .05rem
	}
	.index-flash li .title .msg {
		font-size: .24rem;
		line-height: .4rem;
		padding: .25rem 0 .4rem 0;
		margin-bottom: .5rem
	}
	.index-flash li .more a {
		font-size: .26rem;
		width: 2rem;
		line-height: .66rem
	}
	.index-search .wal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 2.5rem;
		padding: .3rem 0
	}
	.index-search .list {
		width: 100%;
		position: relative;
		padding-left: 2rem
	}
	.index-search .list ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.index-search .list li:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0
	}
	.index-search .list li {
		padding-right: 1em;
		line-height: .4rem
	}
	.index-search .form {
		width: 100%
	}
	.index-search .form .input {
		height: .64rem
	}
	.index-search .form .input input {
		height: .62rem;
		line-height: .62rem;
		font-size: .24rem;
		padding: 0 .24rem
	}
	.index-search .form .submit {
		width: 1.6rem;
		height: .64rem
	}
	.index-search .form .submit img {
		width: .2rem
	}
	.index-title p {
		font-size: .22rem;
		max-width: 5rem;
		line-height: 1.7em
	}
	.index-service .list ul {
		margin-left: -0.3rem
	}
	.index-service .list li {
		width: 50%;
		padding: 0 0 .3rem .3rem
	}
	.index-service .list a {
		height: 4rem
	}
	.index-service .list a h5 {
		font-size: .26rem;
		padding: .1rem 0
	}
	.index-service .list a p {
		font-size: .2rem;
		line-height: 1.7em
	}
	.index-service .list a .more {
		margin-top: .2rem;
		width: 1.8rem;
		line-height: .48rem;
		font-size: .24rem
	}
	.index-service2 h2 {
		font-size: .36rem;
		padding-bottom: .2rem
	}
	.index-service2 .content {
		font-size: .24rem;
		line-height: 1.7em;
		max-width: 6rem
	}
	.index-case .tab-btn ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.index-case .tab-btn li {
		height: .6rem;
		line-height: .6rem;
		padding: 0 .28rem;
		font-size: .26rem
	}
	.index-case .list li {
		width: 50%
	}
	.index-case .list a .tag {
		line-height: .36rem;
		font-size: .2rem
	}
	.index-case .list a .bd {
		height: 1.3rem;
		padding: 0 .2rem
	}
	.index-case .list a .bd .name {
		font-size: .26rem;
		line-height: .4rem;
		padding: 0;
		height: .4rem;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.index-case .list a .bd p {
		font-size: .22rem;
		height: .4rem;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: .06rem
	}
	.index-case2 img {
		height: 3rem
	}
	.index-service3 {
		padding-bottom: .3rem
	}
	.index-service3 .list ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.index-service3 .list li {
		width: 33.333%;
		padding-bottom: .4rem
	}
	.index-service3 .list li .name {
		font-size: .22rem;
		line-height: 1.5em;
		height: 3em;
		margin-top: .15rem
	}
	.index-about {
		padding-bottom: 0;
		min-height: 1rem
	}
	.index-about .content {
		font-size: .24rem;
		line-height: 1.75em
	}
	.index-about .content h3 {
		font-size: .28rem
	}
	.index-about .content em {
		padding-right: .06rem
	}
	.index-about .more a {
		width: 2rem;
		line-height: .6rem
	}
	.index-about .img {
		width: 100%;
		position: static;
		padding-top: .3rem
	}
	.index-about .img .bg {
		display: none
	}
	.index-cooperation {
		width: 100%;
		overflow: hidden;
		position: relative
	}
	.index-cooperation .list li {
		width: 33.333%
	}
	.index-news .title {
		height: .5rem
	}
	.index-news .title .tab-btn li {
		font-size: .28rem;
		height: .5rem;
		line-height: .3rem
	}
	.index-news .title h3 {
		height: .5rem;
		line-height: .3rem;
		font-size: .28rem
	}
	.index-news .title a.more {
		line-height: .3rem;
		height: .3rem;
		background-size: .2rem
	}
	.index-news .col-1 {
		width: 100%
	}
	.index-news .col-1 .row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.index-news .col-1 .col {
		width: 100%;
		padding-bottom: .4rem
	}
	.index-news .col-1 .name a {
		font-size: .26rem;
		padding: .24rem 0 .14rem 0
	}
	.index-news .col-1 .content {
		line-height: 1.7em;
		font-size: .22rem
	}
	.index-news .col-1 .list li {
		height: .66rem
	}
	.index-news .col-1 .list li em {
		width: .36rem;
		height: .36rem;
		line-height: .36rem;
		font-size: .2rem
	}
	.index-news .col-1 .list li a {
		height: .4rem;
		line-height: .4rem;
		font-size: .22rem
	}
	.index-news .col-2 {
		width: 100%;
		padding-top: .3rem
	}
	.index-news .col-2 .list {
		padding: .3rem 0
	}
	.index-news .col-2 .list li {
		padding: .3rem 0
	}
	.index-news .col-2 .list li:first-child {
		border: 0;
		padding-top: 0
	}
	.index-news .col-2 .list li .name,
	.index-news .col-2 .list li .content {
		padding-left: .5rem;
		line-height: .4rem;
		font-size: .22rem
	}
	.index-news .col-2 .list li .name:before,
	.index-news .col-2 .list li .content:before {
		top: .04rem;
		width: .32rem;
		height: .32rem;
		line-height: .32rem;
		font-size: .2rem
	}
	.index-news .col-2 .list li .name {
		font-size: .26rem
	}
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.page-banner-wrapper {
	height: 6rem;
	overflow: hidden;
	position: relative;
	z-index: 5
}

.page-banner {
	background: center no-repeat;
	background-size: cover;
	height: 6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-banner h2 {
	font-size: .48rem;
	color: #fff;
	line-height: .8rem;
	text-align: center;
	padding-top: 1rem
}

.page-banner .wal {
	color: #fff;
	letter-spacing: .03rem;
	text-align: center;
	padding-top: 1rem
}

.page-banner .wal h3 {
	font-size: .67rem;
	line-height: 1em;
	position: relative;
	padding-bottom: .6rem
}

.page-banner .wal h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: .2rem;
	background: #fff;
	width: .73rem;
	height: .04rem
}

.page-banner .wal h3 em {
	font-weight: 400
}

.page-banner .wal .en {
	text-transform: uppercase;
	font-size: .23rem;
	line-height: 1em
}

.contact-title {
	border-bottom: rgba(0, 0, 0, .2) solid 1px;
	position: relative
}

.contact-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: .48rem;
	background: #b1292f
}

.contact-title h2 {
	font-size: .4rem;
	line-height: 1em
}

.contact-title p {
	font-size: .16rem;
	padding: .18rem 0 .4rem 0
}

.contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.2rem 0 1rem 0
}

.contact .container {
	width: 3.8rem
}

.contact .container .list {
	padding-top: .38rem
}

.contact .container .list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: .24rem
}

.contact .container .list li img {
	width: .26rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: .15rem;
	position: relative;
	top: .03rem
}

.contact .container .list li em {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.contact .container .list li em,
.contact .container .list li p {
	font-size: .16rem;
	line-height: 2em;
	color: #666
}

.contact .container .list li p {
	width: 100%
}

.contact .map {
	width: 8rem;
	height: 5.1rem;
	position: relative;
	z-index: 1
}

.contact-form {
	background: url(../image/contact-bg.png) center no-repeat;
	background-size: cover;
	min-height: 9.13rem;
	padding: 1rem 0
}

.contact-form .wal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contact-form .contact-title {
	width: 4.33rem
}

.contact-form .form {
	width: 8rem
}

.contact-form .form li {
	padding-bottom: .3rem;
	position: relative
}

.contact-form .form li .iconfont {
	position: absolute;
	left: .2rem;
	top: 0;
	line-height: .8rem;
	font-size: .32rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #8e8e8e
}

.contact-form .form li .iconfont.ico-2 {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8)
}

.contact-form .form li .input {
	border: #d4d4d4 solid 1px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.contact-form .form li .input input::-webkit-input-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input input::-moz-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input input:-moz-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input input:-ms-input-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input textarea::-webkit-input-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input textarea::-moz-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input textarea:-moz-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input textarea:-ms-input-placeholder {
	color: #8e8e8e
}

.contact-form .form li .input input,
.contact-form .form li .input textarea {
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	font-size: .22rem;
	padding-left: .75rem;
	color: #333
}

.contact-form .form li .input textarea {
	height: 2.4rem;
	padding: .2rem .2rem .2rem .75rem;
	line-height: .4rem
}

.contact-form .form li.on .ico {
	color: #b1292f
}

.contact-form .form li.on .input {
	border-color: #b1292f;
	background: rgba(177, 41, 47, .1)
}

.contact-form .form .submit {
	padding-top: .3rem
}

.contact-form .form .submit div {
	background: #b1292f;
	width: 1.8rem;
	margin-left: auto
}

.contact-form .form .submit input {
	width: 100%;
	height: .6rem;
	font-size: .22rem;
	color: #fff;
	cursor: pointer
}

.page-nav {
	padding: 1rem 0 .1rem 0
}

.page-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-nav li {
	padding: 0 .13rem
}

.page-nav a {
	display: block;
	padding: 0 .2rem;
	line-height: .4rem;
	font-size: .16rem;
	color: #232323;
	border-radius: .05rem
}

.page-nav a.on,
.page-nav a:hover {
	background: #b1292f;
	color: #fff;
	box-shadow: 0 0 .1rem rgba(177, 41, 47, .15)
}

.news a {
	border-bottom: rgba(0, 0, 0, .2) solid 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 0
}

.news a .time {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	margin-right: .45rem;
	font-size: .17rem;
	color: #666;
	letter-spacing: .02rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.news a .time em {
	font-size: .6rem;
	display: block;
	line-height: 1em
}

.news a .zoomImg {
	width: 3.6rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.news a .col {
	width: 100%;
	padding-left: .6rem
}

.news a .col h5 {
	font-size: .22rem
}

.news a .col h5 em {
	color: #b1292f
}

.news a .col .content {
	font-size: .16rem;
	line-height: 2em;
	color: #5c6166;
	min-height: 1.2rem;
	padding: .2rem 0
}

.news a .col .more {
	border-radius: .4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1em;
	width: 1.2rem;
	height: .38rem;
	border: #b1292f solid 1px;
	color: #b1292f;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.news a .col .more:after {
	font-family: "iconfont";
	content: "";
	margin-left: .1rem;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85)
}

.news a .col .more:hover {
	background: #b1292f;
	color: #fff
}

.news a:hover {
	color: #b1292f;
	border-color: #b1292f
}

.news a:hover .time {
	color: #b1292f
}

.p-num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem 0 1rem 0
}

.p-num a {
	font-size: .16rem;
	color: #5c6166;
	padding: 0 .15rem;
	line-height: 1em
}

.p-num a:hover,
.p-num a.on {
	color: #b1292f
}

.p-num a.on {
	font-weight: bold
}

.p-num a.arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.p-num a.arrow span {
	font-family: "iconfont"
}

.p-num a.arrow em {
	padding: 0 .1rem
}

.news-show {
	padding-top: .85rem
}

.news-show .hd {
	position: relative;
	padding-bottom: .24rem
}

.news-show .hd h2 {
	font-weight: 400;
	font-size: .3rem;
	line-height: 2em
}

.news-show .hd .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666
}

.news-show .hd .time em {
	margin-left: .1rem
}

.news-show .hd a.back {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	border: rgba(0, 0, 0, .2) solid 1px;
	border-radius: 50%;
	width: .6rem;
	height: .6rem;
	font-size: .26rem;
	color: #b1292f
}

.news-show .hd a.back:hover {
	background: #b1292f;
	border-color: #b1292f;
	color: #fff
}

.news-show .content {
	font-size: .16rem;
	line-height: .3rem;
	text-align: justify;
	color: #212121;
	padding: .5rem 0 .2rem 0;
	border-top: rgba(0, 0, 0, .1) solid 1px
}

.news-show .content p,
.news-show .content .img {
	padding-bottom: .3rem
}

.p-num2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .4rem 0 1.2rem 0;
	font-size: .16rem;
	border-top: rgba(0, 0, 0, .1) solid 1px;
	color: #666
}

.case {
	padding-top: .2rem
}

.case .page-nav {
	padding: 0 0 .3rem 0
}

.case .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.3rem
}

.case .list li {
	width: 33.333%;
	padding: 0 0 .3rem .3rem
}

.case .list a {
	display: block;
	text-align: center;
	background: #f5f5f5;
	color: #212121;
	position: relative
}

.case .list a .tag {
	position: absolute;
	z-index: 2;
	top: .2rem;
	right: .2rem;
	line-height: .26rem;
	padding: 0 .2rem;
	color: #fff;
	background: #b1292f;
	border-radius: .4rem
}

.case .list a .bd {
	height: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.case .list a .bd .name {
	font-size: .2rem;
	padding-bottom: .15rem
}

.case .list a .bd .name em {
	color: #b1292f
}

.case .list a .bd p {
	opacity: .7
}

.case .list a:hover {
	background: #b1292f;
	color: #fff
}

.case .list a:hover .bd .name em {
	color: #fff
}

.case-show {
	padding: .85rem 0 .6rem 0
}

.case-show .hd {
	position: relative;
	padding-bottom: .24rem;
	text-align: center;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
	margin-bottom: .6rem
}

.case-show .hd h2 {
	font-weight: 400;
	font-size: .3rem;
	line-height: 2em
}

.case-show .hd .time {
	color: #666
}

.case-show .hd a.back {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	border: rgba(0, 0, 0, .2) solid 1px;
	border-radius: 50%;
	width: .6rem;
	height: .6rem;
	font-size: .26rem;
	color: #b1292f
}

.case-show .hd a.back:hover {
	background: #b1292f;
	border-color: #b1292f;
	color: #fff
}

.case-show .video {
	width: 10rem;
	margin: 0 auto;
	position: relative
}

.case-show .video video {
	width: 100%;
	height: 6rem;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.case-show .video .btn {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, .3) url(../image/btn74.png) center no-repeat;
	background-size: .74rem
}

.related-case {
	padding: 0 .9rem 1.2rem .9rem
}

.related-case .index-title {
	padding: 0 0 .4rem 0
}

.related-case .list {
	margin-left: -0.15rem;
	margin-right: -0.15rem;
	position: relative
}

.related-case .arrow a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "iconfont";
	position: absolute;
	top: 1.34rem;
	width: .52rem;
	height: .52rem;
	border: rgba(7, 0, 2, .3) solid 1px;
	border-radius: 50%;
	font-size: .2rem
}

.related-case .arrow a:hover {
	color: #b1292f
}

.related-case .arrow a.prev {
	left: -0.65rem
}

.related-case .arrow a.next {
	right: -0.65rem
}

.related-case .list-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.related-case .list-wrapper li {
	padding: 0 .15rem
}

.related-case .list-wrapper li a {
	display: block;
	text-align: center;
	background: #f5f5f5;
	color: #212121;
	position: relative
}

.related-case .list-wrapper li a .tag {
	position: absolute;
	z-index: 2;
	top: .2rem;
	right: .2rem;
	line-height: .26rem;
	padding: 0 .2rem;
	color: #fff;
	background: #b1292f;
	border-radius: .4rem
}

.related-case .list-wrapper li a .bd {
	height: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.related-case .list-wrapper li a .bd .name {
	font-size: .2rem;
	padding-bottom: .15rem
}

.related-case .list-wrapper li a .bd p {
	opacity: .7
}

.related-case .list-wrapper li a:hover {
	background: #b1292f;
	color: #fff
}

.page-search {
	padding-bottom: 1.2rem
}

.page-search .search-msg {
	font-size: .18rem;
	line-height: .8rem;
	color: #666;
	border-bottom: #ccc solid 1px
}

.page-search .search-msg em {
	color: #b1292f
}

.page-search .search-title {
	font-size: .32rem;
	color: #1f1f1f;
	letter-spacing: .02rem;
	line-height: 1em;
	padding: .6rem 0 .74rem 0;
	position: relative
}

.page-search .search-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: .4rem;
	width: 1.2rem;
	height: .03rem;
	background: #b1292f
}

.page-search .case {
	padding: 0
}

.page-search .news {
	margin-top: -0.4rem
}

.about-1 {
	background: url(../image/about-1.png) center no-repeat;
	background-size: cover;
	margin-top: 1rem
}

.about-1 .wal {
	height: 6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.about-1 .container {
	width: 6.63rem;
	height: 3.3rem;
	background: rgba(255, 255, 255, .3);
	color: #fff;
	padding: 0 .4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.about-1 .container h2 {
	font-size: .32rem;
	padding-bottom: .3rem
}

.about-1 .container .content {
	font-size: .2rem;
	line-height: 1.8em
}

.about-title {
	padding: 1rem 0 .4rem 0
}

.about-title h2 {
	font-size: .4rem;
	line-height: 1em;
	color: #b1292f
}

.about-title .msg {
	position: relative;
	font-size: .28rem;
	color: #212121;
	padding: .12rem 0 .55rem 0
}

.about-title .msg:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: .15rem;
	width: .3rem;
	height: .03rem;
	background: #b1292f
}

.about-title p {
	font-size: .16rem;
	color: #4d4d4d;
	line-height: 2em
}

.about-2 .list {
	margin-left: -0.05rem;
	margin-right: -0.05rem
}

.about-2 .list-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.about-2 .list-wrapper li {
	padding: 0 .05rem
}

.about-2 .list-wrapper li dl {
	position: relative;
	height: 6.1rem
}

.about-2 .list-wrapper li dd {
	position: absolute
}

.about-2 .list-wrapper li dd:nth-child(1) {
	width: 22.6515151515%;
	left: 0;
	top: 0
}

.about-2 .list-wrapper li dd:nth-child(2) {
	width: 34.9242424242%;
	left: 23.4090909091%;
	top: 0
}

.about-2 .list-wrapper li dd:nth-child(3) {
	width: 19.8484848485%;
	right: 0;
	top: 0
}

.about-2 .list-wrapper li dd:nth-child(4) {
	width: 39.2424242424%;
	left: 0;
	bottom: 0
}

.about-2 .list-wrapper li dd:nth-child(5) {
	width: 18.3333333333%;
	left: 40%;
	bottom: 0
}

.about-2 .list-wrapper li dd:nth-child(6) {
	width: 19.8484848485%;
	right: 0;
	bottom: 0
}

.about-2 .list-wrapper li dd:nth-child(7) {
	width: 20.303030303%;
	left: 59.0909090909%;
	top: 0
}

.about-3 {
	padding-bottom: 1rem
}

.about-3 .list {
	margin-left: -0.1rem;
	margin-right: -0.1rem
}

.about-3 .list-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.about-3 .list-wrapper dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-3 .list-wrapper dd {
	width: 33.333%;
	padding: 0 .1rem .2rem .1rem
}

.about-3 .dots {
	padding-top: .22rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.about-3 .dots span {
	width: .18rem;
	height: .18rem;
	border-radius: 50%;
	background: #737373;
	border: #fff solid .03rem;
	margin: 0 .08rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.about-3 .dots span.swiper-pagination-bullet-active {
	border-color: #b1292f;
	background: #fff
}

.about-4 {
	background: #f2f2f2;
	padding: .4rem 0 1rem 0;
	width: 100%;
	overflow: hidden;
	position: relative
}

.about-4 li {
	margin-top: .6rem;
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .35rem 0
}

.about-4 li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: #fff
}

.about-4 li .about-title {
	padding: 0 0 0 .6rem;
	position: relative;
	z-index: 2;
	width: 7.1rem
}

.about-4 li .img {
	position: relative;
	z-index: 2;
	width: 5.4rem
}

.about-4 li:nth-child(odd):before {
	right: 50%;
	margin-right: -100vw
}

.about-4 li:nth-child(even):before {
	left: 50%;
	margin-left: -100vw
}

.about-4 li:nth-child(even) .about-title {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 .6rem 0 0
}

.p-num3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 0 1rem 0
}

.p-num3 .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.p-num3 .num a {
	margin-right: .1rem;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	text-align: center;
	border-radius: 50%
}

.p-num3 .num a:hover,
.p-num3 .num a.on {
	color: #fff;
	background: #b1292f
}

.p-num3 a.next {
	border-radius: 50%;
	color: #fff;
	background: #b1292f;
	width: .48rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	font-size: .2rem
}

.service-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .7rem 0
}

.service-1 .col {
	width: 5rem
}

.service-1 .col .title {
	position: relative
}

.service-1 .col .title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: .3rem;
	height: .03rem;
	background: #b1292f
}

.service-1 .col .title h2 {
	font-size: .4rem;
	line-height: 1em;
	color: #0a0a09
}

.service-1 .col .title p {
	font-size: .28rem;
	color: #212121;
	line-height: 1em;
	padding: .2rem 0 .4rem 0
}

.service-1 .col .content {
	font-size: .18rem;
	line-height: 2em;
	text-align: justify;
	max-width: 4.2rem;
	color: #4d4d4d;
	padding-top: .4rem
}

.service-1 .list {
	width: 5.95rem;
	height: 6.25rem;
	position: relative;
	background: url(../image/img542.png) center no-repeat;
	background-size: auto 100%;
	opacity: 0
}

.service-1 .list .title {
	position: absolute;
	left: 0;
	top: 2rem;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2.28rem
}

.service-1 .list .title h3 {
	font-size: .22rem;
	line-height: 1em;
	padding-bottom: .15rem
}

.service-1 .list .title .en {
	text-transform: uppercase;
	font-size: .15rem;
	color: #666
}

.service-1 .list li {
	position: absolute;
	width: 1.79rem;
	height: 2.07rem
}

.service-1 .list li:before {
	content: "";
	display: block;
	position: absolute;
	left: -0.19rem;
	right: -0.19rem;
	top: -0.16rem;
	bottom: -0.16rem;
	background: url(../image/img218.png) center no-repeat;
	background-size: 100% 100%;
	opacity: 0
}

.service-1 .list li svg {
	width: 100%;
	position: relative
}

.service-1 .list li .name {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

.service-1 .list li .name img {
	width: .52rem
}

.service-1 .list li .name h5 {
	font-size: .24rem;
	line-height: 1em;
	padding-top: .12rem
}

.service-1 .list li:nth-child(1) {
	left: 1.04rem;
	top: .29rem
}

.service-1 .list li:nth-child(1) svg path {
	fill: #bdca47
}

.service-1 .list li:nth-child(2) {
	right: 1.04rem;
	top: .29rem
}

.service-1 .list li:nth-child(2) svg path {
	fill: #eabc1e
}

.service-1 .list li:nth-child(3) {
	right: 0;
	top: 2.13rem
}

.service-1 .list li:nth-child(3) svg path {
	fill: #92c2b2
}

.service-1 .list li:nth-child(4) {
	right: 1.04rem;
	top: 3.91rem
}

.service-1 .list li:nth-child(4) svg path {
	fill: #d7793b
}

.service-1 .list li:nth-child(5) {
	left: 1.04rem;
	top: 3.91rem
}

.service-1 .list li:nth-child(5) svg path {
	fill: #b497b5
}

.service-1 .list li:nth-child(6) {
	left: 0;
	top: 2.13rem
}

.service-1 .list li:nth-child(6) svg path {
	fill: #76a7b7
}

.service-1 .list li:hover:before {
	opacity: 1
}

.service-2 {
	width: 100%;
	overflow: hidden;
	position: relative
}

.service-2 .list {
	position: relative;
	opacity: 0
}

.service-2 .list:before {
	content: "";
	display: block;
	position: absolute;
	left: -0.41rem;
	top: .62rem;
	background: url(../image/img1507.png) center no-repeat;
	background-size: 100% 100%;
	width: 15.07rem;
	height: 2.93rem
}

.service-2 .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.service-2 .list ul:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.service-2 .list li {
	width: 1.5rem;
	height: 2.65rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.service-2 .list li img {
	height: .55rem;
	margin-bottom: .08rem
}

.service-2 .list li .num {
	font-size: .16rem;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-align: center;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	background: #666;
	border-radius: 50%
}

.service-2 .list li .name {
	font-size: .22rem;
	color: #212121;
	padding: .15rem 0 .12rem 0
}

.service-2 .list li .msg {
	font-size: .15rem;
	line-height: .26rem;
	color: #666;
	margin-left: -0.5rem;
	margin-right: -0.5rem
}

@media screen and (min-width: 800px) {
	.service-2 .list {
		height: 4.7rem
	}
}

.service-3 .list {
	margin-left: -0.05rem;
	margin-right: -0.05rem
}

.service-3 .list-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.service-3 .list-wrapper li {
	padding: 0 .05rem
}

.service-3 .list-wrapper li dl {
	position: relative;
	height: 6.14rem
}

.service-3 .list-wrapper li dd {
	position: absolute
}

.service-3 .list-wrapper li dd:nth-child(1) {
	width: 22.9545454545%;
	left: 0;
	top: 0
}

.service-3 .list-wrapper li dd:nth-child(2) {
	width: 31.2121212121%;
	left: 23.7121212121%;
	top: 0
}

.service-3 .list-wrapper li dd:nth-child(3) {
	width: 22.8787878788%;
	right: 0;
	top: 0
}

.service-3 .list-wrapper li dd:nth-child(4) {
	width: 31.2121212121%;
	left: 0;
	bottom: 0
}

.service-3 .list-wrapper li dd:nth-child(5) {
	width: 22.9545454545%;
	left: 31.9696969697%;
	bottom: 0
}

.service-3 .list-wrapper li dd:nth-child(6) {
	width: 22.8787878788%;
	right: 0;
	bottom: 0
}

.service-3 .list-wrapper li dd:nth-child(7) {
	width: 20.6818181818%;
	left: 55.6818181818%;
	top: 0
}

.service-3 .list-wrapper li a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: default
}

.service-3 .list-wrapper li a .name {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: .77rem;
	padding-top: .4rem;
	font-size: .2rem;
	background: url(../image/img77.png) center repeat-x;
	background-size: auto 100%
}

.service-4 {
	padding-bottom: 1.2rem
}

.service-4 .btns {
	padding-bottom: .3rem
}

.service-4 .btns ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.service-4 .btns li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 0 .2rem
}

.service-4 .btns li .ico {
	width: .35rem;
	height: .32rem;
	position: relative
}

.service-4 .btns li .ico img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.service-4 .btns li .name {
	font-size: .16rem;
	line-height: 1em;
	color: #666;
	margin-left: .04rem;
	-webkit-transition: color .5s ease;
	transition: color .5s ease
}

.service-4 .btns li:hover .ico img:nth-child(1),
.service-4 .btns li.on .ico img:nth-child(1) {
	opacity: 0
}

.service-4 .btns li:hover .ico img:nth-child(2),
.service-4 .btns li.on .ico img:nth-child(2) {
	opacity: 1
}

.service-4 .btns li:hover .name,
.service-4 .btns li.on .name {
	color: #b1292f
}

.service-4 .list {
	width: 100%;
	overflow: hidden;
	position: relative
}

.service-4 .list .list-wrapper {
	width: 36rem;
	position: relative;
	left: 50%;
	margin-left: -18rem
}

.service-4 .list li {
	padding: 0 .6rem
}

.service-4 .list li .box {
	position: relative;
	width: 100%;
	border-radius: .15rem;
	overflow: hidden
}

.service-4 .list li .layer {
	position: absolute;
	left: 0;
	top: 50%;
	width: 4.6rem;
	height: 2.6rem;
	margin-top: -1.3rem;
	background: rgba(255, 255, 255, .9);
	border-radius: 0 .1rem .1rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 .24rem;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.service-4 .list li .layer h5 {
	font-size: .28rem;
	padding-bottom: .2rem
}

.service-4 .list li .layer .content {
	font-size: .16rem;
	line-height: 2em;
	color: #666
}

.service-4 .list li.swiper-slide-active .layer {
	opacity: 1
}

.service-4 .list .arrow a {
	display: block;
	font-family: "iconfont";
	position: absolute;
	z-index: 5;
	top: 50%;
	font-size: .4rem;
	line-height: 1rem;
	margin-top: -0.5rem;
	color: #999
}

.service-4 .list .arrow a:hover {
	color: #b1292f
}

.service-4 .list .arrow a.prev {
	left: 50%;
	margin-left: -6.2rem
}

.service-4 .list .arrow a.next {
	right: 50%;
	margin-right: -6.2rem
}

@media screen and (max-width: 800px) {
	.page-banner-wrapper {
		height: 4rem
	}
	.page-banner {
		height: 4rem
	}
	.page-banner h2 {
		font-size: .36rem;
		line-height: .6rem;
		padding-top: .8rem
	}
	.page-banner .wal {
		width: 100%;
		letter-spacing: 0;
		padding: .8rem .3rem 0 .3rem
	}
	.page-banner .wal h3 {
		font-size: .4rem;
		padding-bottom: .6rem
	}
	.contact-title p {
		font-size: .22rem;
		line-height: 1.6em
	}
	.contact {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1rem 0
	}
	.contact .container {
		width: 100%;
		padding-bottom: .5rem
	}
	.contact .container .list li img {
		width: .32rem;
		top: .05rem
	}
	.contact .container .list li em,
	.contact .container .list li p {
		font-size: .24rem
	}
	.contact .map {
		width: 100%
	}
	.contact-form .wal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.contact-form .contact-title {
		width: 100%
	}
	.contact-form .form {
		width: 100%;
		padding-top: .35rem
	}
	.contact-form .form li .iconfont {
		font-size: .4rem
	}
	.contact-form .form li .input input,
	.contact-form .form li .input textarea {
		font-size: .24rem
	}
	.contact-form .form .submit div {
		width: 2.2rem
	}
	.contact-form .form .submit input {
		height: .8rem;
		font-size: .28rem
	}
	.page-nav li {
		padding: 0 .05rem
	}
	.page-nav a {
		padding: 0 .3rem;
		line-height: .6rem;
		font-size: .26rem;
		min-width: 3em;
		text-align: center
	}
	.news a {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.news a .time {
		margin-right: 0;
		margin-left: .4rem;
		font-size: .24rem
	}
	.news a .time em {
		font-size: .8rem
	}
	.news a .zoomImg {
		width: 5rem;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.news a .col {
		padding: .3rem 0 0 0
	}
	.news a .col h5 {
		font-size: .28rem
	}
	.news a .col .content {
		font-size: .22rem;
		line-height: 1.75em
	}
	.news a .col .more {
		width: 1.8rem;
		height: .58rem
	}
	service-3 .p-num a {
		font-size: .26rem
	}
	.news-show {
		padding-top: .5rem
	}
	.news-show .hd h2 {
		font-size: .32rem
	}
	.news-show .content {
		font-size: .24rem;
		line-height: .44rem
	}
	.p-num2 {
		font-size: .24rem;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: .48rem
	}
	.case .page-nav ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -0.1rem
	}
	.case .page-nav li {
		padding-bottom: .1rem
	}
	.case .list li {
		width: 50%
	}
	.case .list a .tag {
		line-height: .36rem;
		font-size: .2rem
	}
	.case .list a .bd {
		height: 1.3rem;
		padding: 0 .2rem
	}
	.case .list a .bd .name {
		font-size: .26rem;
		line-height: .4rem;
		padding: 0;
		height: .4rem;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.case .list a .bd p {
		font-size: .22rem;
		height: .4rem;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: .06rem
	}
	.case-show {
		padding: .5rem 0 .6rem 0
	}
	.case-show .video {
		width: 100%
	}
	.case-show .video video {
		height: 4rem
	}
	.related-case {
		padding: 0 .7rem 1.2rem .7rem
	}
	.related-case .list-wrapper li a .tag {
		line-height: .36rem;
		font-size: .2rem
	}
	.related-case .list-wrapper li a .bd {
		height: 1.3rem;
		padding: 0 .2rem
	}
	.related-case .list-wrapper li a .bd .name {
		font-size: .26rem;
		line-height: .4rem;
		padding: 0;
		height: .4rem;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.related-case .list-wrapper li a .bd p {
		font-size: .22rem;
		height: .4rem;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: .06rem
	}
	.page-search .search-msg {
		font-size: .24rem;
		line-height: 1rem
	}
	.about-1 .wal {
		height: 5rem
	}
	.about-1 .container {
		width: 6rem;
		height: 2.6rem;
		padding: 0 .3rem
	}
	.about-1 .container h2 {
		font-size: .28rem;
		padding-bottom: .2rem
	}
	.about-1 .container .content {
		font-size: .22rem;
		line-height: 1.7em
	}
	.about-title p {
		font-size: .22rem;
		line-height: 1.75em
	}
	.about-2 .list-wrapper li dl {
		height: 3.18rem
	}
	.about-4 li {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: .5rem .3rem
	}
	.about-4 li .about-title {
		padding: 0 0 .3rem 0;
		width: 100%
	}
	.about-4 li:nth-child(even) .about-title {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		padding: 0 0 .3rem 0
	}
	.service-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.service-1 .col {
		width: 100%;
		padding-bottom: .5rem
	}
	.service-1 .col .content {
		font-size: .24rem;
		line-height: 1.8em;
		max-width: 100%
	}
	.service-1 .list .title h3 {
		font-size: .28rem
	}
	.service-2 .index-title p {
		max-width: 5.5rem
	}
	.service-2 .list:before {
		display: none
	}
	.service-2 .list ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -0.1rem;
		margin-right: -0.1rem
	}
	.service-2 .list ul:nth-child(2) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.service-2 .list li {
		width: 50%;
		height: 2.65rem
	}
	.service-2 .list li .num {
		font-size: .24rem;
		width: .4rem;
		height: .4rem;
		line-height: .4rem
	}
	.service-2 .list li .name {
		font-size: .26rem
	}
	.service-2 .list li .msg {
		font-size: .2rem;
		line-height: .3rem;
		margin-left: 0;
		margin-right: 0;
		padding: 0 .1rem
	}
	.service-3 .index-title p {
		max-width: 100%
	}
	.service-3 .list-wrapper li dl {
		height: 3.21rem
	}
	.service-3 .list-wrapper li a .name {
		padding-top: .3rem;
		font-size: .24rem
	}
	.service-4 .btns ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.service-4 .btns li {
		padding: .1rem .2rem
	}
	.service-4 .btns li .name {
		font-size: .24rem
	}
	.service-4 .list .list-wrapper {
		width: 22rem;
		margin-left: -11rem
	}
	.service-4 .list li {
		padding: 0 .4rem
	}
	.service-4 .list li .box .img img {
		height: 4.5rem
	}
	.service-4 .list li .layer {
		width: 5rem;
		height: 2.8rem;
		margin-top: -1.4rem;
		padding: 0 .2rem
	}
	.service-4 .list li .layer .content {
		font-size: .22rem;
		line-height: 1.75em
	}
	.service-4 .list .arrow a.prev {
		margin-left: -3.7rem
	}
	.service-4 .list .arrow a.next {
		margin-right: -3.7rem
	}
	.p-num3 .num a {
		width: .5rem;
		height: .5rem;
		line-height: .5rem
	}
	.p-num3 a.next {
		width: .6rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .28rem
	}
}
.container .contentList .clist .lbox .topic[data-v-1b224e62]{
width:100%; height:auto
}