html,body{
	font-size: 16px;
	margin: 0;
	padding: 0;
}
input,a{
	outline: none;
}
a{
	color: #000;
	text-decoration: none;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.c-box{
	width: 1200px;
	margin: 0 auto;
}
.dt20{
	margin-top: 20px;
}
.c-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}
.c-head .c-logo{
	width: 400px;
}
.c-head .c-search{
	width: 400px;
}
.c-head .c-search form{
	display: flex;
	align-items: center;
}
.c-head .c-search form input{
	height: 37px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-right: none;
	padding: 0;
	width: 260px;
	border-radius: 3px 0 0 3px;
	background: url("../img/searchicon.png") no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
	padding-left: 40px;
	box-sizing: border-box;
}
.c-head .c-search form button{
	background-color: #f21c1a;
	height: 37px;
	width: 80px;
	border: none;
	color: #fff;
}
.c-head .c-user{
	display: flex;
	align-items: center;
	width: 400px;
	justify-content: end;
}
.c-head .c-user img:nth-child(1){
	width: 25px;
	margin-right: 5px;
}
.c-head .c-user a{
	margin-right: 20px;
}
.c-nav{
	background-color: #f21c1a;
	height: 50px;
}
.c-nav .c-box{
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	justify-content: space-between;
}
.c-nav .c-box a{
	color: #fff;
	font-size: 16px;
}
.c-line1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.c-box .c-flash,.c-box .c-news1{
	width: 587px;
	height: 351px;
}
.c-box .c-flash .mTempWrap{
	position:relative;
	overflow:hidden;
	width: 587px;
	height: 351px;
}
.c-box .c-flash .mTempWrap ul{
	position:relative; overflow:hidden;
}
.c-box .c-flash .mTempWrap ul li{
	float: left;
}
.c-box .c-flash .focus-pic{
	position: relative;
}
.c-box .c-flash .focus-pic .textList{
	position: absolute;
	right: 80px;
	bottom: 16px;
	color: #fff;
}
.c-box .c-flash .focus-pic .textList ul li{
	float: left;
	margin-left: 8px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #aaa;
	text-indent: 12px;
	overflow: hidden;
}
.c-box .c-flash .focus-pic .textCont ul li img{
	display: block;
	width: 587px;
	height: 350px;
}
.c-box .c-flash .focus-pic .textList ul li.on{
	background-color: #f21c1a;
}
.c-box .c-flash .focus-pic .c-flash-title{
	position: absolute;
	height: 43px;
	line-height: 43px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	bottom: 0px;
	width: 100%;
	text-indent: 15px;
	font-size: 16px;
}
.c-box .c-flash .focus-pic .c-flash-title div{
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c-box .c-news1 .c-news1-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	background-color: #ebedf3;
}
.c-box .c-news1 .c-news1-title div{
	border-bottom: 3px solid #c01717;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #c01717;
	margin-left: 26px;
	font-weight: bold;
}
.c-box .c-news1 .c-news1-title a{
	display: block;
	font-size: 12px;
	width: 80px;
	background-color: #28ac2b;
	color: #fff;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-right: 13px;
	border-radius: 13px;
}
.c-box .c-news1 .c-news1-list{
	padding-top: 10px;
	box-sizing: border-box;
}
.c-box .c-news1 .c-news1-list li{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-indent: 13px;
	background: url('../img/dian.png') no-repeat 2px center;
}
.c-box .c-news1 .c-news1-list li a{
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c-box .c-news1 .c-news1-list li span{
	color: #888;
}
.c-h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	background-color: #ebedf3;
}
.c-h1 div{
	height: 48px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	align-items: center;
	z-index: 2;
	padding-right: 15px;
	box-sizing: border-box;
}
.c-h1 div img{
	margin: 0 10px 0 15px;
}
.c-h1 a{
	display: block;
	font-size: 12px;
	width: 80px;
	background-color: #28ac2b;
	color: #fff;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-right: 13px;
	border-radius: 13px;
}
.c-news .c-news-list{
	padding-top: 10px;
	box-sizing: border-box;
}
.c-news .c-news-list li{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-indent: 13px;
	background: url('../img/kuai.png') no-repeat 2px center;
}
.c-news .c-news-list li a{
	display: block;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.c-news .c-news-list div{
	font-size: 14px;
	color: #888;
	padding: 2px 0 20px 13px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 10px;
}
.c-news .c-news-list li span{
	color: #888;
	display: block;
	width: 120px;
	flex-shrink: 0;
}
.box {
	position: relative;
	background-color: #ac4128;
}
.box::before {
	content: "";
	position: absolute;
	top: 0;
	right: -38px;
	width: 38px;
	height: 100%;
	background-color: #ac4128;
	transform-origin: top right;
	transform: skew(-38deg);
	z-index: -1;
}
.c-line2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-line2 .c-news{
	width: 389px;
	height: 350px;
}
.c-line3{
	display: flex;
	align-items: center;
}
.c-line3 img{
	display: block;
}
.c-line3 a{
	margin-right: 10px;
}
.c-line3 a:last-child{
	margin-right: 0;
}
.c-line4,.c-line5,.c-line6{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-line4 .c-news,.c-line5 .c-news,.c-line6 .c-news{
	width: 590px;
	height: 350px;
}
.c-line4 .c-pic-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.c-line4 .c-pic-list li{
	flex-shrink: 1;
	width: 290px;
}
.c-line4 .c-pic-list img{
	width: 290px;
	height: 250px;
}
.c-line4 .c-pic-list .c-pic-list-title{
	height: 50px;
	text-align: center;
	margin-top: 20px;
}
.c-link .c-h1 span{
	color: #ac4128;
}
.c-link .c-h1 img{
	border-radius: 50%;
}
.c-link .c-link-list{
	padding: 20px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.c-link .c-link-list li{
	margin-right: 15px;
	margin-bottom: 5px;
}
.c-footer{
	min-height: 90px;
	background-color: #e7e7e7;
	text-align: center;
	padding: 15px 0;
}
.c-show h2{
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	height: 120px;
	padding-top: 50px;
	margin: 0;
}
.c-show .c-subtitle{
	text-align: center;
	font-size: 12px;
	color: #888;
	line-height: 30px;
	margin-bottom: 15px;
}
.c-show .c-content{
	font-size: 18px;
	line-height: 180%;
}
.c-share{
	padding: 20px 0;
}
.c-comments{
	font-size: 16px;
}
.c-comments .c-comments-user{
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}
.c-comments .c-comments-user span{
	margin-right: 15px;
}
.c-comments .c-comments-user span:nth-child(2),.c-comments .c-comments-user span:nth-child(3){
	color: #888;
}
.c-comments .c-comments-content{
	font-size: 14px;
	color: #888;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-comments-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-comments-form textarea{
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 5px;
	font-size:14px;
	flex-grow: 1;
	margin-right: 20px;
	height: 70px;
}
.c-comments-form textarea:focus{
	outline: none;
	border: 1px solid #ac4128;
}
.c-comments-form button{
	height: 70px;
	width: 70px;
	border: 1px solid #ac4128;
	background-color: #ac4128;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}
.c-no-comments{
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #888;
}