/*整体背景颜色*/
body {
	background: #f2f3f4;
	color: #333;
	font-size: 14px;
	font-family: Avenir, Helvetica, Arial, "Noto Sans TC", sans-serif;
}
/*鼠标经过颜色*/
a:hover {
	color: #DF3820;
	text-decoration: none !important
}
/*导航横线、背景色*/
header {
	border-top: 2px #DF3820 solid;
	background: #fff;
	height: 67px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all .3s;
}
/*导航文字景色*/
.menu1 ul a {
	color: #666;
	line-height: 32px;
	font-size: 16px;
	padding: 0 20px;
}
/*导航文字鼠标经过景色*/
.menu1 ul a:hover {
	color: #DF3820;
}
/*左侧横线颜色*/
.tjtxt {
	border-top: 2px #DF3820 solid;
	padding: 16px 10px;
	font-size: 18px;
	font-weight: bold;
}
/*右侧横线颜色*/
.tjyouc {
	border-top: 2px #DF3820 solid;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
/*底部背景颜色、文字颜色、高度*/
footer {
	padding: 20px 0;
	text-align: center;
	background-color: #dfdfdf;
	display: block;
	color: #666;
}
/*底部导航文字颜色*/
.copyrightlink li a {
	color: #666;
}
/*左侧图片上背景颜色和文字颜色*/
.dg_txt {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: #DF3820;
	padding: 3px 10px;
}
/*右侧图片上背景颜色和文字颜色*/
.yc_fenl span {
	background-color: #DF3820;
	padding: 6px;
	color: #fff;
}
/*页码背景色*/
.page ul li.current {
	background-color: #DF3820;
	color: #fff
}
/*上一页下一页背景色*/
.jps_milano.jps-next, .jps_milano.jps-prev {
    background-color: #DF3820 !important;
    border: 0px!important;
    border-radius: 1.5em!important;
    color: #fff!important;
    font-size: 20px!important;
    overflow: hidden!important;
    padding: 10px 80px!important;
    text-transform: none!important;
    font-weight: 700!important;
    box-shadow: 3px 3px 2px rgb(124 124 124 / 45%) !important;
    transition: all .3s ease 0s!important;
}
/*鼠标经过背景色*/
.jps_milano.jps-next:hover, .jps_milano.jps-prev:hover {
    background-color: #781010 !important;
}
/*各条款鼠标经过颜色*/
.copyrightlink li a:hover {
	color: #DF3820;
}