.banner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-image: url(/templates/1/default/_files/img/banner.jpg);
	background-size: auto 500px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner_video {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	height: 500px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner_video video {
	height: 100%;
	border: 0px;
	font-size: 0px;
}

.banner_box {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 100%;
	height: 500px;
}

.banner_list1 {
	width: 1200px;
	margin: 140px auto 0 auto;
}

.banner_box h2 {
	width: 100%;
	font-size: 60px;
	color: #2761ff;
}

.banner_box h3 {
	width: 100%;
	font-weight: normal;
	margin-top: 40px;
	font-size: 30px;
	color: #303030;
}

.banner_box p {
	text-align: left;
	margin-top: 20px;
	color: #000;
}

.banner_box p span {
	margin-right: 40px;
	font-size: 16px;
}

.banner_box button {
	display: block;
	width: 150px;
	height: 50px;
	margin: 30px 0;
	background: none;
	border: 0px;
	color: #fff;
	border-radius: 6px;
	background-color: #2761ff;
	transition: background-color 0.5s ease;
}

.banner_box button:hover {
	background-color: rgba(39, 97, 255, 0.7);
}

.product_main {
	position: absolute;
	top: 300px;
	width: 100%;
}

.product_title {
	width: 100%;
	text-align: center;
}

.product_title h4 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 80px;
}

.product_title p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}


.about_introduce_box {
	width: 100%;
	background-color: #fff;
}

.about_introduce {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(/templates/1/default/_files/img/FUSION.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: 50%;
}

.about_introduce_l {
	margin-left: 50px;
	margin-top: 20px;
	float: left;
	font-size: 20px;
	color: #2761ff;
}

.about_introduce_r {
	float: right;
	width: 800px;
	line-height: 30px;
}

.about_reason {
	padding: 50px 0;
	overflow: hidden;
	background-color: #efefef;
}

.about_reason h3 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

.about_reason_list {
	position: relative;
	margin: 40px auto 0 auto;
	width: 1200px;
	overflow: hidden;
}

.about_reason_item {
	float: left;
	padding: 25px;
	width: 350px;
	height: 200px;
}

.about_reason_item h4 {
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	color: #444;
}

.about_reason_item p {
	width: 100%;
	line-height: 26px;
	color: #999;
	font-size: 16px;
}

.about_reason_item:last-child {
	background-color: #2761ff;
}

.about_reason_item:last-child h4 {
	color: #fff;
}

.about_reason_item:last-child p {
	color: #eee;
}

.about_contact_box {
	width: 100%;
}

.about_contact {
	padding: 50px 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.about_contact h3 {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
}

.about_contact_content {
	float: left;
	margin-top: 20px;
	padding: 50px;
	width: 450px;
	min-height: 170px;
	background-color: #efefef;
	overflow: hidden;
}

.about_contact .about_contact_content:first-of-type {
	margin-right: 100px;
}


.about_contact_content h4 {
	color: #0349c8;
	line-height: 40px;
	font-weight: normal;
	font-size: 20px;
}

.about_contact_content p {
	color: #888;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
}

.about_contact_content_text {
	margin-top: 25px;
}

.about_contact_address {
	float: left;
	margin-top: 30px;
	padding: 50px;
	width: 1100px;
	overflow: hidden;
	background-color: #efefef;
}

.about_contact_address_l {
	float: left;
}

.about_contact_address_l h4 {
	color: #0349c8;
	line-height: 40px;
	font-weight: normal;
	font-size: 20px;
}

.about_contact_address_l p {
	color: #888;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
}

.about_contact_content_text {
	margin-top: 25px;
}

.about_contact_address_r {
	float: right;
	width: 400px;
	height: 200px;
	background-color: #fff;
}

.banner_mini_img {
	width: 100%;
	display: none;
}

.banner_mini_title {
	display: none;
}

@media (max-width:1250px) {
	.banner_list1 {
		width: 100%;
		margin: 140px auto 0 auto;
	}

	.banner {
		display: none;
	}

	.banner_mini_img {
		display: block;
	}

	.banner_mini_title {
		position: absolute;
		top: 500px;
		left: 30vw;
		display: block;
		font-size: 55.04px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		font-weight: 700;
		text-align: center;
		color: #2761ff;
	}

	.about_introduce {
		width: 100%;
		margin: 0 auto;
		padding: 30px 40px;
		box-sizing: border-box;
		overflow: hidden;
		background-image: url(/templates/1/default/_files/img/FUSION.png);
		background-repeat: no-repeat;
		background-position: 40% 100%;
		background-size: 50%;
	}

	.about_introduce_l {
		margin-left: 0px;
		margin-top: 0px;
		float: left;
		font-size: 55px;
		color: #2761ff;
		margin-bottom: 26px;
	}

	.about_introduce_r {
		float: left;
		width: 100%;
		font-size: 27px;
		line-height: 40px;
		margin-bottom: 60px;
	}

	.about_reason {
		padding: 50px 44px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #efefef;
	}
	.about_reason h3 {
	    width: 100%;
	    font-size: 36.69px;
	    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	    font-weight: 700;
	    color: #121212;
	}
	.about_reason_list {
	    position: relative;
	    margin: 40px auto 0 auto;
	    width: 100%;
	    overflow: hidden;
	}
	.about_reason_item {
	    float: none;
	    padding: 0;
	    width: 100%;
	    height: 200px;
		box-sizing: border-box;
	}
	.about_reason_item h4 {
	    width: 100%;
	    line-height: 50px;
	    font-size: 32px;
	    color: #444 !important;
	}
	.about_reason_item p {
	    width: auto;
	    line-height: 35px;
	    color: #999 !important;
	    font-size: 28px;
	}
	.about_reason_item:last-child {
	    background-color: #efefef;
	}
	.about_contact {
	    padding: 50px 51px;
		box-sizing: border-box;
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.about_contact h3 {
	    width: 100%;
	    text-align: center;
	    font-weight: normal;
	    font-size: 36px;
	}
	.about_contact_content {
	    float: none;
	    margin-top: 20px;
		margin-right: 0 !important;
	    padding: 50px;
		box-sizing: border-box;
	    width: 100%;
	    min-height: 170px;
	    background-color: #efefef;
	    overflow: hidden;
	}
	.about_contact_content h4 {
	    color: #0349c8;
	    line-height: 40px;
	    font-weight: normal;
	    font-size: 32px;
	}
	.about_contact_content>h4>img{
	    width: 32px;
		height: 32px;
	}
	.about_contact_content p,.about_contact_address_l p {
	    color: #888;
	    line-height: 30px;
	    font-weight: normal;
	    font-size: 28px;
		margin-top: 20px;
	}
	.about_contact_address {
	    float: none;
	    margin-top: 30px;
	    padding: 50px;
		box-sizing: border-box;
	    width: 100%;
	    overflow: hidden;
	    background-color: #efefef;
	}
	.about_contact_address_l h4 {
	  color: #0349c8;
	  line-height: 40px;
	  font-weight: normal;
	  font-size: 32px;
	}
	.about_contact_address_l>h4>img{
	    width: 32px;
		height: 32px;
	}
	.about_contact_address_r {
	    float: left;
	    width: 95%;
	    height: 400px;
		text-align: center;
		margin: 34px;
		box-sizing: border-box;
	    background-color: #fff;
	}
	.amap-layer{
		width: 630.67px !important;
		height: 366.93px !important;
	}
}