﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none; 
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.header_top {
	height: 30px;
	background-color: #e5e5e5;
}

.header_top .left {
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.header_top .rii {
	float: right;
}

.header_top .rii a {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	line-height: 30px;
	margin-left: 20px;
}

.header_top .rii a img {
	position: absolute;
	top: 6px;
	left: 0;
	width: 25px;
}

.header {
	height: 120px;
}

.header .logo {
	float: left;
}

.header .logo img {
	height: 73px;
	margin-top: 20px;
	width:570px;
}

.header .phone {
	float: right;
}

.header .search {
	float: left;
	width: 315px;
	height: 35px;
	border: 1px solid #1e6ab9;
	margin-top: 40px;
	margin-left: 22px;
}

.header .search .in1 {
	width: 75%;
	height: 35px;
	background: none;
	border: none;
	padding-left: 10px;
	float: left;
}

.header .search .in2 {
	width: 25%;
	height: 35px;
	background: #1e6ab9;
	border: none;
	float: right;
	color: #fff;
}

.header .phone {
	font-size: 24px;
	color: #bd090a;
	font-weight: bold;
	line-height: 115px;
	padding-left: 20px;
	position: relative;
}

.header .phone img {
	position: absolute;
	top: 39px;
	left: 0;
	margin-left:-20px;
}

nav {
	background-color: #1b54a8;
	height: 55px;
}

nav ul li {
	width: 14.2%;
	float: left;
	text-align: center;
	position: relative;
}

nav ul li>a {
	color: #fff;
	font-size: 18px;
	color: #ffffff;
	line-height: 55px;
	display: block;
}

nav ul li:hover>a {
	background-color: #e86a35;
	color: #fff;
}

nav ul li.hover>a {
	background-color: #e86a35;
	color: #fff;
}

nav ul li .erji {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #e86a35;
	display: none;
	z-index: 9999;
}

nav ul li:hover .erji {
	display: block;
}

nav ul li .erji a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

nav ul li .erji a:hover {
	color: #fff;
	background-color: #1b54a8;
}

.banner .swiper-button-prev {
	background: url(../images/bannerzuo.png) no-repeat center;
	left: 10%;
	right: auto;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
}

.banner .swiper-button-next {
	right: 10%;
	background: url(../images/banneryou.png) no-repeat center;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #e86a35;
}

.title {
	padding: 50px 0 30px 0;
	text-align: center;
}

.title h3 {
	font-size: 36px;
	color: #1d62b4;
	font-weight: bold;
	text-transform: uppercase;
}

.title span {
	font-size: 30px;
	color: #000000;
}

.fp_box_1 .tabbox {
	text-align: center;
}

.fp_box_1 .tabbox a {
	border: 1px solid #333;
	display: inline-block;
	padding: 3px;
	font-size: 16px;
	color: #000000;
	margin: 0 5px;
}

.fp_box_1 ul li {
	margin-top: 30px;
}

.fp_box_1 .tabbox a:hover {
	border: 1px solid #e86a35;
	color: #e86a35;
}

.fp_box_1 ul li a {
	position: relative;
	width: 100%;
	height: 237px;
	display: block;
	overflow: hidden;
}

.fp_box_1 ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_1 ul li a img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_1 ul li a p {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	height: 40px;
	width: 100%;
	margin: 0;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_2 {
	margin-top: 50px;
}

.fp_box_2 .top .left {
	width: 50%;
	float: left;
	padding: 30px 50px;
	background: rgba(27, 84, 168, 0.5);
	border-radius: 5px 5px 0 0;
}

.fp_box_2 .top .left h3 {
	font-size: 36px;
	color: #ffffff;

}

.fp_box_2 .top .left span {
	display: block;
	border-bottom: 2px solid #fff;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 20px;
}

.fp_box_2 .top .left p {
	color: #fff;
	line-height: 24px;
}

.fp_box_2 .top .rii {
	width: 50%;
	float: right;
}

.fp_box_2 .top .rii ul li {
	width: 50%;
	float: left;
	padding-left: 70px;
	margin-top: 16px;
	margin-bottom: 15px;
}

.fp_box_2 .top .rii ul li span {
	display: inline-block;
	position: relative;
	height: 2px;
	width: 50%;
	background-color: #959a9c;
}

.fp_box_2 .top .rii ul li span::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #959a9c;
	position: absolute;
	top: -3px;
	left: -4px;
	border-radius: 8px;
}

.fp_box_2 .top .rii ul li h3 {
	font-size: 48px;
	color: #656565;
	font-weight: normal;
}

.fp_box_2 .top .rii ul li h3 strong {
	font-size: 24px;
	color: #656565;
	font-weight: normal;
}

.fp_box_2 .top .rii ul li p {
	font-size: 20px;
	color: #656565;
}

.fp_box_2 {
	padding-top: 50px;
	background: url(../images/bg1.png) no-repeat center;
	background-size: 100% 100%;
}

.fp_box_2 .top .rii ul li:hover h3 {
	color: #e86a35;
}

.fp_box_2 .top .rii ul li:hover h3 strong {
	color: #e86a35;
}

.fp_box_2 .top .rii ul li:hover span {
	background: #e86a35;
}

.fp_box_2 .top .rii ul li:hover span::after {
	background: #e86a35;
}

.fp_box_3 .left {
	width: 50%;
	float: left;
}

.fp_box_3 .left img {
	display: block;
}

.fp_box_3 .rii {
	width: 50%;
	float: right;
	padding: 40px;
}

.fp_box_3 .rii h3 {
	font-size: 20px;
	color: #656565;
	margin-top: 0;
	margin-bottom: 30px;
}

.fp_box_3 .rii ul li img {
	width: 100%;
	height: 163px;
	display: block;
	object-fit: cover;
}

.fp_box_3 .rii ul li p {
	background-color: #f1f1f1;
	padding: 15px;
	text-align: center;
}

.title p {
	font-size: 16px;
	color: #8d8d8d;
}

.fp_box_4 ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 20px;
}

.fp_box_4 ul li .pic {
	width: 170px;
	height: 170px;
	border: 2px solid #bbe1f9;
	border-radius: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}

.fp_box_4 ul li .pic img {
	height: 80px;
}

.fp_box_4 ul li h3 {
	font-size: 24px;
	color: #1c59ad;
	font-weight: bold;
}

.fp_box_4 ul li:hover h3 {
	color: #e34b00;
}

.fp_box_4 ul li i {
	display: block;
	margin: 20px auto;
	height: 2px;
	width: 25%;
	background-color: #f5b99c;
}

.fp_box_4 ul li p {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

.fp_box_5 {
	padding: 20px 0;
	background-color: #f1f1f1;
}

.fp_box_5 img {
	width: 100%;
}

.fp_box_5 .container {
	position: relative;
}

.fp_box_5 .swiper-button-prev {
	left: auto;
	right: -30px;
}

.fp_box_5 .swiper-button-next {
	right: auto;
	left: -30px;
}

.fp_box_6 .left {
	width: 65%;
	float: left;
}

.fp_box_6 .left .swiper-slide .pic {
	width: 50%;
	float: left;
}

.fp_box_6 .left .swiper-slide .pic img {
	width: 100%;
	height: 290px;
	display: block;
}

.fp_box_6 .left .swiper-slide .text {
	width: 50%;
	float: right;
	padding: 0 15px;
	border: 0px solid #e9eaec;
	height: 290px;
}

.fp_box_6 .left .swiper-slide .text h3 {
	font-size: 24px;
	color: #0a60b0;
	margin: 10px 0;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_6 .left .swiper-slide .text span {
	display: block;
	color: #656565;
	margin: 15px 0;
}

.fp_box_6 .left .swiper-slide .text p {
	font-size: 14px;
	color: #656565;
	line-height: 24px;
}

.fp_box_6 .left .swiper-slide .text a {
	width: 140px;
	height: 43px;
	background-color: ;
	display: block;
	border-radius: 20px;
	color: #fff;
	padding-left: 20px;
	line-height: 43px;
	background: #1754ae url(../images/3_03.jpg) no-repeat center;
	background-position-x: 80%;
	margin-top: 30px;
}

.fp_box_6 .swiper-pagination {
	position: absolute;
	text-align: right;
	padding-right: 30px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.fp_box_6 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #eaeaea;
	opacity: 1;
}

.fp_box_6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ff8313;
}

.fp_box_6 .rii {
	height: 290px;
	width: 32%;
	float: right;
	border: 1px solid #e9e9e9;
	padding: 20px;
	position: relative;
}

.fp_box_6 .rii>a {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
}

.fp_box_6 .rii h3 {
	margin: 0;
	padding-bottom: 10px;
	position: relative;
}

.fp_box_6 .rii h3::after {
	display: block;
	content: "";
	width: 60px;
	height: 3px;
	background-color: #f27c21;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fp_box_6 .rii ul li {
	padding: 10px 0;
	margin-top: 15px;
	border-bottom: 1px solid #e9e9e9;
}

.fp_box_6 .rii ul li a {
	display: block;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_6 .rii ul li span {
	display: block;
	width: 30%;
	float: left;
	text-align: right;
	color: #999;
}

.fp_box_7 {
	padding: 80px 0;
	background: url(../images/lianxi.png) no-repeat center;
	background-size: 100%;
	margin-top: 80px;
}

.fp_box_7 h3 {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 30px;
}

.fp_box_7 input {
	height: 60px;
	background-color: #fff;
	padding-left: 15px;
}

.fp_box_7 input:nth-child(1) {
	width: 30%;
	float: left;
}

.fp_box_7 input:nth-child(2) {
	width: 25%;
	float: left;
	margin-left: 2%;
}

.fp_box_7 input:nth-child(3) {
	width: 25%;
	float: left;
	margin-left: 2%;
}

.fp_box_7 button {
	float: right;
	height: 60px;
	width: 15%;
	background-color: #f27c21;
	color: #fff;
}

footer {
	padding: 50px 0;
}

footer .left {
	width: 20%;
	float: left;
}

footer .left img {
	width: 80%;
}

footer .footnav {
	width: 65%;
	float: left;
}

footer .erweima {
	width: 15%;
	float: right;
	text-align: center;
}

footer .footnav ul li {
	width: 25%;
	float: left;
	text-align: left;
}

footer .footnav ul li:nth-child(2) {
	width: 20%;
	margin-left: 5%;
}

footer .footnav ul li:nth-child(3) {
	width: 45%;
}

footer .footnav ul li h3 {
	font-size: 18px;
	color: #282828;
	margin: 0;
	margin-top: 10px;
}

footer .footnav ul li a,
footer .footnav ul li p {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #282828;
}

footer .footnav ul li a:hover {
	color: #1754ae;
}

footer .footnav ul li span {
	display: block;
	padding-left: 20px;
	position: relative;
	margin-top: 15px;
}

footer .footnav ul li span img {
	position: absolute;
	top: 0;
	left: 0;
}

footer .erweima h3 {
	font-size: 18px;
	color: #282828;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

footer .erweima img {
	max-width: 100%;
}

.footer {
	text-align: center;
}

.footer .container {
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
}

.sandian {
	display: none;
}

@media only screen and (max-width:1200px) {
	.header .logo img {
		height: 45px;
		margin-top: 10px;
	}

	.header .search {
		float: left;
		width: 240px;
		height: 35px;
		border: 1px solid #1e6ab9;
		margin-top: 20px;
		margin-left: 60px;
	}

	.header .phone {
		font-size: 24px;
		color: #bd090a;
		font-weight: bold;
		line-height: 80px;
		padding-left: 40px;
		position: relative;
	}

	.header {
		height: 80px;
	}

	.header .phone img {
		position: absolute;
		top: 20px;
		left: 0;
	}

	.fp_box_1 ul li a {
		position: relative;
		width: 100%;
		height: 188px;
		display: block;
		overflow: hidden;
	}

	.fp_box_1 ul li a img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.fp_box_2 .top .left {
		height: 401px;
	}

	.fp_box_3 .rii h3 {
		font-size: 15px;
		color: #656565;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.fp_box_3 .rii {
		width: 50%;
		float: right;
		padding: 40px;
		padding-top: 10px;
	}

	.fp_box_3 .rii ul li img {
		width: 100%;
		height: 215px;
		display: block;
		object-fit: cover;
	}

	.fp_box_6 .rii ul li a {
		display: block;
		width: 60%;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.fp_box_6 .rii ul li span {
		display: block;
		width: 40%;
		float: left;
		text-align: right;
		color: #999;
	}

	.fp_box_7 {
		background-size: 100% 100%;

	}
}

@media only screen and (max-width: 1000px) {
	.header .phone {
		display: none;
	}

	.header {
		position: relative;
	}



	nav ul li>a {
		font-size: 12px;
	}

	nav ul li .erji a {
		font-size: 12px;
	}

	.title {
		padding: 28px 0 30px 0;
		text-align: center;
	}

	.tabbox {
		width: 100%;
		/* 设置容器的宽度 */
		white-space: nowrap;
		/* 防止文本换行 */
		overflow-x: auto;
		/* 启用水平滚动条 */
	}

	.fp_box_2 .top .left {
		width: 100%;
		float: left;
		padding: 30px 50px;
		background: rgba(27, 84, 168, 0.5);
		border-radius: 5px 5px 0 0;
	}

	.fp_box_2 .top .rii {
		width: 100%;
		float: right;
	}

	.fp_box_2 {
		padding-top: 50px;
		background: url(../images/bg1.png) no-repeat center;
		background-size: auto 100%;
	}

	.fp_box_3 .left {
		width: 100%;
		float: left;
	}

	.fp_box_3 .rii {
		width: 100%;
		float: right;
		padding: 40px;
		padding-top: 10px;
	}

	.fp_box_4 ul li .pic {
		width: 140px;
		height: 140px;
		border: 2px solid #eaeaea;
		border-radius: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		margin: 0 auto;
		justify-content: center;
	}

	.fp_box_4 ul li .pic img {
		height: 50px;
	}

	.fp_box_4 ul li h3 {
		font-size: 16px;
		color: #1c59ad;
		font-weight: bold;
	}

	.fp_box_4 ul li p {
		font-size: 12px;
		color: #000000;
		line-height: 16px;
	}

	.fp_box_6 .left {
		width: 100%;
		float: left;
	}

	.fp_box_6 .rii {
		height: auto;
		width: 100%;
		float: right;
		border: 1px solid #e9e9e9;
		padding: 20px;
		position: relative;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.header_top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.header {
		position: fixed;
		top: 30px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		box-shadow: 0px 2px 1px rgba(153, 153, 153, 0.1);
	}

	.banner {
		margin-top: 80px;
	}

	nav {
		position: fixed;
		top: 80px;
		height: 100%;
		left: 100%;
		width: 100%;
		background: #4191ce;
		z-index: 999;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

	}

	nav.hover {
		left: 0%;
	}

	nav ul li {
		width: 100%;
	}

	nav .container {
		padding: 0;
	}

	.sandian {
		display: block;
		width: 28px;
		height: 25px;
		position: absolute;
		top: 15px;
		right: 30px;
	}

	.fp_box_5 .swiper-button-prev {
		display: none;
	}
	.fp_box_5 .swiper-button-next {
	   display: none;
	}
	.sandian span {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #000;
		margin-bottom: 8px;
	}

	.header_top .left {
		
	}

	.header_top .rii a {
		display: inline-block;
		padding-left: 25px;
		position: relative;
		line-height: 30px;
		margin-left: 10px;
		font-size: 12px;
	}

	.header_top .rii a img {
		position: absolute;
		top: 8px;
		left: 0;
		width: 20px;
	}

	.header .logo img {
	    height: 40px;
    width: 277px;
    margin-top: 10px;
	}

	.header .search {
		display: none;
	}

	.header {
		height: 50px;
	}

	.banner .swiper-button-next {
		right: 10%;
		background: url(../images/banneryou.png) no-repeat center;
		width: 25px;
		height: 25px;
		background-size: 25px auto;
	}

	.banner .swiper-button-prev {
		background: url(../images/bannerzuo.png) no-repeat center;
		left: 10%;
		right: auto;
		width: 25px;
		height: 25px;
		background-size: 25px auto;
	}

	.banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;

	}

	.title {
		padding: 15px 0 15px 0;
		text-align: center;
	}

	.title h3 {
		font-size: 24px;
		color: #1d62b4;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
	}

	.title span {
		font-size: 18px;
		color: #000000;
	}

	.fp_box_1 .tabbox a {
		border: 1px solid #333;
		display: inline-block;
		padding: 3px;
		font-size: 12px;
		color: #000000;
		margin: 0 5px;
	}

	.fp_box_1 ul li a {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}

	.fp_box_2 {
		margin-top: 0;
	}

	.fp_box_2 .top .left {
		width: 100%;
		float: left;
		padding: 15px;
		height: auto;
		background: rgba(27, 84, 168, 0.5);
		border-radius: 5px;
	}

	.fp_box_2 .top .left h3 {
		font-size: 24px;
		color: #ffffff;
	}

	.fp_box_2 .top .left p {
		color: #fff;
		line-height: 16px;
		line-height: 24px;
	}

	.fp_box_2 .top .rii ul li {
		width: 50%;
		float: left;
		padding-left: 20px;
		margin-top: 16px;
		margin-bottom: 0px;
	}

	.fp_box_2 .top .rii ul li h3 {
		font-size: 24px;
		color: #656565;
		font-weight: normal;
	}

	.fp_box_2 .top .rii ul li p {
		font-size: 12px;
		color: #656565;
	}

	.fp_box_3 .left {
		display: none;
	}

	.fp_box_3 .rii {
		width: 100%;
		float: right;
		padding: 10px;
		padding-top: 10px;
	}

	.title p {
		font-size: 12px;
		color: #8d8d8d;
		margin-top: 15px;
	}

	.fp_box_4 ul li {
		width: 50%;
		float: left;
		text-align: center;
		padding: 0 20px;
	}

	.fp_box_4 ul li .pic {
		width: 100px;
		height: 100px;
		border: 1px solid #eaeaea;
		border-radius: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		margin: 0 auto;
		justify-content: center;
	}

	.fp_box_4 ul li .pic img {
		height: 35px;
	}

	.fp_box_4 ul li h3 {
		font-size: 14px;
		color: #1c59ad;
		font-weight: bold;
	}

	.fp_box_4 ul li p {
		font-size: 12px;
		color: #000000;
		line-height: 16px;
		min-height: 50px;
	}

	.fp_box_6 .left .swiper-slide .pic {
		width: 100%;
		float: left;
	}

	.fp_box_6 .left .swiper-slide .text {
		width: 100%;
		float: right;
		padding: 0 15px;
		border: 1px solid #e9eaec;
		height: 290px;
	}

	.fp_box_6 .left .swiper-slide .text a {

		margin-top: 10px;
	}

	.fp_box_6 .left .swiper-slide .pic img {
		width: 100%;
		height: auto;
		display: block;
	}

	.fp_box_7 {
		padding: 20px 0;
		background: url(../images/lianxi.png) no-repeat center;
		background-size: auto 100%;
		margin-top: 20px;
	}

	.fp_box_7 h3 {
		font-size: 16px;
		color: #ffffff;
		margin: 0;
		margin-bottom: 30px;
	}

	.fp_box_7 input:nth-child(1) {
		width: 100%;
		float: left;
		height: 35px;
		border: none;

	}

	.fp_box_7 input:nth-child(2) {
		width: 100%;
		float: left;
		height: 35px;
		border: none;
		margin: 0;
		margin-top: 10px;

	}

	.fp_box_7 input:nth-child(3) {
		width: 100%;
		float: left;
		height: 35px;
		border: none;
		margin: 0;
		margin-top: 10px;
		border: none;
	}

	.fp_box_7 button {
		float: right;
		height: 35px;
		width: 100%;
		background-color: #f27c21;
		margin-top: 20px;
	}

	footer {
		padding: 20px 0;
	}

	footer .left {
		width: 100%;
		float: left;
		text-align: center;
	}

	footer .left img {
		width: 42%;
		margin-bottom: 30px;
	}

	footer .footnav ul li {
		width: 50%;
		float: left;
		text-align: left;

	}

	footer .footnav ul li:nth-child(2) {
		width: 50%;
		margin-left: 0%;
		text-align: center;
	}

	footer .footnav ul li:nth-child(3) {
		width: 100%;
		margin-left: 0%;
		margin-top: 10px;
	}

	footer .erweima {
		width: 100%;
	}

	footer .footnav {
		width: 100%;
	}

	nav ul li .erji {
		position: static;
	}

	.sandian span {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.sandian.hover span:nth-child(2) {
		display: none;
	}

	.sandian.hover span:nth-child(1) {
		transform: rotate(45deg);
		position: absolute;
		top: 8px;
	}

	.sandian.hover span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 8px;
	}
}
