@charset "utf-8";

body {
	font-size: 9pt;
	line-height: 180%;
	background: rgb(246, 245, 243) url(../img/body_bg.png) center top no-repeat;
}


/*公共样式*/

.w1320 {
	width: 1320px;
	margin: 0 auto;
}

.w1050{
	width: 1050px;
	margin: 0 auto;
}

.w640 {
	width: 640px;
}

.w340 {
	width: 340px;
}

.w940 {
	width: 940px;
}

.w460 {
	width: 460px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pt20 {
	padding-top: 20px;
}

.pt26 {
	padding-top: 3px;
}

.pt52{
	padding-top: 52px;
}

.pt40{
	padding-top: 40px;
}

.pl10 {
	padding-left: 10px;
}

.pb50{
	padding-bottom: 50px;
}

.h300 {
	height: 304px;
	overflow: hidden;
}

.h190 {
	height: 190px;
	overflow: hidden;
}

.bgred {
	background: red;
}

.h500 {
	height: 500px;
}


/*公共样式*/


/*icon*/

.icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../img/icons.png) no-repeat;
}

.icon.icon_news {
	background-position: 0 0;
}

.icon.icon_notice {
	background-position: 0 -42px;
}

.icon.icon_more {
	background-position: -42px -44px;
}

.icon.icon_art {
	background-position: -42px 0;
}

.icon-content {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(../img/icons.png) no-repeat;
}

.icon-content.icon_content {
	background-position: 0px -386px;
}


/*icon*/

.header {
	width: 100%;
	min-width: 1366px;
}

.header .h_main {
	height: 125px;
}

.header .h_main .logo {
	width: 600px;
	height: 120px;
}

.header .h_main .logo img {
	width: 600px;
	height: 120px;
}

.header .nav {
	background: url(../img/nav_bg.png) top center repeat-x;
	height: 50px;
	padding-top: 7px;
	overflow: visible;
}

.header .nav ul li,
.header .nav ul li a {
	line-height: 50px;
	height: 50px;
}

.header .nav ul li {
	float: left;
	width: 120px;
	background: url(../img/nav_item_bg.png) left center no-repeat;
	text-align: center;
}

.header .nav ul li a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #f8f6ef;
}

.header .nav ul li a:hover,
.header .nav ul li.cur>a {
	display: block;
	background: url(../img/nav_cur_bg.png) top center no-repeat;
}
.header .nav ul li.cur:hover>a{
	background: url(../img/navSub_cur_bg.png) top center repeat-x;
}

.header .nav ul li.cur a {
	height: 69px;
	position: relative;
	z-index: 100;
}

.header .nav .sli {
	position: relative;
z-index: 20;
}

.header .nav .navSub {
	display: none;
	position: absolute;
	top: 50px;
           left: 0px;
	z-index: 20;
}

.header .nav .navSub li {
	width: 122px;
	background: url(../img/navSub_bg.png) top center repeat-x;
}

.header .nav .navSub li:hover a {
	background: url(../img/navSub_cur_bg.png) repeat-x !important;
}

.banner,
.banner .b_main {
	height: 292px;
	position: relative;
           overflow: hidden;
}

.banner {
	background: url(../img/body_bg.png) center -182px no-repeat #edeceb;
	z-index: 0;
	text-align: center;
	width: 100%;
	min-width: 1366px;
}

.bannerBox {
	position: relative;
	overflow: auto;
}

.bannerBox li {
	list-style: none;
}

.bannerBox ul li {
	float: left;
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.content {
	width: 100%;
	min-width: 1366px;
	padding-bottom: 50px;
}

.content .c_title {
	height: 42px;
	line-height: 42px;
	background: url(../img/title_bg.png) center repeat-x;
	padding-left: 24px;
	position: relative;
	z-index: 10;
}

.content .c_title .t_name {
	background: #f6f5f3;
	height: 42px;
	float: left;
	padding: 0 1pc;
}

.content .c_title .t_name .t_text {
	padding-left: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #282828;
}

.content .c_title .t_name .t_text .t_color {
	color: #c65454;
}

.content .c_title .t_name .more {
	background: #f6f5f3;
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	display: block;
	padding: 0;
}

.content .c_con {
	height: 300px;
}

.content .pic {
	height: 300px;
	position: relative;
}

.content .pic img {
	width: 460px;
	height: 300px;
}

.content .pic .pic-title {
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
}

.content .list1 li {
	line-height: 37px;
	height: 37px;
	border-bottom: 1px solid #cecece;
	position: relative;
	z-index: 10;
}

.content .list1 li .dot,
.list1 li a {
	color: #252525;
	font-size: 14px;
}

.content .list1 li .dot {
	padding: 0 5px;
}

.content .list1 li .date {
	color: #969696;
	font-size: 14px;
}

.content .list1 li .date,
.list1 li.hover .date {
	position: absolute;
	right: 0;
	z-index: 10;
}

.content .list1 li:hover .dot {
	color: #c13f3f;
	font-size: 14px;
}

.content .list1 li:hover a {
	color: #c13f3f;
	font-size: 14px;
}

.content .list1 li:hover .date {
	color: #c13f3f;
	font-size: 14px;
}

.footer {
	width: 100%;
	min-width: 1366px;
	height: 155px;
	padding-top: 9pt;
	background: url(../img/foot_bg.png) center repeat-x;
}

.f_main {
	position: relative;
}

.footer .wechat {
	width: 124px;
	height: 124px;
	position: absolute;
	right: 0;
	top:12px;
}

.footer .footer-logo {
	width: 204px;
	height: 80px;
	margin: 0 auto;
}

.footer .footer-logo img {
	width: 204px;
	height: 80px;
}

.footer .link {
	text-align: center;
	margin-top: 10px;
}

.footer .link ul li {
	color: #fff;
	padding: 0 5px;
	display: inline;
}

.footer .link ul li a {
	color: #fff;
}

.footer .link ul li:hover a {
	font-weight: 600;
}

.footer .copyright {
	color: #fff;
	padding-top: 5px;
	text-align: center;
}
.header .font {
	width: 600px;
	height: 120px;
	line-height: 120px;
	font-size: 30px;
}

.header .font .font1, .font2{
    width: 300px;
    line-height: 42px;
}


.search {
	margin-top: 20px;
	height: 35px;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #c65454;
	box-sizing: border-box;
}

.search .sl {
	width: 240px;
	height: 33px;
}

.search .sr {
	width: 52px;
	height: 33px;
	background: #c65454;
	text-align: center;
	line-height: 33px;
}

.search .icon-search {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-top: 3px;
	background: url(../img/search2.png) center no-repeat;
}

.search .s_input {
	border: 0;
	height: 30px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: 220px;
	background: rgb(246, 245, 243);
}


.content .con-title{
	height: 52px;
    background-position: center;
    line-height: 52px;
    background: url(../img/title_bg.png) center repeat-x;
    padding-left: 24px;
    position: relative;
    z-index: 10;
}

.con-title .t-text{
	background: #f6f5f3;
    height: 42px;
    float: left;
    padding: 0 1pc;
}

.con-title .t-text .text{
	padding-left: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #574845;
}

.con-title .t-text .color{
	color: #c65454;
}

.location{
	position: absolute;
    right: 5px;
    top: -20px;
    font-size: 14px;
}

.location ul li{
	float: left;
}

.content .con-content{
	
}

.content .con-content .side-menu {
    border-top: solid 8px #c65454;
    width: 222px;
}

.content .con-content .side-menu ul li {
    padding-left: 74px;
    border-bottom: solid #7f7f7f 1px;
    height: 50px;
    line-height: 50px;
}

.side-menu ul {
    border: 1px solid #7f7f7f;
    border-bottom: 0;
}

.side-menu ul li a {
    color: #252525;
    font-size: 15px;
}

.side-menu ul li:hover a{
	color: #b21b22;
    font-weight: 700;
}

.side-menu ul li.cur {
    background: url(../img/side_menu_cur.png) 50px center no-repeat;
}

.side-menu ul li.cur a {
    color: #b21b22;
    font-weight: 700;
}

.content .con-text{
	height: 500px;
}

.content .con-text1{
	min-height: 500px;
	height: auto;
}

.list2 li{
	border-color: #9c9c9c;
}

.list2 li{
	line-height: 37px;
    height: 37px;
    border-bottom: 1px solid #cecece;
    position: relative;
    z-index: 10;
}
.list2 li .dot{
	padding: 0 5px;
	padding-left: 15px;
	float: left;
}
.list2 li:hover {
    background: #ebeae8;
}
.list2 li:hover a{
	color: #b53137;
    font-weight: 700;
}

.list2 li a{
	color: #252525;
    font-size: 14px;
}

.list2 li .date{
	color: #b53137;
    right: 25px;
    top: 0;
    font-size: 9pt;
    position: absolute;
    z-index: 10;
}