html,body{
	background-color: white;
}
.mapBox{
	overflow: hidden;
}
.titleTop{
	margin: 20px 0 30px
}
.mapTitle{
	color: #f6f6f7;
	font-size: 48px;
	font-weight: bolder;
	letter-spacing: 4px;
	margin-left: -4px;
	line-height: 48px;
	position: relative;
}
.mapTitle span{
	position: absolute;
	left: 2px;
	top: -15px;
	font-size: 30px;
	font-weight: bold;
	color: #18191c;
}

#container{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.blockBottom{
	padding-bottom: 30px;
}
.custom-input-card{
    width: 18rem;
}

.custom-input-card .btn:last-child{
    margin-left: 1rem;
}

.content-window-card{
    position: relative;
    width: 24rem;
    padding: 0rem;
    box-shadow: none;
    bottom: 0;
    left: 0;
}

.content-window-card p{
    height: 2rem;
}
.amap-info-content {
    padding: 18px!important;
    margin-bottom: 15px;
    z-index: 0;
}
.amap-info-close{
	top: 10px;
	right: 10px!important;
	display: none;
}
.amap-container img{
	margin-bottom: 8px;
}
.bottom-center .amap-info-sharp{
	bottom: 18px;
}
.swiper-container-team{
	width: 100%;
}
.swiper-container-team img{
	width: 100%;
}
.swiper-container-team .swiper-slide{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0.4;
}
.swiper-container-team .swiper-slide-active{
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: 1s all;
	-webkit-transition: 1s all;
	opacity: 1;
}
.indexTitle{
	color: #f6f6f7;
	font-size: 48px;
	font-weight: bolder;
	letter-spacing: 4px;
	line-height: 48px;
	position: relative;
	width: 100%;
	margin-top: 80px;
	text-align: center;
}
.indexTitle span{
	position: absolute;
	left: 0px;
	top: -15px;
	font-size: 30px;
	font-weight: bold;
	color: #18191c;
	width: 100%;
	text-align: center;
}
.indexTitle::after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -40px;
	width: 20px;
	height: 20px;
	background: url(../img/star.png) no-repeat center center;
	background-size: 100%;
}
#zjBox{
	padding-top: 20px;
	background: url(../img/zjback.png) no-repeat bottom center;
	padding-bottom: 126px;
	/*background-size: 100%;*/
}
.more1{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.zjTxt{
	width: 78.5%;
	padding:120px 150px;
	background-color: #01428f;
	margin: 0 auto;
}
.zjName{
	font-size: 40px;
	font-weight: bold;
	color: white;
	line-height: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid white;
}
.zjProject{
	font-size: 24px;
	color: white;
	margin: 40px 0 20px 0;
}
.zjContent{
	font-size: 22px;
	color: #a6b6e1;
	line-height: 50px;
	font-weight: lighter;
	padding-right: 100px;
	height: 150px;
}
#zjBox .indexTitle {
    color: #edeef0;
    margin-bottom: 30px;
}
#zjBox  .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
}
.indexBox{
	width: 100%;
	text-align: center;
}
.indexTitle .indexBox {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -22px;
}
.indexTitle .indexBox span{
	position: relative;
	left: auto;
	top: auto;
	font-size: 20px;
	color: #a5a5a6;
	font-weight: lighter;
	cursor:pointer;
}
.indexTitle .indexBox span.has{
	font-size: 30px;
    font-weight: bold;
    color: #18191c;
}
.indexTitle .indexBox span.has::after{
	content: "";
	width: 30px;
	height: 6px;
	background-color: #01428f;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
}
.proBox{
	border: 1px solid #eff0f1;
}
.proBox a{
	display: block;
	padding: 0 186px 0 66px;
	line-height: 100px;
	color: #18191c;
	font-size: 22px;
	position: relative;
	background-color: #f3f5fb;
}
.proBox a:nth-child(2n)
{
	background-color: transparent;
}
.proBox a span{
	width: 186px;
	color: #9fa0a5;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
}
.proBox a p{
	width: 100%;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.getMore{
	width: 100%;
	display: block;
	height: 80px;
	background: url(../img/more2.png) no-repeat center center;
	background-color: #f3f5fb;
	margin-top: 40px;
}
.newsTime{
	font-size: 16px;
	line-height: 40px;
	color: #99999a;
}
.newBox a{
	display: block;
	width: 23.2%;
	float: left;
	margin-right: 2.4%;
	margin-bottom: 10px;
	
}
.newBox a:nth-child(4n)
{
	margin-right: 0;
}
.newsImg{
    width: 100%;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
}
.newsImg img{
	width: 100%;
}
.newTitles{
	width: 100%;
	font-size: 22px;
	color: #18191c;
	line-height: 32px;
	margin-top: 10px;
	height: 64px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.hot{
	width: 25%;
	position: absolute;
	right: 0px;
	top: 0px;
}
.hot img{
	width: 100%;
}
.profileImg{
	float: right;
	width: 34%;
}
.profileTxt{
	float: left;
	width: 62%;
	font-size: 20px;
	line-height: 40px;
	text-align: justify;
	font-weight: lighter;
	text-indent: 40px;
}
.profileImg img{
	width: 100%;
}
.profileMore{
	margin-top: 15px;
}
.profileMorePhone{
	display: none;
}
@media only screen and (max-width: 1199px) {
	.zjTxt{
		padding: 60px 75px;
	}	
	.profileImg{
		display: none;
	}
	.profileTxt{
		width: 100%;
	}
	.profileMore{
		display: none;
	}
	.profileMorePhone{
		display: block;
	}
}
@media only screen and (max-width: 1023px) {
	.profileTxt{
		    font-size: 12px;
    	line-height: 18px;
	}
	.newBox a{
		width: 48%;
		margin-right: 4%;
	}
	.newBox a:nth-child(2n)
	{
		margin-right: 0%;
	}
	.zjName{
		font-size: 30px;
	    line-height: 40px;
	    padding-bottom: 30px;
	}	
	.zjProject{
		font-size: 16px;
	    margin: 30px 0 10px 0;
	}
	.zjContent{
		font-size: 14px;
	    line-height: 36px;
	    padding-right: 100px;
	    height: 108px;
	}
}
@media only screen and (max-width: 767px) {	
	#proclamation .indexTitle{
		margin-bottom: 20px;
	}
	.newBox a {
	    margin-bottom: 5px;
	}
	.newsTime {
	   font-size: 10px;
    	line-height: 24px;
	}
	.newTitles {
	    font-size: 12px;
	    line-height: 18px;
	    margin-top: 5px;
	    height: 36px;
    }
	.getMore{
		height: 40px;
		background-size: 48px;
		margin-top: 20px;
	}
	.proBox a{
		padding: 0 100px 0 20px;
		font-size: 12px;
		line-height: 50px;
	}
	.proBox a span{
		width: 100px;
		font-size: 10px;
	}
	#zjBox  .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.zjTxt{
		width: 100%;
		padding: 30px 20px;
	}
	.zjName{
		font-size: 16px;
	    line-height: 30px;
	    padding-bottom: 15px;
	    
	}
	.more1{
		width: 48px;
	}
	.more1 img{
		width: 100%;
	}
	#zjBox{
		padding-bottom: 50px;
	}
	.zjProject{
		font-size: 14px;
	    margin: 15px 0 5px 0;
	}
	.zjContent {
	    font-size: 12px;
	    line-height: 24px;
	    padding-right: 60px;
	    height: 72px;
	}
	.bottomTxt>.floatl{
		float: none;
	}
	.bottomTxt>.floatr{
		float: none;
	}
	.er{
		width: 110px;
		height: 110px;
	}
	.erTxt {
		font-size: 12px;
	}
	.erBoxOut{
		width: 260px;
		margin: 0 auto;
	}
	.chat {
	    font-size: 12px;
	    line-height: 30px;
	     margin-bottom: 0px; 
	}
	.chatBox{
		margin-bottom: 10px;
	}
	.mapTitle{
		font-size: 24px;
		letter-spacing: 2px;
		margin-left: -2px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.mapTitle span{
		left: 2px;
		top: -8px;
		font-size: 18px;
	}
	.indexTitle{
		font-size: 24px;
		letter-spacing: 2px;
		margin-left: -2px;
		line-height: 24px;
		margin-top: 60px;
		margin-bottom: 10px;
	}
	.indexTitle span{
		left: 2px;
		top: -8px;
		font-size: 18px;
	}
	.indexTitle::after{
		width: 14px;
		height: 14px;
		top: -30px;
		margin-left: -7px;
	}
	.indexTitle .indexBox{
		top: -4px;
	}
	.indexTitle .indexBox span {
	    top: -8px;
	    font-size: 12px;
	}
	.indexTitle .indexBox span.has {
	    font-size: 18px;
	}
	.indexTitle .indexBox span.has::after {
	    content: "";
	    width: 20px;
	    height: 3px;
	    bottom: -10px;
	}
	#zjBox .indexTitle {
	    margin-bottom: 10px;
	}
}

