/*reset*/
input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
	margin: 0;
	padding: 0;
	border: 0;
}
button,input,select,textarea{font:14px '微软雅黑',"Microsoft YaHei",tahoma,Srial,helvetica,sans-serif;outline:0}
em, i {
	font-style: normal;
}
/*h4, h5, h6 {*/
    /*font-size: 1em;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol {
	padding-left: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*image with no-border*/
.por {
  position: relative;
}

img {
	border: 0;
}
.fix {
	zoom: 1;
}
.fix:after {
	display: block;
	content: 'clear';
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.f-cb {
	zoom: 1
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: "."
}
.fs16 {
	font-size: 16px;
}
/*通用样式*/
body {
	line-height: 1.4;
	color: #333;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 14px;
	background: #ffffff;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
@media (max-width:1024px) {
.container {
	width: 93.75%;
}
}
/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.center {
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.crumb{line-height:38px;position:relative;height:38px;text-align:left;margin:0 auto;}
.crumb span,.crumb a{color:#616161;font-size:14px;}

.table{width:100%;height:100%;display:table;}
.table-cell{display:table-cell;vertical-align:middle;}
/*hover 图片放大*/
.ov_h{overflow: hidden;}
.hover_b{-webkit-transition:all .5s;transition:all .5s;}
.hover_b:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-right: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	border-left: 1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear
}
.loader.white {
	border-top: 1px solid rgba(255,255,255,0.08);
	border-right: 1px solid rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-left: 1px solid rgba(255,255,255,0.5)
}
 @-webkit-keyframes spinner {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
/*头部*/

header {
	position: relative
}
header.fix {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 2px 1px #d4d4d4
}
/*header_user*/
.header_user {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
	background: #00a784;
}
.header_user span {
	height: 30px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.header_user a {
	color: #999;
}
.header_user .tel {
	padding-left: 24px;
	/* background: url("../images/header-icon.png") no-repeat 0 8px; */
}
.header-in {
	width: 100%;
	height: 90px;
	border-bottom: 10px solid #fad41f;
}
.logo {
	display: inline-block;
	position: relative;
	z-index: 999999;
}
.moible_hy {
	display: none
}
.m-close {
	display: none
}
.header-r {
	float: right;
	position: relative;
	z-index: 10;
	font-size: 0
}
nav.nav-top {
	display: inline-block;
	margin-top: 44px;
	vertical-align: top
}
nav.nav-top>ul>li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	line-height: 5px;
	height: 28px;
	font-size: 15px;
	vertical-align: top
}
/*nav.nav-top>ul>li::after {
	content: ' ';
	position: absolute;
	left: auto;
	bottom: 0;
	width: 0;
	right: 0;
	height: 3px;
	background: #005cac;
	transition: width cubic-bezier(.47, -.01, .09, 1.08) .6s;
	-ms-transition: width cubic-bezier(.47, -.01, .09, 1.08) .6s;
	-o-transition: width cubic-bezier(.47, -.01, .09, 1.08) .6s;
	-webkit-transition: width cubic-bezier(.47, -.01, .09, 1.08) .6s;
	-moz-transition: width cubic-bezier(.47, -.01, .09, 1.08) .6s
}
nav.nav-top>ul>li.cur::after, nav.nav-top>ul>li:hover::after {
	width: 100%;
	left: 0;
	right: auto
}*/
nav.nav-top>ul>li a {
	color: #595757;
	font-size: 15px;
	transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s
}
nav.nav-top>ul>li a:hover, nav.nav-top>ul>li.cur a {
	color: #00a684
}
/*分类、轮播*/
.floor_main {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 554px;
	margin-bottom: 20px;
}
.menu_box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-left: -596px;
	margin-top: -168px;
	width: 220px;
	height: 335px;
	background: #ffffff;
}
.menu_box .menu_main {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.menu_box .menu_main .sort {
	position: relative;
	z-index: 0;
	width: 219px;
	height: 65px;
	border-right: 1px solid #e4e4e4;
	overflow: hidden;
	cursor: default;
	background-color: #fff;
}
.menu_box .menu_main .sort .content {
	width: 165px;
	height: 65px;
	padding-left: 15px;
	margin-left: 25px;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.menu_box .menu_main .sort:last-child .content {
	border-bottom: none;
}
.menu_box .menu_main .sort .content a.a1 {
	background-image: url("../images/a1.png");
}
.menu_box .menu_main .sort .content a.a2 {
	background-image: url("../images/a2.png");
}
.menu_box .menu_main .sort .content a.a3 {
	background-image: url("../images/a3.png");
}
.menu_box .menu_main .sort .content a.a4 {
	background-image: url("../images/a4.png");
}
.menu_box .menu_main .sort .content a.a5 {
	background-image: url("../images/a5.png");
}
.menu_box .menu_main .sort .content a {
	position: relative;
	line-height: 65px;
	font-size: 16px;
	color: #333;
	padding-left: 35px;
	display: block;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.menu_box .menu_main .sort .rightIcon {
	position: absolute;
	right: 0;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	display: inline-block;
	overflow: hidden;
	background: url("../images/litter-icon.png") no-repeat 0 -250px;
	text-indent: -9999px;
}
.menu_box .menu_main .sort.active, .menu_box .menu_main .sort.active_s {
	z-index: 1;
	padding: 0;
	border-width: 1px 1px 1px 0;
	border-style: solid;
}
.menu_box .menu_main .sort.active h2, .menu_box .menu_main .sort.active_s h2, .menu_box .menu_main .sort.active .t, .menu_box .menu_main .sort.active_s .t {
	color: #005cac;
	padding-left: 45px;
}
.menu_box .menu_main .sort.active .rightIcon, .menu_box .menu_main .sort.active_s .rightIcon {
	background-position: 0 -300px;
	right: -15px;
}
.menu_box .menu_main .sort.active {
	border-color: #e4e4e4 #ffffff;
}
.menu_box .menu_main .sort.active_s {
	border-color: #e4e4e4;
}
.menu_box .menu_main .sort05 {
	height: 69px;
}
.menu_box .menu_main .sort05 .con {
	height: 69px;
}
.menu_box .menu_main .sort05 .con .t {
	color: #ff5051;
	line-height: 69px;
}
.menu_box .menu_sub {
	position: absolute;
	top: -1px;
	left: 220px;
	z-index: 3;
	width: 450px;
	height: 336px;
	background-color: #ffffff;
	overflow: hidden;
	display: none;
}
.menu_box .menu_sub .submenu {
	position: relative;
	display: none;
	width: 450px;
	height: 340px;
	overflow: hidden;
	padding: 20px;
	background-position: bottom right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.menu_box .menu_sub .submenu.sub01 {
	background-image: url("../images/sub01.png");
}
.menu_box .menu_sub .submenu.sub02 {
	background-image: url("../images/sub02.png");
}
.menu_box .menu_sub .submenu.sub03 {
	background-image: url("../images/sub03.png");
}
.menu_box .menu_sub .submenu.sub04 {
	background-image: url("../images/sub04.png");
}
.menu_box .menu_sub .submenu.sub05 {
	background-image: url("../images/sub05.png");
}
.menu_box .menu_sub .tit {
	line-height: 32px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #000;
	padding: 0 15px;
}
.menu_box .menu_sub .submenu_list {
	padding: 14px 0;
	overflow: hidden;
}
.menu_box .menu_sub .submenu_list li {
	float: left;
	margin-left: -1px;
	padding-bottom: 5px;
}
.menu_box .menu_sub .submenu_list li a {
	height: 18px;
	line-height: 18px;
	padding: 0 14px;
	border-left: 1px solid #cfcfcf;
	display: block;
	font-size: 14px;
}
.menu_box .menu_sub .submenu_list li a:hover {
	color: #ff6700;
}
.menu_box .menu_sub .submenu_all {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 100%;
	padding: 25px 0;
}
.menu_box .menu_sub .submenu_all h3 {
	line-height: 36px;
	font-size: 30px;
	color: #333;
	padding-bottom: 10px;
}
.menu_box .menu_sub .submenu_all p {
	color: #595959;
}
.menu_box .menu_sub .submenu_all p em {
	font-size: 36px;
	color: #f2574f;
	font-style: normal;
}
.menu_box .menu_sub .submenu_all a.btn, .menu_box .menu_sub .submenu_all a.btn:hover {
	width: 108px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 6px;
	display: block;
	margin-top: 20px;
	color: #000000;
}
.menu_box .menu_sub .submenu_all .all-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
}

.footer {
	overflow:hidden;
	position:relative;	
}
.footer-top {
	width: 100%;
	background-color: #ccede6;
	padding: 25px 0;
}

.foot_left {
	float: left;
	width:33.33333333%;
}
.foot_left .Content {
	overflow:hidden;
}
.foot_left .Content .mod-wr1 {
	display: block;
	width:75px;
	font-size:14px;
	color:#595757;
	height: 36px;
	line-height: 36px;
	font-weight:bold;
}
.foot_left .Content .mod-wr1 i{
	display:block;
	width:12px;
	height:12px;
	background-image:url(../images/link.png);
    float:right;
	margin-top:12px; 

}
.foot_left .Content .mod-wr2 {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	color:#595757;
}
.foot_center {
	float: left;
	width:33.33333333%;
}
.foot_center .Content .mod-wr1 {
	display: block;
	width:75px;
	font-size:14px;
	color:#595757;
	height: 36px;
	line-height: 36px;
	font-weight:bold;
}
.foot_center .Content .mod-wr1 i{
	display:block;
	width:12px;
	height:12px;
	background-image:url(../images/contact.png);
    float:right;
	margin-top:12px; 

}
.foot_center .Content .contact{
	width:100%;
}
.foot_center .Content .contact .tel{
	font-size:12px;
	color:#595757;
	text-align:left;
	padding-left:15px;
	background-image:url(../images/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:5px;
}
.foot_center .Content .contact .add{
	font-size:12px;
	color:#595757;
	text-align:left;
	padding-left:15px;
	background-image:url(../images/add.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:5px;
}
.foot_right {
	float: right;
	width:20%;
}

.foot_right .Content {
	width:100%;
	overflow:hidden;
}
.foot_right .Content .ewm{
	width:45%;
	float:left;
	margin-top:5%;
}
.foot_right .Content .ewm img{
	width:98px;
	height:98px;
}
.foot_right .Content .gz{
	width:50%;
	float:right;
	margin-left:5%;
}
.foot_right .Content .gz .mod-wr1 {
	display: block;
	width:75px;
	font-size:14px;
	color:#595757;
	height: 36px;
	line-height: 36px;
	font-weight:bold;


}
.foot_right .Content .gz .mod-wr1 i{
	display:block;
	width:12px;
	height:12px;
	background-image:url(../images/follow_us.png);
    float:right;
	margin-top:12px; 

}
.foot_right .Content .gz .mod-wr2{
	font-size: 12px;
	color:#595757;
	text-align:left;

}
.footer-bottom {
	width: 100%;
	background-color: #00a784;
	padding: 15px 0;
	text-align:center;
	border-top:10px solid #fad41f;
}
.footer-bottom p{ color:#595757; font-size:12px; line-height:18px;}
@media (max-width:1440px) {
}
@media (max-width:1240px) {
}
@media (max-width:1120px) {
header {
	padding: 0
}
.header_user {
	display: none
}
.logo {
	width: 270px
}
.logo img {
	max-width: 100%
}
.header-in {
	background: #fff;
	height: 75px;
	overflow: visible;
	border-bottom: 1px solid #005cac;
}
.header-r {
	float: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 0;
	text-align: center;
	transition: 0s 1s;
	overflow: hidden
}
body.on .header-r {
	height: 100%;
	transition: 0s
}
.header-r::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: -100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	transition: .8s .2s
}
body.on .header-r::after {
	top: 0;
	transition: .4s
}
.header-r-in {
	margin-top: 10%;
	padding: 0 25px
}
.m-close {
	display: block;
	float: right;
	position: relative;
	right: 0;
	top: 20px;
	z-index: 999999;
	width: 36px;
	height: 36px
}
.m-close::after, .m-close::before {
	content: '';
	position: absolute;
	left: 0;
	width: 50%;
	height: 2px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	transition: all .4s .1s ease-out;
	background: #f6712e
}
body.on .m-close::after, body.on .m-close::before {
	transition: all .25s ease-out
}
.m-close::before {
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: 50% 50% 0
}
.m-close::after {
	top: 20px;
	left: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: 50% 50% 0
}
body.on .m-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
body.on .m-close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
nav.nav-top {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%
}
nav.nav-top>ul>li {
	display: block;
	transform: translateY(-30px);
	margin: 0;
	line-height: 8vh;
	height: auto;
	opacity: 0;
	text-align: left;
	transition: .2s;
	border-bottom: 1px solid rgba(207,207,207,.66)
}
nav.nav-top>ul>li a:after {
	content: attr(data-icon);
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 0
}
nav.nav-top>ul>li[date-switch='1'] a:after {
	content: attr(data-hover)
}

body.on nav.nav-top>ul>li:nth-child(1), nav.nav-top>ul>li:nth-child(7) {
	transition: .2s
}
body.on nav.nav-top>ul>li:nth-child(2), nav.nav-top>ul>li:nth-child(6) {
	transition: .2s .05s
}
body.on nav.nav-top>ul>li:nth-child(3), nav.nav-top>ul>li:nth-child(5) {
	transition: .2s .1s
}
body.on nav.nav-top>ul>li:nth-child(4), nav.nav-top>ul>li:nth-child(4) {
	transition: .2s .15s
}
body.on nav.nav-top>ul>li:nth-child(5), nav.nav-top>ul>li:nth-child(3) {
	transition: .2s .2s
}
body.on nav.nav-top>ul>li:nth-child(6), nav.nav-top>ul>li:nth-child(2) {
	transition: .2s .25s
}
body.on nav.nav-top>ul>li:nth-child(7), nav.nav-top>ul>li:nth-child(1) {
	transition: .2s .3s
}
body.on nav.nav-top>ul>li {
	transform: translateY(0);
	opacity: 1
}
.top-sub-menu {
	display: none;
	overflow: hidden;
	border: 0
}
nav.nav-top>ul>li::after {
	display: none
}
.top-sub-menu {
	position: static
}
.top-sub-menu a {
	display: block;
	width: 100%;
	font-size: 14px!important;
	color: rgba(0,0,0,.8)!important;
	text-align: left;
	padding-left: 10px;
	background: 0 0;
	border-bottom: 1px solid rgba(193,193,193,.66)
}
.top-sub-menu>a:hover {
	background: 0 0
}
.top-sub-menu a:last-child {
	border: 0
}
.moible_hy {
	display: block;
	float: right;
	color: #fff;
	font-size: 26px;
	position: relative;
	top: 14px;
	margin-right: 20px;
	z-index: 100000
}
.menu_box {
	display: none;
}
.floor_main {
	height: auto;
	margin-bottom: 0px;
}

.foot_right {
	float: right;
	width:25%;
}
}
@media (max-width:1000px) {
.logo {
	margin-top: 0;
	width: 250px
}
.header-in {
	height: 55px;
}
.m-close {
	top: 8px;
}
.header-r-in {
	margin-top: 15%;
}
.footer-top {
	padding: 15px 0;
}
.foot_left {
	float:none;
	width:100%;
	margin-bottom:5%;
}
.foot_center {
	float: none;
	width:100%;
}
.foot_right {
	float: none;
	width:100%;
}
.foot_right .Content .ewm{
	width:100%;
	float:none;
	margin-top:5%;
}
.foot_right .Content .gz{
	width:100%;
	float:none;
	margin-left:0;
	margin-top:2%;
}
}
/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
