* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #ed171d;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #ad1420;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #ad1420;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.head {
	height: 95px;
	box-shadow: 0 0 10px 0 rgba(174,174,174,.28);
}
.logo {
	margin-right: 110px;
}
.nav {
	margin-top: 7px;
}
.nav li {
	float: left;
	margin: 0 18px;
}
.nav li a {
	display: block;
	padding: 0 6px;
	font-size: 16px;
	line-height: 86px;
}
.nav li a.hover, .nav li a:hover {
	color: #ed171d;
	border-bottom: 2px solid #ed171d;
}
.topmenu a {
	position: relative;
	z-index: 99;
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
	margin-top: 37px;
	overflow: hidden;
}
.topmenu a:hover {
	overflow: visible;
}
.topmenu a.sbtn::after {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/search.png) no-repeat top center;
	position: absolute;
	top: 5px;
	left: 0;
	height: 60px;
}
.topmenu a.sbtn form {
	position: absolute;
	width: 280px;
	top: 0;
	left: -80px;
	opacity: 0;
	transition: all 0.3s;
}
.topmenu a.sbtn form input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	color: #999;
}
.topmenu a.sbtn form button {
	float: left;
	display: block;
	width: 60px;
	line-height: 30px;
	background: #ad1420;
	color: #fff;
	cursor: pointer;
}
.topmenu .switch {
	font-size: 19px;
	color: #606060;
}
.topmenu a.sbtn:hover form {
	top: 55px;
	opacity: 1;
}
.slideBox {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 25px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 8px;
	width: 7px;
	height: 7px;
	background: #d2d2d2;
	cursor: pointer;
	border: 2px solid #d2d2d2;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: none;
	border: 2px solid #e60012;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 700px;
}
.product {
	background: url(../images/bg.png) center;
	padding-bottom: 100px;
}
.ptop {
	padding-top: 90px;
	margin-left: 60px;
	height: 190px;
}
.ptop .pinfo {
	width: 870px;
	color: #3f3a39;
	margin-left: 45px;
}
.ptop .pinfo span {
	display: block;
	font-size: 26px;
	position: relative;
	height: 60px;
	margin-bottom: 15px;
}
.ptop .pinfo span::after {
	content: " ";
	display: block;
	width: 62px;
	height: 2px;
	background: #ed171d;
	position: absolute;
	bottom: 0;
}
.ptop .pinfo p {
	font-size: 16px;
	line-height: 24px;
}
.picMarquee-left {
	position: relative;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 30px;
	height: 55px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 160px;
}
.picMarquee-left .hd .prev {
	background: url(../images/arrow.png) no-repeat 0 0;
	left: -50px;
}
.picMarquee-left .hd .next {
	background: url(../images/arrow.png) no-repeat -30px 0;
	right: -50px;
}
.picMarquee-left .hd .prev:hover, .picMarquee-left .hd .next:hover {
	opacity: 0.8;
}
.picMarquee-left .bd {
	overflow: hidden;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	background: #fff;
}
.picMarquee-left .bd ul li img {
	width: 370px;
	height: 260px;
}
.picMarquee-left .bd ul li .box {
	padding: 20px;
}
.picMarquee-left .bd ul li .box span {
	display: block;
	font-size: 19px;
	line-height: 40px;
}
.picMarquee-left .bd ul li .box p {
	color: #8b8b8b;
	margin-top: 2px;
	padding-bottom: 15px;
}
.picMarquee-left .bd ul li:hover {
	background: #ad1420;
}
.picMarquee-left .bd ul li:hover span, .picMarquee-left .bd ul li:hover p {
	color: #fff;
}
.about {
	height: 660px;
	background: url(../images/abg.jpg) no-repeat center;
}
.abinfo {
	color: #fff;
	width: 500px;
	margin-left: 30px;
}
.abinfo span {
	display: block;
	font-size: 28px;
	line-height: 40px;
	padding-top: 140px;
}
.abinfo p {
	line-height: 25px;
	margin-top: 25px;
}
.about .box {
	width: 1140px;
	background: #fff;
	height: 120px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: 70px;
	padding: 0 100px;
	padding-top: 25px;
	box-shadow: 0 0 8px 10px rgba(90,90,90,.18);
}
.about .box ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.about .box li {
	text-align: center;
}
.about .box li span {
	display: inline-block;
	color: #6d6d6d;
	font-size: 31px;
	position: relative;
}
.about .box li p {
	color: rgba(109,109,109,.75);
}
.about .box li span::after {
	position: absolute;
	right: -20px;
	font-size: 14px;
	color: rgba(109,109,109,.75);
	top: 18px;
}
.about .box ul li:first-child span::after {
	content: "年";
}
.about .box ul li:first-child+li span::after {
	content: "亩";
}
.about .box ul li:first-child+li+li span::after {
	content: "人";
}
.about .box ul li:first-child+li+li+li span::after {
	content: "类";
}
.about .box ul li:first-child+li+li+li+li span::after {
	content: "个";
}
.nt {
	text-align: center;
	font-size: 26px;
	color: #3f3a39;
	position: relative;
	height: 60px;
	margin-top: 90px;
}
.nt::after {
	content: " ";
	display: block;
	width: 62px;
	height: 2px;
	background: #ed171d;
	left: 50%;
	margin-left: -31px;
	position: absolute;
	bottom: 0;
}
.news ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 37px;
}
.news ul li {
	width: 385px;
}
.news ul li img {
	width: 385px;
	height: 218px;
}
.news ul li span {
	font-size: 16px;
	color: #3b3b3b;
	padding-top: 30px;
	display: block;
}
.news ul li i {
	color: #8c8c8c;
	font-style: normal;
	display: block;
	margin-top: 6px;
}
.news ul li p {
	font-size: 13px;
	color: #777777;
	line-height: 25px;
	border-top: 1px solid #ececec;
	margin-top: 25px;
	padding-top: 25px;
	width: 370px;
	box-sizing: border-box;
	padding-right: 20px;
}
.news ul li:hover img {
	opacity: 0.8;
}
.news ul li:hover span {
	color: #ed171d;
}
.footer {
	background: #20344f;
	margin-top: 70px;
	color: #fff;
}
.sharebox {
	margin-left: 55px;
	margin-top: 56px;
	margin-right: 150px;
}
.sharebox span {
	display: block;
	font-size: 25px;
	color: #828287;
	margin-top: 7px;
}
.sharebox i {
	display: block;
	color: #828287;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}
.share {
	margin-top: 18px;
}
.share a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 13px;
}
.share a:first-child {
	background: url(../images/share.png) no-repeat 0 0;
}
.share a:first-child+a {
	background: url(../images/share.png) no-repeat -45px 0;
}
.share a:first-child+a+a {
	background: url(../images/share.png) no-repeat -91px 0;
}
.share a:first-child+a+a+a {
	background: url(../images/share.png) no-repeat -136px 0;
}
.share a:first-child+a+a+a+a {
	background: url(../images/share.png) no-repeat -181px 0;
}
.share a:hover {
	opacity: 0.8;
}
.ft {
	font-size: 16px;
	position: relative;
	height: 35px;
	margin-bottom: 16px;
	margin-top: 52px;
}
.ft::after {
	content: " ";
	display: block;
	width: 43px;
	height: 1px;
	background: #58677b;
	position: absolute;
	bottom: 0;
}
.flink {
	width: 160px;
}
.flink li {
	float: left;
}
.flink a {
	color: #96979d;
	line-height: 30px;
	width: 80px;
	display: block;
}
.flink2 {
	width: 225px;
	margin-left: 90px;
}
.flink2 a {
	width: 225px;
}
.fcont p {
	color: #96979d;
	line-height: 30px;
}
.bottom {
	border-top: 1px solid #374457;
	margin-top: 40px;
	padding-top: 20px;
	height: 60px;
}
.boleft {
	margin-left: 32px;
	font-size: 13px;
	color: rgba(255,255,255,.4);
}
.bottom ul {
	height: 20px;
	line-height: 20px;
}
.bottom li {
	float: left;
}
.bottom li a {
	color: rgba(255,255,255,.4);
	padding: 0 13px;
	border-left: 1px solid #4f5968;
}
.bottom li:first-child a {
	padding-left: 0;
	border: 0;
}
.boleft p {
	margin-top: 5px;
}
.boleft p a {
	color: rgba(255,255,255,.4);
}
.bottom .gs {
	float: right;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.pagetop {
	text-align: center;
	font-size: 26px;
	color: #3f3a39;
	position: relative;
	height: 55px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.pagetop::after {
	content: " ";
	display: block;
	width: 62px;
	height: 2px;
	background: #ed171d;
	left: 50%;
	margin-left: -31px;
	position: absolute;
	bottom: 0;
}
.content {
	line-height: 30px;
}
.content img {
	max-width: 100%;
}
.submenu {
	text-align: center;
}
.submenu ul {
	display: inline-block;
}
.submenu ul li {
	float: left;
	margin: 0 10px;
	margin-top: 30px;
}
.submenu ul li a {
	display: block;
	padding: 0 25px;
	line-height: 35px;
	background: #eee;
}
.submenu ul li a.hover, .submenu ul li a:hover {
	background: #ad1420;
	color: #fff;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 150px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.list li img {
	width: 260px;
	height: 150px;
}
.list li .fr {
	width: 900px;
}
.list li .fr span {
	display: block;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 10px;
}
.list li .fr p {
	font-size: 13px;
	line-height: 25px;
	color: #999;
	height: 70px;
}
.list li .fr i {
	font-size: 13px;
	color: #999;
	font-style: normal;
}
.list li:hover img {
	opacity: 0.8;
}
.photo ul {
	justify-content: space-between;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.photo ul::after{
	content: "";
    width: 33%;
}
.photo li {
	text-align: center;
	width: 370px;
	margin-bottom: 20px;
}
.photo li img {
	width: 370px;
	height: 260px;
}
.photo li p {
	line-height: 40px;
}
.photo li:hover {
	background: #ad1420;
	color: #fff;
}
.photo li:hover p {
	color: #fff;
}
.showtop {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 50px;
}
.showtop h1 {
	font-weight: normal;
	font-size: 25px;
}
.showtop p span {
	font-size: 12px;
	line-height: 50px;
	margin: 0 5px;
	color: #999;
}
.prepage {
	line-height: 30px;
	margin-top: 50px;
}
.noResult h3 {
	font-weight: normal;
}
.showbox {
	margin-top: 65px;
	height: 600px;
}
.imgbox {
	width: 640px;
}
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-slide img {
	width: 500px;
	height: 500px;
}
.gallery-top {
	width: 505px;
	height: 505px;
	float: right;
}
.gallery-top .my-foto{
	width: 505px;
	height: 505px;
}
.gallery-thumbs {
	box-sizing: border-box;
	padding: 30px 0;
	height: 570px;
	float: left;
	width: 92px;
	margin-top: -10px;
}
.gallery-thumbs .swiper-slide {
	width: 90px !important;
	height: 90px !important;
	opacity: 0.4;
	margin-right: 0;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #ed171d;
}
.gallery-thumbs .swiper-wrapper {
	display: block;
	width: 92px;
	height: 510px;
}
.gallery-thumbs .snext, .gallery-thumbs .sprev {
	width: 92px;
	height: 30px;
	position: absolute;
	left: 0;
	z-index: 99;
	cursor: pointer;
}
.gallery-thumbs .sprev {
	background: url(../images/arrow2.png) no-repeat 0 0 #fff;
	top: 0;
}
.gallery-thumbs .snext {
	background: url(../images/arrow2.png) no-repeat 0 -30px #fff;
	bottom: 0;
}
.imginfo {
	width: 440px;
	margin-left: 65px;
	margin-top: 20px;
}
.imginfo span {
	display: block;
	font-size: 26px;
	color: #3f3a39;
	position: relative;
	height: 60px;
	margin-bottom: 15px;
}
.imginfo span::after {
	display: block;
	content: " ";
	width: 62px;
	height: 2px;
	background: #ed171d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.imginfo p {
	color: rgba(63,58,57,.7);
	line-height: 24px;
	margin-bottom: 30px;
}
.imginfo li {
	font-size: 19px;
	color: #3f3a39;
	line-height: 38px;
}
.imginfo a {
	display: block;
	width: 180px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #ed171d;
	color: #fff;
	font-size: 20px;
	margin-top: 50px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
	margin-bottom: 20px;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 16px;
	cursor: pointer;
	font-size: 20px;
	color: #3f3a39;
	margin-right: 20px;
}
.slideTxtBox .hd ul li.on {
	border-bottom: 2px solid #ed171d;
}
