
.row-lg2{
	display: block;
    box-sizing: border-box;
    float: left;
    width: 20%;
}
.row-lg6{
	display: block;
    box-sizing: border-box;
    float: left;
    width: 60%;
}
.low-h2{
	height: 50%;
}
#content .itemBG{
	background: url(../img/pic/pic-border-type-01.png) no-repeat center;
    background-size: 100% 100%;
}
#content .itemBG3{
	background: url(../img/pic/border-lg.png) no-repeat center;
    background-size: 100% 100%;
}
#content .Enterprise{
	width: 95%;
}
#content .Eright{
	margin-left: 5%;
}
#content .short{
	height: calc( 100% - 10px );
}

#content .item-Title{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height: 15%;
	background: url(../img/pic/pic-title-line.png) no-repeat bottom center;
	background-size: auto;
}
#content .item-Title .Titles{
	color: #00fffb;
	font-size: 1.6rem;
	font-weight: bold;
}
#content .item-box{
	height: 85%;
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}

@media only screen and (max-width: 1920px) {
	#content .item-box .introduction{
		padding: 17px 0;
		line-height: 32px;
		letter-spacing: 3px;
		font-size: 20px;
	}
	#content .item-box .introduction>p:first-child{
		text-indent: 2.9rem;
	}
}
@media only screen and (min-width: 1921px) {
	#content .item-box .introduction{
		padding: 17px 0;
		line-height: 42px;
		letter-spacing: 4px;
		font-size: 22px;
	}
	#content .item-box .introduction>p:first-child{
		text-indent: 3.2rem;
	}
}
#content .item-box .introduction>p{
	text-align: justify;
}

#maps{
	height: 100%;
	width: 95%;
	margin: 0 auto 0;
}
#content .lists-a{
	display: block;
	color: #00fcff;
}
#content .lists-a:focus,#content .lists-a:active,#content .lists-a:hover,#content .lists-a:visited{
	color: #00fcff;
}
#content .Eright{
	position: relative;
}
#content .Eright .item-Title{
	height: 8%;
}
#content .Eright .Ebox{
	height: 92%;
}
#content .Eright .Ebox .lists-box{
	width: 95%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
#content .Eright .Ebox .lists-item{
	margin: 5% auto;
	box-shadow: rgba(0,252,255,.5) 0px 0px 10px inset;
	border-radius: 2px;
	border: 1px solid rgba(0,252,255,.5);
	color: #00fcff;
	cursor: pointer;
}
#content .Eright .Ebox .lists-item:hover{
	background: rgba(0,252,255,.3);
	box-shadow: rgba(0,252,255,.5) 0px 0px 10px;
}
#content .Eright .Ebox .lists-item .item-box{
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
}
#content .Eright .Ebox .lists-item .item-box .item-logo {
	width: 30px;
	height: 30px;
	overflow: hidden;
}
#content .Eright .Ebox .lists-item .item-box .item-title{
	max-width: 90%;
}
#content .Eright .Ebox .lists-item .item-box .item-logo .imgs{
	width: 30px;
	height: 30px;
}
#content .Eright .Ebox .lists-item .item-box .item-title .txt{
	margin-left: 15px;
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}
#content .Eright .Ebox .lists-item .item-box .item-title .txt:after{
	content: '';position: absolute;bottom: -5px;height: 1px;left: 0;width: 100%;
	background-color: rgba(0,252,255,.8);visibility: hidden;transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#content .Eright .Ebox .lists-item:hover .item-box .item-title .txt:after{
	visibility: visible;
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
}


.overflows{
	width: calc(100% + 22px );
	overflow-x: hidden;
    overflow-y: auto;
    height: 98%;
}
#content .blockbox{
	width: 100%;
    height: 95%;
}
#content .blocklist{
	min-height: 30px;
	align-items: center;
	margin: 10px 0;
	padding-left: 5%;
	position: relative;
}
#content .blocklist .block{
	width: 22px;
	height: 12px;
	border-radius: 3px;
	background: #007DDB;
	margin: 0 10px;
}
#content .blocklist .nums{
	font-weight: bold;
	color: #00fffb;
	cursor: pointer;
}
.small-text{
	font-size: 14px;
	padding-left: 5px;
}
#content .alllist{
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	padding: 10px;
	z-index: 999;
	background: #071532;
	border: 1px solid #344871; 
	border-radius: 5px;
}
#content .small-list{
	margin: 8px 0;
}
.colors0{
	background: #e68d1a !important;
}
.colors1{
	background: #31ec13 !important;
}
.colors2{
	background: #13ecda !important;
}
.colors3{
	background: #ec4113 !important;
}
.colors4{
	background: #137eec !important;
}
.colors5{
	background: #8c7cdf !important;
}
.colors6{
	background: #d64ddf !important;
}
.colors7{
	background: #df4d7d !important;
}

#copyList .copyList-box{
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
}
#copyList .copyList-uls{
	padding: 10px 5px;
}
#copyList .copyList-uls .copyList-item{
	margin: 12px auto;
	cursor: pointer;
}
#copyList .copyList-uls .copyList-item:hover{
	color: #00fcff;
	text-decoration: underline;
}
#content .biglang .item-Title{
	height: 8%;
}
#content .biglang .item-box{
	height: 92%;
}
.banner-img{
	width: 100%;
	margin: 0 auto;
}
.banner-item{
	float: left;
	width: 50%;
	height: 50%;
}
.banner-img .imgs{
	width: 98%;
	height: 94%;
	display: block;
	margin: 2% auto 0;
}
.banner-img .imgs img{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.Banner-video{
	width: 98%;
	margin: 0 auto;
	height: 92%;
}
.magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
    width: 40px;
    background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 0;
}

.magnify-footer .magnify-toolbar {
    display: inline-block;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.Banners{
	border: 2px solid #0a629b;
}
.Banners .item-Title{
	height: 8% !important;	
}
.Banners .banner-img{
	height: 92%;
}

