body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

a,
button {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.top {
	width: 100%;

}

.top .top1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.top .top1 .logo {
	width: 363px;
	height: 65px;
}
.top .top1 .logo img{
	width: 100%;
}
.top .top1 .nav1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top .top1 .nav1 .a1 {
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	margin: 0px 13px;
	/* font-family: SimHei; */
}

.top .top1 .nav1 .a2 {
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	display: inline-block;
	background: #b3a696;
	border-radius: 20px;
	padding: 3px 20px;
	box-sizing: border-box;
	border: 1px solid #b2b0b0;
	margin: 0px 11px;
}

.top .top1 .nav2 {
	margin-top: 10px;
}
.top .top1 .nav2 .cd{
	width: 25px;
	height: 25px;
	display: none;
}
.top .top1 .nav2 .cd img{
	width: 100%;
	height: 100%;
}
.top .top1 .nav2 ul {
	display: flex;
	justify-content: start;
	align-items: center;
}

.top .top1 .nav2 ul li {
	box-sizing: border-box;
	border-right: 1px dashed #b9b9b9;
}

.top .top1 .nav2 ul li:last-child {
	border-right: none;
}

.top .top1 .nav2 ul li a {
	margin: 0px 12px;
	padding: 0px 5px;
	font-size: 16px;
	line-height: 1.5;
	color: #686868;
	font-weight: 500;
	border-top: 2px solid transparent;
}

.top .top1 .nav2 ul li a.act {
	color: #e1472f;
	border-top: 2px solid #e1472f;

}

.top .top1 .nav2 ul li a:hover {
	color: #e1472f;
	border-top: 2px solid #e1472f;
}

.banner img {
	width: 100%;
	display: block;
}

.Notice {
	box-shadow: 0px 5px 5px #f8f8f8;
}

.Notice1 {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 27px 0px;

}

.Notice1 img {
	width: 22px;
	height: 19px;
	margin-right: 15px;
}

.Notice1 p {
	font-size: 15px;
	line-height: 1.5;
	color: #a1a09d;
}

.core .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 116px;
	padding-bottom: 90px;
}

.core .title img {
	width: 116px;
	height: 2px;
}

.core .title span {
	font-size: 30px;
	line-height: 1.5;
	color: #000000;
	padding-top: 13px;
}

.core .core1 {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}

.core .core1 li {
	width: 25%;
	/* height: 300px; */
	background-color: #fafafa;
	transition: all 0.3s;
}

.core .core1 li:hover {
	background-color: #eaeaea;
}

.core .core1 li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.core .core1 li a .img1 {
	width: 60px;
	height: 60px;
	margin-top: 70px;
}

.core .core1 li a p {
	font-size: 18px;
	margin-top: 40px;
}

.core .core1 li a .img2 {
	width: 32px;
	height: 32px;
	margin-top: 40px;
	padding-bottom: 64px;
}

.core .more {
	text-align: center;
}

.core .more {
	width: 122px;
	border-bottom: 2px solid #bcbcbc;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #898f94;
	margin: 0 auto;
	margin-top: 95px;
}

.core .more:hover {
	background-color: #eaeaea;
}

.footer {
	background-color: #333333;

}

.footer .footer1 {
	padding-top: 100px;
	display: flex;
	justify-content: space-between;

}

.footer .footer1 .footer1_1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer .footer1 .footer1_1 .logo2 {
	width: 363px;
	height: 65px;
}
.footer .footer1 .footer1_1 .logo2 img{
	width: 100%;
	height: 100%;
}
.footer .footer1 .footer1_1 .ewm {
	width: 100px;
	height: 100px;
	margin-top: 35px;
}

.footer .footer1 .footer1_2 .title span {
	font-size: 17px;
	line-height: 2;
	border-top: 2px solid #c6c6c6;
	color: #cccccc;
	padding-top: 10px;
}

.footer .footer1 .footer1_2 ul {
	margin-left: 30px;
	margin-top: 30px;
}

.footer .footer1 .footer1_2 ul li p {
	font-size: 14px;
	line-height: 1.8;
	color: #989898;
}


.footer .footer1 .footer1_3 .title span {
	font-size: 17px;
	line-height: 2;
	border-top: 2px solid #c6c6c6;
	color: #cccccc;
	padding-top: 10px;
}

.footer .footer1 .footer1_3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 190px;
	margin-top: 30px;
}

.footer .footer1 .footer1_3 li a {
	display: flex;
	justify-content: start;
	align-items: center;
}

.footer .footer1 .footer1_3 img {
	width: 13px;
	height: 13px;
	margin-right: 10px;
}

.footer .footer1 .footer1_3 li span {
	font-size: 14px;
	line-height: 2;
	color: #989898;
	transition: all 0.3s;
}

.footer .footer1 .footer1_3 li span:hover {
	color: #fff;
}

.footer .footer2 {
	display: flex;
	justify-content: start;
	align-items: center;
	border-top: 2px solid #4b4b4b;
	margin-top: 65px;
	padding: 15px 0px;
}

.footer .footer2 p,
.footer .footer2 a {
	font-size: 14px;
	line-height: 1.8;
	color: #989898;
}

.footer .footer2 .p1 {
	margin-left: 65px;
}

.footer .footer2 .p2,
.footer .footer2 .p3 {
	margin-left: 5px;
}

.footer .footer2 .p4 {
	margin-left: 20px;
}

.footer .footer2 .p5 {
	margin-left: 24px;
}



.Exhibition .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 116px;
	padding-bottom: 250px;
	width: 100%;
	background: url(../images/alzs.jpg)no-repeat center center;
	background-size: cover;
	padding-top: 120px;
}

.Exhibition .title img {
	width: 116px;
	height: 2px;
}

.Exhibition .title span {
	font-size: 30px;
	line-height: 1.5;
	color: #000000;
	padding-top: 13px;
}

.Exhibition_list {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-top: -200px;
}

.Exhibition_list li {
	width: 30%;
	margin: 0px 1.5%;
	margin-bottom: 35px;
}

.Exhibition_list li a {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.Exhibition_list li img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s;
}

.Exhibition_list li img:hover {
	transform: scale(1.1);
}

.Exhibition .more {
	text-align: center;
}

.Exhibition .more {
	width: 122px;
	border-bottom: 2px solid #bcbcbc;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #898f94;
	margin: 0 auto;
	margin-top: 60px;
}

.Exhibition .more:hover {
	background-color: #eaeaea;
}





.qq_onService_panel .sidebar2_Mo {
	position: fixed;
	right: -50px;
	top: 50%;
	margin-top: -179px;
	z-index: 10000;
}

.qq_onService_panel .sidebar2_list {
	width: 50px;
	margin-bottom: 10px;
	position: relative;
	right: 50px;
}

.qq_onService_panel .sidebar2_listT,
.qq_onService_panel .sidebar2_listB {
	background-image: url(../images/botder_img.png);
}

.qq_onService_panel .sidebar2_listT {
	background-position: left top;
}

.qq_onService_panel .sidebar2_listT,
.qq_onService_panel .sidebar2_listB {
	background-repeat: no-repeat;
	padding-left: 7px;
}

.qq_onService_panel .list_c,
.qq_onService_panel .alt_bg,
.sidebar2_listC {
	background: #C1BFC0;
}

.qq_onService_panel .list_c {
	height: 7px;
}

.qq_onService_panel .sidebar2_listC {
	text-align: center;
}

.qq_onService_panel .list_c,
.qq_onService_panel .alt_bg,
.sidebar2_listC {
	background: #C1BFC0;
}

.qq_onService_panel .sidebar2_listC .prev_btn {
	margin-bottom: 10px;
}

.qq_onService_panel .sidebar2_listC .prev_btn,
.qq_onService_panel .sidebar2_listC .next_btn {
	display: inline-block;
}

.qq_onService_panel .function_list .list {
	text-align: center;
	height: 40px;
	width: auto;
	padding: 0;
	border: 0;
	overflow: inherit;
	margin-bottom: 10px;
	position: relative;
}

.qq_onService_panel .function_list .list a {
	display: inline-block;
}

.qq_onService_panel .list .tel_icon1 {
	background-image: url(../images/tel_icon.png);
	width: 26px;
	height: 26px;
}
.qq_onService_panel .list .tel_icon2 {
	background-image: url(../images/edit_icon.png);
	width: 26px;
	height: 26px;
}
.qq_onService_panel .list .tel_icon3 {
	background-image: url(../images/mail_icon1.png);
	width: 26px;
	height: 26px;
}

.qq_onService_panel .list .tel_icon,
.qq_onService_panel .list .qq_icon,
.qq_onService_panel .list .wx_icon,
.qq_onService_panel .list .edit_icon,
.qq_onService_panel .list .mail_icon,
.qq_onService_panel .list .map_icon {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-top: 7px;
	width: 100%;
	z-index: 2;
}

.qq_onService_panel .lxwm_tel {
	width: 178px;
	position: absolute;
	right: -178px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.qq_onService_panel .function_list .list a {
	display: inline-block;
}

.qq_onService_panel .list .mail_icon {
	background-image: url(../images/map_icon.png);
	width: 26px;
	height: 25px;
}

.qq_onService_panel .explain_text {
	width: 106px;
	position: absolute;
	right: -106px;
	top: -2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}


.qq_onService_panel .sidebar2_listT,
.qq_onService_panel .sidebar2_listB {
	background-image: url(../images/botder_img.png);
}

.qq_onService_panel .sidebar2_listB {
	background-position: left bottom;
}

.qq_onService_panel .sidebar2_listT,
.qq_onService_panel .sidebar2_listB {
	background-repeat: no-repeat;
	padding-left: 7px;
}

.qq_onService_panel .sidebar2_state {
	text-align: center;
	position: relative;
	left: -50px;
}

.qq_onService_panel .sidebar2_state a {
	background-image: url(../images/hide_btn.png);
}

.qq_onService_panel .sidebar2_state a.cur {
	background-image: url(../images/show_btn.png);
}

.qq_onService_panel .sidebar2_state a {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.qq_onService_panel .lxwm_c .lxwm_tit {
	color: #eee;
	border-bottom-color: #CFCDCE;
}

.qq_onService_panel .lxwm_c .lxwm_tit {
	padding: 0 20px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.qq_onService_panel .lxwm_c .lxwm_list {
	 padding: 10px 10px 1px; 
	/* margin: 0 auto; */
}

.qq_onService_panel .lxwm_c .lxwm_list li {
	color: #fff;
}

.qq_onService_panel .lxwm_c .lxwm_list li {
	background: url(../images/tel_border.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 20px;
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}

.drawing {
	width: 100%;

}

.drawing img {
	width: 100%;
	display: block;
}

.content {
	padding-top: 33px;
	padding-bottom: 44px;
}

.content .crumbs {
	display: flex;
	align-items: center;
	justify-content: start;
}

.content .crumbs img {
	width: 16px;
	height: 21px;
	margin-right: 21px;
}

.content .crumbs .division {
	margin: 0px 7px;
}

.content .crumbs a,
.content .crumbs span {
	font-size: 14px;
	line-height: 1.5;
	color: #646464;
}

.nr {
	padding-bottom: 30px;
}

.nr1 ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #f1f1f1;
	transition: all 0.3s;
	font-size: 18px;
	color: #646464;
	font-size: 22px;
	word-break:break-all; 
	word-wrap:break-word;
}

.nr1 ul li a.act {
	background-color: #9d8f84;
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid #9d8f84;
}

.nr1 ul li a:hover {
	background-color: #9d8f84;
	/* font-size: 22px; */
	color: #fff;
	border-bottom: 1px solid #9d8f84;
}

.nr2 {
	width: 870px;
}

.nr2 .title {
	display: flex;
	flex-direction: column;
	justify-content: start;
	/* align-items: center; */
	padding-bottom: 20px;
}

.nr2 .title img {
	width: 116px;
	height: 2px;
}

.nr2 .title span {
	font-size: 24px;
	line-height: 1.5;
	color: #9d8f84;
	padding-top: 13px;
}

.nr2 .nr2_1 {
	min-height: 500px;
}

.nr2 .nr2_1{
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	word-wrap:break-word;
	/* word-break:break-all; */
}

.nr2 .nr2_1 img {
	max-width: 100%;
}

.nr2 .nr2_1 #container {
	overflow: hidden;
	width: 100%;
	height: 270px;
	margin: 0;
	font-family: "微软雅黑";
}

.nr2 .nr2_1 .list1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 40px;
}

.nr2 .nr2_1 .list1 li {
	width: 40%;
}

.nr2 .nr2_1 .list1 li p {
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	/* font-weight: bold; */
}

.nr2 .nr2_1 .list2 {
	display: flex;
	justify-content: space-around;
	margin-top: 55px;
}

.nr2 .nr2_1 .list2 .list2_1 li {
	display: flex;
	justify-content: start;
}

.nr2 .nr2_1 .list2 .list2_1 img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.nr2 .nr2_1 .list2 .list2_1 p {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}



.nr3 {
	width: 870px;
}

.nr3 .title {
	display: flex;
	flex-direction: column;
	justify-content: start;
	/* align-items: center; */
	padding-bottom: 20px;
}

.nr3 .title img {
	width: 116px;
	height: 2px;
}

.nr3 .title span {
	font-size: 24px;
	line-height: 1.5;
	color: #9d8f84;
	padding-top: 13px;
}

.nr3 .list3 li {
	box-sizing: border-box;
	border-bottom: 1px dashed #e7e7e7;
}

.nr3 .list3 li a {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: start;
	align-items: center;
	background: #f6f6f6;
}

.nr3 .list3 li:nth-of-type(2n) a {
	background: #fff;
}

.nr3 .list3 li a img {
	width: 11px;
	height: 11px;
	margin-left: 21px;
}

.nr3 .list3 li a .title1 {
	margin-left: 6px;
	font-size: 14px;
	line-height: 1.5;
	width: 660px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #707076;
	transition: all 0.3s;
}

.nr3 .list3 li a .title1:hover {
	color: #000;
}

.nr3 .list3 li a .date {
	color: #999994;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 40px;
}



.page {
	margin-top: 60px;
	margin-bottom: 45px;
}

.page ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page ul p {
	font-size: 14px;
	line-height: 29px;
	color: #666;
	display: inline-block;
	background: #f5f5f5;
	margin: 0px 10px;
	padding: 0px 10px;
}

.page ul li a {
	margin: 0px 10px;
	padding: 0px 10px;
	/* border: 1px solid #999; */
	font-size: 14px;
	line-height: 29px;
	color: #666;
	display: inline-block;
	background: #f5f5f5;
}

.page ul li p {
	margin: 0px 10px;
	padding: 0px 10px;
	/* border: 1px solid #999; */
	font-size: 14px;
	line-height: 29px;
	color: #666;
}

.page ul li span {
	background: #898989;
	margin: 0px 10px;
	padding: 0px 10px;
	border: 1px solid #898989;
	color: #fff;
	font-size: 14px;
	line-height: 29px;
	display: inline-block;
}

.page ul li:hover a {
	color: #898989;
}


.gywm {
	background: url(../images/gywm.png)no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}

.gywm .gywm1 {
	display: flex;
	justify-content: start;
}

.gywm .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	margin-top: 180px;
	/* padding-bottom: 90px; */
}

.gywm .title img {
	width: 116px;
	height: 2px;
}

.gywm .title span {
	font-size: 30px;
	line-height: 1.5;
	color: #000000;
	padding-top: 13px;
}

.gywm1 .gywm_1 .jj {
	font-size: 15px;
	line-height: 1.5;
	color: #929697;
	width: 480px;
	text-indent: 2em;
	margin-top: 60px;
}

.gywm1 .more {
	text-align: center;
}

.gywm1 .more {
	width: 122px;
	border-bottom: 2px solid #bcbcbc;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #898f94;
	/* margin: 0 auto; */
	margin-top: 30px;
}

.gywm1 .more:hover {
	background-color: #eaeaea;
}

.gywm1 .gywm_2 {

	margin-left: 170px;
	display: inline-block;
	width: 460px;
	height: 460px;
	margin-top: 125px;
	padding-bottom: 130px;
}

.gywm1 .gywm_2 ul {
	width: 360px;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px;
	background: #fff;
}

.gywm1 .gywm_2 ul li {
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.gywm1 .gywm_2 ul li img {
	width: 55px;
	height: 55px;
}

.gywm1 .gywm_2 ul li p {
	font-size: 17px;
	line-height: 1.5;
	color: #555555;
	margin-top: 10px;
	text-align: center;
}

.gywm1 .gywm_2 ul li:nth-of-type(1) {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.gywm1 .gywm_2 ul li:nth-of-type(2) {
	border-bottom: 1px solid #ededed;
}

.gywm1 .gywm_2 ul li:nth-of-type(3) {
	border-right: 1px solid #ededed;

}
.bg{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    display:none;
}