
.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: 98%;
}
#content .Eright{
	margin-left: 2%;
}
#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: 20px;
	font-weight: bold;
}
#content .colorTitle{
	
}
#content .item-box{
	height: 85%;
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}
#content .item-box .introduction{
	padding-top: 10px;
}
/*电脑*/
@media only screen and (max-width: 1920px) {
	#content .item-box .introduction{
		line-height: 30px;
		letter-spacing: 3.2px;
		font-size:20px;
	}
	#content .item-box .introduction>p:first-child{
		text-indent: 2.8rem;
	}
}
/*大屏*/
@media only screen and (min-width: 1921px) {
	#content .item-box .introduction{
		line-height: 40px;
	    letter-spacing: 4px;
	    font-size: 21px;
	}
	#content .item-box .introduction>p:first-child{
		text-indent: 3.3rem;
	}
}
#content .item-box .introduction>p{
	text-align: justify;
}

#content .Cmap{
	position:relative;
	border: 2px solid #1b70b9;
}
#content .Cmap .map1{
	height: 50%;
	align-items: center;
	justify-content: space-around;
}
#content .Cmap .map2{
	height: 50%;
	align-items: center;
}
#content .map1 .imgs{
	width: calc(100% - 60px);
	display: inline-block;
	margin: 20px 30px 20px 0;
	height: calc(100% - 40px);
	max-width: 27vw;
}
#content  .map2 .imgs{
	width: calc(100% - 60px);
	display: inline-block;
	margin: 0 30px;
	height: calc(100% - 30px);
}
#content .Cmap .imgs:first-child{
	margin-left: 30px;
}
#content .Eright-top{
	height: 100%;
}
.overflows{
	width: calc( 100% + 30px );
	overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
#content .blockbox{
	width: 100%;
    height: 95%;
}
#content .blocklist{
	min-height: 30px;
	font-size: 20px;
	align-items: center;
	margin: 0.7rem 0;
	padding-left: 2%;
	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;
}
.Active{
	color: #31ec13;
}
.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;
}
#searchs .nav-box{
	height: 60px;
	width: 83%;
	margin: 5px auto;
	align-items: flex-end;
	justify-content: flex-start;
}
#searchs .nav-box .times{
	float: right;
}
#searchs .navs-left .nav-box{
	align-items: center;
}
#searchs .nav-box .company{
	margin: 0 auto;
	position: relative;
}
#searchs{
	padding-top: 30px;
	height: 65px;
}
#copyList{
	height: calc( 100% - 120px );
}
#searchs .nav-box .companyList{
	display: none;
	position: absolute;
	z-index: 1;
	min-width: 84%;
	max-width: 100%;
	top: 50px;
	left: 0;
	height: auto;
	padding: 5px 0;
    background: #3c5282;
    border-radius: 5px;
    box-shadow: rgba(51,206,224,0.5) 0px 0px 10px;
}
#searchs .nav-box .companyList .companyList-item{
	height: 30px;
	line-height: 30px;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px dashed #68737a;
}
#searchs .nav-box .companyList .companyList-item:last-child{
	border-bottom: none;
}
#searchs .nav-box .companyList .acList{
	background: #2f446f;
}
#searchs .nav-box .companyList .companyList-item:hover{
	background: #2f446f;
}
#searchs .nav-box .companyList .companyList-item>a{
	color: #FFFFFF;
	display: block;
	font-size: 16px;
}
#searchs .nav-box .arrow  .up{
	background: url(../img/arrow-up.png) no-repeat center;
	background-size: 100% 100%;
}
#searchs .nav-box .lists{
	margin-right: 15px;
}
#searchs .nav-box .lists>a{
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	height: 50px;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 0 10px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 3px;
	min-width: 120px;
	box-shadow: rgba(47,218,255,1) 0px 0px 5px inset; 
	border-radius: 5px 5px 0 0;
	border: 1px solid #00bdc0;
	clear: both;
}
#searchs .nav-box .nav-item>a .icon{
	height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
    margin: 0 5px;
    padding-top: 12px;
}
#searchs .nav-box .company{
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#searchs .nav-box .company .logo{
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 2%;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#searchs .nav-box .company .logo .logo-img{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/company.png) no-repeat center;
	background-size: 100% 100%;
}
#searchs .nav-box .company .search-input{
	background: #FFFFFF;
	color: #777777;
	height: 48px;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 0 15px 0 45px;
	line-height: 48px;
	width: 100%;
	flex-basis: 70%;
	box-shadow: rgba(47,218,255,1) 0px 0px 10px ; 
	border-radius: 2px;
	border: none;
	clear: both;
}
#searchs .nav-box .company .search{
	flex-basis: 20%;
	height: 38px;
}
#searchs .nav-box .company .search .search-icon{
	margin-left: 10px;
	background: url(../img/search.png) no-repeat center;
	background-size: 60% 60%;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
#searchs .nav-box .company .search .search-icon:hover{
	background-size: 85% 85%;
}
#searchs .nav-box .active>a{
	box-shadow: rgba(47,225,255,1) 0px 0px 20px inset; 
	color: #defc13;
	font-size: 14px;
}
#copyList .copyList-box{
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
}
#copyList .copyList-uls{
	padding: 1.5rem 5px 0px 5px;
}
#copyList .copyList-uls .copyList-item{
	margin: 12px auto;
	cursor: pointer;
	font-size: 20px;
}
#copyList .copyList-uls .copyList-item:hover{
	color: #00fcff;
	font-size: 20px;
	text-decoration: underline;
}

/*alert-skin皮肤自定义*/
body .alert-class .layui-layer-title{
	font-size: 24px;
	background: #284e8a;
	border-color: #284e8a;
	color: #FFFFFF;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
}
#SummaryHtml{
	background: #1e2c4c;
	color: #FFFFFD;
}
#SummaryHtml .box{
	width: 99%;
	margin: 10px auto;
}
#SummaryHtml .box-ul{
	width: 100%;
}
#SummaryHtml .box-ul .box-item{
	float: left;
	width: 14.28%;
}
#SummaryHtml .box-ul .items{
	width: calc( 96% - 10px );
	margin: 0 auto;
	background: #3b709e;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}
#SummaryHtml .small-tag{
	padding-left: 3px;
}
#SummaryHtml .box-ul .title{
	color: #febe00;
	font-size: 20px;
	padding: 5px 0;
	font-weight: bold;
}
#SummaryHtml .box-ul .item-a{
	color: #FFFFFF;
	display: block;
}
#SummaryHtml .box-ul .info-list{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#SummaryHtml .box-ul .info-list:last-child{
	background: rgb(30, 44, 76,0.8);
	width: calc( 100% + 4px );
	margin-left: -4px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-left: 4px;
	box-shadow: #00fcff 0px 0px 5px inset;
	margin-top: 5px;
	border-top: 1px solid #00ceff ;
}
#SummaryHtml .box-ul .info-list .marquee{
	color: #ff6e00;
}
#SummaryHtml .html-title{
	text-align: center;
	margin: 5px auto 15px;
}
#SummaryHtml .title{
	font-size: 26px;
	font-weight: bold;
}
#SummaryHtml .title .txt{
	color: #00fcff;
	padding: 0 3px;
	font-size: 24px;
	letter-spacing: 3px;
}
#SummaryHtml .box-ul .items:hover{
	box-shadow: #649fb1 0px 0px 3px;
	-webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
    	-webkit-transform: translateY(-4px);
        transform: translateY(-4px)
        
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
        
    }
}
#SummaryHtml .status{
	display: inline-block;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 5px;
}
#SummaryHtml .stype .txt{
	color: #00ff6f;
}
#SummaryHtml .wtype .txt{
	color: #ff4900;
}
#SummaryHtml .stype .status{
	background: #00ff6f;
	animation: animat 0.5s infinite linear;
}
#SummaryHtml .wtype .status{
	background: #ff4900;
	width: 15px;
	height: 15px;
}
@keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff6f;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-webkit-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff6f;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-moz-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff6f;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
@-ms-keyframes animat{
	0%{
		background: #FFFFFF;
	}
	50%{
		background: #00ff6f;
		transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
		-moz-transform: scale(1.5,1.5);
		-ms-transform: scale(1.5,1.5);
		-o-transform: scale(1.5,1.5);
	}
	100%{
		background: #FFFFFF;
	}
}
.fadeInDown {
	 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
