﻿/* 公用 */
* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "微软雅黑" !important;
	color: #333333;
	font-size: 16px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
}

li {
	list-style: none;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}

a:hover {
	color: #9c020d;
}

*:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

table {
	max-width: 100% !important;
	border-spacing: 0;
}

.bt-left {
	float: left;
}

.bt-right {
	float: right;
}

.bt-clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
}

.bt-width-1200 {
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.top {
	height: 188px;
	background: url(../image/sy_topbg_01.jpg) no-repeat center top;
}

.banner {
	height: 140px;
}

.banner .logo {
	float: left;
	width: 450px;
	margin-top: 30px;
}

.banner .search {
	width: 377px;
	height: 36px;
	float: right;
	margin-top: 72px;
	font-size: 14px;
	color: #f1f1f1;
	position: relative;
	margin-right: 300px;
}

.banner .search a {
	color: #f1f1f1;
}

.banner .search input[type=text] {
	border: 1px solid #dba4a8;
	width: 310px;
	height: 36px;
	line-height: 34px;
	background: transparent;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 70px;
}

.banner .search input[type=submit] {
	border: 0;
	width: 64px;
	height: 34px;
	line-height: 34px;
	background: #ee000c;
	font-size: 16px;
	padding: 0;
	text-align: center;
	position: absolute;
	right: 1px;
	top: 1px;
}

.nav li {
	float: left;
	height: 45px;
	line-height: 45px;
}

.nav li a {
	color: #fefefe;
	display: block;
	padding: 0 19px;
}

.nav li a:hover {
	background: url(../image/navbg.jpg) repeat-x;
}

/* 主内容 */
.main_bg {
	background: url(../image/bg.png) no-repeat top center;
}

.main {
	width: 1240px;
	margin: 0 auto;
	padding: 20px;
	min-height: 1170px;
}

/* 图片轮播 */
.slideBox {
	width: 378px;
	height: 222px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

/* .slideBox .bd li a{
	display:block;
} */

.slideBox .bd img {
	width: 378px;
	height: 222px;
	display: block;
}

.slideBox .bd li p {
	background: url(../image/newbg.png) repeat-x top;
	width:378px;
	height:30px;
	line-height: 30px;
	position: absolute;
	bottom:0;
	color:#ffffff;
	z-index: 100;
	padding:0 40px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .newqiehuan{
	width:100%;
	height:30px;
	line-height: 30px;
	position: absolute;
	bottom:0;
	z-index: 10;
}
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 10px;
	bottom: 5px;
	display: block;
	width: 11px;
	height: 19px;
	background: url(../image/newpre.png) no-repeat;
}

.slideBox .next {
	left: auto;
	right: 10px;
	background: url(../image/newnext.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
/* 图片轮播结束 */
.con1 {
	margin-top: 20px;
}

.con1_l,
.con2_l,
.con3_l {
	width: 783px;
	float: left;
}

.con1_r,
.con2_r,
.con3_r {
	width: 382px;
	float: right;
}

.sytitle {
	color: #9c020d;
	font-size: 20px;
	background: url(../image/titbg_03.png) repeat-x;
}

.sytitle p {
	float: right;
	background: #FFFFFF;
	padding-left: 20px;
}

.sytitle a {
	color: #c8a254;
	font-size: 14px;
	display: block;
	width: 72px;
	text-align: center;
	height: 25px;
	line-height: 23px;
	border: 1px solid #c8a254;
}

.sytitle span {
	background: #FFFFFF;
	display: inline-block;
	padding-right: 15px;
}

.sytitle span:before {
	content: "";
	display: inline-block;
	float: left;
	margin-right: 12px;
	width: 8px;
	height: 20px;
	margin-top: 3px;
	background: #9c020d;
}

.con1_list {
	margin-top: 25px;
}

.con1 .news {
	width: 378px;
	height: 222px;
	float: left;
}

.conlist {
	width: 389px;
	height: 222px;
	float: right;
	overflow: hidden;
	font-size:15px;
}

.conlist li {
	margin-bottom: 14px;
	overflow: hidden;
}

.conlist li img {
	margin-right: 10px;
}

.conlist li a{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:85%;
}

.conlist li span {
	float: right;
	color: #666666;
}

.con2 {
	margin-top: 20px;
}

.con2_r li {
	width: 100%;
	height: 47px;
	line-height: 45px;
	padding-left: 15px;
	border:1px solid #e8d3a9;
	background: url(../image/xxxxbg.png) no-repeat right bottom;
	margin-bottom:7px;
}

.con2_r li p {
	color: #a4161e;
	font-size: 18px;
}

.con2_r li span {
	color: #033333;
	font-size: 16px;
}

.con3 {
}

.con3 .con3_l{
	margin-top: 10px;
}

.con3 .con3_r .sytitle{
	margin-top: 20px;
}

.con3 .conlist {
	background: url(../image/mtjjbg_03.jpg) no-repeat;
}

.con3 .conlist ul {
	padding-left: 25px;
	padding-top: 22px;
}

.con3 .conlist li span {
	color: #9c020d;
	float: none;
}

.con3 .conlist li a {
	width:95%;
}

.con3_r li.jddh {
	height: 79px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 30px;
	padding-left: 15px;
	border:1px solid #e8d3a9;
	background: url(../image/xxxxbg.png) no-repeat right bottom;
}

.con3_r li.jddh p span{
	color: #a4161e;
	font-size: 18px;
} 

.con3_r li.jddh p.jj span{
	letter-spacing:2.5px;
} 

.con3_r .szxx {
	height: 176px;
	background: url(../image/szxx_03.jpg) no-repeat;
	margin-top: 25px;
}

.con3_r .szxx li {
	float: left;
	width: 50%;
	height: 88px;
	text-align: center;
}

.con3_r .szxx li a {
	display: block;
	height: 100%;
	padding-top: 62px;
}

.con4 {
	margin-top: 20px;
}

.con4_l {
	width: 590px;
	float: left;
	border: 1px solid #f3f3f3;
	box-shadow: 0 0 20px #f3f3f3;
	padding: 10px 0;
	height: 230px;
}

.con4_r {
	width: 590px;
	float: right;
	border: 1px solid #f3f3f3;
	box-shadow: 0 0 20px #f3f3f3;
	padding: 10px 0;
	height: 230px;
}

.con4 .sytitle {
	background: none;
}

.con4 .sytitle p {
	padding-right: 10px;
}

.con4 .msfc li {
	float: left;
	width: 88px;
	margin: 0 29px;
	height: 120px;
	margin-top: 30px;
	text-align: center;
}

.con4 .msfc li h3 {
	width: 87px;
	height: 87px;
	border-radius: 50%;
	overflow: hidden;
}

.con4 .msfc li img {
	width: auto;
	height: auto;
}

.con4 .msfc li p {
	margin-top: 12px;
}

.con4 .hd {
	width: 50px;
	margin: 0 auto;
	margin-top: 20px;
}

.con4 .hd ul {
	overflow: hidden;
	zoom: 1;
	padding-left: 5px;
}

.con4 .hd ul li {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 5px;
	background: #c8a254;
	cursor: pointer;
}

.con4 .hd ul li.on {
	background: #9c020d;
}

/* 底部版权 */
.footer {
	background: #f1f1f1;
	font-size: 14px;
}

.foot_top {
	height: 67px;
	background: #9c020d;
	color: #fcf6e8;
	padding-top: 14px;
}

.foot_top a {
	color: #fcf6e8;
	margin-right: 25px;
}

.foot_nr {
	height: 157px;
	padding-top: 25px;
}

.foot_nr li {
	float: left;
}

.foot_nr .wenzi {
	width: 655px;
}

.foot_nr .wenzi p {
	line-height: 27px;
}

.foot_nr .weixin {
	margin-top: 10px;
}

.foot_nr .weixin div {
	float: left;
	text-align: center;
	width: 72px;
	margin-right: 35px;
}

.foot_nr .weixin div p {
	margin-top: 5px;
}

.foot_nr .weixin img {
	width: 72px;
	height: 72px;
}

.foot_nr .shiye {
	margin-top: 10px;
	float: right;
	margin-right: 45px;
}
