/*通用类*/
* {
	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;
}



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;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.main {
	width: 1420px;
	margin: 0 auto;
}

/*header 开始*/
header {
	width: 100%;
	height: 100px;
	background-color: rgba(242, 242, 242, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

header .logo {
	float: left;
}

header .logo img {
	height: 60px;
	margin-top: 20px;
}

header .main {
	position: relative;

}

header nav {
	float: left;
	margin-left: 80px;
}

header nav ul>li {
	float: left;
	margin-right: 15px;

}

header nav ul>li>a {
	display: inline-block;

	text-decoration: none;
	height: 100px;
	line-height: 100px;
	padding: 0 6px;
	display: block;
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
}

header nav ul>li>a:hover {
	color: #44b034;
	border-bottom: 5px solid #44b034;
}

header .sousuo {
	float: right;
	width: 230px;
	height: 40px;
	float: right;
	background-color: #fff;
	margin-top: 25px;
	margin-right: 50px;
}

header .sousuo .in1 {
	width: 80%;
	float: left;
	height: 100%;
	background: none;
	border: none;
	padding-left: 20px;
}

header .sousuo .in2 {
	width: 20%;
	float: right;
	height: 100%;
	background: none;
	border: none;

	background: #333 url(../images/sousuo.png) no-repeat center;
	background-size: 25px;

}

.tabyuyan {
	float: right;

}

.tabyuyan select {
	width: 100px;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	margin-top: 25px;
	box-sizing: none;
}

header nav ul>li .erji {
	position: absolute;
	top: 100px;
	left: 0;
	width: 950px;
	min-height: 300px;
	background-color: #F3F3F3;
	display: none;
}

header nav ul>li:hover .erji {
	display: block;
}

header nav ul>li .erji .left_tab {
	width: 20%;
	height: 100%;
	float: left;
	border-right: 1px solid #ccc;
}

header nav ul>li .erji .left_tab a {
	display: block;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	color: #010000;
}

header nav ul>li .erji .left_tab a:hover {
	background-color: #44b034;
	color: #fff;
}

header nav ul>li .erji .left_tab a.hover {
	background-color: #44b034;
	color: #fff;
}

header nav ul>li .erji .rii_tab {
	width: 80%;
	float: right;
	display: none;
}

header nav ul>li .erji .rii_tab.show {
	display: block;
}

header nav ul>li .erji .rii_tab .zuo {
	width: 60%;
	float: left;
}

header nav ul>li .erji .rii_tab .you {
	width: 40%;
	float: right;
	text-align: center;
	padding: 10px;
}

header nav ul>li .erji .rii_tab .you img {
	max-width: 100%;
}

header nav ul>li .erji .rii_tab .zuo a {
	display: block;
	padding: 10px;
	padding-left: 30px;
	position: relative;
}

header nav ul>li .erji .rii_tab .zuo a::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #666666;
	position: absolute;
	top: 13px;
	left: 15px;
}

.rii_tab22 {
	padding: 15px;
}

.navon {
	display: none;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide .text {
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 40%;
	right: 0;
	width: 28%;
}

.banner .swiper-slide .text h3 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.banner .swiper-slide .text span {
	display: block;
	width: 120px;
	height: 5px;
	background: #fff;
	margin: 15px 0;
}

.banner .swiper-slide .text p {
	color: #fff;
	font-size: 18px;
	width: 80%;
}

.banner .swiper-slide .text a {
	display: inline-block;
	padding: 10px 35px;
	background-color: #fff;
	margin-top: 20px;
}

.banner .swiper-slide .text a:hover {
	background-color: #44b034;
	color: #fff;
}

.banner .swiper-slide img {
	display: block;
}

.title {
	text-align: center;
	padding-top: 100px;

}

.title h3 {
	font-size: 26px;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.fp_box_1 .main {
	position: relative;
}

.fp_box_1 .swiper-slide img {
	width: 100%;
}

.fp_box_1 .swiper-slide p {
	width: 100%;
	border: 2px solid #44b034;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.fp_box_1 .swiper-slide:hover p {
	background-color: #44b034;
	color: #fff;
}

.fp_box_1 .swiper-button-next.swiper-button-white {
	height: 75px;
	width: 35px;
	background: url(/template/default/images/you.png) no-repeat center;
	background-size: 35px 75px;
	top: 60%;
	right: -50px;
}

.swiper-button-prev.swiper-button-white {
	height: 75px;
	width: 35px;
	background: url(/template/default/images/zuo.png) no-repeat center;
	background-size: 35px 75px;
	top: 60%;
	left: -50px;

}

.fp_box_1 {
	padding-bottom: 80px;
}

.banner_two .swiper-slide {
	position: relative;

}

.banner_two .swiper-slide img {
	width: 100%;
	display: block;
}

.banner_two .swiper-slide .text {
	padding: 30px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 25%;
	right: 0;
	width: 40%;
}

.banner_two .swiper-slide .text h3 {
	font-size: 40px;
	color: #fff;
}

.banner_two .swiper-slide .text span {
	display: block;
	width: 150px;
	height: 5px;
	background: #fff;
	margin: 15px 0;
}

.banner_two .swiper-slide .text p {
	color: #fff;
	font-size: 18px;
	width: 80%;
	line-height: 30px;
}

.banner_two .swiper-slide .text a {
	display: block;
	width: 180px;
	height: 40px;
	background-color: #44b034;
	position: relative;
	color: #fff;
	padding-left: 30px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 5px;
}

.banner_two .swiper-slide .text a img {
	position: absolute;
	width: 20px;
	top: 10px;
	right: 15px;
}

.banner_two .swiper-slide .text a:hover {
	background-color: #333333;
}

.banner_two .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	left: 47%;
	width: 16%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;

	padding-top: 5px;
}

.banner_two .swiper-pagination-bullet {
	width: 16px;
	height: 16px;

}

.fp_box_2 {
	margin-top: 100px;
}

.fp_box_2 h2 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 28px;
	margin-bottom: 5px;
	font-family: SYN !important;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 5px solid #ccc;
	margin: 30px 0;
}

.fp_box_2 .top .left {
	float: left;
	width: 49%;
	box-shadow: 6px 6px 0px 0px #747273;
	background-color: #EFEFEF;
	padding: 45px;
	height: 390px;
}

.fp_box_2 .top .left p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.fp_box_2 .top .left p strong {
	font-size: 23px;
	color: #44b034;
}

.fp_box_2 .top .left p a {
	color: #44b034;
}

.fp_box_2 .top .rii {
	float: right;
	width: 49%;
	height: 390px;
	box-shadow: 6px 6px 0px 0px #747273;
}

.fp_box_2 .top .rii img {
	width: 100%;
	height: 100%;
}

.fp_box_2 .bottom {
	box-shadow: 6px 6px 0px 0px #747273;
	background-color: #EFEFEF;
	padding: 10px 0;
	margin-top: 40px;
}

.fp_box_2 .bottom ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.fp_box_2 .bottom ul li h3 {
	color: #989898;
	font-size: 24px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.fp_box_2 .bottom ul li b {
	font-size: 68px;
	color: #46a737;
	line-height: 72px;
	display: inline-block;
	text-align: center;
	display: block;
	margin: 0;
	font-family: Impact !important;
}

.fp_box_2 .bottom ul li b small {
	font-size: 14px;
}

.fp_box_2 .bottom ul li span {
	font-size: 18px;
	color: #989898;
	line-height: 48px;
	font-weight: bold;
	margin: 0;
}

.fp_box_3 {
	margin-top: 80px;
}

.fp_box_3 h2 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 28px;
	margin-bottom: 5px;
	font-family: SYN !important;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 5px solid #ccc;
	margin: 30px 0;
}

.fp_box_3 p {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 30px;
	color: #666;
}

.fp_box_3 .left {
	width: 49.5%;
	float: left;
	height: 550px;
	position: relative;
}

.fp_box_3 .left img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp_box_3 .left span {
	display: block;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	font-size: 22px;
	background: rgba(0, 0, 0, 0.4) url(../images/more.png) no-repeat center;
	background-size: 40px;
	background-position-x: 80%;
}

.fp_box_3 span:hover {
	background-color: #44b034;
}

.fp_box_3 .rii {
	float: right;
	width: 49.5%;
}

.fp_box_3 .rii ul li {
	width: 49%;
	float: left;
	height: 265px;
	position: relative;
	margin-bottom: 20px;
}

.fp_box_3 .rii ul li:nth-child(2n) {
	float: right;
}

.fp_box_3 .rii ul li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp_box_3 .rii ul li span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	font-size: 14px;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	background-size: 20px;

}

.fp_box_3 .rii ul li:hover span {
	background-color: #44b034;
}

.fp_box_4 {
	margin-top: 80px;
}

.fp_box_4 h2 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 28px;
	margin-bottom: 5px;
	font-family: SYN !important;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 5px solid #ccc;
	margin: 30px 0;
}

.fp_box_4 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.fp_box_4 ul li {
	width: 33.33%;
	float: left;
	padding: 0 15px;

}

.fp_box_4 ul li .pic {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.fp_box_4 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;
}

.fp_box_4 ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_4 ul li .time {
	padding: 15px 0;
}

.fp_box_4 ul li .time span {
	float: left;
	width: 50%;
	font-size: 16px;
	display: block;
}

.fp_box_4 ul li .time i {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
	font-style: normal;
}

.fp_box_4 ul li h3 {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
}

.fp_box_4 ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	min-height: 90px;
}

.fp_box_4 {
	padding-bottom: 50px;
}

footer {
	background: #494949;
	padding: 30px 0;
}

footer h3 {
	font-size: 22px;
	color: #fff;
}

footer .left {
	width: 20%;
	float: left;
}

footer .left p {
	color: #fff;
	margin-top: 20px;
}

footer .left p img {
	margin-right: 5px;
}

footer .left .wailink {
	border-top: 1px solid #666;
}

footer .left .wailink a img {
	width: 30px;
	margin: 10px 0 0 10px;
}

footer .rii {
	width: 20%;
	float: left;
}

footer .rii p {
	color: #fff;
	margin-top: 20px;
}





footer .rii2 {
	width: 20%;
	float: left;
	margin-right:5%;
}

footer .rii2 p {
	color: #fff;
	margin-top: 20px;
}


footer .rii3 {
	width: 20%;
	float: left;
}

footer .rii3 p {
	color: #fff;
	margin-top: 20px;
}


footer .rii4 {
	width: 20%;
	float: left;
}

footer .rii4 p {
	color: #fff;
	margin-top: 20px;
}

footer .rii4 img {

}














footer .rii ul li {
	width: 20%;
	float: left;
}

footer .rii ul li a {
	display: block;
	margin-top: 15px;
	color: #fff;
}

footer .rii ul li a:hover {
	color: #44b034;
}

.footer {
	padding: 15px 0;
	background: #333333;
	text-align: center;
	border-top: 1px solid #ccc;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #44b034;
}

.ipn_nav {
	display: none;
}

/*  */
.current {
	padding: 20px;
	margin-top: 100px;
	font-size: 16px;
}

.current .main {
	position: relative;
	padding-left: 25px;
}

.current .main img {
	position: absolute;
	top: 4px;
	left: 0;
}

.current a:hover {
	color: #44b034;
}
.wi-80{
	width: 80%;
}
.fp_box_7{
	width: 80%;
}
.fp_box_5 {
	padding: 30px 0;
}

.fp_box_5 h2 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 28px;
	margin-bottom: 5px;
	font-family: SYN !important;
}

.fp_box_5 em {
	width: 130px;
	display: block;
	height: 5px;
	margin-top: 40px;
	background: #C7C7C7;

}

.fp_box_5 img {
	width: 100%;
	display: block;
	margin: 30px 0;
	
}

.fp_box_5 p {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.fp_box_8 .main .wi-80>a {
	font-size: 30px;
	font-weight: normal;
	color: #44b034;
	line-height: 28px;
	margin-bottom: 5px;
	font-family: SYB !important;
	display: inline;
	display: block;
	margin-bottom: 30px;
}

.fp_box_8 .main .wi-80>a strong {
	font-size: 24px;
	font-family: SYN !important;
	color: #777777;
	font-weight: normal;
}

.fp_box_6 h2 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 28px;
	margin-bottom: 5px;
	font-family: SYN !important;
	margin-top: 100px;
}

.fp_box_6 em {
	width: 130px;
	display: block;
	height: 5px;
	margin-top: 40px;
	background: #C7C7C7;
}

.fp_box_6 ul {

	margin: 50px 0;
	padding: 0 20px;
	display: flex;
	align-items: flex-end;

}

.fp_box_6 ul li {}

.fp_box_6 ul li:nth-child(1) {
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
	width: 23.0958%;

}

.fp_box_6 ul li:nth-child(2) {
	width: 17.4088%;
	margin-left: 2%;
	margin-right: 0px;
	clear: none;

}

.fp_box_6 ul li:nth-child(3) {
	width: 17.7472%;
	margin-left: 2%;
	margin-right: 0px;
	clear: none;

}

.fp_box_6 ul li:nth-child(4) {
	width: 35.7482%;
	margin-left: 2%;
	margin-right: 0px;
	clear: none;

}

.fp_box_6 ul li p {
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}

.fp_box_6 ul li img {
	width: 100%;
}

.fp_box_7 {
	padding: 40px;
	background: #898989;
	margin-top: 50px;
}

.fp_box_7 .top {
	padding: 0 1%;
}

.fp_box_7 .top ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 40px;
}

.fp_box_7 .top ul li em {
	display: block;
	margin: 20px 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.fp_box_7 .top ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.box_g {
	margin: 40px 0 40px 0;
	width: 50%;
	float: left;
}

.box_g p {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	padding-left: 40px;
}

.box_g p img {
	display: inline-block;
	margin-right: 30px;
}

.fp_box_7 .wenzi {
	padding: 0 5%;
}

.fp_box_7 h4 {
	font-weight: bold;
	display: block;
	margin-top: 40px;
	font-size: 30px;
	color: #fff;
	margin-bottom: 50px;
}

.fp_box_7 span {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.fp_box_7 {
	margin-bottom: 50px;
}

.fp_box_8 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.fp_box_8 ul li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
	position: relative;
	
}
.fp_box_8 ul li::after{
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	background-color: #44b034;
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.fp_box_8 ul li:hover::after{
	width: 100%;
}


.fp_box_8 ul li .pic {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.fp_box_8 ul li .pic .tabimg{
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 40px;
	width: 100%;
	padding: 5px;
}
.fp_box_8 ul li .pic .tabimg img{
	width: 40px;
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
}
.fp_box_8 ul li .pic .tabimg img.hover{
	border: 1px solid #44b034;
}
.fp_box_8 ul li .pic .tabimg img:hover{
	border: 1px solid #44b034;
}




















.fp_box_8 ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp_box_8 ul li {
	margin-bottom: 30px;
	height:350px;
}

.fp_box_8 ul li .text {
	padding: 10px;
}

.fp_box_8 ul li .text h3 {
	margin: 0;
	text-align: left;

	font-size: 20px;
	min-height: 65px;
}

.fp_box_8 ul li a {
	display: block;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	position: relative;
}

.fp_box_8 ul li a::after {
	display: block;
	height: 1px;
	width: 50%;
	background: #44b034;
	content: "";
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_8 ul li:hover a::after {
	width: 100%;
}

.fp_box_8 ul li:hover h3 {
	color: #44b034;
}

.fp_box_8 ul li:hover p {
	color: #44b034;
}

.wo_chuan {
	position: fixed;
	top: 10%;
	right: 0;
	width: 280px;
	z-index: 10000111;
	display:none;
}

.wo_chuan>a {
	width: 100%;
	padding: 10px;
	background-color: #3E3A39;
	font-size: 30px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.wo_chuan>a span {
	display: block;
	color: #fff;
	font-size: 18px;
}

.wo_chuan ul li {
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
	background-color: #44b034;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: relative;
}

.wo_chuan ul li:hover {
	background-color: #333333;
}

.wo_chuan ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
}

.wo_chuan ul li .erji_two {
	display: block;
	position: absolute;
	top: 0;
	left: -280px;
	width: 280px;
	display: none;

}

.wo_chuan ul li:hover .erji_two {
	display: block;
}

.wo_chuan ul li .erji_two a {
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
	background-color: #EFEFEF;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: relative;
	color: #9399A7;

}

.wo_chuan ul li .erji_two a:hover {
	background-color: #333333;
	color: #fff;
}

.wo_chuan>a>img {
	position: absolute;
	top: -60px;
	left: -200px;
	width: 200px;
	height: 200px;
	display: none;
	border: 1px solid #ccc;
}

.wo_chuan>a:hover>img {
	display: block;
}

/*  */
.fp_box_9 {
	width: 80%;
	float: left;
	margin: 40px 0;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	padding: 20px;
}

.fp_box_9 .top h3 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 36px;
	margin-bottom: 5px;
	font-family: SYN !important;
}

.fp_box_9 .top span {
	width: 120px;
	height: 4px;
	background-color: #999;
	display: block;
	margin: 20px 0;
}

.fp_box_9 .top .text {
	font-size: 15px;
	line-height: 25px;
	color: #666;
}

.fp_box_9 .top a {
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 30px;
}

.un_page {
	padding: 20px 0 20px;
	text-align: center;
}

.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}

.un_page a:hover,
.un_page a.hover {
	color: #fff;
	background: #44b034;
	border-color: #44b034;
}

.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.fp_box_8 h6 {
	font-weight: bold;
	margin: 30px 0;
	font-size: 30px;
	color: #333333;
}

/*  */
.fp_box_10 {
	width: 80%;
	float: left;
}

.fp_box_10 .top h3 {
	font-size: 36px;
	font-weight: normal;
	color: rgb(158, 158, 158);
	line-height: 36px;
	margin-bottom: 5px;
	font-family: SYN !important;
}

.fp_box_10 .top span {
	width: 120px;
	height: 4px;
	background-color: #999;
	display: block;
	margin: 20px 0;
}

.lunbo {
	border: 1px solid #888;
}

.fp_box_10 .banner_two .swiper-slide img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.fp_box_10 .banner_two .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	left: 47%;
	width: 15%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding-top: 5px;
}

.banner_two .swiper-button-next.swiper-button-white {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	color: #fff;

	background: rgba(0, 0, 0, 0.5) url(../images/youyou.png) no-repeat center;
	background-size: 60%;
}

.banner_two .swiper-button-prev.swiper-button-white {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5) url(../images/zuozuo.png) no-repeat center;
	background-size: 60%;
	top: 50%;
	border-radius: 30px;
	color: #fff;
	left: 10px;
}

.fp_box_11 {
	width: 80%;
	float: left;
	margin: 50px 0;
}

.tab_oo h3 {
	text-align: center;
	padding: 20px 0;
	background-color: #666666;
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.tab_oo table {
	width: 100%;

}

.tab_oo table tr {
	height: 40px;
	text-align: center;
}

.tab_oo table th {
	background-color: #666666;
	text-align: center;
	color: #fff;

}

.tab_oo table tr td {
	background-color: #F8F8F8;
}

.tab_oo table tr:nth-child(2n) td {
	background-color: #DDDDDD;
}

.top_tab a {
	background: #3E3A39;
	padding: 20px 40px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 22px;
}

.top_tab a:hover {
	background: #44b034;
}

.top_tab a.hover {
	background: #44b034;
}

.tab_oo {
	display: none;
}

.tab_oo.show {
	display: block;
}

.tab_oo ul li h4 {
	margin: 30px 0;
	font-size: 30px;
	color: #494949;
	font-weight: bold;
}

.tab_oo ul li p {
	font-size: 22px;
	color: #999;
}
/*  */
.fp_box_12{
	border-top: 1px solid #ccc;
}
.fp_box_12 h3{
	font-size: 32px;
	color: #595959;
	margin-top: 30px;
}
.fp_box_12 .boxn{
	float: left;
	width: 30%;
	margin-top: 30px;
}
.fp_box_12 .boxn2{
	width: 100%;
}
.fp_box_12 .boxn span{
	display: inline-block;
	width: 120px;
	height: 30px;
	background-color:#EEEEEE;
	margin-right: 20px;
	text-align: center;
	line-height: 30px;
}
.fp_box_12 .boxn select{
	width: 220px;
	height: 30px;
	border: 1px solid #ccc;
}
.fp_box_12 .boxn input{
	width: 120px;
	height: 30px;
	border: 1px solid #ccc;
}


@media only screen and (max-width:1500px) {
	.main {
		width: 1200px;
	}
	.fp_box_12 .boxn select {
	    width: 180px;
	   
	}
	header nav ul>li {
		float: left;
		margin-right: 10px;
	}

	header nav {
		float: left;
		margin-left: 20px;
	}

	.banner .swiper-slide .text {
		padding: 20px;
		background: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 30%;
		right: 0;
		width: 50%;
	}

	.banner_two .swiper-slide .text {
		padding: 30px;
		background: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 5%;
		right: 0;
		width: 66%;
	}

	.banner_two .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px;
		left: 40%;
		width: 20%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 10px;
		padding-top: 5px;
	}

	.fp_box_8 ul li .pic {
		width: 100%;
		height: 170px;
		overflow: hidden;
	}
}



@media only screen and (max-width:1320px) {
	.main {
		width: 1120px;
	}

}




@media only screen and (max-width:1220px) {
	.ipn_nav {
		display: block;
		position: fixed;
		left: 0px;
		top: 0px;
		box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
		width: 100%;
		height: 100vh;
		background: #fff;
		transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
		-webkit-transition: all ease 0.5s;
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
		overflow-y: auto;
		transform: translateX(100%);
		padding-top: 10%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ipn_nav.hover {
		transform: translateX(0%);
	}

	.ipn_nav>span {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.ipn_nav>span img {
		width: 100%;
	}

	.ipn_nav .erji .sanji {
		display: block;
	}

	.ipn_nav .erji .sanji a {
		display: block;
	}

	.ipn_nav ul>li {
		height: auto;

		border-bottom: 1px solid #ebebeb;
	}

	.ipn_nav ul>li>a {
		float: left;
		line-height: 40px;
		width: 80%;
	}

	.ipn_nav ul>li>i {
		display: block;
		width: 20%;
		float: left;
		height: 40px;
		background: url(/template/default/images/jiantou.png) no-repeat center;
		background-size: 22px 22px;
		margin-top: 10px;
	}

	.ipn_nav ul>li .erji ul>li {
		padding: 5px 0;
		padding-bottom: 0;
		border-bottom: 1px solid #ebebeb;

	}

	.ipn_nav ul>li .erji ul>li>a {
		float: left;
		line-height: 40px;
		width: 75%;
		padding-left: 20px;
	}

	.ipn_nav ul>li .erji ul>li>i {
		display: block;
		width: 25%;
		float: left;
		background: url(/template/default/images/jiantou.png) no-repeat center;
		background-size: 20px 20px;
		margin: 0;
		position: relative;
		z-index: 999;
	}

	.ipn_nav ul>li .erji ul>li .sanji>a {
		display: block;
		margin-bottom: 10px;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 5px;
		padding-left: 20px;
	}

	.rotate-90 {
		transform: rotate(90deg);
		transition: transform 0.3s ease;
	}

	.ipn_nav>ul>li .erji>ul>li .sanji>a:last-child {
		border: none;
	}

	.ipn_nav ul>li .erji ul>li:last-child {
		border: none;
	}

	.main {
		width: 1100px;
	}

	header .sousuo {
		float: right;
		width: 190px;
		height: 40px;
		float: right;
		background-color: #fff;
		margin-top: 25px;
		margin-right: 50px;
	}

	.swiper-button-prev.swiper-button-white {
		display: none;
	}

	.fp_box_1 .swiper-button-next.swiper-button-white {
		display: none;
	}

	.banner_two .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
	}

	.fp_box_2 .top .left p {
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.fp_box_2 .top .left p strong {
		font-size: 18px;
		color: #44b034;
	}

	.wo_chuan {
		display: none;
	}

	.fp_box_9 {
		width: 100%;
	}
	.wi-80{
		width: 100%;
	}
	.fp_box_7{
		width: 100%;
	}
}

@media only screen and (max-width: 1110px) {
	.main {
		width: 1000px;
	}

	.banner .swiper-slide .text {
		padding: 20px;
		background: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 26%;
		right: 0;
		width: 90%;
	}

	.banner_two .swiper-slide .text {
		padding: 30px;
		background: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 5%;
		right: 0;
		width: 95%;
	}

	.banner_two .swiper-slide .text h3 {
		font-size: 33px;
		color: #fff;
	}
}

@media only screen and (max-width: 750px) {
	.main {
		width: 100%;
		padding: 0 15px;
	}

	header nav {
		display: none;
	}

	header {
		height: 60px;
		background-color: #fff;
	}

	header .logo img {
		height: 40px;
		margin-top: 11px;
		margin-left: 10px;
	}

	header .sousuo {
		display: none;
	}

	.tabyuyan select {
		width: 73px;
		height: 30px;
		background-color: #fff;
		border: none;
		padding: 0 0px;
		margin-top: 13px;
		box-sizing: none;
		margin-right: 10px;
		font-size: 12px;
	}

	.navon {
		display: block;
		position: absolute;
		top: 10px;
		left: 50%;
		width: 40px;
	}

	.banner {
		height: 300px;
		margin-top: 60px;
	}

	.banner img {
		height: 100%;
		object-fit: cover;
	}

	.banner .swiper-container {
		height: 100%;
	}

	.banner .swiper-slide .text {
		padding: 20px;
		background: rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}

	.banner .swiper-slide .text h3 {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		margin: 0;
	}

	.banner .swiper-slide .text span {
		display: block;
		width: 70px;
		height: 2px;
		background: #fff;
		margin: 10px 0;
	}

	.banner .swiper-slide .text p {
		color: #fff;
		font-size: 14px;
		width: 100%;
	}

	.title {
		text-align: center;
		padding-top: 20px;
	}

	.title h3 {
		font-size: 18px;
		color: #999;
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin: 0;
	}

	.fp_box_1 {
		padding-bottom: 20px;
	}

	.fp_box_1 .swiper-slide p {
		width: 80%;
		border: 2px solid #44b034;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 8px;
		margin: 0 auto;
	}

	.banner_two {
		height: 300px;
	}

	.banner_two .swiper-container {
		height: 100%;
	}

	.banner_two .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner_two .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.banner_two .swiper-slide .text {
		padding: 30px;
		background: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}

	.banner_two .swiper-slide .text h3 {
		font-size: 22px;
		color: #fff;
		margin: 0;
	}

	.banner_two .swiper-slide .text span {
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0;
	}

	.banner_two .swiper-slide .text p {
		color: #fff;
		font-size: 12px;
		width: 100%;
		line-height: 22px;
	}

	.banner_two .swiper-slide .text a {
		display: block;
		width: 119px;
		height: 30px;
		background-color: #44b034;
		position: relative;
		color: #fff;
		padding-left: 15px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 3px;
	}

	.banner_two .swiper-slide .text a img {
		position: absolute;
		width: 11px;
		top: 10px;
		right: 15px;
		height: auto;
	}

	.banner_two .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0;
		padding-top: 0px;
	}

	.fp_box_2 {
		margin-top: 20px;
	}

	.fp_box_2 h2 {
		font-size: 18px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 20px;
		margin-bottom: 5px;
		font-family: SYN !important;
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		margin: 10px 0;
	}

	.fp_box_2 .top .left {
		float: left;
		width: 100%;
		box-shadow: 0px 0px 0px 0px #747273;
		background-color: #EFEFEF;
		padding: 16px;
		height: auto;
		margin-bottom: 10px;
	}

	.fp_box_2 .top .rii {
		float: right;
		width: 100%;
		height: auto;
		box-shadow: 0px 0px 0px 0px #747273;
	}

	.fp_box_2 .bottom {
		margin-top: 20px;
		box-shadow: 0px 0px 0px 0px #747273;
	}

	.fp_box_2 .bottom ul li {
		float: left;
		width: 50%;
		text-align: center;
	}

	.fp_box_2 .bottom ul li h3 {
		color: #989898;
		font-size: 16px;
		line-height: 29px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
	}

	.fp_box_2 .bottom ul li b {
		font-size: 36px;
		color: #46a737;
		line-height: 42px;
		display: inline-block;
		text-align: center;
		display: block;
		margin: 0;
		font-family: Impact !important;
	}

	.fp_box_2 .bottom ul li span {
		font-size: 12px;
		color: #989898;
		line-height: 48px;
		font-weight: bold;
		margin: 0;
	}

	.fp_box_3 h2 {
		font-size: 18px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 20px;
		margin-bottom: 5px;
		font-family: SYN !important;
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		margin: 10px 0;
	}

	.fp_box_3 {
		margin-top: 20px;
	}

	.fp_box_3 p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 20px;
		color: #666;
	}

	.fp_box_3 .left {
		width: 100%;
		float: left;
		height: auto;
		position: relative;
	}

	.fp_box_3 .left span {
		display: block;
		padding: 12px;
		color: #fff;
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		font-size: 17px;
		background: rgba(0, 0, 0, 0.4) url(../images/more.png) no-repeat center;
		background-size: 25px;
		background-position-x: 80%;
	}

	.fp_box_3 .rii {
		float: right;
		width: 100%;
	}

	.fp_box_3 .rii ul li {
		width: 49%;
		float: left;
		height: auto;
		position: relative;
		margin-bottom: 20px;
	}

	.fp_box_4 {
		padding-bottom: 20px;
	}

	.fp_box_4 {
		margin-top: 20px;
	}

	.fp_box_4 h2 {
		font-size: 18px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 20px;
		margin-bottom: 5px;
		font-family: SYN !important;
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		margin: 10px 0;
	}

	.fp_box_4 ul li {
		width: 100%;
		float: left;
		padding: 0 15px;
	}

	.fp_box_4 ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fp_box_4 ul li h3 {
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-bottom: 14px;
		font-size: 18px;
	}

	.fp_box_4 ul li p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 111111;
		font-size: 14px;
		line-height: 22px;
		color: #666;
		min-height: auto;
	}

	footer .left {
		width: 100%;
		float: left;
	}

	footer .rii {
		width: 100%;
		float: right;
	}
	
		footer .rii2 {
		width: 95%;
		float: right;
		margin-bottom:30px;
	}


	footer .rii3 {
		width: 100%;
		float: right;
	}

	footer .rii4 {
		width: 100%;
		float: right;
	}


	footer .rii ul li {
		width: 50%;
		float: left;
	}

	.footer {
		padding: 15px 0;
		background: #333333;
		text-align: center;
		border-top: 1px solid #ccc;
		color: #fff;
		font-size: 12px;
	}

	/*  */
	.current {
		padding: 20px;
		margin-top: 60px;
		font-size: 16px;
	}

	.fp_box_5 h2 {
		font-size: 21px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 15px;
		margin-bottom: 5px;
		font-family: SYN !important;
	}

	.fp_box_5 {
		padding: 0px 0;
	}

	.fp_box_5 em {
		width: 130px;
		display: block;
		height: 2px;
		margin-top: 20px;
		background: #C7C7C7;
	}

	.fp_box_8 .main>a {
		font-size: 20px;
		font-weight: normal;
		color: #44b034;
		line-height: 28px;
		margin-bottom: 5px;
		font-family: SYB !important;
		display: inline;
		display: block;
		margin-bottom: 17px;
	}

	.fp_box_8 .main>a strong {
		font-size: 15px;
		font-family: SYN !important;
		color: #777777;
		font-weight: normal;
	}

	.fp_box_8 ul li {
		width: 100%;
		float: left;
		padding: 0 15px;
	}

	.fp_box_8 ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fp_box_6 h2 {
		font-size: 22px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 22px;
		margin-bottom: 5px;
		font-family: SYN !important;
		margin-top: 100px;
	}

	.fp_box_6 em {
		width: 50px;
		display: block;
		height: 2px;
		margin-top: 14px;
		background: #C7C7C7;
	}

	.fp_box_6 h2 {
		font-size: 22px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 22px;
		margin-bottom: 5px;
		font-family: SYN !important;
		margin-top: 20px;
	}

	.fp_box_6 ul {
		display: block;
	}

	.fp_box_6 ul li:nth-child(1),
	.fp_box_6 ul li:nth-child(2),
	.fp_box_6 ul li:nth-child(3),
	.fp_box_6 ul li:nth-child(4) {
		width: 100%;
	}

	.fp_box_6 ul li img {
		width: 100%;
	}

	.fp_box_7 {
		margin-bottom: 20px;
		padding: 15px;
		background: #898989;
		margin-top: 20px;
	}

	.fp_box_7 .top {
		padding: 0 0%;
	}

	.fp_box_7 .top ul li {
		width: 33.33%;
		float: left;
		text-align: center;
		padding: 0 10px;
	}

	.fp_box_7 .top ul li img {
		width: 50px;
	}

	.fp_box_7 .top ul li p {
		color: #fff;
		font-size: 12px;
		line-height: 20px;
	}

	.box_g p img {
		display: inline-block;
		margin-right: 5px;
	}

	.box_g p {
		margin-top: 10px;
		font-size: 12px;
		color: #fff;
		padding-left: 0;
	}

	.box_g p img {
		width: 30px;
	}

	.box_g {
		margin: 10px 0 10px 0;
		width: 50%;
		float: left;
	}

	.fp_box_7 .wenzi {
		padding: 0;
	}

	.fp_box_7 h4 {
		font-weight: bold;
		display: block;
		margin-top: 15px;
		font-size: 24px;
		color: #fff;
		margin-bottom: 15px;
	}

	.fp_box_7 span {
		color: #fff;
		font-size: 12px;
		margin-bottom: 12px;
		display: block;
	}

	.fp_box_9 {
		margin: 5px 0;
		padding: 10px;
	}

	.fp_box_9 .top h3 {
		font-size: 28px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 25px;
		margin-bottom: 5px;
		font-family: SYN !important;
		margin: 0;
	}

	.fp_box_9 .top span {
		width: 60px;
		height: 2px;
		background-color: #999;
		display: block;
		margin: 10px 0;
	}

	.fp_box_8 h6 {
		font-weight: bold;
		margin: 15px 0;
		font-size: 22px;
		color: #333333;
	}

	.fp_box_10 {
		width: 100%;
		float: left;
	}

	.fp_box_10 .top h3 {
		font-size: 21px;
		font-weight: normal;
		color: rgb(158, 158, 158);
		line-height: 36px;
		margin-bottom: 5px;
		font-family: SYN !important;
		margin: 5px 0;
	}

	.fp_box_10 .top span {
		width: 60px;
		height: 4px;
		background-color: #999;
		display: block;
		margin-top: 10px;
	}

	.fp_box_10 .banner_two .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0px;
		left: 0%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0px;
		padding-top: 5px;
	}

	.top_tab a {
		background: #3E3A39;
		padding: 10px 20px;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 15px;
		color: #fff;
		font-size: 12px;
	}
	.fp_box_11 {
	    width: 100%;
	    float: left;
	    margin: 50px 0;
	}
	.tab_ooool{
		width: 100%;
		overflow: auto;
	}
	.tab_ooool h3{
		width: 900px;
	}
	.tab_ooool table{
		width: 900px;
	}
	
}
