﻿@charset "utf-8";

/* 全局 */

html {

	webkit-text-size-adjust: none;

	-webkit-text-size-adjust: none;

	text-justify: inter-ideograph;

}

a {

	text-decoration: none;

	outline: 0;

	-webkit-transition: all .3s ease-in-out 0s;

	-moz-transition: all .3s ease-in-out 0s;

	transition: all .3s ease-in-out 0s

}

/* 基础 */

* {

	-webkit-tap-highlight-color: rgba(255,255,255,0);

	-webkit-touch-callout: none;

	margin: 0

}

::-webkit-scrollbar {

width:10px;

height:10px

}

::-webkit-scrollbar-track {

border-radius:0;

background:rgba(0,0,0,0.1);

}

::-webkit-scrollbar-thumb {

background:rgba(0,0,0,0.2);

}

::-webkit-scrollbar-thumb:hover {

background:rgba(0,0,0,0.4);

background-color:#dc0000;

}

input, textarea {

	-webkit-user-select: text

}





.pglist ul li.thisclass{display: inline-block;border: 1px solid #dc0000;padding:6px 15px;margin: 0 1px;background: #dc0000;color: #fff;}

.pglist ul li.thisclass a{color: #fff;}

.sitemap dt {

	float: left;

	margin-right: 2%;

	width: 14.66666667%;

}

.pglist ul li a{display:block;color:#999}

.pglist ul li a:hover{color: #fff;}

/*返回首页*/

#tip {

	padding-top: 30px;

	min-height: 640px;

}

#tip b {

	color: #dc0000;

}

/*网站地图*/

.sitemap {

	overflow: hidden;

	line-height: 30px;

	padding: 10px;

	border-bottom: 1px solid #ddd;

}





.sitemap dd a {

	float: left;

	color: #666;

	padding-right: 35px;

	line-height: 39px;

	transition: none;

}

.sitemap dd a:hover {

	color: #333;

}

/*网站标签*/

.tags_list {

	overflow: hidden;

	line-height: 30px;

	padding: 10px;

	border-bottom: 1px solid #ddd;

}

.tags_list dt {

	float: left;

	margin-right: 2%;

	margin-bottom: 2%;

	width: 14.66666667%;

}

.tags_list dt a {

	display: block;

	text-align: center;

	background: #ececec;

	font-size: 14px;

	padding: 8px 0;

	font-weight: normal;

}.sitemap dt a {

	display: block;

	text-align: center;

	background: #ececec;

	font-size: 14px;

	padding: 8px 0;

	font-weight: normal;

}

.sitemap dt a:hover {

	background: #ccc;

	color: #fff;

}

.sitemap dd {

	float: left;

	width: 83.333333%;

}

.tags_list dt a:hover {

	background: #ccc;

	color: #fff;

}

.tags {

	overflow: hidden;

	margin-bottom: 20px;

}

.tags span {

	float: left;

	display: block;

	line-height: 40px;

}

.tags a {

	border-radius: 4px;

	-webkit-border-radius: 4px;

	display: inline-block;

	line-height: 28px;

	padding: 0 6px;

	margin: 5px;

	background: #fff;

	border: 1px solid #dadada;

}

.tags a:hover {

	background: #dc0000;

	border-color: #dc0000;

	color: #fff;

}

/*评论列表*/

.comment-main {

	width: 100%;

	background: #FFF;

	border-bottom: 3px solid #eee;

	margin-top: 30px;

	font-size: 12px;

	color: #666;

	line-height: 14px;

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}



.comment-show-box .pl-box2 {

	width: 100%

}

.comment-show-box .pl-box2 dl {

	float: left;

	width: 100%;

	margin-bottom: 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid #EEE;

}

.comment-show-box .pl-box2 dl dt {

	float: left;

	width: 50px;

	margin-right: 15px;

}

.comment-show-box .pl-box2 dl dt img {

	width: 50px;

	height: 50px

}

.comment-show-box .pl-box2 dl dd {

	float: right;

	width: 92%;

}

.comment-show-box .pl-box2 dl dd h1 {

	font-weight: 700;

	font-size: 100%;

}

.comment-show-box .pl-box2 dl dd h1 span {

	color: #656565;

	font-weight: 400;

	float: right;

}

.comment-show-box .pl-box2 dl dd p {

	margin-top: 10px;

	line-height: 20px

}

.comment-show-box .pl-box2 dl dd p.xz-fc1 {

	color: #dc0000;

}

.comment-show-box .xz-cb {

	zoom: 1

}

.comment-show-box .xz-cb:after {

	display: block;

	clear: both;

	visibility: hidden;

	height: 0;

	overflow: hidden;

	content: "."

}

.c-more {

	text-align: center;

	line-height: normal;

}

.c-more a {

	border-radius: 2px;

	-webkit-border-radius: 2px;

	display: block;

	background: #dc0000;

	color: #ffffff;

	padding: 13px 0;

}

.c-more a:hover {

	background: #333;

}

/*评论表单*/

.comment-show-box .fb-box {

	background: #FAFAFA;

	border: 1px solid #EEE;

	margin-top: 20px;

}

.comment-show-box .fb-box dl {

	float: left;

	width: 97%;

	padding: 12px;

}

.comment-show-box .fb-box dt {

	float: left;

	width: 50px;

	margin-right: 15px;

}

.comment-show-box .fb-box dt img {

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	border-radius: 50%;

	width: 50px;

	height: 50px

}

.comment-show-box .fb-box dd {

	float: right;

	width: 92%;

}

.comment-show-box .fb-box dd p {

	color: #656565;

}

.comment-show-box .fb-box dd p textarea {

	width: 97%;

	height: 120px;

	line-height: 20px;

	color: #6C6C6C;

	padding: 12px;

	border: 1px solid #EEE;

	outline: 0;

	font-family: "microsoft yahei";

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}

.comment-show-box .fb-box dd p textarea:focus {

	border: 1px solid #dc0000;

	box-shadow: 0 0 10px 0 #dc0000

}

.comment-show-box .fb-box-div {

	margin-top: -1px;

	background: #FAFAFA;

	border-radius: 0 0 5px 5px;

	border: 1px solid #EEE;

}

.comment-show-box .fb-box-div dl {

	padding: 12px;

	position: relative;

}

.comment-show-box .fb-box-div dd {

	font-size: 12px;

	line-height: 13px;

	color: #666;

}

.comment-show-box .fb-box-div input {

	-webkit-border-radius: 0 0 5px 0;

	-moz-border-radius: 0 0 5px 0;

	-ms-border-radius: 0 0 5px 0;

	-o-border-radius: 0 0 5px 0;

	border-radius: 0 0 5px 0;

	position: absolute;

	top: -1px;

	right: -1px;

	width: 80px;

	height: 39px;

	font-size: 12px;

	line-height: 39px;

	background: #AAA;

	color: #FFF;

	border: 0;

	cursor: pointer;

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}

.comment-show-box .fb-box-div input:hover {

	background: #dc0000;

	color: #FFF;

}

/*点赞*/

#mood {

	margin-bottom: 30px;

	text-align: center;

}

#mood p {

	font-size: 16px;

	color: #555;

	font-weight: bold;

	margin-bottom: 20px;

}

#mood a {

	display: inline-block;

	margin: 0 10px;

	cursor: pointer;

	color: #555;

	background: #fff;

	border-radius: 4px;

	border: 1px solid #ddd;

	padding: 6px 20px;

	min-width: 100px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}.comment-main:hover {

	border-bottom: 3px solid #dc0000;

	-webkit-box-shadow: 0 10px 20px 0 #CCC;

	-moz-box-shadow: 0 10px 20px 0 #CCC;

	-ms-box-shadow: 0 10px 20px 0 #CCC;

	-o-box-shadow: 0 10px 20px 0 #CCC;

	box-shadow: 0 10px 20px 0 #CCC;

}

.comment-title {

	width: 100%;

	height: 49px;

	line-height: 50px;

	background: #FFF;

	border-bottom: 1px solid #CCC;

}

.comment-title span {

	float: left;

	height: 50px;

	font-size: 14px;

	line-height: 50px;

	display: block;

	padding: 0 30px;

	background: #dc0000;

	color: #FFF;

}

.comment-show-box {

	margin: 20px 12px

}

#mood a span {

	display: inline-block;

	width: 18px;

	height: 18px;

	margin-right: 10px;

	vertical-align: sub;

	background: url(../images/dianzan.png) no-repeat;

	-webkit-transition: all .3s ease-in-out 0s;

	-moz-transition: all .3s ease-in-out 0s;

	transition: all .3s ease-in-out 0s;

}

#mood a span.dianzan-down {

	background-position: top right;

}

#mood a em {

	font-style: normal;

	font-size: 16px;

}

#mood a:hover {

	background: #dc0000;

	border-color: #dc0000;

	color: #fff;

}

#mood a:hover span.dianzan-up {

	background-position: bottom left;

}

#mood a:hover span.dianzan-down {

	background-position: bottom right;

}

/*视频样式*/

video {

	background-color: #000;

}

/* 秀 站 网 反馈模块 */

.met-feedback {

	padding:30px 20px;

	background: #f2f2f2;

}

.met-feedback .container {

	max-width: 800px;

}

.met-feedback .met-feedback-body {

	padding: 30px;

	background: #ffffff;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

	border-radius: 3px;

}

@media (max-width: 767px) {

.met-feedback .met-feedback-body {

	padding: 10px;

}

}

@media (max-width: 767px) {

.met-feedback {

	padding: 80px 0 20px 0 ;

}

}

fieldset {

	min-width: 0;

	padding: 0;

	margin: 0;

	border: 0

}

legend {

	display: block;

	width: 100%;

	padding: 0;

	margin-bottom: 22px;

	font-size: 21px;

	line-height: inherit;

	color: inherit;

	border: 0;

	border-bottom: 1px solid transparent

}

label {

	display: inline-block;

	max-width: 100%;

	margin-bottom: 5px;

	font-weight: 700

}

input[type=search] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

input[type=checkbox], input[type=radio] {

	margin: 4px 0 0;

	margin-top: 1px\9;

	line-height: normal

}

input[type=file] {

	display: block

}

input[type=range] {

	display: block;

	width: 100%

}

select[multiple], select[size] {

	height: auto

}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {

	outline: thin dotted;

	outline: 5px auto -webkit-focus-ring-color;

	outline-offset: -2px

}

output {

	display: block;

	padding-top: 7px;

	font-size: 14px;

	line-height: 1.57142857;

	color: #76838f

}

.form-control {

	display: block;

	width: 96%;

	height: 36px;

	padding: 6px 2%;

	font-size: 14px;

	line-height: 1.57142857;

	color: #76838f;

	background-color: #fff;

	background-image: none;

	border: 1px solid #dedede;

	border-radius: 3px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

}

.form-control:focus {

	border-color: #dc0000;

	outline: 0;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);

	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)

}

.form-control.focus, .form-control:focus {

	border-color: #dc0000;

	-webkit-box-shadow: none;

	box-shadow: none

}

.form-control::-moz-placeholder {

color:#a3afb7;

opacity:1

}

.form-control:-ms-input-placeholder {

color:#a3afb7

}

.form-control::-webkit-input-placeholder {

color:#a3afb7

}

.form-control::-ms-expand {

background-color:transparent;

border:0

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {

	background-color: #f3f7f9;

	opacity: 1

}

.form-control[disabled], fieldset[disabled] .form-control {

	cursor: not-allowed

}

textarea.form-control {

	height: auto

}

input[type=search] {

	-webkit-appearance: none

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {

	line-height: 36px

}

.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {

	line-height: 32px

}

.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {

	line-height: 46px

}

}

.form-group {

	margin-bottom: 20px

}

.checkbox, .radio {

	position: relative;

	display: block;

	margin-top: 10px;

	margin-bottom: 10px

}

.checkbox label, .radio label {

	min-height: 22px;

	padding-left: 20px;

	margin-bottom: 0;

	font-weight: 400;

	cursor: pointer

}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {

	position: absolute;

	margin-top: 4px\9;

	margin-left: -20px

}

.checkbox+.checkbox, .radio+.radio {

	margin-top: -5px

}

.checkbox-inline, .radio-inline {

	position: relative;

	display: inline-block;

	padding-left: 20px;

	margin-bottom: 0;

	font-weight: 400;

	vertical-align: middle;

	cursor: pointer

}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {

	margin-top: 0;

	margin-left: 10px

}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {

	cursor: not-allowed

}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {

	cursor: not-allowed

}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {

	cursor: not-allowed

}

.form-control-static {

	min-height: 36px;

	padding-top: 7px;

	padding-bottom: 7px;

	margin-bottom: 0

}

.form-control-static.input-lg, .form-control-static.input-sm {

	padding-right: 0;

	padding-left: 0

}

.input-sm {

	height: 32px;

	padding: 6px 13px;

	font-size: 12px;

	line-height: 1.5;

	border-radius: 2px

}

select.input-sm {

	height: 32px;

	line-height: 32px

}

select[multiple].input-sm, textarea.input-sm {

	height: auto

}

select.input-sm {

	padding-top: 0;

	padding-bottom: 0

}

.form-group-sm .form-control {

	height: 32px;

	padding: 6px 13px;

	font-size: 12px;

	line-height: 1.5;

	border-radius: 2px

}

.form-group-sm select.form-control {

	height: 32px;

	line-height: 32px

}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {

	height: auto

}

.form-group-sm .form-control-static {

	height: 32px;

	min-height: 34px;

	padding: 7px 13px;

	font-size: 12px;

	line-height: 1.5

}

.input-lg {

	height: 46px;

	padding: 10px 18px;

	font-size: 18px;

	line-height: 1.3333333;

	border-radius: 4px

}

select.input-lg {

	height: 46px;

	line-height: 46px

}

select[multiple].input-lg, textarea.input-lg {

	height: auto

}

select.input-lg {

	padding-top: 0;

	padding-bottom: 0

}

.form-group-lg .form-control {

	height: 46px;

	padding: 10px 18px;

	font-size: 18px;

	line-height: 1.3333333;

	border-radius: 4px

}

.form-group-lg select.form-control {

	height: 46px;

	line-height: 46px

}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {

	height: auto

}

.form-group-lg .form-control-static {

	height: 46px;

	min-height: 40px;

	padding: 11px 18px;

	font-size: 18px;

	line-height: 1.3333333

}

.has-feedback {

	position: relative

}

.has-feedback .form-control {

	padding-right: 45px

}

.form-control-feedback {

	position: absolute;

	top: 0;

	right: 0;

	z-index: 2;

	display: block;

	width: 36px;

	height: 36px;

	line-height: 36px;

	text-align: center;

	pointer-events: none

}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {

	width: 46px;

	height: 46px;

	line-height: 46px

}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {

	width: 32px;

	height: 32px;

	line-height: 32px

}

.btn-primary {

	background-color: #dc0000;

	border-color: #dc0000;

	-webkit-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {

	background-color: #dc0000;

	border-color: #dc0000;

	opacity: .7;

	-webkit-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

	color:#fff

}

.btn-block {

	display: block;

	width: 100%;

	color:#fff

}

.btn-block+.btn-block {

	margin-top: 5px

}

.btn-lg {

	padding: 10px 18px;

	font-size: 18px;

	line-height: 1.3333333;

	border-radius: 4px

}



.pglist{clear: both;margin:40px auto 20px auto; overflow: hidden; text-align: center;font-size:14px;}

.pglist ul li{display:inline-block;border: 1px solid #ccc;padding: 6px 15px;margin: 0 1px;line-height:24px;background: #fff;color:#999;border-radius:2px}

.pglist ul li:hover{background:#dc0000;color:#fff;border: 1px solid #dc0000}

.pglist ul li:hover a{color:#fff;}



.phblock{ display:none}

@media screen and (max-width: 420px){
	.phblock{ display:block}
	.pcnone{ display:none}
	.header_main{ width:100%; height:100px;}
	.w1200{ width:100%; overflow:hidden}
	.tel{ display:none}
	.top_main{ display:none}
	.top{ display:none}
	#banner_main{ display:none}
	.submian .sobtitle{ display:none}
	.subleft.fl{ display:none}
	.submian .subright{ width:100% !important; clear:both}
	.thumblist{ width:100% !important}
	ul.list.clearfix{ width:100%}
	li.item{ width:100%}
	a.clearfix{ width:100%}
	.txt.fr{ width:100%}
	.mark{ width:100%}
	.nav_main .nav{ width:100%}
	p.desc{ width:100%}
	.nav_main .nav li{ width:24%;}
	.nav_main .nav li {
    height: 30px; 
   line-height: 30px; 
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    border-right: 1px solid #ac140f;
    text-align: center;}
	.nav_main{ height:60px;}
	.submian .subright .thumblist .item .txt{ width:380px; float:none}
	.footer{ display:none}

