@charset "utf-8";
html, body{font-family: "Helvetica","Arial","PingFang SC","Microsoft YaHei",sans-serif;}
body,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,span,em,strong,a,button{margin: 0;padding: 0;}
body{font-size: 12px;color: #333333;margin-bottom: 1.2rem;}
ul,ol{list-style: none;}
img{vertical-align:middle;}
a{text-decoration: none;}
.clearfix:after{content: "";display: block;clear: both;}
textarea{resize: none;}
em,i{font-style: normal;}
i {display: inline-block;}

img {
	max-width: 100%;
}

.full {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
}
.o1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.o2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o5 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o6 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o7 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o8 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}






.anchorBL {
	display: none;
}
.BMap_bubble_title {
	font-size: 0.24rem;
	font-weight: 400;
	color: #2FB6E0;
}
.BMap_bubble_content {
	font-size: 0.2rem;
	font-weight: 400;
	color: #999999;
}

.common-title{
	padding: 50px 0 40px;
	text-align: center;
}
.tu_wen{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
}
.tu_wen img{
	margin-right: 24px;
}
.tu_wen .article{
	text-indent: 2em;
}
.device{
	background-image: url(../image/矩形5.png);
	background-size: 100% 100%;
	padding-bottom: 25px;
	margin-top: 104px;
}
.device .items{
	display: flex;
	justify-content: space-between;
}
.device .items .item{
	width: 282px;
}
.device .items .item .name{
	font-size: 18px;
	color: #fff;
	line-height: 78px;
	text-align: center;
}
.tuijian{
	background-image: url(../image/图层4.jpg);
	background-size: 100% 100%;
	padding-bottom: 53px;
}
.flex-imgs{
	display: flex;
	justify-content: space-between;
}
.flex-imgs .item{
	width: 282px;
	height: 366px;
	position: relative;
}
.flex-imgs .item .word{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.flex-imgs .item .title{
	font-size: 18px;
	color: #FFA31E;
	line-height: 50px;
}
.flex-imgs .item .con{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.imgs-box img{
	width: 100%;
}
.imgs{
	background-color: #1C1C1C;
	padding: 24px;
	display: flex;
	justify-content: space-between;
}
.copyright{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 18px;
}
.flex-map{
	display: flex;
	padding-bottom: 50px;
}
.flex-map .map{
	width: 812px;
	height: 332px;
	margin-right: 24px;
}
.flex-map  .info{
	flex: 1;
	font-size: 18px;
	color: #000000;
}
.flex-map  .info p{
	margin-bottom: 24px;
}
.rich-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.rich-text{
	font-size: 14px;
	line-height: 1.5;
}
.rich-text img{
	max-width: 100%;
}