/*==========shcms_layout_css==========*/
/*页头布局Begin*/
.content_bg {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}
.main_content {
    width:1194px;
    margin: 0 auto;
    border:3px solid #ad9460;
    background-color:#ffffff;
}
.content {
    width: 1194px;
    margin: 0 auto;
}
.top {
    overflow: hidden;
    height: 34px;
    width: 100%;
    margin: 0 auto;
	background-image:url(../img/top_bg.png); background-repeat:repeat-x;}
.top_content{ width:1200px; margin:0 auto; height:35px;}
.top_c_left{ float:left;font-size:13px; }
.top_c_right{ float:right; width:140px;font-size:13px;}
.top_c_right a{
    color:#000;
    text-decoration: none;
}
.top_c_right a:hover{
    color:#eb690e;
    text-decoration: none;
}
.top_d_right{ float:right; width:200px;font-size:13px;}
.top_banner {
    padding: 0px;
    margin: 0 auto;
    height: 135px;
    width:1200px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}

.top:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.header_top {
	float:right;
    width: 966px;
    height: 26px;
    margin: 0px auto;
}
.banner_bnt{ 
	font-family:"微软雅黑";
	font-size:14px;
	text-align:center;
	margin-left:15px;
}
.banner_bnt a:hover{
	 text-decoration:none;
	 color:#DD0000;
}
.header_top_left {
    float: left;
    line-height: 29px;
    margin-left: 15px;
}

/*页头布局End*/

/*导航栏布局Begin*/
.menu_bg{
	margin: 0 auto;
	/*background-image:url(../img/nav_bg.png);
	background-repeat:repeat-x;*/
	width:100%;
	height:60px;
    background-color: #ffffff;
}
.topmenu {
    margin: 0px auto;
    width: 1200px;
    height: 60px;
}

.topmenu_content {
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}

.topmenu_middle {
    height: 60px;
    float: left;
    width: 1200px;
    margin:0;
    text-align: center;
}

.topmenu_top {
    float: left;
    width:1200px;
}

.li_nav {
    width: 200px;
    height: 60px;
    line-height: 60px;
    float: left;
    background-size: 36px;
    background-position: 20% center;
    background-repeat: no-repeat;
}
.li_nav_select {
    width: 200px;
    height: 60px;
    line-height: 60px;
    float: left;
    background-size: 36px;
    background-position: 20% center;
    background-repeat: no-repeat;
    background-color:#ad9460;
}
.li_nav_index {
    background-image:url(../img/icon/home_icon.png);
}
.li_nav_zz {
    background-image:url(../img/icon/zz_icon.png);
}
.li_nav_dj {
    background-image:url(../img/icon/dj_icon.png);
}
.li_nav_xw {
    background-image:url(../img/icon/xw_icon.png);
}
.li_nav_zc {
    background-image:url(../img/icon/zc_icon.png);
}
.li_nav_fw {
    background-image:url(../img/icon/fw_icon.png);
}
.li_nav_zwh {
    background-image:url(../img/icon/zwh_icon.png);
}
.li_nav_hd {
    background-image:url(../img/icon/hd_icon.png);
}
.li_nav_index_select {
    background-image:url(../img/icon/home_icon_w.png);
}
.li_nav_zz_select {
    background-image:url(../img/icon/zz_icon_w.png);
}
.li_nav_dj_select {
    width: 150px;
    height: 60px;
    line-height: 60px;
    float: left;
    background-size: 36px;
    background-position: 20% center;
    background-repeat: no-repeat;
    background-color:#e60012;
    background-image:url(../img/icon/dj_icon_w.png);
}
.li_nav_dj_select a{
    color:#ffff00;
}
.li_nav_xw_select {
    background-image:url(../img/icon/xw_icon_w.png);
}
.li_nav_zc_select {
    background-image:url(../img/icon/zc_icon_w.png);
}
.li_nav_fw_select {
    background-image:url(../img/icon/fw_icon_w.png);
}
.li_nav_zwh_select {
    background-image:url(../img/icon/zwh_icon_w.png);
}
.li_nav_hd_select {
    background-image:url(../img/icon/hd_icon_w.png);
}
.li_line{ width:1px; height:45px; float:left;}
.topmenu_top li a {
    font-size: 24px;
    font-family: "微软雅黑";
    text-decoration: none;
    font-weight: normal;
    padding-left:40px;
}
.li_nav a{
    color:#3e3e3e;
}
.li_nav_select a{
    color:#ffffff;
}
.li_nav_dj a{
    color:#ea3a44;
}
.topmenu_bottom {
    float: left;
    margin-left: 50px;
}

.topmenu_bottom li {
    padding: 0 5px;
    height: 38px;
    line-height: 38px;
    float: left;
    display: none;
    text-align: center;
}

.topmenu_bottom li.split {
    width: 14px;
    height: 38px;
    line-height: 38px;
    float: left;
    color: #1f1f1f;
}

.topmenu_bottom li a {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #1f1f1f;
}
.topmenu_search ul li div {
    margin: 0 0 0 15px;
}

/*导航栏布局End*/

/*资讯中心 Begin*/
.xbjl_zxzx_title{
    background-image:url(../img/news_title.png);
    background-repeat:no-repeat;
    width:966px;
    height:32px;
    margin:20px 0 15px 0;
}
.xbjl_zxzx{
	margin:0 auto;
	width:1174px;
	margin-top:5px;
    padding:10px;
}
.xbjl_tt{
    width:1174px;
    margin:10px 0;
    float:left;
    height:45px;
    font-size:32px;
}
.xbjl_tt a{
    margin:2px 0 0 10px;
    float:left;
    color:#3e3e3e;
}
.xbjl_jdt{
	float:left;
	width:480px;
	height:270px;
    margin-top:10px;
    overflow: hidden;
}
.xbjl_jdt_img{ margin:0;}
.xbjl_zxzx_c{
    width:680px;
    float:right;
    height:270px;
    margin-top:10px;
}
.xbjl_zxzx_tt{padding:0 10px;}
.xbjl_zxzx_tt_title{ text-align:center; font-family:"微软雅黑";font-weight:bold; font-size:16px; margin-top:20px; margin-bottom:10px;}
.xbjl_zxzx_tt_title a:hover{ color:#DD0000; text-decoration:none;}
.xbjl_zxzx_tt_c{ text-indent: 2em; line-height:26px;}
.zxzx_news{ width:680px;}
.zxzx_news_title{
    width:100%;
    height:35px;
    border-bottom:2px solid #ad9460;
}
.zxzx_news_title_txt{
    height:33px;
    float:left;
    font-size: 16px;
    line-height:33px;
    padding:0 10px;
    text-align:center;
}
.zxzx_news_title_txt_sel{
    color:#ad9460;
    border-bottom:3px solid #ad9460;
    font-size: 18px;
}
.zxzx_news_title_txt_more{
    padding-top:5px;padding-left:0;padding-right:0;display:block;font-size:13px;
}
.xbjl_zxzx_banner_fl{
    width:1180px;
    margin:10px 6px;
    float:left;
}
.xbjl_zxzx_banner_fr{
    width:580px;
    margin:10px 10px 10px 0;
    float:right;
}
.tbtncon_title_more{ font-family:Arial; font-size:10px; float:right; margin-right:10px; margin-bottom:2px;}
.tbtncon_title_more a:hover{ color:#DD0000; text-decoration:none;}
.tbtncon_title {
	font-family:"微软雅黑";
	font-size:16px;
	color:#1f1f1f;
    float:left;
}
.xbjl_bmzz{
    width:100%;
    float:left;
}
.xbjl_bmxx{
    width:460px;
    margin:10px 0;
    float:left;
}
.xbjl_zzxx{
    width:680px;
    margin:10px 0;
    float:right;
}
.xbjl_bmxx_block{
    width:100%;
}
.xbjl_bmxx_block_item{
    width:135px;
    height:50px;
    background-color:#ad9460;
    float:left;
    color:#fff;
    font-size:20px;
    text-align: center;
    margin:21px 2px 5px 1px;
    line-height: 50px;
    letter-spacing:1px;
}
.xbjl_bmxx_block_item a{
    color:#fff;
    text-decoration: none;
}
.xbjl_zz_block{
    width:580px;
}
.xbjl_zzxx_block_item{
    width:100px;
    height:140px;
    float:left;
    text-align: center;
    margin:12px 18px;
    line-height: 45px;
}

.xbjl_xtlj{
    width:1200px;
    float:left;
    margin:20px 0;
}

.xbjl_xtlj_block_item{
    float:left;
    text-align: center;
    margin-left:25px;
    line-height: 46px;
    padding:12px 24px;
    font-size:20px;
    letter-spacing:1px;
    width:130px;
}
.xbjl_xtlj_block_item a{
    color:#fff;
    text-decoration: none;
}
.bgd27c7c{
    background-color:#d27c7c;
}
.bgdcac7e{
    background-color:#dcac7e;
}
.bg98ba5a{
    background-color:#98ba5a;
}
.bg5092c5{
    background-color:#5092c5;
}
.bgab90c4{
    background-color:#ab90c4;
}
.bg64bcb5{
    background-color:#64bcb5;
}
.bgd5c179{
    background-color:#d5c179;
}
/*资讯中心 End*/
.xbjl_dwgk{
    width:480px;
    float:left;
}
.xbjl_ldxx{
    width:230px;
    float:left;
    margin-left:25px;
}
.xbjl_zzjg{
    width:420px;
    float:right;
}

.zxzx_news_title_txt_sub{
    color:#ad9460;
    font-size: 18px;
    width:160px;
    border-bottom:2px solid #ad9460;
    text-align:left;
}

.zxzx_news_title_txt_sub a{
    color:#ad9460;
    font-size: 18px;
    padding:3px;
}

.zxzx_news_title_txt_sub a:hover{
    text-decoration: none;
    background-color:#ad9460;
    color:#ffffff;
    padding:3px;
}


.zxzx_news_title_txt_sub_f{
    font-size: 16px;
    border-bottom:2px solid #ad9460;
    text-align:left;
    background-color:#ad9460;
    color:#ffffff;
}

.zxzx_news_title_txt_sub_f a{
    color:#ffffff;
    font-size: 16px;
    padding:3px;
}

.zxzx_news_title_txt_sub_f a:hover{
    text-decoration: none;
    background-color:#ad9460;
    color:#ffffff;
    padding:3px;
}

.zxzx_news_title_txt_sub_c{
    color:#cccccc;
    font-size: 16px;
    border-bottom:2px solid #6e6e6e;
    text-align:left;
}

.zxzx_news_title_txt_sub_c a{
    color:#6e6e6e;
    font-size: 16px;
    padding:3px;
}

.zxzx_news_title_txt_sub_c a:hover{
    text-decoration: none;
    background-color:#6e6e6e;
    color:#ffffff;
    padding:3px;
}

.zxzx_news_title_txt_sub_r{
    color:#e60012;
    font-size: 18px;
    width:160px;
    border-bottom:2px solid #e60012;
    text-align:left;
}

.zxzx_news_title_txt_sub_r a{
    color:#e60012;
    font-size: 18px;
    padding:3px;
}

.zxzx_news_title_txt_sub_r a:hover{
    text-decoration: none;
    background-color:#e60012;
    color:#ffffff;
    padding:3px;
}

.xbjl_dwgk_content{
    float:left;
    font-size:15px;
    line-height:25px;
    width:95%;padding:2%;
}
.xbjl_ldxx_item_title{
    width:100px;
    text-align:right;
    color:#3e3e3e;
    float:left;
    height:50px;
    font-size: 18px;
    margin-top:10px;
}
.xbjl_ldxx_item_title a{
    color:#3e3e3e;
    font-size: 18px;
    padding:2px;
}

.xbjl_ldxx_item_title a:hover{
    text-decoration: none;
    color:#3e3e3e;
    padding:2px;
}
.xbjl_ldxx_item_name{
    width:110px;
    text-align:left;
    color:#ad9460;
    float:right;
    height:50px;
    font-size: 18px;
    margin-top:10px;
}
.xbjl_ldxx_item_name a{
    color:#ad9460;
    font-size: 18px;
    padding:2px 10px;
}

.xbjl_ldxx_item_name a:hover{
    text-decoration: none;
    background-color:#ad9460;
    color:#ffffff;
    padding:2px 10px;
}
.xbjl_djgz_list_l{
    width: 49%;
    margin: 10px 0;
    float: left;
}
.xbjl_djgz_list_r{
    width: 49%;
    margin: 10px 0;
    float: right;
}

.xbjl_fwxx{
    width:1190px;
    margin:10px 5px;
    float:left;
}
.xbjl_fwxx_block{
    width:100%;
}
.xbjl_fwxx_block_item{
    width:150px;
    height:60px;
    background-color:#ad9460;
    float:left;
    color:#fff;
    font-size:20px;
    text-align: center;
    margin:10px 8px;
    line-height: 60px;
}
.xbjl_fwxx_block_item a{
    color:#fff;
    text-decoration: none;
}
.xbjl_center_line{
    background-image:url(../img/centerline.png);
    background-repeat:repeat-x;
    width:50%;
    height:35px;
    margin:10px auto;
}
.xbjl_center_line_block{
    background-color: #ad9460;
    width:100px;
    margin:0 auto;
    height:35px;
    text-align:center;
    line-height:35px;
    color:#ffffff;
    font-size:16px;
}
/*搜索栏布局Begin*/
.topsearch {
	text-align:center;	
}
#page_search_left {
    float: left;
    text-align: center;
    vertical-align: middle;
}

#page_search_type {
    width: 80px;
    float: left;
    text-align: center;
}

#page_search_btn {
    float: right;
    margin-top:3px;
	margin-right:3px;
    width: 20px;
    height: 16px;
    /*background-image:url(../img/searchBtn.png);*/
}

#page_search_right {
    width: 100px;
    height: 23px;
    line-height: 23px;
    float: right;
    text-align: center;
}
.top_banner .searchDivBlock{
    float:right;
    margin:2px 15px 0 0;
    width:225px;
    height:22px;
    border: 1px solid #decdb1;
    background-color:#fff;
    border-radius: 5px;
}
.top_banner .inputText {
	float:left;
	margin-top:1px;
    margin-left:2px;
    height: 15px;
    width: 190px;
    font-size:13px;
    color:#ccc;
    text-align: left;
}
.top_banner input[type="text"] {
    border:1px solid #fff;
    background-color: #fff;
    outline:none;
}

.top_banner .hots {
    height: 23px;
    line-height: 23px;
    float: left;
}
/*搜索栏布局End*/

.content_left {
    background-color: #fff;
    float: left;
    width: 741px;
    margin: 0px auto;
}

.content_line {
    border-left: #ccc 1px dashed;
    width: 1px;
    height: 434px;
    float: left;
    margin-left: 3px;
}

.content_right {
    float: right;
    width: 220px;

}

/*页面主体布局Begin*/
.page_row {
    padding: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
}

.list {
    border: #cccccc 1px solid;
}

.list_bar {
    height: 28px;
    line-height: 28px;
    border-bottom: #cccccc 1px dashed;
    color: #d14500;
    text-indent: 10px;
    font-size:16px;
    text-align:center;
}

.list_bar_newbg{
    font-size:14px;
    text-align:left;
    border-bottom: #cccccc 1px solid;
}

.list_bar_a {
    float: left;
    font-weight: bold;
    margin-top: 1px;
}

.list_content {
    text-align: left;
    padding-left:5px;
    padding-right:5px;
}

.list_content a {
    line-height: 18px;
    color:#333;
    text-decoration: none;
}

.list_content a:hover {
    line-height: 18px;
    color:#eb690e;
    text-decoration: none;
}

.h200 {
    height: 220px;
    overflow: hidden;
}

.h140 {
    height: 140px;
    overflow: hidden;
}

.position_bar {
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
}

.tbtn1 {
    border: #ccc 1px solid;
}

.cmd_news {
    width: 260px;
    float: right;
}

.comment_list {
    margin-top: 20px;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.page_main_msg {
    width: 966px;
    margin-bottom: 5px;
}

.page_content_msg {
    width: 755px;
    float:left;
}

/*页面主体布局End*/
.foot{
    float:left;
    width:100%;
    height:128px;
    text-align:center;
    margin-top:1px;
    background-image:url(../img/bottom_bg.png);
    background-repeat:no-repeat;
    background-size: cover;
}
.foot_split{  width:100%; height:7px;}
.foot_msg{ margin-top:15px; line-height:26px;}

.xbjl_bmfw{
    width:1200px;
    margin:10px auto;
}
.xbjl_bmfw_title{
    width:140px;
    height:36px;
    background-image:url(../img/bmfw_title.png);
    background-repeat:no-repeat;
    float:left;
}
.xbjl_bmfw_title_txt{
    width:16px;
    font-size:16px;
    margin:20px auto;
}
.xbjl_bmfw_block{
    width:112px;
    height:36px;
    background-repeat:no-repeat;
    margin-left:39px;
    float:left;
}
.xbjl_bmfw_block_tq{
    background-image:url(../img/bmfw_tqyb01.png);
}
.xbjl_bmfw_block_tq:hover{
    background-image:url(../img/bmfw_tqyb02.png);
}
.xbjl_bmfw_block_xw{
    background-image:url(../img/bmfw_news01.png);
}
.xbjl_bmfw_block_xw:hover{
    background-image:url(../img/bmfw_news02.png);
}
.xbjl_bmfw_block_yj{
    background-image:url(../img/bmfw_yjrx01.png);
}
.xbjl_bmfw_block_yj:hover{
    background-image:url(../img/bmfw_yjrx02.png);
}
.xbjl_bmfw_block_hb{
    background-image:url(../img/bmfw_air01.png);
}
.xbjl_bmfw_block_hb:hover{
    background-image:url(../img/bmfw_air02.png);
}
.xbjl_bmfw_block_lc{
    background-image:url(../img/bmfw_train01.png);
}
.xbjl_bmfw_block_lc:hover{
    background-image:url(../img/bmfw_train02.png);
}
.xbjl_bmfw_block_qc{
    background-image:url(../img/bmfw_car01.png);
}
.xbjl_bmfw_block_qc:hover{
    background-image:url(../img/bmfw_car02.png);
}
.xbjl_bmfw_block_sh{
    background-image:url(../img/bmfw_life01.png);
}
.xbjl_bmfw_block_sh:hover{
    background-image:url(../img/bmfw_life02.png);
}

.yqlj {
    width: 1200px;
    height: 36px;
    margin: 20px auto;
}

.yqlj_title {
    float: left;
    margin:0;
}

.yqlj_item {
    float: left;
    margin: 5px 0 0 46px;
}

.yqlj_item select{
    width:226px;
}

div.orbit-wrapper { position: relative; overflow: visible; width: 1200px;height: 300px;margin:0 auto;}
div.orbit { position: relative; overflow: hidden;}
div.orbit span { display:none;}
div.orbit a img{ position: absolute; display:block;width:1000px;  padding:0;}
div.orbit-wrapper h4{ display: none; }
div.timer {display: none;}
div.slider-nav { display: block; }
div.slider-nav span { width: 40px; height: 120px;  color: #fff; text-align: center; position: absolute; z-index: 100; top: 110px; cursor: pointer; text-indent:-9999px;}