* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;

}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}

html,
body {
	height: 100%;
	background: #000;
}

/* 字体 */
@font-face {
	font-family: zi;
	src: url('../ziti/TCloudNumber-Regular.ttf');
}

@font-face {
	font-family: zi2;
	src: url('../ziti/bahnschrift.ttf');
}

@font-face {
	font-family: zi3;
	src: url('ibabaPuHuiTi-3-45-Light.ttf');
}

/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}

.framework {
	position: relative;

}

@font-face {
	font-family: 'AlibabaPuHuiTi-3-45-Light';
	src: url('AlibabaPuHuiTi-3-45-Light.woff') format('woff');
	/* font-weight: normal;s */
	font-style: normal;
	font-display: swap;
}

.title50 {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 600 !important;
}

.inner_support .support_left .text,
.inner_support .support_left p {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

.inner_member .innermember_wrap .text,
.inner_member .innermember_wrap p {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

.inner_wonton .innerwonton_wrap .text,
.inner_wonton .innerwonton_wrap p {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

.inner_art .innerart_wrap .innerart_right .title {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

.inner_art .innerart_wrap .innerart_right .text {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

.inner_news .innernews_list p {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

.text p {
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
	font-weight: 500 !important;
}

/* 搜索 */
.s_sousuo {
	position: fixed;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 101;
	transition: all 0.3s;
	overflow: hidden;
}

.sousuo1 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	background: rgb(255 255 255 / 80%);
	padding: 0 80px;
}

.sousuo2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.search_jiantou {
	width: 48px;
	height: 48px;
	float: left;
	cursor: pointer;

	background: url(../images/icon.png) -546px -6px;
	background-color: #fff;
}

.sousuo2 input {
	width: 552px;
	box-sizing: border-box;
	height: 48px;
	padding: 6px 10px 8px 0px;
	border: 0;
	line-height: 32px;
	background: #fff;
	font-size: 20px;
	color: #3a3a3a;
	letter-spacing: 4px;
}

.sousuo2 button {
	width: 48px;
	height: 48px;
	float: left;
	cursor: pointer;
	background: #b60005 url(../images/icon.png) -306px -6px;
	border: 0;
}

.search_close {
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 2;
	right: 100px;
	top: 36px;
	cursor: pointer;
}

.hamb_top {
	width: 25px;
	float: left;
	background: #000;
	height: 3px;
	overflow: hidden;
	transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 8px;
}

.hamb_bottom {
	width: 25px;
	float: left;
	background: #000;
	height: 3px;
	overflow: hidden;
	transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 8px;
}

.cd1 {
	transform: translateY(-150%);
	opacity: 0;
}

.cd2 {
	height: 90px;
}

.white_framework .s_sousuo {
	top: 0;
}

/* 日历 */
.rl_xinwen {
	position: fixed;
	top: 48px;
	/* left: 0; */
	width: 100%;
	z-index: 101;
	transition: all 0.3s;
	overflow: hidden;
	
}

.white_framework .rl_xinwen {
	top: 0;
}

.rl_xinwen1 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	background: rgb(255 255 255 / 80%);
	padding: 0 80px;
	transition: all 0.2s;
	position: relative;
}

.cd3 {
	height: 600px;
}

.search_close1 {
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 2;
	right: 55px;
	top: 10px;
	cursor: pointer;
}

.calendar {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	/* background-color: #fff; */
	border-radius: 8px;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
	display: flex;
	justify-content: space-between;
	position: relative;
}

.calendar-footer {
	width: 100%;
	position: absolute;
	top: 29px;
	left: 0;
	display: flex;
	justify-content: space-between;
}

#prevMonth {
	position: relative;
	margin-left: 60px;
}

#prevMonth::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #848689;
	border-left: 2px solid #848689;
	transform-origin: 50%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	transform: rotate(-45deg);
}

#nextMonth2 {
	position: relative;
	margin-right: 60px;
}

#nextMonth2::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #848689;
	border-right: 2px solid #848689;
	transform-origin: 50%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}

.calendar1 {
	width: 480px;
	background: #fff;
}

.calendar-header {
	/* background-color: #333; */
	color: #333;
	padding: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.calendar-header h2 {
	margin: 0;
	text-align: center;
	font-size: 32px;
	font-family: zi2 !important;
	font-weight: 500;
}

.calendar-body {
	padding: 20px;
	padding-top: 0;
}

.rl_xinwen table {
	width: 100%;
	border-collapse: collapse;
}

.rl_xinwen th,
.rl_xinwen td {
	padding: 10px;
	text-align: center;
	/* border: 10px solid #fff; */
}

.rl_xinwen th {
	/* background-color: #f0f0f0; */
	color: #333;
	font-family: zi2 !important;
	font-size: 18px;
}

.rl_xinwen td {
	background-color: #fff;
	background: #c9c9c9;
	margin: 5px 5px;
	color: #969393;
	font-size: 24px;
	border: 1px solid #fff;
	/* 修改为白色边框 */
	border-top-width: 10px;
	/* 上边框宽度 */
	border-bottom-width: 10px;
	/* 下边框宽度 */
	border-left-width: 10px;
	/* 左边框宽度 */
	border-right-width: 10px;
	/* 右边框宽度 */
	font-family: zi2 !important;
	padding-top: 15px;

}

.prevMonth,
.nextMonth {
	background: #fff !important;
}

.prevMonth,
.nextMonth {
	color: #666;
	cursor: pointer;
	text-decoration: none;
}

.prevMonth:hover,
.nextMonth:hover {
	color: #000;
}

/* 新增的样式 */
.highlighted {
	cursor: pointer;
	position: relative;
	background: #847466 !important;


}

.highlighted:hover {
	background: #b60005 !important;
}

.highlighted span {
	color: #fff;
}

.s_box {
	position: absolute;
	top: -34%;
	right: -290px;
	/* background-color: #fff; */
	border: 1px solid #ccc;
	padding: 15px;
	display: none;
	width: 270px;
	background: #b60005;
	z-index: 99;
}

.calendar2 .s_box {
	left: -290px;
}

.s_box a p {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}

.s_box a h1 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	font-family: zi2 !important;
}

.s_box::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 0;
	height: 0;
	margin: -15px 0 0 0;
	border: 15px solid transparent;
	border-right: 15px solid #b21123;
}

.calendar2 .s_box::after {
	left: auto;
	right: -15px;
	border-right: 0px solid #b21123;
	border-left: 15px solid #b21123;
}

.s_box .originalDate {
	display: none;
	/* 隐藏原始日期 */
}

.s_box a {
	text-decoration: none;
	color: inherit;
}

.hq2 {
	display: flex;
	justify-content: right;
	justify-content: flex-end;
	padding: 30px 20px 10px 0;
}

.ann1 {
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	padding: 10px 15px;
	border-radius: 50px;
	cursor: pointer;
}

.ann1 button {
	background: transparent;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-family: zi2;
	cursor: pointer;
}

.s_active {
	background: #b21123;
	/* 修改活动状态下的样式 */
}

.huoqushuju {
	display: none;
}

/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background-color: #E60012;
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}

.vb {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

.shouji_nr {
	display: none;
}

#toggle {
	display: none;
}

.slog {
	border-bottom: 1px solid #3333;
}

.slog img {
	height: 40px;
}

.xia1 {
	transition: all 0.2s;
}

.xia2 {
	transform: rotate(180deg);
}

.xia1 img {
	height: 25px;
	/* margin-left: 10px; */
}

.vb img {
	width: 30px;
}

.cbanner {
	width: 100%;
	height: 426px;
	position: relative;
}

.cbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bbiaoti {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.bbiaoti p {
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}

/* 导航栏 */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.white_framework .nav_top {
	height: 0;
}

.white_framework .nav_bottom {
	/* background-color: rgb(255 255 255 / 82%);
	backdrop-filter: blur(10px); */
	background: #fff;
}

.nav_top {
	width: 100%;
	height: 48px;
	background: #000000;
	transition: all 0.4s;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: right;
	padding: 0 80px;
	align-items: center;
	overflow: hidden;
}

.nav_top ul {
	display: flex;
}

.nav_top ul li {
	display: inline-block;
	padding-left: 36px;
	color: grey;
	line-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
}

.language {
	background: #b60005;
	padding: 0 10px;
	color: #fff;
	letter-spacing: 2px;
	height: 100%;
	display: block;

}

.nav_top ul li:nth-child(1) a {
	color: grey;
	font-weight: 500;
	display: inline-block;
	padding: 0 10px;
	font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
}

.nav_bottom {
	background-color: transparent;
	height: 82px;
	width: 100%;
	padding: 0 80px;
	align-items: center;
	transition: all 0.5s;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.youcaidan1 {
	display: flex;
	align-items: center;
}

.youwenzi ul {
	display: flex;
	align-items: center;
	transform: translateX(150%);
	opacity: 0;
	transition: all 0.3s;
}

.youwenzi {
	overflow: hidden;
}

.youwenzi ul li a {
	margin-right: 36px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	transition: all 0.2s;
	display: block;
	text-align: center;
}

.youcaidan2 p {
	padding-right: 16px;
	/* line-height: 26px; */
	font-size: 18px;
	margin-top: -6px;
	color: #fff;
	white-space: nowrap;
}

.youcaidan2 {
	display: flex;
	align-items: center;
	cursor: pointer;

}

.cd .youwenzi ul {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.gang {
	position: relative;
	width: 25px;
	height: 25px;
}

.gang1 {
	width: 25px;
	background: #fff;
	margin-bottom: 5px;
	height: 3px;
	overflow: hidden;
	transition: all .2s linear 0s;
}

.cd .g1 {
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
}

.cd .g2 {
	display: none;
}

.cd .g3 {
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
}

.cd .youcaidan2 p {
	display: none;
}


.simg1 {
	display: none;
}

.simg3 {
	display: none;
}

.tubiao1:hover .simg1 {
	display: none !important;
}

.tubiao1:hover .simg2 {
	display: none !important;
}

.tubiao1:hover .simg3 {
	display: block !important;
}

.white_framework .youcaidan1 p,
.white_framework .youwenzi a {
	color: #333;
}

.white_framework .gang1 {
	background: #333;
}

/* .nav_bottom:hover{
	background: #fff;
} */
/* .nav_bottom:hover .simg1{
	display: block;
}
.nav_bottom:hover .simg2{
	display: none;
} */
.white_framework .simg1 {
	display: block !important;
}

.white_framework .simg2 {
	display: none !important;
}

.sousuo {
	width: 48px;
	height: 48px;
	background: url(../images/icon.png);
	background-position: -306px -6px;
	margin: -6px 0px 0 5px;
	cursor: pointer;
}

.white_framework .sousuo {
	background-position: -366px -6px;
}

.rili {
	width: 48px;
	height: 48px;
	background: url(../images/icon.png);
	background-position: -246px -6px;
	margin: -6px 0px 0 0px;
	cursor: pointer;
}

.white_framework .rili {
	background-position: -186px -6px;
}

.tubiao {
	display: flex;
	height: 100%;
	align-items: center;

}

.tubiao1 a img {
	height: 54px;
}

.xie img {
	width: 16px;
	height: 54px;
}

.xie {
	margin-left: 20px;
	margin-right: 20px;
}

.tubiao1 {
	/* position: relative; */
	height: 100%;
	display: flex;
	align-items: center;
}

.caidan {
	position: absolute;
	top: 82px;
	background-color: #fff;
	/* overflow: hidden; */
	/* border-radius: 16px; */
	/* display: none; */
	max-height: 0;
	max-width: 100%;
	min-width: 164px;
	transition: all 0.5s;
	/* box-shadow: 0px 6px 24px 0px rgba(153, 153, 153, 0.6); */
	padding-bottom: 0;
	width: 100%;
	left: 0;
}

.caidan ul {
	position: relative;
	display: flex;

}

.xiabiao {
	position: absolute;
	width: 100%;
	top: -12px;
	left: 0;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s;
	display: none;
}

.xiabiao img {
	/* width: 18px; */
	height: 11px;
}

.caidan ul li a {
	display: flex;
	width: 100%;
	padding: 15px 24px;
	font-size: 18px;
	color: #666666;
	transition: all 0.3s;
	    font-family: 'AlibabaPuHuiTi-3-45-Light' !important;
    font-weight: 600 !important;
}

.caidan ul li {
	overflow: hidden;
	max-height: 0;
	transition: all 0.5s;

}

/* .caidan ul li:nth-child(2) {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.caidan ul li:nth-last-child(1) {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
} */

.caidan ul li a:hover {
	background: #847465;
	color: #fff;
}

.tubiao1:hover .caidan {
	max-height: 400px;
	/* padding-bottom: 10px; */
}

.tubiao1:hover .caidan ul li:nth-last-child(1) a {
	/* max-height: 400px; */
	/* padding: 10px 24px 20px 24px; */
}

.tubiao1:hover .caidan ul li {
	max-height: 50px;

}

.tubiao1:hover .caidan .xiabiao {
	opacity: 1;

}
.tubiao1:nth-child(3) .caidan{
		padding-left: 114px;
	}
	.tubiao1:nth-child(5) .caidan{
		padding-left: 14%;
	}
	.tubiao1:nth-child(7) .caidan{
		padding-left: 29%;
	}
/* 底部栏 */
.foot {

	width: 100%;
	height: 432px;
	position: absolute;
	left: 0;
	/* bottom: 0; */
	z-index: 9;
	text-align: center;
	pointer-events: none;
}

.foot .foot_bg {
	height: 180px;
	width: 100%;
	pointer-events: none;
	background: url(../images/dt6.png) center -200px no-repeat;
}

.foot .foot_content {
	pointer-events: painted;
}

.foot .foot_icon {
	background-color: #000;
	padding: 10px;
}

.foot .foot_icon li {
	display: inline-block;
	padding: 0 22px;
	position: relative;
	display: none;
}

.foot .foot_icon .sina {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/icon.png) -310px -140px;
}

.foot .foot_icon .weixin {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
	background: url(../images/icon.png) -250px -140px;
}

.foot .foot_icon .qrcode {
	width: 111px;
	background: #847465;
	box-sizing: border-box;
	position: absolute;
	padding: 10px 15px;
	top: -150px;
	left: 9px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	visibility: hidden;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transform: translateY(-20%);
	z-index: -1;
}

.foot .foot_icon .qrcode i {
	content: "";
	width: 0;
	height: 0;
	left: 15px;
	bottom: -10px;
	z-index: 1;
	position: absolute;
	border-left: 10px solid transparent;
	border-top: 10px solid #847465;
	border-right: 10px solid transparent;
}

dl {
	color: #555;
	line-height: 20px;
	font-family: Microsoft Yahei;
	font-size: 12px;
	-ms-word-break: break-word;
}

.foot .foot_icon .qrcode dl {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.foot .foot_icon .qrcode dd {
	/* padding-right: 15px; */
}

.foot .foot_icon .qrcode dd,
.foot .foot_icon .qrcode dt {
	width: 90px;
	float: left;
}

.foot .foot_icon .qrcode dd img,
.foot .foot_icon .qrcode dt img {
	width: 100%;
}

.foot .foot_icon .qrcode dl span {
	display: block;
	font-size: 16px;
	color: #fff;
}

.foot .foot_link {
	background-color: #000;
	padding: 20px;
}

.foot .foot_link p {
	letter-spacing: 2px;
	line-height: 40px;
	font-size: 18px;
	padding-bottom: 15px;
	color: #939191;
}

.foot .foot_link a {
	color: #939191;
	    font-weight: 600;
}

.foot .foot_link .linkhome {
	width: 40px;
	height: 40px;
	background: url(../images/icon.png) -370px -143px;
	vertical-align: middle;
	display: inline-block;
}

.foot .foot_link b {
	font-weight: 600;
	letter-spacing: 0;
}

.foot .foot_link .friendly-src {
	margin-right: 12px;
}

.foot .foot_link p img {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: 65px;
}

.foot .foot_link p .foot_solid {
	border-right: 1px solid #b2b2b2;
	height: 65px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 16px;
}

.foot .foot_copyright {
	background-color: #000;
	padding: 5px 20px 0px;
}

.foot .foot_copyright p {
	line-height: 52px;
	font-size: 16px;
	color: #c9c9c9;
	display: inline-block;
	vertical-align: middle;
}

.foot .foot_copyright .foot_picp {
	width: 150px;
	height: 52px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 50px;
}

.foot .foot_copyright .foot_picp span {
	position: absolute;
	font-family: webfont_medium !important;
	font-size: 12px;
	line-height: 20px;
	color: #c9c9c9;
	bottom: 2px;
	right: 10px;
}

.foot .foot_copyright a {
	line-height: 52px;
	font-size: 16px;
	color: #c9c9c9;
	display: inline-block;
	vertical-align: middle;
}

.foot .foot_icon .qrcode {
	transition: all 0.3s;
	opacity: 0;
}

.weixin1:hover .qrcode {
	top: -120px;
	visibility: inherit;
	z-index: 30;
	opacity: 1;
}
.banner {
	width: 100%;
	height: 500px;
	background: url(../images/page_banner.jpg) top no-repeat !important;
	position: relative;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	margin: 0 0 20px 0;
}

.banner_bottombg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 166px;
	bottom: 0;
	background: url(../images/index_bg.png) center 4px no-repeat !important;
}
@media screen and (max-width:1750px) {
	.youwenzi ul li a {
		margin-right: 18px;
	}

	.tubiao1 a img {
		height: 45px;
	}
}

@media screen and (max-width:1570px) {
	.xie {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1470px) {
	.youwenzi ul li a {
		margin-right: 15px;
		line-height: 26px;
		font-size: 15px;
		color: #fff;
		transition: all 0.2s;
	}

	.tubiao1 a img {
		height: 30px;
	}

	.xie {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1200px) {
	/* s */

	#toggle {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -7px;
	}

	.tubiao {
		justify-content: center;
	}

	.caidan {
		display: none;
	}

	.simg1 {
		display: block !important;
	}

	.simg2 {
		display: none !important;
	}


	.nav_bottom {
		background: #fff;
		position: relative;
	}

	.youwenzi {
		display: none;
	}

	.youcaidan2 {
		display: none;
	}

	.sousuo {
		background-position: -366px -6px;
	}

	.rili {
		background-position: -186px -6px;
	}

	.left {
		width: 100%;
		background-color: #FFFFFF;
	}

	.nr1 a {
		color: #333;
	}

	.nr2 ul li a {
		color: #333;
	}

	.search_close {
		right: -5%;
	}
}

@media screen and (max-width:1024px) {

#x_x_box{
	display: none;
}
.calendar2{
	display: none;
}
.calendar1 {
    width: 100%;
    background: #fff;
}
	.nav {
		/* border-bottom: 1px solid #000; */
	}

}

@media screen and (max-width:764px) {
	.nav_bottom {
		padding: 0 5%;
		height: 60px;
	}

	.tubiao1 a img {
		height: 50px;
	}

	.xie img {
		width: auto;
		height: 18px;
	}

	.foot .foot_link p {
		line-height: 15px;
		font-size: 16px;

	}

	.foot .foot_link p img {
		height: 40px;
	}

	.foot .foot_link p .foot_solid {
		height: 35px;
		vertical-align: middle;
	}

	.foot .foot_copyright a {
		line-height: 30px;
	}

	.foot .foot_copyright p {
		line-height: 30px;
	}

	.foot {
		height: 479px;
	}

	.footer {
		width: 100%;
	}

	.foot .foot_icon .qrcode dd,
	.foot .foot_icon .qrcode dt {
		width: 38px;
		float: left;
	}

	.foot .foot_icon .qrcode {
		width: 110px;
	}

	.foot .foot_icon .qrcode dl span {
		font-size: 12px;
		line-height: 14px;
	}

	.tubiao1,
	.xie {
		display: none;
	}

	.tubiao1:nth-child(1) {
		display: flex;
		margin: 0 auto;
	}

	#toggle {
		top: 12px !important;
	}

	.nav_top {
		height: 25px;
		padding: 0 30px;
	}

	.nav_top ul li {
		display: inline-block;
		padding-left: 5px;
		color: grey;
		line-height: 47px;
		font-size: 10px;
		text-transform: uppercase;
	}

	.search_jiantou {
		width: 48px;
		height: 30px;
		float: left;
		cursor: pointer;
		background: url(../images/icon.png) -551px -15px;
		background-color: #fff;
	}

	.sousuo2 input {
		width: 60%;
		box-sizing: border-box;
		height: 30px;
		padding: 6px 10px 8px 0px;
		border: 0;
		line-height: 32px;
		background: #fff;
		font-size: 13px;
		color: #3a3a3a;
		letter-spacing: 4px;
	}

	.sousuo2 button {
		width: 30px;
		height: 30px;
		float: left;
		cursor: pointer;
		background: #b60005 url(../images/icon.png) -314px -14px;
		border: 0;
	}

	.search_close {
		width: 26px;
		height: 26px;
		position: absolute;
		z-index: 2;
		right: 0%;
		top: 10px;
		cursor: pointer;
	}
	.cd3 {
	    height: 100%;
	}
	.hq2{
		flex-wrap: wrap;
		padding: 30px 10px 10px 10px;
	}
	.rl_xinwen1{
		padding: 0;
	}
	.ann1{
		width: 48%;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.rl_xinwen th, .rl_xinwen td{
		padding: 7px;
	}
	.rl_xinwen {
	    top: 24px;
	}
}

@media screen and (max-width:450px) {
	.search_close {
		right: -25%;
              padding: 0 0px;
	}
}