@charset "utf-8";

/* CSS Document */
html,body,div,iframe,em,img,b,i,dl,dt,dd,ul,li,h1,h2,h3,h4,p {
	font: 14px/20px "微软雅黑";
	font-weight: normal;
	list-style: none;
	font-style: normal;
	margin: 0px;
	padding: 0;
}
body,html {
	width: 100%;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #E22323;
}
a:hover {
	text-decoration: none;
	color: #E22323;
}
:before,:after {
	content: "";
	position: absolute;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
h2 {
	font-size: 18px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
	line-height: 26px;
}
p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-align: justify;
	text-justify: inter-word;
}
button,input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;outline:none;border:none;}
.mit,.m_nav {
	display: none;
}
.tw {
	width: 100%;
	margin-top: 20px;
}
.w {
	width: 1360px;
	margin: 0 auto;
	display: table;
}
.bg {
	background: #F2F2F2;
}
img {
	width: 100%;
	display: flex;
}
.Close_nav,
.m_menu {
	display: none;
}
.pc {
	display: block;
}
.m {
	display: none;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-self: flex-start;
}
.line {
	width: 100%;
	height: 30px;
	display: flex;
}
/*头部样式*/
.head {
	width: 100%;
	padding: 50px 0px;
	padding-bottom: 0px;
	transition: all .5s ease 0s;
	background: #fff;
	z-index: 88;
}
.head .logo {
	display: flex;
}
.head .logo dl{
	display: flex;
	align-items: center;
	height: 60px;
}
.head .logo dt{
	margin-right: 10px;
}
.head .logo img {
	width: auto;
	height: 60px;
}
.head .logo h2 {
	font-size: 30px;
	font-weight: bold;
	color: #E12223;
}
.head .logo p{
	font-size: 18px;
	margin-top: 2px;
	color: #E12223;
}
.head .logo dl:nth-child(2){
	margin-left: 60px;
}
.head .logo dl:nth-child(2) p{
	letter-spacing:0.7px;
}
.head .tel {
	display: flex;
	height: 60px;
	align-items: center;
}
.head .tel dt {
	width: 30px;
	margin-right: 10px;
	margin-top: 6px;
}
.head .tel dd p {
	color: #92AAC4;
	font-size: 12px;
}
.head .tel dd em {
	font-size: 24px;
	font-weight: bold;
	color: #E22323;
}
.head .nav {
	width: 100%;
	margin-top: 30px;
	background: #E22323;
	position: relative;
	z-index: 5;
}

.head .nav ul {}

.head .nav li {
	position: relative;
	padding: 0 10px;
}

.head .nav li h2 {
	font-size: 18px;
	position: relative;
	color: rgba(255, 255, 255, .95);
	line-height: 50px;
	z-index: 2;
	font-weight: 400;
}

.head .nav li:hover {
	color: #E22323;
	transition: 0.3s ease-out;
}

.head .nav li.cur h2,
.head .nav li:hover h2,
.head .nav li.cur:hover h2 {
	color: #fff;
	font-weight: bold;
}

.head .nav li:before {
	width: 100%;
	height: 100%;
	background: #CC8A0C;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

.head .nav li:after {
	width: 34px;
	height: 3px;
	background: #fff;
	bottom: 5px;
	left: 50%;
	margin-left: -17px;
	visibility: hidden;
	border-radius: 20px;
}

.head .nav li.cur:after,
.head .nav li:hover:after {
	visibility: visible;
}

.head .nav li:hover:before {
	visibility: visible;
}

.head .nav li:hover .subnav {
	visibility: visible;
	opacity: 1;
}

.head .nav .subnav {
	width: 130px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: #fff;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border: solid 1px #CC8A0C;
}

.head .nav .subnav a {
	width: calc(100% - 20px);
	display: flex;
	line-height: 20px;
	color: #222;
	position: relative;
	font-size: 16px;
	padding:0 10px;
	margin: 6px 0;
}

.head .nav .subnav a:hover {
	color: #E22323;
	font-weight: bold;
}

.head .nav .subnav a:after {
	width: 3px;
	height: 0;
	background: #E22323;
	left: -1px;
	top: 0px;
}

.head .nav .subnav a:hover:after {
	height: 100%;
	transition: all 0.3s ease 0s;
}

.hbg{
	background: url("../home_bg.png") no-repeat center -55px;
}

.nav_xs {
	position: fixed !important;
	left: 0;
	top: 0;
	margin: 0px !important;
}

/* 焦点滚图 */
.banner {
	width: 500px;
	float: left;
	overflow: hidden;
	position: relative;
	background: #F2F2F2;
}

.banner .hd {
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
	z-index: 6;
}

.banner .hd ul {
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	cursor: pointer;
	background: #ccc;
	text-indent: -9999px;
	border-radius: 8px;
}

.banner .hd ul li.on {
	background: #E22323;
	width: 12px;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	margin-bottom: 20px;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	
}
.banner .bd li .tu{
	min-height: 230px;
	overflow: hidden;
}
.banner .bd li .tx{
	padding: 15px;
}
.banner .bd li .tx h2{
	width: calc(100% - 20px);
	height: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}
.banner .bd li .tx h2:before{
	width: 6px;
	height: 16px;
	background: url("../more.png") no-repeat 0 -16px;
	background-size: 100%;
	right: 0px;
	top: 10px;
}
.banner .bd li .tx p{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.banner .bd img {
	display: block;
}

.banner .bd a:hover img {
	transform: none;
	transition: 600ms;
}

.banner .bd .prev,
.banner .bd .next {
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 90px;
	background: url("../next.png") rgba(0, 0, 0, .20) no-repeat 13px 12px;
	background-size: 10px;
	z-index: 6;
	border-radius: 40px;
}

.banner .bd .next {
	left: auto;
	right: 10px;
	background-position: 16px -19px;
}

.banner .bd .prev:hover,
.banner .bd .next:hover {
	background-color: rgba(0, 0, 0, .50);
}

.news {
	width: calc(100% - 860px);
}

.news .con {
	width: 100%;
}

.news .con a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.news .con h2 {
	width: calc(100% - 100px);
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.news .con h2::before {
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #E6E6E6;
	border-radius: 10px;
	left: 0px;
	top: 50%;
	margin-top: -2px;
}

.news .con time {
	width: 80px;
	font-size: 12px;
	color: #666;
}

.fuw {
	width: 300px;
}

.fuw .con a {
	width: calc(100% - 30px);
	background: rgba(226, 35, 35, .10);
	margin-top: 10px;
	border-radius: 3px;
	padding:0px 15px;
	display: flex;
	align-items: center;
	height: 110px;
}

.fuw .con a:nth-child(2) {
	background: rgba(186, 169, 130, .15);
}

.fuw .con a:nth-child(3) {
	background: rgba(223, 161, 124, .15);
}

.fuw .con a dt {
	width: calc(100% - 90px);
	display: flex;
	flex-wrap: wrap;
}

.fuw .con a dt h2 {
	font-size: 18px;
	font-weight: bold;
}

.fuw .con a dt p {
	font-size: 14px;
}

.fuw .con a dd {
	width: 50px;
	display: flex;
	align-items: flex-end;
}

.fuw .con a dd image {
	width: 100%;
}

.tits {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #E6E6E6;
	height: 30px;
	display: flex;
	align-items: center;
}

.tits h2 {
	font-size: 22px;
	font-weight: bold;
	color: #E22323;
	position: relative;
	display: flex;
	align-items: center;
	height: 30px;
}

.tits h2::before {
	width: 100%;
	height: 3px;
	background: #E22323;
	left: 0;
	bottom: -12px;
	border-radius: 10px;
}

.tits a {
	color: #717171;
	position: relative;
	padding-right: 10px;
}

.tits a::before {
	width: 5px;
	height: 10px;
	background: url("../more.png") no-repeat;
	background-size: 100%;
	right: 0;
	top: 5px;
}

.more {
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 5;
}

.more a {
	color: #fff;
	position: relative;
	padding: 0 60px 0 20px;
	margin-top: 30px;
	display: inline-block;
	background: #E22323;
	line-height: 40px;
	overflow: hidden;
}

.more a:before {
	content: "+";
	width: 50px;
	height: 100%;
	right: -10px;
	top: 0px;
	background: #92AAC4;
	transform: skewX(-10deg);
	text-indent: 15px;
}

.xydt {
	width: calc(100% - 330px);
}

.xydt .con a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #E6E6E6;
	position: relative;
}

.xydt .con h2 {
	width: calc(100% - 120px);
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}

.xydt .con p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.xydt .con time {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
	padding-left: 20px;
	display: flex;
	align-items: center;
	height: 30px;
}

.xydt .con time::before {
	width: 12px;
	height: 12px;
	background: url("../sj.png") no-repeat;
	background-size: 100%;
	left: 0;
	top: 8px;
}

.xydt .con a:last-child {
	padding: 0;
	border-bottom: 0;
}

.xygs {
	width: 300px;
}

.xygs .con a {
	width: calc(50% - 45px);
	padding: 15px;
	background: #F2F2F2;
	border-radius: 3px;
	margin-top: 15px;
	text-align: center;
}

.xygs .con a i {
	margin: 0 auto;
	display: table;
}
.xygs .con a img{
	width: auto;
	height: 42px;
}

.xygs .con a h2 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}

.ads {
	margin: 20px 0;
}

.snew {
	width: calc(33.33% - 15px);
	margin-bottom: 15px;
}

.snew .tuw {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #E6E6E6;
}

.snew .tuw dt {
	width: 160px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
}

.snew .tuw dt img {
	width: auto;
	height: 80px;
}

.snew .tuw dd {
	width: calc(100% - 180px);
	height: 80px;
	display: flex;
	align-items: center;
}

.snew .tuw dd h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.snew .con a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
}

.snew .con a h2 {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	width: calc(100% - 100px);
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.snew .con a h2::before {
	width: 6px;
	height: 6px;
	border-radius: 9px;
	background: #E6E6E6;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.snew .con a time {
	color: #717171;
	font-size: 12px;
}

.link {
	width: calc(100% - 60px);
	padding: 0 30px;
	background: #E22323;
	border-radius: 6px;
	justify-content: flex-start;
	margin-top: 10px;
}

.link li {
	position: relative;
	height: 50px;
	cursor: pointer;
}

.link .hd {
	width: 180px;
	display: flex;
	margin: 0 20px;
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	position: relative;
	padding: 0 10px;
	padding-right: 25px;
	background: #E22323;
	border-radius: 6px;
	z-index: 6;
}

.link .hd i {
	position: relative;
	top: 12px;
	width: 10px;
	height: 10px;
	background: url("../xla.png") no-repeat 0 0px;
	background-size: 100%;
	margin-left: 20px;
}

.link li:hover .hd i {
	background-position: 0 -14px;
}

.link .bd {
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 0px;
	border: solid 2px #E22323;
	background: #fff;
	padding: 10px 20px 50px 20px;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	visibility: hidden;
	z-index: 5;
}

.link .bd a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #E6E6E6;
	position: relative;
}

.link .bd a:last-child {
	border-bottom: 0;
}

.link .bd a:before {
	right: 0;
	top: 50%;
	width: 5px;
	height: 14px;
	background: url("../more.png") no-repeat 0 -14px;
	background-size: 100%;
	margin-top: -7px;
}

.link li:hover .bd {
	visibility: visible;
}

.link li:last-child .bd {
	left: auto;
	right: 0px;
}

.foot {
	width: 100%;
	display: flex;
	position: relative;
	padding: 30px 0;
	background: #F2F2F2;
	margin-top: 30px;
}

.copright {
	width: 700px;
	display: flex;
	flex-wrap: wrap;
}

.copright li {
	width: 100%;
	display: flex;
	line-height: 30px;
	color: rgba(0, 0, 0, .60);
}

.copright li a {
	color: rgba(0, 0, 0, .60);
	position: relative;
	padding-right: 21px;
}

.copright li a:hover {
	color: #000;
}

.copright li a::before {
	width: 1px;
	height: 14px;
	background: #ccc;
	right: 10px;
	top: 8px;
}

.copright li a:last-child:before {
	display: none;
}

.copright li:nth-child(1) a:nth-child(1) {
	padding-left: 28px;
	background: url("../home.png") no-repeat 0 4px;
	background-size: 18px;
}

.copright :last-child a:nth-child(1) {
	padding-left: 28px;
	background: url("../icp.png") no-repeat 4px 7px;
	background-size: 14px;
}
.copright :last-child a:nth-child(2) {
	padding-left: 28px;
	background: url("../icp.png") no-repeat 4px -19px;
	background-size: 14px;
}
.weixin {
	display: flex;
}

.weixin .hd li {
	width: 34px;
	height: 34px;
	margin-bottom: 10px;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 6px;
	background: #ccc url("../fi.png") no-repeat center 11px;
	background-size: 18px;
}

.weixin .hd li.on {
	background-color: #E22323;
}

.weixin .hd li:last-child {
	background-position: center -17px;
}

.weixin .bd {
	margin-right: 10px;
}

.weixin .bd li {
	width: 100px;
	background: #fff;
	position: relative;
	padding: 5px;
	border-radius: 6px;
}

.weixin .bd li:before {
	width: 9px;
	height: 18px;
	background: url("../tis.png");
	left: -9px;
	top: 5px;
}

.kefu_box {
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 56px;
	top: 50%;
	right: 10px;
	margin-top: -120px;
	border-radius: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
}

.kefu_box li {
	width: 100%;
	float: left;
	margin: 10px 0;
	position: relative;
	cursor: pointer;
}

.kefu_box li h2 {
	font-size: 12px;
	text-align: center;
}

.kefu_box li i {
	width: 20px;
	height: 22px;
	background: url("../kefu.png") no-repeat 0 1px;
	background-size: 100%;
	margin: 0 auto;
	display: table;
}

.kefu_box li p {
	width: 126px;
	position: absolute;
	top: 10px;
	left: -200px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	padding: 10px;
	border-radius: 3px;
	visibility: hidden;
	overflow: inherit;
	text-align: center;
	color: #028CD7;
	font-weight: bold;
	font-size: 16px;
}

.kefu_box li p:before {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 6px;
	right: -12px;
	top: 13px;
}

.kefu_box li span {
	display: block;
	font-size: 18px;
	color: #1D1F20;
}

.kefu_box li:hover p {
	left: -155px;
	visibility: visible;
}

.kefu_box li:nth-child(2) i {
	background-position: 0 -36px;
	animation: teld ease-out 1s infinite;
}

.kefu_box li:nth-child(3) i {
	background-position: 0 -70px;
}

.kefu_box li:hover img {
	transform: scale(1);
}

/*二级页面开始*/

.let {
	width: calc(100% - 350px);
	margin-top: 20px;
}

.rit {
	width: 300px;
	margin-top: 20px;
}

.lnav {
	width: 100%;
	background: #F2F2F2;
}

.lnav dt {
	position: relative;
	background: #E22323;
	overflow: hidden;
}

.lnav dt h2 {
	display: inline-flex;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.lnav dt h2:before {
	width: calc(100% + 10px);
	height: 100%;
	background: #E22323;
	transform: skewX(-10deg);
	left: -10px;
	top: 0px;
	z-index: -1;
}

.lnav dd {
	padding: 20px;
}

.lnav dd a {
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
}

.lnav dd a h2 {
	font-size: 16px;
	font-weight: inherit;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}

.lnav dd a.cur {
	background: #fff;
}

.lnav dd a.cur h2 {
	font-weight: bold;
	color: #E22323
}

.lnav dd a.cur:before {
	width: 3px;
	height: 16px;
	background: #E22323;
	left: 0px;
	z-index: 3;
}

.lnav dd a:hover h2 {
	transition: 460ms;
	font-weight: bold;
}
.r-new{
	display: flex;
	flex-wrap: wrap;
	position: sticky;
	top: 80px;
}
.r-new .bt {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.r-new .xx a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 26px;
	border-bottom: solid 1px #E6E6E6;
	margin-top: 10px;
	padding-bottom: 10px;
}
.r-new .xx a i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 22px;
	color: #fff;
	font-size: 12px;
	background: url("../red.png") no-repeat 0 2px;
	background-size: 100%;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.r-new .xx a h2 {
	width: calc(100% - 36px);
	font-size: 16px;
	overflow: hidden;
	white-space: pre-line;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.r-new .xx a:nth-child(1) i{
	background-position: 0 -28px;
}
.r-new .xx a:nth-child(2) i{
	background-position: 0 -60px;
}
.r-new .xx a:nth-child(3) i{
	background-position: 0 -92px;
}
.r-new .xx a:last-child {
	margin: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}

.list-map {
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 10px;
	height: 22px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.list-map .bt {
	font-size: 22px;
	font-weight: bold;
	color: #E22323;
	position: relative;
}

.list-map .bt:before {
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 3px;
	background: #E22323;
}

.list-map .wz a {
	color: #717171;
	position: relative;
	padding-right: 21px;
}

.list-map .wz a:before {
	width: 5px;
	height: 14px;
	background: url("../more.png") no-repeat 0 -14px;
	background-size: 100%;
	right: 5px;
	top: 6px;
}

.list-map .wz a:hover {
	color: #000;
}
.list-map .wz em{
	font-weight: bold;
}
.list-map .wz a:last-child:before {
	display: none;
}

.list-map .wz a:last-child {
	padding: 0;
}
.list-map .wz a:nth-child(1){
	padding-left: 25px;
}
.list-map .wz a:nth-child(1):after {
	width: 16px;
	height: 16px;
	background: url("../home.png") no-repeat;
	background-size: 100%;
	left: 0px;
	top: 0px;
}

.list-new a {
	width: calc(100% - 30px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 15px;
	margin-top: 10px;
}

.list-new a:hover {
	background: #F2F2F2;
}

.list-new a:hover .bt {
	font-weight: bold;
}

.list-new .bt {
	width: calc(100% - 100px);
	font-size: 16px;
	padding-left: 10px;
	position: relative;
}

.list-new .bt:before {
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 9px;
	left: -5px;
	top: 7px;
}

.list-new .tm {
	font-size: 14px;
	color: #666;	
}

.show-tit h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}
.show-tit p{
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	height: 20px;
	font-size: 12px;
}
.show-tit p a{
	background: #E22323;
	color: #fff;
	padding: 0 5px;
	margin-right: 10px;
}

.show-body table {
	width: 100% !important;
	margin-top: 20px;
	position: relative;
}

.show-body table:before {
	width: 1px;
	height: 100%;
	background: #ccc;
	right: 0px;
	top: 0px;
}

.show-body table td {
	padding: 8px 15px;
	position: relative;
	font-size: 16px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: auto !important;
	margin: 0px;
}

.show-body table tr:nth-child(1) td {
	background: #ccc;
	font-weight: bold;
}

.show-body img {
	float: none;
	max-width: 100%;
	margin: 0 auto;
	display: table;
	width: auto !important;
	height: auto !important;
	border-radius: 6px;
}

.show-body p {
	font-size: 18px;
	color: #222;
	line-height: 34px;
	text-indent: 18px;
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-word;
}

.show-body span {
	word-wrap: break-word;
}

.show-body h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 10px 0;
	display: flex;
	position: relative;
	padding-left: 20px;
}

.show-body h2:before {
	width: 6px;
	height: 19px;
	background: #E22323;
	left: 0px;
	top: 4px;
	border-radius: 20px;
}
.show-sour {
	margin: 20px 0;
	text-align: right;
	line-height: 40px;
	position: relative;
	color: #999;
}
.show-next {
	border-top: solid 1px #E6E6E6;
	padding-top: 20px;
}
.show-next dt{
	width: calc(100% - 70px);
}
.show-next dt a{
	display: flex;
	align-items: center;
	height: 20px;
	position: relative;
}
.show-next dt a:last-child{
	margin-top: 6px;
}
.show-next dt span{
	font-size: 14px;
	color: #717171;
}
.show-next dt h2{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.show-next dd{
	width: 44px;
	height: 44px;
	background: #E6E6E6 url("../fhlm.png") no-repeat center 13px;
	background-size: 20px;
	border-radius: 40px;
}
.show-next dd a{
	width: 100%;
	height: 100%;
	display: block;
}
.show-next dd:hover{
	background-position: center -20px;
	background-color: #E22323;
}

.list-seach{
	width: calc(100% - 30px);
	background:rgba(238,221,205,.70);
	padding:30px 15px;
	justify-content: center;
	border-radius: 6px;
}
.list-seach .bt{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.list-seach .ss{
	width: 400px;
	background: #fff url("../ssi.png") no-repeat 15px center;
	background-size: 20px;
	border-radius: 60px;
	position: relative;
}
.list-seach .text{
	width: 250px;
	background: none;
	border: none;
	height: 40px;
	line-height: 40px;
	margin-left: 40px;
}
.list-seach .submit{
	width: 80px;
	background: #E22323;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	border-radius: 60px;
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

.list-chaxun{
	margin-top: 20px;
}
.list-chaxun dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #E6E6E6;
}
.list-chaxun dt{
	width: 100%;
	display: flex;
	align-items: center;
	height: 20px;
}
.list-chaxun dt h2{
	font-size: 18px;
	font-weight: bold;
}
.list-chaxun dt p{
	border: solid 1px #E22323;
	height: 18px;
	margin-left: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-right: 6px;
	color: #E22323;
}
.list-chaxun dt span {
	background: #E22323;
	color: #fff;
	line-height: 18px;
	margin-right: 10px;
	padding: 0 5px;
	font-size: 12px;
}

.list-chaxun dd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}
.list-chaxun dd p{
	color: #666;
}
.list-chaxun dd em{
	color: #666;
}
.list-chaxun dd b{
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 10px;
	position: relative;
	top: 2px;
	background: #E6E6E6;
}

input{
	width: calc(100% - 10px);
	line-height:36px;
	text-indent:10px;
	border:solid 1px #E6E6E6;
	border-radius:3px;
	}
input:focus{
	border:solid 1px #E22323;
	}

.list-mes{
	width: 700px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-mes dl{
	width: calc(50% - 30px);
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.list-mes dt{
	width: 110px;
	display: flex;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #717171;
}
.list-mes dd{
	width: 100%;
	float: left;
	position: relative;
}

.list-mes span{
		position: absolute;
		right: 6px;
		top: 2px;
		height: 36px;
		overflow: hidden;
	}
.list-mes .submit{
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #E22323;
	border: none;
	cursor: pointer;
	border-radius: 6px;
}
.list-mes .btn{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.list-tous{
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-tous dl{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.list-tous dt{
	width: 70px;
	float: left;
	color: #717171;
	line-height: 40px;
}
.list-tous dd{
	width: calc(100% - 70px);
	float: left;
	position: relative;
	display: flex;
}
.list-tous dd p{
	display: inline-block;
	position: relative;
}
.list-tous dd span{
	margin-top: 10px;
}
.list-tous em{
		position: absolute;
		right: 6px;
		top: 2px;
		height: 36px;
		overflow: hidden;
	}
.list-tous .submit{
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #E22323;
	border: none;
	cursor: pointer;
	border-radius: 6px;
}
.list-tous .btn{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.textarea{
	width: calc(100% - 22px);
	height: 150px;
	border: solid 1px #E6E6E6;
	padding: 10px;
	border-radius: 6px;
}
.check{
	width: 20px;
	text-indent: 0px;
	position: relative;
	top: 1px;
}

.zuyi{
	width: calc(100% - 40px);
	margin-top: 30px;
	padding: 20px;
	background: #FBF9F4;
}
.zuyi h2{
	font-size: 20px;
	font-weight: bold;
	color: #E22323;
	position: relative;
}
.zuyi h2:before{
	width: 5px;
	height: 20px;
	background: #E22323;
	left: -20px;
	top: 6px;
}
.zuyi h3{
	font-weight: bold;
}
.zuyi p{
	font-size: 16px;
	line-height: 30px;
	color: #222;
	margin-top: 6px;
}

.mlink{
		width: 100%;
		margin-top: 10px;
		background: #E22323;
		padding-bottom: 1px;
		border-radius: 6px;
	}
	.mlink .hd ul{
		width: calc(100% - 30px);
		display: flex;
		padding: 0 15px;
	}
	.mlink .hd li{
		font-size: 14px;
		color: rgba(255, 255, 255, .90);
		line-height: 50px;
		margin-right: 30px;
		cursor: pointer;
	}
	.mlink .hd li.on{
		color: #fff;
		font-weight: bold;
		position: relative;
		font-size: 18px;
	}
	.mlink .hd li.on:before{
		left: 45%;
		bottom: -11px;
		border-color:#E22323 transparent transparent transparent;
		border-style:solid;
		border-width:5px; 
	}
	.mlink .bd{
		width: calc(100% - 44px);
		padding: 10px 20px;
		margin: 2px;
		background: #fff;
		border-radius: 6px;
		
	}
	.mlink .bd ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mlink .bd li {
		width: calc(25% - 15px);
		line-height: 30px;
	}
/*视频播放*/
.sip_btn {}

.vid_tc {
	width: 100%;
	height: calc(100% - 80px);
	background: rgba(0, 0, 0, .30);
	position: fixed;
	left: 0px;
	top: 80px;
	display: none;
	z-index: 9999;
}

.close_sp {
	width: 40px;
	height: 40px;
	background: #E22323 url("../gbi.png") no-repeat center;
	background-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -9999px;
	border-radius: 60px;
	cursor: pointer;
}

.con_sp {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -250px;
	overflow: hidden;
	border-radius: 6px;
}

/*座机号动态*/
@-webkit-keyframes tel {
	0% {
		-webkit-transform: scale(1);
	}

	1% {
		-webkit-transform: scale(2);
	}

	3% {
		-webkit-transform: scale(0.8);
	}

	6% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes tel {
	0% {
		transform: scale(1);
	}

	1% {
		transform: scale(2);
	}

	3% {
		transform: scale(0.8);
	}

	6% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

/*图片弹窗样式*/
.lb-disable-scrolling {
	overflow: hidden
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: fixed;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400;
	outline: 0
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	position: absolute;
	top: 0;
	width: 64px;
	left: -64px;
	float: left;
	filter: alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	position: absolute;
	top: 0;
	width: 64px;
	right: -64px;
	float: right;
	filter: alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
	width: 24px;
	height: 40px;
	background: url(../fdnext.png) 0 -117px;
	background-size: 100%;
	left: 15px;
	top: 50%;
	margin-top: -15px;
}

.lb-nav a.lb-prev:before {
	background-position: 0 -73px;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	display: none;
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-caption a {
	color: #4ae
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	position: absolute;
	top: -32px;
	right: -32px;
	width: 30px;
	height: 30px;
	background: url(../fdnext.png) no-repeat 0 -30px;
	background-size: 20px;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

@keyframes teld {
	0% {
		transform: rotate(0px) scale(1);
	}

	5% {
		transform: rotate(-10deg) scale(1);
	}

	10% {
		transform: rotate(0deg) scale(1);
	}

	15% {
		transform: rotate(10deg) scale(1);
	}

	20% {
		transform: rotate(0deg) scale(1);
	}

	25% {
		transform: rotate(-10deg) scale(1);
	}

	30% {
		transform: rotate(0deg) scale(1);
	}

	35% {
		transform: rotate(10deg) scale(1);
	}

	40% {
		transform: rotate(0deg) scale(1);
	}

	45% {
		transform: rotate(-10deg) scale(1);
	}

	50% {
		transform: rotate(0deg) scale(1);
	}

	55% {
		transform: rotate(10deg) scale(1);
	}

	60% {
		transform: rotate(0deg) scale(1);
	}
}