@charset "utf-8";

/**
 * @作者  刘佳乐
 * @时间  2016-6-1 
 */
body{
	background: url(../images/bg-body.jpg) repeat;
}
.header {
	width: 100%;
	min-width: 1000px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/top_bg.png) repeat-x;
}

.header .header_box {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

.header .header_box .h_logo {
	width: 600px;
	height: 80px;
	position: absolute;
	margin: 20px 0;
	float: left;
	background: url(../images/logo2.png) no-repeat;
}

.header .header_box .h_right {
	float: right;
	width: 400px;
	height: 120px;
	background: url(../images/header_right.png) no-repeat;
}

.nav {
	width: 100%;
	min-width: 1000px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background: url(../images/menu_bg.png) repeat-x;
}

.nav_main {
	width: 1100px;
	height: 40px;
	padding-top: 5px;
	margin: 0 auto;
}

.nav .nav_main ul li {
	float: left;
	position: relative;
	z-index: 10;
}

.nav .nav_main ul li a {
	padding: 0 19px;
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
           cursor:pointer;
}

.nav .nav_main ul li ul {
	position: absolute;
	top: 40px;
	left: 0;
	background: #76201d;
	display: none;
	box-shadow: 0px 0px 10px #000;
}

.nav .nav_main ul li ul li:hover {
	background: #a23733;
	box-shadow: inset 0 0 10px #fff;
	transition: all 0.6s ease;
}

.nav .nav_main ul li ul li {
	width: 100% !important;
	border-bottom: 1px #cf7e7b solid;
}

.nav .nav_main ul li ul li a {
	line-height: 30px;
	font-size: 14px;
	padding: 0 9px !important;
	text-align: center;
}

.nav .nav_main ul li ul li:hover a {
	color: #fff !important;
}

.nav .nav_main ul li a:hover {
	color: red;
}

.content {
	width: 100%;
	min-width: 1000px;
}

.content .item_top {
	width: 100%;
	min-width: 1000px;
	height: 250px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.content .item_main {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}

.content .item_main .main_left {
	width: 500px;
	height: 250px;
	float: left;
}

.content .item_main .main_right {
	width: 475px;
	height: 250px;
	float: right;
}

.content .item_main h2 {
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

.content .item_main h2 span {
	font-size: 18px;
	color: #e3e3e3;
	margin-left: 15px;
}

.content .item_main h2 .more {
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 1px;
	right: 0px;
	background: url(../images/icon3.png) no-repeat;
}

.content .item_main h2 .more:hover {
	background: url(../images/icon3_hover.png) no-repeat;
}

.content .item_main .main_left .main_txt {
	padding: 10px;
	width: 480px;
	height: 200px;
           overflow:hidden;
}

.content .item_main .main_right .main_txt {
	padding: 10px;
	width: 455px;
	height: 200px;
          overflow:hidden;
}

.content .item_main .bg_fff {
	background: #fff !important;
}

.content .item_main .color_ot {
	color: #76201d;
}

.content .item_center {
	width: 100%;
	min-width: 1000px;
	padding-top: 30px;
	height: 250px;
	padding-bottom: 30px;
	background: #f3f3f3;
}

.content .item_bottom {
	width: 100%;
	min-width: 1000px;
	height: 250px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.footer {
	width: 100%;
	height: 140px;
	min-width: 1000px;
	background: #f3f3f3;
}

.footer .fg {
	width: 100%;
	min-width: 1000px;
	background: url(../images/bottommenu_bg.png) repeat-x;
	height: 20px;
}

.footer .footer_box {
	width: 100%;
	min-width: 1000px;
	height: 90px;
	padding-top: 30px;
}

.footer .footer_box .footer_main {
	width: 1000px;
	margin: 0 auto;
	height: 90px;
}

.footer .footer_box .footer_main p {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.footer .footer_box .footer_main p a:hover {
	color: red;
}

.clear {
	clear: both;
}

/*内容页*/

.content .content_main{
	width: 1000px;
	min-height: 630px;
	padding: 20px 0;
	margin: 0 auto;
}
.content .content_main .con_nav{
	width: 230px;
	height: 400px;
	float: left;
}
.content .content_main .con_nav h2{
	width: 230px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	letter-spacing: 3px;
    background: #a40000;
    font-size: 22px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #fff;
}
.content .content_main .con_nav .nav_box{
	padding: 5px 10px;
	width: 210px;
	min-height: 300px;
	height: auto;
	background: url(../images/bg-tl.png) repeat-y;
	border-radius: 0 0 5px 5px;
}
.content .content_main .con_nav .nav_box ul li{
	border-bottom: 1px solid #e7e7e7;
}
.content .content_main .con_nav .nav_box ul li a{
	display: block;
    padding-left: 42px;
    line-height: 44px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #333;
    font-size: 16px;
    background: url("../images/bg-icon24.png") no-repeat -172px -513px;
}
.content .content_main .con_nav .nav_box ul li a:hover{
	color: #a40000;
    background-position: -172px -460px;
	
}
.content .content_main .con_right{
	width: 730px;
	min-height: 610px;
	padding: 10px;
	background: #fff;
	float: right;
}
.content .content_main .con_right .right_title{
	height: 35px;
	line-height: 35px;
	padding-left: 22px;
	background: #e4e4e4 url(../images/tit_bj.jpg) no-repeat top left;
}
.content .content_main .con_right .right_title h2{
	line-height: 35px;
	height: 35px;
	width: 220px;
	color: #76201d;
	float: left;
}
.content .content_main .con_right .right_title .location{
	width: 460px;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	font-size: 14px;
	float: left;
	background: url(../images/location.png) no-repeat 0 8px ;
}
.content .content_main .con_right .right_txt{
	width: 700px;
	padding: 10px 15px;
	min-height: 555px;
}
.height_auto{
	height: auto !important;
}

content .item_main .main_left .main_txt .txt_items{
	height: 70px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.content .item_main .main_left .main_txt .txt_items .txt_img{
	width: 115px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: blue;
	float: left;
	margin-right: 20px;
}
.content .item_main .main_left .main_txt .txt_con{
	width: 345px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.content .item_main .main_left .main_txt .txt_con .con_title{
    height: 20px;
    overflow: hidden;
    width: 345px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}
.content .item_main .main_left .main_txt .txt_con .con_title .data{
	position: absolute;
	right: 0;
	top: 0;
	color: #979797;
	font-size: 14px;
}
.content .item_main .main_left .main_txt .txt_con .con_title a{
	float: left;
    height: 20px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.content .item_main .main_left .main_txt .txt_con .con_title a:hover{
	color: red;
	text-decoration: underline;
}
.content .item_main .main_left .main_txt .txt_con .con_det{
	height: 35px;
	width: 345px;
	overflow: hidden;
	text-indent: 20px;
	font-size: 14px;
	line-height: 18px;
           color: #979797;
}