@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	background: white;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea,
a {
	font: 14px "微软雅黑", arial, sans-serif;
}

body {
	line-height: 1.5;
	color: #444;
	min-width: 1200px;
	background: #eaf6f6 url(../images/bg.png) center top repeat;
}

input,
select,
textarea {
	font-size: 100%;
}

/* 去掉 table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
	text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
	border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
	border: none;
	font-variant: normal;
}

/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
	list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
	text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before,
q:after {
	content: '';
}

/* 统一上标和下标 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a {
	color: #444;
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration: none;
	color: #ab691d;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
	text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
	outline: none;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
	/* for ie6 & ie7 */
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.topnav {
	height: 28px;
	line-height: 28px;
	/*background:#f1f1f0;*/
	font-size: 12px;
	color: #666;
}

.topnav .inner {
	width: 1200px;
	margin: 0 auto;
}

.topnav .date {
	float: left;
}

.topnav .weather {
	margin-left: 20px;
	margin-top: -3px;
	float: left;
	height: 26px;
	overflow: hidden;
}

.topnav .logininfo {
	float: right;
}

.topnav .logininfo-login {
	position: relative;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding-right: 5px;
}

.topnav .logininfo-login:hover .login-menus {
	display: block;
}

.topnav .logininfo-login .login-menus {
	display: none;
	position: absolute;
	top: 25px;
	left: -10px;
	width: 65px;
	border: solid 1px #ececec;
	background-color: #fafafa;
	padding: 5px 0;
	border-radius: 5px;
	z-index: 99999;
}

.topnav .logininfo-login .login-menus a {
	display: block;
	line-height: 20px;
	text-align: center;
}

.topnav .logininfo-login .login-menus .arrow {
	position: absolute;
	top: -5px;
	left: 20px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent #fafafa;
}

.topnav .logininfo a {
	padding: 0 5px;
	color: #666;
	font-size: 12px;
}

.bodybg {}

.head {
	position: relative;
	width: 100%;
	height: 150px;
	background: #fff url(../images/head-bg.png) center bottom no-repeat;
}

.topframe {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.topLeft {
	float: left;
}

.topLeft .logo_zgzj img {
	margin-top: 6px;
	width: 340px;
}

.topLeft .sdck {
	font-size: 16px;
	color: #747474;
	float: left;
	margin-left: 30px;
	margin-top: 35px;
	cursor: pointer;
}

.topLeft .sdck img {
	padding-left: 8px;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.topLeft .sdck:hover img {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.topLeft .logo_zgzj {
	display: block;
	float: left;
}

.topRight {
	float: right;
	margin-top: 20px;
}

.topRight .logo_zjzw {
	float: left;
	width: 161px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
}

.topRight .search {
	width: 240px;
	height: 30px;
	margin-top: 30px;
	position: relative;
	float: left;
	background: url(../images/search_bg.png) left top no-repeat;
}

.topRight .search input {
	padding: 2px;
	width: 180px;
	border: none;
	background-color: none;
	position: absolute;
	left: 10px;
	top: 4px;
}

.topRight .search .button_search {
	width: 18px;
	height: 17px;
	display: block;
	position: absolute;
	right: 4px;
	top: 9px;
}

#main_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 0 auto;
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

#main_nav ul {
	/*width:1200px;*/
	width: 1300px;
	margin: 0 auto;
}

#main_nav ul li {
	float: left;
	padding: 0 30px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
}

#main_nav ul li a {
	font-size: 16px;
	color: #f5e8d0;
}

#main_nav ul li a:hover {
	color: #fff;
}

#main_nav ul .item a {
	color: #fff;
	border-bottom: 3px solid #fff;
	padding-bottom: 8px;
}

#main_nav li ul {
	position: absolute;
	top: 40px;
	left: 6px;
	display: none;
	z-index: 999;
}

.navbg {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 180px;
	z-index: 888;
	border: 1px solid #d3d3d3;
	background: #f6f6f6;
	display: none;
}

#main_nav ul .focus {}

#main_nav ul .focus>a {
	color: #fff;
}

#main_nav li ul li {
	padding: 0;
}

#main_nav ul li .current1 {
	width: 130px;
	margin-top: 5px;
	padding: 25px 0 10px 0;
	background: url(../images/nav_arrow1.png) center 5px no-repeat;
	background-size: 100% 100%;
}

#main_nav ul li .current1>li {
	width: 100%;
}

#main_nav li ul li {
	height: auto;
	line-height: 40px;
}

#main_nav li ul li a {
	width: 102px;
	/* height: 40px; */
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
}

#main_nav li ul li a:hover {
	background: #fff;
	color: #ab691d !important;
}

.bannerdiv {
	width: 100%;
	height: 375px;
	z-index: 0;
	background-color: #f6f6f6;
}

.mainframe {
	width: 100%;
	/*overflow:hidden;*/
	/*background-color:#eaf6f6;*/
}

.maincontent {
	width: 1200px;
	height: 463px;
	margin: 20px auto;
	position: relative;
}

.mainbg {
	width: 1200px;
	height: 464px;
	background-color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: 0 0 10px #ccc;
}

.maincontent .leftframe {
	width: 230px;
	height: 464px;
	border-right: 1px solid #e8e1d9;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color:#fff;*/
}

.maincontent .leftframe .left_nav {
	background-color: #fff;
}

.maincontent .leftframe .left_nav li {
	width: 100%;
	height: 66px;
	/*background:url(../images/left_menu/icon_dibu.png) left bottom no-repeat; */
}

.maincontent .leftframe .left_nav .fgx {
	border-top: 1px solid #e8e1d9;
}

.maincontent .leftframe .left_nav li a {
	width: 100%;
	height: 66px;
	display: inline-block;
}

.maincontent .leftframe .left_nav .item {
	/*background:url(../images/nav_bg.gif) left top no-repeat;*/
	background: #bc0000;
}

.maincontent .leftframe .left_nav .item .yw {
	color: #fff;
}

.maincontent .leftframe .left_nav .item .icon_xwzx {
	background: url(../images/left_menu/icon_1.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav li .icon_xwzx {
	background: url(../images/left_menu/icon_11.png) 38px center no-repeat;
}

.maincontent .leftframe .left_nav .item .icon_gzzt {
	background: url(../images/left_menu/icon_2.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav li .icon_gzzt {
	background: url(../images/left_menu/icon_21.png) 38px center no-repeat;
}

.maincontent .leftframe .left_nav .item .icon_zzxmt {
	background: url(../images/left_menu/icon_4.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav li .icon_zzxmt {
	background: url(../images/left_menu/icon_41.png) 38px center no-repeat;
}

.maincontent .leftframe .left_nav .item .icon_zgwy {
	background: url(../images/left_menu/icon_5.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav .item .icon_wxjz {
	background: url(../images/left_menu/icon_51.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav li .icon_wxjz {
	background: url(../images/left_menu/icon_wxjz2.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav li .icon_zgwy {
	background: url(../images/left_menu/icon_51.png) 38px center no-repeat;
}

.maincontent .leftframe .left_nav .item .icon_ghyw {
	background: url(../images/left_menu/icon_3.png) 38px center no-repeat;
	color: #fff;
}

.maincontent .leftframe .left_nav li .icon_ghyw {
	background: url(../images/left_menu/icon_31.png) 38px center no-repeat;
}

.maincontent .leftframe .left_nav .item a {
	background-color: #544239;
	color: #fff;
}

.maincontent .leftframe .left_nav li a {
	/*background:url(../images/left_menu/icon_11.png) center center no-repeat;*/
}

.maincontent .leftframe .left_nav li .title {
	font-size: 20px;
	display: inline-block;
	padding-left: 100px;
	margin-top: 42px;
	display: none;
}

.maincontent .leftframe .left_nav li .yw {
	font-size: 14px;
	padding-left: 66px;
	color: #d0b3a3;
}

.maincontent .leftframe .left_nav li span {
	display: inline-block;
	width: 75%;
	padding-left: 25%;
	margin: 0 auto;
	text-align: center;
	text-indent: -10px;
	color: #8e8279;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	/*background:url(../images/nav_fgx.png) left bottom repeat-x;*/
}

.maincontent .leftframe .left_nav .item span {

	color: #dccabe;

}

.maincontent .leftframe .left_nav li span img {
	vertical-align: middle;
	padding-right: 15px;
}

.maincontent .leftframe .ipdz_bot {
	width: 100%;
	margin-top: 19px;
}

.maincontent .leftframe .ipdz_bot li {
	width: 100%;
	height: 33px;
	margin-top: 10px;
	text-align: center;
	background-color: #54433a;
}

.maincontent .leftframe .ipdz_bot li a {
	width: 100%;
	height: 100%;
	line-height: 33px;
	color: #eae8dd;
}

.maincontent .leftframe #ipdz_two {
	display: inline-block;
	position: relative;
	z-index: 9999;
	width: 100%;
}

.maincontent .leftframe .ipdz_two {
	width: 100%;
	margin-top: 19px;
}

.maincontent .leftframe .ipdz_two>li {
	width: 100%;
	height: 48px;
	margin-top: 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #bc0000;
	position: relative;
}

.maincontent .leftframe .ipdz_two>li a {
	width: 100%;
	height: 48px;
	display: inline-block;
}

.maincontent .leftframe .ipdz_two>li .ico_zsdw {
	background: url(../images/left_menu/ico_zsdw.png) 45px center no-repeat;
}

.maincontent .leftframe .ipdz_two>li .ico_qxgh {
	background: url(../images/left_menu/ico_qxgh.png) 45px center no-repeat;
}

.maincontent .leftframe .ipdz_two>li span {
	display: inline-block;
	width: 78%;
	padding-left: 22%;
	margin: 0 auto;
	text-align: center;
	text-indent: -10px;
	color: #bc0000;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
}

.maincontent .leftframe .ipdz_two li .current1 {
	width: 130px;
	margin-top: 5px;
	padding: 25px 0 10px 0;
	background: url(../images/nav_arrow1.png) center 5px no-repeat;
}

.maincontent .leftframe .ipdz_two li .current1>li {
	width: 100%;
}

.maincontent .leftframe .ipdz_two li ul li {
	height: 40px;
	line-height: 40px;
}

.maincontent .leftframe .ipdz_two li ul li a {
	width: 102px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
}

.maincontent .leftframe .ipdz_two li ul li a:hover {
	background: #fff;
	color: #ab691d !important;
}

.maincontent .leftframe .ipdz_two li ul {
	position: absolute;
	top: 40px;
	left: 50px;
	display: none;
	z-index: 9999;
}

.rightframe {
	width: 970px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.news-slide {
	width: 430px;
	/*height:400px;*/
	padding: 20px;
	/*margin:20px 20px;*/
	float: left;
}

.news {
	width: 480px;
	float: left;
	margin: 20px 0;
}

.news .tabs {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
	padding: 0px !important;
}

.news .tabs li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
	/*margin-right: 20px;*/
}

.news .tabs .item {
	border-bottom: 3px solid #e60012;
}

.news .tabs .item a {
	color: #e54e4d;
}

.news .tabs li a {
	color: #a49383;
	font-size: 16px;
}

.news .tabcontent {
	width: 100%;
}

.news .list {
	width: 100%;
	margin-top: 20px;
	height: 320px;
	font-family: "SimSun", arial, sans-serif;
}

.news .list li {
	text-align: left;
	float: left;
	width: 100%;
	height: 40px;
}

.news .list li a {
	background: url(../images/point3.png) 10px center no-repeat;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	display: inline-block;
	text-indent: 30px;
}

.news .list li a:hover {
	background: url(../images/point2.png) 10px center no-repeat;
	text-decoration: underline;
	width: 100%;
	color: #e62532;
}

.news .list li .message_title {
	/*width:710px;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 40px;
	/*color: rgb(99,99,99);*/
}

.news .list li .riqi {
	width: 100px;
	float: right;
	color: #aaa7a7;
	font-size: 12px;
	line-height: 40px;
}

.news .more {
	color: #e62532;
	float: right;
	margin-top: 5px;
}

.news .more:hover {
	color: #905528;
}

.workproject {
	width: 96%;
	padding: 15px 2%;
}

.workproject li {
	width: 100px;
	height: 50px;
	float: left;
	margin: 30px 60px;
	text-align: center;
}

.workproject li img {}

.workproject .more {
	width: 96%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	background-color: #ebeae8;
	margin-top: 20px;
	margin-left: 15px;
	text-align: center;
	font-size: 16px;
	color: #b4967f;
}

.workproject .more:hover {
	background-color: #b4967f;
	color: #fff;
}

.workproject li img {}

.workproject li img:hover {}

.maincontent .rightframe2 {
	width: 970px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}

.maincontent .rightframe2 .gonghui_department {
	width: 85%;
	margin: 50px auto;
}

.maincontent .rightframe2 .gonghui_department li {
	width: 203px;
	height: 55px;
	line-height: 55px;
	background: url(../images/szbs_bg.gif) left top no-repeat;
	float: left;
	text-align: center;
	margin: 20px 25px;
}

.maincontent .rightframe2 .gonghui_department li a {
	color: #d72d03;
	font-size: 20px;
}

.service {
	width: 1200px;
	margin: 45px auto;
	background: rgba(255, 255, 255, 0.3);
	z-index: 22;
	position: relative;
}

.service123 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.servicebody .mainbg {
	height: 161px;
}

.serviceleft {
	width: 938px;
	float: left;
	padding: 20px;
	background: #fff;
}

.service h3 {
	height: 94px;
	background: url(../images/fwdt-bg.png) no-repeat 0px 0px;
}

.service h3 .title {
	font-size: 18px;
	font-weight: bold;
	color: #e42d30;
	height: 50px;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-bottom: 3px solid #e42d30;
}

.service h3 .more {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 40px;
}

.service ul {
	width: 100%;
}

.service ul li {
	float: left;
	width: 95px;
	height: 108px;
	/*margin:20px 30px 20px 30px;*/
	margin: 5px;
	text-align: center;
	font-size: 15px;
	margin-left: 35px;
}

.service ul .firstse {
	margin-left: 0px;
}

.service ul .number1 {
	float: left;
	margin-left: 0px;
	margin-right: 32px;
}

.service ul .numberlast {
	float: right;
	margin-right: 0px;
	margin-left: 32px;
}

.service ul li a {
	width: 85px;
	height: 108px;
	display: inline-block;
	/*color:#000;*/
	/*transform: rotate(-45deg);*/
	line-height: 12px;
	transition-duration: 1s;
}

.service ul li a:hover {
	transform: rotate(0);
	transition-duration: 1s;
}

.service ul li a .imgdiv img {
	vertical-align: middle;
	/*transform: rotate(45deg);*/
}

.service ul li a:hover .imgdiv img {
	/*transform: rotate(0);
	transform:none;*/
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.service ul li a .imgdiv {
	height: 80px;
	width: 85px;
	line-height: 80px;
	/*box-shadow:0 0 20px #ccc;*/
	/*background-color:#fff;*/
	text-align: center;
	border-radius: 6px;
}

.service ul li a .imgdiv .second-img {
	display: none;
}

.service ul li a span {}

.serviceright {
	float: right;
}

.serviceright a {
	display: inline-block;
	margin-left: 15px;
}

.serviceright a img {
	height: 323px;
	width: 88px;
}

.friendlink select {
	margin: 0 50px 0 10px;
	height: 30px;
	width: 230px;
	border: none;
}

.friendlink {
	width: 1200px;
	margin: 20px auto;
	position: relative;
	z-index: 22;
}

.friendlink h3 {
	height: 94px;
	background: url(../images/friendlink-bg.png) no-repeat 0px 0px;
	position: relative;
	z-index: 10;
}

.friendlink h3 .title {
	font-size: 18px;
	font-weight: bold;
	color: #e42d30;
	height: 50px;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-bottom: 3px solid #e42d30;
}

.piclink {
	overflow: hidden;
	padding-top: 0px;
	zoom: 1;
	margin: 30px 0;
	width: 1200px;
	height: 35px;
}

.piclink .LeftBotton {
	background: url(../images/index_23.gif) no-repeat 0px 0px;
	left: 0px;
	float: left;
	width: 29px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	height: 46px
}

.piclink .LeftBotton:hover {
	background: url(../images/index_25.gif) no-repeat 0px 0px;
}

.piclink .RightBotton {
	right: 10px;
	background: url(../images/index_24.gif) no-repeat 0 0px;
	width: 29px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	height: 46px;
	right: 0px;
}

.piclink .RightBotton:hover {
	background: url(../images/index_26.gif) no-repeat 0px 0px;
}

.piclink .Cont {
	margin: 0 auto;
	text-align: center;
}

.piclink .Cont a {
	color: #a37e61;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
}

.piclink .Cont a:hover {
	color: #905528;
}

/*.piclink .picbox img {  display: block; padding:0px;  margin: 0px auto;transition-duration: 0.5s; width:100%; height:65px;}
.piclink .picbox a:hover img { 
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
*/
.fontlink {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.bottomframe {
	width: 100%;
	height: 100px;
	margin-top: -150px;
	padding-top: 220px;
	line-height: 30px;
	text-align: center;
	background: url(../images/bottom-bg.png) center top no-repeat;
}

.bottomframe .bottomqian {
	width: 100%;
	height: 100px;
	line-height: 30px;
	text-align: center;
	background-color: #3a2626;
	padding-top: 20px;
	color: #c2bcb0;
}

/*地区选择*/
.citys {
	position: absolute;
	top: 80px;
	left: 100px;
	background: url(../images/final_banner_top.png) left top no-repeat;
	background-size: 100% 100%;
	z-index: 99999;
	width: 1000px;
	height: 400px;
	padding: 30px 10px;
	display: none;
}

.citys .gonghui {
	width: 90%;
	margin: 10px auto 0 auto;
	height: 60px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.citys .gonghui h3 {
	width: 120px;
	float: left;
	font-size: 16px;
	color: #ff4112;
	text-align: left;
}

.citys .province {
	width: 90%;
	margin: 20px auto 0 auto;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.citys .province h3 {
	width: 120px;
	float: left;
	font-size: 16px;
	color: #ff4112;
	text-align: left;
}

.citys .province ul {
	float: left;
}

.citys .province ul li {
	float: left;
	font-size: 14px;
}

.citys .province ul li a {
	line-height: 30px;
}

.citys .gonghui {
	width: 90%;
	margin: 20px auto 0 auto;
	height: 60px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.citys .gonghui h3 {
	width: 120px;
	float: left;
	font-size: 16px;
	color: #f55600;
	text-align: left;
}

.citys .gonghui ul {
	float: left;
	width: 700px;
}

.citys .gonghui ul li {
	float: left;
	font-size: 14px;
}

.citys .gonghui ul li a {
	line-height: 30px;
}

.citys .city {
	width: 90%;
	margin: 10px auto 0 auto;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.citys .city h3 {
	width: 120px;
	float: left;
	font-size: 16px;
	color: #ff4112;
	text-align: left;
}

.citys .city ul {
	float: left;
}

.citys .city ul li {
	float: left;
	font-size: 14px;
}

.citys .city ul li a {
	line-height: 30px;
}

.citys .county {
	width: 90%;
	margin: 20px auto 0 auto;
	height: 60px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	position: relative;
}

.citys .county h3 {
	width: 120px;
	float: left;
	font-size: 16px;
	color: #ff4112;
	text-align: left;
}

.citys .county ul {
	float: left;
	width: 600px;
}

.citys .county ul li {
	float: left;
	font-size: 14px;
}

.citys .county ul li a {
	line-height: 30px;
}

.jiaxing .item {
	height: 30px;
	padding: 0px;
}

.item .area {
	background-color: #e42d30;
	color: #fff !important;
}

.nanhustreet {
	top: 30px;
	left: 0px;
	z-index: 999999;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	width: 770px;
	border: 1px solid #e42d30;
	box-shadow: 0 0 20px #ccc;
}

.nanhustreet li {
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.nanhustreet li a {
	height: 30px !important;
	line-height: 30px;
	margin: 0;
	padding: 0px 10px !important;
	color: #333 !important;
	float: left;
}

.cyghstreet {
	top: 30px;
	left: 0px;
	z-index: 999999;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	width: 520px !important;
	border: 1px solid #e42d30;
	box-shadow: 0 0 20px #ccc;
}

.cyghstreet li {
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.cyghstreet li a {
	height: 30px !important;
	margin: 0;
	padding: 2px 10px !important;
	color: #333 !important;
}

.citys ul li a {
	display: inline-block;
	padding: 0 10px;
}

.citys ul li a:hover {
	background-color: #e42d30;
	color: #fff !important;
	padding: 0 10px;
}

.citys .item {
	background-color: #e42d30;
	color: #fff !important;
}

.citys .item>a {
	color: #fff;
}

.region {
	width: 540px;
	position: absolute;
	/*top:290px;*/
	top: 195px;
	left: 180px;
	z-index: 10;
	margin-top: 15px;
}

.region .province {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px dashed #CCC;
	text-align: left;
	font-size: 15px;
	height: 30px;
	padding: 10px 0;
}

.region .province a {
	padding: 5px 18px;
	display: inline-block;
}

.region .province a:hover {
	background-color: #ef3438;
	color: #fff;
}

.region .prefecture-level {
	width: 90%;
	margin: 10px auto;
	border-bottom: 1px dashed #CCC;
	padding: 10px 0;
	text-align: left;
	font-size: 15px;
	height: 120px;
}

.region .prefecture-level li {
	float: left;
	padding: 5px 18px;
}

.region .areacontent {
	width: 90%;
	margin: 10px auto;
	padding: 10px 0;
	text-align: left;
	height: 200px;
}

.region .areacontent li {
	float: left;
	font-size: 15px;
}

.region .areacontent li a {
	padding: 5px 18px;
	display: inline-block;
}

.region .areacontent li a:hover {
	background-color: #ef3438;
	color: #fff;
}

.region .current {
	background-color: #ef3438;
}

.region .current a {
	color: #fff;
}

.hideblock {
	display: none;
}

/*tabs*/
.rightcontent .tabs {
	padding: 20px;
}

.tabs .tabs-hd {
	height: 36px;
}

.tabs .tabs-hd ul {
	height: 35px;
	border-bottom: solid 1px #d7d4d4;
}

.tabs .tabs-hd li {
	float: left;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
}

.tabs .tabs-hd li a {
	display: block;
	color: #444;
	height: 33px;
	padding: 0 10px;
	font-size: 16px;
}

.tabs .tabs-hd .item {
	border-bottom: solid 3px #e42d30;
}

.tabs .tabs-hd .item a,
.tabs .tabs-hd li a:hover {
	color: #e42d30;
}

.tabs .tab-panel {
	padding-top: 10px;
	display: none;
	overflow: hidden;
}

.tabs .tab-panel.item {
	display: block;
}

.tabs .tab-panel .newspaper {
	margin: 0 auto;
}

.tabs .tab-panel .newspaper img {
	height: 390px;
}


/*tabs end*/

.img-list-common li {
	float: left;
	margin-left: 20px;
}

.img-list-common li .img {
	background-color: #f9f8fd;
	overflow: hidden;
	border: solid 1px #cbd5ee;
}

.img-list-common li .img img {
	margin: 0 auto;
	display: block;
	transition-duration: 0.5s;
	/*width: 90px;*/
	/*height: 120px;*/
}

.img-list-common li .img img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	/*Safari 和 Chrome*/
	-moz-transform: scale(1.2);
	/*Firefox*/
	-ms-transform: scale(1.2);
	/*IE9*/
	-o-transform: scale(1.2);
	/*Opera*/
}

.img-list-common li .cont {
	padding: 0 10px 0 5px;
	border: solid 1px #cbd5ee;
	border-top: 0;
	color: #999;
	height: 38px;
	line-height: 38px;
}

.img-list-common li .cont .title {
	float: left;
}

.img-list-common li .cont .count {
	float: right;
	padding-left: 25px;
	background: url(../images/icon-count.png) no-repeat 0 center;
}

.img-list-common li .title {
	text-align: center;
	height: 38px;
	line-height: 38px;
}

.pagination {
	/*margin: 20px 0;*/
	text-align: right;
}

.pagination a {
	display: inline-block;
	border: solid 1px #cbd5ee;
	height: 35px;
	padding: 0 12px;
	line-height: 35px;
}

.pagination a.active,
.pagination a.active:hover {
	color: #fff;
	background-color: #f65600;
	border: solid 1px #f65600;
}

.pagination a:hover {
	color: #f65600;
	border: solid 1px #f65600;
}

.pagination .disabled,
.pagination .disabled:hover {
	color: #ddd;
	border: solid 1px #ccc;
}

/*新媒体*/
.weibojuzhen .fl {
	float: left;
	margin-top: 10px;
}

.weibojuzhen .fr {
	float: right;
	margin-right: 40px;
}

.juzhen-list {
	margin-right: -40px;
}

.juzhen-list li {
	float: left;
	margin: 0 20px;
	text-align: center;
	font-size: 15px;
}

.juzhen-list li a {
	padding: 10px 0;
	display: block;
	position: relative;
}

.juzhen-list li p {
	margin-top: 5px;
}

.juzhen-list li .code {
	display: none;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	height: 100px;
	border: solid 1px #f55600;
	border-radius: 5px;
	background-color: #fff;
	z-index: 99;
}

.juzhen-list li .code img {
	width: 102px;
	height: 102px;
}

.juzhen-list li .code .arrow {
	display: none;
	position: absolute;
	top: 30px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f55600;
	border-bottom: 10px solid transparent;
}

.juzhen-list li .code .arrow .inner {
	width: 0;
	height: 0;
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	/*透明 黄 透明 透明 */
	position: absolute;
	top: -10px;
	left: 1px;
}

.juzhen-list li a:hover .code {
	display: block;
}

.weibo-list li {
	float: left;
	margin: 0 30px 30px 30px;
	text-align: center;
	font-size: 18px;
}

.zjgy-list {
	margin-right: -2%;
	height: 250px;
}

.zjgy-list li {
	width: 16%;
	margin: 0 4% 10px 0;
}

.zjgy-list li .img {
	padding: 10px 0;
}

.zjgy-list li .img img {}

/*.zjgy-list li .img img:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}*/

.zgwy-list {
	margin-right: -2%;
}

.zgwy-list li {
	position: relative;
	margin: 0 2% 5px 0;
	width: 23%;
}

.zgwy-list li .icon-video {
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	background: url(../images/icon-video.png) 0 0 no-repeat;
}

.zgwy-list li .img {
	margin: 0 auto;
	width: 229px;
	height: 131px;
}

.zxbl-list li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.zxbl-list li a {
	display: block;
	padding: 40px 0;
}

.zxbl-list li a .name {
	margin: 10px 0;
	font-size: 20px;
}

.zxbl-list li a img {
	width: 70px;
	transition-duration: 0.5s;
}

.zxbl-list li a:hover img {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	/*Safari 和 Chrome*/
	-moz-transform: scale(1.4);
	/*Firefox*/
	-ms-transform: scale(1.4);
	/*IE9*/
	-o-transform: scale(1.4);
	/*Opera*/
}

.phfw {
	margin-right: -2%;
}

.phfw-list {
	margin-bottom: 20px;
	float: left;
	width: 18%;
	margin-right: 2%;
}

.phfw-list1 ul {
	border: solid 1px #ffa23a;
}

.phfw-list2 ul {
	border: solid 1px #fe4d55;
}

.phfw-list3 ul {
	border: solid 1px #3ab99b;
}

.phfw-list4 ul {
	border: solid 1px #28abf1;
}

.phfw-list5 ul {
	border: solid 1px #f95391;
}

.phfw-list1 h3 {
	background-color: #ffa23a;
}

.phfw-list2 h3 {
	background-color: #fe4d55;
}

.phfw-list3 h3 {
	background-color: #3ab99b;
}

.phfw-list4 h3 {
	background-color: #28abf1;
}

.phfw-list5 h3 {
	background-color: #f95391;
}

.phfw-list h3 {
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.phfw-list li {
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.phfw-list li i {
	display: block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 5px;
	overflow: hidden;
}

.phfw-list li i b {
	display: block;
	box-sizing: border-box;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 3px solid #E56C59;
}

.phfw-list li i {
	-webkit-animation: Close .5s ease-in-out both;
	-moz-animation: Close .5s ease-in-out both;
	-ms-animation: Close .5s ease-in-out both;
	animation: Close .5s ease-in-out both;
}

.phfw-list li:hover i {
	-webkit-animation: Open .5s ease-in-out both;
	-moz-animation: Open .5s ease-in-out both;
	-ms-animation: Open .5s ease-in-out both;
	animation: Open .5s ease-in-out both;
}

.phfw-list1 li i b {
	border-color: #ffa23a;
}

.phfw-list2 li i b {
	border-color: #fe4d55;
}

.phfw-list3 li i b {
	border-color: #3ab99b;
}

.phfw-list4 li i b {
	border-color: #28abf1;
}

.phfw-list5 li i b {
	border-color: #f95391;
}

.phfw-list-new li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}

.phfw-list-new li a {
	display: block;
	padding: 30px 0;
}

.phfw-list-new li img {
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.phfw-list-new li a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.phfw-list li a {
	display: block;
	padding: 20px 0;
}

.phfw-list li a .name {
	margin-top: 10px;
}

.filter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.selectdiv {
	position: relative;
	display: inline-block;
}

.selectdiv .title {
	padding: 0 30px 0 10px;
	height: 30px;
	line-height: 30px;
	color: #f65602;
	background: url(../images/icon-arrow.png) right center no-repeat;
}

.selectdiv .selectcon {
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
	border: solid 1px #f65602;
	box-shadow: 0 0 5px #ccc;
	text-align: center;
	background-color: #fff;
	width: 110px;
	height: 160px;
	overflow: auto;
	z-index: 9999;
}

.selectdiv .selectcon li a {
	display: block;
	padding: 5px 0;
}

.selectdiv .selectcon li a:hover {
	background-color: #f65602;
	color: #fff;
}

.zjgydiv {
	width: 100%;
	height: 220px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
}

.zjgydiv .yeardate {
	background: url(../images/year_bg.png) 0 0 no-repeat;
	position: absolute;
	bottom: 55px;
	left: -2px;
	width: 66px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	z-index: 5;
}

.zjgydiv .tab {
	width: 133px;
	height: 179px;
	float: left;
	margin-right: 20px;
}

.zjgy-list li {
	width: 16%;
	margin: 0 4% 10px 0;
}

.zjgydiv .workcontent li {
	width: 12%;
	margin: 0 3% 30px 0;
	float: left;
	border-radius: 4px;
	border: 1px solid #cbd5ee;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}

.zjgydiv .workcontent .item {
	border: 1px solid #f55600;
	color: #f55600;
}

.zjgydiv .workcontent .item a {
	color: #f55600;
	font-weight: bold;
}

.zjgydiv .workcontent li a {
	font-weight: bold;
}

.mod_focus_list {
	height: 85px;
	width: 430px;
	margin: 10px 0;
}

.mod_focus_list .second {
	margin-left: 12.5px;
}

.mod_focus_list li {
	float: left;
	width: 135px;
	height: 80px;
	overflow: hidden;
}

.mod_focus_list li img {
	width: 135px;
	height: 80px;
	transition-duration: 0.5s;
}

.mod_focus_list li img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.mod_focus_list li a {
	position: relative;
}

.mod_focus_list .mask {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url(../images/icon-video.png) 50% no-repeat;
}

/*焦点图*/
.banner {
	height: 368px;
	position: relative;
	background: #eaf6f6 url(../images/mainbg.gif) center top repeat;
	width: 100%;
	margin-top: 0;
	z-index: 95;
}

.banner .d1 {
	width: 100%;
	height: 368px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 340px;
}

.banner .d2 ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -96px;
	display: inline;
}

.banner .d2 li {
	width: 30px;
	height: 6px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	float: left;
	margin: 0 5px;
	display: inline;
}

.banner .d2 li.nuw {
	background: #e42d30;
}

.bannerdiv {
	min-width: 1200px;
	height: 368px;
	position: relative;
	overflow: hidden;
}

.bannerdiv .lubo {
	width: 100% !important;
}

.bannerdiv .lubo li .m-width {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: url(../images/mainbg.gif) center top repeat;
}

.bannerdiv .lubo li .m-width img {}

.bannerdiv .lubo li {
	width: 100% !important;
	height: 368px;
}

.bannerdiv .lubo li a {
	display: block;
}

/*圆点*/
.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;
}

.cir_box li {
	float: left;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.cir_on {
	background: #e42d30 !important;
}

.banner_id {
	width: 1200px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -600px;
}

.banner-btn .hd {
	position: absolute;
	top: 30px;
	left: 537px;
}

.banner-btn .hd ul li {
	width: 30px;
	height: 6px;
	text-indent: -9999px;
	margin-right: 20px;
	background: #ccc;
	float: left;
	cursor: pointer;
}

.banner-btn .hd ul li.on {
	background: #e42d30;
}


/*按钮*/
.lubo_btn {
	position: absolute;
	width: 100%;
	top: 140px;
	display: none;
}

.left_btn,
.right_btn {
	width: 30px;
	height: 80px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	color: #fff;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.left_btn {
	float: left;
}

.right_btn {
	float: right;
}

#imgConac {
	width: 50px;
}

/*-右侧悬浮导航-*/
/* quick_links */
.quick_links_wrap {
	font-size: 0;
	width: 140px;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 100;
	-webkit-transition: width linear .4s;
	-moz-transition: width linear .4s;
	-ms-transition: width linear .4s;
	transition: width linear .4s;
	_position: absolute;
	_bottom: auto;
	_top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}

.quick_links_panel {
	height: 200px;
	width: 140px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 200px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	transition: all ease .4s;
}

.quick_links {
	width: 100%;
}

.quick_links a {
	width: 140px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	background: url(../images/rightfloat_01.png) left top no-repeat;
	margin: 3px 0;
	position: absolute;
	transition: all 0.2s ease 0s;
}

.quick_links a:hover {
	right: 0px;
	transform: rotate(0) translateX(0px) translateY(0px);
}

.quick_links a .setting {
	width: 26px;
	height: 22px;
	display: inline-block;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
}

.quick_links .my_qlinks {
	right: -95px;
	top: 50px;
}

.quick_links .my_qlinks.active {
	right: 0px !important;
}

.quick_links .my_qlinks.active:hover {
	right: 0px;
	transform: rotate(0) translateX(0px) translateY(0px);
}

.quick_links .message_list {
	right: -95px;
	top: 150px;
}

.quick_links .history_list {
	right: -95px;
	top: 100px;
}

.quick_links .wgbs_list {
	right: -95px;
	top: 250px;
}

.quick_links .return_top {
	right: -95px;
	top: 0px;
}

.quick_links .return_top.active {
	top: 50px !important;
}

.quick_links .download {
	right: -95px;
	top: 200px;
}

.quick_links .weixin-code {
	right: -95px;
	top: 200px;
}

.quick_links .weixin-code {
	right: -95px;
	top: 200px;
}

.quick_links .xinxiang_list {
	right: -95px;
	top: 300px;
}

.quick_links .xinfang_list {
	right: -95px;
	top: 350px;
}

.quick_links .my_qlinks .setting {
	/*background:url(../images/rightfloat_07.png) right top no-repeat;*/
	background: url(../images/ico/huiyuan.png) right top no-repeat;
}

.quick_links .message_list .setting {
	/*background:url(../images/rightfloat_04.png) right top no-repeat;*/
	background: url(../images/ico/oa.png) right top no-repeat;
}

.quick_links .history_list .setting {
	/*background:url(../images/rightfloat_03.png) right top no-repeat;*/
	background: url(../images/ico/worker.png) right top no-repeat;
}

.quick_links .return_top .setting {
	background: url(../images/rightfloat_06.png) right top no-repeat;
}

.quick_links .wgbs_list .setting {
	/*background:url(../images/rightfloat_05.png) right top no-repeat;*/
	background: url(../images/ico/yunjingshen.png) right top no-repeat;
}

.quick_links .weixin-code .setting {
	/*background:url(../images/rightfloat_08.png) right top no-repeat;*/
	background: url(../images/ico/yuncaiwu.png) right top no-repeat;
}

.quick_links .xinxiang_list .setting {
	/*background:url(../images/rightfloat_08.png) right top no-repeat;*/
	background: url(../images/rightfloat_04.png) right top no-repeat;
}

.quick_links .xinfang_list .setting {
	/*background:url(../images/rightfloat_08.png) right top no-repeat;*/
	background: url(../images/rightfloat_05.png) right top no-repeat;
}

.quick_links .download .setting {
	background: url(../images/rightfloat_09.png) right top no-repeat;
}

.quick_links a span {
	color: #fff;
	margin-left: 8px;
}




.weibo-section {
	/* border: solid 1px #c6c3bf; */
}

.weibo-section .hd {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #c6c3bf;
}

.weixin-section .hd {
	height: 36px;
	line-height: 32px;
}

.weibo-section .hd h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.weibo-section .hd .count {
	float: right;
}

.weibo-section .bd {
	height: 385px;
	overflow: hidden;
}

.weibo-section .tabs-hd {
	float: left;
	width: 40px;
	margin-bottom: -1px;
	height: 380px;
}

.weibo-section .tabs-hd a {
	display: block;
	padding: 26px 12px;
	width: 16px;
	font-size: 16px;
	border: solid 1px #a68268;
	border-top: none;
	line-height: 1;
	color: #a68268;
}

.weibo-section .tabs-hd a:nth-of-type(1) {
	border-top: solid 1px #a68268;
}

.weibo-section .weixinList .tabs-hd a {
	line-height: 1;
	padding: 13px 12px;
}

.weibo-section .tabs-hd a.item {
	color: #fff;
	background-color: rgb(191, 145, 119);
	border-bottom: solid 1px #a68268;
}

.weibo-section .tabs-bd {
	float: right;
	width: 885px;
}

.weibo-section .tabs-bd .list {
	width: 885px;
	height: 385px;
	overflow-y: auto;
}

.weibo-section .tabs-bd .list ul {
	margin-top: -1px;
}

.weibo-section .tabs-bd .list li {
	position: relative;
	padding: 15px 10px 15px 75px;
	border-top: dashed 1px #a68268;
	min-height: 46px;
}

.weibo-section .tabs-bd .list li .icon-img {
	float: left;
	margin-left: -60px;
}

.weibo-section .tabs-bd .list li .tit {
	font-size: 16px;
}

.weibo-section .tabs-bd .list li .info {
	color: #999;
}

.weibo-section .tabs-bd .list li .cont {
	margin-top: 5px;
	color: #a68268;
	;
	font-size: 14px
}

.weibo-section .tabs-bd .list li .follow {
	position: absolute;
	right: 15px;
	top: 15px;
	border: solid 1px #c51b1e;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 10px;
	line-height: 28px;
}

.weibo-section .tabs-bd .list li .follow .icon {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 28px;
	color: #f97435;
	margin-top: -2px;
}

.weibo-section .tabs-bd .juzhen-list {
	list-style: none;
	width: 885px;
	height: 355px;
	overflow-y: auto;
	padding-top: 30px;
}

.weibo-section .weixinList .tabs-bd .juzhen-list {
	padding: 0;
	height: 380px;
}

.weibo-section .weixinList .tabs-bd .juzhen-list>div {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 10px;
	padding-top: 0;
}

.weibo-section .weixinList .tabs-bd .juzhen-list li {
	font-size: 14px;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .li-box {
	padding: 10px 0;
	border-bottom: dashed 1px #a68268;
	box-sizing: border-box;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .li-box>div {
	float: left;
	text-align: left;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .li-box .img-box {
	width: 150px;
	cursor: pointer;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .li-box .content {
	width: calc(100% - 270px);
	/*box-sizing: border-box;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  */
}

.weibo-section .weixinList .tabs-bd .juzhen-list .li-box .content a {

	width: 100%;
	box-sizing: border-box;
	padding: 0;
	padding-right: 20px;
	height: 38px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .li-box .num {
	width: 80px;
	float: right;
}

.weibo-section .weixinList .tabs-bd .juzhen-list table {
	width: 100%;
}

.weibo-section .weixinList .tabs-bd .juzhen-list table thead {
	background: rgb(234, 221, 213);
	color: rgb(175, 144, 123);
}

.weibo-section .weixinList .tabs-bd .juzhen-list table .more a {
	color: rgb(175, 144, 123);
}

.weibo-section .weixinList .tabs-bd .juzhen-list table .more {
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-right: 20px;
}

.weibo-section .weixinList .tabs-bd .juzhen-list table .ol {
	color: rgb(175, 144, 123);
}

.weibo-section .weixinList .tabs-bd .juzhen-list table th,
.weibo-section .weixinList .tabs-bd .juzhen-list table td {
	padding: 4px 5px;
}

.weibo-section .weixinList .tabs-bd .juzhen-list table tr:nth-child(2n) {
	background: #ECE8E5;
}

.weibo-section .weixinList .tabs-bd .juzhen-list table th:nth-of-type(n+3) {
	text-align: center;
}

.weibo-section .weixinList .tabs-bd .juzhen-list table td:nth-of-type(n+3) {
	text-align: center;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .img-box {
	min-width: 190px;
}

/* .weibo-section .weixinList .tabs-bd .juzhen-list .content{
    width: calc(100% - 230px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */
.weibo-section .weixinList .tabs-bd .juzhen-list .img-box>div {
	float: left;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .small {
	font-size: 12px;
	color: rgb(183, 185, 187);
}

.weibo-section .weixinList .tabs-bd .juzhen-list .img-box>div:nth-child(1) {
	margin-right: 5px;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .img-box p {
	margin: 0;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .img-box p a {
	padding: 0;
	margin: 0;
}

.weibo-section .weixinList .tabs-bd .juzhen-list .img-box>div:nth-of-type(1) {
	width: 30px;
	height: 30px;
	margin-top: 4px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #a68268;
}



.weibo-section .content {
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
}

#slide {
	width: 430px;
	height: 295px;
}

#slide .swiper-slide {
	width: 430px;
	height: 295px;
}

#slide .page {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
}

#slide .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

#slide .swiper-active-switch {
	background: #ea1117;
}

#slide .item {
	position: relative;
	display: block;
	width: 430px;
	height: 295px;
}

#slide .item p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: rgb(255, 255, 255);
	text-align: left;
	white-space: nowrap;
	font: 16px 微软雅黑, 黑体;
	overflow: hidden;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	height: 50px;
	padding-left: 10px;
	padding-right: 100px;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev {
	background-image: url(../images/picscroll/bg17.png);
	left: 0;
	right: auto
}

.swiper-button-next {
	background-image: url(../images/picscroll/bg18.png);
	right: 0;
	left: auto
}

.swiper-button-prev:hover {
	background-image: url(../images/picscroll/bg19.png);
}

.swiper-button-next:hover {
	background-image: url(../images/picscroll/bg20.png);
}

#slide img {
	display: block;
	width: 430px;
	height: 295px;
	transition-duration: 0.5s;
}

#slide img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/*.maincontent .leftframe .item .icon_xwzx{
	background:url(../images/left_menu/icon_zxzx2.png) left center no-repeat;
	color:#fff;
}
.maincontent .leftframe li .icon_xwzx{
	background:url(../images/left_menu/icon_zxzx.png) left center no-repeat;
}
.maincontent .leftframe .item .icon_gzzt{
	background:url(../images/left_menu/icon_xxgk2.png) left center no-repeat;
	color:#fff;
}
.maincontent .leftframe li .icon_gzzt{
	background:url(../images/left_menu/icon_xxgk.png) left center no-repeat;
}
.maincontent .leftframe .item .icon_zzxmt{
	background:url(../images/left_menu/icon_gzzt2.png) left center no-repeat;
	color:#fff;
}
.maincontent .leftframe li .icon_zzxmt{
	background:url(../images/left_menu/icon_gzzt.png) left center no-repeat;
}
.maincontent .leftframe .item .icon_zgwy{
	background:url(../images/left_menu/icon_zgfc2.png) left center no-repeat;
	color:#fff;
}
.maincontent .leftframe li .icon_zgwy{
	background:url(../images/left_menu/icon_zgfc.png) left center no-repeat;
}
.maincontent .leftframe .item .icon_wxjz{
	background:url(../images/left_menu/icon_wxjz2.png) left center no-repeat;
	color:#fff;
}
.maincontent .leftframe li .icon_wxjz{
	background:url(../images/left_menu/icon_wxjz.png) left center no-repeat;
}*/
.ghgk {
	line-height: 30px;
	height: 360px;
	overflow-y: auto;
}

.sz_leader li {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #a68268;
}

.sz_leader li .photodiv {
	float: left;
	display: inline-block;
	width: 122px;
	height: 160px;
}

.sz_leader li .photodiv img {
	width: 100%;
	height: 100%;
}

.sz_leader li .pepolename {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-top: 40px;
}

.sz_leader li .pepolename .Title {
	font-size: 18px;
	font-weight: 600;
}

.sz_leader li:last-child {
	border: none;
}

.jgsz ul {
	width: 100%;
	overflow: hidden;
}

.jgsz li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 20px 30px;
	border: 1px solid #a68268;
	text-align: center;
}

.codecontent {
	width: 210px;
	height: 210px;
	float: left;
}

.codecontent .code img {
	width: 210px;
	height: 210px;
}

.weixin_list {
	width: 680px;
	float: right;
}

.weixin_list li {
	border: 1px solid #a68268;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin: 10px 20px;
}

.weixin_list .current {
	background-color: #c41b1e;
	border: 1px solid #c41b1e;
}

.weixin_list .current a {
	color: #fff;
}

.weinxin_content {
	margin-top: 20px;
}

.mod18 {
	width: 430px;
	height: 340px;
	margin: 0 auto;
	position: relative;
	background: #f7f7f7;
}

.mod18 .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 346px;
	cursor: pointer;
	z-index: 90;
	font-size: 50px;
	font-weight: bold;
}

.mod18 .prev {
	left: 0;
	background: url(../images/prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop {
	top: 135px;
	width: 46px;
	height: 48px;
}

.mod18 #prevTop {
	background: url(../images/prevBtnTop.png) 0 0 no-repeat;
}

.mod18 #nextTop {
	background: url(../images/nextBtnTop.png) 0 0 no-repeat;
}

.mod18 .next {
	right: 0;
	background: url(../images/nextBtn.png) no-repeat;
}

.mod18 li {
	float: left;
}

.mod18 .cf li {
	position: relative;
	color: #fff;
}

.mod18 .cf a {
	display: block;
	width: 100%;
	height: 330px;
	position: absolute;
	color: #fff;
}

.mod18 .cf a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mod18 .cf li span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
	height: 330px;
	position: relative;
	overflow: hidden;
}

.mod18 .picBox ul {
	height: 330px;
	position: absolute;
}

.mod18 .picBox li {
	width: 430px;
	height: 330px;
}

.mod18 .listBox {
	width: 400px;
	height: 100px;
	margin: 10px auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}

.mod18 .listBox ul {
	height: 70px;
	position: absolute;
	overflow: hidden;
	margin-left: 8px;
}

.mod18 .listBox li {
	width: 129px;
	height: 70px;
	cursor: pointer;
	position: relative;
}

.mod18 .listBox li i {
	display: none;
}

.mod18 .listBox li a {
	display: block;
	width: 124px;
	height: 70px;
}

.mod18 .listBox li img {
	width: 124px;
	height: 70px;
}

.mod18 .listBox .on img {
	width: 118px;
	height: 64px;
	border: 3px solid #ab691d;
}

.mod18 .listBox .on i {
	display: block;
}

.video-block {
	width: 50%;
	float: left;
	margin: 20px auto;
}

.video-block .imgdiv {
	width: 170px;
	height: 119px;
	background: url(../images/picbg.gif) left top no-repeat;
	float: left;
	position: relative;
}

.video-block .imgdiv img {
	width: 165px;
	height: 112px;
	object-fit: cover;
	overflow: hidden;
	margin-top: 6px;
	margin-left: 1px;
	float: left;
}

.video-block .imgdiv .play {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50px;
	left: 70px;
}

.video-block .videoright {
	width: 200px;
	float: left;
	margin-left: 20px;
	text-align: left;
}

.video-block .videoright h2 {
	font-size: 16px;
	font-weight: bold;
}

.video-block .videoright h1 {
	padding: 10px 0;
	color: #888;
}

.gongyun-message ul li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	background: url(../images/bt.png) left center no-repeat;
}

.gongyun-message ul li a .title {
	width: 70%;
	float: left;
	padding-left: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gongyun-message ul li a .time {
	width: 20%;
	float: right;
	text-align: right;
	color: #888;
}

.erweima {
	position: absolute;
	top: 100px;
	left: 5px;
	z-index: 1000;
	display: none;
}

#index-gonghuiyewu>li {
	position: relative;
	width: 100px;
	height: 150px;
}

#index-gonghuiyewu>li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.child-navbg {
	border: 1px solid #ab691d;
	background-color: #fff;
	border-radius: 8px;
	display: none;
	position: absolute;
	top: 120px;
	left: -10px;
	z-index: 100;
}

.child-nav {
	margin-top: -14px;
	background: url(../images/arrow-up.png) 50px top no-repeat;
	overflow: hidden;
	width: 140px;
}

.child-nav li {
	width: auto;
	padding-top: 10px;
	height: 70px;
	margin: 20px;
	float: left;
}

#index-gonghuiyewu>li a .nav-img-div {
	width: 100%;
	height: 90px;
	text-align: center;
}

#index-gonghuiyewu>li a .title {
	width: 100%;
}

#index-gonghuiyewu>li a .nav-img-div .first-img {
	width: 60%;
	margin-top: 10px;
}

#index-gonghuiyewu>li a .nav-img-div .second-img {
	width: 80%;
	display: none;
}

.child-nav .sub-second-img {
	display: none;
}

.child-nav .sub-first-img {}

.child-nav li a {
	display: inline-block;
	text-align: center;
}

.child-nav li a .child-nav-img-div {
	width: 100px !important;
	height: 60px;
}

.child-nav li a .child-nav-img-div .sub-first-img {
	margin-top: 10px;
	width: 40%;
}

.child-nav li a .child-nav-img-div .sub-second-img {
	width: 60%;
}

#index-gonghuiyewu li .width-1 {
	width: 140px;
}

#index-gonghuiyewu li .width-2 {
	width: 280px;
}

#index-gonghuiyewu li .width-3 {
	width: 420px;
}

#index-gonghuiyewu li .width-4 {
	width: 560px;
}

#index-gonghuiyewu li .width-5 {
	width: 700px;
}

#index-gonghuiyewu li .width-6 {
	width: 840px;
}

#index-gonghuiyewu li .width-7 {
	width: 980px;
}

#index-gonghuiyewu li:nth-child(4) .child-navbg {
	right: -30px;
}

#literature h3 {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d7d4d4;
	margin-bottom: 50px;
}

#literature h3 .title {
	height: 28px;
	border-bottom: 2px solid #e42d30;
	display: inline-block;
	color: #c92a2d;
	padding: 0 10px;
	font-size: 16px;
}

.topnav0828 {
	height: 47px;
	line-height: 47px;
	/*background:#f1f1f0;*/
	font-size: 12px;
	color: #666;
}

.topnav0828 .search {
	width: 240px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	float: right;
	background: url(../images/search_bg.png) left top no-repeat;
}

.topnav0828 .search input {
	padding: 2px;
	width: 180px;
	border: none;
	background-color: none;
	position: absolute;
	left: 10px;
	top: 4px;
}

.topnav0828 .search .button_search {
	width: 18px;
	height: 17px;
	display: block;
	position: absolute;
	right: 4px;
	top: 9px;
}

.topnav0828 .weather {
	margin-left: 20px;
	margin-top: 6px;
	float: left;
	height: 26px;
	overflow: hidden;
}

.head0828 {
	position: relative;
	width: 100%;
	height: 50px;
	background: #bc0000;
}

.head0828 #main_nav {
	background: #bc0000;
}

.banner .banner_logo {
	position: relative;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}

.banner .topLeft0828 {
	/*margin-left:200px;
	margin-top:35px; */
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 15;
}

.banner .topLeft0828 .logo_zgzj img {
	margin-top: 6px;
	width: 340px;
}

.banner .topLeft0828 .sdck {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 30px;
	margin-top: 35px;
	cursor: pointer;
}

.banner .topLeft0828 .sdck img {
	padding-left: 8px;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.banner .topLeft0828 .sdck:hover img {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.banner .topLeft0828 .logo_zgzj {
	display: block;
	float: left;
}

#swiper-slide {
	width: 430px;
	height: 320px;
}

#swiper-slide .swiper-slide {
	width: 430px;
	height: 320px;
}

#swiper-slide .page {
	position: absolute;
	bottom: 18px;
	right: 10px;
	text-align: center;
}

#swiper-slide .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

#swiper-slide .swiper-active-switch {
	background: #ea1117;
}

#swiper-slide .item {
	position: relative;
	display: block;
	width: 430px;
	height: 320px;
}

#swiper-slide .item p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: rgb(255, 255, 255);
	text-align: left;
	white-space: nowrap;
	font: 16px 微软雅黑, 黑体;
	overflow: hidden;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	height: 50px;
	padding-left: 10px;
	padding-right: 100px;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#swiper-slide .swiper-button-next,
#swiper-slide .swiper-button-prev {
	display: none;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat
}

#swiper-slide .swiper-button-prev {
	background-image: url(../images/picscroll/bg17.png);
	left: 0;
	right: auto
}

#swiper-slide .swiper-button-next {
	background-image: url(../images/picscroll/bg18.png);
	right: 0;
	left: auto
}

#swiper-slide .swiper-button-prev:hover {
	background-image: url(../images/picscroll/bg19.png);
}

#swiper-slide .swiper-button-next:hover {
	background-image: url(../images/picscroll/bg20.png);
}

#swiper-slide img {
	display: block;
	width: 430px;
	height: 320px;
	transition-duration: 0.5s;
}

#swiper-slide img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/*职工风采*/
.workers_mien {
	width: 1200px;
	float: left;
	margin-top: 20px;
}

.workers_mien .news-slide {
	width: 1200px;
	padding: 20px 0;
}

#swiper-slide-mien {
	width: 1200px;
	height: 160px;
}

#swiper-slide-mien .swiper-slide {
	width: 190px;
	height: 160px;
	text-align: center;
}

#swiper-slide-mien .pageMien {
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-align: center;
}

#swiper-slide-mien .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

#swiper-slide-mien .swiper-active-switch {
	background: #ea1117;
}

#swiper-slide-mien .item {
	position: relative;
	display: block;
	width: 190px;
	height: 160px;
	margin: 0 5px;
}

#swiper-slide-mien .item p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: rgb(255, 255, 255);
	text-align: left;
	white-space: nowrap;
	font: 16px 微软雅黑, 黑体;
	overflow: hidden;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	height: 50px;
	padding-left: 10px;
	padding-right: 100px;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#swiper-slide-mien .swiper-button-next,
#swiper-slide-mien .swiper-button-prev {
	display: none;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat
}

#swiper-slide-mien .swiper-button-prev {
	background-image: url(../images/picscroll/bg17.png);
	left: 0;
	right: auto
}

#swiper-slide-mien .swiper-button-next {
	background-image: url(../images/picscroll/bg18.png);
	right: 0;
	left: auto
}

#swiper-slide-mien .swiper-button-prev:hover {
	background-image: url(../images/picscroll/bg19.png);
}

#swiper-slide-mien .swiper-button-next:hover {
	background-image: url(../images/picscroll/bg20.png);
}

#swiper-slide-mien img {
	display: block;
	width: 190px;
	height: 160px;
	transition-duration: 0.5s;
}

#swiper-slide-mien img:hover {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
}

/*通知公告*/
.notice {
	width: 100%;
	height: 70px;
	background-color: #ff9900;
	margin-top: 20px;
	position: relative;
}

.notice h3 {
	width: 94px;
	height: 100%;
	float: left;
	text-align: center;
	color: #fff;
	background: url(../images/laba.png) center 8px no-repeat;
}

.notice h3 span {
	padding-top: 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.notice ul {
	width: 78%;
	height: 64px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 3px;
	overflow: hidden;
}

.notice ul li {
	font-size: 14px;
	width: 96%;
	line-height: 64px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding: 0 2%;
}

.tabs_head {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #a49383;
	padding: 0px !important;
}

.tabs_head .more {
	float: right;
	padding: 0 10px;
	font-size: 14px;
}

.tabs_head>div {
	float: left;
	padding: 0 10px;
	font-size: 18px;
	color: #54433a;
	margin-right: 60px;
}

.tabs_head>div>a {
	color: #54433a;
	font-size: 18px;
}

.tabs_head .item {
	border-bottom: 3px solid #e63944;
	float: left;
	padding: 0 10px;
	font-size: 18px;
	color: #e63944;
	font-weight: bold;
}

.tabs_head .item a {
	color: #e63944;
	font-size: 18px;
	font-weight: bold;
}

.tabs_ser {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #a49383;
	padding: 0px !important;
}

.tabs_ser ul li {
	font-size: 14px;
	color: #54433a;
	margin-right: 25px;
}

.tabs_ser .item {
	border-bottom: 3px solid #e63944;
	float: left;
	padding: 0 10px;
	font-size: 22px;
	height: 40px;
	color: #e63944;
}

.tabs_ser .item a {
	color: #e63944;
	font-size: 22px;
}



.friendxwzx {
	width: 1200px;
	margin: 20px auto;
}

.three_xwzx {
	width: 355px;
	height: 330px;
	margin-left: 20px;
	padding: 15px;
	background: #fff;
	float: left;
}

.three_first {
	margin-left: 0px;
}

.three_xwzx .list {
	width: 100%;
	margin-top: 20px;
	height: 320px;
	font-family: "SimSun", arial, sans-serif;
}

.three_xwzx .list li {
	text-align: left;
	float: left;
	width: 100%;
}

.three_xwzx .list li a {
	background: url(../images/point3.png) 10px center no-repeat;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	display: inline-block;
	text-indent: 30px;
}

.three_xwzx .list li a:hover {
	background: url(../images/point1.png) 10px center no-repeat;
	text-decoration: underline;
	width: 100%;
}

.friendipdz {
	width: 1200px;
	margin: 20px auto;
}

.friendipdz ul li {
	width: 187px;
	height: 50px;
	margin-left: 15px;
	float: left;
	text-align: center;
	background-color: #54433a;
	/*margin-top: 20px;*/
}

.friendipdz ul li a {
	width: 100%;
	height: 100%;
	overflow: hidden;

	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
}

.friendipdz ul li a img {
	width: 100%;
	object-fit: cover;
}

.friendipdz ul .ip1 {
	margin-left: 0px;
}


.friendipdz .ipdz_left {
	float: left;
}

.friendipdz .ipdz_left li {
	width: 208px;
	height: 76px;
	margin-left: 40px;
	text-align: center;
	background-color: #54433a;
	margin-top: 20px;
}

.friendipdz .ipdz_left li a {
	width: 208px;
	height: 76px;
	overflow: hidden;

	font-size: 24px;
	line-height: 75px;
	color: #eae8dd;
}

.friendipdz .ipdz_right {
	float: left;
	margin-left: 20px;
}

.friendipdz .ipdz_right li {
	width: 76px;
	height: 268px;
	float: left;
	margin-left: 70px;
	text-align: center;
	background-color: #54433a;
	margin-top: 20px;
	vertical-align: middle;
}

.friendipdz .ipdz_right li a {
	width: 35px;
	/*height: 268px;*/
	margin-top: 10px auto;
	overflow: hidden;
	display: inline-block;
	/*padding: auto 20px;*/
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #eae8dd;
}

.friendipdz .ipdz_right .visible {
	height: 100%;
	vertical-align: middle;
	width: 0;
	display: inline-block;
}

.xinxigk {
	/*width:480px;
	float:left;*/
	/*margin:20px 0  20px 10px;*/
}

.xinxigk .tabs {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
	padding: 0px !important;
}

.xinxigk .tabs li {
	float: left;
	padding: 0 13px;
	font-size: 14px;
	width: 100px;
	margin: 0;
	height: auto;
}

.xinxigk .tabs .item {
	border-bottom: 3px solid #e42d30;
}

.xinxigk .tabs .item a {
	color: #e42d30;
}

.xinxigk .tabs li a {
	color: #54433a;
	font-size: 16px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.xinxigk .tabcontent {
	width: 100%;
}

.xinxigk .list {
	width: 100%;
	margin-top: 20px;
	height: 290px;
	font-family: "SimSun", arial, sans-serif;
}

.xinxigk .list li {
	text-align: left;
	float: left;
	width: 100%;
	height: 40px;
	margin: 0;
}

.xinxigk .list li a {
	background: url(../images/point1.png) 10px center no-repeat;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	display: inline-block;
	text-indent: 30px;
}

.xinxigk .list li a .time {
	float: right;
	padding-right: 10px;
}

.xinxigk .list li a:hover {
	background: #b4977f url(../images/point2.png) 10px center no-repeat;
	width: 100%;
	color: #fff;
}

.videocontent .more {
	width: 96%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	background-color: #ebeae8;
	margin-top: 20px;
	margin-left: 15px;
	text-align: center;
	font-size: 16px;
	color: #b4967f;
}

.videocontent .more:hover {
	background-color: #b4967f;
	color: #fff;
}

.index_ghywn {
	position: relative;
	text-align: center;
}

.allicon {
	width: 836px;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: 53px;
}

.allicon_xiuzhou {
	width: 680px;
	overflow: hidden;
	position: absolute;
	left: 110px;
	top: 53px;
}

.ghyw_xiuzhou {
	width: 750px;
	height: 380px;
	font-size: 14px;
	right: 0px;
	position: relative;
}

.ghyw_xiuzhou ul {
	width: 92%;
	margin: 50px auto;
}

.ghyw_xiuzhou ul li {
	float: left;
	line-height: 24px;
	width: 18%;
	margin: 1%;
	height: 160px;
	background-color: #f7fbfd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.ghyw_xiuzhou ul li img {
	width: 60px;
	height: 60px;
	margin-top: 30px;
}

.ghyw_xiuzhou .group {
	width: 120px;
	float: left;
	margin: 8px;
}

.ghyw_xiuzhou .ghyw_list {
	width: 120px;
	height: 150px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.ghyw_xiuzhou .second {
	margin-top: 16px;
}

.ghyw_xiuzhou .ghyw_list_subbg1 {
	width: 120px;
	height: 150px;
	position: absolute;
	top: -170px;
	left: 0px;
	/*background:#f86c05;*/
}

.ghyw_xiuzhou .ghyw_list_subbg2 {
	width: 120px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f1f9fd;
}

.ghyw_xiuzhou .ghyw_list_subbg1 .ghyw_list_tit {
	padding-top: 30px;
	font-size: 16px;
	color: #fff;
}

.ghyw_xiuzhou .ghyw_list_subbg2 .ghyw_list_tit {
	padding-top: 10px;
	font-size: 16px;
}

.ghyw_xiuzhou .ghyw_list_tit img {
	padding-bottom: 10px;
}

.ph_ghyw {
	width: 840px;
	height: 380px;
	font-size: 14px;
	right: 0px;
	position: relative;
	padding: 50px;
}

.ph_ghyw .ghyw_list {
	width: 150px;
	height: 150px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin: 8px 8px;
}

.ph_ghyw .second {
	margin-top: 16px;
}

.ph_ghyw .ghyw_list_subbg1 {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -170px;
	left: 0px;
	background: #f86c05;
}

.ph_ghyw .ghyw_list_subbg2 {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f1f9fd;
}

.ph_ghyw .ghyw_list_subbg1 .ghyw_list_tit {
	padding-top: 30px;
	font-size: 16px;
	color: #fff;
}

.ph_ghyw .ghyw_list_subbg2 .ghyw_list_tit {
	padding-top: 10px;
	font-size: 16px;
}

.ph_ghyw .ghyw_list_tit img {
	padding-bottom: 10px;
}

.ghyw {
	width: 952px;
	height: 380px;
	font-size: 14px;
	right: 0px;
	position: relative;
}

.ghyw .group {
	width: 120px;
	float: left;
	margin: 8px;
}

.ghyw .ghyw_list {
	width: 120px;
	height: 150px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.ghyw .second {
	margin-top: 16px;
}

.ghyw .ghyw_list_subbg1 {
	width: 120px;
	height: 150px;
	position: absolute;
	top: -170px;
	left: 0px;
	/*background:#f86c05;*/
}

.ghyw .ghyw_list_subbg2 {
	width: 120px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background:#f1f9fd;*/
}

.icon_hgxx1 {
	background: url(../images/icon/huigong3-red.png) center 10px no-repeat !important;
}

.icon_hgxx2 {
	background: url(../images/icon/huigong3.png) center 10px no-repeat !important;
}

.icon_sjlm1 {
	background: url(../images/icon/huigong2-red.png) center 10px no-repeat !important;
}

.icon_sjlm2 {
	background: url(../images/icon/huigong2.png) center 10px no-repeat !important;
}

.icon_hgk1 {
	background: url(../images/icon/huigong1-red.png) center 10px no-repeat !important;
}

.icon_hgk2 {
	background: url(../images/icon/huigong1.png) center 10px no-repeat !important;
}

.icon_hyjf1 {
	background: url(../images/icon/huigong4-red.png) center 10px no-repeat !important;
}

.icon_hyjf2 {
	background: url(../images/icon/huigong4.png) center 10px no-repeat !important;
}

.icon_lsh1 {
	background: url(../images/icon/huigong5-red.png) center 10px no-repeat !important;
}

.icon_lsh2 {
	background: url(../images/icon/huigong5.png) center 10px no-repeat !important;
}

.ghyw .ghyw_list_subbg1 .ghyw_list_tit {
	padding-top: 30px;
	font-size: 16px;
	color: #fff;
}

.ghyw .ghyw_list_subbg2 .ghyw_list_tit {
	padding-top: 10px;
	font-size: 16px;
}

.ghyw .ghyw_list_tit img {
	padding-bottom: 10px;
}

.ghyw ul {
	width: 92%;
	margin: 50px auto;
}

.ghyw ul li {
	float: left;
	line-height: 24px;
	width: 18%;
	margin: 1%;
	height: 160px;
	background-color: #f7fbfd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.ghyw ul li img {
	width: 60px;
	height: 60px;
	margin-top: 30px;
}

#weixinList {
	width: 895px;
	height: 400px;
	margin: 8px 22px 0px 23px;
	overflow: hidden;
	text-align: center;
}

#weixinList li {
	font-size: 16px;
	margin: 15px 22px;
	width: 179px;
	height: 170px;
	line-height: 35px;
	float: left;
}

#weixinList li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#weixinList li a:hover {
	font-weight: bold;
	color: #589d0c;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#weixinList .code {
	width: 135px;
	height: 135px;
}

#weixinList .code img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}