﻿/* CSS Document */
li {
    vertical-align: bottom
}

a {
    cursor: pointer
}
a:hover{
    color:#00638b;
}
body {
    background: #f2ece9;
	position:relative;
}
html{
    background: #fff;
}

.wrap {
    min-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.box {
    width: 1300px;
    margin: 0 auto;
}
.head_wrap {
    height: 42px;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #a9121c;
}
.head_fl {
    float: left;
    line-height: 42px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #e7cdce;
}
.head_fl p,.head_fl span {
    float: left;
}
.head_fr {
    float: right;
    line-height: 42px;
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.head_fr a {
    float: left;
    padding: 0 12px;
    color: #fff;
    display: block;
    overflow: hidden;
	background:url(/images/285/icon1.jpg) no-repeat left center;
}
.head_fr a:hover {
	color: #fec009;
}
.top_wrap {
    position: relative;
    height: 96px;
    z-index: 10;
    display: block;
    background: #ffffff;
    width: 100%;
    border-bottom: 2px solid #0c6842;
}
.top_wrap .box {
    position: relative;
    z-index: 6;
}
.top_fl {
    float: left;
}
.top_fl a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.top_fr {
    float: right;
    max-width: 900px;
}
.top_search {
    float: right;
    height: 24px;
    display: block;
    overflow: hidden;
    margin-top: 38px;
    width: 24px;
	margin-left:16px;
}
.top_search a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top_search_cont {
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    left: 0;
    top: 98px;
	display:none;
}
.top_search_box {
    width: 640px;
    height: 44px;
    margin: 18px auto 0;
    overflow: hidden;
}
.top_search_form {
    width: 640px;
    height: 44px;
    overflow: hidden;
    position: relative;
    display: block;
}
.top_search_searchInput {
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    outline: none;
    border: 0;
    width: 542px;
    color: #888888;
    float: left;
    padding: 0 80px 0 18px;
    background: #fff;
}
.top_search_searchBar {
    height: 44px;
    width: 48px;
    border: 0;
    background: url(/images/285/icon4.png)  no-repeat center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.top_search_close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 34px;
    left: 990px;
	background:url(/images/285/icon5.png) no-repeat;
}
.top_search_bg {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 98px;
    left: 0;
    background: rgba(12,104,66,0.8)!important;
    background-color: #0c6842;
    filter: Alpha(opacity=80);
	display:none;
    z-index: 1;
}
.top_nav {
    float: right;
    display: block;
    height: 96px;
}
.nav {
    float: right;
}
.top_nav_box {
    float: left;
    height: 96px;
    position: relative;
}
.top_nav_box>a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding:0px 20px;
    line-height: 96px;
    height: 96px;
}

.top_nav_box_subnav {
    z-index: 10;
    position: absolute;
    width: 124px;
    padding: 5px 0;
    background: #0c6842;
    top: 96px;
    left: -10px;
    display: none;
}
.top_nav_box_subnav a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-size: 15px;
    padding: 7px 0;
}
.top_nav_box_subnav a:hover {
	background:#14794f;
}
.top_nav_box.on>a {
    color: #0c6842;
}
.top_nav_box>a:hover{
    color: #0c6842;
}
.banner_wrap {
    position: relative;
    z-index: 1;
    display: block;
    background: none;
    height: 558px;
}
.banner {
    overflow: hidden;
    display: block;
    height: 558px;
	position: relative;
}
.banner_box.box {
    position: relative;
    height: 558px;
}
.banner_box p {
    position: absolute;
    left: 0;
    font-size: 32px;
    color: #fff;
    bottom: 20px;
    line-height: 52px;
}

.banner .pagination {
    position: absolute;
    bottom: 32px;
    width: 1300px;
    text-align: right;
    overflow: hidden;
    left: 50%;
    height: 10px;
    margin-left: -650px;
}
.banner .pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background:  url(/images/285/icon6.png)  no-repeat;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.banner .pagination .swiper-pagination-switch.swiper-visible-switch {
    background: url(/images/285/icon7.png) no-repeat;
}
.wrap.innews_wrap {
    background: #fff;
    padding: 60px 0;
    height: 500px;
    display: block;
    width: 100%;
    overflow: hidden;
	z-index:1;
}
.in_tit {
    display: block;
    margin-bottom: 24px;
    height: 58px;
    width: 100%;
}
.in_tit a {
    float: right;
    margin-top: 26px;
    height: 20px;
    width: 120px;
	background:url(/images/285/icon9.png) no-repeat;
}
.in_tit a:hover {
	background:url(/images/285/icon9g.png) no-repeat;
}

.in_tit h1 {
    padding-top: 14px;
    float: left;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
	background: url(/images/285/icon8.jpg) no-repeat top left;
}
.innews_pic {
    float: left;
    width: 850px;
    height: 416px;
    overflow: hidden;
}
.innews_pic_box {
    float: left;
    width: 400px;
    height: 416px;
    margin-right: 50px;
    overflow: hidden;
}
.innews_pic_box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.innews_pic_img {
    width: 400px;
    height: 270px;
    display: block;
    overflow: hidden;
}
.innews_pic_img img {
    width: 400px;
    height: 270px;
}
.innews_pic_text {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
    height: 134px;
}
.innews_pic_text h1 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: block;
    color: #333333;
	background:url(/images/285/icon10.jpg) no-repeat left bottom;
    padding-bottom: 14px;
}
.innews_pic_text p {
    font-size: 14px;
    margin-top: 12px;
    line-height: 24px;
    color: #666666;
    display: block;
    width: 100%;
    height: 48px;
}
.innews_pic_box a:hover .innews_pic_text h1{
	color:#0c6842;
}
.innews_cont {
    float: right;
    width: 400px;
    height: 416px;
    overflow: hidden;
}
.innews_cont_box {
    display: block;
    height: 52px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    width: 100%;
}
.innews_cont_box a {
    display: block;
    width: 100%;
    height: 52px;
    overflow: hidden;
}
.innews_cont_time {
    float: left;
    width: 52px;
    text-align: center;
    height: 52px;
    overflow: hidden;
    margin-right: 16px;
}
.innews_cont_time p {
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    color: #016e3f;
    display: block;
    width: 100%;
    overflow: hidden;
}
.innews_cont_time span {
    font-size: 12px;
    line-height: 16px;
    color: #016e3f;
    display: block;
    width: 100%;
    overflow: hidden;
}
.innews_cont_text {
    float: left;
    width: 304px;
    display: block;
    height: 52px;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
}
.innews_cont_box a:hover .innews_cont_text ,.innews_cont_box a:hover .innews_cont_time p,.innews_cont_box a:hover .innews_cont_time span {
	color:#016e3f;
}
.wrap.index_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: url(/images/285/tzbg.jpg) no-repeat top center #fff;
    padding: 60px 0 54px;
	height:1188px;
}
.intzgg {
    position: relative;
    height: 312px;
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%;
}
.intzgg_cont {
    height: 230px;
    display: block;
}
.intzgg_box {
    height: 199px;
    background: #fff;
    width: 400px;
    display: block;
    margin: 30px auto 0;
    line-height: 26px;
    position: relative;
}
.intzgg_box a {
    display: block;
    width: 320px;
	height: 100px;
	padding: 66px 50px 30px 30px;
    overflow: hidden;
	border-bottom: 3px solid #0c6842;
}

.intzgg_time {
    position: absolute;
    width: 72px;
    height: 72px;
    background: #a9121c;
    top: 0;
    margin-top: -30px;
    left: 30px;
}
.intzgg_time p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    line-height: 34px;
    width: 100%;
    height: 34px;
    overflow: hidden;
    text-align: center;
}
.intzgg_time span {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    width: 100%;
    height: 18px;
    overflow: hidden;
    text-align: center;
    display: block;
}
.intzgg_wz {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: block;
    width: 100%;
	margin-bottom:22px;
}
.intzgg_lm {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    display: block;
    width: 100%;
    color: #a9121c;
}
.intzgg_box a:hover {
	border-bottom:3px solid #a9121c;
}
.intzgg_box a:hover .intzgg_time {
	background:#9a9595;
}
.intzgg_box a:hover .intzgg_wz {
	color:#016e3f;
}
.intzgg_pagination {
    position: absolute;
    bottom: 5px;
    overflow: hidden;
    left: 50%;
    height: 10px;
}
.intzgg_pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background:  url(/images/285/icon13.png)  no-repeat;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.intzgg_pagination .swiper-pagination-switch.swiper-active-switch {
    background: url(/images/285/icon14.png) no-repeat;
}
.intzgg_prev {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 590px;
    bottom: 3px;
    background: url(/images/285/icon11.png) no-repeat;
}
.intzgg_next {
    position: absolute;
    width: 8px;
    height: 14px;
    right: 590px;
    bottom: 3px;
    background: url(/images/285/icon12.png) no-repeat;
}

.indtqh {
    height: 600px;
    width: 100%;
    margin-top: 60px;
    display: block;
    overflow: hidden;
}
.inahyn {
    display: block;
    width: 433px;
    height: 600px;
    overflow: hidden;
    float: left;
}
.inahyn_wzbox {
    width: 433px;
    height: 300px;
    display: block;
    overflow: hidden;
}
.inahyn_picbox {
    width: 433px;
    height: 300px;
    display: block;
    overflow: hidden;
}
.indtqh_wz {
    height: 300px;
    display: block;
    width: 341px;
    overflow: hidden;
	padding:0 46px;
}
.inahyn_wz {
	background:url(/images/285/qhbg1.png) no-repeat;
}
.indtqh_wz h1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    padding-bottom: 1px;
	background:url(/images/285/icon19.jpg) no-repeat bottom center;
}
.indtqh_wz p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    height: 52px;
    display: block;
    overflow: hidden;
    text-align: center;
	margin-top:20px;
    width: 100%;
}
.indtqh_wz p a {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.indtqh_wz span {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 24px;
	color: #fff;
    opacity: 0.7;
	filter:alpha(opacity=70);
}
.indtqh_wz h1 a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.indtqh_wz>a {
    width: 120px;
    height: 20px;
    display: block;
    margin: 34px auto 0;
	background:url(/images/285/icon20.png) no-repeat;
}
.indtqh_wz>a:hover {
	background:url(/images/285/icon20g.png) no-repeat;
}
.indtqh_wz h1 a:hover{
    color: #fec009;
}
.indtqh_pic {
    display: block;
    height: 300px;
    width: 433px;
    overflow: hidden;
	position:relative;
}
.indtqh_pic span {
    width: 42px;
    height: 30px;
    display: block;
    position: absolute;
    left: 34px;
    top: 0;
    z-index: 10;
}
.inahyn_pic span{
	background:url(/images/285/icon21.png) no-repeat;
}
.indtqh_pic img {
    width: 433px;
    height: 300px;
}
.inahyn_pagination {
    position: absolute;
    top: 32px;
    overflow: hidden;
    left: 54px;
    height: 10px;
}
.inahyn_pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background:  url(/images/285/icon17.png)  no-repeat;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.inahyn_pagination .swiper-pagination-switch.swiper-active-switch {
    background: url(/images/285/icon18.png) no-repeat;
}
.inahyn_prev {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 32px;
    top: 30px;
    background: url(/images/285/icon15.png) no-repeat;
}
.inahyn_next {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 130px;
    top: 30px;
    background: url(/images/285/icon16.png) no-repeat;
}
.inzhgj {
    display: block;
    width: 433px;
    height: 600px;
    overflow: hidden;
    float: left;
}
.inzhgj_wzbox {
    width: 433px;
    height: 300px;
    display: block;
    overflow: hidden;
}
.inzhgj_picbox {
    width: 433px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.inzhgj_wz {
	background:url(/images/285/qhbg2.png) no-repeat;
}
.inzhgj_wz  h1 a{
	color:#333333;
}
.inzhgj_wz  p{
	color:#484848;
}
.inzhgj_wz p a{
	color:#484848;
}
.inzhgj_wz  span{
	color:#858584;
	opacity: 1;
	filter:alpha(opacity=1);
}
.inzhgj_wz>a{
	background:url(/images/285/icon9.png) no-repeat;
}
.inzhgj_wz>a:hover{
	background:url(/images/285/icon9g.png) no-repeat;
}
.inzhgj_pic span {
    background: url(/images/285/icon23.png) no-repeat;
    bottom: 0;
    top: auto;
}
.inzhgj_pagination {
    position: absolute;
    top: 330px;
    overflow: hidden;
    left: 54px;
    height: 10px;
}
.inzhgj_pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background:  url(/images/285/icon13.png)  no-repeat;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.inzhgj_pagination .swiper-pagination-switch.swiper-active-switch {
    background: url(/images/285/icon14.png) no-repeat;
}
.inzhgj_prev {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 32px;
    top: 328px;
    background: url(/images/285/icon11.png) no-repeat;
}
.inzhgj_next {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 130px;
    top: 328px;
    background: url(/images/285/icon12.png) no-repeat;
}
.infyck {
    display: block;
    width: 433px;
    height: 600px;
    overflow: hidden;
    float: left;
}
.infyck_wzbox {
    width: 433px;
    height: 300px;
    display: block;
    overflow: hidden;
}
.infyck_picbox {
    width: 433px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.infyck_wz {
	background:url(/images/285/qhbg3.png) no-repeat;
}
.infyck_pic span{
	background:url(/images/285/icon24.png) no-repeat;
}
.infyck_pagination {
    position: absolute;
    top: 32px;
    overflow: hidden;
    left: 54px;
    height: 10px;
}
.infyck_pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background:  url(/images/285/icon17.png)  no-repeat;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.infyck_pagination .swiper-pagination-switch.swiper-active-switch {
    background: url(/images/285/icon18.png) no-repeat;
}
.infyck_prev {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 32px;
    top: 30px;
    background: url(/images/285/icon15.png) no-repeat;
}
.infyck_next {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 130px;
    top: 30px;
    background: url(/images/285/icon16.png) no-repeat;
}
.inlinks {
	padding-top: 56px;
    width: 100%;
    height: 110px;
    overflow: hidden;
    display: block;
}
.inlinks_box {
    float: left;
    width: 300px;
    height: 110px;
    display: block;
    overflow: hidden;
    margin-right: 33px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.inlinks_box a {
    display: block;
    width: 186px;
    height: 110px;
    overflow: hidden;
    padding-left: 114px;
}
.inlinks_box p {
    font-size: 22px;
    color: #fff;
    margin-top: 14px;
    height: 44px;
    line-height: 44px;
    display: block;
    width: 182px ;
	margin-left:3px;
    overflow: hidden;
}
.inlinks_box span {
    font-size: 14px;
    color: #fff;
	height: 28px;
    line-height: 28px;
    display: block;
    width: 52px ;
	padding: 0 13px 0 17px;
    overflow: hidden;
	background:url(/images/285/icon29.png) no-repeat;
}
.inlinks_box:hover {
	margin-top:-10px;
}
.inlinks_box a:hover p,.inlinks_box a:hover span{
	color: #fec009;
}
.foot_wrap.wrap {
    padding: 26px 0 18px;
    background: #342d2d;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.foot_fl {
    float: left;
    max-width: 980px;
    display: block;
    overflow: hidden;
}
.foot_nav {
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
}
.foot_nav a {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    padding: 0 18px 0 14px;
    display: block;
    float: left;
	background:url(/images/285/icon32.jpg) no-repeat right center;
}
.foot_nav a:hover {
    color: #fec009;
}
.foot_lxfs {
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
}
.foot_lxfs  p{
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    display: block;
}
.foot_cont {
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
}
.foot_cont  p{
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    display: block;
}
.foot_cont a{
	font-size: 14px;
    line-height: 34px;
    color: #fff;
	margin:0 5px;
}
.foot_cont img{
	margin-right:5px;
}
.foot_fr {
    float: right;
    width: 90px;
    display: block;
    overflow: hidden;
	margin-right:8px;
}
.foot_fr img {
    width: 90px;
    height: 90px;
}
.foot_fr p{
	font-size: 14px;
    line-height: 28px;
    color: #fff;
	display:block;
	width:100%;
	text-align:center;
}
/*************/
.main_banner_wrap {
    position: relative;
    z-index: 1;
    display: block;
    background: none;
    height: 278px;
}
.main_banner {
    height: 278px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.main_position {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(37,33,33,0.7)!important;
    background-color: #252121;
    filter: Alpha(opacity=70);
    height: 48px;
}
.main_position_box.box {
    position: relative;
    height: 48px;
    overflow: hidden;
}
.main_position_cont {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    overflow: hidden;
	padding-left:24px;
	background:url(/images/285/mainicon1.png) no-repeat left center;
}
.main_position_cont a {
    float: left;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.main_position_cont label {
    float: left;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
	margin:0 9px;
}
.main_position_cont table{
    float: left;
	width:auto;
}
.main_wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: block;
}
.main_left {
    float: left;
    width: 280px;
    display: block;
}
.main_nav {
    margin-top: -48px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_nav_tit {
    display: block;
    width: 232px;
    height: 140px;
    line-height: 140px;
    padding: 0 24px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
	background:url(/images/285/mainbg1.png) no-repeat;
}
.main_nav_box {
    display: block;
    width: 280px;
    overflow: hidden;
}
.main_nav_box li {
    background: #f2efef;
    border-bottom: 1px solid #dcd9d9;
    display: block;
	width:100%;
	overflow:hidden;
}
.main_nav_box li a {
    display: block;
    padding: 10px 58px 10px 28px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
	background:url(/images/285/mainicon2.png) no-repeat 244px center;
}
.main_nav_box li:hover{
	background:#fff;
}
.main_nav_box li a:hover {
    color: #0c6842;
	background:url(/images/285/mainicon3.png) no-repeat 244px center;
}
.main_nav_box li.on{
	background:#fff;
}
.main_nav_box li.on a {
    color: #0c6842;
	background:url(/images/285/mainicon3.png) no-repeat 244px center;
}
.main_right {
    float: right;
    width: 960px;
    display: block;
}
.main_cont {
    padding: 36px 0 56px;
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 240px;
}
.main_cont_tit {
    height: 56px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_cont_tit h1 {
    float: left;
    line-height: 44px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 12px;
	background:url(/images/285/mainicon4.jpg) no-repeat bottom left;
}
.main_icon {
    float: right;
    height: 32px;
    margin-top: 10px;
    overflow: hidden;
}
.main_icon_fx_box {
    float: left;
    display: none;
}
a.main_icon_fx {
    float: left;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 10px;
	background:url(main/images/285/icon5.png) no-repeat;
}
a.main_icon_dy {
    float: left;
    width: 32px;
    height: 32px;
    display: block;
	background:url(main/images/285/icon7.png) no-repeat;
}
a.main_icon_fx:hover{
	background:url(main/images/285/icon6.png) no-repeat;
}
a.main_icon_dy:hover{
	background:url(/images/285/mainicon8.png) no-repeat;
}
.main_tplistye {
    margin-top: 30px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_tplistye li {
    width: 300px;
    float: left;
    margin: 0 10px 35px;
    height: 251px;
    overflow: hidden;
}
.main_tplistye li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_tplistye li a img{
    width: 300px;
	height:200px;
}
.main_tplistye li a p{
    width: 300px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-bottom:1px solid #e8e8e8;
	color:#333333;
	font-size:16px;
}
.main_tplistye li a:hover p{
	border-bottom:1px solid #0c6842;
	color:#0c6842;
}
.main_listye {
    margin-top: 14px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_listye li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    width: 100%;
}
.main_listye ul {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.main_listye li a {
    float: left;
    padding-left: 16px;
    max-width: 800px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
	background:url(main/images/285/icon9.png) no-repeat 3px center;
    color: #333333;
}
.main_listye li span {
    float: right;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
}
.main_listye li a:hover {
    color: #a9121c;
}
.main_yj {
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_yj .main_listye li a {
    max-width: 1100px;
}
.main_showye {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
}
.main_showye_tit{
    display: block;
    width: 100%;
    overflow: hidden;
	padding-bottom:6px;
	border-bottom:1px solid #eaeaea;
}
.main_showye_tit h1 {
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_showye_tit p {
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #999999;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_showye_cont {
    padding: 18px 0 24px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
	font-size:16px;
	color:#333333;
	line-height:28px;
}
.main_showye_tab {
    display: block;
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
}
.main_showye_prev {
    float: left;
    max-width: 48%;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #505050;
}
.main_showye_next {
    float: right;
    max-width: 48%;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #505050;
}
.main_showye_prev p,.main_showye_next p {
    float: left;
    color: #a9121c;
    font-size: 15px;
    line-height: 26px;
}
.main_showye_prev a,.main_showye_next a {
    float: left;
    color: #505050;
    font-size: 15px;
    line-height: 26px;
}
.main_showye_prev a:hover,.main_showye_next a:hover {
    color: #0c6842;
}
.main_pageye {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
	font-size:16px;
	color:#333333;
	line-height:28px;
}