﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	min-width: 1200px;
	text-align: center;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

hr {
	display: block;
	height: 1px;
	border: 0px;
	background: rgb(220, 223, 224);
	padding: 0px;
	margin-bottom: 2rem;
}

.slow img:hover {
	transition: all 0.6s ease-in-out;
	transform: scale(1.05);
}

.slow,
.slow a:hover,
.slow img {
	transition: all 0.6s ease-in-out;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
	display: block;
}

.head,
.logo,
.nav,
.part1,
.footer,
.list,
.menu,
.detail,
.main,
.content,
.ar_article,
.container01,
.container02,
.container03,
.container04,
.container05,
.container06{
	text-align: left;
}

.w100 {
	width: 100%;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgb(255, 255, 255);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.swiper-pagination-bullet-active {
	background: rgb(204, 20, 46);
}

.ewmm {
	position: absolute;
	right: 0px;
	top: 43px;
	z-index: 999;
}

.ewmm img {
	width: 100px;
	height: 100px;
}

.list1,
.list2 {
	display: none;
}

.lis1:hover .list1 {
	display: block;
}

.lis2:hover .list2 {
	display: block;
}

#status {
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(234, 234, 236);
	height: 44px;
	line-height: 44px;
}

#status .content {
	width: 1200px;
	margin: 0px auto;
}

#status .content #fancybox-frame {
	margin-top: 6px;
}

#status h4 {
	float: left;
	display: inline-block;
	width: 260px;
	border-right: 1px solid rgb(234, 234, 236);
	color: rgb(110, 110, 112);
	font-size: 12px;
	box-sizing: border-box;
}

#status h5 {
	float: left;
	display: inline-block;
	width: 255px;
	border-right: 1px solid rgb(234, 234, 236);
	color: rgb(59, 59, 61);
	font-size: 12px;
	box-sizing: border-box;
	background: url("images/ico-phone.png") 25px center no-repeat;
	text-align: center;
}

#status ul {
	float: right;
	position: relative;
}

#status ul li {
	float: left;
	width: 48px;
	height: 44px;
	box-sizing: border-box;
	border-left: 1px solid rgb(234, 234, 236);
	border-right: 1px solid rgb(234, 234, 236);
	text-align: center;
	margin-right: -1px;
}

#header {
	height: 126px;
	width: 100%;
}

#header .main_box {
	position: relative;
	z-index: 555;
}

#logo_area {
	display: table;
	height: 126px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#logo_area a {
	display: table-cell;
	vertical-align: middle;
}

#logo_area a img {
	padding-top: 3px;
	display: block;
}

#header .right_box {
	float: right;
}

#nav {
	position: absolute;
	right: 0px;
	top: 0px;
}

#nav .main_box {
	position: relative;
}

#nav ul {
	margin: 0px ;
}

#nav li {
	display: block;
	float: left;
	width: 96px;
	height: 126px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	text-align: left;
}

#nav li h5 {
	font-size: 15px;
	line-height: 30px;
}

#nav li h6 {
	font-size: 12px;
	color: rgb(167, 167, 171);
}

#nav .a {
	display: block;
	color: rgb(54, 54, 54);
	font-size: 15px;
	padding: 45px 0px 0px 18px;
}

#nav li .a span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	bottom: 5px;
	text-align: center;
	z-index: 1;
}

#nav .on a,
#nav li:hover a {
	background-color: rgb(178, 43, 42);
	color: rgb(255, 255, 255);
	display: block;
	height: 81px;
}

#nav .on h6,
#nav li:hover h6 {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

#nav .title {
	position: relative;
}

#nav .list {
	position: absolute;
	display: none;
	top: 126px;
	left: 0px;
	width: 100%;
	background: rgb(178, 43, 42);
}

#nav .list a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: rgb(255, 255, 255);
	transition: all 1s;
	height: 40px !important;
}

#nav .list a:hover {
	background: rgb(61, 64, 76);
}

#nav li ul li {
	line-height: 36px;
	height: 36px;
	padding: 0px 15px;
	text-align: center;
	overflow: hidden;
	width: 120px;
}

#nav li ul li a {
	font-size: 14px;
	color: rgb(255, 255, 255);
}

#nav li ul li:hover {
	background-color: rgb(61, 64, 76);
}





#banner {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	height: 400px;
	overflow: hidden;
}

#banner .bd {
	position: relative;
}

#banner .bd a {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#banner .hd {
	margin: 0px auto;
	position: absolute;
	width: 100%;
	bottom: 20px;
}

#banner .hd ul {
	display: inherit;
	position: relative;
	text-align: center;
}

#banner .hd ul li {
	display: inline-block;
}

#banner .hd ul li a {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	margin: 0px 3px;
	display: block;
	background: rgb(255, 255, 255);
}

#banner .hd ul li a:hover {
	background: rgb(0, 67, 118);
}

#banner .hd ul .on a {
	background: rgb(0, 67, 118);
}

#banner .bnt {
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -22px;
}
#banner .prev {
	position: absolute;
	left: -54px;
}

#banner .next {
	position: absolute;
	right: -54px;
}

#banner:hover .prev {
	left: 50px;
	opacity: 1;
}

#banner:hover .next {
	right: 50px;
	opacity: 1;
}

.container01 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.s_fast_link {
	position: relative;
	width: 1200px;
	overflow: hidden;
	z-index: 3;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
}

.s_fast_link dl {
	position: relative;
}

.s_fast_link dt {
	position: absolute;
	font-size: 16px;
	left: 0px;
	color: rgb(255, 255, 255);
	background: url("../images/icon_tzgg.png") 30px center no-repeat rgb(178, 43, 42);
	padding-left: 60px;
	width: 65px;
	height: 50px;
	line-height: 50px;
}

.s_fast_link dd {
	margin-left: 180px;
	height: 40px;
	position: relative;
}

.s_fast_link .bd ul {}

.s_fast_link .bd li {
	display: block;
	float: none !important;
}

.s_fast_link .bd li .box {
	margin-right: 40px;
	position: relative;
	display: inline-block;
}

.s_fast_link .bd .ast {
	font-size: 14px;
	color: rgb(0, 0, 0);
	display: block;
	width: 800px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s_fast_link .bd .ast:hover {
	text-decoration: underline;
}

.s_fast_link .bd .sas {
	position: absolute;
	right: 0px;
	top: 0px;
	color: rgb(125, 103, 103);
	display: block;
	font-size: 12px;
	line-height: 50px;
}

.s_fast_link .hd {
	position: absolute;
	right: 0px;
	top: 0px;
}

.s_fast_link .hd a {
	display: block;
	float: left;
	text-align: center;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgb(120, 120, 122);
	font-family: Simsum;
	color: rgb(255, 255, 255);
}

.s_fast_link .hd .prev {
	background: rgb(178, 43, 43);
}

.s_fast_link .hd a img {
	display: block;
}

.s_fast_link .pageState {
	position: absolute;
	right: 100px;
	top: 0px;
	height: 50px;
	line-height: 50px;
	width: 60px;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.s_fast_link .pageState span {
	color: rgb(178, 43, 42);
	font-size: 18px;
	letter-spacing: 2px;
}

.container02 {}

.container02 .content {
	width: 1200px;
	margin: 0px auto;
}

.container02 .content .left {
	width: 880px;
}

.container02 .content .left .nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.container02 .content .left .nav h3 {
	color: rgb(178, 43, 43);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.container02 .content .left .nav small {
	color: rgb(159, 160, 164);
	font-size: 12px;
	display: inline-block;
}

.container02 .content .left .nav a {
	color: rgb(156, 158, 160);
	font-size: 12px;
	float: right;
}

#s_video {
	float: left;
	width: 420px;
	height: 280px;
	text-align: center;
}

.container02 .content .con {
	float: right;
	width: 392px;
	height: 130px;
}

.container02 .content .left .con .first {
	width: 100%;
	border-bottom: 1px solid rgb(229, 229, 229);
	overflow: hidden;
}

.container02 .content .left .con .first a {
	display: block;
	font-size: 16px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 26px;
	line-height: 22px;
}

.container02 .content .left .con .first span {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	color: rgb(158, 158, 161);
	font-size: 12px;
}

.container02 .content .left .con .first p {
	float: left;
	font-size: 12px;
	color: rgb(158, 158, 161);
	line-height: 26px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.container02 .content .left .con ul {
	padding: 10px 0px 0px;
}

.container02 .content .left .con ul li {
	float: left;
	width: 100%;
	line-height: 38px;
	height: 42px;
}

.container02 .content .left .con ul li i {
	float: left;
	width: 7px;
	margin-right: 8px;
}

.container02 .content .left .con ul li i img {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.container02 .content .left .con ul li a {
	float: left;
	width: 66%;
	font-size: 14px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container02 .content .left .con ul li a:hover,
.container02 .content .left .con .first a:hover {
	color: rgb(178, 43, 42);
}

.container02 .content .left .con ul li span {
	float: right;
	width: 68px;
	text-align: right;
	font-size: 12px;
	color: rgb(151, 149, 149);
}

.container02 .content .right {
	width: 263px;
	height: 310px;
	border: 0px solid rgb(234, 234, 236);
	box-sizing: border-box;
}

.container02 .content .right .nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.container02 .content .right .nav h3 {
	color: rgb(178, 43, 43);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.container02 .content .right .nav small {
	color: rgb(159, 160, 164);
	font-size: 12px;
	display: inline-block;
}

.container02 .content .right ul {
	float: left;
	width: 263px;
}

.container02 .content .right ul li {
	width: 263px;
	height: 280px;
}

.container02 .content .right #uls {
	margin-top: 50px;
}

.container02 .content .right #uls li:nth-child(1) {
	margin-top: 0px;
}

.container02 .content .right #uls li {
	height: 80px;
	margin: 15px 0px;
}

.container02 .content .right #uls li img {
	width: 100%;
	height: 80px;
}

.container02 .content .right ul li:nth-child(2n) {
	margin-right: 0px;
}

.container03 {
	padding: 0px;
}

.container03 .content {
	width: 1200px;
	margin: 30px auto 0px;
}

.container03 .content .nav {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.container03 .content .nav h3 {
	color: rgb(178, 43, 43);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.container03 .content .nav small {
	color: rgb(159, 160, 164);
	font-size: 12px;
	display: inline-block;
}

.container03 .content .nav a {
	color: rgb(156, 158, 160);
	font-size: 12px;
	float: right;
}

.container03 .content ul {
	text-align: left;
	margin-top: 25px;
	width: 1217px;
}

.container03 .content ul li {
	display: inline-block;
	width: 220px;
	height: 210px;
	border: 1px solid rgb(229, 229, 229);
	margin-right: 17px;
	text-align: center;
}

.container03 .content ul li a {
	display: block;
	height: 100%;
}

.container03 .content ul li a:hover {
	color: rgb(255, 255, 255);
}

.container03 .content ul li a img {
	margin-top: 7px;
	width: 205px;
	height: 160px;
}

.container03 .content ul li:last-child {
	margin-right: 0px;
}

.container03 .content ul li h6 {
	color: rgb(0, 0, 0);
	font-size: 14px;
	line-height: 40px;
}

.container03 .content ul li a:hover h6 {
	color: rgb(178, 43, 42);
}

.act-news {
	width: 200px;
	height: 190px;
	padding: 10px;
	display: inline-block;
	border: 1px solid rgb(229, 229, 229);
	position: absolute;
}

.act-news p {
	height: 45px;
	margin: 5px 0px;
	font-size: 12px;
	border-bottom: 1px solid rgb(229, 229, 229);
}

.act-news p:nth-child(1) {
	height: 30px;
	color: rgb(178, 43, 43);
	font-size: 14px;
}

.act-news p:nth-child(3) {
	border-bottom: 1px solid rgb(178, 43, 43);
}
.act-news .cat1{	color: #000;}
.act-news .cat {
	color: rgb(178, 43, 43);
	float: right;
	margin-top: 20px;
	font-size: 14px;
	width: 100px;
	line-height: 25px;
	border-radius: 15px;
	text-align: center;
}

.fs-family {
	font-family: 宋体;
}

.container04 .content {
	width: 1200px;
	margin: 0px auto;
}

.container04 .content .left {
	width: 880px;
	height: 250px;
}

.container04 .content .left .cont {
	height: 200px;
}

.container04 .content .nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.container04 .content .nav h3 {
	color: rgb(21, 33, 64);
	font-size: 18px;
	display: inline-block;
}

.container04 .content .nav small {
	color: rgb(159, 160, 164);
	font-size: 12px;
	display: inline-block;
}

.container04 .content .nav a {
	color: rgb(156, 158, 160);
	font-size: 12px;
	float: right;
}

.container04 .content img {
	width: 100%;
	height: 100%;
}

.container04 .content .right {
	width: 263px;
	height: 250px;
}

.container04 .content .right .right-img {
	width: 263px;
	height: 200px;
}

.container04 ul li .left {
	float: left;
	width: 250px;
	height: 195px;
	overflow: hidden;
}

.container04 ul li .left img {
	float: left;
	width: 250px;
	height: 195px;
}

.container04 ul li .right {
	float: left;
	width: 126px;
	height: 195px;
	box-sizing: border-box;
	padding: 40px 20px 0px;
}

.container04 ul li .right h5 {
	display: table;
	width: 86px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	color: rgb(255, 255, 255);
}

.container04 ul li .right h5 i {
	display: table-cell;
	vertical-align: middle;
}

.container04 ul li .right p {
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}

.container05 {}

.container05 .content {
	width: 1200px;
	margin: 0px auto;
}

.container05 .content .left {
	float: left;
	width: 790px;
}

.notice .tab-hd li.on a {
	color: rgb(255, 255, 255);
	background-color: rgb(21, 33, 64);
	border: 1px solid rgb(21, 33, 64);
	box-sizing: border-box;
}

.container05 .content .left .top {
	float: left;
	width: 790px;
	overflow: hidden;
	margin-bottom: 40px;
}

.container05 .content .left .top .notice .tab-pal .con ul {
	float: right;
	width: 430px;
}

.container05 .content .left .top .notice .tab-pal .con ul li {
	float: left;
	width: 100%;
	line-height: 45px;
	height: 45px;
}

.container05 .content .left .top .notice .tab-pal .con ul li i {
	float: left;
	width: 7px;
	margin-right: 8px;
	margin-top: 4px;
}

.container05 .content .left .top .notice .tab-pal .con ul li i img {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.container05 .content .left .top .notice .tab-pal .con ul li a {
	float: left;
	width: 66%;
	font-size: 14px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container05 .content .left .top .notice .tab-pal .con ul li a:hover {
	color: rgb(178, 43, 42);
}

.container05 .content .left .top .notice .tab-pal .con ul li span {
	float: right;
	width: 68px;
	text-align: right;
	font-size: 12px;
	color: rgb(151, 149, 149);
}

.picScroll-top {
	margin: 0px auto;
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.picScroll-top .bd .divs {
	overflow: hidden;
	zoom: 1;
	width: 33%;
    float: left;
}

.container05 .content .left .bottom .nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.container05 .content .left .bottom .nav h3 {
	color: rgb(178, 43, 43);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.container05 .content .left .bottom .nav small {
	color: rgb(159, 160, 164);
	font-size: 12px;
	display: inline-block;
}

.container05 .content .left .bottom .nav a {
	color: rgb(156, 158, 160);
	font-size: 12px;
	float: right;
}

.container05 .content .left .bottom ul {
	float: left;
	margin-top: 25px;
}

.container05 .content .left .bottom ul li {
	float: left;
	width: 370px;
	margin-bottom: 25px;
	margin-right: 44px;
}

.container05 .content .left .bottom ul li:nth-child(3n) {
	margin-right: 0px;
}

.container05 .content .left .bottom ul li .time {
	float: left;
	width: 85px;
	text-align: center;
}

.container05 .content .left .bottom ul li .time .day {
	float: left;
	width: 60px;
	height: 40px;
	line-height: 40px;
	background-color: rgb(21, 33, 64);
	font-size: 22px;
	color: rgb(255, 255, 255);
	margin-bottom: 4px;
}

.container05 .content .left .bottom ul li .time .year {
	float: left;
	width: 60px;
	height: 25px;
	line-height: 25px;
	background-color: rgb(178, 43, 42);
	font-size: 12px;
	color: rgb(255, 255, 255);
}

.container05 .content .left .bottom ul li .first {
	width: 245px;
	overflow: hidden;
}

.container05 .content .left .bottom ul li .first a {
	display: block;
	font-size: 16px;
	color: rgb(178, 43, 43);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 26px;
	line-height: 22px;
}

.container05 .content .left .bottom ul li .first a:hover {
	color: rgb(178, 43, 42);
}

.container05 .content .left .bottom ul li .first span {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	color: rgb(158, 158, 161);
	font-size: 12px;
}

.container05 .content .left .bottom ul li .first p {
	float: left;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 28px;
	height: 78px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.container05 .content .right {
	float: right;
	width: 360px;
	height: 295px;
	background-color: rgb(246, 246, 249);
	box-sizing: border-box;
}

.container05 .content .right .nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.container05 .content .right .nav h3 {
	color: rgb(21, 33, 64);
	font-size: 18px;
	display: inline-block;
}

.container05 .content .right .nav small {
	color: rgb(159, 160, 164);
	font-size: 12px;
	display: inline-block;
}

.submit input {
	padding-left: 0px;
}

.container05 .content .right form {
	float: left;
	width: 330px;
}

.container05 .content .right form .filter-box {
	margin-right: 8px;
}

.container05 .content .right form .messlist {
	margin-right: 8px;
}

.container05 .content .right .tel {
	float: left;
	width: 100%;
	line-height: 80px;
	height: 80px;
	background: url("../images/tel.png") 56px center no-repeat;
	padding-left: 108px;
	font-size: 24px;
	color: rgb(178, 43, 42);
	font-weight: bold;
}

.container05 .content .right .gg {
	float: left;
	margin-top: 10px;
}

.container05 .content .right .gg img {
	width: 320px;
	height: 124px;
}

.container06 .content ul li {
	float: left;
	width: 200px;
	height: 146px;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid rgb(250, 133, 133);
}

.container06 .content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.container06 .content ul li a:hover {
	background-color: rgb(245, 63, 68);
}

.container06 .content ul li:nth-child(6) {
	border-right: 1px solid rgb(250, 133, 133);
}

.container06 .content ul li .img {
	float: left;
	width: 100%;
	height: 70px;
	display: table;
	margin-top: 28px;
}

.container06 .content ul li .img i {
	display: table-cell;
	vertical-align: middle;
}

.container06 .content ul li h5 {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: rgb(255, 255, 255);
	font-size: 15px;
}

.n_main_box .main_box {
	position: relative;
}

.n_main_box .n_nav .on i {
	height: 2px;
}

#n_nav dt.on {
	background-color: rgb(178, 43, 42);
}

#n_nav dt.on a {
	color: rgb(255, 255, 255);
}

/*.seo-list-container .top ul li .left {
	float: left;
	width: 285px;
	height: 190px;
}

.seo-list-container .top ul li .right {
	float: left;
	text-align: left;
	width: 595px;
	height: 190px;
	padding: 0px 0px 0px 30px;
}

.seo-list-container .content ul {
	width: 1200px;
	margin: 0px auto 44px;
	overflow: hidden;
}

.seo-list-container .content ul li {
	float: left;
	width: 1200px;
	padding: 32px 0px;
	border-bottom: 1px solid rgb(243, 244, 248);
}

.seo-list-container .content ul li:hover {
	background: url("../images/bg.png") right center no-repeat;
}

.seo-list-container .content ul li .time {
	float: left;
	width: 95px;
	height: 85px;
	box-sizing: border-box;
	border: 2px solid rgb(225, 225, 225);
	margin-right: 35px;
	overflow: hidden;
}

.seo-list-container .content ul li:hover .time {
	background-color: rgb(21, 33, 64);
	border: 2px solid rgb(21, 33, 64);
}

.seo-list-container .content ul li .time .day {
	margin: 0px auto;
	width: 60px;
	line-height: 60px;
	height: 40px;
	font-size: 36px;
	color: rgba(64, 64, 64, 0.65);
	text-align: center;
}

.seo-list-container .content ul li .time .year {
	margin: 0px auto;
	width: 60px;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	color: rgba(64, 64, 64, 0.65);
	text-align: center;
}

.seo-list-container .content ul li:hover .day,
.seo-list-container .content ul li:hover .year {
	color: rgb(255, 255, 255);
}

.seo-list-container .content ul li .center {
	float: left;
	width: 1040px;
	text-align: left;
	padding: 10px 0px 0px;
}

.seo-list-container .content ul li .center h5 {
	margin-bottom: 12px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seo-list-container .content ul li .center h5 a {
	color: rgb(67, 67, 69);
	font-size: 16px;
}

.seo-list-container .content ul li .center h5 a:hover {
	color: rgb(21, 33, 64);
}

.seo-list-container .content ul li .center p {
	font-size: 12px;
	color: rgb(156, 159, 159);
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}*/

.page .box {
	display: inherit;
	width: 100%;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.page .on {
	background-color: rgb(178, 43, 42);
	height: 32px;
	margin: 0px 2px;
	border: 1px solid rgb(178, 43, 42);
	color: rgb(255, 255, 255) !important;
}

.news .ar_article .nav {
	border-bottom: 1px solid rgb(233, 236, 237);
	overflow: hidden;
	margin-bottom: 25px;
}

.contact .left {
	width: 230px;
	height: 270px;
	margin-right: 40px;
}

.contact .right {
	width: 910px;
	position: relative;
}

.contact .right h3 {
	color: rgb(81, 87, 95);
	font-size: 18px;
}

.contact .right small {
	color: rgb(113, 114, 115);
	font-size: 13px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact .right h1 {
	color: rgb(75, 49, 130);
	font-size: 28px;
	margin: 25px 0px 8px;
}

.contact .right span {
	font-size: 13px;
	color: rgb(85, 85, 85);
	line-height: 30px;
	display: inline-block;
	width: 100%;
}

.contact .right .ewm {
	position: absolute;
	bottom: 50px;
	right: 40px;
}

#n_zizhi li .pic_box .box {
	display: table-cell;
	vertical-align: middle;
}

#n_form .title {
	padding-top: 35px;
	padding-left: 45px;
}

#n_form .title img {
	margin: 10px 0px 0px 120px;
}

#n_form .title strong {
	font-size: 18px;
	color: rgb(70, 142, 231);
	font-weight: 700;
	text-transform: uppercase;
}

#n_form .title span {
	font-size: 18px;
	color: rgb(0, 0, 0);
}

#n_form .title {
	padding-left: 190px;
}

#n_form .content {
	padding-left: 190px;
}

.online .j_form .submit {
	color: rgb(255, 255, 255);
	background: rgb(178, 43, 42);
	font-size: 14px;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	border: none;
}

.online .j_form .submit:hover {
	background: rgb(21, 33, 64);
}

.online #n_form .yzm_box .box {
	width: 330px;
	margin-left: 88px;
	border: 1px solid rgb(223, 224, 227);
	position: relative;
}

.online #n_form .submit_box .submit {
	position: absolute;
	left: 165px;
	top: 0px;
	font-family: "Microsoft Yahei";
}

.online .j_form .radio_box label.on {
	background: url("../images/icon_raduio_on.png") 3px center no-repeat;
}

.j_photo .prev {
	float: left;
	cursor: pointer;
}

.j_photo .min_pic ul li.on i {
	display: block;
}

.prostls {
	float: left;
	margin-right: 25px;
}

.prostls:nth-child(4) {
	margin-right: 0px;
}

.prostls a p span {
	font-size: 30px;
	font-weight: bold;
	color: rgb(178, 43, 42);
}

.prostls a p {
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-align: center;
}

.prostls a i {
	font-size: 14px;
	color: rgb(51, 51, 51);
	font-style: normal;
}

.hdmb {
	width: 260px;
	height: 50px;
	line-height: 55px;
	margin-top: 20px;
}

.hdmb>img {
	width: 260px;
	height: 55px;
}

.hdmb form {
	height: 39px;
	margin-bottom: 15px;
	position: absolute;
}

.hdmb input {
	margin-bottom: 15px;
}

.hdmb .submit {
	border: none;
	width: 39px;
	height: 39px;
	background: url("../images/serch.jpg");
	position: relative;
	top: 14px;
	right: 4px;
}
.clearfix {
	display: block;
	clear: both;
	zoom: 1;
}

.clearfix::after,
.clearfix::before {
	content: "";
	display: block;
	height: 0px;
	font-size: 0px;
	clear: both;
	visibility: hidden;
}

.select_boxs ul li {
	float: left;
	display: inline;
	width: 370px;
	margin-right: 45px;
	margin-bottom: 50px;
}

.select_boxs ul li:nth-child(3) {
	margin-right: 0px;
}

.select_boxs ul li select {
	width: 100%;
	height: 27px;
	color: rgb(86, 86, 86);
	border: 1px solid rgb(191, 191, 191);
	font-family: 微软雅黑;
}

.link {
	width: 1200px;
	background: rgb(255, 255, 255);
	margin: 0px auto;
	padding-top: 12px;
}
.footer {
	background-color: rgb(65, 65, 65);
	height: auto;
}

.footer-box {
	margin: 0px auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.gmjz {
	float: left;
	margin-top: 50px;
}
.gmjz p {
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 25px;
}
.footer-er {
	margin-top: 50px;
	width: 304px;
	float: right;
}
.ma01 {
	width: 80px;
	float: left;
	margin: 0px 10px 0px 18px;
}

.ma01 img {
	width: 80px;
	height: 80px;
	display: block;
}

.ma01 a {
	color: rgb(255, 255, 255);
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	display: block;
}



/*主页完*/

/*新闻页面*/
.n_main_box .main_box {
	position: relative;
}

.position {
	position: absolute;
	font-size: 12px;
	line-height: 55px;
	height: 55px;
	right: 0px;
	top: 0px;
	color: rgb(152, 152, 154);
	background: url("../images/icon_home.png") left center no-repeat;
	padding-left: 22px;
}

.position span,
.position a,
.position i {
	font-size: 12px;
	color: rgb(138, 140, 142);
}

.position em {
	font-size: 12px;
	color: rgb(204, 20, 46);
	font-style: normal;
}

.position a:hover {
	color: rgb(204, 20, 46);
}

.n_main_box .n_nav {
	position: relative;
}

.n_main_box .n_nav a {
	display: inline-block;
	position: relative;
	margin-right: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	float: left;
	color: rgb(85, 85, 85);
}

.n_main_box .n_nav i {
	display: block;
	background: rgb(216, 54, 72);
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 4;
	height: 0px;
	width: 100%;
}

.n_main_box .n_nav a:hover i {
	height: 2px;
}

.n_main_box .n_nav .on i {
	height: 2px;
}

.n_nav_box {
	width: 1200px;
	border-bottom: 1px solid rgb(234, 234, 234);
	height: 55px;
	background: rgb(255, 255, 255);
	position: relative;
	margin: 0px auto;
}

.n_nav {
	position: relative;
}

.n_nav a {
	display: inline-block;
	margin-right: 45px;
	margin-bottom: -1px;
	height: 56px;
	font-size: 14px;
	float: left;
	line-height: 53px;
	color: rgb(68, 68, 68);
}

.n_nav a strong {
	display: block;
	color: rgb(92, 92, 92);
	position: relative;
	z-index: 4;
	font-weight: normal;
}

.position i {
	margin: 0px 6px;
}

.n_left {
	width: 240px;
	float: left;
	overflow: hidden;
	text-align: left;
}

#n_nav {
	border: 1px solid rgb(218, 218, 220);
	margin-bottom: 22px;
}

#n_nav dt h1 {
	display: block;
	padding: 0px 25px;
	border-bottom: 1px solid rgb(233, 233, 236);
	line-height: 37px;
	margin-left: 9px;
	margin-right: 8px;
}

#n_nav dt {
	position: relative;
	padding: 0px;
	display: block;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid rgb(231, 233, 235);
}

#n_nav dt a {
	font-size: 16px;
	padding-left: 25px;
	color: rgb(83, 83, 85);
	display: block;
}

#n_nav dt .on {
	background-color: rgb(204, 20, 46);
}

#n_nav dt .on {
	color: rgb(255, 255, 255);
}

/*#n_nav dt:hover {
	background-color: rgb(204, 20, 46);
}*/

/*#n_nav dt:hover a {
	color: rgb(255, 255, 255);
}*/

.n-container {
	padding: 30px 0px;
}

.n-container .detail {
	float: right;
	width: 910px;
}

#left_links {
	margin-bottom: 10px;
}

.seo-list-container {
	float: left;
	overflow: hidden;
	width: 100%;
}

.seo-list-container {
	padding: 0px;
}

.seo-list-container .top {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(243, 244, 248);
}
.seo-list-container .top:hover{
	background: #f3f3f3;
}
.seo-list-container .top ul {
	width: 1200px;
	margin: 0px auto;
}

.seo-list-container .top ul li {
	float: left;
	width: 910px;
	box-sizing: border-box;
}

.seo-list-container .top ul li .left {
	float: left;
	width: 285px;
	height: 190px;
}

.seo-list-container .top ul li .right {
	float: left;
	text-align: left;
	width: 595px;
	height: 190px;
	padding: 0px 0px 0px 30px;
}

.seo-list-container .top ul li:last-child {
	margin-right: 0px;
}

.seo-list-container .top ul li h5 {
	float: left;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seo-list-container .top ul li h5 a {
	font-size: 18px;
	color: #444;
}

.seo-list-container .top ul li span {
	/*float: left;*/
	width: 100%;
	font-size: 14px;
	color: rgba(25, 25, 25, 0.51);
	margin-bottom: 10px;
	background: url(../images/list_news_time.png) no-repeat;
	padding-left: 40px;
}

.seo-list-container .top ul li p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: rgb(129, 130, 131);
	line-height: 30px;
	height: 86px;
	overflow: hidden;
	text-indent: 2em;
	margin-bottom: 20px;
}

.seo-list-container .top ul li a {
	color: #000;
	font-size: 14px;
}


/*新闻详情*/
.detail img{
	/*width: 100%;
	height: 100%;*/
	
}
.detail .content .content-top{
	padding: 30px;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.detail .content .content-top p{
	color: #8c8c8c;
	line-height: 2em;
}
.detail .content .content-top .fs-title{
	font-size: 22px;
	color: #333;
	
}
.detail .content .content-cent p{
	text-indent: 2em;
	color: #666;
}




/*活动预约*/
.active-detail .content{
	box-sizing: border-box;
	padding: 30px 100px 0;
}
.active-detail>h2{
	font-size: 20px;
	text-align: center;
}
.active-detail .content span{
	font-size: 20px;
	color: #DD1A20;
}
.active-detail tr th{
	width: 160px;
	text-align: right;
	font-weight: 500;
	padding-right: 60px;
}
.active-detail tr td{
	padding: 10px 5px;
}
.active-detail tr td input,.active-detail #remark{
	width: 300px;
    line-height: 1em;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.active-detail tr td textarea{
	resize: none;
	height: 200px;
}
.active-detail #scheme,.active-detail #photo{
	border: none;
}
.active-detail #submit{
	width: 100px;
	height: 40px;
	margin-left: 300px;
	margin-top:24px ;
}




.hide{
	display: none;
}
.prodcut-detail img{
	width: 100%;
	height: 100%;
	display: block;
}
.prodcut-uls li a{
	color: #000;
}
#details{
	width: 1200px;
	margin: auto;
}
.detail .prodcut-tab{
	height: 40px;
	border: 1px solid #eaeaea;
	position: relative;
}
.detail .prodcut-ul{
	height: 43px;
	position: absolute;
	left: -1px;
	top: -2px;
}
.detail .prodcut-tab li{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 1px;
	display: inline-block;
}

.detail .prodcut-tab .list{
	border-top: 2px solid #CC142E;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	background-color: #fff;
    height: 40px;
}
.prodcut-detail{
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-top: none;
}

.prodcut-d .prodcut-uls li{
	width: 22%;
	float: left;
	margin: 0 16px;
	margin-bottom: 30px;
	border: 1px solid transparent;
}
.prodcut-d .prodcut-uls .prodcut-img{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 3px solid #ddd;
}
.prodcut-d .prodcut-uls li:hover .prodcut-txt {
	border-bottom: 3px solid #CF121C;
}

.prodcut-d .prodcut-uls li:hover .prodcut-img{
	border-top: 3px solid #CF121C;
}
.prodcut-d .prodcut-uls .prodcut-txt{
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
}
.prodcut-d .prodcut-uls .prodcut-txt p{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.prodcut-d .prodcut-uls .prodcut-txt .price{
	color: #c30;
	font-weight: bold;
	margin-left:30px ;
}

.pay img{
	width: 100%;
	height: 100%;
}
.pay{
	width: 1200px;
	margin: 40px auto;	
}
.pay .con-top .cont-left{
	width: 440px;
	float: left;
}
.pay .con-top .cont-tab{
	height: 380px;
	border: 1px solid #ddd;
	padding: 5px;
}
.pay .con-top .cont-left .uls li{
	width: 60px;
	height: 60px;
	margin: 8px;
	display: inline-block;
}
.pay .con-top .cont-left .uls .pay-lis{
	border: 2px solid #DD1A20;
	box-sizing: border-box;
}
.pay .con-top .cont-right{
	width:600px;
	float: right;
	text-align: left;
}
.pay .con-top .cont-right h3{
    font-size: 40px;
    margin-bottom: 30px;
}
.pay .con-top .cont-right .price{
	background: #f5f5f5;
    padding: 12px 10px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom:20px ;
}
.pay .con-top .cont-right .price span{
	font-size: 26px;
	color: #e52222;
}
.pay .con-top .cont-right ul li{
	line-height: 2em;
}
.pay .con-top .cont-right a{
	display: block;
	width: 100px;
	height: 40px;
	background: #ff2f2f;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 30px 0;
}
.pay .con-center{
	margin-top: 40px;
}
.pay .con-center .title{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-align: left;
	padding-left: 20px;
	border: 1px solid #ebe6e1;
	margin-bottom: 30px;
}
.detail p{
	text-indent: 2em;
	line-height: 2em;
	margin-top: 20px;
	text-align: justify;
				text-justify: inter-word;
}

.con-center img{width: auto;}