/*
 *wituagri.css
 *2018-7
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 14px;
}

body {
	margin: 0;
	color: #333a47;
	font-family: 'Microsoft YaHei', 'SimSun', Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: inherit;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: 0;
}

button {
	overflow: visible;
	outline: 0;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

p {
	margin: 0;
}


/* wituagri main css*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}


/*header*/

.header {
	width: 100%;
	height: 90px;
	/*.logo*/
	/*nav*/
}

.header.flex {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.header.op-bg {
	background: rgba(41, 52, 71, 0.5);
}

.header.gray {
	background: rgba(41, 52, 71, 0.3);
}

.header-wrap {
	width: 1200px;
	margin: 0 auto;
}

.header-wrap:after {
	display: block;
	clear: both;
	content: '';
}

.header .logo,
.header .min-logo {
	float: left;
	width: 240px;
}

.header .logo {
	height: 90px;
}

.header .min-logo {
	display: none;
}

.header .min-logo {
	height: 60px;
}

.header .nav {
	float: right;
}

.header .nav:after {
	display: block;
	clear: both;
	content: '';
}

.header .nav>li {
	position: relative;
	float: left;
	min-width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
}

.header .nav>li a {
	color: #fff;
	display: block;
}

.header .nav>li i {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width: 14px;
	height: 40px;
	background: url(../images/index/iconw.png) no-repeat;
}

.header .nav>li:hover>a {
	color: #2bd6a6;
	text-decoration: underline;
}

.header .nav>li .down-pop {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 5;
	width: 200px;
	padding-top: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	text-align: left;
}

.header .nav>li .down-pop .down-wrap {
	padding-top: 11px;
	background: #fff;
}

.header .nav>li .down-pop .more {
	background: #fff;
	color: #2c3447;
	padding-right: 15px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 10px;
}

.header .nav>li .down-pop li {
	padding-left: 15px;
}

.header .nav>li .down-pop li a {
	color: #2c3447;
}

.header .nav>li .down-pop li:hover {
	background: #2c3447;
}

.header .nav>li .down-pop li:hover a {
	color: #fff;
}

.header .nav>li.down:hover>a {
	background: #fff;
	color: #2c3447;
	text-decoration: none;
}

.header .nav>li.down:hover>a i {
	background: url(../images/index/iconb.png) no-repeat;
}

.header .nav>li.down:hover>.down-pop {
	display: block;
}

.header.min-header {
	background: rgba(41, 52, 71, 0.95);
	height: 60px;
}

.header.min-header .nav li {
	margin-top: 10px;
}

.header.min-header .logo {
	display: none;
}

.header.min-header .min-logo {
	display: block;
}


/*banner*/

.banner {
	position: relative;
	/*num*/
}

.banner-wrap {
	overflow: hidden;
}

.banner-ul {
	overflow: hidden;
}

.banner-ul li {
	float: left;
	width: 100%;
}

.banner-ul li a {
	display: block;
}

.banner-ul li img {
	display: block;
}

.banner-num {
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 5;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-num li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(41, 52, 71, 0.5);
}

.banner-num li.active {
	background: rgba(41, 52, 71, 0.95);
}

.container {
	padding-bottom: 100px;
	min-height: 600px;
}

.wd-full {
	position: relative;
	top: -210px;
	width: 89.5%;
	min-height: 390px;
	margin: 0 auto;
	background: #f1f2f9;
}

.wd-full .full-wrap {
	width: 88.37%;
	margin: 0 auto;
}

.wd-full .news-body {
	padding: 0;
	padding-top: 81px;
	overflow: hidden;
}

.wd-full .news-list {
	float: left;
	width: 46.7%;
}

.wd-full .news-list:nth-child(2n) {
	margin-left: 6.6%;
}

.wd-full .page {
	margin-top: 30px;
}


/*section*/

.info-box {
	position: relative;
	width: 100%;
	background: url(../images/index/section-bg.png) center top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	overflow: hidden;
}

.info-lt {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 31.25%;
	background: #f5f1e9;
	background: rgba(188, 159, 109, 0.15);
}

.info-rg {
	padding-left: 31.25%;
	width: 68.75%;
	text-align: center;
}


/*.module*/

.module {
	width: 74%;
	margin: 15% 13% 1%;
	text-align: right;
	font-size: 16px;
}

.module-wrap {
	padding: 30px 14px;
	border: solid 12px #bc9f6d;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
}

.module-wrap>h4 {
	font-size: 20px;
	margin-bottom: 23px;
}

.module-more {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin-top: 20px;
	color: #333;
}
.module-more:hover{
	color: #bc9f6d;
	text-decoration: underline;
}

.dl-box>dt {
	height: 36px;
	line-height: 36px;
	background: #414241;
	font-size: 18px;
	color: #fff;
}

.dl-box>dd {
	line-height: 28px;
	padding-left:50px;
	font-size: 18px;
	margin-top: 15px;
	background: url(../images/index/icon1.png) no-repeat 10% center;
}

.dl-box>dd+dd {
	background: url(../images/index/icon2.png) no-repeat 10% center;
}

.dl-box>dd span+span {
	margin-left: 8px;
}

.wx-box {
	width: 121px;
	margin: 20px auto 0;
}

.wx-box .wx-img {
	width: 100%;
	/*height: 121px;*/
	overflow: hidden;
	margin-bottom: 10px;
}


/*show-ul*/

.show-ul {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	padding: 25px 0;
	overflow: hidden;
	font-size: 0;
}

.show-ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 23%;
	margin: 20px;
}

.show-ul li a {
	display: block;
}

.show-ul li img {
	display: block;
	width: 100%;
}

.show-ul li span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	height: 50px;
	line-height: 50px;
	background: rgba(44, 52, 71, 0.5);
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding-left: 7%;
}
@media screen and (max-width:1440px){
	.module {
		width: 80%;
		margin: 10% 10% 1%;
		text-align: right;
		font-size: 16px;
	}
	.dl-box>dd{
		font-size: 14px;
	}
	.show-ul li span {
		font-size: 18px;
		padding-left: 5%;
	}
}

/*box-bg*/

.box-bg {
	background: url(../images/index/section2.jpg) no-repeat center top #f6f9fb;
}

.box-bg.module2 {
	background: url(../images/index/section3.jpg) no-repeat center top #faf8f1;
}

.box-bg.module3 {
	background: url(../images/index/section4.jpg) no-repeat center top #e7f3ff;
}

.box-wrap {
	width: 1200px;
	margin: 0 auto;
}

.show-box {
	padding: 100px 50px 90px;
	overflow: hidden;
	font-size: 16px;
}

.show-box:after {
	display: block;
	clear: both;
	content: '';
}

.show-l {
	width: 430px;
}

.show-r img {
	display: block;
}

.show-tit {
	font-size: 30px;
	margin-top: 86px;
}

.show-txt {
	line-height: 30px;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	/*IE*/
}

.show-btn {
	display: block;
	width: 150px;
	margin-top: 35px;
	color: #fff;
	background: #2bd6a6;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px rgba(43, 214, 166, 0.9);
	-moz-box-shadow: 0 0 20px rgba(43, 214, 166, 0.9);
	box-shadow: 0 0 20px rgba(43, 214, 166, 0.9);
	border-radius: 40px;
}


/*.sky-bg*/

.sky-bg {
	position: relative;
	height: 700px;
	background: url(../images/index/sk-bg.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
}

.sky-bg .info-lt {
	background: #23293d;
	background: rgba(44, 52, 71, 0.8);
}

.sky-bg .module-wrap {
	border: solid 6px #7c878c;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 30px 26px;
}

.sky-bg .module-wrap p {
	text-indent: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	/*IE*/
}
.sky-bg .info-lt{
	z-index: 1000;
}
/*.sky-bg .mpa-bg {
	position: absolute;
	z-index: 998;
	height: 1500px;
	top: -400px;
	left: 0;
	right: 0;
	background: #fff;
}*/
/*.sky-bg .mpa-bg .map{
	width: 1400px;
	height: 1000px;
	background: url(../images/index/map.png) no-repeat;
}*/

/*footer*/

.footer .info-box {
	background: #e8eaed;
}

.footer .info-lt {
	background: #7c878c;
}

.footer .module {
	margin-top: 20px;
}

.footer .module-wrap {
	border: none;
	text-align: left;
	color: #fff;
	font-size: 16px;
}

.footer .module-wrap h4 {
	margin-bottom: 35px;
}

.footer .info-rg {
	position: relative;
	text-align: left;
	padding-bottom: 42px;
}

.footer .wx-box {
	position: absolute;
	top: 82px;
	left: 31.25%;
	margin-left: 720px;
	text-align: center;
}

.list-dl {
	overflow: hidden;
	margin-bottom: 7px;
}

.list-dl>dt {
	float: left;
	width: 66px;
	text-align: justify;
	text-justify: inter-ideograph;
	/*IE*/
	margin-right: -66px;
}

.list-dl>dt>span {
	position: relative;
	display: block;
	width: 100%;
	height: 26px;
}

.list-dl>dt>span:after {
	position: absolute;
	top: 0;
	right: -7px;
	display: inline-block;
	content: ':';
}

.list-dl>dt>span>em {
	display: inline-block;
	padding-left: 100%;
}

.list-dl>dd {
	width: 100%;
	padding-left: 81px;
	box-sizing: border-box;
}

.footer-info {
	width: 650px;
	padding-top: 82px;
	padding-left: 80px;
	overflow: hidden;
}

.footer-list {
	float: left;
	width: 180px;
	margin-bottom: 32px;
	font-size: 16px;
}

.footer-list>a {
	color: #333;
}

.footer-list:nth-child(3n-1) {
	width: 242px;
}

.f-nav,
.Copyright {
	padding-left: 80px;
}

.f-nav {
	margin-top: 22px;
	font-size: 0;
}

.f-nav>div {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 108px;
	font-size: 16px;
}

.f-nav>div a {
	color: #333;
}

.f-nav>div a:hover {
	color: #2bd6a6;
	text-decoration: underline;
}

.Copyright {
	margin-top: 65px;
	font-size: 16px;
}


/*introduce*/

.wh-bg {
	background: transparent;
	border-top: solid 1px #2bd6a6;
}

.wh-bg .nav>li a {
	color: #333;
}

.wh-bg .nav>li.down>a i {
	background: url(../images/index/iconb.png) no-repeat;
}

.body-bg {
	background: #f1f2f8;
}

.card-bg {
	margin: 0 auto;
}

.card-box {
	background: #eee;
	text-align: center;
	font-size: 0;
}

.card-box .card-list {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 130px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	color: #666;
	margin: 0 15px;
	box-sizing: border-box;
}

.card-box .card-list:hover,
.card-box .card-list.active {
	color: #2bd6a6;
	border-bottom: solid 3px #2bd6a6;
}

.card-section {
	width: 1200px;
	margin: 0 auto;
}

.company-info {
	padding: 75px 100px 0;
	overflow: hidden;
}

.company-logo,
.company-txt {
	float: left;
}

.company-logo {
	margin-top: 24px;
}

.company-txt {
	margin-left: 50px;
	width: 658px;
}

.company-txt h4 {
	font-size: 22px;
	color: #333a47;
	margin-bottom: 25px;
}

.company-txt .list-dl {
	margin-bottom: 2px;
}

.member-body {
	overflow: hidden;
	padding: 0 100px;
}

.member-list {
	float: left;
	width: 48%;
	margin-left: 2%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 85px;
}

.member-info {
	float: left;
	margin-left: 50px;
}

.member-info>h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.member-info>.list-dl {
	height: 20px;
}

.member-img {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.3);
}

.member-img>img {
	position: relative;
	z-index: -1;
	display: block;
}


/*news*/

.news-body {
	padding: 80px 100px 0;
	min-height: 800px;
}

.news-list {
	overflow: hidden;
	padding: 19px 0;
	border-bottom: dashed 1px #ccc;
}

.news-img {
	float: left;
	width: 200px;
	height: 120px;
	margin-right: -200px;
	overflow: hidden;
}

.news-info {
	padding-left: 220px;
}

.news-info>a {
	font-size: 14px;
	color: #666;
}

.news-tit {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-txt {
	padding-top: 10px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-time {
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	padding-left: 22px;
	background: url(../images/news/time.png) no-repeat left bottom 2px;
}

.page {
	overflow: hidden;
	margin-top: 50px;
	padding: 0 100px;
}

.page>ul {
	float: right;
}

.page>ul>li {
	float: left;
	min-width: 16px;
	padding: 0 5px;
	margin-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	text-align: center;
	border: solid 1px #e6e6e6;
}

.page>ul>li>a,
.page>ul>li span {
	display: block;
	color: #999;
	font-size: 12px;
}

.page>ul>li:hover>a,
.page>ul>li span {
	color: #fff;
}

.page>ul>li.current:hover {
	background: #fff!important;
	border: solid 1px #e6e6e6;
}

.page>ul>li.current:hover>a,
.page>ul>li.current:hover>span {
	color: #d3d3d3;
}

.page>ul>li.current>a,
.page>ul>li.current>span {
	color: #d3d3d3;
}

.page>ul>li:hover,
.page>ul>li.active {
	background: #00bd9c;
	border-color: #00bd9c;
}

.page>ul>li:hover>a,
.page>ul>li.active>a,
.page>ul>li:hover span,
.page>ul>li.active span {
	color: #fff;
}

.page-bg img {
	position: relative;
	z-index: -1;
}

.full+.footer {
	margin-top: -110px;
}

.info-page {
	margin-top: 90px;
	color: #333;
	text-align: center;
}

.info-page .news-time {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	padding-top: 0;
}

.info-tit {
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

.info-time {
	font-size: 12px;
}

.info-body img {
	display: block;
	max-width: 100%;
	margin: 30px auto;
}

.info-body h4 {
	margin-top: 35px;
	font-size: 17px;
	color: #93ce41;
}

.info-body h4>a {
	color: #9bba50;
	text-decoration: underline;
	font-size: 19px;
}

.info-body p {
	margin: 0;
	line-height: 30px;
}

.txt-blue {
	color: #14b1f3!important;
}

.modular {
	width: 100%;
	background: center top no-repeat;
	background-size: cover;
}

.modular-wrap {
	width: 1200px;
	margin: 0 auto;
}

.modular-wrap img {
	width: 100%;
}

.banner-section>img {
	width: 100%;
}

.cont-body {
	width: 77.8%;
	margin: 0 auto;
	background: #fff;
}

.cont-ul {
	text-align: center;
	font-size: 0;
	padding: 79px 0 122px;
}

.cont-ul li {
	width: 10%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.cont-ul li img {
	display: block;
	max-width: 100%;
}

.cont-ul li+li {
	margin-left: 7%;
}

.scene {
	background: url(../images/show/oBg2.png) center top no-repeat;
}

.scene-body {
	text-align: center;
	color: #293447;
	font-size: 0;
}

.scene-body>dt {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 6%;
	padding-top: 60px;
}

.scene-body>dd {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 20.8333%;
	overflow: hidden;
	font-size: 40px;
	color: #fff;
	margin: -2% 4% 0 10%;
}

.scene-body>dd>img {
	max-width: 100%;
}

.scene-body>dd:nth-of-type(3n + 1) {
	margin-left: 4%;
}

.scene-body>dd>h4 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	width: 100%;
	margin-top: -26px;
	font-weight: normal;
}


/*论坛部分*/


/*bbs-header*/

.bbs-header {
	background: #fff;
	height: 59px;
	border-top: #00bd9c solid 1px;
}

.bbs-header .header-wrap:after,
.bbs-container:after,
.bbs-second-nav:after {
	content: ' ';
	display: block;
	clear: both;
}

.bbs-logo,
.bbs-first-nav {
	float: left;
}

.bbs-first-nav,
.bbs-search {
	padding: 12px 0 13px;
}

.bbs-first-nav {
	margin-left: 30px;
}

.bbs-first-nav li {
	float: left;
	margin: 0 5px;
}

.bbs-first-nav li a {
	display: block;
	padding: 0 15px;
	line-height: 34px;
	color: #333;
}

.bbs-first-nav li.active a,
.bbs-first-nav li a:hover {
	color: #00bd9c;
	text-decoration: underline;
}

.bbs-search {
	float: right;
}

.bbs-search input,
.bbs-search button {
	height: 34px;
	border-radius: 5px;
	float: left;
}

.bbs-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	padding: 5px 15px;
	line-height: 24px;
	border: #ebebeb solid 1px;
	background: #f6f6f6;
	outline: none;
}

.bbs-search button {
	background: url(../images/bbs/bbs-search-btn.png) #00bd9c;
	border: none;
	width: 34px;
	margin-left: 10px;
}


/*主体部分*/

.bbs-container {
	padding: 50px 0;
	width: 1200px;
	margin: 0 auto;
}

.bbs-container:after,
.bbs-second-nav:after,
.bbs-right .member-topic-msg:after {
	content: ' ';
	display: block;
	clear: both;
}

.bbs-container>.bbs-left {
	width: 870px;
	float: left;
}

.bbs-second-nav {
	padding: 13px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 30px;
}

.bbs-second-nav .topic-search span {
	font-size: 18px;
	color: #00bd9c;
	margin-right: 10px;
}

.bbs-second-nav ul {
	float: left;
}

.bbs-second-nav ul li {
	float: left;
	position: relative;
}
.bbs-second-nav ul li+li{
	margin-left: 30px;
}
.bbs-second-nav ul li+li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: -17px;
	background: #00bd9c;
}

.bbs-second-nav ul li a {
	display: inline-block;
	line-height: 34px;
	padding: 0 5px;
	color: #333;
}

.bbs-second-nav ul li.active a,
.bbs-second-nav ul li a:hover {
	color: #00bd9c;
}

.bbs-second-nav button {
	float: right;
	border: none;
	background: #00bd9c;
	color: #fff;
	line-height: 34px;
	padding: 0 15px;
	border-radius: 3px;
}


/*帖子右侧个人信息*/

.bbs-right {
	float: right;
}

.bbs-right {
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	background: #fff;
	text-align: center;
}

.bbs-right .member-info {
	float: none;
	width: 100%;
	padding: 40px 0;
	margin: 0;
	border-bottom: dashed 1px #e6e6e6;
}

.bbs-right .member-info img {
	margin-bottom: 10px;
	border-radius: 100%;
}

.bbs-right .member-info p {
	margin: 0;
}

.bbs-right .member-topic-msg {
	width: 100%;
}

.bbs-right .member-topic-msg li {
	float: left;
	width: 25%;
}

.bbs-right .member-topic-msg li a {
	display: block;
	padding: 20px 0;
}

.bbs-right .member-topic-msg li a h3 {
	font-size: 36px;
	font-weight: lighter;
	color: #333;
}

.bbs-right .member-topic-msg li a p {
	color: #333;
	margin: 0;
}

.bbs-right .bbs-login-btn {
	width: 150px;
	line-height: 34px;
	border: none;
	background: #00bd9c;
	color: #fff;
	margin: 15px auto;
	border-radius: 3px;
}

.mine-list {
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 40px;
	text-align: center;
}

.mine-list>ul {
	list-style: none;
	padding: 0;
}

.mine-list>ul>li {
	padding-bottom: 40px;
	text-align: center;
}

.mine-list>ul>li>a {
	text-decoration: none;
	color: #333;
}

.mine-list li.active a {
	color: #00bd9c;
}

.mine-list li.active .border-bottom {
	display: block;
}

.mine-list .border-bottom {
	display: none;
	width: 30px;
	height: 1px;
	background: #00bd9c;
	position: relative;
	top: 8px;
	left: 50%;
	margin-left: -15px;
}


/*帖子排序*/

.topic-sort a {
	color: #333;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.topic-sort a.active {
	color: #00bd9c;
}

.topic-sort a:hover {
	text-decoration: underline;
}


/*帖子列表*/

.topic-list>li {
	background: #fff;
	border: #f0f0f0 solid 1px;
	-webkit-box-shadow: 0 0 5px 2px #f0f0f0;
	-moz-box-shadow: 0 0 5px 2px #f0f0f0;
	box-shadow: 0 0 5px 2px #f0f0f0;
	padding: 15px;
}

.topic-list>li+li {
	margin-top: 20px;
}

.topic-sort-msg {
	color: #00bd9c;
}

.topic-member-msg {
	margin: 10px 0 20px;
}

.topic-member-msg:after,
.topic-list>li dd:after,
.bbs-topic-time:after {
	content: ' ';
	display: block;
	clear: both;
}

.topic-member-msg img {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

.topic-member-msg em {
	float: left;
	margin-left: 15px;
	line-height: 30px;
}

.topic-list>li dt {
	font-size: 18px;
	font-weight: 400;
}

.topic-list>li dt.text-blue {
	color: #1e9fff;
}

.topic-list>li dt.text-green {
	color: #00bd9c;
}

.topic-list>li dt em {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 2px;
	color: #fff;
	margin-left: 10px;
}

.topic-list>li dt em.red {
	background: #FF5722;
}

.topic-list>li dt em.orange {
	background: #FFB800;
}

.topic-list>li dt em.blue {
	background: #1e9fff;
}

.topic-list>li dt em.green {
	background: #00bd9c;
}

.topic-list>li dd {
	margin-bottom: 15px;
}

.topic-list>li dd img {
	float: left;
	height: 120px;
	width: 200px;
	margin: 20px 15px 0 0;
}

.topic-list>li dd .topic-info {
	float: right;
	width: 100%;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin: 5px 0;
}

.topic-list>li dd .topic-info p {
	width: 100%;
}

.topic-list>li dd img~.topic-info {
	height: 110px;
	margin-top: 20px;
	width: 620px;
}

.topic-search-list .topic-time {
	float: right;
	color: #888;
}

.topic-search-list {
	-webkit-box-shadow: 0 0 5px 2px #f0f0f0;
	-moz-box-shadow: 0 0 5px 2px #f0f0f0;
	box-shadow: 0 0 5px 2px #f0f0f0;
}

.topic-search-list li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0 !important;
}

.bbs-topic-time em {
	float: left;
}

.bbs-topic-time div {
	float: right;
}

.bbs-topic-time div a {
	display: inline-block;
	padding-left: 22px;
	margin-left: 20px;
	color: #333;
	background: no-repeat center left;
}

.bbs-topic-time div a:hover {
	color: #00bd9c;
}

.bbs-topic-time div a:first-child {
	background-image: url(../images/bbs/bbs-view.png);
}

.bbs-topic-time div a:last-child {
	background-image: url(../images/bbs/bbs-comment.png);
}

.bbs-topic-time div a:first-child:hover {
	background-image: url(../images/bbs/bbs-view-active.png);
}

.bbs-topic-time div a:last-child:hover {
	background-image: url(../images/bbs/bbs-comment-active.png);
}


/*论坛页脚*/

.bbs-footer {
	background: #7c878c;
}

.bbs-footer .footer-wrap {
	width: 1200px;
	margin: 0 auto;
}

.bbs-footer .footer-wrap:after,
.bbs-footer .footer-wrap .left ul:after {
	content: ' ';
	display: block;
	clear: both;
}

.bbs-footer .footer-wrap .left {
	float: left;
	width: 1000px;
	color: #fff;
	padding: 60px 0;
}

.bbs-footer .footer-wrap .left ul {
	margin-bottom: 30px;
}

.bbs-footer .footer-wrap .left li {
	float: left;
}

.bbs-footer .footer-wrap .left li+li {
	margin-left: 70px;
}

.bbs-footer .footer-wrap .left li a {
	color: #fff;
}

.bbs-footer .footer-wrap .left p.Copyright {
	padding: 10px 0 0;
	border-top: #fff solid 1px;
}

.bbs-footer .footer-wrap .right {
	float: right;
	padding-top: 50px;
	text-align: center;
}


/*论坛表单*/

.bbs-post {
	background: #fff;
	padding: 20px 20px 130px;
}

.layui-form-item,
.layui-form-label-col {
	margin-bottom: 15px;
	clear: both;
	*zoom: 1
}

.layui-form-item:after {
	content: ' ';
	display: block;
	clear: both;
}

.layui-form-label {
	float: left;
	display: block;
	padding: 9px 15px;
	line-height: 20px;
}

.layui-form-label-col {
	color: #00bd9c;
	font-size: 18px;
	display: block;
	float: none;
	line-height: 20px;
	text-align: left
}

.layui-input-block {
	margin-left: 130px;
	min-height: 38px;
	line-height: 38px;
}

.layui-form-item .layui-input-inline {
	float: left;
	width: 190px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle
}

.layui-input,
.layui-select {
	display: block;
	width: 100%;
	padding-left: 10px;
	border-color: #e6e6e6;
	box-sizing: border-box;
	height: 38px;
	line-height: 1.3;
	line-height: 38px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
}

.layui-form-item button {
	float: right;
	margin-top: 35px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #00bd9c;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}


/*我的帖子*/

.bbs-member-center {
	min-height: 600px;
	background: #fff;
}

.bbs-member-center>p {
	font-size: 16px;
	color: #333;
	background: #FAFAFA;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 60px;
	padding: 0 20px;
	margin: 0;
	border-bottom: 1px solid #F2F2F2;
}

.content-list {
	background: #fff;
	padding: 0 20px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-list>ul {
	margin: 0;
	padding: 0;
}

.content-list>ul>li {
	list-style: none;
	padding: 20px 0;
}

.content-list>ul>li+li {
	border-top: 1px #E6E6E6 solid;
}

.content-list>ul>li .head-img {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	width: 50px
}

.content-list>ul>li .content {
	float: left;
	max-width: 640px;
}

.content-list>ul>li .title {
	margin-bottom: 10px;
}

.content-list>ul>li .topic {
	overflow: hidden;
}

.content-list>ul>li .title .topic-class {
	font-size: 16px;
	color: #00bd9c;
}

.content-list>ul>li .title .topic-name a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

.content-list>ul>li .title .topic-name {
	font-size: 16px;
	color: #333333;
	margin-right: 10px;
}

.content-list>ul>li .author {
	color: #888888;
	font-size: 12px;
}

.content-list>ul>li .right {
	float: right;
}

.content-list>ul>li .right .blank {
	width: 42px;
	height: 20px;
	margin-bottom: 10px;
}

.content-list>ul>li .right .first {
	background: #00BD9C;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	float: right;
}

.content-list>ul>li .right .replay-check {
	color: #888888;
	font-size: 12px;
	clear: both;
}

.content-list>ul>li .right .replay-check img {
	margin-right: 7px;
}

.content-list>ul>li .right .check {
	margin-right: 12px;
}

.norecord {
	font-size: 12px;
	color: #888;
	text-align: center;
	padding-top: 120px;
}

.answer-list .content {
	width: 760px;
	max-width: 760px !important;
}

.answer-list .author {
	font-size: 14px;
}

.answer-list .author-self {
	font-size: 14px;
	margin-bottom: 5px;
	color: #888;
}

.answer-list .author-self .time {
	float: right;
}

.answer-list .answer-content {
	line-height: 24px;
	margin-bottom: 10px;
}

.answer-list .answered-content {
	background: #F5F5F5;
	padding: 10px;
}

.answer-list .answered-content .author .author-name {
	color: #00BD9C
}

.answer-list .answered-content .author span {
	margin-right: 5px;
}

.answer-list .answered-content .author .title a {
	color: #00BD9C;
	text-decoration: none
}

.inbox-list.content-list>ul>li .title .topic-name a {
	color: #00bd9c;
}


/*登录*/

.full-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.full-mask-bg {
	position: absolute;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .55);
}

.full-mask-block {
	position: absolute;
	z-index: 1002;
	top: 50%;
	left: 50%;
	margin: -175px 0 0 -250px;
}

.full-mask-block .login {
	background: #fff;
	width: 500px;
	height: 300px;
	padding: 25px 0;
}

.full-mask-block .login-close {
	position: absolute;
	right: -30px;
	top: 12px;
	width: 18px;
	height: 18px;
	background: url(../images/bbs/bbs-login-close.png) no-repeat;
}

.full-mask-block .login-close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.full-mask-block .login dt {
	color: #00bd9c;
	font-size: 22px;
	text-align: center;
	line-height: 1;
	margin: 5px 0 15px;
}

.full-mask-block .login dd {
	font-size: 18px;
	line-height: 1;
	color: #ccc;
	text-align: center;
	margin-bottom: 30px;
}

.full-mask-block .login>div {
	padding: 0 25px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.full-mask-block .login>div>p {
	font-size: 18px;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
}

.full-mask-block .login>div:after,
.full-mask-block .login>div.normal-login li:after {
	content: ' ';
	display: block;
	clear: both;
}

.full-mask-block .login>div.quick-login a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 60px;
}

.full-mask-block .login>div.normal-login {
	border-left: #e6e6e6 solid 1px;
}

.full-mask-block .login>div.normal-login ul {
	margin-top: 10px;
}

.full-mask-block .login>div.normal-login li {
	margin-top: 8px;
	height: 32px;
}

.full-mask-block .login>div.normal-login li input {
	width: 100%;
	height: 31px;
	border: none;
	border-bottom: #e6e6e6 solid 1px;
	padding: 5px 15px 5px 40px;
	line-height: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.full-mask-block .login>div.normal-login li.username input {
	background-image: url(../images/bbs/bbs-login-username.png);
}

.full-mask-block .login>div.normal-login li.password input {
	background-image: url(../images/bbs/bbs-login-password.png);
}

.full-mask-block .login>div.normal-login li.code input {
	background-image: url(../images/bbs/bbs-login-code.png);
	width: 120px;
	float: left;
	margin-right: 10px;
}

.full-mask-block .login>div.normal-login li.submit {
	margin-top: 20px;
}

.full-mask-block .login>div.normal-login li.submit button {
	width: 100%;
	height: 100%;
	background: #00bd9c;
	color: #fff;
	font-size: 16px;
	border: none;
}


/*帖子内页*/

.detail-box>.current,.detail-box>.replay,.detail-box>table{
	-webkit-box-shadow: 0 0 5px 2px #f0f0f0;
    -moz-box-shadow: 0 0 5px 2px #f0f0f0;
    box-shadow: 0 0 5px 2px #f0f0f0;
}

.detail-box>.current {
	background: #fff;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.detail-box>.current .detail-info {
	float: left;
	width: 1050px;
}

.detail-box>.current .detail-info .first {
	width: 42px;
	height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	background: #00BD9C;
	border-radius: 3px;
	text-align: center;
	padding: 2px 7px;
}

.detail-box>.current .detail-info .detail-title {
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	margin-left: -10px;
}

.detail-box>.current .detail-info .action-info {
	font-size: 14px;
	margin-top: 8px;
}

.detail-box>.current .detail-info .title-info .all-replay,
.check {
	color: #888888;
	padding-right: 10px;
}
.detail-box>.current .detail-info .title-info .all-replay img,
.check img{
	vertical-align: middle;
	margin-right: 5px;
}
.detail-box>.current .detail-info .action-info img {
	padding-right: 10px;
}

.detail-box>.current .detail-info .action-info .author-name {
	color: #00bd9c;
}

.detail-box>.current .replay-btn {
	width: 80px;
	height: 34px;
	background: #00bd9c;
	border-radius: 4px;
	float: right;
	line-height: 34px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 31px;
	color: #FFFFFF;
	cursor: pointer
}

.detail-box .replay-list {
	margin-top: 10px;
	width: 1200px;
	height: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}

.detail-box .replay-list .list {
	width: 1000px;
}

.detail-box .replay-list tr,
td {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 0;
	margin: 0;
}

.detail-box .replay-list .author {
	width: 210px;
	text-align: center;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right: 1px solid #E6E6E6;
	background-color: #FAFAFA;
}

.detail-box .replay-list .author .user-heading img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.detail-box .replay-list .author .login-text {
	font-size: 14px;
	color: #888888;
	padding-top: 14px;
}

.detail-box .replay-list .author .login-text a {
	color: #888888;
}

.detail-box .replay-list .author .bbs-info {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.detail-box .replay-list .author .bbs-info .theme {
	margin-right: 10px;
	display: inline-block
}

.detail-box .replay-list .author .bbs-info .replays {
	margin-left: 10px;
	display: inline-block
}

.detail-box .replay-list .author .bbs-info div .count {
	font-size: 16px;
	color: #333333;
	display: block;
	cursor: pointer;
}

.detail-box .replay-list .author .bbs-info div .titles {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	padding-top: 3px;
	display: block;
	cursor: pointer;
}

.detail-box .replay-list .replay {
	position: relative;
	vertical-align: top;
	max-width: 990px;
}

.detail-box .replay-list .replay .floor-content {
	padding: 20px 30px 40px 30px;
	text-align: justify;
}

.detail-box .replay-list .replay .floor-content * {
	max-width: 730px;
}

.detail-box .replay-list .replay .floor-content .floor-option {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.detail-box .replay-list .replay .content {
	text-align: justify;
	margin: 60px 30px;
}

.detail-box .replay-list .replay .content * {
	max-width: 930px;
}

.detail-box .replay-list .replay .content>p {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.detail-box .replay-list .replay .content>p.deleted {
	background: #F5F5F5;
	padding: 10px;
	display: inline;
}

.detail-box .replay-list .floor-host .replay .collect {
	width: 115px;
	height: 38px;
	background: #FA7E68;
	border-radius: 4px;
	margin: 0 auto 56px auto;
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
}

.detail-box .replay-list .floor-host .replay .collect img {
	vertical-align: middle;
	padding-right: 7px;
}

.detail-box .replay-list .more {
	height: 24px;
	position: absolute;
	left: 30px;
	bottom: 16px;
	width: 720px;
}

.detail-box .replay-list .more .action {
	float: left;
	font-size: 14px;
	color: #888888;
	height: 19px;
	line-height: 19px;
}

.detail-box .replay-list .more .action span {
	margin-right: 20px;
	cursor: pointer;
}

.detail-box .replay-list .more .action span img {
	padding-right: 7px;
	vertical-align: middle;
}

.detail-box .replay-list .more .hot-keys {
	float: right;
}

.detail-box .replay-list .more .hot-keys a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 13px;
	color: #333333;
	font-size: 12px;
	background: #F2F2F2;
	border-radius: 100px;
	margin-left: 15px;
	cursor: pointer;
}

.detail-box .replay-list .replay .time-icon {
	font-size: 14px;
	color: #888888;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 930px;
	height: 24px;
}

.detail-box .replay-list .replay .time-icon .sofa,
.floor {
	background: #FFAC2D;
	border-radius: 3px;
	width: 42px;
	height: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	position: absolute;
	right: 0px;
	font-size: 12px;
}

.detail-box .replay-list .replay .floor {
	background: #00BD9C;
}

.detail-box .replay-list .replay .collect {
	width: 115px;
	height: 38px;
	background: #FA7E68;
	border-radius: 4px;
	margin: 40px auto 60px auto;
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
}

.detail-box .replay-list .replay .collect img {
	vertical-align: middle;
	padding-right: 7px;
}

.detail-box .replay-list .replay .content .replayto {
	background: #F5F5F5;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.detail-box .replay-list .replay .content .replayto .about-fellow {
	font-size: 14px;
	color: #888888;
}

.detail-box .replay-list .replay .content .replayto .about-fellow span {
	padding-right: 6px;
}

.detail-box .replay-list .replay .content .replayto .fellow-option {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
}


/*评论框*/

.reply {
	background: #FFFFFF;
	margin-top: 10px;
	padding: 20px 30px;
}
.reply>div:after{
	content: ' ';
	display: block;
	clear: both;
}
.reply .entry .head-tips .comment {
	font-size: 14px;
	color: #333333;
}

.reply .entry .head-tips .word-number {
	font-size: 14px;
	color: #888888;
	float: right;
}

.reply .entry textarea {
	height: 110px;
	width: 1110px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 15px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	outline: none !important;
	resize: none;
}

.reply .has-login {
	height: 38px;
}

.reply .has-login .enter-password {
	width: 80px;
	height: 38px;
	outline: none;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
	float: right;
	padding: 0 10px;
}

.reply .has-login span {
	height: 38px;
	display: inline-block;
	float: right;
	line-height: 38px;
}

.reply .has-login .password-img {
	float: right;
	padding-left: 5px;
	padding-right: 21px;
	margin-top: 5px;
}

.reply .publish {
	display: inline-block;
	height: 38px;
	width: 109px;
	line-height: 38px;
	text-align: center;
	background: #00BD9C;
	border-radius: 4px;
	color: #FFFFFF;
	float: right;
}

.reply .no-login .fast-replay {
	font-size: 14px;
	float: right;
	color: #00BD9C;
	height: 38px;
	line-height: 38px;
	margin-right: 15px;
}