﻿/* AB模版网 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：Js.AdminBuy.Cn */
@charset "utf-8";

/* CSS Document */
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

/* common */
body {
	font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

a:hover {
	color: #019c08;
	text-decoration: none;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
	*display: inline;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

img,
input,
select,
button {
	vertical-align: middle;
	border: none;
}

input,
textarea {
	outline: none;
	border: 0;
	background: none;
	font-family: "Microsoft YaHei";
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type="submit"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.top {
	background-color: #333;
	color: #c9c9c9;
	line-height: 36px;
	height: 36px;
	font-size: 15px;
}

.top .dlbox span a {
	font-size: 15px;
	color: #c9c9c9;
}

.top h1 {
	font-size: 15px;
	font-weight: normal;
	display: inline;
}

.logo {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	float: left;
}

.logo a {
	float: left;
}

.logo img {
	height: 80px;
}

.logo h1 {
	background: url(../images/line.png) no-repeat left center;
	font-size: 30px;
	font-weight: 400;
	color: #999;
	float: left;
	padding-left: 20px;
	margin-left: -100px;
}

.nav_list {
	float: left;
	line-height: 80px;
	margin-left: 50px;
	height: 80px;
}

.nav_list .ul_list li {
	float: left;
	padding: 0 10px 0;
}

.nav_list .ul_list li a {
	font-size: 18px;
	color: #fff;
}

.search {
	float: right;
	margin-top: 20px
}

.search .bdcs-search-form {
	border-radius: 10px;
}

.search .search-txt {
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	color: #000;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	font-size: 14px;
}

.search .search-btn {
	margin-left: -2px;
	border: none;
	cursor: pointer;
	width: 54px;
	height: 42px;
	line-height: 42px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search .search-txt:hover {
	/* background-color: #000; */
}

.search .search-txt:focus {
	/* border: 2px solid #019c08; */
}

.search .search-btn:hover {
	background: #019c08;
}

.nav {
	height: 50px;
	line-height: 50px;
	background: #44B549;
	font-size: 16px;
}

.nav .wrap>li {
	float: left;
	position: relative;
}

.nav .wrap>li>a {
	display: block;
	padding: 0 36px;
	color: #fff;
}

.nav .wrap>li.on>a {
	background: #019c08;
}

.nav .wrap>li>a.check {
	background: #019c08;
}

.nav li>a#nav_current {
	background: #019c08;
}

.nav .wrap>li>a:hover {
	background: #019c08;
}

.nav li ul {
	z-index: 999999999;
	display: none;
	position: absolute;
	width: 120px;
	top: 50px;
	right: 0;
	background: #222;
	border-top: 1px solid #efefef;
}

.nav li ul li {
	line-height: 35px;
	border-bottom: 1px solid #efefef;
	font-size: 15px;
}

.nav li ul li a {
	display: block;
	color: #fff;
	text-align: center;
}

.nav li ul li a:hover {
	background: #019c08;
	color: #fff;
}

.nav .more i {
	margin: 0 0 0 5px;
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/icon.png) no-repeat center;
}

.s-mune {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #ddd;
}

.s-mune li {
	float: left;
	font-size: 15px;
}

.s-mune li a {
	display: block;
	padding: 0 10px;
	margin-right: 10px;
}

.s-mune .crumbs {
	font-size: 14px;
}

.section01 {
	margin-top: 20px;
}

.section01 .right {
	width: 408px
}

.section01 .right .title {
	height: 28px;
	background: url("../images/line-black.gif") repeat-x left 17px;
}

.section01 .right .title h2 {
	display: block;
	width: 109px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 24px;
	background: #fff;
	text-align: center
}

.section01 .right .list-tt {
	height: 460px;
	overflow: hidden;
	padding-top: 10px
}

.section01 .right .list-tt .cur {
	display: block
}

.section01 .right .list-tt li {
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	font-size: 18px;
	border-bottom: 2px dotted #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section01 .right .list-tt li a {
	color: #383838
}

.section01 .right .list-tt li a:hover {
	color: #44B549
}

.section01 .left {
	width: 752px;
	height: 500px;
}

.section01 .m-slide {
	position: relative;
	/* width: 752px; */
	/* height: 500px; */
}

.section01 .m-slide .img {
	position: relative
}

.section01 .m-slide .img li,
.m-slide .img a,
.m-slide .img img {
	display: block;
	/* width: 752px; */
	/* height: 500px; */
	overflow: hidden;
}

.section01 .m-slide .img img {
	/* width: 752px; */
	/* height: 500px; */
	width: 100%;
}

.section01 .m-slide .img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0
}

.section01 .m-slide .img p {
	text-indent: 12px;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 622px;
	padding-right: 130px;
	height: 64px;
	line-height: 64px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section01 .m-slide .img a:hover p {
	color: #44B549;
}

.section01 .m-slide .img a:hover img {
	opacity: .9;
}

.section01 .m-slide .tab {
	position: absolute;
	bottom: 26px;
	right: 0;
	line-height: 15px;
}

.section01 .m-slide .tab li {
	float: left;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.section01 .m-slide .tab li.on {
	background: #44B549;
}

.section01 .m-slide .prev,
.section01 .m-slide .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.section01 .m-slide .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.section01 .m-slide .prev:hover,
.section01 .m-slide .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.section01 .m-slide .prevStop {
	display: none;
}

.section01 .m-slide .nextStop {
	display: none;
}

.section02 {
	margin-top: 20px;
}

.section02 .title {
	height: 28px;
	background: url("../images/line-black.gif") repeat-x left 17px;
	text-align: center;
	margin: 20px 0;
}

.section02 .title h2 {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 28px;
	background: #fff;
	text-align: center
}

.section02 .sonmenu {
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.section02 .sonmenu a {
	margin: 0 12px;
}

.section02 .left {
	width: 408px
}

.section02 .left h3 {
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section02 .left ul {
	margin: 0 0 15px;
}

.section02 .left ul li {
	font-size: 15px;
	line-height: 32px;
	background: url(../images/li.gif) no-repeat left center;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section02 .right {
	width: 752px;
}

.section02 .right li {
	float: left;
	width: 356px;
	margin: 0 10px 10px;
}

.section02 .right li img {
	/* height: 236px; */
	width: 100%;
	object-fit: cover;
}

.section02 .right li p {
	line-height: 30px;
	margin-top: 3px;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section02 .right li a:hover img {
	opacity: .9;
}

.section03 {
	margin-top: 20px;
}

.section03 .title {
	height: 28px;
	background: url("../images/line-black.gif") repeat-x left 17px;
	text-align: center;
}

.section03 .title h2 {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 28px;
	background: #fff;
	text-align: center
}

.section03 .sonmenu {
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.section03 .sonmenu a {
	margin: 0 12px;
}

.section03 .imglist ul li {
	float: left;
	width: 280px;
	margin: 0 10px 15px;
}

.section03 .imglist ul li img {
	height: 186px;
	width: 100%;
	object-fit: cover;
}

.section03 .imglist ul li p {
	line-height: 30px;
	margin-top: 3px;
	text-align: center;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section03 .imglist ul li a:hover img {
	opacity: .9;
}

.section04 {
	margin-top: 20px;
}

.section04 .title {
	height: 28px;
	background: url("../images/line-black.gif") repeat-x left 17px;
	text-align: center;
}

.section04 .title h2 {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 28px;
	background: #fff;
	text-align: center
}

.section04 .sonmenu {
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.section04 .sonmenu a {
	margin: 0 12px;
}

.section04 .left {
	width: 408px
}

.section04 .left h3 {
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section04 .left ul {
	margin: 0 0 15px;
}

.section04 .left ul li {
	font-size: 15px;
	line-height: 32px;
	background: url(../images/li.gif) no-repeat left center;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section04 .right {
	width: 752px;
}

.section04 .right ul {
	float: left;
	width: 376px;
}

.section04 .right li {
	float: left;
	width: 356px;
	margin: 0 10px 10px;
}

.section04 .right li img {
	height: 236px;
	width: 100%;
	object-fit: cover;
}

.section04 .right li p {
	line-height: 30px;
	margin-top: 3px;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section04 .right li a:hover img {
	opacity: .9;
}

.section04 .right .toplist {
	width: 366px;
	font-size: 14px;
}

.section04 .right .toplist .topbox dt {
	border-bottom: 1px dashed #ECECEC;
}

.section04 .right .toplist .topbox {
	width: 366px;
	margin: 0 auto;
}

.section04 .right .toplist .topbox dd img {
	width: 346px;
	height: 228px;
}

.section04 .right .toplist .topbox dt {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
}

.section04 .right .toplist .topbox dt .num {
	background: #44B549;
	position: absolute;
	top: 6px;
	left: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	display: block;
}

.section04 .right .toplist .topbox dt a {
	display: block;
	text-decoration: none;
	color: #555;
	margin-left: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section04 .right .toplist .topbox dt.on {
	background: #F3F3F3;
}

.section04 .right .toplist .topbox dd {
	border: solid 1px #fff;
	overflow: hidden;
	padding: 0 10px 1px;
}

.section05 {
	margin-top: 20px;
}

.section05 .title {
	height: 28px;
	background: url("../images/line-black.gif") repeat-x left 17px;
	text-align: center;
}

.section05 .title h2 {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 28px;
	background: #fff;
	text-align: center
}

.section05 .sonmenu {
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.section05 .sonmenu a {
	margin: 0 12px;
}

.section05 .left {
	width: 408px
}

.section05 .left h3 {
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section05 .left ul {
	margin: 0 0 15px;
}

.section05 .left ul li {
	font-size: 15px;
	line-height: 32px;
	background: url(../images/li.gif) no-repeat left center;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section05 .right {
	width: 752px;
}

.section05 .right ul.pics {
	float: left;
	width: 376px;
}

.section05 .right .pics li {
	float: left;
	width: 356px;
	margin: 0 10px 10px;
}

.section05 .right .pics li img {
	height: 236px;
	width: 100%;
	object-fit: cover;
}

.section05 .right .pics li p {
	line-height: 30px;
	margin-top: 3px;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section05 .right .pics li a:hover img {
	opacity: .9;
}

.section05 .right .toplist {
	width: 366px;
	font-size: 14px;
}

.section05 .right .toplist h3 {
	height: 42px;
	font-size: 20px;
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section05 .right .toplist ul {
	margin: 0 0 15px;
}

.section05 .right .toplist ul li {
	font-size: 15px;
	line-height: 32px;
	background: url(../images/li.gif) no-repeat left center;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section05 .words {
	/* box-shadow: 0 1px 3px rgba(34,25,25,0.3); */
}

.section05 .words li {
	line-height: 44px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	position: relative;
}

.section05 .words li h2 {
	display: inline;
	font-weight: normal;
}

.section05 .words li h2 a {
	font-size: 18px;
	margin-right: 0;
}

.section05 .words li h2.c1 a {
	color: #18b20c;
}

.section05 .words li h2.c2 a {
	color: #ff8759;
}

.section05 .words li h2.c3 a {
	color: #006baf;
}

.section05 .words li h2.c4 a {
	color: #f66;
}

.section05 .words li h2.c5 a {
	color: #000;
}

.section05 .words li h2.c6 a {
	color: #18b20c;
}

.section05 .words li h2.c7 a {
	color: #ff8759;
}

.section05 .words li h2.c8 a {
	color: #006baf;
}

.section05 .words li h2.c9 a {
	color: #f66;
}

.section05 .words li h2.c10 a {
	color: #000;
}

.section05 .words li h2 a:hover {
	color: #44B549;
	text-decoration: underline;
}

.section05 .words li a {
	margin-right: 18px;
	font-size: 15px;
}

.section05 .words li a.more {
	font-size: 14px;
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 10px;
}

.section05 .words li a.more:hover {
	color: #44B549;
	text-decoration: underline;
}

.section05 .words li.bg {
	background: #f2f2f2;
}

.section05 .words li:hover {
	background: #EDF6FE;
}

.frendlink {
	margin-top: 20px;
}

.frendlink .linktitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #ebebeb;
}

.frendlink .linktitle strong {
	float: left;
	border-bottom: 3px solid #18b20c;
	font-size: 24px;
	font-weight: 400;
}

.frendlink .linkwrap {
	padding: 10px 0;
}

.frendlink .linkwrap a {
	color: #666;
	margin: 0 6px;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
}

.frendlink .linkwrap a:hover {
	color: #44B549;
}

.footer {
	width: 100%;
	margin-top: 40px;
	padding: 30px 0;
	background: #2e2e2e;
	color: #fff;
	overflow: hidden;
}

.footer .f-top {
	height: 120px;
	font-size: 15px;
}

.footer .f-top .f-top-l {
	width: 220px;
	height: 100%;

}

.footer .f-top .f-top-l a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999em;
}

.footer .f-top .f-top-r {
	width: 100%;
	/* border-left: 1px solid #4D9750; */
	line-height: 30px;
}

.footer .f-top .f-top-r a {
	margin-right: 30px;
	color: #fff;
}

.footer .f-top .f-top-r a:hover {
	color: #999;
}

.footer .tips {
	color: #4F4F4F;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	margin-top: 20px;
}

* html,
* html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}

#doitbegin_Back2top {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/to-top.png) no-repeat;
	position: fixed;
	_position: absolute;
	right: 20px;
	bottom: 60px;
	z-index: 10;
	cursor: pointer;
	text-indent: -999em;
}

#doitbegin_Back2top:hover {
	background: url(../images/to-top-hover.png) no-repeat;
}

.listpage {
	margin-top: 20px;
	position: relative;
}

.pageleft {
	width: 820px;
}

.pageright {
	width: 336px;
	padding: 0 2px;
}

.pagetitle {
	line-height: 40px;
	height: 40px;
	border-bottom: 2px solid #ddd;
	background: url(../images/list.gif) no-repeat left center;
}

.pagetitle h2 {
	font-size: 24px;
	float: left;
	font-weight: 400;
	border-bottom: 2px solid #44B549;
	padding-left: 40px;
}

.pagetitle span {
	font-size: 14px;
	margin-right: 10px;
}

.pageleft .piclist {
	margin-top: 10px;
}

.pageleft .piclist li {
	float: left;
	width: 266px;
	margin: 20px 7px 10px 0;
}

.pageleft .piclist li.mr {
	margin-right: 0;
}

.pageleft .piclist li img {
	padding: 2px;
	border: 1px solid #ddd;
	width: 260px;
	height: 174px;
	object-fit: cover;
}

.pageleft .piclist li p {
	text-align: left;
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	margin-top: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pageleft .piclist li a:hover img {
	padding: 1px;
	opacity: .9;
	border: 2px solid #44B549;
}

.pageurl {
	margin: 30px auto 0;
	text-align: center;
	font-size: 15px;
	clear: both;
}

.pageurl a {
	display: inline-block;
	padding: 4px 15px;
	border: 1px solid #ddd;
	margin: 0 1px;
	color: #333;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pageurl a[title="总数"] {
	display: none
}

.pageurl a[title="Total record"] {
	display: none
}

.pageurl b {
	display: inline-block;
	font-weight: normal;
	background: #44B549;
	color: #fff;
	padding: 4px 15px;
	border: 1px solid #44B549;
	margin: 0 1px;
	border-radius: 2px;
}

.pageurl a b {
	display: inline-block;
	font-weight: normal;
	background: none;
	color: #333;
	display: inline-block;
	padding: 0;
	border: none;
	border-radius: 2px;
}

.pageurl a:hover b {
	color: #fff;
}

.pageurl a:hover {
	background: #44B549;
	color: #fff;
	border: 1px solid #44B549;
	text-decoration: none;
}

.pageright .toplist {
	width: 336px;
	font-size: 14px;
}

.pageright .toplist .topbox dt {
	border-bottom: 1px dashed #ECECEC;
}

.pageright .toplist .topbox {
	width: 336px;
	margin: 0 auto;
}

.pageright .toplist .topbox dd img {
	width: 316px;
	height: 210px;
}

.pageright .toplist .topbox dt {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
}

.pageright .toplist .topbox dt .num {
	background: #3483ab;
	position: absolute;
	top: 6px;
	left: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	display: block;
}

.pageright .toplist .topbox dt a {
	display: block;
	text-decoration: none;
	color: #555;
	margin-left: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pageright .toplist .topbox dt.on {
	background: #F3F3F3;
}

.pageright .toplist .topbox dd {
	border: solid 1px #fff;
	overflow: hidden;
	padding: 0 10px 1px;
}

.right-tit {
	border-bottom: 2px solid #222;
	margin: 0 0 10px;
	line-height: 40px;
}

.right-tit h2 {
	float: left;
	font-weight: 400;
	font-size: 22px;
}

.pageright .jxlist {}

.pageright .jxlist li {
	background: url(../images/li.gif) no-repeat left center;
	margin: 5px 0;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-size: 14px;
	width: 162px;
	float: left;
}

.pageright .jxlist li a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pageright .jxlist li.mr {
	margin-right: 12px;
}

.pageright .jxlist li:hover {
	background: #44B549;
	color: #fff;
}

.pageright .jxlist li:hover a {
	color: #fff;
}

.pageright .tjlist {}

.pageright .tjlist li {
	float: left;
	width: 162px;
	margin: 5px 0 10px;
}

.pageright .tjlist li img {
	width: 100%;
	height: 108px;
}

.pageright .tjlist li p {
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pageright .tjlist li.mr {
	margin-right: 12px;
}

.pageright .tjlist li a:hover img {
	opacity: .9;
}

.pageleft .textlist .hotbox {
	position: relative;
	height: 175px;
	padding: 20px 10px 16px 0;
	border-bottom: 1px dashed #E5E5E5;
	margin-right: 10px;
}

.pageleft .textlist .pro_img {
	width: 390px;
	height: 360px;
}

.pageleft .textlist .pro_img img {
	width: 100%;
	height: 100%;
}

.pro_info {
	margin-top: 10px;
}

.snVy6MacFvyBOjdVf {
	display: block;
	float: left;
	width: 300px;
	height: 36px;
	line-height: 36px;
	margin: 25px 0 0 0px;
	font-size: 20px;
	overflow: hidden;
	color: #5d5e5e;
	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;
}

.sKXhRVRigAPssa3uj {
	display: block;
	float: right;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #3483ab;
	text-align: center;
}

.srEOmkozcT68Ng2Qb {
	display: block;
	width: 88%;
	margin: 0 auto;
	height: 40px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	font-family: Arial;
	font-size: 18px;
}

.sBbA56qsZweJFZ7mj {
	display: block;
	height: 40px;
	line-height: 35px;
	font-size: 16px;
}

.pageleft .textlist .hotbox .hotimg {
	width: 250px;
	height: 165px;
	float: left;
	display: inline;
	margin-right: 28px;
	position: relative;
}

.pageleft .textlist .hotbox .hotimg .imgbox {
	width: 250px;
	height: 165px;
	display: block;
	overflow: hidden;
}

.pageleft .textlist .hotbox .hotimg img {
	width: 250px;
	height: 165px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pageleft .textlist .hotbox a:hover img {
	/* opacity: .9;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); */
}

.pageleft .textlist .hotbox h3 {
	font-size: 22px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pageleft .textlist .hotbox h3 a:hover {
	color: #44B549;
	text-decoration: none;
}

.pageleft .textlist .hotbox p.p {
	color: #3e3e3e;
	font-size: 14px;
	height: 78px;
	line-height: 26px;
	margin-bottom: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pageleft .textlist .hotbox span.span {
	font-size: 14px;
	color: #888;
	background: url(../images/symbol-11.png) no-repeat 0 3px;
	display: inline-block;
	text-indent: 20px;
}

.pageleft .textlist .hotbox a.more {
	position: absolute;
	background: #222;
	font-size: 14px;
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	right: 20px;
	bottom: 25px;
}

.pageleft .textlist .hotbox a.more:hover {
	background: #44B549;
}

.viewtitle {
	margin: 30px 0;
}

.viewtitle h1 {
	font-size: 38px;
	line-height: 45px;
	font-weight: 400;
}

.arc_info {
	display: flex;
}

.arc_info img {
	width: 330px;
	height: 300px;
}

.arc_info .arc_h {
	width: 470px;
	height: 300px;
	margin-left: 20px;
}

.arc_info .arc_h h2 {
	font-size: 20px;
}

.arc_info .arc_h .arc_body {
	margin: 20px 0;
	font-size: 16px;
}

.arc_info .arc_h .arc_body .price {
	font-size: 38px;
	color: #ff0000;
	font-weight: bold;
}

.arc_info .arc_h .arc_body .yuanjia {
	font-size: 22px;
	color: #006baf;
	font-weight: normal;
	text-decoration: line-through;
	margin-left: 10px;
}

.arc_info .arc_h .arc_body .numbar {
	margin: 20px 0;
}

.arc_info .arc_h .arc_body .numbar input {
	border: 1px solid #000;
	text-align: center;
	appearance: auto;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	width: 150px;
}



.arc_info .arc_h .buttons {
	margin-top: 40px;
}

.arc_info .arc_h .buttons button {
	background: #006baf;
	color: #fff;
	padding: 8px 15px;
	margin-right: 10px;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
}


.viewinfo {
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 0 10px;
	margin-bottom: 20px;
}

.viewinfo i {
	font-style: normal;
	margin-right: 20px;
	color: #c6c6c6;
}

.viewinfo i a {
	color: #c6c6c6;
}

.viewinfo .crumbs {
	color: #666;
}

.viewinfo .crumbs a {
	color: #666;
}

.viewinfo .crumbs a:hover {
	color: #44B549;
	text-decoration: none;
}

.viewinfo .mobi {
	right: 10px;
	top: 0;
}

.viewurl {
	margin: 30px auto;
	text-align: center;
	font-size: 15px;
	clear: both;
}

.viewurl a {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #111;
	margin: 0 5px;
	background: #222;
	color: #f1f1f1;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.viewurl strong {
	display: inline-block;
	padding: 3px 15px;
	font-weight: 400;
	margin: 0 5px;
	border-radius: 2px;
	background: #44B549;
	color: #fff;
	border: 1px solid #44B549;
}

.viewurl a:hover {
	background: #44B549;
	color: #fff;
	border: 1px solid #44B549;
}

.viewurl b {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #44B549;
	margin: 0 5px;
	background: #44B549;
	color: #fff;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.viewurl a[title="Page"] {
	display: none;
}

.content {
	line-height: 32px;
	color: #333;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
	min-height: 600px;
	padding: 10px 0;
}

.content a {
	color: #f00;
}

.content a:hover {
	color: #44B549;
}

.content p {
	margin: 8px 0;
	text-indent: 2em;
	line-height: 32px;
}

.content h2 {
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	margin: 8px 0 2px 0;
	border-bottom: 2px solid #44B549;
	display: inline-block;
}

.content h2:after {
	content: "";
	display: block;
	width: 788px;
	border-bottom: 1px solid #bbb;
	position: absolute;
	z-index: -1;
	margin-top: 1px;
}

.content p img {
	text-indent: 0;
	display: block;
	margin: 10px auto;
	max-width: 600px;
	height: auto;
}

.content img {
	display: block !important;
	margin: 10px auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.nextpage {
	border-top: 1px solid #f2f2f2;
	padding: 10px 0;
	border-bottom: 1px dashed #f2f2f2;
}

.nextpage p {
	line-height: 30px;
	font-size: 15px;
}

.nextpage .share {
	right: 0;
	top: 20px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.viewabout {
	margin-top: 20px;
	border-bottom: 1px dashed #f2f2f2;
	padding: 0 0 10px;
}

.viewabout .aboutwrap {
	width: 450px;
}

.viewabout .aboutwrap .title {
	font-size: 18px;
	height: 35px;
	font-weight: 800;
}

.viewabout .aboutwrap li {
	font-size: 15px;
	line-height: 31px;
	background: url(../images/li.gif) no-repeat left center;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.viewabout .aboutbd {
	width: 336px;
}

.pageright .float {
	width: 336px;
}

.pageright .float.div2 {
	position: fixed;
	top: -20px;
	z-index: 999;
	_position: static;
}

.pageright .float.div3 {
	position: absolute;
	bottom: 0;
	z-index: 999;
	_position: static;
}

.seller_info {
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 20px;
}

.seller_info img {
	width: 100%;
}

.seller_info .seller {
	text-align: center;
}

.seller_info .seller a {
	color: #006baf;
	font-size: 19px;
	font-weight: bold;
}

.seller_info .tel {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
}

.wxcode {
	border-top: 1px dashed #ddd;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 16px;
}

.wxcode p {
	margin-bottom: 10px;
	color: #019c08;
	font-weight: 800;
}

.t_top {
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.t_top h2 {
	text-align: center;
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
}

.t_top img {
	display: block;
	float: left;
	width: 260px;
	height: 175px;
	margin-right: 15px;
}

.t_top_s {
	width: 530px;
	height: 175px;
	float: right;
	font-size: 18px;
}

.t_top_s p {
	text-indent: 2em;
	font-size: 15px;
	margin-top: 3px;
}

.xgwz {
	clear: both;
	overflow: hidden;
	margin: 10px auto;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.xgwz h3 {
	font-size: 20px;
}

/*ming*/
.section01 {
	margin-top: 20px;
}

.section01 .right {
	width: 880px
}

.section01 .right .title {
	height: 28px;
	background: url("../images/line-black.gif") repeat-x left 17px;
}

.section01 .right .title h2 {
	display: block;
	width: 109px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 24px;
	background: #fff;
	text-align: center
}

.section01 .right .list-tt {
	height: 465px;
	overflow: hidden;
	padding-top: 10px
}

.section01 .right .list-tt .cur {
	display: block
}

.section01 .right .list-tt li {
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	font-size: 18px;
	border-bottom: 2px dotted #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section01 .right .list-tt li a {
	color: #383838
}

.section01 .right .list-tt li a:hover {
	color: #44B549
}

.section01 .left {
	width: 697.5px;
	height: 465px;
}

.section01 .m-slide {
	position: relative;
	width: 100%;
	/* height: 465px; */
}

.section01 .m-slide .img {
	position: relative
}

.section01 .m-slide .img li,
.m-slide .img a,
.m-slide .img img {
	display: block;
	width: 100%;
	/* height: 465px; */
	overflow: hidden;
}

.section01 .m-slide .img img {
	width: 100%;
	/* height: 465px; */
}

.section01 .m-slide .img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0
}

.section01 .m-slide .img p {
	text-indent: 12px;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding-right: 0px;
	height: 64px;
	line-height: 64px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.section01 .m-slide .img a:hover p {
	color: #44B549;
}

.section01 .m-slide .img a:hover img {
	opacity: .9;
}

.section01 .m-slide .tab {
	position: absolute;
	bottom: 26px;
	right: 0;
	line-height: 15px;
}

.section01 .m-slide .tab li {
	float: left;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.section01 .m-slide .tab li.on {
	background: #44B549;
}

.section01 .m-slide .prev,
.section01 .m-slide .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.section01 .m-slide .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.section01 .m-slide .prev:hover,
.section01 .m-slide .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.section01 .m-slide .prevStop {
	display: none;
}

.section01 .m-slide .nextStop {
	display: none;
}

.ad_s_ul {
	width: 300px;
}

.ad_s_li {
	margin-left: 27px;
	margin-bottom: 15px;
	position: relative;
}

.ad_s_li>a {
	display: block;
	width: 218px;
	height: 145px;
}

.ad_s_li>a>img {
	width: 218px;
	height: 145px;
}

.ad_txt_bg {
	display: none;
	width: 218px;
	height: 145px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 5;
}

.ad_txt {
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 35px;
	line-height: 35px;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 10;
	padding: 0 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ad_s_ul .ad_s_li:hover .ad_txt_bg {
	display: block;
}

.ad_s_ul .ad_s_li:hover .ad_txt {
	display: block;
}


.home_pay {
	width: 300px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(59, 140, 254, .1);
	box-shadow: 0 2px 20px 0 rgba(59, 140, 254, .1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	background-size: 300px;
	padding-top: 31px;
}

.home_pay {
	border-radius: 5px;
	/* height: 390px; */
	padding: 31px auto 0;
	background: #f5f5f5;
}

.userRight-container .user-picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.userRight-container .user-picture .user-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.userRight-container .user-picture span {
	margin-top: 9px;
	font-size: 13px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 260px;
}

.userRight-container .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.userRight-container .btn-box .online-btn {
	width: 90px;
	background: #fbfcfd;
	border-radius: 3px;
	border: 1px solid #3b8cfe;
	color: #3b8cfe;
	margin: 0 10px;
}

.userRight-container .btn-box .login-btn,
.userRight-container .btn-box .online-btn {
	height: 31px;
	padding: 0;
	font-size: 15px;
	font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.userRight-container .line {
	width: 230px;
	height: 1px;
	background-color: #e8e8e8;
	margin-top: 18px;
	margin-bottom: 27px;
	-webkit-transform: scaleY(.8);
	transform: scaleY(.8);
}

.userRight-container .welfare-box {
	padding: 0 31px;
}

.userRight-container .welfare-box .title {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: 16px;
	text-align: center;
	margin-bottom: 17px;
}

.userRight-container .welfare-box .welfare-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.userRight-container .welfare-box .welfare-content img {
	margin: 20px 0;
}

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}






.tb-module-bd {
	overflow: hidden;
}

.se7oQHXLmKHZSTXGM {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	zoom: 1;
	font-family: 华文楷体;
	text-align: center;
	color: #323232;
}

.sXfbgNdsvxWWBTpnQ {
	height: 41px;
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.sW90FXPfVsEi71f2b {
	display: inline-block;
	height: 41px;
	width: 26px;
	overflow: hidden;
}

.ss5lYwhjAkMrcGu8D {
	display: inline-block;
	height: 41px;
	line-height: 40px;
	overflow: hidden;
	font-size: 34px;
	letter-spacing: 2px;
	text-indent: 2px;
	padding: 0 10px;
}

.sDRG7N7cD1A2dn4Fz {
	display: inline-block;
	height: 41px;
	width: 26px;
	background: url(http://img.alicdn.com/imgextra/i2/770458061/O1CN01IkYDkD29PzGKMgwSA-770458061.png) 50% 50% no-repeat;
	overflow: hidden;
}

.sVI0gqcmvLPeigR7b {
	display: block;
	width: 500px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin: 12px auto 0 auto;
	letter-spacing: 2px;
	text-indent: 2px;
}

.svzE7cn9oHzArzMlI {
	width: 950px;
	background: #ffffff;
	color: #323232;
	zoom: 1;
	font-family: 华文楷体;
	text-align: center;
	margin-top: 0px;
	margin: 0 auto;
}

.sJ0Qb3AQQ4hGrxoTW {
	overflow: hidden;
}

.scH0LXfWbblbPmLuj {
	float: left;
	margin: 15px 8px;
	width: 300px;
	overflow: hidden;
}

.s3PunAzwMeIulYhNO {
	display: block;
	width: 300px;
	height: 300px;

}

.spEVl1RNIvxzMKtBv {
	display: block;
	width: 80%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-decoration: none;
	color: #232323;
	font-size: 18px;
	margin: 20px auto 0 auto;
}

.sfs9wQVuI7eUqr6fh {
	display: block;
	height: 25px;
	width: 90%;
	margin: 12px auto 15px auto;
	line-height: 25px;
	font-family: Arial;
	font-size: 14px;
	color: #94554a;
}

.saPkUB8XeQf46uD2z {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 38px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background: url(http://img.alicdn.com/imgextra/i2/770458061/O1CN01UYR8PO29PzGRKr43B-770458061.png) 50% 50% no-repeat;
	font-size: 20px;
	margin: 0 auto;
}