﻿/* AB模版网 做最好的织梦整站模板下载网站 */
/* 网址：Www.AdminBuy.Cn */
/* 图标大全：Sc.AdminBuy.Cn 专业建站素材网站 */
/* QQ：9490489 */
@charset "utf-8";
/* CSS Document */

body {
	font-family: "微软雅黑";
}
#header {
	width: 100%;
	border-bottom: 3px solid #e75f2d;
	overflow: hidden;
}
#header.fixed-top {
	z-index: 99999;
	background: #fff;
}
#logo {
	padding-top: 29px;
}
#logo {
	transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
}
.fixed-top #logo {
	padding-top: 20px;
}
#page_class ul li.second_cat {
	display: none;
}
#nav {
	position: relative;
}
#nav ul li {
	float: left;
	height: 107px;
}
#nav ul li {
	transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
}
#nav ul li a {
	display: block;
	padding: 0 20px;
	height: 107px;
	line-height: 107px;
}
#nav ul li a {
	transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
}
#nav ul li a:hover {
	color: #fff;
}
#nav ul li a.current {
	background: #e75f2d;
	color: #fff;
}
#nav ul i {
	background: #e75f2d;
	color: #fff;
	position: absolute;
	height: 107px;
	z-index: -1;
}
#xl_nav_btn {
	margin: 0 auto;
}
#xl_nav_ul {
	background: #e75f2d;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#xl_nav_ul li {
	border-top: 1px solid #fff;
	text-align: center;
}
#xl_nav_ul li.first_menu {
	border-top: none;
}
#xl_nav_ul li a {
	color: #fff;
}
#xl_nav_ul li a.current {
	background: #f6c870;
}
.fixed-top #nav ul li {
	height: 81px;
}
.fixed-top #nav ul i {
	height: 81px;
}
.fixed-top #nav ul a {
	height: 81px;
	line-height: 81px;
}
#lang {
	padding-top: 29px;
	text-align: right;
}
#lang a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid #999999;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	color: #999999;
	margin-left: 4px;
}
#lang a {
	transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
#lang a:hover {
	background: #e75f2d;
	color: #fff;
	border-color: #e75f2d;
}
/*flash*/
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
	float: left;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	overflow: hidden;
	border: 1px solid #fff;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul .on {
	background: #fff;
}
#index_about {
	width: 100%;
	float: left;
	margin-top: 26px;
}
#index_about_title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #e75f2d;
	line-height: 55px;
}
#index_about_title h3:after {
	content: "";
	width: 29px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #999999;
}
#index_about_title p {
	font-size: 12px;
	color: #666666;
	line-height: 42px;
}
#index_about_img div {
	overflow: hidden;
	margin-bottom: 10px;
}
#index_about_img div img {
	margin: 0 auto;
	cursor: pointer;
}
#index_about_img div img {
	transform: all 0.5s ease;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#index_about_img div img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.105);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#index_about_con {
	margin-top: 30px;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
}
#index_about_more a {
	display: inline-block;
	width: 138px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	background: #8bc643;
	line-height: 42px;
	border-radius: 3px;
}
#index_about_more a {
	transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
#index_about_more a:hover {
	background: #e75f2d;
}
#index_product {
	padding-bottom: 40px;
}
#index_product_title {
	width: 100%;
	height: 250px;
	margin-top: 60px;
	background: url(../images/banner.jpg) no-repeat center center;
}
#index_product_title h3 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 85px 0 18px;
	line-height: 100%;
}
#index_product_title p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
#index_product_list {
	margin-top: 40px;
}
#index_product_list {
	padding-left: 0px;
}
#index_product_list div.pro_li {
	position: relative;
	margin-bottom: 30px;
}
#index_product_list div.pro_li .li_img {
	position: relative;
	overflow: hidden;
}
#index_product_list div.pro_li .li_img img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#index_product_list div.pro_li .li_img i {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(231,95,45,.8);
	z-index: 1;
	top: -100%;
	left: 0px;
}
#index_product_list div.pro_li .li_txt {
	position: absolute;
	z-index: 2;
	width: calc(100% - 50px);
	height: 100%;
	padding: 0 25px;
	top: 0;
	opacity: 0;
}
#index_product_list div.pro_li .li_txt {
	transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
#index_product_list div.pro_li:hover .li_txt {
	opacity: 1;
}
#index_product_list div.pro_li .li_txt h5 {
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10%;
}
#index_product_list div.pro_li .li_txt p {
	font-size: 14px;
	line-height: 150%;
	color: #fff;
}
#index_product_more a {
	display: inline-block;
	width: 138px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	background: #8bc643;
	line-height: 42px;
	border-radius: 3px;
}
#index_product_more a {
	transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
#index_product_more a:hover {
	background: #e75f2d;
}
#index_news {
	width: 100%;
	float: left;
	background: #f2f2f2;
	padding-top: 16px;
	padding-bottom: 38px;
}
#index_news_title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #e75f2d;
	line-height: 55px;
}
#index_news_title h3:after {
	content: "";
	width: 29px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #999999;
}
#index_news_title p {
	font-size: 12px;
	color: #666666;
	line-height: 42px;
}
#index_news_list {
	padding-bottom: 30px;
}
#index_news_list .new_li a {
	min-height: 90px;
	width: 100%;
	display: block;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	box-shadow: 0 0 5px 0px #ccc;
	position: relative;
	top: 0px;
}
#index_news_list .new_li a {
	transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
#index_news_list .new_li:hover a {
	box-shadow: 0 3px 10px 0px #aaa;
	top: -3px;
}
#index_news_list .new_li .time {
	width: 62px;
	height: 62px;
	border: 2px solid #c4c4c4;
	text-align: center;
	font-family: Arial;
	color: #989898;
	float: left;
	margin: 12px;
}
#index_news_list .new_li .time {
	transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
}
#index_news_list .new_li .time span:first-child {
	font-size: 30px;
	line-height: 36px;
	display: inline-block;
	width: 100%;
}
#index_news_list .new_li .time span:last-child {
	font-size: 12px;
	line-height: 18px;
}
#index_news_list .new_li:hover .time {
	border-color: #8bc643;
	background: #8bc643;
	color: #fff;
}
#index_news_list .new_li h5 {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-top: 7px;
	padding-left: 40px;
}
#index_news_list .new_li p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 40px;
	max-height: 40px;
	overflow: hidden;
}
#index_news_list .new_li a:before {
	content: "";
	width: 0;
	height: 2px;
	background: #8bc643;
	position: absolute;
	top: 0px;
	left: 0px;
}
#index_news_list .new_li a:before {
	transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
}
#index_news_list .new_li:hover a:before {
	width: 100%;
}
#index_news_list .new_li a:after {
	content: "";
	width: 0;
	height: 2px;
	background: #8bc643;
	position: absolute;
	bottom: 0px;
	left: 100%;
}
#index_news_list .new_li a:after {
	transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
}
#index_news_list .new_li:hover a:after {
	width: 100%;
	left: 0;
}
#index_news_list .new_li a i:before {
	content: "";
	width: 2px;
	height: 0;
	background: #8bc643;
	position: absolute;
	top: 0px;
	left: 0px;
}
#index_news_list .new_li a i:before {
	transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
}
#index_news_list .new_li:hover a i:before {
	height: 100%;
}
#index_news_list .new_li a i:after {
	content: "";
	width: 2px;
	height: 0;
	background: #8bc643;
	position: absolute;
	top: 100%;
	right: 0;
}
#index_news_list .new_li a i:after {
	transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
}
#index_news_list .new_li:hover a i:after {
	height: 100%;
	top: 0px;
}
#index_news_more a {
	display: inline-block;
	width: 138px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	background: #8bc643;
	line-height: 42px;
	border-radius: 3px;
}
#index_news_more a {
	transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
#index_news_more a:hover {
	background: #e75f2d;
}
#index_supply {
	width: 100%;
	float: left;
	padding-top: 16px;
}
#index_supply_title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #e75f2d;
	line-height: 55px;
}
#index_supply_title h3:after {
	content: "";
	width: 29px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #999999;
}
#index_supply_title p {
	font-size: 12px;
	color: #666666;
	line-height: 42px;
}
#index_supply_list ul {
	padding-left: 0;
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
	float: left;
}
#index_supply_list ul li {
	float: left;
	border: 1px solid #e5e5e5;
	margin: 10px;
	position: relative;
	top: 0px;
	box-shadow: 0 0 0 0 #aaa;
}
#index_supply_list ul li {
	transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
}
#index_supply_list ul li:hover {
	border-color: #e75f2d;
	top: -3px;
	box-shadow: 0 3px 10px 0px #aaa;
}
#footer {
	margin-top: 42px;
}
#footer_top {
	width: 100%;
	background: #585858;
	padding-bottom: 38px;
}
#footer_top h3 {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	padding-top: 25px;
}
#footer_top ul {
	padding-left: 0px;
}
#footer_top ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}
#footer_top ul li a:hover {
	color: #8bc643;
}
#footer_top #footer_contact input[type="text"], #footer_top #footer_contact input[type="email"] {
	display: block;
	border: none;
	padding: 0;
	background: #3c3c3c;
	height: 35px;
	width: 192px;
	margin-bottom: 8px;
	text-indent: 1em;
	color: #858585;
}
#footer_top #footer_contact textarea {
	display: block;
	width: 233px;
	height: 69px;
	text-indent: 1em;
	color: #858585;
	background: #3c3c3c;
	border: none;
	margin-bottom: 8px;
}
#footer_top #footer_contact input[type="submit"] {
	display: block;
	width: 98px;
	height: 42px;
	border: none;
	background: #8bc643;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	border-radius: 3px;
}
#footer_top #footer_contact input[type="submit"] {
	transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
#footer_top #footer_contact input[type="submit"]:hover {
	background: #e75f2d;
}
#footer_bottom {
	width: 100%;
	background: #3c3c3c;
	color: #ffffff;
	padding: 14px 0;
}
#footer_bottom a {
	color: #fff;
}
#footer_bottom #footer_copy {
	font-size: 12.21px;
	line-height: 30px;
}
#footer_bottom #footer_nav ul {
	float: right;
}
#footer_bottom #footer_nav ul li {
	float: left;
	line-height: 30px;
	font-size: 12.21px;
}
#page_banner {
	height: 310px;
	width: 100%;
}
#page_title {
	margin-top: 50px;
}
#page_title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #e75f2d;
	line-height: 55px;
}
#page_title h3:after {
	content: "";
	width: 29px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background: #999999;
}
#page_class {
	margin: 25px auto;
}
#page_class ul {
	padding-left: 0;
	text-align: center;
}
#page_class ul li {
	display: inline-block;
	min-width: 115px;
	height: 42px;
	margin: 0 6px;
}
#page_class ul li a {
	display: block;
	mim-width: 111px;
	padding: 0 5px;
	height: 38px;
	color: #333333;
	border: 2px solid #e5e5e5;
	line-height: 38px;
}
#page_class ul li a {
	transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
}
#page_class ul li a#lsed, #page_class ul li a:hover {
	border: 2px solid #e75f2d;
	background: #e75f2d;
	color: #fff;
}
#page_con {
	min-height: 250px;
}
#page_con * {
	max-width: 100%;
}
#page_pages {
	clear: both;
	margin-top: 10px;
	float: right;
}
#page_news_title {
	margin-bottom: 20px;
}
#page_news_title h3 {
	font-size: 20px;
	line-height: 36px;
}
#page_news_title span {
	padding: 0 5px;
	color: #999;
}
#page_news_con * {
	max-width: 100%;
}
#page_up_down {
	margin-top: 30px;
}
#page_up_down span:first-child {
	float: left;
}
#page_up_down span:last-child {
	float: right;
}
/*引用news*/
.art_list {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
.art_img {
	float: left;
	width: 20%;
}
.art_img img {
	width: 100%;
}
.art_right {
	float: right;
	width: 78%;
}
.art_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.art_author {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #666;
}
.art_author span {
	margin: 0 10px 0 0;
}
.art_des {
	color: #666;
	line-height: 25px;
}
#page_product_list ul {
	padding-left: 0;
}
#page_product_list ul li {
	float: left;
	width: 23%;
	margin: 10px 1%;
	text-align: center;
}
#page_product_list ul li img {
	max-width: 100%;
	max-height: 300px;
	position: relative;
	top: 0;
}
#page_product_list ul li img {
	transform: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
}
#page_product_list ul li img:hover {
	top: -4px;
}
#page_product_list ul li .pro_title {
	text-align: center;
	width: 100%;
}
#page_product_title h3 {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
#page_product_img {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
	overflow: hidden;
}
#page_product_img img {
	max-width: 100%;
}
#page_product_img img {
	transform: all 0.5s ease;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#page_product_con_title {
	width: 100%;
	float: left;
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
	font-weight: bold;
}
#page_product_img img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pro_img a {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.pro_img {
	display: table;
	text-align: center;
	width: 100%;
}
.class_desc {
	width: 100%;
	border-top: 2px solid #e75f2d;
	clear: both;
	padding: 5px;
}
 @media screen and (max-width: 1000px) {
#logo, .fixed-top #logo {
	padding-top: 5px;
}
#nav ul li {
	height: 60px;
}
#nav ul li a {
	padding: 0 7px;
	height: 60px;
	line-height: 60px;
}
#nav ul i {
	height: 60px;
}
#lang {
	padding-top: 10px;
}
#page_title {
	margin-top: 10px;
}
#page_banner {
	background-size: 200% auto !important;
	background-position: center top !important;
	height: 140px;
	overflow: hidden;
}
}
 @media screen and (max-width:760px) {
#index_supply_list ul li {
	margin: 0;
	border: 0;
	width: 50%;
}
#index_supply_list ul li img {
	margin: 0 auto;
}
#footer_bottom #footer_copy {
	text-align: center;
}
#footer_bottom #footer_nav ul {
	display: inline;
	float: inherit;
	text-align: center;
}
#page_product_list ul li {
	width: 100%;
	margin: 10px 0;
}
}
 @media screen and (max-width: 500px) {
#index_product_title h3 {
	padding-top: 40px;
	font-size: 20px;
}
#index_news_list .new_li h5 {
	padding: 0 5px;
}
#index_news_list .new_li P {
	padding: 0 5px;
}
.art_img {
	width: 100%;
}
.art_right {
	width: 100%;
}
}
 @media screen and (min-width:760px) {
#page_product_list ul li:nth-child(4n+1) {
	clear: both;
}
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
#page_news_list{ overflow:hidden}