@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}

body {
	font-size: 18px;
	font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	color: #3a3a3a;
	min-width: 1400px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

textarea {
	resize: none;
}

img {
	display: block;
	border: 0;
	vertical-align: bottom;
}

button {
	cursor: pointer
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #e32227;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

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

input:-moz-placeholder {
	color: #bcbcbc;
}

input::-moz-placeholder {
	color: #bcbcbc;
}

input:-ms-input-placeholder {
	color: #bcbcbc;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.contentbox {
	width: 1400px;
	margin: 0 auto;
}

/* ====== 头部 ======*/
.header_box {
	height: 220px;
	background: #fff url(../images/head_bg.jpg) center top no-repeat;
}

.header_in {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.header_in .header_logo {
	width: 5rem;
	margin-top: 10px;
}

.header_in .header_logo img {
	width: 4.0rem;
	height: auto;
}

.header_right {
	width: 220px;
}

.wx_icon {
	display: flex;
	justify-content: space-between;
}

.wx_icon li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.wx_icon li a img {
	margin-bottom: 4px;
}

.header_right li {
	position: relative;
}

.wx_icon li:nth-of-type(2) {
	margin: 0 20px;
}

.header_right li .ewm_show_div {
	transition: opacity 0.3s, visibility 0.3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -7px;
	margin: 6px 0 0 -28px;
	z-index: 100;
	width: 140px;
	height: 140px;
}

.other_logo li .ewm_show_div {
	top: -46px;
	left: 98px;
}

.header_right li .ewm_show_div img {
	width: 140px;
	height: 140px;
}

.header_right li:hover .ewm_show_div {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.other_logo {
	display: flex;
	margin: 20px 0 0 0;
}

.other_logo li {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dd6666;
}

.other_logo li:nth-child(2) {
	margin: 0 11px;
}

/* ====== 导航 ======*/
nav {
	width: 100%;
	height: .6rem;
	margin-bottom: .50rem;
	background: #c70000;
}

ul.nav_box {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}

ul.nav_box a {
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	height: .6rem;
	line-height: .6rem;
}

ul.nav_box li.active a {
	font-weight: bold;
	background-color: #d84d4d;
}

ul.nav_box a:hover {
	font-weight: bold;
}

.head_siderbar,
#sidenav {
	display: none;
}

/* ====== 一些公用样式 ======*/
.more1 {
	margin-top: 12px;
	display: flex;
	justify-content: end;
	font-size: 14px;
	color: #666;
}

.more1:hover {
	text-decoration: underline;
}

.bg_gray {
	width: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
}

.indx_news_list2 dt,
.page_news_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: .15rem;
}

.indx_news_list2 dt h3,
.page_news_title h3 {
	display: inline-block;
	position: relative;
	margin-bottom: -2px;
	font-size: 24px;
	color: #c70000;
	border-bottom: 2px solid #c70000;
}

.indx_news_list2 dt h3 a,
.page_news_title h3 a {
	color: #c70000;
	line-height: 1.9;
}

.indx_news_list2 dt h3::after,
.page_news_title h3::after {
	content: "";
	display: inline-block;
	width: 0.03rem;
	height: .28rem;
	background-color: #fff;
	position: relative;
	top: 16px;
}

/* ===湘聚同心=== */
.xztx_pic_row {
	display: flex;
	justify-content: space-between;
}

.xztx_pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xztx_pic_row dt {
	position: relative;
	width: 548px;
	height: 306px;
}

.xztx_pic_row dt h4 {
	position: absolute;
	z-index: 111;
	bottom: .18rem;
	left: 0;
	width: 100%;
	padding: 0 26px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xztx_pic_row dt a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .46rem;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.xztx_pic_row dd {
	position: relative;
	width: 264px;
	height: 306px;
	background-color: #fff;
	box-shadow: 1px 2px 5px 0px rgba(51, 51, 51, 0.16);
}

.xztx_pic_row dd .pic_row {
	position: relative;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.xztx_pic_row dd h4 {
	margin-top: .16rem;
	padding: 0 .20rem;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xztx_pic_row dd p {
	position: absolute;
	bottom: .18rem;
	width: 100%;
	height: .2rem;
	padding: 0 .2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.xztx_pic_row dd p em {
	font-style: normal;
}

.xztx_pic_row dd p a.like_btn {
	width: 18px;
	height: 16px;
	background: url(../images/like_btn_gray.png) no-repeat;
	background-size: 18px auto;
}

.xztx_pic_row dd p a.like_btn_red {
	background-image: url(../images/like_btn_red.png);
}

/* ====== 底部 ======*/
.footer_links {
	width: 100%;
	padding: .2rem 0 .25rem;
	margin-top: .6rem;
	font-size: 14px;
	line-height: 42px;
	color: #666;
	background: #f2f2f2;
	border-bottom: 1px solid #e1e1e1;
}

.footer_links .contentbox {
	text-align: justify;
}

.footer_links a {
	color: #666;
	padding-right: 14px;
}

.footer_links a:hover {
	color: #c70000;
	text-decoration: underline;
}

.footer_data {
	padding: .15rem 0 .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.footer_data img {
	width: 56px;
	height: 68px;
	margin-right: .18rem;
}

.footer_data .wx_icon_mobile {
	display: none;
}

/* ===响应式样式=== */
@media screen and (max-width: 1200px) {
	html {
		font-size: 10vw;
	}

	body {
		font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
		min-width: 100%;
		font-size: .3rem;
	}

	.contentbox {
		width: auto;
		padding: 0 .3rem;
	}

	.header_box {
		height: 2.55rem;
		background-size: auto 2.55rem;
		background-position: 42% top;
		overflow: hidden;
	}

	.header_in .header_logo {
		margin-top: .71rem;
	}

	.header_in .header_logo img {
		width: 4.48rem;
		height: 1.28rem;
	}

	.header_right {
		display: none;
	}

	nav {
		display: flex;
		height: .96rem;
		margin-bottom: .45rem;
	}

	ul.nav_box {
		flex: 1;
		padding: 0 .16rem 0 .3rem;
		margin: 0;
		font-size: .28rem;
	}

	ul.nav_box a {
		padding: 0;
		height: .96rem;
		line-height: .96rem;
	}

	ul.nav_box li.active a {
		background: none;
	}

	ul.nav_box li:nth-of-type(n+6) {
		display: none;
	}

	nav .head_siderbar {
		display: inline-block;
		width: .9rem;
		height: .96rem;
		background: url(../images/menu_ico.png) .2rem center no-repeat;
		background-size: .4rem .3rem;
	}

	nav.head_fixed {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
	}

	/* ====侧边导航==== */
	#sidenav {
		display: none;
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: hidden;
	}

	#sidenav ul {
		width: 100%;
		padding: .28rem .3rem 0;
	}

	#sidenav li {
		padding-left: .5rem;
		border-bottom: 1px solid #dbdada;
	}

	#sidenav li a {
		height: 1.12rem;
		display: flex;
		align-items: center;
		color: #333;
		font-size: .34rem;
	}

	#sidenav li a::before {
		content: "";
		width: .1rem;
		height: .1rem;
		margin-right: .36rem;
		position: relative;
		border-radius: 10px;
		background-color: #e37f7f;
	}

	#sidenav .sidenav_logo {
		display: block;
		padding: .52rem 0 .3rem .3rem;
		border-bottom: 1px solid #c70000;
	}

	#sidenav .sidenav_logo img {
		width: 4.48rem;
	}

	#sidenav .sidenav_close {
		display: block;
		position: fixed;
		top: .65rem;
		right: .1rem;
		background: url(../images/sidenav_close.png) center no-repeat;
		background-size: .4rem;
		width: .8rem;
		height: .8rem;
	}

	/* ====== 一些公用样式 ======*/
	.more1 {
		margin-top: 0;
		font-size: .24rem;
		color: #9a9a9a;
	}

	/* === 湘聚同心 === */
	.xztx_pic_row {
		flex-wrap: wrap;
	}

	.xztx_pic_row dt {
		display: none;
	}

	.xztx_pic_row dd {
		width: calc(50% - .07rem);
		height: 4.13rem;
		margin-bottom: .3rem;
		box-shadow: 0px 2px .1rem 0px rgba(0, 0, 0, 0.15);
	}

	.xztx_pic_row dd .pic_row {
		height: 1.94rem;
	}

	.xztx_pic_row dd h4 {
		font-size: .3rem;
	}

	.xztx_pic_row dd p {
		height: .3rem;
		font-size: .22rem;
	}

	.xztx_pic_row dd p a.like_btn {
		width: .3rem;
		height: .26rem;
		background-size: .3rem auto;
	}

	/* === 底部 ===*/
	.footer_links {
		display: none;
	}

	.footer_data {
		flex-wrap: wrap;
		padding: .42rem 0 .65rem;
		font-size: .24rem;
		border-top: 1px solid #e1e1e1;
	}

	.footer_data img {
		width: .74rem;
		height: auto;
	}

	.footer_data .wx_icon_mobile {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: .4rem;
	}

	.wx_icon_mobile li {
		width: 1.4rem;
		margin: 0 .27rem;
		text-align: center;
	}

	.wx_icon_mobile img {
		width: 1.4rem;
		height: 1.4rem;
	}

	.wx_icon_mobile p {
		margin-top: .05rem;
		font-size: .22rem;
		line-height: .28rem;
		color: #333;
	}
}