@font-face {
	font-family: '站酷高端黑';
	src: url('//www.kb0yun.com/css/fonts/站酷高端黑.ttf') format('truetype');
}
.backg{
	position: relative;
	width: 100%;
	height: 30rem;
	z-index: 1;
}
.backg-title{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	color: #fff;
	z-index: 5;
	margin-top: 60px;
}
.backg-title>h3{
	font-size: 55px;
	padding-top: 120px;
	font-weight: unset;
	font-family:"站酷高端黑";
}
.backg-title>p{
	padding: 5px 0;
	margin-left: 25%;
	width: 50%;
	font-size: 35px;
	font-weight: unset;
	font-family:"站酷高端黑";
	border-top:5px solid #fff
}
.menubar{
	width: 100%;
	/* padding-left: 20px; */
	position: absolute;
	bottom: 0%;
	display: flex;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999;
}
.menubar>div{
	margin-left: 20px;
	padding: 16px 20px;
}
.menubar>div>a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.profile{
	padding: 40px 0 20px 0;
	width: 100%;
	text-align: center;
}
.profile>p:first-child{
	font-style: italic;
	color: #cccccc;
	font-size: 32px;
	font-weight: bold;
}

.profile>p:last-child{
	font-size: 32px;
}

.word{
	width: 100%;
	display: flex;
	/* padding: 20px; */
	
}
.word>div{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.word>div>p{
	padding: 50px;
	word-break: break-all;
	text-align: justify;
	line-height: 28px;
}
.word>div>img{
	/* padding: 60px; */
	width: 90%;
	height: auto;
}
.vision{
	width: 100%;
	margin: 80px 0px 50px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* align-items: center; */
}
.vision>div{
	width: 24%;
	margin-left: 40px;
	/* box-shadow: 0px 0px 2px 2px #cccccc; */
	    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	position: relative;
	border-radius: 5px;
}
.icon{
	/* padding-top: 20px; */
	margin-top: 20px;
	transition: transform 0.5s ease;
}
.t1{
	font-size: 20px;
	font-weight: bold;
	color: #2276fc;
	padding-top:10px;
}
.t2{
	font-size: 16px;
	padding: 10px 0 30px 0;
}

.vision>div:hover{
	.icon{transform: rotate(360deg);}
}

.his{
	width: 100%;
	padding: 4% 0 10% 0;
	overflow: hidden;
}
.his::before{
	content: '';
	width: 1px;
	height:180%;
	position: absolute;
	background-color: #ededed;
	left: 50%;
	z-index: -1;
}
.his>ul{
	position: relative;
	width:80%;
	margin-left: 10%;
}

.his>ul>li:nth-child(2n+1){
	float: left;
	list-style: none;
	width: 100%;
	display:flex;
	align-items: center;
}

.his>ul>li:nth-child(2n){
	float: right;
	width: 100%;
	list-style: none;
	display:flex;
	align-items: center;
	justify-content: end;
}


.his>ul>li::before{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	border: 1px solid #666;
	border-radius: 50%;
	left: 50%;
	background-color: #fff;
	margin-left: -5px;
}


.his>ul>li:nth-child(2n+1)::after{
	content: '';
	width: 50%;
	height: 1px;
	position: absolute;
	background-color: #ededed;
	margin-left: -5px;
	left: 0;
	z-index:-1;
}

.his>ul>li:nth-child(2n)::after{
	content: '';
	width: 50%;
	height: 1px;
	position: absolute;
	background-color: #ededed;
	right: 0;
	z-index: -1;
}

.hiscon{
	width: 40%;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	margin-top: -10px;
	
}
.hiscon>div{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hiscon>div>p:first-child{
	font-size: 24px;
	color:#2276fc;
	font-weight: bold;
}
.hiscon>div>p:last-child{
	font-size: 14px;
	padding: 10px;
	color: #333;
	word-break: break-all;
}

/* 企业资质 */
.honor{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inhonor{
	margin-top: 2.125rem;
	width: 80%;
	display: flex;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	 padding: 20px;
	
}
.inhonor>div{
	width: 50%;
}
.honorimg{
	display: flex;
	justify-content: center;
	align-items: center;
}
.honorword>div:first-child{
	display: flex;
	justify-content: left;
	align-items: center;
}
.honorword>div:first-child>p:first-child{
	font-size: 24px;
	padding-left: 20px;
}
.honorword>div:first-child>p:last-child{
	font-size: 52px;
	font-weight: bolder;
	color:#2276fc

}
.honorword>div:last-child>p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding-left: 20px;
}



.patent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inpatent{
	margin-top: 2.125rem;
	width: 80%;
	display: flex;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	 padding: 20px;
}
.patentword{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	padding: 0px 20px 20px 20px;
}
.patentimg{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.patentt1{
	display: flex;
	flex-direction: row;
}
.patentt1>div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 30px 10px 0;
}
.patentt1>div>span:first-child{
	color: #2276fc;
	font-size: 36px;
	font-weight: bold;
}
.patentt1>div>span:last-child{
	color: #333;
	font-size: 18px;
}
.patentt2>span{
	display: flex;
	align-items: center;
	justify-content: left;
	color: #333;
	font-size: 18px;
}
.patentt2>span>span{
	color: #2276fc;
	font-size: 24px;
}

/* 联系我们 */
.add{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inadd{
	margin-top: 2.125rem;
	width: 90%;
	display: flex;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	margin-bottom: 50px;
}
.addtxt{
	width: 35%;
	padding: 60px 30px 0 60px;
	background-color: rgba(0, 0, 0, .02);
}
.addtxt>div{
	display: flex;
	align-items: center;
}


.addmap{
	width: 65%;
	/* height: 400px; */
	/* border: 1px solid red; */
}
.addmap>#map{
	/* border: 1px solid red; */
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin:0;
}


.form2{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#app2{
	width:80%;
	
}
