* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-variant: normal;
	font-family: "Microsoft YaHei";
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul,
ol {
	list-style-type: none;
	list-style-image: none;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

html {
	font-size: 12px;
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 100px;
	}

	body {
		max-width: 750px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 13.333333333333vw;
	}

	body {
		max-width: initial;
	}
}

@font-face {
	font-family: SourceHanSansCN-Regular;
	src: url(../fonts/sourcehansanscn-regular.ttf), url(../fonts/sourcehansanscn-regular.woff);
}

@font-face {
	font-family: DIN-BOLD;
	src: url(../fonts/din-bold.ttf), url(../fonts/din-bold.woff);
}

@font-face {
	font-family: SourceHanSansCN-Light;
	src: url(../fonts/sourcehansanscn-light.ttf), url(../fonts/sourcehansanscn-light.woff);
}

.main {
	width: 1405px;
	margin: 0 auto;
}

.head {
	position: relative;
	z-index: 10;
	transition: 0.5s;
}

.head img {
	display: block;
}

.head .main {
	height: 120px;
	width: 1680px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .name {
	display: flex;
	align-items: center;
	position: relative;
}

.head .name img {
	display: block;
	position: relative;
	margin-right: 10px;
}

.head .name:after {
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	left: 220px;
	background: #dcdcdc;
}

.head .name h4 {
	display: none;
}

.head .btn {
	display: none;
}

.head .bd {
	margin-left: 20px;
}

.head .bd p {
	color: #666666;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
}

.head .tel {
	display: flex;
	align-items: center;
	position: relative;
}

.head .tel img {
	display: block;
	margin-right: 10px;
}

.head .tel span {
	display: block;
	color: #999999;
	font-size: 16px;
}

.head .tel img {
	margin-right: 5px;
}

.head .tel b {
	color: #178ee8;
	font-size: 26px;
	display: block;
	max-width: 180px;
	font-weight: normal;
	font-family: "DIN-BOLD";
	letter-spacing: -1px;
}

.fHead {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	left: 0;
}

.fHead .name img {
	display: none;
}

.fHead .name h4 {
	font-size: 28px;
	color: #333;
	display: block;
	font-weight: normal;
}

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner .swiper-wrapper img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination {
	display: flex;
	justify-content: start;
	align-items: center;
	bottom: 70px !important;
	position: absolute;
	z-index: 1;
	padding-left: 260px;
}

.banner .swiper-pagination span {
	display: block;
	color: #fff;
	font-size: 20px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

.banner .swiper-pagination span:after {
	content: "";
	width: 0;
	transform: translateX(-50%);
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after {
	width: 20px;
}

.banner .swiper-button-next,
.pcbanner .swiper-button-prev {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 84px;
	margin: 0;
	background: red;
	z-index: 100;
	left: inherit;
	top: inherit;
	opacity: 0.6;
	border-radius: 50%;
}

.pcbanner .swiper-button-next {
	right: 100px;
	background: #fff url(../images/next.png) no-repeat center;
}

.pcbanner .swiper-button-prev {
	right: 154px;
	background: #fff url(../images/prev.png) no-repeat center;
}

.mbanner {
	display: none;
}

.in-banner {
	width: 100%;
	height: 350px;
	background: url(../images/nbann.jpg) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.in-banner h4{font-size: 30px;font-weight: bold;}
.in-banner p{margin-top: 10px;font-size: 14px;opacity: .6;}
.in-banner img:last-child {
	display: none;
}

.item {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
	padding: 5px 0;
	box-sizing: border-box;
}

.item ul li {
	float: left;
	width: 680px;
	height: auto;
	overflow: hidden;
	transition: 0.5s;
	border: 1px solid #dcdcdc;
}

.item ul li:nth-child(2n) {
	float: right;
}

.item ul li p {
	font-size: 26px;
	color: #000000;
	line-height: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
	border-top: 1px solid transparent;
	background: url(../images/more.png) no-repeat 95% center;
}

.about {
	width: 100%;
	height: 680px;
	background: #e7f3fd;
	position: relative;
	margin-top: 90px;
}

.about .main {
	height: 680px;
}

.about .pic {
	width: 41.6%;
	height: 680px;
	background: url(../images/about.jpg) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

.about .intro {
	width: 55%;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.about .intro .tit h4 {
	color: #555555;
	font-size: 42px;
	font-weight: normal;
}

.about .intro .tit span {
	display: block;
	color: #999999;
	font-size: 14px;
	margin: 10px 0;
}

.about .intro .tit p {
	color: #999999;
	font-size: 18px;
}

.about .intro .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #555555;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 50px;
}

.about .intro a {
	display: block;
	width: 180px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	color: #999999;
	font-size: 16px;
	margin-top: 40px;
}

.title h4 {
	text-align: center;
	font-size: 42px;
	text-align: center;
	color: #555555;
	font-weight: normal;
}

.title p {
	text-align: center;
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
	text-align: center;
}

.title img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.title b {
	font-weight: normal;
	color: #178ee8;
}

.adv {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}

.adv .bd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-top: 40px;
	margin-bottom: 10px;
}

.adv .bd .pic {
	display: block;
	width: 50.5%;
}

.adv .bd .pic img {
	display: block;
	width: 100%;
}

.adv .bd ul {
	width: 49.5%;
	height: auto;
	border-top: 1px solid #dcdcdc;
	position: relative;
	z-index: 1;
}

.adv .bd ul li {
	float: left;
	width: 50%;
	height: 255px;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 30px;
	box-sizing: border-box;
	padding-top: 40px;
	transition: 0.5s;
}

.adv .bd ul li .tit {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.adv .bd ul li .tit img {
	display: block;
	margin-right: 15px;
}

.adv .bd ul li .tit h4 {
	color: #178ee8;
	font-size: 20px;
}

.adv .bd ul li .tit p {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 3px;
}

.adv .bd ul li .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

.adv .bd ul li .tel {
	margin-top: 20px;
}

.adv .bd ul li .tel b {
	color: #178ee8;
	font-size: 43px;
	text-align: center;
	font-family: "DIN-BOLD";
	letter-spacing: -1px;
	font-weight: normal;
}

.adv .bd ul li .tel p {
	font-size: 15px;
	color: #999999;
	padding-left: 40px;
	position: relative;
}

.adv .bd ul li .tel p:after {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	background: #dcdcdc;
	top: 50%;
}

.datas {
	width: 100%;
	height: 300px;
	background: url(../images/gg.jpg) no-repeat center;
	margin-top: 85px;
}

.datas .main {
	position: relative;
}

.datas .main:before {
	content: "";
	width: 1px;
	height: 124px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.datas .main:after {
	content: "";
	width: 1px;
	height: 124px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.datas ul {
	height: 300px;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.datas ul li {
	padding: 0 90px;
	box-sizing: border-box;
	position: relative;
}

.datas ul li:after {
	content: "";
	width: 1px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.datas ul li:last-child:after {
	width: 0;
	height: 0;
	overflow: hidden;
}

.datas ul li:first-child {
	padding-left: 0;
}

.datas ul li:last-child {
	padding-right: 0;
}

.datas ul li p {
	color: #fff;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
}

.datas ul li b {
	line-height: 60px;
	font-family: "DIN-BOLD";
	font-size: 72px;
	position: relative;
	padding-bottom: 20px;
}

.datas ul li b:after {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}

.datas ul li h4 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
}

.cases {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bar {
	display: table;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden;
	margin: 25px auto 0;
}

.bar ul li {
	width: 234px;
	height: 49px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	line-height: 49px;
}

.bar ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #555555;
	font-size: 18px;
}

.cases {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.cases .first {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cases .first ul li {
	float: left;
	width: 452px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
}

.cases .first ul li img {
	display: block;
	width: 100%;
}

.cases .first ul li .info {
	width: 93%;
	height: 100px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 1;
	display: flex;
	padding: 0 30px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.cases .first ul li .info p {
	color: #000000;
	font-size: 22px;
	line-height: 100px;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cases .first ul li .info i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #575757;
	text-align: center;
	line-height: 40px;
	color: #555555;
	font-size: 14px;
}

.cases .show {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cases .show .box {
	width: 800%;
}

.cases .show .box .pic {
	float: left;
}

.cases .show .box .pic ul li {
	float: left;
	width: 336px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}

.cases .show .box .pic ul li:first-child {
	margin-left: 0;
}

.cases .show .box .pic ul li img {
	display: block;
	width: 100%;
}

.cases .show .box .pic ul li .info {
	width: 93%;
	height: 60px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 1;
	display: flex;
	padding: 0 30px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.cases .show .box .pic ul li .info p {
	color: #000000;
	font-size: 16px;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cases .show .box .pic ul li .info i {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #575757;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	color: #555555;
	font-size: 14px;
}

.news {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e6f2f8;
	/*margin-top: 80px;*/
	padding: 60px 0;
	box-sizing: border-box;
}

.news .title h4 {
	text-align: center;
	color: #000000;
	font-size: 54px;
	font-weight: normal;
}

.news .title p {
	text-align: center;
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}

.newsSwiper {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.newsSwiper .swiper-slide {
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
}

.newsSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 211px;
}

.newsSwiper .swiper-slide h4 {
	color: #000000;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	overflow: hidden;
	position: relative;
}

.newsSwiper .swiper-slide:after {
	content: "";
	width: 5px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 25px;
	background: #178ee8;
}

.newsSwiper .swiper-slide span {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 10px;
}

.newsSwiper .swiper-slide img {
	display: block;
	width: 100%;
	margin-top: 25px;
}

.newsSwiper .swiper-slide p {
	color: #666666;
	font-size: 13px;
	line-height: 22px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 66px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newsSwiper .swiper-slide i {
	font-style: inherit;
	width: 84px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	display: block;
	color: #178ee8;
	margin-top: 10px;
	font-size: 12px;
}

.newsSwiper .swiper-pagination {
	position: inherit;
	position: initial;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.newsSwiper .swiper-pagination span {
	display: block;
	width: 18px;
	height: 5px;
	background: #7d7d7d;
	margin: 0 4px;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #178ee8;
}

.links {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
}

.links .tit {
	display: flex;
	float: left;
	align-items: center;
}

.links .tit img {
	display: block;
	margin-right: 10px;
}

.links .tit p {
	color: #666666;
	font-size: 18px;
}

.links ul {
	float: right;
	width: 90%;
	overflow: hidden;
}

.links ul a {
	color: #666666;
	padding: 0 5px;
	line-height: 35px;
}

.links ul li {
	float: left;
	padding: 0 10px;
	line-height: 30px;
}

.links ul li a {
	display: block;
	font-size: 14px;
	color: #999999;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1c1c1c;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.footer .tit {
	display: flex;
	align-items: center;
}

.footer .tit b {
	color: #fff;
	font-size: 20px;
}

.footer .tit span {
	display: block;
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
}

.footer .menu {
	width: 170px;
	float: left;
}

.footer .menu ul {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.footer .menu ul li {
	float: left;
	line-height: 40px;
}

.footer .menu ul li:nth-child(2n) {
	float: right;
}

.footer .menu ul li a {
	color: #999999;
	font-size: 15px;
	display: block;
}

.footer .ser {
	float: left;
	margin-left: 100px;
}

.footer .ser ul {
	margin-top: 20px;
}

.footer .ser ul li {
	position: relative;
	margin-bottom: 10px;
}

.footer .ser ul li:after {
	content: "+";
	position: absolute;
	right: 10px;
	top: 0;
	color: #a0a0a0;
}

.footer .ser ul li a {
	color: #a0a0a0;
	font-size: 15px;
	text-align: left;
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}

.footer .ewm {
	float: right;
}

.footer .ewm img {
	display: block;
	width: 148px;
	height: 148px;
	border: 3px solid #fff;
	box-sizing: border-box;
	margin-top: 20px;
}

.footer .ser ul li {
	width: 160px;
	height: 40px;
	border: 1px solid #a0a0a0;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
}

.footer .intro {
	margin-left: 110px;
	height: auto;
	overflow: hidden;
	float: left;
	width: 400px;
}

.footer .intro .info {
	margin-top: 20px;
}

.footer .intro .info p {
	color: #999999;
	font-size: 15px;
	line-height: 30px;
}

.float-right {
	background: #2a6dbf;
	border-radius: 30px;
	right: 5px;
	position: fixed;
	top: 50%;
	padding: 0 10px;
	transition: 0.5s;
	box-sizing: border-box;
	transform: translateY(-50%);
	margin-top: 10px;
	z-index: 99;
	width: 60px;
	overflow: hidden;
}

.float-right ul {
	width: 200px;
	float: right;
}

.float-right ul li {
	height: auto;
	overflow: hidden;
	margin: 5px 0;
	position: relative;
	border-bottom: 1px solid #ffffff00;
	display: flex;
	transition: 0.5s;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	box-sizing: border-box;
}

.float-right ul li:last-child {
	border: none;
}

.float-right ul li p {
	height: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	float: left;
	width: 160px;
	line-height: 24px;
	text-align: center;
}

.float-right ul li i {
	display: block;
	width: 40px;
	height: 60px;
	float: right;
	background: url(../images/icon04.png) no-repeat center;
}

.float-right ul li:nth-child(1) i {
	background: url(../images/icon06.png) no-repeat center;
}

.float-right ul li:nth-child(3) i {
	background: url(../images/icon05.png) no-repeat center;
}

.float-right ul li img {
	display: block;
	width: 140px;
	height: 140px;
	margin: 10px;
}

.float-right:hover {
	width: 220px;
}

.float-right:hover ul li {
	border-color: #ffffff73;
}

.cr {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1c1c1c;
	display: flex;
	justify-content: center;
	border-top: 1px solid #434343;
}

.cr span {
	color: #999999;
	font-size: 14px;
	line-height: 50px;
}

.gotop {
	display: none;
}

.fn {
	display: none;
}

.cont-article {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.crumbs {
	background: #f1f1f1;
}

.crumbs .tit {
	width: 52px;
	height: 52px;
	float: left;
	margin-right: 17px;
}

.crumbs .tit img {
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs p {
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}

.crumbs a {
	color: #999999;
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}

.crumbs a:after {
	content: ">";
	position: absolute;
	right: 5px;
	top: 0;
	height: 20px;
	line-height: 20px;
	color: #999;
	display: block;
	font-size: 12px;
}

.crumbs a:last-child:after {
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.inside-cont .section {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 35px;
	box-sizing: border-box;
}

.about-article {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
}

.about-article .title {
	margin-top: 55px;
	margin-bottom: 40px;
}

.about-article img {
	display: block;
	margin: 0 auto;
}

.about-article .info {
	margin-top: 60px;
	color: #555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 50px;
}

.cont-article .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont-article .bd .info {
	float: left;
	width: 45%;
}

.cont-article .info h4 {
	color: #178ee8;
	font-size: 18px;
}

.cont-article .info p {
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
}

.cont-article .pic {
	float: right;
}

.cont-article .pic img {
	display: block;
	width: 100%;
}

.cont-article .map {
	width: 100%;
	height: 500px;
	border: 3px solid #d2d2d2;
	margin-top: 60px;
	box-sizing: border-box;
}

.tab {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.tab ul {
	display: table;
	margin: 0 auto;
}

.tab ul li {
	width: 187px;
	height: 60px;
	background: #eee;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
}

.tab ul li a {
	color: #333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tab ul li:nth-child(6n-5) {
	margin-left: 0;
}

.img-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.img-list .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img-list .pic ul li {
	float: left;
	width: 24%;
	margin-left: 1.333%;
	margin-top: 5px;
}

.img-list .pic ul li div {
	border: 1px solid #eee;
	box-sizing: border-box;
}

.img-list .pic ul li img {
	display: block;
	width: 100%;
}

.img-list .pic ul li p {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.img-list .pic ul li:nth-child(4n-3) {
	margin-left: 0;
}

.page {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}

.page ul {
	display: table;
	margin: 0 auto;
}

.page ul li {
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #333;
	float: left;
	margin: 0 3px;
}

.page ul li a {
	color: #333;
}

.page ul .thisclass {
	background: #178ee8;
	color: #fff;
}

.page select {
	border: none;
	background: none;
	outline: none;
}

.cases-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cases-list ul li {
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	margin-left: 15px;
	padding: 10px;
	margin-bottom: 15px;
}

.cases-list ul li:nth-child(4n-3) {
	margin-left: 0;
}

.cases-list ul li:hover {
	border: 1px solid #ffb245;
}

.cases-list ul li:hover .pic img {
	transform: scale(1.05);
}

.cases-list ul li .intro {
	width: 245px;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}

.cases-list ul li .intro h4 {
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cases-list ul li .intro .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.cases-list ul li .intro span {
	color: #333333;
	font-size: 13px;
}

.cases-list ul li .intro p {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}

.cases-list ul li .pic {
	width: 245px;
	height: auto;
	overflow: hidden;
}

.cases-list ul li .pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.news-list {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}

.news-list ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px dotted #e7e7e7;
	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
}

.news-list ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-list ul li .time {
	width: 110px;
	height: 110px;
	background: #707070;
	position: relative;
	overflow: hidden;
	border: 1px dotted #c1c1c1;
}

.news-list ul li .time:after {
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	top: 55px;
}

.news-list ul li .time span {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	display: block;
}

.news-list ul li .time p {
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 22px;
}

.news-list ul li .info {
	width: 1015px;
	margin-right: 20px;
}

.news-list ul li .info h4 {
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: normal;
}

.news-list ul li .info p {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.detailed {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}

.detailed .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
}

.detailed .tit h4 {
	font-size: 22px;
	text-align: center;
	color: #333;
	line-height: 30px;
}

.detailed .tit p {
	text-align: center;
	color: #333;
	display: block;
	margin-top: 10px;
	background: #efefef;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.detailed .tit span {
	margin: 0 10px;
}

.detailed img {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}

.detailed .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height: 150px;
	color: #333;
	line-height: 30px;
	font-size: 16px;
}

.detailed .info p {}

.detailed .info p a {
	color: #333;
}

.fy {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.fy p {
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;
}

.fy p:first-child {
	border: none;
}

.fy a {
	color: #333333;
	font-size: 14px;
}

.fy .return {
	float: right;
	line-height: 50px;
	width: 140px;
	border-left: 1px solid #d2d2d2;
	text-align: center;
}

.img-list {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}

.img-list ul li {
	float: left;
	width: 318px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.img-list ul li div {
	border: 1px solid #eee;
}

.img-list ul li img {
	display: block;
	width: 100%;
}

.img-list ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img-list ul li:nth-child(4n-3) {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.nav {
		margin-right: 50px;
	}

	.nav ul {
		width: 800px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav ul li {
		width: 100%;
		height: 120px;
		text-align: center;
		line-height: 120px;
		position: relative;
	}

	.nav ul li:after {
		width: 0;
		height: 5px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		content: "";
		transition: 0.5s;
		background: #178ee8;
	}

	.nav ul li:hover:after {
		width: 72px;
	}

	.nav ul li a {
		display: block;
		font-size: 18px;
		color: #000000;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.nav ul ul {
		position: absolute;
		top: 140px;
		height: auto;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		display: block;
		width: 160px;
		left: 50%;
		transition: 0.5s;
		transform: translateX(-50%);
	}

	.nav ul li li {
		width: 100%;
		line-height: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.9);
	}

	.nav ul li li:after {
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.nav ul li ul li a {
		color: #333;
		font-size: 16px;
	}

	.nav ul li li:hover {
		background: #178ee8;
	}

	.nav ul li li:hover a {
		color: #fff;
	}

	.nav ul li:hover ul li a {
		color: #333;
	}

	.nav ul li ul li:hover a {
		color: #fff;
	}

	.nav ul li:hover ul {
		opacity: 1;
		visibility: initial;
		top: 120px;
	}

	.pcbanner .swiper-button-next:hover {
		opacity: 1;
	}

	.pcbanner .swiper-button-prev:hover {
		opacity: 1;
	}

	.img-box {
		overflow: hidden;
	}

	.img-box img {
		transition: 0.5s;
	}

	.img-box:hover img {
		transform: scale(1.05);
	}

	.bar ul li:hover {
		background: #178ee8;
	}

	.bar ul li:hover a {
		color: #fff;
	}

	.item ul li:hover {
		box-shadow: 0 0 5px 1px #178ee8a8;
		border: 1px solid #178ee8a8;
	}

	.item ul li:hover p {
		color: #178ee8;
		border-top: 1px solid #178ee8;
	}

	.footer .list ul li:hover {
		border: 1px solid #fff;
	}

	.footer .list ul li:hover a {
		color: #ffffff;
		text-decoration: underline;
	}

	.footer .links ul li:hover a {
		color: #fff;
	}

	.about .intro a:hover {
		background: #2a6dbf;
		color: #fff;
	}

	.adv .bd ul li:hover {
		box-shadow: 0 0 15px 1px #178ee891;
		position: relative;
		z-index: 1;
	}

	.cases .first ul li:hover .info p {
		color: #178ee8;
	}

	.cases .first ul li:hover .info i {
		color: #178ee8;
		border: 1px solid #178ee8;
	}

	.cases .show .box .pic ul li:hover .info p {
		color: #178ee8;
	}

	.cases .show .box .pic ul li:hover .info i {
		color: #178ee8;
		border: 1px solid #178ee8;
	}

	.newsSwiper .swiper-slide i:hover {
		background: #178ee8;
		color: #fff;
	}

	.tab ul li:hover {
		background: #178ee8;
	}

	.tab ul li:hover a {
		color: #fff;
	}

	.tab ul li.ons {
		background: #178ee8;
	}

	.tab ul li.ons a {
		color: #fff;
	}

	.news-list ul li:hover {
		border: 1px dotted #178ee8;
	}

	.news-list ul li:hover .time {
		background: #178ee8;
	}

	.news-list ul li:hover .info h4 {
		color: #178ee8;
	}

	.footer .ser ul li:hover {
		border: 1px solid #fff;
	}

	.footer .ser ul li:hover a {
		color: #fff;
	}

	.footer .menu ul li:hover a {
		color: #fff;
	}
}

@media (max-width: 1760px) {
	.main {
		width: 1400px;
	}

	.head .main {
		width: 1400px;
	}
}

@media (max-width: 1440px) {
	.main {
		width: 1200px;
	}

	.head .main {
		width: 1200px;
	}

	.nav {
		margin-right: 10px;
	}

	.nav ul {
		width: 600px;
	}

	.nav ul li a {
		font-size: 16px;
	}

	.item ul li {
		width: 585px;
	}

	.adv .bd ul li {
		padding-top: 30px;
		height: 218px;
	}

	.adv .bd ul li .info {
		font-size: 14px;
		margin-top: 20px;
	}

	.adv .bd ul li .tel b {
		font-size: 36px;
	}

	.datas ul {
		width: 1100px;
	}

	.datas ul li {
		padding: 0 80px;
	}

	.bar {
		width: 1194px;
	}

	.bar ul li {
		width: 199px;
	}

	.newsSwiper .swiper-slide {
		padding: 30px 15px;
	}

	.newsSwiper .swiper-slide img {
		height: 187px;
	}

	.cases .first ul li {
		width: 386px;
	}

	.footer .main .bd {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.footer .list {
		margin-left: 0;
	}

	.footer .links {
		margin-left: 0;
	}

	.case-list ul {
		width: 910px;
	}

	.case-list ul li {
		width: 216px;
	}

	.cont-article .bd .info {
		width: 45%;
	}

	.cont-article .pic {
		width: 50%;
	}

	.news-list ul li .info {
		width: 1000px;
	}

	.img-list ul li {
		width: 288px;
	}
}

@media screen and (max-width: 1199px) {
	.main {
		width: 7.1rem;
	}

	.top {
		display: none;
	}

	.head img {
		display: block;
	}

	.head .main {
		width: 7.2rem;
		height: 1.5rem;
		margin: 0 auto;
	}

	.head .name {
		width: 6.3rem;
	}

	.head .name img {
		display: block;
		width: 2rem;
	}

	.head .name:after {
		left: 2.2rem;
		width: 0.02rem;
	}

	.head .bd p {
		font-size: 0.26rem;
	}

	.head .bd {
		margin-left: 0.2rem;
	}

	.head .btn {
		display: block;
		width: 0.7rem;
		height: 0.7rem;
		background: url(../images/btn.png) no-repeat center;
		background-size: 100% auto;
	}

	.head .name .tel img {
		width: 0.4rem;
		display: block;
	}

	.head .tel span {
		display: block;
		font-size: 0.2rem;
	}

	.head .tel b {
		font-size: 0.32rem;
	}

	.nav {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 1.5rem;
		display: none;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.5);
		z-index: 10001;
	}

	.nav ul {
		top: 0;
		width: 70%;
		float: right;
		right: -100%;
		position: relative;
		height: 100%;
		overflow-y: auto;
		margin: 0;
		background: #333333;
	}

	.nav .on {
		padding-bottom: 1.5rem;
	}

	.nav ul li {
		width: 100%;
		padding: 0 0.15rem;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		border-bottom: 0.02rem solid #eee;
		line-height: 0.8rem;
		border-top: 0.02rem solid #444;
		position: relative;
		border-bottom: 0.02rem solid #111;
	}

	.nav ul li a {
		color: #fff;
		font-size: 0.3rem;
		display: block;
	}

	.nav ul ul {
		width: 96%;
		padding-bottom: 0;
		display: none;
		right: initial;
	}

	.nav ul .sonOpen {
		display: block;
	}

	.nav ul li i {
		display: block;
		position: absolute;
		right: 0;
		width: 0.8rem;
		height: 0.8rem;
		top: 0;
	}

	.nav ul li i:after {
		content: "";
		width: 0.3rem;
		height: 0.3rem;
		transition: 0.3s;
		display: block;
		background: url(../images/nav-icon.png) no-repeat center;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -0.15rem;
		margin-top: -0.15rem;
	}

	.nav ul li .touch:after {
		transform: rotate(90deg);
	}

	.nav ul li ul li {
		line-height: 0.7rem;
		border: none;
		height: 0.7rem;
		border: none;
	}

	.nav ul li ul li:first-child {
		border-top: 0;
	}

	.nav ul li ul li:last-child {
		border-bottom: none;
	}

	.nav ul ul li a {
		font-size: 0.26rem;
	}

	.ad {
		display: none;
	}

	.banner {
		display: none;
	}

	.mbanner {
		display: block;
	}

	.in-banner img {
		display: none;
	}

	.in-banner img:last-child {
		display: block;
	}

	.banner .swiper-pagination {
		padding-left: 0;
		justify-content: center;
		bottom: 0.2rem !important;
	}

	.banner .swiper-pagination span {
		font-size: 0.24rem;
		padding-bottom: 0.05rem;
	}

	.banner .swiper-pagination span:after {
		height: 0.02rem;
	}

	.mbanner img {
		display: block;
		width: 100%;
	}

	.title h4 {
		font-size: 0.48rem;
	}

	.title p {
		font-size: 0.2rem;
	}

	.title img {
		height: 0.3rem;
		margin-top: 0.2rem;
	}

	.item {
		margin-top: 0.4rem;
	}

	.item ul li {
		width: 3.35rem;
	}

	.item ul li img {
		display: block;
		width: 100%;
	}

	.item ul li p {
		font-size: 0.28rem;
		line-height: 1rem;
		padding-left: 0.2rem;
		background-size: auto 0.4rem;
	}

	.about {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
		padding-bottom: 0.7rem;
	}

	.about .main {
		height: auto;
	}

	.about .pic {
		width: 100%;
		position: initial;
	}

	.about .intro {
		width: 100%;
		position: initial;
		top: initial;
		margin-top: 0.4rem;
		transform: initial;
	}

	.about .intro .tit h4 {
		font-size: 0.42rem;
		text-align: center;
	}

	.about .intro .tit span {
		font-size: 0.24rem;
		margin: 0.1rem 0;
		text-align: center;
	}

	.about .intro .tit p {
		font-size: 0.24rem;
		text-align: center;
	}

	.about .intro .info {
		margin-top: 0.4rem;
		font-size: 0.28rem;
		line-height: 0.46rem;
		text-align: justify;
	}

	.about .intro a {
		display: block;
		width: 2.6rem;
		margin: 0 auto;
		margin-top: 0.6rem;
		font-size: 0.28rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}

	.adv {
		margin-top: 0.6rem;
	}

	.adv .bd {
		margin-top: 0.4rem;
		display: block;
	}

	.adv .bd .pic {
		width: 100%;
	}

	.adv .bd .pic img {
		display: block;
		width: 100%;
	}

	.adv .bd ul {
		width: 100%;
	}

	.adv .bd ul li {
		padding: 0.25rem;
		padding-top: 0.5rem;
		height: 4.2rem;
		border-left: 0.02rem solid #dcdcdc;
		border-bottom: 0.02rem solid #dcdcdc;
	}

	.adv .bd ul li .tit img {
		margin-right: 0.2rem;
		height: 0.5rem;
	}

	.adv .bd ul li .tit h4 {
		font-size: 0.3rem;
	}

	.adv .bd ul li .tit p {
		font-size: 0.2rem;
	}

	.adv .bd ul li .info {
		font-size: 0.2rem;
		margin-top: 0.2rem;
		line-height: 0.42rem;
	}

	.adv .bd ul li .tel b {
		font-size: 0.46rem;
		display: block;
	}

	.adv .bd ul li .tel p {
		font-size: 0.2rem;
		padding-left: 0.4rem;
	}

	.adv .bd ul li .tel p:after {
		width: 0.3rem;
	}

	.adv .bd ul li:nth-child(2n) {
		border-right: 0.02rem solid #dcdcdc;
	}

	.cases .show .box {
		width: 600%;
		display: flex;
		flex-wrap: nowrap;
	}

	.cases .show .box .pic ul {
		display: flex;
	}

	.cases .show .box .pic ul li {
		width: 3.4rem;
		margin-left: 0.15rem;
	}

	.cases .show .box .pic ul li .info {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		padding: 0 0.2rem;
	}

	.cases .first ul li {
		margin: 0;
	}

	.cases .first ul li .info {
		height: 1rem;
		padding: 0 0.3rem;
	}

	.cases .first ul li .info p {
		font-size: 0.3rem;
		line-height: 1rem;
	}

	.cases .first ul li .info i {
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.2rem;
	}

	.datas {
		width: 100%;
		height: 5.24rem;
		margin-top: 0.6rem;
		background: url(../images/mgg.jpg) no-repeat center;
	}

	.datas .main {
		display: flex;
		align-items: center;
		height: 5.24rem;
	}

	.datas .main:after {
		width: 100%;
		height: 0.02rem;
		left: 0;
		background: #ffffff;
	}

	.datas .main:before {
		width: 0.02rem;
		height: 4rem;
		left: 50%;
		background: #fff;
	}

	.datas ul {
		width: 6rem;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.datas ul li {
		width: 40%;
		padding: 0;
		float: left;
	}

	.datas ul li:nth-child(n + 3) {
		margin-top: 1rem;
	}

	.datas ul li b {
		padding-bottom: 0.4rem;
	}

	.datas ul li b:after {
		width: 0.5rem;
		height: 0.04rem;
	}

	.datas ul li:after {
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.datas ul li:nth-child(2n) {
		float: right;
		width: auto;
	}

	.datas ul li p {
		font-size: 0.3rem;
	}

	.datas ul li b {
		font-size: 0.8rem;
		display: block;
		line-height: 0.5rem;
	}

	.datas ul li h4 {
		font-size: 0.28rem;
	}

	.cases {
		margin-top: 0.6rem;
	}

	.bar {
		width: 100%;
	}

	.bar ul li {
		width: 33.333%;
	}

	.bar ul li a {
		font-size: 0.28rem;
	}

	.news {
		padding: 0.6rem 0;
		margin-top: 0.5rem;
	}

	.news .title h4 {
		font-size: 0.6rem;
	}

	.news .title p {
		font-size: 0.26rem;
	}

	.newsSwiper {
		width: 6rem;
		margin-top: 0.4rem;
	}

	.newsSwiper .swiper-slide img {
		margin-top: 0.3rem;
	}

	.newsSwiper .swiper-slide h4 {
		font-size: 0.34rem;
	}

	.newsSwiper .swiper-slide span {
		font-size: 0.24rem;
	}

	.newsSwiper .swiper-slide p {
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.newsSwiper .swiper-slide i {
		font-size: 0.24rem;
	}

	.links {
		display: none;
	}

	.gotop {
		width: 100%;
		height: 0.8rem;
		background: #cccccc;
		text-align: center;
		display: block;
		font-size: 0.3rem;
		line-height: 0.8rem;
	}

	.footer {
		margin-top: 0;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
		min-height: initial;
	}

	.footer .menu {
		display: none;
	}

	.footer .ser {
		display: none;
	}

	.footer .tit {
		justify-content: center;
	}

	.footer .tit b {
		font-size: 0.32rem;
	}

	.footer .tit span {
		font-size: 0.24rem;
	}

	.footer .intro {
		margin: 0;
		float: inherit;
		width: 100%;
	}

	.footer .intro .info {
		font-size: 0.26rem;
		line-height: 0.46rem;
		text-align: center;
		margin-top: 0.4rem;
	}

	.footer .intro .info p {
		font-size: 0.28rem;
		line-height: 0.46rem;
	}

	.footer .ewm {
		display: none;
	}

	.cr {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 0.02rem solid #434343;
		padding: 0.3rem 0;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin-bottom: 1.5rem;
	}

	.cr span {
		font-size: 0.24rem;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 0.4rem;
	}

	.float {
		display: none;
	}

	.page {
		margin: 0.4rem 0;
	}

	.page ul li {
		font-size: 0.26rem;
		border: 0.02rem solid #ccc;
		line-height: 0.5rem;
		height: 0.5rem;
		padding: 0 0.15rem;
	}

	.page ul .thisclass {
		border: 0.02rem solid #178ee8;
	}

	.crumbs {
		padding: 0 0.1rem;
		box-sizing: border-box;
	}

	.crumbs .main {
		width: 100%;
	}

	.crumbs .tit {
		border-left: none;
		height: 0.8rem;
		margin-right: 0.3rem;
	}

	.crumbs div {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #999;
		font-size: 0.2rem;
	}

	.crumbs p {
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.crumbs a {
		font-size: 0.28rem;
		display: inline;
		line-height: 0.8rem;
	}

	.crumbs .tit img {
		height: 0.4rem;
		margin: 0 auto;
		margin-top: 0.2rem;
	}

	.float-right {
		display: none;
	}

	.fn {
		display: block;
		position: fixed;
		bottom: 0;
		width: 7.5rem;
		left: 50%;
		z-index: 100;
		background: #ffffff;
		margin-left: -3.75rem;
	}

	.fn ul li {
		float: left;
		width: 25%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.fn ul li:after {
		content: "";
		width: 0.02rem;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}

	.fn ul li img {
		display: block;
		margin: 0 auto;
		margin-top: 0.3rem;
		height: 0.5rem;
	}

	.fn ul li p {
		color: #999999;
		font-size: 0.26rem;
		text-align: center;
		margin-top: 0.1rem;
		margin-bottom: 0.2rem;
	}

	.fn ul li:last-child:after {
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.about-article {
		margin-bottom: 0;
		margin-top: 0.3rem;
	}

	.about-article .title {
		margin-top: 0.6rem;
		margin-bottom: 0.4rem;
	}

	.about-article img {
		max-width: 100%;
		display: block;
	}

	.about-article .info {
		font-size: 0.29rem;
		line-height: 0.48rem;
		margin: 0;
		margin-top: 0.2rem;
	}

	.about-article .map {
		height: 4.5rem;
	}

	.cont-article {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
		margin-bottom: 0.4rem;
	}

	.cont-article .pic {
		display: none;
	}

	.cont-article .bd .info {
		width: 100%;
	}

	.cont-article .info h4 {
		font-size: 0.32rem;
	}

	.cont-article .info p {
		font-size: 0.26rem;
		line-height: 0.42rem;
	}

	.cont-article .map {
		margin-top: 0.4rem;
		height: 4rem;
	}

	.detailed {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.6rem;
	}

	.detailed .tit h4 {
		font-size: 0.38rem;
	}

	.detailed .tit span {
		display: block;
		line-height: 0.4rem;
		font-size: 0.24rem;
	}

	.detailed .tit p {
		padding: 0.1rem 0;
	}

	.detailed .info {
		margin-top: 0.2rem;
		font-size: 0.29rem;
		line-height: 0.48rem;
		text-align: justify;
	}

	.news-list {
		width: 7.1rem;
		margin: 0 auto;
	}

	.news-list .title {
		margin-top: 0.5rem;
	}

	.news-list ul {
		margin-top: 0.4rem;
	}

	.news-list ul li {
		border: 0.02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: 0.25rem;
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.news-list ul li .time {
		width: 1.4rem;
		height: 1.4rem;
	}

	.news-list ul li .time b {
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.42rem;
	}

	.news-list ul li .time p {
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.32rem;
		margin-top: 0.2rem;
	}

	.news-list ul li .time span {
		font-size: 0.24rem;
		display: block;
		margin-top: 0.15rem;
	}

	.news-list ul li .time:after {
		width: 0.3rem;
		top: 0.7rem;
		margin: 0;
		transform: translateX(-50%);
	}

	.news-list ul li .info {
		width: 4.8rem;
		margin: 0;
	}

	.news-list ul li .info h4 {
		font-size: 0.3rem;
		padding-right: 0.5rem;
		background-size: 0.3rem auto;
	}

	.news-list ul li .info p {
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.news-list ul li .info span {
		margin-top: 0.05rem;
		line-height: 0.42rem;
		font-size: 0.26rem;
		height: 0.8rem;
		display: -webkit-box;
	}

	.fy {
		width: 7.1rem;
		margin: 0.6rem auto;
		margin-bottom: 0.3rem;
		border: 0.02rem solid #ccc;
		line-height: 0.7rem;
	}

	.fy p {
		line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.24rem;
		padding: 0 0.1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: 0.02rem solid #ccc;
	}

	.fy p:nth-child(2) {
		border-right: none;
	}

	.fy .return {
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: 0.7rem;
		display: block;
		border-left: none;
		border-top: 0.02rem solid #ccc;
	}

	.tab {
		width: 7.2rem;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
	}

	.tab ul li {
		width: 1.7rem;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-left: 0;
		margin-left: 0.13rem !important;
		margin-bottom: 0.11rem;
	}

	.tab ul li:nth-child(4n-3) {
		margin-left: 0 !important;
	}

	.tab ul li a {
		font-size: 0.26rem;
	}

	.img-list {
		margin-top: 0.3rem;
	}

	.img-list .pic {
		margin-top: 0.2rem;
	}

	.img-list .pic ul li {
		width: 49%;
		margin: 0;
	}

	.img-list .pic ul li:nth-child(2n) {
		float: right;
	}

	.img-list .pic ul li p {
		font-size: 0.28rem;
	}

	.case-list {
		margin-top: 0.4rem;
	}

	.case-list .tit {
		width: 100%;
		font-size: 0.42rem;
		height: auto;
		float: initial;
	}

	.case-list .part {
		margin-bottom: 0.5rem;
	}

	.case-list .tit p {
		font-size: 0.46rem;
		line-height: 0.6rem;
		text-align: left;
	}

	.case-list ul {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.3rem;
	}

	.case-list ul li {
		float: left;
		width: 3.4rem;
		margin: 0;
	}

	.case-list ul li:nth-child(2n) {
		float: right;
	}

	.case-list ul li p {
		font-size: 0.28rem;
	}

	.img-list ul li {
		margin: 0;
		width: 3.45rem;
		margin-bottom: 0.1rem;
	}

	.img-list ul li:nth-child(2n) {
		float: right;
	}

	.img-list ul li p {
		font-size: 0.28rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.adv .bd ul li .tel b {
		font-family: "Microsoft YaHei";
	}

	.datas ul li b {
		font-family: "Microsoft YaHei";
	}
}

#maximg img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

#maximg p span {
	text-wrap: inherit !important;
}

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%;
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体;
}

.text-secondary {
	text-align: center;
	padding: 20px 0;
}
.info table td{padding: 10px;}
.info table video{width: 100%;height: auto!important;}
@media (max-width: 767px) {
	.info table td{display: block;width: 100%;}
}