@charset "utf-8";

body,html {
	min-height: 100%
}

body {
	margin: 0;
	background: #f8f8f8;
	font-family: "Microsoft Yahei",-apple-system,BlinkMacSystemFont,Droidsansfallback,"Heiti SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-text-size-adjust: 100%!important;
	text-size-adjust: 100%!important
}

a,b,h1,h2,h3,h4,h5,h6,p,li,em {
	font-family: "Microsoft Yahei",-apple-system,"Heiti SC",BlinkMacSystemFont,Droidsansfallback,"Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	font-weight: normal;
	font-style: normal;
}

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

a {
	text-decoration: none
}

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

textarea {
	resize: none
}

input[type=text],input[type=tel],input[type=button],textarea {
	border: nione;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

html {
	box-sizing: border-box;
	height: 100%;
/*	font-size: 100px;*/
	-webkit-text-size-adjust: none
}

*,:after,:before {
	box-sizing: inherit
}

li,ul {
	list-style: none
}

.c {
	clear: both
}

.list_banner {
	width: 100%;
	height: 158px;
	background: #fff;
	-webkit-box-shadow: 0 4px 6px #eee;
	box-shadow: 0 4px 6px #eee;
	margin-bottom: 44px;
}

.mainbox {
	margin: 0 auto;
	width: 1000px;
}

.mainbox .logo {
	width: 60%;
	height: 58px;
	padding-top: 43px;
	float: left;
}

.mainbox .logo img {
	float: left;
	width:189px;
	height:56px;
}

.mainbox .logo span {
	color: #8d8d8d;
	height: 58px;
	line-height: 3.5;
	font-size: 14px;
	margin-left: 30px;
	float: left;
	display: inline-table;
}

.mainbox .logo a {
	color: #8d8d8d;
}

.mainbox .logo a:hover {
	color: #c6100f;
	text-decoration: underline;
}

.searchbox {
	width: 220px;
	float: right;
	margin-top: 60px;
}

.searchbox .input {
	width: 168px;
	padding: 9px 12px;
	border: 1px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	font-size: 14px;
	float: left;
}

.searchbox .searchbtn {
	width: 38px;
	height: 36px;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(search.jpg) 0 0 no-repeat;
	background-size: cover;
	float: right;
	display: block;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #b8b8b8;
}

.articlebox {
	width: 1000px;
	padding: 80px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px #eee;
	box-shadow: 0 2px 6px #eee;
	margin: 0 auto;
	margin-bottom: 40px;
}

.articlebox h1 {
	color: #333;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 900;
}

.articlebox h2 {
	color: #bfbfbf;
	font-size: 14px;
	margin-top: 42px;
	margin-bottom: 44px;
	padding-bottom: 30px;
	border-bottom: #eee 1px solid;
}

.articlebox span {
	padding-right: 20px;
}

.articlebox p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 10px;
}

.articlebox a{
	color: #333;
}
.articlebox a:hover {
	color: #c6100f;
	text-decoration: underline;
}

.articlebox p img, .articlebox img{max-width:840px;}

.articlebox .editor {
	text-align: right;
	padding: 50px 0;
}

.articlebox .editor span {
	padding: 0;
}

.articlebox .qdcodebox {
	width: 100%;
	text-align: center;
}

.articlebox .qdcodebox img {
	display: inline-block;
}

.articlebox .qdcodebox strong {
	color: #333;
	width:100%;
	font-size: 16px;
	display: inline-block;
	padding-bottom:30px;

}

/*评论区*/
.replybox{
	width:100%;
	margin-top:40px;
	border-top:#eee 1px solid;
}
.replybox h4{
	font-size:20px;
	padding:20px 0;
	font-weight:900;
	color:#333;
}
.replybox .area{
	width:100%;
}
.area_txt{
    border: #eee 1px solid;
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin: 0;
    overflow-y: scroll;
    background: url(bg_textarea.jpg) center no-repeat;
	margin-bottom:10px;
}

.btn_submit{
    width: 76px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: right;
	display: block;
	background: #0193de;
	color: #FFF;
	border: 0;
    text-decoration: none;
	border-radius:4px;
	cursor:pointer;
}

.btn_submit a{
    background: #0193de;
    color: #FFF;
}
.btn_submit:hover{
    background: #38ade9;
    color: #FFF;
}
#replytip{
	color:#888;
	font-size:14px;
}
@media (max-width: 768px) {
	
	.list_banner {
		margin-bottom: 30px;
	}

	.mainbox {
		margin: 0;
		width: 100%;
	}

	.mainbox .logo {
		padding-left: 5%;
		width: 55%;
		float: inherit;
	}

	.searchbox {
		margin-right: 5%;
		margin-top: -10px;
	}

	.articlebox {
		width: 90%;
		margin: 0 5%;
		padding: 80px 40px;
		margin-bottom: 30px;
	}
	
	.articlebox p img, .articlebox img{max-width:100%;}
	
	.articlebox h2 {
		font-size: 16px;
	}

	.articlebox p {
		font-size: 20px;
		/*padding-bottom: 30px;*/
	}
}

@media (max-width: 414px) {
	.list_banner {
		height: 140px;
	}

	.mainbox {
		margin: 0;
		width: 100%;
	}

	.mainbox .logo {
		padding-left: 5%;
		width: 95%;
		float: inherit;
		clear: both;
	}

	.searchbox {
		display: none;
	}
	.articlebox {
		width: 96%;
		margin: 30px 2%;
		padding: 30px 10px;
		margin-bottom: 30px;
	}

	.articlebox h1 {
		font-size: 28px;
	}

	.articlebox h2 {
		font-size: 14px;
		margin-top: 28px;
	}

	.articlebox span {
		padding-right: 20px;
	}

	.articlebox p {
		font-size: 18px;
	}
	#replytip{
	font-size:12px;
	line-height:1.2;
}
	iframe{
		width:330px !important;
		height:220px !important;
	}
}

@media (max-width: 375px) {
	.articlebox {
		width: 96%;
		margin: 30px 2%;
		padding: 30px 10px;
	}
	iframe{
		width:280px !important;
		height:180px !important;
	}
}

@media (max-width: 320px) {
	.mainbox .logo img {
	width:150px;
	height:45px;
	}
	.mainbox .logo span {
		line-height: 3;
	}
	iframe{
		width:260px !important;
		height:160px !important;
	}

}