  /*通用类*/
* {
	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 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0 0 0 10%;
	height: 85px;
	background: #fff;

	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}

.header .logo {
	float: left;
	margin-top: 5px;
}

.header .nav {
	float: right;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
	float: left;
	padding: 0 17px;
	text-align: center;
	position: relative;
	line-height: 85px;
}

.header .nav>li:hover a,
.header .nav>li.hover a {
	color: #184b8b;
}

.header .nav>li a {
	padding: 0;
	font-size: 16px;
	background: none;
}

.header .contact {
	float: right;
	background: #184b8b url(../images/di1.png) no-repeat left;
	background-size: auto 40px;
	background-position-x: 5%;
	padding-left: 30px;
	font-size: 30px;
	color: #fff;
	line-height: 85px;
	font-weight: bold;
	margin-left: 5%;
	padding: 0 30px;
	padding-left: 70px;
}

.header .nav .sec {
	position: absolute;
	top: 85px;
	left: 0;
	width: 165px;
	background: #2962a9;
	padding: 10px 0;
	display: none;
	margin-left:-30px;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #033a89;
}

.header .nav .sec>li a {
	color: #fff;
	font-size: 14px;
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

.banner img {
	display: block;
}

.fp_box_1 {
	padding: 35px 0;
}

.fp_box_1 ul li {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

.fp_box_1 ul li::after {
	content: "";
	display: block;
	width: 2px;
	height: 115px;
	background: #eeeeee;
	position: absolute;
	top: 15px;
	right: 0;
}

.fp_box_1 ul li:nth-child(5)::after {
	display: none;
}

.fp_box_1 ul li h3 {
	font-size: 50px;
	color: #184b8b;
	font-weight: bold;
}

.fp_box_1 ul li h3 span {
	color: #fff;
	font-size: 12px;
	background: #07a12a;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	line-height: 20px;
}

.fp_box_1 ul li p {
	font-size: 16px;
}

.title {
	padding-top: 65px;
	padding-bottom: 40px;
	text-align: center;
}

.title h3 {
	color: #fff;
	font-size: 40px;
}

.title p {
	font-size: 36px;
	color: #fff;
}

.fp_box_2 {
	padding-bottom: 80px;
	background: #f3f3f3 url(../images/bg1.png) no-repeat top;
	background-size: 100% auto;
}

.fp_box_2 .box {
	padding: 40px;
	background: #fff;
	border-radius: 20px;
}

.fp_box_2 .box .top a {
	display: inline-block;
	width: 23%;
	height: 40px;
	border-radius: 30px;
	background: #ececec;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #0d0d0d;
}

.fp_box_2 .box .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fp_box_2 .box .top a strong {
	color: #07a12a;
}

.fp_box_2 .box .top a:hover,
.fp_box_2 .box .top a.hover {
	background: #07a12a;
	color: #fff;
}

.fp_box_2 .box .top a:hover strong,
.fp_box_2 .box .top a.hover strong {
	color: #fff;
}

.text_wenzi {
	margin-top: 30px;
	display: none;
}

.text_wenzi .left {
	width: 23%;
	float: left;
	height: 540px;
	background: url(/template/default/images/bg2.png) no-repeat center;
	background-size: 100% 100%;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
}

.text_wenzi .left p {
	font-size: 15px;
	color: #fff;
	line-height: 2;
}

.text_wenzi .left h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 80%;
}

.text_wenzi .left a {
	display: inline-block;
	padding: 10px 15px;
	background: #07a12a;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
}

.text_wenzi .rii {
	float: right;
	width: 77%;
}

.text_wenzi .rii ul li {
	width: 50%;
	float: left;
	padding: 0 15px;
	padding-bottom:20px;
}

.text_wenzi .rii ul li .pic {
	width: 100%;
	height: 229px;
	overflow: hidden;
}

.text_wenzi .rii ul li .pic 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;
}

.text_wenzi .rii ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.text_wenzi .rii ul li p {
	height: 40px;
	background: #eaeaea;
	text-align: center;
	line-height: 40px;
	font-size:18px;
}

.title_two h3 {
	color: #000000;
}

.title_two p {
	color: #000000;
	font-size: 22px;
}

.fp_box_3 {
	padding-bottom: 80px;
}

.fp_box_3 .swiper-slide {
	height: 415px;
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.fp_box_3 .swiper-slide a {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fp_box_3 .swiper-slide a::after {
	display: block;
	content: "";
	width: 100%;
	height: 150px;
	background: url(/template/default/images/bg3.png) no-repeat bottom;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.fp_box_3 .swiper-slide 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_3 .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_3 .swiper-slide a p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	z-index: 3;
	width: 100%;
}

.fp_box_3 {
	background: url(/template/default/images/bg5.png) no-repeat bottom;
	background-size: 100% auto;
}

.container-two {
	position: relative;
}

.container-two .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url(/template/default/images/you.png) no-repeat center;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	right: -80px;
}

.container-two .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url(/template/default/images/zuo.png) no-repeat center;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	left: -80px;
}

.fp_box_4 {
	padding-bottom: 80px;
}

.fp_box_4 .left {
	width: 65%;
	float: left;
}

.fp_box_4 .left .top img {
	width: 100%;
	border-radius: 5px;
}

.fp_box_4 .left .zhong {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fp_box_4 .left .zhong>div {
	width: 49%;
	background: #f2f4f5;
	padding: 28px;
	margin: 15px 0;
}

.fp_box_4 .left .zhong>div .zuo {
	float: left;
	width: 100px;
	height: 100px;
	background: #d9d9d9;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.fp_box_4 .left .zhong>div .you {
	float: right;
	width: 70%;
}

.fp_box_4 .left .zhong>div .you h3 {
	margin: 0;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
	margin-top: 5px;
}

.fp_box_4 .left .zhong>div .you p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
}

.list_news {
	background: #f2f4f5;
	padding: 15px 30px;
	padding-bottom: 10px;
}

.list_news ul li {
	padding: 10px 0;
}

.list_news ul li a {
	display: block;
	width: 80%;
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: relative;
	padding-left: 10px;
}

.list_news ul li a::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #cccccc;
	border-radius: 6px;
}

.list_news ul li span {
	display: block;
	width: 20%;
	float: right;
	text-align: right;
	font-size: 14px;
}

.fp_box_4 .rii {
	width: 32%;
	float: right;
	background: #f2f4f5;
	padding: 30px;
}

.fp_box_4 .rii h3 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 20px;
}

.fp_box_4 .rii h3 a {
	float: right;
	font-size: 16px;
	padding-top: 5px;
}

.fp_box_4 .rii h3 a:hover {
	color: #006bb7;
}

.fp_box_4 .rii .top {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.fp_box_4 .rii .top h2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
}

.fp_box_4 .rii .top p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 1.6;
}

.list_news-two {
	padding: 20px 0;
}

.list_news-two ul li a {
	font-size: 15px;
	margin-top: 20px;
	display: block;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.list_news-two ul li a::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #cccccc;
	border-radius: 6px;
}

.footer {
	padding: 22px 0;
	background: #eeeeee;
	display:none;
}

.footer .left {
	float: left;
	width: 40%;
	font-weight: bold;
	font-size: 30px;
	color: #3d3a39;
}

.footer .rii {
	float: right;
	width: 60%;
	text-align: right;
}

.footer .rii a {
	display: inline-block;
	margin-left: 30px;
}

footer {
	background: #292828;
	padding: 40px 0 0 0;
}

footer ul li {
	float: left;
	width: 20%;
}

footer ul li:nth-child(4) {
	width: 30%;
	float: right;
}

footer ul li h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

footer ul li a,
footer ul li p {
	display: block;
	color: #fff;
	margin-top: 15px;
	padding-left: 15px;
	position: relative;
}

footer ul li a::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 5px;
	left: 0;
}

footer ul li p {
	padding-left: 0;
}

footer ul li p img {
	margin-right: 5px;
}

footer ul li .erweima {
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

footer ul li .erweima img {
	width: 100px;
	height: 100px;
}

.didi {
	padding: 30px 0 15px 0;
}

.didi p {
	width: 50%;
	float: left;
	color: #fff;
}

.didi a {
	display: block;
	width: 50%;
	float: right;
	color: #fff;
	text-align: right;
}

.didi a:hover {
	color: #006bb7;
}



































.banner {
	margin-top: 85px;
}

@media only screen and (max-width:1820px) {
	.header .contact {
		float: right;
		background: #184b8b url(../images/di1.png) no-repeat left;
		background-size: auto 30px;
		background-position-x: 10%;
		padding-left: 30px;
		font-size: 20px;
		color: #fff;
		line-height: 85px;
		font-weight: bold;
		margin-left: 5%;
		padding: 0 30px;
		padding-left: 70px;
	}

	.header {
		padding: 0 0 0 5%;
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	}

	.header .nav {
		margin-left: 0px;
	}
}

@media only screen and (max-width:1620px) {
	.header .logo img {
		width: 260px;
		margin-top: 15px;
	}

	.header .contact {
		font-size: 16px;
		padding-left: 60px;
	}

	.header .nav>li {
		padding: 0 10px;
	}

	.container-two .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.container-two .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		display: none;
	}
}




@media only screen and (max-width:1400px) {
	.fp_box_3 .swiper-slide {
		height: 330px;
	}

	.fp_box_4 .left .zhong>div .zuo {
		width: 70px;
	}

	.header .contact {
		display: none;
	}

	.header .nav {
		margin-right: 30px;
	}

	footer ul li {
		float: left;
		width: 22%;
	}
}

@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 260px;
		margin-top: 5px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}

	.text_wenzi .left {
		padding: 20px;
	}

	.text_wenzi .left p {
		font-size: 14px;
		color: #fff;
		line-height: 1.6;
	}

	.fp_box_2 .box .top a {
		font-size: 12px;
	}

	.fp_box_3 .swiper-slide {
		height: 260px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 85px;
		width: 100%;
		background: #033a89;
		padding: 20px 0;
		margin: 0;
		display: none;
		height: 100%;
	}

	.header .nav>li {
		width: 100%;
		line-height: 40px;
		text-align: left;
		
	}

	.header .nav>li a {
		color: #fff;
		padding-left: 20px;
		width: 50%;
		font-size: 14px;
	}
	.header .nav>li:hover a, .header .nav>li.hover a {
	    color: #fff;
	}
	.header .nav .sec>li:hover, .header .nav .sec>li.hover {
	    background: #2962a9;
	}
	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}
	.header .nav>li.erji{
		background: url(/template/default/images/jiantou1.png) no-repeat  right;
		background-size: 20px 20px;
		background-position-x: 95%;
		background-position-y: 10px;
	}
	.header .nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav .sec .level li {
		text-align: center;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	.fp_box_1 ul li h3 {
		font-size: 40px;
		color: #184b8b;
		font-weight: bold;
	}

	.text_wenzi .left {
		width: 100%;
		float: none;
		height: auto;
		background: url(/template/default/images/bg2.png) no-repeat center;
		background-size: 100% 100%;
	}

	.text_wenzi .left h3 {
		font-size: 18px;
		color: #fff;
		margin-top: 30px;
	}

	.text_wenzi .rii {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	.fp_box_4 .left {
		width: 100%;
		float: left;
	}

	.fp_box_4 .rii {
		width: 100%;
		float: right;
		background: #f2f4f5;
		padding: 30px;
		margin-top: 20px;
	}

	footer ul li {
		float: left;
		width: 50%;
		min-height: 240px;
	}

	footer ul li:nth-child(4) {
		width: 50%;
		float: right;
	}

	.didi p {
		font-size: 12px;
		width: 100%;
	}

	.didi a {
		display: block;
		width: 100%;
		float: right;
		font-size: 12px;
		color: #fff;
		text-align: left;
	}

	.footer .left {
		float: left;
		width: 40%;
		font-weight: bold;
		font-size: 18px;
		color: #3d3a39;
	}

	.footer .rii a img {
		height: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 5px;
	}

	.header .logo img {
		width: 80%;
		margin-top: 10px;
	}

	.header .nav {
		top: 60px;
	}

	.banner {
		margin-top: 60px;
	}
	.fp_box_1 ul li{
		width: 50%;
	}
	
	.fp_box_1 ul li h3 {
		font-size: 30px;
		color: #184b8b;
		
	}

	.fp_box_1 ul li h3 span {
		color: #fff;
		font-size: 8px;
		background: #07a12a;
		width: 16px;
		height: 16px;
		display: inline-block;
		border-radius: 16px;
		line-height: 16px;
	}

	.fp_box_1 ul li p {
		font-size: 16px;
	}

	.fp_box_1 {
		padding: 10px 0;
	}

	.fp_box_1 ul li::after {
		display: none;
	}
	
	.title h3 {
		color: #fff;
		font-size: 20px;
	}

	.title p {
		font-size: 14px;
		color: #fff;
	}

	.title {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	.fp_box_2 {
		padding-bottom: 30px;
		background: #f3f3f3 url(../images/bg1.png) no-repeat top;
		background-size: auto 100%;
	}

	.fp_box_2 .box {
		padding: 10px;
		background: #fff;
		border-radius: 5px;
	}

	.fp_box_2 .box .top a {
		display: inline-block;
		width: 24%;
		height: 30px;
		border-radius: 5px;
		background: #ececec;
		text-align: center;
		line-height: 30px;
		font-size: 6px;
		color: #0d0d0d;
	}

	.text_wenzi .left h3 {
		font-size: 16px;
		color: #fff;
		margin-top: 20px;
	}

	.text_wenzi .left a {
		display: inline-block;
		padding: 5px 10px;
		background: #07a12a;
		color: #fff;
		border-radius: 10px;
		margin-top: 20px;
		font-size: 12px;
	}

	.text_wenzi .rii ul li {
		width: 50%;
		float: left;
		padding: 0 5px;
		padding-bottom:30px;
	}
	.text_wenzi .rii ul li .pic {
	    width: 100%;
	    height: 110px;
	    overflow: hidden;
	}
	.text_wenzi .rii ul li .pic img{
		object-fit: cover;
	}
	.title_two h3 {
		color: #000000;
	}

	.title_two p {
		color: #000000;
		font-size: 12px;
	}
	.text_wenzi .rii ul li p{
		font-size: 12px; line-height:18px;
	}
	.fp_box_3 .swiper-slide {
		height: 190px;
	}

	.fp_box_3 {
		padding-bottom: 30px;
	}

	.fp_box_4 .left .zhong {
		display: block;
	}

	.fp_box_4 .left .zhong>div {
		width: 100%;
		background: #f2f4f5;
		padding: 10px;
		margin: 15px 0;
	}

	.fp_box_4 .left .zhong>div .zuo {
		width: 90px;
	}

	.list_news {
		background: #f2f4f5;
		padding: 15px 15px;
		padding-bottom: 10px;
	}

	.list_news ul li a {
		display: block;
		width: 70%;
		float: left;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		position: relative;
		padding-left: 10px;
	}

	.list_news ul li span {
		display: block;
		width: 30%;
		float: right;
		text-align: right;
		font-size: 12px;
	}

	.fp_box_4 .rii h3 a {
		float: right;
		font-size: 14px;
		padding-top: 5px;
	}

	.list_news-two {
		padding: 0px 0;
	}

	.footer .left {
		float: none;
		width: 100%;
		font-weight: bold;
		font-size: 18px;
		color: #3d3a39;
	}

	.footer .left img {
		width: 30px;
	}

	.footer .rii {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	.footer .rii a {
		display: inline-block;
		margin-left: 15px;
	}

	footer ul li:nth-child(4) {
		width: 100%;
		float: left;
		min-height: auto;
	}

	footer ul li:nth-child(3) {
		width: 100%;
		float: left;
		min-height: auto;
	}
	
	.fp_box_3 .swiper-slide a::after {
	    height: 100px;
	    background-size: 100% 100%;
	}
	.fp_box_2 .box .top{
		display: block;
	}
	.fp_box_2 .box .top a{
	    width: 48%;
		float: left;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.fp_box_2 .box .top a:nth-child(2),.fp_box_2 .box .top a:nth-child(4){
		float: right;
	}
	.text_wenzi {
	    margin-top: 0px;
	}
}
