
:root {
	--theme-color: #ae2627;
}
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
  font-family: "Microsoft Yahei", Arial;
  font-size: 14px;
  background-color: #f2f2f2;
}
ul, ol {
	list-style-type: none;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
img {
  border: 0;
}
input:focus {
	outline: none;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.figure {
	position: relative;
	display: block;
  overflow: hidden;
}
.figure a {
  display: block;
}
.figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mt20 { margin-top: 20px; }


/*头部*/
.header {
  height: 150px;
  background-color: #d13f37;
}
.header .box {
  height: 150px;
}
.header .box .input {
	width: 240px;
  height: 40px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.header .box .input input {
  height: 36px;
  width: 160px;
  outline: none;
  border: none;
}
.header .box .input button {
  height: 40px;
  width: 40px;
  cursor: pointer;
  border: none;
  background: none;
}

.nav {
  height: 50px;
  background-color: var(--theme-color);
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: left;
}
.nav ul li {
  width: 12.5%;
}
.nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  transition: 0.5s;
}
.nav ul li a:hover {
	color: var(--theme-color);
  background-color: #fff;
}

/*底部*/
.footer {
  padding-top: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #cd3b37;
}
.footer ul {
  margin-bottom: 30px;
}
.footer ul li {
  width: 360px;
}
.footer ul li a {
  color: #fff;
}
.footer ul li.qrcode {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}
.footer ul li .text {
  line-height: 30px;
}

.footer .copyright {
  line-height: 45px;
  text-align: center;
  color: #fab6b4;
  background-color: var(--theme-color);
}
.footer .copyright a {
	margin-left: 1em;
	color: #fab6b4;
}
.backtop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: none;
  width: 40px;
  height: 40px;
  background: #999 url(../images/backtop.png) center no-repeat;
  cursor: pointer;
  transition: background-color .2s;
}
.backtop:hover {
  background-color: var(--theme-color);
}

/*内页*/
.page {
	margin-top: 40px;
	margin-bottom: 40px;
	align-items: stretch;
}
.content {
	flex: 1;
	min-width: 0;
	background-color: #fff;
	border: 1px solid #b7312c;
}
.single .sidebar {
	width: 270px;
	margin-right: 30px;
}
.list .sidebar {
	width: 360px;
	margin-left: 15px;
}

.widget {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #b7312c;
}
.widget .hd {
	padding-left: 20px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: var(--theme-color);
}
.subnav li {
	padding: 10px 30px;
	border: 1px solid #f2f2f2;
}
.contact {
	padding: 10px;
	line-height: 2em;
}

.breadcrumb {
	padding-left: 20px;
	line-height: 40px;
	background-color: #e9e9e9;
}
.post {
	padding: 30px;
}
.post-title {
	margin-bottom: 30px;
	text-align: center;
}
.post-title h1 {
	font-size: 20px;
	color: var(--theme-color);
}
.single .post-title h1 {
	font-size: 30px;
	font-weight: normal;
}
.post-title p {
	margin-top: 20px;
	padding: 10px 0;
	background-color: #f7f7f7;
	border-top: 1px dotted #707070;
	border-bottom: 1px dotted #707070;
}
.post-title p span {
	padding: 0 1em;
}
.post-body {
	padding-bottom: 30px;
	min-height: 400px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2em;
	color: #666;
}
.post-body p {
	margin-bottom: 1em;
}
.post-body img {
	max-width: 100%;
	height: auto;
}

.list .newslist {
	padding: 30px;
	min-height: 300px;
}
.newslist li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}
.newslist li .text {
	flex: 1;
	min-width: 0;
	padding-right: 20px;
}
.newslist li .text h4 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
}
.newslist li .text h4 a {
	color: #000;
}
.newslist li .text h4 a:hover {
	color: var(--theme-color);
}
.newslist li .text p {
	color: #888;
}
.newslist li .meta {
	width: 100px;
	text-align: center;
	color: #666;
	border-left: 1px solid #ccc;
}
.newslist li .meta p {
	font-size: 20px;
}

.ranklist li {
	display: flex;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #f2f2f2;
}
.ranklist li span {
	flex-shrink: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #999;
	border-radius: 50%;
}
.ranklist li span.active {
	background-color: var(--theme-color);
}

.pagination {
  padding: 30px 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px;
  color: #000;
  background-color: #fafafa;
  border: #ccc 1px solid;
}
.pagination .page-num-current,
.pagination a:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.nodata {
  padding-top: 200px;
  margin-bottom: 100px;
  text-align: center;
  background: url(../images/nodata.png) center top no-repeat;
}

.search {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0 50px;
}
.search .box {
	padding-top: 50px;
	padding-bottom: 30px;
	padding-right: 50px;
	background-color: #fff;
	box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
	border-radius: 30px;
}
.search .box h2 {
	margin-bottom: 70px;
	text-align: center;
	font-size: 40px;
	color: var(--theme-color);
}
.search .box .flexbox {
	align-items: stretch;
}
.search .box .intro p {
	padding-top: 20px;
	padding-left: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}
.search .diyform .item {
	width: 430px;
	margin-top: 40px;
}
.diyform .item {
	display: flex;
	padding: 6px 0;
	margin-top: 10px;
	border-bottom: 1px solid #dadada;
}
.diyform .item span {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background: url(../images/icon-1.png) no-repeat;
}
.diyform .item .icon-2 {
	background-image: url(../images/icon-2.png);
}
.diyform .item .icon-3 {
	background-image: url(../images/icon-3.png);
}
.diyform .item input {
	flex: 1;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
}
.diyform .panel {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.search .diyform .panel {
	margin-top: 50px;
}
.diyform .panel .btn {
	width: 120px;
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: var(--theme-color);
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.diyform .panel .btn:hover {
	background-color: #d13f37;
}
.search .box .post-body {
	padding-left: 40px;
	padding-right: 40px;
}
.search .zslist {
	margin-bottom: 30px;
}
.search .zslist li {
	display: flex;
	height: 30px;
	padding-left: 70px;
	line-height: 30px;
	font-size: 16px;
}
.search .zslist li span {
	display: block;
	width: 5em;
	text-align: right;
}
.result .box .panel {
	margin-top: 0;
}

.tabs .hd {
	position: relative;
	z-index: 0;
	display: flex;
}
.tabs .hd:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
}
.tabs .hd li {
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 18px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.tabs .hd li.active {
	border-bottom-color: var(--theme-color);
}
.tabs .hd li i {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	background: url(../images/home-icon1.png) no-repeat;
}
.tabs .hd li i.icon2 {
	background-image: url(../images/home-icon2.png);
}
.tabs .hd li i.icon3 {
	background-image: url(../images/home-icon3.png);
}
.tabs .hd li i.icon4 {
	background-image: url(../images/home-icon4.png);
}
.tabs .hd li i.icon5 {
	background-image: url(../images/home-icon5.png);
}
.tabs .hd li i.icon6 {
	background-image: url(../images/home-icon6.png);
}
.tabs-hover .hd li.active {
	background-color: #f2f2f2;
}
.tabs-hover .bd > ul {
	display: none;
}
.tabs-hover .bd > .active {
	display: block;
}

.section {
	margin-bottom: 20px;
	background-color: #fff;
}

.headline {
	padding: 20px 10px;
	text-align: center;
	color: var(--theme-color);
	background-color: #fff;
}
.headline h2 {
	font-size: 40px;
}
.headline h2 a {
	color: var(--theme-color);
}
.headline p {
	font-size: 20px;
}

.focus {
	position: relative;
	width: 760px;
	height: 420px;
}
.focus .bd {
	position: relative;
	overflow: hidden;
}
.focus .bd li a {
	position: relative;
	display: block;
}
.focus .bd li a p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding-left: 10px;
	padding-right: 150px;
	line-height: 80px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
}
.focus .bd li img {
	display: block;
}
.focus .hd {
	position: absolute;
	bottom: 34px;
	right: 10px;
	z-index: 9;
}
.focus .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #D9D9D9;
	border-radius: 50%;
	cursor: pointer;
}
.focus .hd li.on {
	background-color: var(--theme-color);
}
.focus .prev,
.focus .next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  background-image: url(../images/focus_btn.png);
  background-repeat: no-repeat;
}
.focus .prev {
	left: 0;
	background-position: 0 -74px;
}
.focus .prev:hover {
	background-position: 0 0;
}
.focus .next {
	right: 0;
	background-position: -40px -74px;
}
.focus .next:hover {
	background-position: -40px 0;
}
.news {
	display: flex;
	justify-content: space-between;
}
.news .tabs {
	flex: 1;
	min-width: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.txtlist {
	padding-top: 10px;
}
.txtlist li {
	position: relative;
	height: 35px;
	padding-left: 10px;
	line-height: 35px;
}
.news .txtlist li:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background-color: var(--theme-color);
	border-radius: 50%;
}
.txtlist li a {
	flex: 1;
	font-size: 16px;
}
.txtlist li span {
	flex-shrink: 0;
	margin-left: 4px;
	color: #999;
}

.product {
	display: flex;
	justify-content: space-between;
}
.product .pro-l {
	flex: 1;
}
.product .pro-r {
	width: 420px;
	margin-left: 20px;
}
.product .isearch {
	padding: 20px;
	background: url(../images/isearch.png) repeat-x;
}
.product .isearch h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
}

.tuwen {
	padding-top: 8px;
}
.tuwen .item {
	align-items: stretch;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.tuwen .item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.tuwen .item .figure {
	width: 150px;
	height: 95px;
}
.tuwen .item .text {
	flex: 1;
	padding: 0 10px;
}
.tuwen .item .text a {
	font-size: 16px;
	color: #000;
}
.tuwen .item .text p {
	padding-top: 5px;
	color: #999;
}

.flinks .bd {
	padding: 20px;
}
.flinks .bd li {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.flinks .bd li img {
	display: block;
	width: 280px;
	height: 105px;
}