* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
	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="reset"],
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;
	}
}



.main {
	width: 1400px;
	margin: 0 auto;
}

.main-l {
	width: 1600px;
}

.flex {
	display: flex;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
}

.tip {
	width: 100%;
	height: 30px;
	background: #333;
	overflow: hidden;
}

.tip .welcome {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
}

.tip .tel {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.tip .tel img {
	margin-right: 5px;
	vertical-align: middle;
}

.head {
	width: 100%;
	height: 107px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.head .logo {
	float: left;
}

.head .logo img {
	display: block;
}

.head .tel {
	display: none;
}

.head .nav {
	float: left;
}

.head .search .left {
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #D9D9D9;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.head .search input {
	width: 190px;
	height: 30px;
	border: none;
	padding: 0 15px;
}

.head .search input:focus-visible {
	outline: none;
	border: none;
}

.head .search button {
	width: 32px;
	height: 32px;
	background-color: #0677F1;
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
}

.head .search button img {
	vertical-align: middle;
}

.head .search .select {
	position: relative;
}

.head .search .select {
	width: 64px;
	height: 30px;
	border: none;
	background-color: rgba(0, 0, 0, 0.02);
	border: none;
	text-align: center;
	padding-right: 20px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/more.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 20px;
	outline: none;
	line-height: 30px;
}

.head .search .select .value {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.878);
	line-height: 30px;
}

.head .search .select .select-box {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 2;
}

.head .search .select .select-box .select-item {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.878);
	min-width: 80px;
	cursor: pointer;
}

.head .search .select .select-box .select-item:hover {
	background-color: rgba(0, 0, 0, 0.02);
}

.head .search .select .select-box .select-item.active {
	background-color: rgba(6, 119, 241, 0.1);
}





.img-box {
	overflow: hidden;
}

.img-box img {
	transition: .5s;
}




.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1 !important;
}

.banner .swiper-wrapper img {
	display: block;
	width: 100%;
}

.mbanner {
	display: none;
}

.in-banner {
	width: 100%;
}

.in-banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.banner .swiper-pagination span {
	width: 60px;
	height: 4px;
	background: #eee;
	display: block;
	margin: 0 3px;
	border-radius: 0 !important;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #0079C5;
}

.title {}

.title h4 {
	color: #333333;
	font-size: 36px;
	text-align: center;
}

.title b {
	color: #0677f1;
}

.title p {
	color: #595959;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}

.title img {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}

.title span {
	text-align: center;
	color: #cc161d;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.product {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}

.product .more {
	display: none;
}



.gg {
	width: 100%;
	height: 200px;
	background: url(../images/gg.jpg) no-repeat center;
	margin-top: 40px;

}


.about {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
	background: url(../images/bg01.jpg) no-repeat center top;
}

.about .title {
	margin-top: 60px;
}

.about .title h4 {
	color: #fff;
}

.about .title p {
	color: #fff;
}

.about .intro {
	float: left;
	width: 700px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.about .intro .tit h4 {
	color: #fff;
	font-size: 30px;
}

.about .intro .tit p {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Arial';
	text-transform: uppercase;
	margin-top: 15px;
	letter-spacing: 2px;
}

.about .intro .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
	color: #666666;
	height: 210px;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about .intro a {
	display: block;
	width: 220px;
	height: 55px;
	border: 1px solid #D2D2D2;
	line-height: 55px;
	text-align: center;
	font-size: 15px;
	color: #999999;
	margin-top: 45px;
}

.about .pic {
	float: right;
	margin-top: 60px;
	box-shadow: 0 0 5px 2px #23222257;
}

.about .pic img {
	display: block;
	width: 648px;
	height: 415px;
}

.cases {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
}

.cases .list {
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}

.cases .list ul li {
	float: left;
	width: 173px;
	height: 45px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	margin-left: 17px;
	background: #fff;
	line-height: 43px;
	border-radius: 5px;
	text-align: center;
}

.cases .list ul li:hover {
	background: #0067DA;
	border: 1px solid #0067DA;
}

.cases .list ul li:hover a {
	color: #fff;
}

.cases .list ul li:nth-child(1) {
	margin-left: 0;
}

.cases .list ul li a {
	display: block;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cases .show {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}

.cases .show .box {
	width: 800%;
}

.cases .show .pic {
	float: left;

}

.cases .show .pic ul li {
	float: left;
	width: 331px;
	margin-left: 22px;
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
}

.cases .show .pic ul li img {
	display: block;
	width: 100%;
	transition: .5s;
}

.cases .show .pic ul li p {
	width: 250px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-size: 18px;
	margin-top: -30px;
	border: 1px solid #EFEFEF;
	box-shadow: 0 0 5px 0px #E9E9E9;
}

.cases .show .pic ul li:hover img {
	transform: scale(1.05);
}


.lc {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
}

.lc .lc-cont {
	margin-top: 30px;
	/* background: url(../images/lc-bg.png) repeat-x center; */
}

.lc .lc-cont .lc-item {
	width: 170px;
	height: 170px;
	background: #fff;
	border: 20px solid #CCDCEA;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.lc .lc-cont .lc-item p {
	font-size: 16px;
}

.lc .lc-cont .line {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.lc .lc-cont .line img {
	display: block;
	width: 54px;
	height: auto;
}

.lc .lcSwiper .swiper-slide:after {
	content: "";
	width: 18px;
	height: 17px;
	background: url(../images/lc-icon.png) no-repeat;
	position: absolute;
	right: -46px;
	top: 50%;
	margin-top: -9px;
}

.lc .lcSwiper .swiper-slide:last-child:after {
	width: 0;
	height: 0;
	overflow: hidden;
}

.lc .lcSwiper .swiper-slide div {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lc .lcSwiper .swiper-slide img {
	display: block;
}

.lc .lcSwiper .swiper-slide p {
	text-align: center;
	color: #333333;
	margin-top: 5px;
	font-size: 16px;
}


.adv {
	width: 100%;
	height: auto;
	margin-top: 60px;
	overflow: hidden;
}

.adv .advSwiper {
	margin-top: 30px;
}

.adv .swiper-wrapper {
	display: block;

}

.adv .swiper-slide {
	width: 100%;
	overflow: hidden;

}

.adv .swiper-slide .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.adv .swiper-slide .main {
	height: 410px;
}

.adv .swiper-slide:nth-child(2n) .main {
	height: 480px;
	flex-direction: row-reverse;
}

.adv .swiper-slide:nth-child(2n) {
	background: url(../images/adv-bg02.png) no-repeat center;
}

.adv .swiper-slide .intro {
	width: 675px;
	height: auto;
	overflow: hidden;
}

.adv .swiper-slide .intro img {
	display: block;
	float: left;
}

.adv .swiper-slide .intro .info {
	float: right;
	width: 585px;
	height: auto;
	overflow: hidden;
}

.adv .swiper-slide .intro .tit {
	width: 100%;
	height: auto;
	overflow: hidden;

}

.adv .swiper-slide .intro .tit img {
	display: block;
	float: left;
}

.adv .swiper-slide .intro .tit p {
	color: #0067da;
	font-size: 36px;
	font-weight: bold;
}

.adv .swiper-slide .intro .tit span {
	display: block;
	color: #b2b2b2;
	font-family: 'Arial';
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 3px;
}

.adv .swiper-slide .intro .text {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.adv .swiper-slide .pic {
	width: 500px;
}

.adv .swiper-slide .pic img {
	display: block;
	width: 100%;
}

.news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
	margin-bottom: 60px;
}

.news .title {
	margin-bottom: 50px;
}

.news .left {
	float: left;
	width: 660px;
}

.news .left .top {
	width: 100%;
}

.news .tit {
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 65px;
	border-top: 1px solid #D9D9D9;
}

.news .tit p {
	color: #0677f1;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	width: 130px;
}

.news .tit p:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
	background: #0878F1;
	left: 0;
}

.news .tit a {
	color: #0677f1;
	font-size: 16px;
}

.news .left .top {
	margin-top: 10px;
}

.news .left .top img {
	display: block;
	width: 100%;
}

.news .left .top .intro {
	width: 100%;
	height: 174px;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #D9D9D9;
}

.news .left .top .intro .t {
	width: 100%;
	height: auto;
	overflow: hidden;

}

.news .left .top .intro .t span {
	display: block;
	width: 130px;
	height: 47px;
	border-radius: 30px;
	background: #0677F1;
	text-align: center;
	line-height: 45px;
	color: #fff;
	float: left;
	font-size: 28px;
}

.news .left .top .intro .t h4 {
	float: right;
	width: 515px;
	color: #0677f1;
	font-weight: normal;
	font-size: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
}

.news .left .top .intro .t h4 a {
	color: #0677f1;
}

.news .left .top .intro p {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color: #686767;
	font-size: 18px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 30px;
}

.news .left ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.news .left ul li {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 45px;
	overflow: hidden;
}

.news .left ul li:after {
	content: ">";
	font-size: 18px;
	font-family: '宋体';
	position: absolute;
	left: 0;
	top: 0;
	color: #686767;
}

.news .left ul li a {
	display: block;
	float: left;
	font-size: 18px;
	color: #686767;
	width: 500px;
	text-indent: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news .left ul li span {
	display: block;
	float: right;
	color: #686767;
	font-size: 18px;
}

.news .left ul li:hover a {
	color: #0677F1;
}

.news .right {
	float: right;
	width: 676px;
	height: auto;
	overflow: hidden;
}

.news .right .show {
	margin-top: 10px;
	height: 800px;
	overflow: hidden;
}

.news .right .show .box {
	height: 300%;
}

.news .right .show .list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news .right ul li {
	width: 100%;
	height: 160px;
	padding: 20px 25px;
	box-sizing: border-box;
}

.news .right ul li:nth-child(odd) {
	background: #F1F1F1;
}

.news .right ul li div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news .right ul li div span {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	background: #7E7E7E;
	text-align: center;
}

.news .right ul li div p {
	float: right;
	width: 580px;
}

.news .right ul li .q span {
	background: #0677F1;
}

.news .right ul li .a {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.news .right ul li .q p {
	float: right;
	color: #0677f1;
	line-height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
}

.news .right ul li .a p {
	color: #808182;
	font-size: 16px;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.links {
	width: 100%;
	height: auto;
	padding-top: 25px;
	overflow: hidden;
	border-top: 1px solid #D6D6D6;
}

.links .tit {
	width: 146px;
	background: url(../images/links.png) no-repeat center;
	float: left;
}

.links .tit p {
	color: #666666;
	margin-left: 28px;
	font-size: 18px;
}

.links ul {
	float: left;
	margin-left: 10px;
	width: 85%;
}

.links ul li {
	float: left;
	padding: 0 10px;
	line-height: 25px;
}

.links ul li a {
	color: #5d5d5d;
	font-size: 14px;
	display: block;
}


.menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	background: #0677F1;
	display: none;
}

.menu ul {
	width: 100%;
	display: flex;
	padding: 0 70px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	height: 55px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	color: #fff;
	font-size: 18px;
}


.footer {
	width: 100%;
	height: auto;
	margin-top: 25px;
	background-color: #12428C;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer .left {
	flex: 1;
	padding-right: 200px;
}

.footer .left .title a {
	min-width: 72px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.footer .left ul {
	margin-top: 10px;
}

.footer .left ul li {
	margin-top: 0;
}

.footer .left ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	display: block;
	transition: all .5s;
}

.footer .left ul li a:hover {
	transform: translateX(10px);
}

.footer .right .tt {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	display: block;

}

.footer .right .number {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	display: block;
}

.footer .right .weixin {
	margin-top: 10px;
	display: inline-block;
}

.footer .right .weixin img {
	display: block;
	width: 123px;
}

.footer .right .weixin p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.footer .right .add {
	margin-top: 10px;
}

.footer .right .add p {
	font-size: 16px;
	color: #fff;
}

.bottom {
	width: 100%;
	height: auto;
	background-color: #0E3571;
}

.bottom .bq p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 70px;
}

.bottom .bq p a {
	color: #fff;
}











.fn {
	display: none;
}


.float {
	position: fixed;
	right: -150px;
	top: 50%;
	z-index: 1000;
	transform: translateY(-50%);
}

.float ul li {
	height: auto;
	overflow: hidden;

	margin-bottom: 1px;
	transition: .5s;
}

.float ul li:hover {
	transform: translateX(-150px);
}

.float ul li div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	float: left;
	background: #0067DA;
}

.float ul li div img {
	display: block;
	margin: 0 auto;

}

.float ul li div p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}

.float ul li span img {
	height: 80px;
	display: block;
	width: 80px;
	transition: .5s;
}

.float ul li:hover span img {
	width: 145px;
	height: 145px;
}

.float ul li b {
	color: #fff;
	font-size: 18px;
	height: 80px;
	width: 145px;
	align-items: center;
	display: flex;
	background: #0067DA;
}

.gotop {
	width: 80px;
	height: 80px;
	display: block;
	background: #0067DA;
	overflow: hidden;
	display: none;
}

.gotop span {
	display: block;
	width: 28px;
	height: 30px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/icon03.png) no-repeat center;
}

.gotop p {
	color: #fff;
	text-align: center;
	font-size: 14px;

	margin-top: 5px;
}

.crumbs {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.crumbs img {
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.crumbs p {
	color: #333;
	font-size: 14px;
	line-height: 50px;
	float: left;
}

.crumbs a {
	color: #333;
	line-height: 50px;
	padding-right: 10px;
	position: relative;
}

.crumbs a:after {
	content: ">";
	position: absolute;
	right: 0;
	top: -16px;


	font-family: '宋体';
}

.crumbs a:last-child:after {
	width: 0;
	height: 0;
	overflow: hidden;
}

.page {
	width: 1367px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 85px;
}

.page ul {
	display: table;
	margin: 0 auto;
}

.page ul li {
	float: left;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 5px;
}

.page ul li a {
	color: #333333;
	font-size: 12px;
}

.page ul .thisclass {
	background: #0067DA;
	color: #fff;
	border: 1px solid#0067DA;
}

.page ul .thisclass a {
	color: #fff;
}

.cases-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.cases-list ul {
	margin-top: 30px;
}

.cases-list ul li {
	float: left;
	width: 330px;
	margin-left: 26px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.cases-list ul li:after {}

.cases-list ul li:nth-child(4n-3) {
	margin-left: 0;
}

.cases-list ul li img {
	display: block;
	transition: .5s;
	width: 100%;
}

.cases-list ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	font-size: 16px;
}

.cases-list ul li:hover img {
	transform: scale(1.05);
}

.tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.tab ul {
	display: table;
	margin: 0 auto;
}

.tab ul li {
	float: left;
	width: 200px;
	height: 58px;
	margin: 4px 10px;
	background: #eee;
	background-size: 100% 100%;
}

.article-detailed .tab ul li {
	background: #eee;
}

.tab ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
}


.img-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img-list .pic {
	margin-top: 30px;
	height: auto;
}

.img-list .pic ul li {
	float: left;
	width: 451px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-list .pic ul li:nth-child(3n-2) {
	margin-left: 0;
}

.img-list .pic ul li img {
	display: block;
	width: 100%;
}

.img-list .pic ul li p {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #fff;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.news-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}



.news-list ul li {
	float: left;
	width: 49%;
	height: 156px;
	border: 1px solid #DADADA;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 20px;
}

.news-list ul li:nth-child(2n) {
	float: right;
}

.news-list ul li h4 {
	color: #1a1a1a;
	font-size: 20px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list ul li span {
	display: block;
	color: #999999;
	font-size: 14px;
	margin: 15px 0;
}

.news-list ul li p {
	color: #666666;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.fy {
	width: 1400px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}

.fy p {
	color: #333;
	font-size: 14px;
	float: left;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.fy a {
	color: #333;
}

.return {
	float: right;
	font-size: 14px;
}

.pc {
	display: block;
}

.wap {
	display: none;
}
.product-item {
		padding: 20px 0;
		border-bottom: 1px solid #F5F4F4;
	}

	.product-item .pics {
		width: 50%;
	}

	.product-item .pics .swiper-pics {
		border: 1px solid #F5F4F4;
	}

	.product-item .pics .swiper-slide {
		position: relative;
	}

	.product-item .pics .pics-item {
		position: relative;
		margin: 20px;
	}

	.product-item .pics canvas {
		width: 100%;
		display: block;
		height: auto;
	}

	.product-item .pics img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: contain;
	}

	.product-item .desc {
		width: 50%;
		padding-left: 40px;
	}

	.product-item .desc .title {
		font-size: 32px;
		color: #333333;
		font-weight: 700;
		background-color: rgba(51, 51, 51, 0.102);
		padding: 0 40px;
		line-height: 70px;
		margin-top: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.product-item .desc .sortname {
		margin-top: 20px;
		font-size: 20px;
		color: #666;
	}

	.product-item .desc .sortname span {
		font-weight: 700;
	}

	.product-item .desc .sortname a {
		color: #666;
	}

	.product-item .desc .tel {
		margin-top: 60px;
		font-size: 32px;
		color: #0677F1;
		font-weight: 700;
	}

	.product-item .desc .tel img {
		display: inline-block;
		transform: translateY(10px);
	}

@media (min-width: 1200px) {
	.product .title {
		margin-bottom: 40px;
	}

	.product .list {
		float: left;
		width: 300px;

		overflow: hidden;
		background: #F2F2F2;
		margin-top:
	}

	.product .list .bd {
		width: 280px;
		margin: 0 auto;
		margin-top: 25px;
	}

	.product .list .tit {
		background: #0067DA;
		overflow: hidden;
		height: 102px;
		overflow: hidden;
	}

	.product .list .tit p {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		margin-top: 20px;
		text-align: center;
	}

	.product .list .tit span {
		display: block;
		color: #ffffff;
		font-size: 14px;
		font-family: 'Arial';
		text-align: center;
		margin-top: 5px;
	}

	.product .list h4 {
		width: 100%;
		height: 48px;
		line-height: 48px;
		color: #ffffff;
		font-size: 18px;
		border-radius: 8px;
		text-indent: 50px;
		background: #0067DA url(../images/list-icon.png) no-repeat 28px center;
	}

	.product .list h4 a {
		color: #fff;
		display: block;
	}

	.product .list ul {
		width: 100%;
		height: auto;
		margin: 10px 0;
		overflow: hidden;
	}

	.product .list ul li {
		line-height: 35px;
	}

	.product .list ul li a {
		display: block;
		font-size: 16px;
		color: #333333;
		overflow: hidden;
		border-radius: 8px;
		padding: 0 50px;
		transition: all .3s;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.product .list ul li.active a {
		background-color: #0067DA;
		color: #fff;

	}

	.product .list ul li:hover a {
		background-color: #0067DA;
		color: #fff;

	}

	.product .pic {
		float: right;
		width: 1080px;
		height: auto;
		overflow: hidden;
	}

	.product .pic ul li {
		float: left;
		width: 348px;
		height: auto;
		position: relative;
		overflow: hidden;
		margin-left: 15px;
		margin-bottom: 20px;
		border: 1px solid #E6E6E6;
		transition: all .3s;
	}

	.product .pic ul li:hover {
		border: 1px solid #0067DA;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.251);
	}


	.product .pic ul li:nth-child(3n-2) {
		margin-left: 0;
	}




	.product .pic ul li p {
		height: 40px;
		position: relative;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		color: #fff;
		font-size: 18px;
		line-height: 40px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 0 10px;
	}

	.product .pic ul li:hover p {
		background-color: #0067DA;
		color: #fff;
	}

	.product .pic ul li canvas {
		display: block;
		width: 100%;
		transition: .5s;
	}

	.product .pic ul li:hover canvas {
		transform: scale(1.05);
	}

	.article-detailed {
		margin: 0 auto;
		margin-top: 40px;

	}

	.article-detailed .tit {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px solid #f5f4f4;

	}

	.article-detailed .tit h4 {
		font-size: 22px;
		text-align: center;
		color: #333333;
	}

	.article-detailed .tit p {
		text-align: center;
		color: #999999;
		font-size: 13px;
		text-align: center;
		line-height: 40px;
		border-bottom: 1px solid #ccc;
		margin-top: 20px;
		background: #eee;
	}

	.article-detailed .tit span {
		margin: 0 5px;
	}

	.article-detailed .info {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		color: #333333;
		font-size: 16px;
		line-height: 35px;
	}

	.article-detailed img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	


	.map {
		width: 100%;
		height: 500px;
		margin-top: 30px;
		position: relative;
	}

	.map .allmap {
		width: 100%;
		height: 500px;
	}

	.map:after {
		content: "";
		width: 10%;
		height: 100%;
		right: 0;
		top: 0;
		position: absolute;
		z-index: 1;
	}

	.map:before {
		content: "";
		width: 10%;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 1;
	}



}





@media (min-width: 1200px) {

	.head .main {
		height: 107px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.head .nav {
		width: 100%;
		z-index: 100 !important;
		margin-left: 80px;
		margin-right: 80px;
	}

	.head .nav ul {
		display: flex;
		justify-content: space-between;
	}

	.head .nav ul li {
		flex: 1;
		text-align: center;
		position: relative;
		line-height: 107px;
	}

	.head .nav ul li a {
		color: #333333;
		font-size: 15px;
		display: block;
		white-space: nowrap;
	}

	.head .nav ul li ul {
		position: absolute;
		top: 107px;
		z-index: 1;
		left: 50%;
		transform: translateX(-50%);
		display: none;
		z-index: 100 !important;
		min-width: 160px;
		background: rgba(0, 103, 218, .8);
	}

	.head .nav ul li:hover ul {
		display: block;
	}

	.head .nav ul li:hover {
		background: #0067DA;
	}

	.head .nav ul li:hover ul li {
		background: none;
	}

	.head .nav ul li:hover a {
		color: #fff;
	}

	.head .nav ul li ul li {
		line-height: 30px;
		height: auto;
		text-align: center;
		overflow: hidden;

	}

	.head .nav ul li ul li:first-child {
		margin-top: 5px;
	}

	.head .nav ul li ul li:last-child {
		margin-bottom: 5px;
	}

	.head .nav ul li ul li a {
		color: #fff;
		font-size: 14px;
		display: block;
		padding: 0 15px;
	}

	.head .nav ul li ul li:hover a {
		color: #ccc;
	}

	.head .tel {
		float: right;
		line-height: 24px;
		padding-left: 35px;
		background: url(../images/tel-icon.png) no-repeat left center;
	}

	.head .tel img {
		display: block;
		float: left;
	}

	.head .tel b {
		color: #0068b7;
		font-size: 26px;
		font-weight: bold;
	}

	.head .btn {
		display: none;
	}

	.head-current {
		background: rgba(0, 0, 0, .4);
	}

	.head-current:hover {
		background: rgba(0, 0, 0, .8);
	}

	.img-box:hover img {
		transform: scale(1.05);
	}


}

@media (max-width: 1700px) {
	.main-l {
		width: 1400px;
	}
}

@media screen and (max-width: 1440px) {
	.main {
		width: 1200px;
	}

	.head .logo img {
		height: 48px;
	}

	.head .nav {
		margin-left: 40px;
		margin-right: 40px;
	}

	.head .search input {
		width: 100px;
	}

	.head .btn {
		display: none;
	}



	.product .list .bd {
		width: 220px;
	}

	.product .pic {
		width: 880px;
	}

	.product .pic ul li {
		width: 280px;
	}

	.gg {
		height: 173px;
		background-size: 120%;
	}

	.lc .lcSwiper .swiper-slide {
		height: 140px;
		border: 15px solid #CCDCEA;
	}

	.lc .lcSwiper .swiper-slide img {
		height: 85%;
	}

	.lc .lcSwiper .swiper-slide p {
		font-size: 14px;
		margin-top: 3px;
	}

	.lc .lcSwiper .swiper-slide:after {
		right: -41px;
	}

	.about .intro {
		width: 550px;
	}

	.about .pic {
		width: 620px;
	}

	.about .pic img {
		width: 100%;
		height: auto;
	}

	.about .intro a {
		margin-top: 35px;
	}

	.news .left {
		width: 580px;
	}

	.news .left .top .intro .t h4 {
		width: 430px;
	}

	.news .left ul li a {
		width: 430px;
	}

	.news .right {
		width: 580px;
	}

	.news .right ul li div p {
		width: 485px;
	}

	.news .right ul li {
		height: 151px;
	}

	.fy {
		width: 1200px;
	}

	.page {
		width: 1200px;
	}

	.img-list .pic ul li {
		width: 385px;
	}

	.cases-list ul li {
		width: 280px;
	}
}





@media screen and (max-width: 1199px) {
	.pc {
		display: none;
	}

	.wap {
		display: block;
	}

	.main {
		width: 7.1rem;
	}

	.tip .welcome {
		display: none;
	}

	.head {
		height: auto;
	}

	.head .main {
		display: flex;
		height: 70px;
		justify-content: space-between;
		align-items: center;
	}

	.head .search {
		display: none;
	}

	.head .btn {
		display: block;
		float: right;
		width: .6rem;
		height: .6rem;
		background: url(../images/btn.png) no-repeat center;
		background-size: 100% auto;
	}

	.head-current {
		position: fixed;
		top: 0;
		background: rgba(0, 0, 0, .7);
	}

	.banner {
		display: none;

	}

	.head .nav {
		width: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 100px;
		height: calc(100% - 170px);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, .5);
		z-index: 10001;
		margin: 0;
	}

	.head .nav ul {
		top: 0;
		width: 70%;
		float: right;
		right: -100%;
		position: relative;
		height: 100%;
		overflow-y: auto;
		background: #333333;

	}

	.head .nav .on {
		padding-bottom: 1.5rem;
	}

	.head .nav ul li {
		width: 100%;
		padding: 0 .15rem;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		border-bottom: .02rem solid #eee;
		line-height: .8rem;
		border-top: .02rem solid #444;
		position: relative;
		border-bottom: .02rem solid #111;
	}

	.head .nav ul li a {
		color: #fff;
		font-size: .3rem;
		display: block;
	}

	.head .nav ul ul {
		width: 96%;
		padding-bottom: 0;
		display: none;
		right: initial;
	}

	.head .nav ul .sonOpen {
		display: block;
	}

	.head .nav ul li i {
		display: block;
		position: absolute;
		right: 0;
		width: .8rem;
		height: .8rem;

		top: 0;
	}

	.head .nav ul li i:after {
		content: "";
		width: .3rem;
		height: .3rem;
		transition: .3s;
		display: block;
		background: url(../images/icon04.png) no-repeat center;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -.15rem;
		margin-top: -.15rem;
	}

	.head .nav ul li .touch:after {
		transform: rotate(90deg);
	}

	.head .nav ul li ul li {
		line-height: .7rem;
		border: none;
		height: .7rem;
		border-top: .02rem solid #444;
		border-bottom: .02rem solid #111;
	}

	.head .nav ul li ul li:first-child {
		border-top: 0;
	}

	.head .nav ul li ul li:last-child {
		border-bottom: none;
	}

	.head .nav ul ul li a {
		font-size: .26rem;
	}

	.in-banner {
		display: none;
	}

	.mbanner {
		display: block;

	}

	.mbanner img {
		display: block;
		width: 100%;
	}

	.mbanner .swiper-pagination {
		height: .08rem;
		background: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mbanner .swiper-pagination span {
		display: block;
		width: 100%;
		height: 100%;
	}

	.mbanner .swiper-pagination .swiper-pagination-bullet-active {
		background: #0067DA;
	}

	.title h4 {
		font-size: .46rem;
	}

	.title p {
		font-size: .26rem;
	}

	.title span {
		font-size: .28rem;
	}

	.title img {
		height: .2rem;
	}

	.product {
		margin-top: 30px;
	}

	.product .list {
		width: 100%;
		margin-top: .5rem;
		height: auto;
		overflow: hidden;
		float: initial;
	}

	.product .tit {
		display: none;
	}

	.product .list .bd {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.product .list .bd h4 {
		background: #0067DA;
		color: #fff;
		line-height: .8rem;
		text-align: center;
		font-size: .32rem;
		margin-top: .1rem;
	}

	.product .list .bd a {
		color: #fff
	}

	.product .list .bd ul {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: .02rem solid #DCDCDC;
		box-sizing: border-box;
		padding: 0 .1rem;
		padding-top: .15rem;
		padding-bottom: .05rem;
	}

	.product .list .bd ul li {
		width: 3.32rem;
		height: auto;
		float: left;
		text-indent: 0;
		line-height: .6rem;
		margin-bottom: .1rem;
		overflow: hidden;
		border: .02rem solid #DCDCDC;
	}

	.product .list .bd ul li:nth-child(2n) {
		float: right;
	}

	.product .list .bd ul li a {
		display: block;
		font-size: .28rem;
		text-align: center;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #333333;
		overflow: hidden;
	}

	.product .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .3rem;
	}

	.product .pic ul li {
		width: 3.5rem;
		height: auto;
		position: relative;
		float: left;
		overflow: hidden;
		margin-bottom: .2rem;
	}

	.product .pic ul li:nth-child(2n) {
		float: right;
	}

	.product .pic ul li img {
		display: block;
		width: 100%;
		height: auto;
	}

	.product .pic ul li p {
		width: 100%;
		height: .6rem;
		line-height: .6rem;
		position: absolute;
		bottom: 0;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: .28rem;
		overflow: hidden;
		background: rgba(0, 0, 0, .5);
	}

	.product .pic ul li:nth-child(n+7) {
		display: none;
	}

	.product .more {
		display: block;
		width: 3.5rem;
		height: .8rem;
		background: #0677F1;
		font-size: .32rem;
		text-align: center;
		line-height: .8rem;
		color: #fff;
		margin: 0 auto;
		margin-top: .4rem;
	}

	.gg {
		background: url(../images/mgg.jpg) no-repeat center;
		height: 2rem;
		width: 100%;
		background-size: 100% auto;
		margin-top: .6rem;
	}

	.cases .list {
		margin-top: .6rem;
	}

	.cases .list ul li {
		width: 3.5rem;
		margin: 0;
		height: .8rem;
		line-height: .8rem;
		border: .02rem solid #CCCCCC;
		box-sizing: border-box;
		margin-bottom: .1rem;
	}

	.cases .list ul li:nth-child(2n) {
		float: right;
	}

	.cases .list ul li a {
		font-size: .28rem;
	}

	.cases {
		margin-top: .6rem;
	}

	.cases .show {
		margin-top: .4rem;
	}

	.cases .show .pic ul li {
		width: 16%;
		margin-left: .6%;
		position: relative;
	}

	.cases .show .pic {
		width: 50%;
	}

	.cases .show .pic ul li p {
		width: 3.2rem;
		height: .8rem;
		line-height: .8rem;
	}

	.lc {
		margin-top: .8rem;
	}

	.lc .lcSwiper {
		margin-top: .4rem;
		background: none;

	}

	.lc .lcSwiper .swiper-slide {
		width: 2.6rem;
		height: 2.6rem;
	}

	.lc .lcSwiper .swiper-slide div {
		height: .8rem;
	}

	.lc .lcSwiper .swiper-slide img {
		height: .8rem;
	}

	.lc .lcSwiper .swiper-slide p {
		font-size: .26rem;
		margin-top: .1rem;
	}

	.lc .swiper-scrollbar {
		width: 100%;
		height: .1rem;
		border-radius: 10px;
		background: #F5F5F5;
		margin-top: .5rem;
	}

	.lc .swiper-scrollbar .swiper-scrollbar-drag {
		background: #AECAE2;
		height: .1rem;
		border-radius: 10px;
	}

	.lc .lc-cont {
		overflow: auto;
		padding-bottom: 20px;
	}

	.lc .lc-cont .lc-item>div {
		width: 130px;
	}
	.lc .lc-cont .line {
		padding: 0 20px;
	}

	.about {
		background: none;
		margin-top: .8rem;
	}

	.about .title {
		margin-top: 0;
	}

	.about .title h4 {
		color: #020202;
	}

	.about .title p {
		color: #595959;
	}

	.about .bd {
		display: flex;
		flex-direction: column-reverse;
	}

	.about .pic {
		margin-top: .5rem;
	}

	.about .pic {
		width: 100%;
		box-shadow: initial;
	}

	.about .pic img {
		width: 100%;
		height: auto;
	}

	.about .intro {
		width: 100%;
		margin-top: .5rem;
	}

	.about .intro .tit h4 {
		color: #0677f1;
		font-size: .36rem;
		text-align: center;
	}

	.about .intro .tit p {
		display: none;
	}

	.about .intro .info {
		font-size: .3rem;
		line-height: .48rem;
		height: auto;
		margin-top: .3rem;
	}

	.about .intro .more {
		display: block;
		width: 3.5rem;
		height: .8rem;
		background: #0677F1;
		font-size: .32rem;
		text-align: center;
		line-height: .8rem;
		color: #fff;
		margin: 0 auto;
		margin-top: .4rem;
		border: none;
	}

	.adv {
		margin-top: 1rem;
	}

	.adv .advSwiper {
		width: 7.1rem;
		margin: 0 auto;
		margin-top: .4rem;
	}

	.adv .swiper-wrapper {
		display: flex;
	}

	.adv .swiper-slide .main {
		height: auto !important;
		flex-direction: column-reverse !important;
	}

	.adv .swiper-slide {
		width: 7rem;

		background: none !important;
	}

	.adv .swiper-slide .pic {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 4rem;

	}

	.adv .swiper-slide .pic img {
		width: 100%;
	}

	.adv .swiper-slide .intro {
		width: 100%;
		margin-top: .3rem;
	}

	.adv .swiper-slide .intro img {
		width: .8rem;
	}

	.adv .swiper-slide .intro .info {
		width: 6rem;
	}

	.adv .swiper-slide .intro .tit p {
		font-size: .32rem;
	}

	.adv .swiper-slide .intro .tit span {
		font-size: .24rem;
		margin-top: .1rem;
	}

	.adv .swiper-slide .intro .text {
		font-size: .28rem;
		line-height: .44rem;
	}

	.adv .swiper-scrollbar {
		width: 100%;
		height: .1rem;
		border-radius: 10px;
		background: #F5F5F5;
		margin-top: .5rem;
	}

	.adv .swiper-scrollbar .swiper-scrollbar-drag {
		background: #AECAE2;
		height: .1rem;
		border-radius: 10px;
	}

	.news {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 1rem;
	}

	.news .title {
		margin-bottom: .6rem;
	}

	.news .left {
		float: initial;
		width: 100%;
	}

	.news .tit {
		height: 1rem;
		line-height: 1rem;
	}

	.news .tit p {
		width: 2rem;
		font-size: .42rem;
	}

	.news .tit a {
		font-size: .3rem;
	}

	.news .left .top .intro .t span {
		font-size: .3rem;
		width: 1.5rem;
		height: .6rem;
		letter-spacing: 3px;
		line-height: .6rem;
	}

	.news .left .top .intro .t h4 {
		width: 5.4rem;
		line-height: .6rem;
		font-size: .32rem;
	}

	.news .left .top .intro p {
		font-size: .3rem;
		line-height: .48rem;
	}

	.news .left .top .intro p {
		margin-top: .3rem;
	}

	.news .left .top .intro {
		height: auto;
		border: none;
	}

	.news .left ul {
		margin-top: .3rem;
	}

	.news .left ul li {
		line-height: .8rem;
	}

	.news .left ul li a {
		width: 5rem;
		line-height: .8rem;
		font-size: .3rem;
	}

	.news .left ul li:after {
		font-size: .3rem;
	}

	.news .left ul li span {
		font-size: .26rem;
	}

	.news .right {
		width: 100%;
		float: initial;
		margin-top: .3rem;
	}

	.news .right ul li {
		height: auto;
		padding: .2rem .3rem;
	}

	.news .right ul li div span {
		width: .5rem;
		height: .5rem;
		font-size: .28rem;
		line-height: .5rem;
	}

	.news .right ul li .q p {
		width: 5.8rem;
		font-size: .32rem;
		line-height: .5rem;
	}

	.news .right ul li .a p {
		width: 5.8rem;
		font-size: .26rem;
		height: .8rem;
		line-height: .42rem;
	}

	.menu {
		display: none;
	}





	.footer .left {
		display: none;
	}

	.bottom {
		padding-top: 20px;
		padding-bottom: 95px;

	}

	.bottom .bq p {
		font-size: 13px;
		text-align: center;
		line-height: 30px;
	}

	.fn {
		width: 7.5rem;
		height: auto;
		position: fixed;
		display: block;
		bottom: 0;
		left: 50%;
		margin-left: -3.75rem;
		z-index: 100;
	}

	.fn ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: nowrap;
	}

	.fn ul li {
		float: left;
		width: 25%;
		height: auto;
		background: #0677F1;
		padding-top: .2rem;
		padding-bottom: .1rem;
		text-align: center;
		position: relative;
	}

	.fn ul li:after {
		content: "";
		width: .02rem;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}

	.fn ul li:last-child:after {
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.fn ul li img {
		display: block;
		margin: 0 auto;
		height: .6rem;

	}

	.fn ul li p {
		color: #fff;
		margin-top: .1rem;
		font-size: .28rem;

	}

	.fn ul li div {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 80px;
		display: none;
		background: #0d64b8;
	}

	.fn ul li div ul li {
		width: 100%;
		float: inherit;
		height: auto;
		line-height: 30px;
		border-bottom: 1px dashed #ccc;
		overflow: hidden;
	}



	.links {
		display: none;
	}

	.crumbs {
		width: 100%;
		height: .8rem;

	}

	.crumbs .main {

		height: .8rem;

	}

	.crumbs .main div {
		font-size: .28rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.crumbs img {
		height: .3rem;
		margin-top: .2rem;
	}

	.crumbs p {
		font-size: .28rem;
		line-height: .8rem;
	}

	.crumbs a {
		font-size: .26rem;


		padding-right: .3rem;
		line-height: .8rem;
	}

	.crumbs a:after {
		font-size: .26rem;
		margin-top: 0;
		top: 0;
		display: block;
		height: .1rem;
		line-height: .4rem;
		right: .08rem;
	}

	.tab {
		margin-top: .4rem;
	}

	.tab .main {
		height: auto;
		overflow: hidden;
	}

	.tab ul {
		width: 6.2rem;
	}

	.tab ul li {
		width: 3rem;
		height: .8rem;
		line-height: .8rem;
		margin: 0;
		margin-bottom: .15rem;
	}

	.tab ul li:nth-child(2n) {
		float: right;
	}

	.tab ul li a {
		line-height: .8rem;
		font-size: .28rem;
	}

	.img-list .pic {
		margin-top: .3rem;
		height: auto;
		overflow: hidden;
	}

	.img-list .pic ul li {
		width: 3.4rem;
		margin: 0;
		margin-bottom: .1rem;
	}

	.img-list .pic ul li:nth-child(2n) {
		float: right;
	}

	.img-list .pic ul li p {
		height: .6rem;
		line-height: .6rem;
		font-size: .28rem;
	}


	.news-list {
		width: 7.3rem;
		margin: 0 auto;
		margin-top: .5rem;
	}

	.news-list ul {
		margin-top: 0;
	}

	.news-list ul li {
		width: 100%;
		height: auto;
		padding: .3rem;
		border: .02rem solid #DADADA;
		box-sizing: border-box;
		margin-bottom: .2rem;
	}

	.news-list ul li h4 {
		font-size: .3rem;
	}

	.news-list ul li span {
		font-size: .24rem;
		margin: .2rem 0;
	}

	.news-list ul li p {
		font-size: .28rem;
	}

	.cases-list {
		margin-top: 0
	}

	.cases-list ul {
		margin-top: .4rem;
	}

	.cases-list ul li {
		width: 3.45rem;
		margin: 0;
		margin-bottom: .2rem;
	}

	.cases-list ul li:nth-child(2n) {
		float: right;
	}

	.cases-list ul li p {
		height: .6rem;
		line-height: .6rem;
		font-size: .28rem;
	}


	.article-detailed {
		width: 100%;
		margin: 0 auto;
		padding-bottom: .5rem;
		margin-top: .4rem;
	}

	.article-detailed .main {
		width: 7.1rem;
	}
	.product-item {
		flex-wrap: wrap;
	}
	.product-item .pics {
		width: 100%;
	}
	
	.product-item .desc {
		width: 100%;
		padding-left: 0;
	}
	.product-item .desc .title {
		font-size: 28px;
		padding: 0 20px;
	}
	.product-item .desc .tel {
		font-size: 24px;
		margin-top: 20px;
	}

	.article-detailed .tit h4 {
		font-size: .32rem;
		text-align: center;
	}

	.article-detailed .tit p {
		font-size: .2rem;
		margin-top: .2rem;
		width: 100%;
		background: #eee;
		padding: .1rem 0;
		text-align: center;
	}

	.article-detailed .tit span {
		display: block;
		font-size: .24rem;
		line-height: .4rem;
		width: 100%;
	}

	.article-detailed .info {
		margin-top: .2rem;
		font-size: .3rem;
		line-height: .48rem;
	}

	.article-detailed .info img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.article-detailed .info p {}

	.fy {
		width: 7.1rem;
		margin: .6rem auto;
		border: .02rem solid #eee;
		line-height: .7rem;
	}

	.fy p {
		line-height: .7rem;

		font-size: .24rem;
		padding: 0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #eee;
	}

	.fy p:nth-child(2) {
		border: none;
	}

	.fy a {}

	.fy .return {
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-top: .02rem solid #eee;
	}


	.page {
		width: 7.1rem;
		margin: .6rem auto;
	}

	.page ul li {
		height: .6rem;
		border-radius: .06rem;
		margin: 0 .08rem;
		line-height: .58rem;
		font-size: .24rem;
		padding: 0 .2rem;
		border: .02rem solid #ccc;
	}

	.page ul .thisclass {
		border: .02rem solid #0f3371;
	}

	.map {
		height: 5rem;
		margin-top: .8rem;
	}

	.map .allmap {
		height: 5rem;
	}

	.float {
		height: 80px;
		right: .2rem;
	}

	.float ul {
		display: none;
	}

	.float p {
		display: none;
	}

	.gotop {
		width: .8rem;
		height: .8rem;
		right: .1rem;

		border-radius: 5px;
	}

	.gotop span {
		width: .52rem;
		height: .3rem;
		margin: 0 auto;
		margin-top: .22rem;
		background: url(../images/mgotop.png) no-repeat center;
		background-size: 100% auto;
	}
}

#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;
	font-size: 14px
}

.erlist {
	overflow: hidden;
	margin-top: 30px
}

.erlist ul {
	text-align: center;
}

.erlist li {
	display: inline-block;
	width: 173px;
	height: 45px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	margin: 0 10px;
	background: #fff;
	line-height: 43px;
	border-radius: 5px;
	text-align: center;
}

.erlist li a {
	display: block;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.erlist li:hover {
	background: #0067DA;
	border: 1px solid #0067DA;
}

.erlist li:hover a {
	color: #fff;
}

.erlist li.on {
	background: #0067DA;
	border: 1px solid #0067DA;
}

.erlist li.on a {
	color: #fff
}

@media screen and (max-width: 800px) {
	.erlist li {
		width: 48%;
		margin: 0;
		float: left;
		margin-right: 4%
	}

	.erlist li:nth-child(2n) {
		margin-right: 0;
	}
}