

* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table td {
	border: 1px solid #0c0a02
}

body {
	line-height: 1.8em;
	font-size: 16px;
	font-family: "Lantinghei SC", "Microsoft Yahei", Helvetica, Arial;
	color: #000
}

html {
	height: 100%;
	background-color: #fff;
	color: #333;
	font-size: 1em;
	background: url(../image/body-bg.png) top center repeat-y #EEE8CD;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa
}

input[type=text],
select {
	-webkit-appearance: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	overflow: hidden
}

.cgi-fl {
	float: left
}

.cgi-fr {
	float: right
}

html,
body,
div,
span,
header,
nav,
a,
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

ol,
ul {
	list-style: none
}

/*----------------------------*/
.cgi-body {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.cgi-wrap {
	padding: 0 10px;
}

.white-box {
	padding: 5px;
	border: solid 0px #ddd;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
}

.mt10 {
	margin-top: 10px;
}


.cgi-head-home {}

.cgi-head-home img {
	width: 100%;
	height: auto;
}

.cgi-head {
	width: 100%;
	max-width: 800px;
	height: 45px;
	color: #fff;
	background: #019c3a;
	position: absolute;
	z-index: 9999;
}

.cgi-head-blank {
	height: 45px;
}

.icon-back {
	float: left;
	width: 40px;
	height: 45px;
	display: inline-block;
	position: relative;
}

.icon-back:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 16px;
	left: 15px;
}

.icon-back:after {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.cgi-head-tit {
	line-height: 45px;
	font-size: 18px;
}

.cgi-head-tit.tit-center {
	width: 80%;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 10%;
}

.cgi-head-btn {
	float: right;
	line-height: 20px;
	margin: 9px 10px 0 0;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	display: inline-block;
}

.cgi-head-btn:hover {
	text-decoration: none;
	color: #019c3a;
	border: solid 1px #fff;
	background: #fff;
}

.cgi-head-a {
	float: right;
	line-height: 20px;
	margin: 9px 10px 0 0;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	display: inline-block;
}

.cgi-head-a:hover {
	text-decoration: none;
	color: #019c3a;
	border: solid 1px #fff;
	background: #fff;
}


.cgi-nav {
	background: #019c3a;
}

.cgi-nav ul {}

.cgi-nav ul li {
	background-color: green;
	float: left;
	width: 25%;
}

.cgi-nav ul li a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
}

.cgi-nav ul li a:hover {
	text-decoration: none;
	background: #01832a;
}

.ad-txt-red {
	color: #fff;
	background: #f00;
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
	border: solid 1px #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ad-txt-white {
	color: #000;
	background: #fff;
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
	border: solid 1px #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cgi-kjjl-box {
	margin-top: 10px;
	padding: 0 5px 5px 5px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cgi-kjjl-box .kjjl-tit {
	padding-bottom: 10px;
	text-align: center;
}

.cgi-kjjl-box .kjjl-tit span {
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: #f00;
	position: relative;
}

.cgi-kjjl-box .kjjl-tit span:before {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-top: 40px solid #f00;
	position: absolute;
	left: -40px;
}

.cgi-kjjl-box .kjjl-tit span:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-top: 40px solid #f00;
	position: absolute;
	right: -40px;
}

.cgi-kjjl-box .kjjl-con {
	position: relative;
	z-index: 1;
}

.cgi-kjjl-box .kjjl-con ul {}

.cgi-kjjl-box .kjjl-con ul li {
	float: left;
	width: 25%;
}

.cgi-kjjl-box .kjjl-con ul li a {
	height: 40px;
	line-height: 40px;
	margin: 5px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #06ae44;
	display: block;
}

.cgi-kjjl-box .kjjl-con ul li a:hover {
	text-decoration: none;
	background: #05b948;
}

.cgi-kjjl-box .kjjl-con ul li:last-child {
	width: 100%;
}

.cgi-kjjl-box .kjjl-con ul li:last-child a {
	color: #000;
	border: solid 1px #ddd;
	background: #eee;
	background-image: linear-gradient(to top, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cgi-kjjl-box .kjjl-con ul li:last-child a:hover {
	background: #fff;
	background-image: linear-gradient(to bottom, #eee, #fff);
}

@media screen and (max-width:800px) {
	.cgi-kjjl-box {
		font-size: 14px;
	}

	.cgi-kjjl-box .kjjl-con ul li a {
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
}


/*高手贴*/
.cgi-gsb {}

.cgi-gsb ul {}

.cgi-gsb ul li {
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px #EAEAEA solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cgi-gsb ul li span {}

.cgi-gsb ul li span.cgi-gsb-tit {
	height: 20px;
	line-height: 20px;
	margin-right: 8px;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	background: #06ae44;
	display: inline-block;
}

.cgi-gsb ul li span.cgi-zuozhe {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color: #999;
}

.cgi-gsb ul li a {}

.u-pager {
	margin: 15px 0;
	text-align: center;
	color: #999;
	font-size: 0;
}

.u-btn,
.page-txt {
	height: 16px;
	line-height: 16px;
	vertical-align: top;
	margin: 5px 3px;
	padding: 10px 15px;
	border: solid 1px #ddd;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

.page-txt {
	color: #019c3a;
}

.page-txt.on {
	color: #fff;
	border-color: #019c3a;
	background: #019c3a;
}

.u-btn {
	padding: 10px 20px;
}

.u-btn.off,
.u-btn.off:before {
	border-color: #eee;
}

.u-btn:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #019c3a;
	border-right: 1px solid #019c3a;
	position: absolute;
	top: 12px;
}

.pre-btn:before {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 17px;
}

.next-btn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 17px;
}

.cgi-foot {
	padding: 20px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.cgi-tit {
	border-bottom: solid 1px #ddd;
	padding: 10px;
}

.cgi-tit h1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	padding: 15px 0;
}

.tit-date {}

.tit-date-l {
	float: left;
}

.tit-date-l span {
	color: #019c3a;
}

.tit-date-r {
	float: right;
}

.tit-date-r span {
	float: right;
	padding-left: 30px;
	background: url(https://aa.575363b.com:1888/static/home/new/images/cgi-view.png) left center no-repeat;
	background-size: 24px auto;
}

.cgi-info {
	padding: 20px 10px 0 10px;
}

.cgi-info dl {}

.cgi-info dt {
	float: left;
	padding-top: 3px;
}

.cgi-info dt img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.cgi-info dd {
	padding-left: 46px;
}

.cgi-info-author {
	color: #019c3a;
}

.u-badge {
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	background-color: #019c3a;
	border-radius: 4px;
	padding: 1px 3px;
	margin-left: 3px;
}

.cgi-info-time {
	padding: 5px 0;
	color: #999;
	font-size: 14px;
}

.cgi-bd {
	line-height: 30px;
	padding: 10px 10px 10px 56px;
	font-size: 18px;
	word-wrap: break-word;
}

.cgi-bd p {
	margin-bottom: 20px;
}

.cgi-bd2 {
	line-height: 30px;
	padding: 10px;
	font-size: 18px;
	word-wrap: break-word;
}

.cgi-bd2 p {
	margin-bottom: 20px;
}

.cgi-bd-img {}

.cgi-bd-img p {}

.cgi-bd-img img {
	width: 100%;
	height: auto;
}

.cgi-tool {
	height: 31px;
	line-height: 31px;
	text-align: right;
	font-size: 14px;
	color: #999;
	border-bottom: solid 1px #ddd;
}

.cgi-tool:last-child {
	border-bottom: 0;
}

.cgi-tool-num {
	padding: 0 3%;
	color: #019c3a;
}

.cgi-reply {
	padding: 0 3%;
	color: #019c3a;
}

.cgi-floor {
	padding: 0 10px 0 3%;
}

.cgi-pl-blank {
	height: 52px;
	clear: both;
	overflow: hidden;
}

.cgi-pl-quick {
	width: 100%;
	max-width: 800px;
	padding: 0px 0;
	background: #eee;
	position: fixed;
	bottom: 0px;
	z-index: 998;
}

.cgi-pl-quick .quick-box {
	padding: 0 110px 0 10px;
	position: relative;
}

.cgi-pl-quick .quick-txt {
	height: 30px;
	padding: 0 8px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
	display: block;
}

.cgi-pl-quick .quick-txt input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 3px 0;
	border: 0;
}

.cgi-pl-quick .quick-btn {
	float: right;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #019c3a;
	border: solid 1px #019c3a;
	border-radius: 5px;
	background: #fff;
	background-image: linear-gradient(to top, #c5ffda, #ffffff);
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}

.cgi-pl-quick .quick-btn:hover {
	background: #c5ffda;
	background-image: linear-gradient(to bottom, #c5ffda, #ffffff);
}

.reply-list {
	border-top: 1px solid #ddd;
	padding: 15px 0 10px;
	margin-left: 56px;
	margin-right: 10px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
}

.reply-list:after {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #fff;
	top: -4px;
	left: 30px;
}

.reply-list li {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.reply-list li .reply-author {
	color: #019c3a;
	font-size: 14px;
}

.reply-list li .reply-time {
	float: right;
	font-size: 12px;
	color: #999;
}

.cgi-black-bg {
	width: 100%;
	max-width: 800px;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.cgi-tan-box-container {
	position: fixed;
	left: -100%;
	right: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 0;
	z-index: 1000;
}

.cgi-tan-box-container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.cgi-tan-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	position: relative;
	right: -100%;
	width: 40%;
	max-width: 500px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.7);
}

.cgi-tan-content {
	padding: 20px 15px;
}

#tipDialogContainer {
	display: none;
}

.cgi-input-wrapper {
	margin: 0 10%;
	padding-top: 10px;
}

.cgi-input-wrapper li {
	padding-top: 10px;
}

.cgi-input-wrapper input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-bottom: solid 1px #ddd;
}

.cgi-input-btn {
	margin: 0 10%;
	padding-top: 20px;
}

.cgi-input-btn input {
	width: 100%;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 20px;
	background: #ff6c05;
	cursor: pointer;
}

.cgi-input-btn input:hover {
	background: #ff9508;
}

.cgi-input-btn2 {
	margin: 0 10%;
	padding-top: 20px;
}

.cgi-input-btn2 input {
	width: 100%;
	height: 40px;
	color: #ff6c05;
	border: 0;
	border-radius: 20px;
	background: rgba(255, 108, 5, 0.2);
	cursor: pointer;
}

.cgi-input-btn2 input:hover {
	background: rgba(255, 108, 5, 0.1);
}

html {
	font-size: 48px;
}

.paogou1 {
	height: 732px;
	display: flex;
	background: url(../image/paogou1-bg.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.paogou1-l {
	width: 248px;
	margin-top: 90px;
	padding-left: 50px;
	box-sizing: border-box;
}

.paogou1-l ul {}

.paogou1-l ul li {}

.paogou1-l ul li a {
	width: 160px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 14px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: url(../image/paogou-a.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.paogou1-l ul li a:hover {
	color: #ff0;
}

.paogou1-r {
	width: 537px;
	height: 649px;
	margin-top: 26px;
	background: url(../image/paogou-pic.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.paogou1-r a {
	display: none;
}

.paogou1-r img {
	width: 467px;
	height: 564px;
	margin-left: 34px;
	margin-top: 41px;
	background: url(../image/loading.gif) center center no-repeat;
}

@media screen and (max-width:800px) {
	.paogou1 {
		height: 25.32rem;
	}

	.paogou1-l {
		width: 5.5rem;
		margin-top: 0.4rem;
		padding-left: 0.6rem;
	}

	.paogou1-l ul li a {
		width: 4.6rem;
		height: 1.44rem;
		line-height: 1.44rem;
		margin-bottom: 0.14rem;
		font-size: 1.0rem;
	}

	.paogou1-r {
		width: 26.47rem;
		height: 24.55rem;
		margin-top: 0.26rem;
	}

	.paogou1-r img {
		width: 20.0rem;
		height: 21.64rem;
		margin-left: 1.34rem;
		margin-top: 1.41rem;
	}

	.paogou1-r a {
		display: none;
	}
}


.paogou2 {
	padding: 0 45px 40px 45px;
	color: #fff;
	font-size: 16px;
	background: #096d60;
	position: relative;
}

#paogou_jie_1,
#paogou_jie_2,
#paogou_jie_3,
#paogou_jie_4,
#paogou_jie_5,
#paogou_jie_6,
#paogou_jie_7,
#paogou_jie_8,
#paogou_jie_9,
#paogou_jie_10,
#paogou_jie_11 {
	display: none;
}

.paogou2:after {
	content: "";
	display: block;
	width: 100%;
	height: 95px;
	background: url(https://aa.575363b.com:1888/static/home/new/images/paogou2-shadow.png) 0 0 repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

.paogou2-tit {
	font-size: 18px;
	font-weight: bold;
	color: #ff0;
	position: relative;
	z-index: 1;
}

.paogou2-box {
	position: relative;
	z-index: 1;
}

@media screen and (max-width:800px) {
	.paogou2 {
		padding: 0 0.45rem 0.4rem 0.45rem;
		font-size: 0.24rem;
	}

	.paogou2-tit {
		font-size: 0.3rem;
	}
}



.biaoti {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
	color: #fff;
	background: height: 45px;
	background: url(https://aa.575363b.com:1888/tu/nav.png) 0 0 repeat-x #e37400;
	text-align: center;
}

.biaotiimg {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #656565;
	background: height: 36px;
	background: url(https://aa.575363b.com:1888/tu/sub-nav1.png) 0 0 repeat-x #FFFFFF;
	text-align: center;
}

.cgi-user-function {
	padding: 40px 3% 0 3%;
}

.cgi-user-function li {
	float: left;
	width: 40%;
	padding: 0 5%;
}

.cgi-user-function li span {
	height: 120px;
	display: block;
	text-align: center;
	border-radius: 20px;
	background: rgba(0, 106, 254, .2);
	#c8e3ff;
}

.cgi-user-function li span img {
	height: 100%;
	width: auto;
}

.cgi-user-function li p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #019c3a;
}

.cgi-user-pic {
	height: 120px;
	margin-top: 40px;
	text-align: center;
}

.cgi-user-pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.cgi-user-inf {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.cgi-user-inf dt {
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: center;
	color: #f00;
	font-size: 20px;
	font-weight: 700;
	border-bottom: solid 1px #eee;
}

.cgi-user-inf dd {
	padding-bottom: 15px;
}

.cgi-user-inf dd a {
	color: #019c3a;
}

.cgi-user-list {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}

.cgi-user-list ul {}

.cgi-user-list ul li {
	float: left;
	width: 18%;
	padding: 1%;
}

.cgi-user-list ul li img {
	width: 100%;
	height: auto;
}

.cgi-load-con {
	padding: 5px;
	background: #fff;
}

.cgi-load-con li {
	float: left;
	width: 31%;
}

.cgi-load-con li:nth-child(1),
.cgi-load-con li:nth-child(2) {
	margin: 0 3.5% 0 0;
}

.cgi-load-con li a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
	background: #19c95c;
}

.cgi-load-con li a:hover {
	text-decoration: none;
	background: #25d87b;
}

.cgi-post-wrapper {
	padding: 10px 5px;
}

.post-tit {
	margin-bottom: 15px;
	padding: 0 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
}

.post-tit input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
	border: 0;
}

.post-btn {
	padding-top: 15px;
}

.post-btn input {
	width: 100%;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 20px;
	background: #ff6c05;
	cursor: pointer;
}

.post-btn input:hover {
	background: #ff9508;
}

/*图片放大*/
.go6h_webKIcon01 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 0
}

.go6h_webKIcon02 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -36px
}

.go6h_webKIcon03 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -72px
}

.go6h_webKIcon04 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -108px
}

.go6h_webKIcon05 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -144px
}

.go6h_webKIcon06 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -180px
}

.go6h_webKIcon07 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -216px
}

.go6h_webKIcon08 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -252px
}

.go6h_webKIcon09 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -288px
}

.go6h_webKIcon10 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -324px
}

.go6h_webKIcon11 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -360px
}

.go6h_webKIcon12 {
	background: url("https://aa.575363b.com:1888/static/home/new/css/ico.png") no-repeat 0 -396px
}

.go6h_navBlock {
	width: 100%;
	background-color: #fff;
	margin-bottom: 8px
}

.go6h_navBlock ul {
	width: 100%;
	height: 72px;
	overflow: hidden
}

.go6h_navBlock li {
	width: 25%;
	height: 72px;
	float: left;
	display: block;
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #4c4c4c;
	box-sizing: border-box
}

.go6h_navBlock ul {
	height: 216px
}

.go6h_navBlock a {
	width: 100%;
	padding-top: 52px;
	display: inline-block;
	box-sizing: border-box
}

.go6h_navBlock span.go6h_navicon {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -18px
}

.go6h_navBlock .go6h_downButton {
	width: 100%;
	height: 18px;
	text-align: center
}

.go6h_navOpen ul.go6h_ShrinkFrom {
	height: 216px;
	-webkit-animation: topToDown .3s ease;
	animation: topToDown .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.go6h_navOpen .go6h_downButton {
	width: 100%;
	height: 18px;
	text-align: center
}

.go6h_navClose ul.go6h_ShrinkFrom {
	height: 72px;
	-webkit-animation: downToTop .3s ease;
	animation: downToTop .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.go6h_navClose .go6h_downButton {
	width: 100%;
	height: 18px;
	text-align: center
}

.go6h_webKIcon01 {
	font-size: 0
}

.go6h_webKIcon01,
.go6h_webKIcon01:active,
.go6h_webKIcon02 {
	background-size: 36px
}

.go6h_webKIcon02 {
	font-size: 0
}

.go6h_webKIcon02:active,
.go6h_webKIcon03,
.go6h_webKIcon03:active,
.go6h_webKIcon04,
.go6h_webKIcon04:active,
.go6h_webKIcon05,
.go6h_webKIcon05:active,
.go6h_webKIcon06,
.go6h_webKIcon06:active,
.go6h_webKIcon07,
.go6h_webKIcon07:active,
.go6h_webKIcon08,
.go6h_webKIcon09,
.go6h_webKIcon10,
.go6h_webKIcon11,
.go6h_webKIcon12,
.go6h_webKIcon08:active {
	background-size: 36px
}

.go6h_navBlock li a {
	font-size: 16px;
}

.go6h_navBlock li a:hover {
	color: #FF0000;
}

.gongshi {}

.gongshi th {
	height: 40px;
	font-size: 16px;
	color: #fff;
	border: solid 1px #FFf;
	background: #FF3300;
}

.gongshi td {
	width: 33.33%;
	height: 30px;
	text-align: center;
	border: solid 1px #ddd;
}

.gongshi td a:hover {
	background: #FFFF00;
}

.gongshi img {
	margin-right: 8px;
}

/*图片放大*/
.photoBox {
	display: inline-block;
	position: relative;
}

.photoBox img {
	display: block;
}

.zoom {}

.photoArea {
	zoom: 1;
}

.minifier {}

.photoArea {}

.photoArea img {
	width: 99%;
	height: auto;
}

.cgi-foot-blank {
	height: 70px;
	clear: both;
	overflow: hidden;
}

.cgi-foot-links {
	width: 100%;
	max-width: 800px;
	height: 60px;
	border-top: solid 1px #ddd;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
	background: #fff;
	background-image: -webkit-linear-gradient(to top, #eee, #fff);
	background-image: linear-gradient(to top, #eee, #fff);
	position: fixed;
	bottom: 0;
	z-index: 998;
}

.cgi-foot-links ul {}

.cgi-foot-links ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.cgi-foot-links ul li a {
	font-size: 15px;
	color: #555;
}

.cgi-foot-links ul li a.hover {
	color: #f00;
}

.cgi-foot-links ul li a:hover {
	text-decoration: none;
	color: #f00;
}

.cgi-foot-links ul li a span {
	height: 34px;
	display: block;
}

.cgi-foot-links ul li a span.cfl1 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl1.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a span.cfl2 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a span.cfl3 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl3.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a span.cfl4 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl4.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl1 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl1-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl2 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl2-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl3 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl3-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl4 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl4-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a:hover span.cfl1 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl1-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a:hover span.cfl2 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl2-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a:hover span.cfl3 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl3-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a:hover span.cfl4 {
	background: url(https://aa.575363b.com:1888/static/home/new/images/cfl4-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.redClass {
	background: #ff0000;
	color: #fff
}

.blueClass {
	background: #0000ff;
	color: #fff
}

.greenClass {
	background: #009900;
	color: #fff
}

.bd {
	font-size: 14px;
}

.cgi-zs {}

.cgi-zs .hd {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	background: #efefef;
}

.cgi-zs .hd ul {}

.cgi-zs .hd ul li {
	float: left;
	width: 16.66%;
	text-align: center;
	vertical-align: top;
}

.cgi-zs .hd ul li.on a {
	color: #f00;
	display: block;
	height: 33px;
	line-height: 33px;
	border-bottom: 2px solid #f00;
}

.cgi-zs .bd td {
	text-align: center;
	padding: 2px 0;
	border: 1px solid #ddd
}

.tableti td {
	background: #f8f8f8;
	border-bottom: 2px solid #666;
}

.cgi-zs .bd td font {
	display: block
}

.cgi-zs .bd td i {
	color: #999;
	font-size: 10px
}

.cgi-zl {}

.cgi-zl .hd {
	height: 77px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.cgi-zl .hd ul li {
	float: left;
	width: 20%;
	text-align: center
}

.cgi-zl .hd ul li span {
	display: block;
	width: 50%;
	height: 40px;
	margin: 0 auto 10px auto;
}

.cgi-zl .hd ul li span img {
	height: 100%;
	width: auto;
}

.cgi-zl .hd ul li.on a {
	display: block;
	padding-bottom: 5px;
	border-bottom: 3px solid #f00;
}

.sxsuxing1 td {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.hongbospan span {
	margin: 3px 5px;
	float: left;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f00
}

.lanbospan span {
	margin: 3px 5px;
	float: left;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #3366ff
}

.lvbospan span {
	margin: 3px 5px;
	float: left;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #009933
}

.sxsuxing2 td {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	overflow: hidden
}

.sxsuxing1 span,
.sxsuxing2 span {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin: 0 3px;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sxsuxing2 i {
	float: left;
	width: 50px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.sxsuxing3 td {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	overflow: hidden;
}

.sxsuxing3 i {
	color: #f00;
}

.bg_blue {
	background: #f00;
}

.bg_red {
	background: #3366ff
}

.bg_green {
	background: #009933
}

.cgi-tongji {}

.cgi-tongji-tit {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
	border-top: solid 1px #ddd;
	background: #f8f8f8;
}

.cgi-tongji-tit span {
	height: 16px;
	line-height: 16px;
	border-left: solid 4px #f00;
	padding-left: 10px;
	display: inline-block;
}

.cgi-tongji .cgi-tongji-tit:nth-child(1) {
	border-top: 0;
}

.cgi-tongji table {}

.cgi-tongji td {
	text-align: center;
	padding: 2px 0;
	border: 1px solid #ddd;
}

.cgi-tongji td span {
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin: 3px;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f00;
	display: inline-block;
}

.cgi-tongji-bg {
	width: 42%;
	color: #888;
	background: #f8f8f8;
	background-image: -webkit-linear-gradient(to top, #f8f8f8, #ffffff);
	background-image: linear-gradient(to top, #f8f8f8, #ffffff);
}

.cgi-tongji-qi {
	font-size: 12px;
}

.cgi-tongji-grey {
	height: 5px;
	overflow: hidden;
	background: #eee;
}

.cgi-pic {}

.cgi-pic ul {
	padding-top: 10px;
}

.cgi-pic ul li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	height: 200px;
}

.cgi-pic ul li a {
	display: block;
	margin: 0 5px 10px 5px;
	position: relative;
	line-height: 30px;
	text-align: center;
}

.cgi-pic ul li a img {
	width: 100%;
	height: 200px;
}

.cgi-pic ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width:500px) {
	.cgi-pic ul li {
		height: 140px;
	}

	.cgi-pic ul li a img {
		height: 140px;
	}
}

@media screen and (max-width:450px) {
	.cgi-pic ul li {
		height: 130px;
	}

	.cgi-pic ul li a img {
		height: 130px;
	}
}

@media screen and (max-width:400px) {
	.cgi-pic ul li {
		height: 120px;
	}

	.cgi-pic ul li a img {
		height: 120px;
	}
}


.black-table {}

.black-table table {}

.black-table th {
	padding: 5px;
	color: #fff143;
	font-weight: bold;
	background: #f20c00;
}

.black-table td {
	padding: 5px;
	color: #00e500;
	font-weight: bold;
	background: #000000;
}

.list1 {}

.list1 th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #070;
	background: #090;
}

.list1 td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

.list2 {}

.list2 th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #ff0033;
	background: #330033;
}

.list2 td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

.list3 {
	line-height: 1.5em;
}

.list3 th {
	padding: 7px;
	font-weight: normal;
	border: solid 1px #fc8200;
	background: #f90;
}

.list3 td {
	padding: 7px 3px;
	text-align: center;
	font-size: 14px;
	border: solid 1px #ddd;
}

.list4 {}

.list4 td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

.list5 {}

.list5 th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #1883ed;
	background: #39f;
}

.list5 td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

.list5 tr:nth-child(2n) td {
	background: #f7f7f7;
}

.list6 {}

.list6 th {
	height: 40px;
	color: #ff0;
	font-weight: bold;
	text-align: center;
	border: solid 1px #070;
	background: #090;
}

.list6 td {
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	border: solid 1px #ddd;
	background: #e8ffff;
}

.list7 {}

.list7 th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #070;
	background: #090;
}

.list7 td {
	padding: 5px 10px;
	font-size: 14px;
	border: solid 1px #ddd;
	background: #fff;
}

.list8 {}

.list8 th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #070;
	background: #090;
}

.list8 td {
	padding: 5px;
	font-size: 14px;
	border: solid 1px #ddd;
}

.list9 {}

.list9 th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #d70000;
	background: #f00;
}

.list9 td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

.pm-lbz {}

.pm-lbz th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #0034de;
	background: #0066ff;
}

.pm-lbz td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

.pm-lbz td.td1 {
	color: #008080;
}

.pm-lbz td.td2 {
	color: #ff00ff;
}

.pm-lbz td.td3 {
	color: #808000;
}

@media screen and (max-width:800px) {
	.pm-lbz td {
		font-size: 13px
	}
}

.nb-xj {}

.nb-xj th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #d70000;
	background: #f00;
}

.nb-xj td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

@media screen and (max-width:800px) {
	.nb-xj td {
		font-size: 14px
	}
}

.list-tit1 {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #090;
	border-radius: 5px 5px 0 0;
	background: #090;
	background-image: linear-gradient(to top, #090, #15ca15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list-box1 {
	padding: 5px 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

ul.list-btn {}

ul.list-btn li {
	padding: 5px 0;
}

ul.list-btn li a {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #eee;
	background-image: linear-gradient(to top, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

.view-green {
	padding-top: 5px;
}

.view-green a {
	height: 35px;
	line-height: 35px;
	color: #090;
	text-align: center;
	border: solid 1px #64cd64;
	border-radius: 5px;
	background: #dcffdc;
	background-image: linear-gradient(to top, #dcffdc, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

.view-green a:hover {
	text-decoration: none;
	background: #fff;
	background-image: linear-gradient(to bottom, #dcffdc, #fff);
}

.view-blue {
	padding-top: 5px;
}

.view-blue a {
	height: 35px;
	line-height: 35px;
	color: #019c3a;
	text-align: center;
	border: solid 1px #93c7fb;
	border-radius: 5px;
	background: #d7ebff;
	background-image: linear-gradient(to top, #d7ebff, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

.view-blue a:hover {
	text-decoration: none;
	background: #fff;
	background-image: linear-gradient(to bottom, #d7ebff, #fff);
}

.view-red {
	padding-top: 5px;
}

.view-red a {
	height: 35px;
	line-height: 35px;
	color: #f00;
	text-align: center;
	border: solid 1px #efa0a0;
	border-radius: 5px;
	background: #ffe2e2;
	background-image: linear-gradient(to top, #ffe2e2, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

.view-red a:hover {
	text-decoration: none;
	background: #fff;
	background-image: linear-gradient(to bottom, #ffe2e2, #fff);
}

.view-orange {
	padding-top: 5px;
}

.view-orange a {
	height: 35px;
	line-height: 35px;
	color: #ff6c05;
	text-align: center;
	border: solid 1px #f9aa43;
	border-radius: 5px;
	background: #ffeab6;
	background-image: linear-gradient(to top, #ffeab6, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

.view-orange a:hover {
	text-decoration: none;
	background: #fff;
	background-image: linear-gradient(to bottom, #ffeab6, #fff);
}

.tit1 {
	margin-top: 10px;
	padding: 10px 0 10px 35px;
	font-size: 18px;
	font-weight: bold;
	background: url(https://aa.575363b.com:1888/static/home/new/images/iphone.png) left center no-repeat;
	background-size: 28px 28px;
}


/*焦点图*/
.block_home_slider {
	position: relative;
	text-align: center;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .caption {
	padding: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .4);
	text-align: left;
}

.block_home_slider .caption p {
	color: #fff;
}

.block_home_slider .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(https://aa.575363b.com:1888/static/home/new/images/sprite_arrow_2.png);
	text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6px;
	background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: left bottom;
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 6px;
	background-position: right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: right bottom;
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.block_home_slider .flex-control-paging li {
	float: left;
	overflow: hidden;
}

.block_home_slider .flex-control-paging li a {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	display: block;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background: #fff;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	height: 580px;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

@media screen and (max-width:640px) {
	.flexslider .slides img {
		height: 450px;
	}
}

@media screen and (max-width:550px) {
	.flexslider .slides img {
		height: 380px;
	}
}

@media screen and (max-width:450px) {
	.flexslider .slides img {
		height: 300px;
	}
}

@media screen and (max-width:400px) {
	.flexslider .slides img {
		height: 250px;
	}
}

.pic-list {}

.pic-list ul {
	padding-top: 10px;
}

.pic-list ul li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	height: 250px;
}

.pic-list ul li a {
	display: block;
	margin: 0 5px 10px 5px;
	position: relative;
	line-height: 30px;
	text-align: center;
}

.pic-list ul li a img {
	width: 100%;
	height: 250px;
}

.pic-list ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width:640px) {
	.pic-list ul li {
		height: 180px;
	}

	.pic-list ul li a img {
		height: 180px;
	}
}

@media screen and (max-width:550px) {
	.pic-list ul li {
		height: 160px;
	}

	.pic-list ul li a img {
		height: 160px;
	}
}

@media screen and (max-width:450px) {
	.pic-list ul li {
		height: 140px;
	}

	.pic-list ul li a img {
		height: 140px;
	}
}

@media screen and (max-width:400px) {
	.pic-list ul li {
		height: 110px;
	}

	.pic-list ul li a img {
		height: 110px;
	}
}

#HotNewsdiv a {
	font-weight: bold;
}

#HotNewsdiv a:hover {
	text-decoration: underline;
	color: #ffff00;
}

#HotNewsdiv {
	margin: 0 auto;
	background: #000;
	color: #f00;
	padding: 5px;
}

#HotNews {
	color: #ff0;
}

.scroll-web-txt-in {}

.scroll-web-txt-in th {
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #019c3a;
	background: #04bb47;
}

.scroll-web-txt-in tr:nth-child(2n) {
	background: #f7f7f7;
}

.scroll-web-txt-in td {
	height: 35px;
	text-align: center;
	border: solid 1px #ddd;
}

/*看图解平特*/
.ktjpt {
	line-height: 1.3em;
	color: #008000;
}

.ktjpt-l {
	float: left;
	width: 252px;
}

.ktjpt-l dl {
	background: #fff;
}

.ktjpt-l dl dt {
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #f00;
	border: solid 1px #008000;
	border-right: 0;
	border-bottom: 0;
	background: #ccffff;
}

.ktjpt-l dl dd {
	width: 251px;
	height: 232px;
	border: solid 1px #008000;
	border-right: 0;
}

.ktjpt-l dl dd img {
	width: 100%;
	height: 100%;
}

.ktjpt-r {
	float: right;
	width: calc(100% - 252px);
}

.ktjpt-r th {
	height: 35px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #f00;
	border: solid 1px #008000;
	background: #ccffff;
}

.ktjpt-r td {
	height: 230px;
	text-align: center;
	border: solid 1px #008000;
	background: #fff;
}

.ktjpt-r td:nth-child(1) {
	width: 60%;
}

.ktjpt-r td p {
	padding: 4px 0;
}

.ktjpt-foot {
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #008000;
}

@media screen and (max-width:800px) {
	.ktjpt-l {
		float: none;
		width: 100%;
	}

	.ktjpt-l dl dt {
		border: solid 1px #008000;
		border-bottom: 0;
	}

	.ktjpt-l dl dd {
		width: auto;
		height: auto;
		border: solid 1px #008000;
		border-bottom: 0;
	}

	.ktjpt-l dl dd img {
		width: 100%;
		height: 100%;
	}

	.ktjpt-r {
		float: none;
		width: 100%;
	}

	.ktjpt-r td {
		height: auto;
		font-size: 13px;
	}

	.ktjpt-r td p {
		padding: 3px 0;
	}

	.ktjpt-foot {
		font-size: 12px;
	}
}

/*A级大公开*/
.ajgk {
	font-size: 16px;
	font-weight: bold;
	color: #0f0;
}

.ajgk table {
	background: #000;
}

.ajgk thead th {
	height: 40px;
	text-align: center;
	color: #000;
	background: #F90;
}

.ajgk td {
	padding: 5px;
	color: #0F0;
}

.ajgk tfoot th {
	height: 40px;
	text-align: center;
	color: #f00;
	background: #ff0;
}

.ajgk div {
	padding: 8px;
	text-align: center;
	color: #000;
	text-align: center;
}

.daohang-links {
	text-align: center;
	font-size: 16px;
}

.daohang-links ul {}

.daohang-links ul li {
	float: left;
	width: 25%;
	padding-top: 10px;
}

.daohang-links ul li a:hover {
	color: #f00;
}

.daohang-links ul li span {
	height: 36px;
	display: block;
}

.daohang-links ul li span img {
	width: auto;
	height: 100%;
}

.daohang-links ul li p {
	height: 34px;
	line-height: 34px;
}

.sx {
	background: #e5e5e5;
}

.sx table {
	margin-top: 5px;
}

.sx th {
	height: 30px;
	border: solid 1px #ccc;
	background: #f1f1f1;
}

.sx td {
	padding: 5px 0;
	text-align: center;
	border: solid 1px #d8ccb4;
	word-wrap: break-word;
	background: #fff;
}

.sx td.a-left {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.sx span {
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 0 2px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 9px;
	display: inline-block;
	background: #f00;
}

.sx span.green {
	background: #009933;
}

.sx span.blue {
	background: #3366ff;
}


ul.sx1 li {
	float: left;
	width: 33.33%;
	padding: 5px 0;
}

ul.sx1 li dl dt img {
	width: 40px;
	height: auto;
}

ul.sx1 li dl dd {}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.grey-line {
	border-top: solid 0px #e5e5e5;
}

.zb_tk table.in td {
	height: 50px;
	text-align: center;
	font-size: 16px;
}

.zb_tk table.in td a {
	line-height: 50px;
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 5px;
	display: block;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

.nav2 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 13px;
	background: #fff;
}

.nav2 ul {
	padding: 2px 0;
	display: flex;
	justify-content: space-between;
}

.nav2 ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 2px;
}

.nav2 ul li a {
	display: block;
	padding: 3px 0;
	text-align: center;
	color: #673AB7;
	background: #EEE8CD;
	font-weight: bold;
}

.nav2 ul li a:hover {
	background: #ff0;
}

#nav2[data-fixed="fixed"] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nav-img {
	text-align: center;
	background: #000;
}

.nav-img img {
	width: auto;
	height: 80px;
}

@media screen and (max-width:800px) {
	.nav-img img {
		height: 70px;
	}
}


@media screen and (min-width:800px) {
	.nav2 {
		padding: 4px;
		font-size: 16px;
	}

	.nav2 ul {
		padding: 4px 0;
	}

	.nav2 ul li {
		padding: 0 4px;
	}

	.nav2 ul li a {
		padding: 5px 0;
		cursor: pointer;
	}
}
.yxym span{
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    font-size: 18px;
}
.bzlx,.ptyx,.fcsx,.yzzt,.jpgs,.dxbt,.dszt,.jqys,.ptsze{
    font-weight: bold;
    font-family: 楷体;
}
.content p{
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    font-size: 15px;
    color: blue;
    text-align: center;
}
.content-lx p{
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    font-size: 18px;
    color: blue;
    font-weight: bold;
}
.tit {
    font-size: 25px;
    background: linear-gradient(to top,#673AB7,#3F51B5);
    color: #faff00;
    text-align: center;
    line-height: 55px;
    font-family: 楷体;
    font-weight: bold;
}
.name{
    color: #f00;
}
.num{
    background: #333;
    color: #ff0;
    border-radius: 5px;
}
.xiao{
    color: #f00;
}
.kai{
    color: #090;
}
.content{
    /*font-family: 楷体;*/
    font-weight: bold;
}
.zhuanqu li {
    border-bottom: 1px solid #ff973f94;
    padding: .1rem .2rem;
    line-height: 40px;
    background: #EEE8CD;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tiezi{
    background: #009933;
    color: #FFEB3B;
    padding: 5px;
    border-radius: 3px;
}
.des{
    color: #f00;
    font-weight: bold;
    background: #ff0;
    padding: 5px;
    border-radius: 3px;
}
.ti{
    float: right;
    color: #f00;
}
a:focus{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.miaoshu{
    color: red;
    font-weight: bold;
}
.yuce{
    background: #019c3a;
    color: #ff0;
}
.mingzi{
    color: red;
}
.kaijiang{
    color: #c409e4;
}
.n{
    display: none;
}
.liuyan {
	display: block;
	width: 50px;
	height: 50px;
	background: #3f51b5;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:130px;
	right: 2%;
}
.touzhu {
	display: block;
	width: 50px;
	height: 50px;
	background: #337ab7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:75px;
	right: 2%;
}
.reload {
	display: block;
	width: 50px;
	height: 50px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:20px;
	right: 2%;
}
@media screen and (max-width:800px) {
    .liuyan {
    	display: block;
		width: 40px;
		height: 40px;
		background: #3f51b5;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:250px;
		right: 2%;
		font-weight: bold;
    }
	.touzhu {
		display: block;
		width: 40px;
		height: 40px;
		background: #005F3C;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:200px;
		right: 2%;
	}
	.reload {
		display: block;
		width: 40px;
		height: 40px;
		background: #f00;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:150px;
		right: 2%;
		font-weight: bold;
	}
}

.smzx{
    animation:myfirst 10s infinite;
}
@keyframes myfirst{
    0% {background:red;color: greenyellow;}
	25% {background:black;color: yellow;}
	50% {background:blue;color: white;}
	75% {background:green;color: aqua;}
	100% {background:red;color: greenyellow;}
}

.jgzl li{
    border-bottom: 1px solid #ff973f94;
    padding: .1rem .2rem;
    line-height: 40px;
    background: #EEE8CD;
    font-weight: bold;
    text-align: center;
}

.mazt p{
    display: flex;
    align-items: center;
    border: 1px #ccc solid;
    text-align: center;
}

.mazt .yuce{
    flex: 2;
    padding: 10px;
}

.mazt span{
    display: block;
}

.mazt .qi,.mazt .kai{
    font-weight: bold;
    padding: 0px 5px;
}
.ljxzt{
    
}
.ljxzt p{
    display: flex;
}
.ljxzt p span{
    display: block;
 
}
.jxyc{
    flex: 2;
    background: #fff8dc;
    color: #ed143d;
}
.jxqi{
    background: #4CAF50;
    color: #1789ee;
}
.jxkai{
    background: #4CAF50; 
    color: #15111;
}
.ljxzt p:last-child{
    display: none!important;
}
.am_ptyw{
    
}
.am_ptyw p{
    text-align: left;
}
.cgi-tit1{
    color: #ff6c05;
}
.cgi-yc1{
    color: #673ab7;
}
.cgi-tit2{
    color: #9c27b0;
}
.cgi-yc2{
    color: #009933;
}
.cgi-tit3{
    color: #009688;
}
.cgi-yc3{
    color: #e91e63;
}
.cgi-tit4{
    color: #795548;
}
.cgi-yc4{
    color: #3f51b5;
}
.cgi-tit5{
    color: #3366ff;
}
.cgi-yc5{
    color: #f00;
}



