﻿
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.mauto12 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px; /* 与顶部导航栏留出一定间隙 */
}

.nav-container {
    width: 250px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: -30px; /* 左侧导航栏稍微靠左 */
    margin-right: 20px; /* 与右侧内容区域留出一定间隙 */
}

.nav-header {
    background-color: #34495e;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #2c3e50;
}

.nav-list {
    list-style-type: none;
    padding: 0;
}

.nav-list li {
    border-bottom: 1px solid #ddd;
}

.nav-list li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: black;
    background-color: #ecf0f1;
    text-align: center;
    transition: background-color 0.3s ease;
}

.nav-list li a:hover,
.nav-list li a.active {
    background-color: #7f8c8d;
    color: white;
}

.nav-list li:last-child {
    border-bottom: none;
}

.content-container {
    width: calc(100% - 290px); /* 调整宽度以适应左侧导航栏的偏移 */
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: 20px; /* 与左侧导航栏留出一定间隙 */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.n_ban{
	background-position: center !important;
	height: 280px;
	width: 100%;
	background-repeat: no-repeat;
}
/*概况*/
.mbx1{
	border-bottom: 1px solid #eeeeee;
	height: 63px;
	line-height: 63px;
}
.mbxs a.act{
	color: #cc9231;
}
.mbxs .mc{
	padding: 0 20px;
}
.mbxs i{
	background: url(../images/icon/arrr2.png);
	width: 3px;
	height: 5px;
	display: inline-block;
}
.mbxs2 a{
	font-size: 14px;
	color: #666;
	padding: 0 15px;
}
.mbxs2 a:hover,.mbxs2 a.act{
	background: url(../images/icon/bb.png) center 100% no-repeat;
}
.nfa li{
	width: 32.08%;
	height: auto;
	float: left;
}
.nfa2{
	margin: 0 1.75%;
}
.nfax{
	padding: 22px;
	background: #f2f2f2;
	min-height: 320px;
}
.tsz1{
	width: 45.6%
}
.tsr1{
	width: 51%;
}
.jjr1{
	width: 64%;
}
.xxjj_l{
	width: 50%;
}
.xxjj_r{
	width: 48%;
}
.maxs{
	width: 100%;
	overflow: hidden;
}
.maxs a{
	width: 22.5%;
	margin:0 1.25%;
	height: 0.84rem;
	background-size: 100% !important;
}
.maxs a:nth-child(1){
	margin-left:0;
}
.maxs a:nth-child(4){
	margin-right:0;
}
.maxs .xx_1{
	background: url(../images/gd1.jpg) no-repeat;
}
.maxs .xx_1:hover{
	background: url(../images/gd_h.png) no-repeat;
}
.maxs .xx_2{
	background: url(../images/yz1.png) no-repeat;
}
.maxs .xx_2:hover{
	background: url(../images/yz_h.jpg) no-repeat;
}
.maxs .xx_3{
	background: url(../images/pp1.jpg) no-repeat;
}
.maxs .xx_3:hover{
	background: url(../images/pp_h.png) no-repeat;
}
.maxs .xx_4{
	background: url(../images/sf1.png) no-repeat;
}
.maxs .xx_4:hover{
	background: url(../images/sf_h.png) no-repeat;
}
.wxlb{
	padding: 1.6%;
	margin: 1.02%;
}
.xw_lin{
	width: 60px;
	height: 2px;
	background: #cccccc;
	margin: 0 auto;
	text-align: center;
}
.xwlb ul li{
	width: 31%;
	float: left;
	text-align: center;
	border:1px solid #e9e9e9; 
	max-width: 335px;
}
.xwlb ul li:hover{
	border:1px solid #cb9231; 
}
.xwlb ul li:hover .xw_lin{
	background: #cb9231;
}
.xwlb ul li:hover .stil{
	color: #333333;
}
.gglb ul li{
	height: 78px;
	border:1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 13px;
}
.gglb ul li .xsgg{
	line-height: 78px;
}
.xsgx{
	width: 80px;
	text-align: center;
	background: #f4f4f4;
	height: 78px;
	padding: 10px 0px;
}
.xsggxq{
	width: 100px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
}
.gglb ul li:hover,.gglb ul li.act{
	border:1px solid #cc9231;
}
.gglb ul li:hover .xsgx,.gglb ul li.act .xsgx{
	background: #cc9231;
}
.gglb ul li:hover .xsgx div,.gglb ul li.act .xsgx div{
	color: #fff;
}
.gglb ul li:hover .xsgg,.gglb ul li.act .xsgg{
	color: #cc9231;
}
.gglb ul li:hover .xsggxq,.gglb ul li.act .xsggxq{
	border-left: 1px solid #cc9231;
}
.vvj{
	background: #f9f9f9;
}
.sdvvj{
	background: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
.xswx_a{
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.xwdbs{
	width: 100%;
	background: #fff;
	border-top: 1px solid #ebebeb;
}
.xwdbs li{
	text-align: center;
}
.xwdbs li:nth-child(1),.xwdbs li:nth-child(3){
	width: 32%;
	height: 0.8rem;
}
.xwdbs li:nth-child(1){
	border-right: 1px solid #ebebeb;
}
.xwdbs li:nth-child(3){
	border-left: 1px solid #ebebeb;
}
.xwdbs li:nth-child(1),.xwdbs li:nth-child(2){
	float: left;
}
.xwdbs li:nth-child(3){
	float: right;
}
.xwdbs li:nth-child(1) a,.xwdbs li:nth-child(3) a{
	display: block;
	width: 100%;
	height: 100%;
}
.xwdbs li:nth-child(1):hover,.xwdbs li:nth-child(3):hover{
	background: #c9932d;
}
.xwdbs li:nth-child(1):hover a,.xwdbs li:nth-child(3):hover a{
	color: #fff;
}

.fx_sqq{
	background-image: url(../images/icon/fxxq_qq.png) !important;
	background-position:0 !important;
}
.fx_weixin{
	background-image: url(../images/icon/fxxq_wx.jpg) !important;
	background-position:0 !important;
}
.fx_tsina{
	background-image: url(../images/icon/fxxq_wb.jpg) !important;
	background-position:0 !important;
}
.fx_kj{
	background-image: url(../images/icon/fxxq_kj.jpg) !important;
	background-position:0 !important;
}
.xwdbs .bdshare-button-style0-16 a{
	width: 32px;
	height: 32px;
	padding-left: 0px;
	float: none;
}
.xwdbs li:nth-child(2){
	width: 32%;
}
.bfeik{
	width: 85%;
	border-left: 1px solid #e5e5e5;
}
.jydt li{
	background: #f4f4f4;
	padding: 1.6% 3.3%;
	margin: 1.6% auto;
}
.jydt .caq{
	width: 6.6%;
	margin-right: 1.6%;
}
.jydt li.act .caq div,.jydt li:hover .caq div{
	color: #c79128;
}
.jydt li.act .caq2,.jydt li:hover .caq2{
	color: #c79128;
}
.jydt li:nth-child(even){
	background: #fff;
}
.zpad{
	padding: 1.8% 1.6%;
	background: url(../images/icon/arrd2.png) no-repeat 97% #f4f4f4;
	width: 100%;
	display: block;
}
.zpjs{
	padding:1.8%;
}
.zpqs li .zpjs{
	display: none;
}
.zpqs li.act .zpjs{
	display: block;
}
.zpqs li.act .zpad {
    background: url(../images/icon/arrd_h2.png) no-repeat 97% #cc9231;
    color: #fff;
}
.zpqs li{
	margin-bottom: 1%;
}
.xlyz ul li{
	padding: 1.6% 0;
	border-bottom: 1px dashed #e1e4ec;	
}
.xlyz .xy_l{
	width: 20%;
	overflow: hidden;
}
.xlyz .xy_r{
	width: 77%;
	overflow: hidden;
	padding:1.6% 0;
}
.xlyz li a{
	display: block;
	width: 100%;
	height: 100%;
}
.xlyz li:hover a div:nth-child(1){
	color: #c9932d;
}
.xzfc ul li{
	position: relative;
	width: 21.1%;
	margin: 0.97% 1.94%;
}
.fcti{
	height: 35px;
	background: rgba(0,0,0,0.4);
	text-align: center;
	width: 100%;
	line-height: 35px;
}
.xzfc ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.xzfc ul li a img{
	position: absolute;
}
.xzfc ul li a .fcti{
	position: absolute;
	bottom: 0;
}
.xzfc ul li{
	height: 315px;
	float: left;
}
.xzfc li:hover .fcti, .xzfc li.act .fcti{
	background: #cb9231;
}
.zsbm .zsbm_l{
	width: 49%;
}
.zsbm .zsbm_l{
	width: 49%;
}
.bmipt{
	width:100%;
	background: #efefef;
	height: 38px;
	line-height: 38px;
}
.bmi_l{
	min-width: 17%;
}
.red{
	color: #f00;
}
.zsbm_l ul li{
	width: 100%;
	display: block;
	line-height: 38px;
	margin-top: 15px;
}
.bmi_r{
	width: 58.3%;
}
.yzm1{
	width: 31%;
}
.yzm2{
	width: 35%;
}
.btnx{
	width: 60%;
	text-align: center;
	line-height: 38px;
	height: 38px;
	color: #fff;
	background: #cc9231;
}
.btnx:hover{
	color: #fff;
}
.lx_top{
	text-align: center;
}
.lx_top ul li{
	width: 33%;
	float: left;
}
.lx_top ul li .lximg{
	min-height: 65px;
	width: 100%;
	text-align: center;
	position: relative;
}
.lx_top ul li .lximg img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lx_bddt{
	width: 100%;
height: 3.38rem;
}
.xza{
	background: url(../images/icon/dw2.png) no-repeat center;
	display: block;
	width: 100%;
	height: 100%;
	/*border-bottom: 2px solid #e2e2e2;*/
}
.xzx{
	width: 5%;
}
.xa ul li{
	height: 60px;
	line-height: 60px;
}
.xa ul li .xsgg{
	height: 60px;
	line-height: 60px;
}
.xa ul li{
	border-top: 1px solid #e2e2e2;
	/*border-bottom: 1px solid #e2e2e2;*/
}
.xa ul li:last-child{
	border-bottom: 1px solid #e2e2e2;
}
.xzxzl{
	max-width: 88%;
}
.xa ul li:hover,.xa ul li.act{
	background: #f0f0f0;
}
.xa ul li:hover .xza{
	background: url(../images/icon/dw_h.png) no-repeat center #cc9231;
}
.xa ul li:hover .xza{
	/*border-bottom: 2px solid #b8701e;*/
}
.xw_btn li{
	width: 100% !important;
	border-bottom: 1px dotted #ddd !important;
	line-height: 45px;
	float: none !important;
	display: block;
	max-width: 100% !important;
	border-left: 0 !important;
	border-right: 0 !important;
}