body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	padding: 0;
	margin: 0
}

* {
	outline: none;
}

body {
	font-size: 12px;
	font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
	color: #333;
	background: #fff;
	-moz-user-select: none;
	/*火狐*/

	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

body,
button,
input,
select,
textarea {
	font: 12px Microsoft YaHei, arial, \5b8b\4f53;
	color: #333;
	background: #fff
}

ul,
ol,
li {
	list-style: none
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table td {
	padding: 0;
	margin: 0
}

table th.wztop {
	vertical-align: top
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	content: "."
}

input,
button,
select,
textarea {
	outline: 0
}

textarea {
	resize: none
}

html {
	font-size: 16px
}

button {
	border: none;
	background-color: transparent;
	outline: none;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}

* img {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}

/*网站单位设置*/

@media (max-width: 320px) {
	html {
		font-size: 20px !important;
	}
}

@media (max-width: 479px) {
	html {
		font-size: 24px !important;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 26px !important;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 28px !important;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 30px !important;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 34px !important;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}

div,
ul,
li,
span,
a {
	box-sizing: border-box;
}

/* ***************
=================
  首页
================
*************** */
.sanyinav {
	width: 100%;
	overflow: hidden;
}

.sanyinavcoment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 0.375rem;
	width: 30rem;
	margin: 0 auto;
}

.sanyinavcomentimg {
	display: block;
	width: 222px;
	height: 52px;
}

.sanyinavcomentlink {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 14rem;
}

.sanyinavcomentlink a {
	display: block;
	color: #00b5ec;
	width: 20%;
	text-align: center;
	border-bottom: #fff 4px solid;
	cursor: pointer;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	box-sizing: border-box;
}

.active {
	border-bottom: #009ccc 4px solid !important;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	box-sizing: border-box;
	color: #009ccc !important;
}

.sanyinavcomentlink a:hover {
	border-bottom: #009ccc 4px solid;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	box-sizing: border-box;
	color: #009ccc !important;
}

.sanyinavimg {
	width: 100%;
	height: 15rem;
	overflow: hidden;
}

.sanyibox {
	border-bottom: #e6e7eb 1px solid;
	padding: 1.5rem 0;
}

.sanyinext {
	width: 30rem;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.sanyiitem {
	width: 23%;
	text-align: center;
}

.sanyiitemname {
	font-size: 0.5rem;
	font-weight: bold;
	color: #00b5ec;
}

.sanyiitemline {
	margin: 0.5rem auto;
	display: block;
	width: 45px;
	height: 1px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #00aade;
}

.sanyiitemtext {
	font-size: 0.375rem;
	line-height: 0.8rem;
}

/* ==== */
.sanyibrief {
	width: 100%;
	margin: 2.5rem 0;
	overflow: hidden;
}

.sanyibriefmain {
	width: 30rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.sanyibriefimg {
	width: 48%;
}

.sanyibrieftext {
	width: 48%;
}

.sanyibriefname {
	font-size: 0.8rem;
	font-weight: bold;
	color: #00b5ec;
}

.sanyibriefrpx {
	font-size: 0.375rem;
	line-height: 0.8rem;
	margin: 0.8rem 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	width: 100%;
}

.sanyibrieflink {
	display: block;
	width: 4rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.35rem;
	color: #00b5ec;
	border: 2px solid #00b5ec;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.sanyibrieflink:hover {
	background-color: #00b5ec;
	color: #fff;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.sanyincenter {
	width: 100%;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to left, #00b5ec 0%, #07c160 100%);
}

.sanyincentertext {
	font-size: 0.6rem;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.sanyinfixed {
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.2rem;
}

.sanyinfixed::after {
	content: '';
	position: absolute;
	bottom: -0.6rem;
	left: 50%;
	width: 1.5rem;
	height: 0.05rem;
	background-color: #fff;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.sanyinplan {
	padding: 2rem 0;
	width: 100%;
}

.sanyinplantitle {
	text-align: center;
	font-size: 0.375rem;
}

.sanyinplantitle>div:first-child {
	font-size: 0.8rem;
	font-weight: bold;
	color: #00b5ec;
	margin-bottom: 0.4rem;
}

.sanyinplanitem {
	display: flex;
	justify-content: space-between;
	width: 30rem;
	margin: 0.5rem auto 1.5rem auto;
	overflow: hidden;
}

.sanyinplanbet {
	width: 30rem;
	margin: 1rem auto 2rem auto;
	min-height: 40vh;
}

.sanyinplanflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sanyinplanbettitle {
	font-weight: bold;
	font-size: 0.8rem;
	background-image: -webkit-linear-gradient(left, #00b5ec 0%, #07c160 50%, #00b5ec 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sanyinplanlist {
	margin-top: 1rem;
	width: 32%;
	background-color: #00b5ec;
	font-size: 0.375rem;
	text-align: center;
	padding: 0.25rem 0.25rem 0 0.25rem;
	cursor: pointer;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;

}

.sanyinplanlist p:last-child {
	color: #fff;
	line-height: 1.2rem;
}

.sanyinplanlist:hover {
	background-color: #00aade;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.sanyinplanlist img {
	transform: scale(1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.sanyinplanlist:hover img {
	transform: scale(1.02);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.sanyinplanlink {
	display: block;
	width: 4rem;
	margin: 0 auto;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.35rem;
	color: #00b5ec;
	border: 2px solid #00b5ec;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.sanyinplanlink:hover {
	background-color: #00b5ec;
	color: #fff;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}


.sanyincontact {
	padding: 2rem 0;
	background-color: #fcfcfc;
}

.sanyicopy {
	background-color: #00b5ec;
	font-size: 0.35rem;
	color: #fff;
	text-align: center;
	line-height: 1.5rem;
}
.sanyicopy a{
	margin-left: 20px;
	color: #fff;
}
.sanyicopy a:hover{
	text-decoration: underline;
}
input,
button,
textarea {
	outline: none;
	border: none;
	list-style: none;
}

.sanyimain {
	width: 30rem;
	margin: 1.2rem auto 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
}

.sanyimainitem {
	width: 35%;
	background-color: #fff;
	padding: 1rem 1.5rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, .01);
	border-radius: 0.1rem;
	overflow: hidden;
}

.sanyimainlist {
	padding-bottom: 1.6rem;
	color: #666;
	font-size: 0.35rem;
	line-height: 0.6rem;
}

.sanyimainlist:last-child {
	padding-bottom: 0;
}

.sanyimainlist>div:first-child {
	font-size: 0.55rem;
	color: #00b5ec;
	padding-bottom: 0.4rem;
}

.youyansubmit-input {
	margin-bottom: 0.5rem;
	padding: 0 0.5rem;
	background-color: #fafafa;
	border-radius: 0.1rem;
	overflow: hidden;
}

.youyansubmit-input input {
	width: 100%;
	background-color: #fafafa;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.4rem;
}

.youyansubmit-textarea {
	margin-bottom: 0.5rem;
	padding: 0.3rem 0.5rem;
	background-color: #fafafa;
}

.youyansubmit-textarea textarea {
	width: 100%;
	height: 3rem;
	line-height: 0.6rem;
	font-size: 0.4rem;
	border-radius: 0.1rem;
	background-color: #fafafa;
}

.youyansubmit-btns button {
	width: 100%;
	height: 1.2rem;
	color: #fff;
	overflow: hidden;
	border-radius: 0.1rem;
	cursor: pointer;
	background-color: #00b5ec;
	font-size: 0.45rem;
}

.youyansubmit-btns button:hover {
	background-color: #00aade;
}

.sanyimainrem {
	width: 62%;
	background-color: #fff;
	padding: 1rem 1.5rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, .01);
	border-radius: 0.1rem;
	overflow: hidden;
}

/* ***************
=================
  首页
================
*************** */

/* ***************
=================
  公司介绍
================
*************** */
.companysolu {
	width: 100%;
	height: 10rem;
	background: url(../image/solutionindex.png);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
}

.companysize {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.8rem;
}

.companyabout {
	width: 100%;
	height: 10rem;
	background: url(../image/aboutindex.png);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
}

.companyimg {
	width: 100%;
	height: 10rem;
	background: url(../image/companyindex.png);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
}

.companybox {
	width: 30rem;
	margin: 0 auto;
	padding: 0.5rem 0 2rem 0;
	overflow: hidden;
}

.companymain {
	margin-top: 1rem;
}

.companyname {
	font-size: 0.6rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(left, #00b5ec 0%, #07c160 50%, #00b5ec 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0.6rem;
}

.companytext {
	font-size: 0.375rem;
	line-height: 0.8rem;
}

.companycover {
	font-size: 0.375rem;
	font-weight: bold;
	line-height: 0.8rem;
}

.companytext span {
	font-weight: bold;
}

.companymainbold {
	margin-bottom: 0.5rem;
}

.companyzizhi {
	display: flex;
	justify-content: space-between;
}

.companyzizhilist {
	text-align: center;
	width: 22%;
	font-size: 0.45rem;
	font-weight: bold;
}

.companyzizhilist>div:last-child {
	margin-top: 0.5rem;
	background-image: -webkit-linear-gradient(left, #00b5ec 0%, #07c160 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




.sanyincompay {
	padding: 1rem 0 2rem 0;
	background-color: #fcfcfc;
}

.sanyincompayname {
	width: 30rem;
	margin: 0 auto;
	padding: 0 0.5rem;
	font-weight: bold;
	font-size: 0.8rem;
	color: #00b5ec;
}

.sanyimainbox {
	width: 30rem;
	margin: 0.5rem auto 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
}

/* 百度地图 */
.BMap_center {
	overflow: visible !important;
}

.BMap_center:before {
	content: "";
	display: block;
	top: -27px;
	left: -1px;
	background: #e60039;
	height: 4px;
	width: 150px;
	position: absolute;
}

.BMap_center:before {
	width: 248px;
}

.list1-map {
	position: relative;
	height: 12rem;
	width: 29rem;
	margin: 1rem auto 0 auto;
	border-radius: 0.1rem;
	overflow: hidden;
}

#allmap1 {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	text-align: center;
}

.map-address-name {
	text-align: center;
	font-size: .4rem;
	line-height: 1.1;
	color: #333;
	padding: 10px 0;
}

.map-address-detail {
	text-align: center;
	font-size: 0.3rem;
	line-height: 1.5;
	color: #888;
}

/* 百度地图 */
/* ***************
=================
  公司介绍
================
*************** */
.wulian {
	width: 30rem;
	margin: 0 auto;
}

.wulianlink {
	font-size: 0.375rem;
	color: #999;
	margin-top: 0.5rem;
}

.wulianlink a {
	color: #00b5ec;
	cursor: pointer;
}

.wulianlink span {
	margin: 0 0.3rem;
	color: #999;
}

.wulianlink a:hover {
	color: #00aade;
	text-decoration: underline;
}

.wulianhref {
	margin: 1rem 0;
}

.wulianhrefname {
	font-size: 0.8rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(left, #00b5ec 0%, #07c160 50%, #00b5ec 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wulianhrefitem {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 1rem 0;
}

.wulianhrefitem .wulianhrefitemimg img {
	transform: scale(1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.wulianhrefitem:hover .wulianhrefitemimg img {
	transform: scale(1.02);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.wulianhrefitemimg {
	width: 10rem;
	height: 6rem;
	overflow: hidden;
}

.wulianhrefitemtext01,
.wulianhrefitemtext02,
.wulianhrefitemtext03 {
	width: 60%;
	position: relative;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.4rem;
}

.wulianhrefitemtext01>div,
.wulianhrefitemtext02>div,
.wulianhrefitemtext03>div {
	padding-top: 1rem;
	width: 60%;
	line-height: 0.8rem;
}

.wulianhrefitemtext01::after {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5rem;
	background: url(../image/wuliantag01.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 7rem;
	height: 1.75rem;
}

.wulianhrefitemtext02::after {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5rem;
	background: url(../image/wuliantag02.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 7rem;
	height: 1.75rem;
}

.wulianhrefitemtext03::after {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5rem;
	background: url(../image/wuliantag03.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 7rem;
	height: 1.75rem;
}

.wulianhrefindexmain {
	display: flex;
	justify-content: space-between;
}

.wulianhrefindex {
	width: 20%;
}

.wulianhrefindexmain {
	padding: 1rem 0;
}


.wulianpage {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.wulianpagelits {
	background-color: #fafafa;
	border-radius: 0.2rem;
	overflow: hidden;
	width: 8rem;
}

.wulianpagepng {
	padding: 0.6rem 0.8rem;
	font-size: 0.375rem;
	line-height: 0.8rem;
}

.wulianpagepng>div:first-child {
	font-weight: bold;
	font-size: 0.5rem;
	margin-bottom: 0.2rem;
}

.wulianview {
	display: flex;
	justify-content: space-between;
}

.wuliandivview {
	width: 32%;
	background-color: #fafafa;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-top: 1rem;
}

.wuliandiv {
	display: flex;
	flex-wrap: wrap;
}

.wuliandivurl {
	width: 48%;
	background-color: #fafafa;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-right: 4%;
	margin-top: 1rem;
}

.wuliandivurlimg {
	width: 100%;
	height: 5rem;
	overflow: hidden;
}

.wuliandivurl:nth-child(2n) {
	margin-right: 0;
}

.wuliandivurlmain {
	padding: 0.6rem 0.8rem;
}

.gototop {
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gototop:hover {
	background-color: #fafafa;
}

.gototop img {
	width: 0.75rem;
	height: 0.75rem;
	display: block;
	font-size: 0;
}

.swiper {
	width: 100%;
	height: 15rem;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiperpng{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(255, 255, 255, .5);
	font-size: 0.8rem;
	font-weight: bold;
	border-radius: 0.2rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiperblock{
	width: 22rem;
	padding: 2rem 1.5rem;
	line-height: 1.4rem;
	overflow: hidden;
}
.swiperblock > div:last-child{
	font-weight: initial;
	font-size: 0.4rem;
	text-align: center;
	color: #999;
}
/* 顶部 */
.youdou-index {
	width: 100%;
	background-color: #00b5ec;
	z-index: 99;
	display: none;
}

.youdou-box {
	padding: 0.5rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.youdou-logo img {
	width: 4.5rem;
	height: 1rem;
	overflow: hidden;
}

.youdou-mianbao {
	font-size: 0.8rem;
	color: #fff;
}

.youdou-box-ul {
	display: flex;
	font-size: 0.4rem;
	justify-content: space-between;
	padding: 0.2rem 0.5rem 0.5rem 0.5rem;
}

.youdou-box-ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.5rem;
	font-weight: bold;
}

.youdou-box-ul .youdouactive {
	color: #fff !important;
}

.youdou-logo-btns a {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 0.5rem;
	padding: 0.2rem 0.5rem;
	display: block;
	border-radius: 0.05rem;
}
.indexactive{
	color: #fff !important;
}
/* 顶部 */
.swiper-button-next:after{
	content: '' !important;
	background: url(../image/right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1.7rem;
}
.swiper-button-prev:after{
	content: '' !important;
	background: url(../image/left.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1.7rem;
}
/* 手机端兼容 */
@media (max-width: 767px) {
	.sanyinav{
		display: none;
	}
	.youdou-index {
			display: block !important;
		}
	.swiper{
		width: 100%;
		height: 8rem;
	}
	.swiperpng{
		font-size: 0.8rem;
	}
	.swiperblock{
		width: 12rem;
		padding: 0.5rem;
		line-height: 1.2rem;
	}
	
	.sanyinext,
	.sanyibriefmain{
		width: 100%;
		padding: 0 0.5rem;
		display: flex;
		flex-wrap: wrap;
	}
	.sanyiitem{
		width: 48%;
		margin-right: 4%;
	}
	.sanyiitem:nth-child(2n){
		margin-right: 0;
	}
	.sanyibriefimg{
		width: 100%;
	}
	.sanyibrieftext{
		width: 100%;
		margin-top: 1rem;
	}
	.sanyibrieflink,
	.sanyinplanlink{
		width: 6rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin: 1.5rem auto 0 auto;
	}
	
	.sanyincenter{
		height: 7rem;
	}
	.sanyincentertext{
		font-size: 0.5rem;
	}
	
	.sanyinplan{
		padding: 2rem 0.5rem;
	}
	.sanyinplanitem {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0.5rem auto 1.5rem auto;
		overflow: hidden;
	}
	.sanyinplanlist{
		width: 100%;
	}
	.sanyinplanlist p:last-child{
		line-height: 1.6rem;
	}
	.sanyinplantitle{
		padding: 0 0.5rem;
	}
	.sanyimain{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.sanyimainitem{
		width: 100%;
	}
	.sanyimainrem{
		width: 100%;
		margin-top: 0.5rem;
	}
	.sanyinplantitle {
		line-height: 0.8rem;
	}
	
	
	.companyimg,
	.companysolu,
	.companyabout{
		height: 8rem;
	}
	.companysize{
		width: 100%;
		text-align: center;
		font-size: 0.8rem;
		line-height: 1.4rem;
	}
	.companybox{
		padding: 0.5rem;
		width: 100%;
	}
	
	.sanyinplanbet{
		width: 100%;
		padding: 0.5rem;
	}
	.sanyincompay{
		width: 100%;
		padding: 0.5rem;
	}
	.sanyimainbox{
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.list1-map{
		width: 100%;
		height: 8rem;
	}
	
	.sanyicopy{
		width: 100%;
		line-height: 2rem;
	}
	
	.sanyincompayname{
		width: 100%;
		padding: 0.5rem 0;
	}
	
	.wulian{
		width: 100%;
		padding: 0.5rem;
	}
	.wulianhrefitem{
		display: initial;
	}
	.wulianhrefitemimg{
		width: 100%;
		height: auto;
	}
	.wulianhrefitemtext01, .wulianhrefitemtext02, .wulianhrefitemtext03{
		width: 100%;
		margin: 0.5rem 0;
	}
	.wulianhrefitemtext01>div, .wulianhrefitemtext02>div, .wulianhrefitemtext03>div{
		font-size: 0.45rem;
		line-height: 1rem;
		padding: 2rem 1rem 1rem 1rem;
		width: auto;
	}
	.wuliandivurl{
		width: 100%;
		margin-right: 0;
		margin-top: 0.5rem;
	}
	.wulianview{
		display: initial;
	}
	.wuliandivview{
		width: 100%;
		margin-top: 0.5rem;
	}
	.wulianpage{
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.wulianpagelits{
		width: 48%;
		margin-top: 0.5rem;
	}
}
