/* 关于我们--开始 */
.introduce {
	background: url(/assets/image/introduce.jpg) center / cover no-repeat;
	padding: 80px 0 130px;
	overflow: hidden;
}

.introduce .introduce_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	float: left;
	background-color: #ffffffa1;
	padding: 40px;
	box-shadow: -1px 1px 3rem 4px rgb(0 0 0 / 13%);
}

.introduce .introduce_box .js_img {
	width: 48%;
	margin-right: 0px;
	overflow: hidden;
}

.introduce .introduce_box .js_img img {
	width: 100%;
	animation: slideanim 20s infinite;
}

.introduce .introduce_box .js_text {
	width: 50%;
	margin: 0;
}

.introduce .introduce_box .js_text img {
	height: 69px;
	margin-bottom: 20px;
}

.introduce .introduce_box .js_text h1 {
	font-size: 36px;
	margin: 0px 0 20px;
	color: #000;
	font-weight: bold;
}

.introduce .introduce_box .js_text p {
	line-height: 26px;
	text-indent: 2em;
	text-align: justify;
	font-weight: 300;
	color: #000;
}


/* 关于我们--结束 */

/* 组织架构 --开始 */
.Organizational {
	width: 100%;
	overflow: hidden;
	margin: 50px 0px 100px;
}

.Organizational_box {
	max-width: 1240px;
	margin: 0 auto;
}

.Organizational_box img {
	width: 100%;
}

/* 组织架构 --结束 */



/* 企业文化 --开始*/
.culture {
	background: url(/assets/image/qywnbg.jpg) center / cover no-repeat;
	padding: 60px 0 170px;
	overflow: hidden;
}

.culture .culture_text {
	margin-top: 20px;
	overflow: hidden;
	float: left;
}

.culture .culture_text li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.culture .culture_text li h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	width: 100%;
	margin: 0;
	color: #003fa8;
}

.culture .culture_text li p {
	margin: 1px 0px;
	line-height: 28px;
	width: 100%;
	float: left;
	font-weight: 300;
}

/* 企业文化 --结束*/


/* 代理招商 --开始 */
.Investment {
	background: url(/assets/image/Investment.jpg) center / cover no-repeat;
	padding: 60px 0 170px;
	overflow: hidden;
}

.Investment_box {
	width: 64%;
	float: left;
	padding: 50px;
	background-color: #ffffffa1;
	margin-top: 30px;
	box-shadow: -1px 1px 3rem 4px rgb(0 0 0 / 13%);
}

.Investment_box h3 {
	font-size: 46px;
	margin: 0px;
}

.Investment_box h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	margin-top: 30px;
	color: #003fa8;
	margin-bottom: 0px;
}

.Investment_box p {
	font-weight: 300;
	line-height: 26px;
	margin: 0;
}

.Investment_box h5 {
	color: #003fa8;
	font-size: 20px;
	font-style: oblique;
}

/* 代理招商 --结束 */

/* 资料下载--开始 */
.DownloadMaterials {
	width: 100%;
	overflow: hidden;
	margin: 80px 0px 100px;
}

.DownloadMaterials ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.DownloadMaterials ul li {
	width: 24%;
	padding: 10px;
	background: #003fa8;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-end;
	transition: all 0.5s;
	align-items: center;
}

.DownloadMaterials ul li .lt {
	width: 42%;
	float: left;
	text-align: left;
}

.DownloadMaterials ul li .lt img {
	width: 100%;
}

.DownloadMaterials ul li .rt {
	width: 52%;
	float: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.DownloadMaterials ul li .rt h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
}

.DownloadMaterials ul li .rt a {
	line-height: 38px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 10px;
	width: 100%;
	color: #fff;
}

.DownloadMaterials ul li .rt a .icon {
	font-size: 26px;
	margin-right: 5px;
}

/* 资料下载--结束 */

/* 技术服务--开始 */
.SeriveSupport {
	width: 100%;
	overflow: hidden;
	margin: 50px 0px 100px;
}

.SeriveSupport ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.SeriveSupport ul li {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.SeriveSupport ul li .serive_img {
	width: 50%;
	overflow: hidden;
}

.SeriveSupport ul li .serive_img img {
	width: 100%;
	transition: all 0.6s;
}

.SeriveSupport ul li .serive_img img:hover {
	transform: scale(1.1);
	transition: all 0.6s;
}

.SeriveSupport ul li .txtbox {
	width: 50%;
	float: left;
	text-align: left;
	padding: 30px;
}

.SeriveSupport ul li .txtbox h2 {
	font-size: 24px;
	font-weight: bold;
	transition: all 0.6s;
	line-height: 50px;
}

.SeriveSupport ul li .txtbox p {
	line-height: 28px;
	color: #000;
	width: 100%;
	transition: all 0.6s;
	font-weight: 300;
}

.SeriveSupport ul li:hover .txtbox h2,
.SeriveSupport ul li:hover .txtbox p {
	color: #003fa8;
	transition: all 0.6s;
}

/* 技术服务--结束 */


/* 联系我们--开始 */
.cont {
	width: 100%;
	overflow: hidden;
	margin: 50px 0px 100px;
}


.cont .w {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.cont .cont_box {
	width: 42%;
	float: left;
}

.cont .cont_box ul {
	width: 100%;
	background-color: #003fa8;
	padding: 40px;
	margin: 0;
	overflow: hidden;
}

.cont .cont_box ul img {
	height: 83px;
	margin-bottom: 20px;
}

.cont .cont_box ul .lxwm_a {
	width: 100%;
	border-bottom: 1px solid #002f71;
	padding: 0px 0px 20px;
	float: left;
	margin-bottom: 25px;
}

.cont .cont_box ul h1 {
	line-height: 40px;
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
	text-align: left;
	margin: 0;
}

.cont .cont_box ul h3 {
	line-height: 26px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	text-align: left;
}

.cont .cont_box ul li {
	margin: 10px 0;
	font-weight: 300;
	color: #fff;
	float: left;
	width: 100%;
}

.cont .cont_box ul li span {
	font-size: 16px;
	margin-right: 10px;
	color: #003fa8;
	padding: 8px;
	background: #fff;
	border-radius: 25px;
}

.cont .cont_box ul .lxewm {
	width: 130px;
	float: left;
	margin-right: 15px;
}

.cont .cont_box ul .lxewm img {
	width: 130px;
	float: left;
	height: 130px;
	margin: 0;
}

.cont .cont_box ul .lxewm p {
	font-weight: 300;
	margin: 10px 0px;
	text-align: center;
	float: left;
	color: #ffffff;
	width: 100%;

}

.iw_poi_title {
	color: #003fa8;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
	border-bottom: 1px dashed #003fa8;
	display: block;
	margin-top: -2px;
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.right_input {
	width: 45%;
	float: right;
}

.right_input h3 {
	font-size: 28px;
	margin: 0 0 30px;
	font-weight: bold;
	text-align: left;
	padding: 0;
}

.right_input h4 {
	line-height: 36px;
	font-size: 22px;
	font-weight: 300;
	color: #003fa8;
	margin: 0;
	text-align: left;
}

.right_input ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0px;
}

.right_input li {
	width: 100%;
	margin: 0 0 20px;
}

.right_input .bz_box {
	width: 100%;
}

.right_input #bzContact {
	width: 100%;
	height: 100px;
	outline: none;
	border: 1px solid #999;
	background: none;
	padding: 10px;
}

.right_input li input {
	width: 100%;
	height: 43px;
	border: 1px solid #999;
	padding: 10px;
	font-size: 14px;
	font-weight: 300;
}

.right_input #bzContact:focus,
.right_input li input:focus {
	font-size: 14px;
	padding: 10px;
	background-color: #fff;
	width: 100%;
	outline: none;
	font-weight: 300;
}

.right_input li .tips {
	font-size: 12px;
	color: #003fa8;
	position: relative;
	top: 4px;
}

.right_input #insubmit {
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #003fa8;
	display: block;
	clear: both;
	color: #fff;
	text-align: center;
	border-radius: 67px;
	transition: all 0.6s;
	line-height: 71px;
}

.right_input #insubmit:hover {
	background-color: #4c79c5;
	color: #fff;
	transition: all 0.6s;
}

/* 联系我们--结束 */
@media(max-width:980px) {

	/*关于我们  */

	.introduce {
		width: 100%;
		overflow: hidden;
		padding: 50px 0px 100px;
	}

	.introduce .introduce_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
	}

	.introduce .introduce_box .js_img {
		width: 100%;
		margin-right: 0px;
		overflow: hidden;
	}

	.introduce .introduce_box .js_text {
		width: 100%;
		margin-top: 15px;
	}

	/* 组织架构 */

	.Organizational {
		width: 100%;
		overflow: hidden;
		margin: 50px 0px 100px;
	}


	/* 企业文化 */

	.culture {
		background: url(/assets/image/qywnbg.jpg) center / cover no-repeat;
		width: 100%;
		padding: 50px 0px 130px;
		background-position-x: 75%;
		background-position-y: 25%;
	}

	.culture .culture_text {
		margin: auto 0;
		width: 100%;
	}

	.culture .culture_text li {
		margin-bottom: 30px;
	}

	/* 技术服务 */
	.SeriveSupport {
		width: 100%;
		overflow: hidden;
		margin: 50px 0px 100px;
	}

	.SeriveSupport ul li {
		width: 100%;
		overflow: hidden;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.SeriveSupport ul li .serive_img {
		width: 100%;
		overflow: hidden;
	}

	.SeriveSupport ul li .txtbox {
		width: 100%;
		float: left;
		text-align: left;
		padding: 0px;
	}

	/* 资料下载 */
	.DownloadMaterials {
		width: 100%;
		overflow: hidden;
		margin: 50px 0px 100px;
	}

	.DownloadMaterials ul li {
		width: 100%;
		padding: 10px;
		background: #003fa8;
		text-align: center;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content: flex-end;
		transition: all 0.5s;
		align-items: center;
	}


	/* 代理招商 */
	.Investment {
		background: url(/assets/image/Investment.jpg) center / cover no-repeat;
		padding: 50px 0 100px;
		overflow: hidden;
	}

	.Investment_box {
		width: 100%;
		float: left;
		padding: 20px;
		background-color: #ffffffa1;
		margin-top: 0px;
		box-shadow: -1px 1px 3rem 4px rgb(0 0 0 / 13%);
	}

	.Investment_box h3 {
		font-size: 36px;
		margin: 0px;
	}

	/* 联系我们 */
	.cont {
		width: 100%;
		overflow: hidden;
		padding: 50px 0px 100px;
	}

	.cont .cont_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.cont .cont_box ul {
		width: 100%;
		background-color: #003fa8;
		padding: 20px;
		margin: 0;
		overflow: hidden;
	}

	.contimg {
		width: 100%;
		margin-left: 0;
		overflow: hidden;
		margin-top: 20px;
	}

	.message {
		width: 100%;
		overflow: hidden;
		padding: 80px 0px;
		background: url(/assets/image/message.jpg) no-repeat;
		background-position-x: center;
		background-position-y: center;
		float: left;
	}

	.right_input {
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}

	.right_input ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px 0px 0px;
	}

	.right_input li {
		width: 100%;
		margin: 0 0 20px;
	}

	.right_input h3 {
		font-size: 28px;
		margin: 0 0 30px;
		font-weight: bold;
		text-align: left;
		padding: 0;
	}


}