@charset "utf-8";
body,.arclist,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body{margin:0px auto;   
    background: #fdfcf8;
	counter-reset: section;
    font: 14px 'Lato',"Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, sans-serif;
    color: var(--be-body);
    font-size: 14px;
    line-height: 1.42857143;
    color:#333;-webkit-text-size-adjust:none;word-break:break-all;}
input{outline:none}
a{color:#666;text-decoration: none;}
a:hover{color:#0099cc;text-decoration:none;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
ul,li{list-style:none;}
p,br{margin-top:10px;}

table {
    width: 95% !important; 
    border-collapse: collapse; 
}
table, th, td {
    border: 1px solid #ddd; 
}
th {
    background-color: #f2f2f2;
    padding: 8px;
    text-align: left;
}
td {
    padding:3px;
}

tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #ddd;
}
select,input{font-size: 16px;}
td{text-overflow: ellipsis;}
 td,  th {
padding: 5px 10px;
font-size: 14px;
font-family: Verdana;

}

/* Alternating background colors */
 tr:nth-child(even) {
background:#F0F8FF;
}
 tr:nth-child(odd) {
background: #FFF;
}
fieldset,img {
	border: 0; 
} 
address,caption,cite,code,dfn,em,th,var{
	font-weight: normal;
	font-style: normal;
} 
ol,ul,li{
	list-style: none;
} 
caption,th{
	text-align: left;
} 
,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
} 
q:before,q:after{
	content:'';
} 
abbr,acronym{
	border: 0;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#f00;
	text-decoration:underline;
}
.fl{
	float:left;
}	
.fr{
	float:right;
}
.clear{
	clear:both;
}

.top{
	height:30px;
	border-bottom:1px #e3e3e3 solid;
	background:#f5f5f5;
}
.top .warp{
	height:30px;
	line-height:30px;
	margin:0 auto;
}
.top .warp span{
	float:right;
}
.head{
	height:60px;
	padding:10px 0;
	margin:0 auto;
}
/* 设置 logo 容器的样式 */
.logo {
	/* 使用 flex 布局，使内容居中 */
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 设置容器的高度和背景颜色 */
	height: 65px;
}

/* 设置 logo 文本的样式 */
.logo-text {
	/* 设置字体样式 */
	font-family: 'Arial Black', sans-serif;
	font-size: 28px;
	font-weight: bold;
	/* 设置文本颜色 */
	color: #333;
	/* 添加文本阴影效果 */
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	/* 添加字母之间的间距 */
	letter-spacing: 2px;
	/* 添加渐变背景 */
	background: -webkit-linear-gradient(#333, #666);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about{background: url(/uploads/style/images/gmail.png) no-repeat 50px;
    height: 30px;
    width: 200px;
    text-align: center;
    margin: 0px auto;
    background-size: 50%;}
.search{
	float:left;
	height:38px;
	width:454px;
	padding:11px 0;
}
.search-keyword{
	height:34px;
	width:366px;
	border:2px #00b156 solid;
	border-right:none;
	line-height:34px;
	font-size:14px;
	color:#666;
	font-family:'microsoft yahei';
	text-indent:10px;
}
.search-submit{
	height:38px;
	width:86px;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border:none;
	margin:0;
	padding:0;
	font-family:'microsoft yahei';
	background:#00b156;
}
.share{
	float:right;
	padding:8px 0 0 0;
}
.nav{
	margin:0 auto 10px auto;
	background:#00b156;
	height: 45px;
    overflow: hidden;
}
.nav ul{
	height:45px;
	line-height:45px;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	padding:0px;
}
.nav li{
	float:left;
	height:45px;
}
.nav li a{
	display:block;
	height:100%;
	padding:0 20px;
	color:#fff;
}
.nav li a:hover{
	color:#fff;
	text-decoration:none;
	background:#008d49;
}
.nav .on{
	color:#fff;
	background:#008d49;
}
.menu{
	font-size:14px;
	padding:5px 10px;
	font-family:'microsoft yahei';
}
.menu li{
	margin:0px 5px;
	margin-right: 10px;
	line-height:25px;
	overflow: hidden; /* 隐藏超出部分 */
	text-overflow: ellipsis; /* 超出部分用省略号表示 */
	float:left;
	background:url(images/ico_3.jpg) 0 8px no-repeat;
}
.menu li li{margin-left:15px;background:url(images/ico_3.jpg) 0 8px no-repeat;}
.menu li a{margin-left: 5px;}
.b_box3 li a{
	text-indent:10px;
	font-size: 12px;	
}
.menu .on{
	color:#f00;
	background:url(images/ico_4.jpg) 0 8px no-repeat;
}

.weizhi{
	width:100%;
	margin:0 auto 10px auto;
	line-height:18px;
	text-indent:20px;
	background:url(images/ico_5.png) 0 2px no-repeat;
}
/*--/top end--*/
.diycontent{
	margin:0px auto;
}
.diycontent p{
	overflow:hidden;
	margin:0px 10px;
}
#bodier .calculator .ipt-txt, #bodier .calculator .selectclass {
    outline: 0;
    border: 2px solid #F0B05E;
    padding: 4px 5px;
    color: #666;
}
#bodier .calculator .submitLine .btn {
    float: left;
    width: 91px;
    height: 29px;
    background: url(./images/licai_sprites.png) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 14px;
}
a.btn {
    color: #fff;
    background: url(./images/licai_sprites.png) no-repeat;
    width: 91px;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
}
/*--/主体 end--*/

.right_1{
	width: 320px;
	overflow:hidden;
	margin-bottom:10px;
}

/*--/分栏 end--*/
.t_1{
	height:33px;
	line-height:33px;
	font-size:14px;
	font-family:'microsoft yahei';
	font-weight:bold;
	padding:0px 3px;
	border-bottom:1px #e1e1e1 solid;
	BACKGROUND: #f4f4f4;
}
.t_1 h3{
	font-weight:bold;
}
.t_1 span{
	float:right;
	font-size:12px;
	font-weight:normal;
}
.t_1 span a{
	color:#777;
}
.t_2{
	height:40px;
	line-height:40px;
	padding:0 15px;
	border-bottom:1px #eee solid;
	
	background:#f9f9f9;
}

.t_2 h3{
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	font-family:'microsoft yahei';
	background:url(images/ico_1.jpg) 0 11px no-repeat;
}
.t_2 h3 a{
	color:#00b156;
}
.t_2 span{
	float:right;
	color:#999;
}
.t_2 span a{
	margin:0 5px;
}
.t_3{
	font-size:14px;
	padding:6px;
	font-weight:bold;
	color:#f60;
	font-family:'microsoft yahei';
	border-bottom:1px #e1e1e1 solid;
}
.t_4{
	height:35px;
	line-height:35px;
	font-size:14px;
	padding:0 10px;
	font-family:'microsoft yahei';
	font-weight:bold;
	BACKGROUND: #f4f4f4;
}
.t_4 h3,.t_4 h2{
	font-weight:bold;
	padding: 0px;
    margin: 0px auto;
	text-align: center;
	height: 30px;
    overflow: hidden;
}
.t_4 h3 b{
	color:#f00;
}
.t_4 span{
	float:right;
	font-size:12px;
	font-weight:normal;
}
.t_1 span a{
	color:#777;
}

.typeinfo{width:100%;float:left;border-bottom: 1px #eee solid;}
.introduce{margin:5px; padding:5px;}
/*--/标题 tit--*/
.g_box1{
	width:40.9%;
	min-width:320px;
	height:585px;
	margin:0 10px 10px 10px;
	padding:0 10px;
	border:1px #e1e1e1 solid;
	border-top:2px #00b156 solid;
	overflow:hidden;
}
.g_box1 h1,.diycontent h1{
	line-height:30px;
	height:30px;
	overflow:hidden;
	text-align:center;
	margin:15px 0 10px 0;
	font-family:'microsoft yahei';
	font-size:18px;
}
.g_box1 h1 a{
	color:#00b156;
}
.g_box1 p{
	line-height:20px;
	padding:0 5px 5px 5px;
	color:#787878;
}
.g_box1 ul{
	width:398px;
	line-height:24px;
	padding:5px 5px 0 5px;
}
.g_box1 li{
	float:left;
	width:50%;
	height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px #e1e1e1 dotted;
}
.g_box2,.g_ibox{
	margin-bottom: 10px;
	overflow:hidden;
	border:1px #e1e1e1 solid;
	border-top:2px #00b156 solid;
}
.g_ibox li{width:49%;margin:3px;text-align: left;float:left;border-bottom:1px #e1e1e1 dotted;line-height:30px;height:30px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.g_ibox li h3{margin:0px;padding:0px;}
.g_ibox li h3 a{font-size:14px;}
.g_ibox li i{text-align: center;display: grid;align-items: center;}
.box2,.g_ibox ul{padding:0px;margin:0px;}
.g_box2 .box2 a{line-height:18px;}
.g_box2 ul,.b_box3{
	margin-top:5px;
	padding-left: 0px;
	margin-left: 10px;
}
.g_box3{
	width:250px;
	padding:0 12px;
}
.g_box4{
	width:424px;
	padding:0 12px 5px 12px;
	border-left:1px #f0f0f0 solid;
	border-right:1px #f0f0f0 solid;
}
.g_box4 h3{
	line-height:30px;
	text-align:center;
	padding:12px 0 0 0;
	margin-bottom:5px;
	font-family:'microsoft yahei';
	font-size:20px;
	height:30px;
	overflow:hidden;
}
.g_box4 h3 a{
	color:#00b156;
}
.g_box4 p{
	line-height:22px;
	padding-bottom:4px;
	color:#787878;
}

.g_box5{
	float: left;
    min-width: 363px;
    margin: 0 0px 10px 10px;
    border: 1px #e1e1e1 solid;
    border-top: 2px #00b156 solid;
    overflow: hidden;
    width: 48.5%;
}
.g_box5 .b_box3{
	padding:5px 0;
	margin:0 10px;
}
.g_box5 .pic{
	height:75px;
	padding:12px 0;
	margin:0 10px;
	line-height:20px;
	border-bottom:1px #e1e1e1 dotted;
}
.g_box5 .pic img{
	float:left;
	height:75px;
	width:100px;
	padding-right:10px;
}
.g_box5 .pic p{
	font-size:14px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	overflow:hidden;
	margin-bottom:5px;
	font-family:'microsoft yahei';
}
.g_box6{
	width:320px;
}
.g_box7{
	height:260px;
}
.g_box7 .b_box3{
	padding-top:8px;
}
.g_box8{
	width:40%;
	height:247px;
	padding:0 10px;
	border:1px #e1e1e1 solid;
	border-top:2px #00b156 solid;
}
.g_box8 h1{
	line-height:30px;
	height:30px;
	overflow:hidden;
	text-align:center;
	margin:13px 0 10px 0;
	font-family:'microsoft yahei';
	font-size:18px;
}
.g_box8 h1 a{
	color:#00b156;
}
.g_box8 p{
	line-height:20px;
	padding:0 0 5px 0;
	color:#787878;
}
.g_box8 ul{
	line-height:24px;
	padding:5px 0 0 0;
}
.g_box8 li{
	float:left;
	width:50%;
	height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px #e1e1e1 dotted;
}
.mainflex{width:1120px;margin: 0 auto;display: flex;overflow: hidden;text-overflow: ellipsis;}
.navlist,.arclist,.zilist,.liandongmulu{width:100%;float:left;background: url(http://img.qingqifu.com/style/img/list-tbj.gif) repeat-x #fff3ff;}
.navlist h4{margin:2px;padding:5px;width:100%;float:left;}
.navlist li,.zilist li{float:left;padding: 2px 5px;font-size: 12px;}
.listselected{border:2px #00b156 solid;background:#dadada;padding:2px 5px;}
.indexg{float:left;flex: 1;display: flex;justify-content: center;margin-left:10px;padding-top:15px;border: 1px #e1e1e1 solid;border-top: 2px #00b156 solid;}
.indexg ul{padding:0px 5px;margin:0px 6px;}
.indexg li{float:left;width:100%;border-bottom:1px #e1e1e1 dotted;}
.indexg  h3{font-size: 16px;font-weight: 600;margin:6px 3px;}
.indexg  h3 i,.indexg  h3 i a{display: grid; align-items: center white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width:100px;text-align: center;overflow: hidden;font-size: 14px !important;margin-right:3px;}
.Channel{float:left;min-width:50%;margin-left:10px;border: 1px #e1e1e1 solid;border-top: 2px #00b156 solid;}
.Channel ul{padding:0px;margin:0px;}

.Channel li h3{margin: 0px;}
.indexg p{
	margin: 0px 6px;
    color: #8B6969;
    font-size: 12px;
    overflow: hidden;
    line-height: 14px;}
.indexg span{display: block;
    text-align: right;
    font-size: 12px;
    color: #a6a6a6;}
.indexr{float:right;}
 .tag a{color:#fff;font-size:12px !important;}
.tag {
  padding: 2px 8px;
  margin:2px;
  float:left;
  color:#fff;
  /* 其他样式 */
}


.g_list{
	border:1px #e1e1e1 solid;
	border-top:2px #00b156 solid;
	overflow:hidden;
	font-family:'microsoft yahei';
	margin-bottom:10px;
}
.g_list .list1{
	line-height:40px;
	font-size:14px;
	padding:8px 15px;
}
.g_list .list1 li{
	padding-left:10px;
	border-bottom:1px #e1e1e1 dashed;
	background:url(images/ico_2.jpg) 2px center no-repeat;
}
.g_list .list1 li em{
	margin-right:5px;
	color:#0068b7;
}
.g_list .list1 li em a{
	color:#0068b7;
}
.g_list .list1 li span{
	float:right;
	font-size:12px;
	color:#777;
}
.g_list .list1 li b{
	font-weight:normal;
}
.g_list .list1 li a:hover{
	color:#f00;
}
.g_list .list2{
	line-height:26px;
	color:#666;
}
.g_list .list2 ul{padding-left:0px;}
.g_list .list2 li{
	overflow:hidden;
	padding:0px 10px;
	border-bottom:1px #e5e5e5 dotted;
}
.g_list .list2 li img{
	float:left;
	height:75px;
	margin:5px;
	border-radius: 10px; 
}
.g_list .list2 li h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin:0px 10px;
}
.g_list .list2 li h3 a{
	color:#555;
}
.g_list .list2 li h3 a:hover{
	color:#f50;
}
.g_list .list2 li p{
	margin-left:16px;
    color: #099999;
	font-size:12px;
	overflow:hidden;
	line-height: 18px;
}
.g_list .list2 li span{
	display:block;
	text-align:right;
	font-size:12px;
	color:#a6a6a6;
}
.g_list .list3{
	font-size:14px;
	padding-bottom:15px;
	border-bottom: 1px solid #e5e5e5;
}
.g_list .list3 li{
	float:left;
	width:168px;
	text-align:center;
	padding:13px 0 0 13px;
}
.g_list .list3 li img{
	display:block;
	width:168px;
	height:224px;
	margin-bottom:8px;
}
.g_list .list3 li p{
	height:24px;
	line-height:24px;
	overflow:hidden;
}
.pic-list,.zhuanti_list,.pic-list,.zhuanti_list{float:left;width: 100%;}
.pic-list ul,.zhuanti_list ul ,.l-right ul,.pic-list ul,.zhuanti_list ul{float:left;width: 100%;padding:0px;}
.pic-list  h3 ,.pic-list  cite,.pic-list  h3{border-bottom: 1px dotted #dedede;margin-left:40px;clear:both;overflow:hidden;height:40px;line-height: 45px;color:#aa1211;font-size: 16px;padding:0px 10px;text-align:left;vertical-align:middle;}
.pic-list dd{margin-top:2px;clear:both;overflow:hidden;}
.pic-list ol,.pic-list dl{text-align: center;background: url(http://img.qingqifu.com/style/img/myspace.jpg) 10px 10px #fff no-repeat;background-size: 30px 30px;line-height: 22px;background-color: #ffffff; margin:0px auto 10px auto;box-shadow: 0 6px 9px #888888; min-height:45px;}
.pic-list  cite a:hover{text-decoration:underline;color:#FA4B6E;}
.pic-list ol span {color:#fff;text-shadow: 0px 1px 1px #dcdcdc;letter-spacing: 2px;line-height: 30px;padding:10px 3px;font-size:16px; display:table-cell;text-align:left;vertical-align:middle;}
.pic-list ol  strong{   position: absolute;text-align: center;width: 330px;}

.pic-list li{
	margin-left: 10px;
	line-height:25px;
	text-align: left;
	overflow: hidden; /* 隐藏超出部分 */
	text-overflow: ellipsis; /* 超出部分用省略号表示 */
	width: 100%; /* 设置最大宽度，可根据实际情况调整 */
	background:url(images/ico_3.jpg) 0 8px no-repeat;
}
.pic-list li a{
	display:block;
	text-indent:10px;
	
}
.pic-list img{
    width: 175px !important;
	margin: 10px 5px 20px 8px;
	object-fit: cover;
    height: 175px;
}


.g_con{
	border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	overflow:hidden;
	margin-bottom:10px;
}
.g_con p,.g_con br {
    text-indent: 0;
    text-align: justify;
    margin: 5px 30px !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	word-break: keep-all;
    word-wrap: break-word;
	white-space: normal;
    overflow-wrap: break-word;
}
.g_con img{width:95%;margin: 0 auto;display: block;}
.g_con h1 {
    margin: 22px -20px 0 -24px;
    padding: 5px 20px;
    border-left: 5px solid var(--be-bg-ht);
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    margin: 20px 0 0;
    padding: 5px 0;
}
.g_con h2:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.g_con h3:before {
  counter-increment: subsection;
  font-size: 16px;
    letter-spacing: 1.5px;
    color: rgb(255, 255, 255);
    background-color: rgb(151, 161, 234);
    height: 100%;
    padding: 8px;
    align-items: center;
    box-sizing: border-box;
    visibility: visible;
	margin-right:5px;
}



.g_con h2:before {
        content: '';
        width: 30px;
        height: 7px;
        top: 20px;
        background: #4950FD;
        z-index: 2;
        display: inline-block;
        margin-left: -45px;
        margin-right: 14px;
        margin-bottom: 6px;
    }
.g_con h2 {
	margin: 0 0 10px -1px;
	border-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 190%;
    padding: 0 2px;
    border-left: 5px solid #e40000;
}
.g_con h3{
    font-weight: 450;
    font-size: 18px;
	color: #FF1493;
	margin-left:5px;
	padding:0px 0px 4px 0px;
	background: rgb(242, 242, 242);
}
.g_con h4{
	background: url(https://exp-new.bdstatic.com/static/exp-pc/article/widget/content/detail/img/unsortlist_453e7e6.png) no-repeat scroll 20px 8px transparent;
    padding: 0 0 0 35px;
	}
pre {
	display: block;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
	white-space: pre;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow-x: auto; /* 允许水平滚动 */
    white-space: pre-wrap; /* 保留空白符序列，使文本自动换行 */
	margin:20px 60px;
	background-color:#333;
	color:#fff;
}
pre::-webkit-scrollbar {
    width: 8px; /* 设置滚动条宽度 */
}
pre::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滚动条滑块颜色 */
    border-radius: 4px; /* 设置滚动条滑块圆角 */
}
.g_con table{
    margin: 10px auto;
    padding-left: 15px;
    list-style: disc;
	}
.g_con ul{
		margin: 30px 0px 30px 0px;
        padding: 11px 14px 11px 26px;
        background-color: #f0fff6;
        border-color: #c6ebc7;
        border-left: solid 4px #00bf46 !important;
        color: #035e16;
        font-size: 15px;
        font-weight: 500;
		}
.g_con ul li{
    margin-left: 15px;
	list-style-type: square;
}
.g_con a {
    color: #0f9960;
	font-weight: bold;
}
.g_con .info{
	height:26px;
	line-height:26px;
	color:#8f8f8f;
	text-align:center;
	padding-bottom:5px;
	position:relative;
	margin-bottom:15px;
}
.g_con .info span{
	display:inline;
	margin:0 10px;
}
.g_con .info .share{
	position:absolute;
	top:0;
	right:0;
	padding:0;
}
.g_con .con{
	overflow:hidden;
	line-height:24px;
	font-size:14px;
	margin:0 5px;
}


.myitemWrapper{
	border-bottom: 1px #99CC33 solid;
    float: left;
    width: 100%;
}
.myitem{
	border-top:1px #99CC33 solid;
	border-left:1px #99CC33 solid;
	border-right:1px #99CC33 solid;
	width:98%;
	float:left;
}
.myitem dt{
	padding:0px 5px;
	min-width:120px !important;
	float:left;
}
.myitem dd{
	margin-left: 125px;
	border-left: 1px #99CC33 solid;
}

.g_pic{
	padding:0 15px;
	overflow:hidden;
}
.g_pic h1{
	text-align:center;
	font-size:24px;
	padding:30px 0 20px 0;
	font-family:'microsoft yahei';
}
.g_pic .info{
	height:26px;
	line-height:26px;
	color:#8f8f8f;
	text-align:center;
	padding-bottom:5px;
	position:relative;
	border-bottom:1px #ababab dotted;
}
.g_pic .info span{
	display:inline;
	margin:0 10px;
}
.g_pic .info .share{
	position:absolute;
	top:0;
	right:0;
	padding:0;
}
.g_pic .b_box6{
	border-bottom:none !important;
}
.g_picbox{
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
}
.g_picbox center{
	padding:15px 0;
	font-size:14px;
	font-family:'microsoft yahei';
}
.g_picbox center a{
	display:inline-block;
	height:24px;
	line-height:24px;
	padding:0 10px;
	border:1px #ddd solid;
	background:#f5f5f5;
}
.g_picbox center a:hover{
	color:#fff;
	border-color:#00b156;
	background:#00b156;
	text-decoration:none;
}
.g_picbox img{
	border:0 none;
    box-sizing:border-box;
    height:auto !important;
    max-width:100% !important;
    vertical-align:middle;
}
.g_picbox p{
	font-size:14px;
	line-height:40px;
}
.g_pic .con{
	border:1px #e5e5e5 solid;
	padding:10px 15px;
	font-size:14px;
	line-height:28px;
	background:#f9f9f9;
	margin-bottom:15px;
}

.catalog {
    border: 1px #e1e1e1 solid;
    border-top: 2px #00b156 solid;
    overflow: hidden;
    font-family: 'microsoft yahei';
    margin-bottom: 10px;
    width: 100%;
}
.catalog ol{background-color: #fff;}
.catalog ol h3 {
    border-left: 3px solid #00aeff;
    background-color: #f4f4f4;
    color: #656565;
    margin: 0px 0 10px 0;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 800;
}
.catalog ol a {
    margin-left: 5px;
}
.catalog ol li {
    margin: 5px 15px;
	width:100%;
	
    background: url(images/ico_3.jpg) 0 8px no-repeat;
}
.catalog img {
    width: 180px !important;
    margin: 10px 5px 20px 8px;
    object-fit: cover;
    height: 180px;
}
/*--/布局 grid--*/
.b_box1{
	line-height:27px;
	padding-top:3px;
	background:url(images/bg_2.jpg) 0 11px no-repeat;
	padding-left: 0px;
	margin-left: 10px;
}
.b_box1 li{
	height:27px;
	overflow:hidden;
	padding-left:20px;
	border-bottom:1px #e1e1e1 dotted;
}
.b_box2{
	line-height:22px;
}
.b_box2 li{
	color:#999;
	padding:7px 0 8px 0;
	border-bottom:1px #e1e1e1 dotted;
}
.b_box2 li em{
	color:#00b156;
}
.b_box2 li a{
	display:block;
	font-size:14px;
	height:22px;
	overflow:hidden;
	font-family:'microsoft yahei';
}
.b_box2 li a:hover{
	text-decoration:none;
}
.b_box3{
	line-height:28px;
}
.b_box3 li{
	height:28px;
	overflow:hidden;
	padding-left:8px;
	background:url(images/ico_2.jpg) 0 12px no-repeat;
}
.b_box3 li span{
	float:right;
	color:#999;
	padding-left:10px;
}
.b_box4{
	line-height:27px;
	padding-top:5px;
	background:url(images/bg_2.jpg) 0 14px no-repeat;
}
.b_box4 li{
	height:27px;
	overflow:hidden;
	padding-left:22px;
	border-bottom: 1px dotted #e1e1e1;
}
.b_box5{
	font-size:14px;
	text-align:center;
	margin-bottom:15px;
}
.b_box6{
	line-height:24px;
	color:#777;
	padding:10px 0;
	border-top:1px #e1e1e1 solid;
	border-bottom:1px #e1e1e1 solid;
}
.b_box6 span{
	float:right;
}
.b_box7{
	line-height:26px;
	padding-top:10px;
	margin:10px;
}
.b_box7 p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	font-family:'microsoft yahei';
}
.b_box7 .box{
	width:698px;
}
.b_box7 .box li{
	float:left;
	width:339px;
	height:26px;
	padding-right:10px;
	overflow:hidden;
	text-indent:10px;
	color:#999;
	border-bottom:1px #e1e1e1 dotted;
	background:url(images/ico_2.jpg) 0 12px no-repeat;
}
.b_box7 .box li em{
	margin-right:5px;
	color:#0068b7;
}
.b_box7 .box li em a{
	color:#0068b7;
}
.b_box8{
	color:#777;
	line-height:20px;
}
.b_box8 li{
	height:60px;
	padding:8px 0;
	border-top:1px #e1e1e1 dotted;
}
.b_box8 li img{
	float:left;
	height:60px;
	width:80px;
	padding-right:10px;
}
.b_box8 li h4{
	font-size:13px;
	height:22px;
	overflow:hidden;
	font-family:'microsoft yahei';
}
.b_box8 li h4 em{
	color:#00b156;
}
.b_box8 li p{
	line-height:20px;
	text-indent:2em;
}
.b_box9{
	padding-bottom:13px;
}
.b_box9 li{
	float:left;
	width:184px;
	height:245px;
	text-align:center;
	position:relative;
	padding:13px 0 0 13px;
}
.b_box9 li img{
	display:block;
	width:184px;
	height:245px;
}
.b_box9 li p{
	position:absolute;
	right:0;
	bottom:0;
	width:184px;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-top:15px;
	overflow:hidden;
	background:url(images/bg_4.png) 0 0 no-repeat;
}
.b_box9 li a:hover p{
	color:#ff0;
}
.b_box10{
	margin-bottom:6px;
}
.b_box10 li{
	float:left;
	width:106px;
	text-align:center;
	padding:11px 0 0 11px;
}
.b_box10 li img{
	display:block;
	width:106px;
	height:135px;
	margin-bottom:5px;
}
.b_box10 li p{
	height:24px;
	line-height:24px;
	overflow:hidden;
}
.b_box11{
	width:238px;
	margin-bottom:10px;
}
.b_box11 li{
	float:left;
	width:109px;
	text-align:center;
	padding:10px 10px 0 0 ;
}
.b_box11 li img{
	display:block;
	width:106px;
	height:140px;
	margin-bottom:5px;
}
.b_box11 li p{
	height:24px;
	line-height:24px;
	overflow:hidden;
}
/*--/盒子 box--*/
.u_1 li{
	border-bottom:1px #e1e1e1 dotted;
}
.u_2{
	height:auto;
	margin-bottom:10px;
}
.u_3{
	border-top:1px #e1e1e1 dotted;
}
/*--/元件 unit--*/
.slideBox{
	width:300px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.slideBox .hd{
	width:100%;
	height:4px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;
}
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{
	float:left;
	width:60px;
	height:4px;
	background:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	cursor:pointer;
}
.slideBox .hd ul li.on{
	background:#00b156;
}
.slideBox .bd li{
	position:relative;
}
.slideBox .bd{
	height:100%;
	z-index:0;
}
.slideBox .bd .pic{
	position:relative;
	z-index:0;
}
.slideBox .bd .pic img{
	width:300px;
	height:250px;
	display:block;
}
.slideBox .bd .bg{
	width:100%;
	height:44px;
	position:absolute;
	bottom:-44px;
	left:0;
	z-index:1;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slideBox .bd .tit{
	width:100%;
	height:44px;
	line-height:40px;
	position:absolute;
	bottom:-40px;
	left:0;
	font-size:14px;
	z-index:2;
	color:#fff;
}
.slideBox .bd .tit a{
	color:#fff;
	padding:0 10px;
}
.cd-container {
  width: 90%;
  max-width: 768px;
  height:3000px;
  margin: 2em auto;
  display:block
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  border-radius:2px;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:url(images/bg_3.png) center center no-repeat #008d49;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top .cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.cd-top:hover {
  background-color:#333;
  opacity:1;
}

/*--/功能 function--*/
.pages{
	height:32px;
	padding:20px 0px;
    Display: flex; 
	justify-content: center;
	width:100%;
}
.pages ul li{
	float:left;
	font-family:'microsoft yahei';
	margin:2px;
	line-height:30px;
	padding:0 10px;
	background:#fff;
	border:1px solid #d8dadf;
}
.pages ul li a{
	float:left;
	color:#555;
	display:block;
}
.pages ul li:hover{
	text-decoration:none;
	color:#555;
	border:1px #d8dadf solid;
	background-color:#f0f0f0;
}
.pages ul li:hover a{
	color:#555;
}
.pages ul li:hover a:hover{
	color:#555;
	text-decoration:none;
}
.pages ul li.thisclass{
	background-color:#2ca338;
	padding:0 10px;
	color:#fff;
	border:1px #2ca338 solid;
}
.pages ul li.thisclass a{
	color:#fff;
}
.pages strong{
	font-weight:normal;
}
.pagess{
	float:none;
	overflow:hidden;
	text-align:center;
	padding-bottom:15px;
}
.pagess ul{
	margin:0px auto;
	float:none;
	clear:both;
	padding:10px 0; 
	text-align:center;
	white-space:nowrap;
}
.pagess ul li{
	float:none;
	display:inline;
	margin:0 2px;
	padding:4px 10px; 
	font-family:'microsoft yahei';
	font-size:14px;
	border: 1px solid #d8dadf;
}
.pagess li a{
	float:none;
	display:inline;
}
.pagess li a:hover{
	text-decoration:underline;
}
.pagess .thisclass{
	border:none;
	color:#fff;
	border:1px #2ca338 solid;
	background-color:#2ca338;
}
.pagess .thisclass a{
	color:#fff;
}
/*--/page end--*/

.link{
	margin:0 auto 10px auto;
}
.link h3{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:5px;
	font-family:'microsoft yahei';
}
.link p{
	line-height:24px;
}
.link p a{
	color:#666;
	display:inline-block;
	margin-right:15px;
}
/*--/link end--*/
.foot{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	line-height:24px;
}

/*自适应PC端css控制代码*/

@media screen and (min-width: 1120px) {
   
   header,nav,footer,main,.position,nav {width:100%;margin: 0px auto;}
   aside,footer{float:left;}
   .main1,.main2,.foot,.head,.warp,.weizhi,.link,.nav ul{width:1120px;margin:0 auto;}
	.left_1,.diycontent{width:790px;float:left;margin-right:10px;}
}



/*自适应wap端css控制代码*/

@media screen and (max-width: 1120px){
  header,nav,main,footer,.position,.diycontent {width:100%;margin: 0px auto;}
  .main1,.main2,.foot,.head,.warp,.weizhi,.link{width:100%;margin:0 auto;}
  header,nav{display:none;}
  .right_1{width:100%;}
.pic-list img {
        width: 75px !important;
        margin: 10px 5px 20px 8px;
        object-fit: cover;
        height: 70px;
    }
  
}