﻿/*通用类*/
@media (max-width: 750px){
	
tbody{width:100%;}
tr{width:100%;}
tr td{width:auto;height:auto;word-wrap: break-word;
  white-space: normal;}
 tr td p{width:29px;padding:1px;margin:0px;word-wrap: break-word;
  white-space: normal;} 
}


* {
	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;
}



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;
}



.Language {
	float: right;
	padding-left: 25px;
	background: url(../images/diqiu.png) no-repeat left;
	background-size: 22px auto;
	height: 40px;
	line-height: 40px;
	margin-top: 28px;
}

.Language a {
	padding: 0 10px;
	font-size: 18px;
}

.sousuo {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	height: 40px;
	border: 1px solid #ccc;
	width: 240px;
	border-radius: 5px;

}

.sousuo .in1 {
	width: 75%;
	float: left;
	height: 100%;
	border: none;
	padding-left: 10px;
	border-radius: 5px;
}

.sousuo .in2 {
	float: right;
	width: 20%;
	height: 100%;
	border: none;
	padding-left: 0px;
	background: url(../images/sousuo.png) no-repeat center;
}

.banner {
	margin-top: 100px;
}

.banner img {
	width: 100%;
}

.banner .swiper-button-next {
	background: url(../images/rii.png) no-repeat center;
	width: 75px;
	height: 75px;
	background-size: 100% auto;
	right: 5%;
	left: auto;
}

.banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat center;
	width: 75px;
	height: 75px;
	background-size: 100% auto;
	left: 5%;
	right: auto;
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #09619a;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.fp_box_1 {
	padding: 140px 0;
}

.tilte {
	padding-left: 50px;
	background: url(../images/ren_san.png) no-repeat left;
	background-size: 20px auto;
}

.ico_da {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ico_img {
	width: 30%;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 30px;
	overflow: hidden;
}

.ico_img>img {
	width: 100%;
}

.ico_img .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	z-index: 2;
}

.ico_img .text span {
	display: block;
	width: 100px;
	height: 4px;
	background-color: #fff;
}

.ico_img .text h3 {
	color: #fff;
	margin-top: 20px;
}

.ico_img1::after {
	display: block;
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/1.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
	display: none;
}

.ico_img2::after {
	display: block;
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/2.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
	display: none;
}

.ico_img3::after {
	display: block;
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/3.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
	display: none;
}

.ico_img:hover::after {
	display: block;
}

.ico_img3 {
	margin-top: -80px;
}

.ico_img1 {
	margin-top: 80px;
}

.fp_box_2 {
	background: url(../images/bg.png) no-repeat top;
	background-size: 100% auto;
}

.title {
	padding: 50px 0;
	text-align: center;
}

.title h3 {
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 30px;
}

.title p {
	width: 60%;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.Jump_data {
	padding: 30px 0;
	border-bottom: 1px solid #fff;
}

.Jump_data ul li {
	width: 20%;
	float: left;
	padding: 0 30px;
	color: #fff;
}

.Jump_data ul li h3 {
	font-size: 16px;
}

.Jump_data ul li h3 em {
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

.Jump_data ul li span {
	font-size: 26px;
}

.fp2_list {
	margin-top: 100px;
}

.fp2_list ul {
	margin-left: -30px;
	margin-right: -30px;
}

.fp2_list ul li {
	width: 33.33%;
	float: left;
	padding: 0 30px;
}

.fp2_list ul li a {
	display: block;
	position: relative;
}

.fp2_list ul li a .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 50px;
}

.fp2_list ul li a .text h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.fp2_list ul li a .text p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.fp_box_2 {
	padding-bottom: 100px;
}

.fp_box_3 {
	padding: 50px 0;
}

.tilte {
	font-size: 40px;
}

.fp_box_3 .left {
	width: 15%;
	float: left;
}

.fp_box_3 .left ul li {
	height: 100px;
	margin-top: 50px;
}

.fp_box_3 .left ul li a {
	display: block;
	position: relative;
	padding-left: 100px;
	height: 100%;
}

.fp_box_3 .left ul li a img {
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_3 .left ul li a h4 {
	font-size: 16px;
	margin: 0;
	padding-top: 25px;
	margin-bottom: 5px;
}

.fp_box_3 .left ul li a span {
	font-size: 20px;
}

.fp_box_3 .left ul li:hover a {
	color: #e9532d;
}

.fp_box_3 .left ul li.hover a {
	color: #e9532d;
}

.fp_box_3 .left ul li:hover a img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(0.9);
}

.fp_box_3 .rii {
	width: 80%;
	float: right;
	margin-top: -50px;
	position: relative;
	display: none;
}

.fp_box_3 .rii .text {
	position: absolute;
	top: 20%;
	right: 100px;
	width: 30%;
}

.fp_box_3 .rii .text h3 {
	font-size: 38px;
	color: #fff;
}

.fp_box_3 .rii .text h4 {
	font-size: 38px;
	color: #fff;
}

.fp_box_3 .rii .text p {
	font-size: 16px;
	color: #fff;
	margin: 30px 0;
	line-height: 30px;
}

.fp_box_3 .rii .text a {
	width: 200px;
	height: 50px;
	background-color: #fff;
	display: block;
	border-radius: 20px;
	line-height: 50px;
	font-size: 16px;
	padding-left: 8%;
	background: #fff url(../images/lansan.png) no-repeat left;
	background-position-x: 80%;
}

.fp_box_4 {
	text-align: center;
	padding-top: 100px;
	margin-top: 50px;
	background-color: #f1f7fc;
}

.fp_box_4 h3 {
	font-size: 42px;
	color: #000000;
}

.fp_box_4 p {
	font-size: 26px;
	color: #3c3c3c;
}

.fp_box_5 {
	background: url(../images/bg2.png) no-repeat top;
	background-size: 100% auto;
}

.title2 {
	text-align: center;
	padding: 50px 0;
}

.title2 h3 {
	font-size: 42px;
	color: #fff;
}

.title2 p {
	font-size: 26px;
	color: #fff;
}

.fp_box_5 ul {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 100px;
}

.fp_box_5 ul li {
	width: 16.666%;
	float: left;
	padding: 0 20px;
	margin-bottom: 50px;
}

.fp_box_5 ul li>div {
	background-color: #fff;
	height: 120px;
	text-align: center;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.fp_box_5 ul li>div img {
	max-width: 100%;
}

.fp_box_5 {
	padding-bottom: 150px;
}

.fp_box_6 ul li .pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.fp_box_6 ul li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_6 ul li .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_6 ul li .text {
	padding: 35px;
	border-radius: 0 0 20px 20px;
	background-color: #f7f7f7;
}

.fp_box_6 ul li .text span {
	font-size: 14px;
	color: #000000;
}

.fp_box_6 ul li .text h3 {
	font-size: 20px;
	margin: 15px 0;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_6 ul li .text p {
	font-size: 14px;
	min-height: 75px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 24px;
}

.fp_box_6 ul li .text a {
	display: block;
	font-size: 16px;
	margin-top: 30px;
}

.fp_box_6 ul li .text a em {
	display: inline-block;
	color: #006bb7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	float: right;
	padding-right: 80%;
}

.fp_box_6 {
	padding-bottom: 100px;
}

.fp_box_6 ul li:hover .text a em {
	padding-right: 20%;
}

.title22 h3,
.title22 p {
	color: #000000;
}



.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 60px;
}

.fp2_list ul li img {
	width: 100%;
}

.fp_box_3 .rii img {
	width: 100%;
}

.sousuotab {
	float: right;
	display: none;
}

.Jump_data.Jump_data2 {
	border: none;
}




@media only screen and (max-width:2100px) {}

@media only screen and (max-width:2000px) {
	.fp_box_1 {
		padding: 60px 0;
	}

	.fp_box_5 {
		background: url(../images/bg2.png) no-repeat top;
		background-size: 100% 100%;
	}

	.fp_box_6 ul li .text a em {
		padding-right: 70%;
	}
}

@media only screen and (max-width:1820px) {



	.fp_box_2 {
		background: url(../images/bg.png) no-repeat center;
		background-size: 100% 100%;
	}

	.fp_box_3 .left ul li {
		height: 100px;
		margin-top: 25px;
	}

	.fp_box_6 ul li .pic {
		width: 100%;
		height: 220px;
		overflow: hidden;
	}

	.fp_box_6 ul li .pic img {
		object-fit: cover;
	}
}

@media only screen and (max-width:1620px) {
	.banner .swiper-pagination-bullet {
		width: 20px;
		height: 20px;

	}

	.fp_box_3 .left ul li {
		height: 100px;
		margin-top: 15px;
	}

	.fp_box_3 .left ul li a h4 {
		font-size: 14px;
		margin: 0;
		padding-top: 25px;
		margin-bottom: 5px;
		text-align: left
	}

	.fp_box_3 .left ul li a span {
		font-size: 15px;
	}

	.fp_box_3 .left ul li {
		height: 80px;
		margin-top: 15px;
	}

	.tilte {
		font-size: 26px;
	}

	.fp_box_4 {
		text-align: center;
		padding-top: 30px;

		background-color: #f1f7fc;
	}
}

@media only screen and (max-width:1420px) {
	
	

	.Jump_data ul li span {
		font-size: 16px;
	}

	.Jump_data ul li h3 em {
		font-size: 36px;
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
	}

	.Jump_data {
		padding: 10px 0;
		border-bottom: 1px solid #fff;
	}

	.fp2_list {
		margin-top: 40px;
	}

	.fp_box_3 .left ul li a img {
		position: absolute;
		top: 0;
		left: 0;
		transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.fp_box_3 .left ul li:hover a img {

		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);

	}

	.fp_box_3 .rii .text {
		position: absolute;
		top: 10%;
		right: 50px;
		width: 50%;
	}

	.fp_box_3 .rii {
		width: 80%;
		float: right;
		margin-top: 0;
		position: relative;
		display: none;
	}

	.fp_box_5 {
		padding-bottom: 40px;
	}

	.fp_box_5 ul {

		margin-top: 40px;
	}

	.fp_box_5 ul li>div {
		height: 80px;

	}

	.fp_box_5 ul li>div img {
		width: 80%;
	}

	.title2 h3 {
		font-size: 32px;
		color: #fff;
	}

	.title2 p {
		font-size: 16px;
		color: #fff;
	}

	.title22 h3,
	.title22 p {
		color: #000;
	}

	.fp_box_6 ul li .pic {
		width: 100%;
		height: 156px;
		overflow: hidden;
	}

	.fp_box_6 ul li .text {
		padding: 15px;
		border-radius: 0 0 10px 10px;
		background-color: #f7f7f7;
	}

	.fp_box_6 ul li .text h3 {
		font-size: 16px;
		margin: 10px 0;
		color: #000000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.fp_box_6 ul li .text a {
		display: block;
		font-size: 15px;
		margin-top: 20px;
	}

	.fp_box_6 ul li .text a em {
		padding-right: 50%;
	}




	.banner .swiper-button-next {
		background: url(../images/rii.png) no-repeat center;
		width: 55px;
		height: 55px;
		background-size: 100% auto;
		right: 5%;
		left: auto;
	}

	.banner .swiper-button-prev {
		background: url(../images/left.png) no-repeat center;
		width: 55px;
		height: 55px;
		background-size: 100% auto;
		left: 5%;
		right: auto;
	}

	.ico_img {
		width: 31%;
	}

	.title h3 {
		font-size: 37px;
		color: #ffffff;
		margin-bottom: 30px;
	}

	.title p {
		width: 60%;
		margin: 0 auto;
		color: #fff;
		font-size: 16px;
		line-height: 25px;
	}

	.fp2_list ul li a .text h3 {
		font-size: 28px;
		color: #fff;
		margin-bottom: 20px;
	}

	.fp2_list ul li a .text p {
		font-size: 18px;
		color: #fff;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:1220px) {
	
	

	.banner .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 20px;
	}

	.fp_box_3 .left {
		width: 100%;
		float: none;
	}

	.fp_box_3 .rii {
		width: 100%;
		float: none;

	}

	.fp_box_3 .left ul li {
		height: 80px;
		margin-top: 15px;
		float: left;
		width: 20%;
		height: auto;
	}

	.fp_box_3 .left ul li a img {
		/* position: static;
	    top: 0;
	    left: 0; */
		transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.fp_box_3 .rii .text h3 {
		font-size: 28px;
		color: #fff;
	}

	.fp_box_3 .rii .text h4 {
		font-size: 22px;
		color: #fff;
	}

	.fp_box_3 .rii .text p {
		font-size: 14px;
		color: #fff;
		margin: 30px 0;
		line-height: 25px;
	}

	.fp_box_3 .rii .text a {
		width: 160px;
		height: 45px;
		background-color: #fff;
		display: block;
		border-radius: 20px;
		line-height: 46px;
		font-size: 15px;
		padding-left: 6%;
		background: #fff url(../images/lansan.png) no-repeat left;
		background-position-x: 80%;
		background-size: 12px auto;
	}

	.fp_box_5 ul li>div {
		height: 60px;
	}

	.fp_box_5 ul li {
		width: 16.666%;
		float: left;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.fp_box_5 ul {
		margin-top: 0px;
	}

	.fp_box_6 ul li .pic {
		width: 100%;
		height: 122px;
		overflow: hidden;
	}

	.fp_box_6 ul li .text p {
		font-size: 12px;
		min-height: 55px;
		color: #000000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-height: 14px;
	}

	.title2 {
		text-align: center;
		padding: 25px 0;
	}

	.fp_box_6 {
		padding-bottom: 50px;
	}

	.footer p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		background: #033a89;
		padding: 20px 0;
		margin: 0;
		display: none;
	}

	.header .nav>li {
		width: 100%;
		line-height: 80px;
	}

	.header .nav>li a {
		color: #fff;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.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);
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.banner {
		margin-top: 60px;
	}

	.header .nav {
		top: 60px;
		height: 100%;
	}

	.header .logo {
		width: 85px;
		margin-top: 15px;
	}

	.Language {
		float: left;
		margin-top: 10px;
		margin-left: 15px;
	}

	.Language a {
		padding: 0 5px;
		font-size: 14px;
	}

	.sousuotab {
		display: block;
		margin-top: 13px;
		margin-right: 60px;
	}

	.sousuo {
		display: block;
		position: absolute;
		top: 60px;
		left: auto;
		right: 0px;
		background-color: #fff;
		margin-top: 0;
		display: none;
	}

	.banner .swiper-button-next {
		background: url(../images/rii.png) no-repeat center;
		width: 35px;
		height: 35px;
		background-size: 100% auto;
		right: 5%;
		left: auto;
	}

	.banner .swiper-button-prev {
		background: url(../images/left.png) no-repeat center;
		width: 35px;
		height: 35px;
		background-size: 100% auto;
		left: 5%;
		right: auto;
	}

	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px;
	}

	.fp_box_1 {
		padding: 20px 0;
	}

	.tilte {
		font-size: 18px;
		padding-left: 25px;
		background-size: 15px auto;
	}

	.ico_img1,
	.ico_img2,
	.ico_img3 {
		margin-top: 0px;
	}

	.ico_da {
		display: block;
		white-space: nowrap;
		overflow-x: auto;
	}

	.ico_img {
		display: inline-block;
		width: 55%;
		margin-top: .2rem !important;
		margin-right: 3%;
		border-radius: 10px;
	}
	.ico_img .text {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    padding: 15px;
	    z-index: 2;
	}
	.ico_img .text span {
	    display: block;
	    width: 60px;
	    height: 2px;
	    background-color: #fff;
	}
	.ico_img .text h3 {
	    color: #fff;
	    margin-top: 12px;
		font-size: 16px;
	}
	.title h3 {
	    font-size: 18px;
	    color: #ffffff;
	    margin-bottom: 15px;
	}
	.title p {
	    width: 100%;
	    margin: 0 auto;
	    color: #fff;
	    font-size: 12px;
	    line-height: 22px;
	}
	.title {
	    padding:20px 0;
	    text-align: center;
	}
	.Jump_data ul li {
	    width: 50%;
	    float: left;
	    padding: 0 15px;
	    color: #fff;
		text-align: center;
	}
	.Jump_data ul li h3{
		font-size: 10px;
		margin-bottom: 0;
		
	}
	.Jump_data ul li h3 em {
	    font-size: 22px;
	    font-weight: bold;
	    display: inline-block;
	    margin-right: 5px;
		font-weight: normal;
	}

	.Jump_data ul li span {
	    font-size: 12px;
	}
	.fp2_list ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.fp2_list ul li {
	    width: 100%;
	    float: left;
	    padding: 0 10px;
		margin-bottom: 30px;
	}
	.fp_box_2 {
	    padding-bottom: 30px;
	}
	.fp2_list ul li a .text h3 {
	    font-size: 22px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.fp2_list ul li a .text p {
	    font-size: 15px;
	    color: #fff;
	    margin-bottom: 10px;
	}
	.fp_box_3 .left ul li {
		height: auto;
	}
	.fp_box_3 .left ul li a{
		padding-left: 0;
		text-align: center;
		height: auto;
	}
	.fp_box_3 .left ul li a img {
	    position: static;
	    
	}
	.fp_box_3 .left ul li a img {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	   display: block;
	   margin: 0 auto;
	   top: auto;
	   left: auto;
	   width: 70%;
	}
	.fp_box_3 .left ul li:hover a img {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	}
	.fp_box_3 .left ul li a h4 {
	    font-size: 14px;
	    margin: 0;
	    padding-top: 5px;
	    margin-bottom: 5px;
	    text-align: center;
		font-size: 12px;
	}
	.fp_box_3 .left ul li a span {
	    font-size: 10px;
	}
	.fp_box_3 {
	    padding: 20px 0;
	}
	.fp_box_3 .rii .text {
	    position: static;
	    top: 0%;
	    right: 0px;
	    width: 100%;
		padding: 10px;
		background-color: #f5f5f5;
		padding-bottom: 15px;
		border-radius: 0  0 10px 10px;
	}
	.fp_box_3 .rii .text h3 {
	    font-size: 20px;
	    color: #333;
	}
	.fp_box_3 .rii .text h4 {
	    font-size: 14px;
	    color: #333;
	}
	.fp_box_3 .rii .text p {
	    font-size: 12px;
	    color: #333;
	    margin: 15px 0;
	    line-height: 20px;
	}
	.fp_box_3 .rii .text a {
	    width: 100px;
	    height: 40px;
	    background-color: #fff;
	    display: block;
	    border-radius: 10px;
	    line-height: 40px;
	    font-size: 12px;
	    padding-left: 4%;
	    background: #fff url(../images/lansan.png) no-repeat left;
	    background-position-x: 80%;
	    background-size: 10px auto;
	}
	.fp_box_5 ul{
		margin: 0;
	}
	.fp_box_5 ul li {
	    width: 33.33%;
	    float: left;
	    padding: 0 10px;
	    margin-bottom: 20px;
	}
	.title2 h3 {
	    font-size: 24px;
	    color: #fff;
	}
	.title2 p {
	    font-size: 12px;
	    color: #fff;
	}
	.title22 h3,.title22 p{
		color: #333;
	}
	.fp_box_6 ul li{
		margin-bottom: 30px;
	}
	.fp_box_6 ul li .pic {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.fp_box_6 ul li .text p {
	    font-size: 12px;
	    min-height: auto;
	    color: #000000;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 114;
	    line-height: 20px;
	}
	.fp_box_6 ul li .text a em {
	    padding-right: 72%;
	}
	footer .left {
	    width: 100%;
	    float: none;
	}
	footer .left>img{
		display: block;
		margin: 0 auto;
		width: 180px;
	}
	footer .rii {
	    width: 100%;
	    float: right;
	}
	footer .rii ul li {
	    float: left;
	    width: 50%;
		text-align: left;
		padding-left: 30px;
		margin-top: 10px;
	}
	footer .rii ul li h3 {
	    font-size: 14px;
	    color: #000000;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	
	footer .rii ul li a {
	    font-size: 12px;
		margin-top: 5px;
	}
	.footer p {
	    font-size: 10px;
	}
	footer {
	    padding-bottom: 30px;
	}
	.fp_box_6 {
	    padding-bottom: 0px;
	}
}
