.searchbox {
    position: relative;
}

.wp_entry {
    color: #000;
}

.contquyu img {
    max-width: 100%;
}

.wp_paging li {
    margin-top: 0px;
}

#ad1 {
	position: relative;
	z-index: 99999;
	position: absolute;
	left: 250px;
	top: 150px;
}

#ad1 img {
	width: 346px;
	height: 176px;
	display: block;
	border-radius: 6px;
	box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
}

#ad1 .ad1-close {
	text-align: right;
	position: absolute;
	z-index: 99999;
	margin: 0;
	bottom: -26px;
	right: 0;
	cursor: pointer;
	color: #000;
	background: #fff;
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 6px;
	line-height: 1;
	border: 1px solid #f1f1f1;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a {
	padding-bottom: 20px;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a {
    color: #000;
    font-size: 16px;
	height: 40px;
    line-height: 40px;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a:hover {
    color: #9a0004;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
	border-radius: 16px;
	overflow: hidden;
	-o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.wp_search .search {
	border: 1px solid #aaa;
    background: url(../images/search_btn.png) no-repeat center center;
    width: 50px;
    height: 44px;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

.center_banner {
	width: 100%;
	margin: 40px auto !important;
	border-radius: 16px;
	overflow: hidden;
}

.center_banner img {
	width: 100%;
	display: block;
}

.thrtop_r ul li {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.thrtop_r ul li:hover a {
	background: #9a0004;
}

.thrtop_r ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 27px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thrtop_r ul li:nth-child(1) {
	background: #5a9cee;
}

.thrtop_r ul li:nth-child(2) {
	background: #e59c6f;
}

.thrtop_r ul li:nth-child(3) {
	background: #7ece71;
}

.head_cont {
	display: flex;
	align-items: center;
}

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 2%;
	z-index: 9999;
}

#back-to-top img {
	width: 48px;
	height: 48px;
	display: block;
	background-color: #fff;
}

.div_piccontenttitle_li .c_pt_12 {
    padding: 24px 0px 0px 0px;
}

.div_piccontenttitle_li .c_pt_12 .c_txt {
	padding: 20px 20px 20px 448px;
    background-color: #f5f5f5;
    height: 176px;
}

.div_piccontenttitle_li .c_pt_12 .div_piccontenttitle_li .c_pt_12 .c_pic img {
    padding: 0px;
}

.div_piccontenttitle_li .c_pt_12 .c_txt h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}

.div_piccontenttitle_li .c_pt_12 .c_txt  p a span {
	font-size: 15px;
	font-weight: normal;
	color: #aaaaaa;
	line-height: 1.6;
}

.wp_article_list li a{
    color: #040000;
    font-weight: normal;
    padding-left: 25px;
    background: url(../images/icon_d.png) no-repeat left center;
}

.div_piccontenttitle_li .c_pt_12 .c_pic {
    float: left;
    width: 428px;
    height: 216px;
    background-color: #ffffff;
    padding: 0px;
}

.div_piccontenttitle_li .c_pt_12 .c_pic img {
    background: #f5f5f5;
    padding: 0px;
}

#wp_news_w11 .wp_article_list .list_item .pr_fields {
    width: 79%;
}

.sudynews_rili_2 .news_list li.news .news_time {
    width: 80px !important;
    height: 67px !important;
    background: #f5f5f5 !important;
	border-radius: 7px;
	overflow: hidden;
}

.sudynews_rili_2 .news_list li.news .news_time .news_days {
    color: #fff !important;
    line-height: 34px !important;
	font-size: 18px !important;
	font-weight: bold;
	background: #3a81db !important;
}

.sudynews_rili_2 .news_list li.news .news_time .news_year {
    line-height: 32px !important;
    font-size: 17px !important;
    color: #000 !important;
	background: #ebf4ff !important;
	font-weight: bold;
}

.sudynews_rili_2 .news_list li.news .news_title a {
    line-height: 22px !important;
    font-size: 16px !important;
    color: #000;
}

.sudynews_rili_2 .news_list li.news .news_title a:hover {
    color: #9a0004 !important;
}

.sudynews_rili_2 .news_list li.news .news_text a {
    line-height: 22px !important;
    font-size: 13px !important;
    color: #aaaaaa !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*#wp_news_w11 .wp_article_list .i1 {
	display: none;
}*/

.rightfix {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9999999;
	box-shadow: 0 0px 8px -2px;
}

.rightfix img {
	vertical-align: bottom;
}

.head_bg {
	display: flex;
	align-items: center;
	background: url(../images/top_bg.png) no-repeat bottom right, #fff;
	height: 154px;
}

.h_top {
	border-bottom: 1px solid #d7999b;
	margin-bottom: 25px;
}

.h_top div {
	height: 50px;
	line-height: 50px;
}

.h_top img,
.h_top input {
	float: right;
}

.h_top img {
	margin-right: 16px;
	padding-top: 12px;
}

.h_top .ss_img {
	margin-right: 16px;
	padding-top: 16px !important;
	margin-left: 16px;
}

.h_top input {
	color: #fff;
	font-size: 16px;
	margin-right: 16px;
	width: 112px;
	margin-top: 14px !important;
	background: none;
	border: 0;
	outline: none;
}

.logo {
	margin-right: 50px;
}

.logo img {
	width: auto;
	display: block;
}

.sign {
	margin-right: 50px;
}

.sign img {
	width: auto;
	display: block;
}


.wp_article_list .list_item .Article_Title a {
	overflow:hidden;
	text-overflow: ellipsis;
}

/*导航下拉*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99999;
}

.one_ul li {
	width: calc(100% / 7);
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: 100%;
	display: block;
	background-color: #870004;
}

#cssmenu ul {
	font-size: 0;
	text-align: center;
	display: block !important;
}

#cssmenu ul li {
	float: left;
}

#cssmenu ul li a {
	text-align: center;
	padding: 22px 0px 23px 0px;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul li a:hover {
	background-color: #6f0004;
}

#cssmenu .has-sub .after_has_a {
	background: url(../images/jiantou.png) no-repeat 154px 27px;
	background-size: 12px 12px;
}

#cssmenu .has-sub .after_has_a:hover {
	background-color: #6f0004;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu .has-sub:hover .show_ul {
	left: auto;
}

#cssmenu .show_ul .has-sub:hover ul {
	left: auto;
}

#cssmenu ul ul ul {
	margin-left: 800%;
	top: 0;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;	
	-o-transition: height .2s ease;
	transition: height .2s ease;
	float: none;
}

#cssmenu ul li:hover ul li {
	height: 50px;
}

#cssmenu ul ul li a {
	text-align: center;
	width: 200px;
	line-height: 50px;
	height: 50px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	background: rgba(135, 0, 4, 0.8);
	text-decoration: none;
	color: #fff;
	border-top: 1px dashed #c54447;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cssmenu ul ul li:hover a,
#cssmenu ul ul li a:hover {
	color: #fff;
	background: rgba(114, 0, 8, 1) !important;
}

#cssmenu ul .show_ul .has-sub .after_has_a {
	background: url(../images/xiangyou.png) no-repeat 140px center, rgba(134, 3, 6, 0.9) ;
}

.active_t {
	background-color: #860306 !important;
}

/*导航下拉结束*/


/*首页内容版块*/
.mainstart {
	width: 1400px;
	margin: 30px auto;
}

/*工具模块*/
.tool_box {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px 0px 10px 0px;
}
.tool_box ul {
	width: 100%;
	display: flex;
	align-items: center;
}
.tool_box ul li {
	flex: 1;
	margin-right: 30px;
}
.tool_box ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 12px;
	padding: 25px 20px;
	transition: all 0.3s;
	border: 2px solid #fff;
}
.tool_box ul li a:hover {
	background: #fffbfb;
	border: 2px solid #9a0004;
}
.tool_box ul li a:hover span {
	transition: all 0.3s;
	color: #9a0004;
}
.tool_box ul li:last-child {
	margin-right: 0px;
}
.tool_box ul li a img {
	width: 40px;
	height: 40px;
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.tool_box ul li a span {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.tool_box ul li a:hover img {
	transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
/*.tool_box ul li a:hover img {
	transition: all 0.3s;
	filter: brightness(0) invert(1);
}*/

/*首页第一个版块*/
.first_box {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.pb40 {
	padding-bottom: 40px;
}

.f_left_box {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.f_right_box {
	float: right;
    width: 48%;
	padding: 0px;
}

.f_left_box .f_btm,
.f_right_box .f_btm {
	margin-top: 15px;
	padding: 0px 5px;
}

.w_bg {
	width: 100%;
    background: url(../images/work_bg.jpg) no-repeat center center, #f4f4f4;
	background-size: 1920px 770px;
}

.mg0 {
	margin: 0px auto !important;
}

/*dl dt dd 样式*/
.mainstart dl,
.f_right_box dl,
.link_box dl {
	margin-top: 0px;
	padding-bottom: 15px;
	display: flex;
    align-items: center;
	position: relative;
}

.mainstart dl dt,
.f_right_box dl dt,
.link_box dl dt {
	flex: 1;
	display: flex;
	align-items: center;
}

.mainstart dl dt img,
.f_right_box dl dt img,
.link_box dl dt img {
	float: left;
}

.mainstart dl dt span,
.f_right_box dl dt span,
.link_box dl dt span {
	flex: 1;
	height: 1px;
	background: #9a0004;
	margin: 0px 15px;
}

.mainstart dl dd,
.f_right_box dl dd,
.link_box dl dd {
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
}

.mainstart dl dd a,
.f_right_box dl dd a,
.link_box dl dd a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #9a0004;
	display: flex;
    align-items: center;
}

.mainstart dl dd a:hover,
.f_right_box dl dd a:hover,
.link_box dl dd a:hover {
	color: #000;
}

.mainstart dl dd a img,
.f_right_box dl dd img,
.link_box dl dd img {
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 5px;
}

.mainstart dl dt img,
.f_right_box dl dt img,
..link_box dl dd dt img {
	width: 230px;
	height: 50px;
	margin-right: 12px;
}

.mainstart dl dt span,
.f_right_box dl dt span,
.link_box dl dd dt span {
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

/*dl dt dd 样式结束*/
.pc_hidden {
    display: none;
}

.move_hidden {
    display: block;
}

.pc_banner {
	width: 100%;
}

.pc_banner img {
	width: 100%;
	vertical-align: bottom;
}

.move_show {
	display: none;
}

.banner {
	margin-bottom: 0px;
	z-index: 233;
}

/*友情链接*/
.link_box {
	width: 100%;
	background: #fff;
	padding: 0px 0px 30px 0px;
}
.link_box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link_box ul li {
	flex: 1;
	display: flex;
	align-items: center;

	justify-content: center;
	margin-right: 30px;
}
.link_box ul li:last-child {
	margin-right: 0px;
}
.link_box ul li a {
	flex: 1;
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
	color: #000;
	font-size: 17px;
}
.link_box ul li a:hover {
	background: #9a0004;
	color: #fff;
}

/*底部开始*/
.footerbtm {
	height: 334px;
    background: url(../images/footer_bg.png) no-repeat center center, #fff;
	background-size: 1920px 334px;
	display: flex;
    align-items: flex-end;
}

.footerbtm .footer_top {
	display: flex;
    align-items: center;
}

.footerbtm .footer_top .footer_top_l {
	display: flex;
    align-items: center;
	flex: 1;
	padding: 40px;
}

.footerbtm .footer_top .footer_top_r {
	display: flex;
    align-items: flex-start;
	flex-direction: column;
	color: #fff;
}

.footerbtm .footer_top .footer_top_r p {
	display: flex;
    align-items: center;
	padding: 7px 60px;
}

.footerbtm .footer_top .footer_top_r p img {
	margin-right: 10px;
}

.footerbtm .footer_bot {
	text-align: center;
	color: #fff;
	padding: 20px 0px;
	border-top: 1px solid #e26060;
}

.footerbtm .footer_bot span {
	margin-right: 30px;
	font-size: 15px;
}

.footer_bot a {
	color: #fff;
}
/*底部结束*/


/*栏目页和内容页*/
.mbxnav {
	line-height: 52px;
	height: 52px;
	background: #fafafa;
}

.mbxnav a {
	color: #000;
}

.mbxnav .left {
	float: left;
	color: #000;
}

.mbxnav .right {
	float: right;
	color: #000;
}

.neirongbox{
	background:#ffffff;
	width: 1320px;
	padding:36px;
	margin-bottom:30px;
}

.neirongbox .title{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 36px;
}

.neirongbox {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;
	padding: 20px 0px;
}

.neirongbox .shijian {
	text-align: center;
	color: #9f9f9f;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 14px;
	margin-top: 6px !important;
	margin-bottom: 30px;
}

.contquyu {
	padding: 0px;
}

.wp_paging {
	padding-bottom: 0px !important;
}

.contstart {
	padding: 30px 0px;
	background: #fff;
	margin-bottom: 30px;
}

.contstart .leftlist {
	float: left;
	width: 25%;
	padding-right: 26px;
}

.contstart .rightcont {
	float: right;
	width: 71%;
	padding-left: 26px;
	border-left: 1px solid #e6e6e6;
}

.contstart .leftlist ul .bigtit {
    background: #9a0004;
    line-height: 80px;
    height: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.contstart .leftlist ul .movemargin {
	width: 54%;
	background: #f6f6f6;
	line-height: 46px;
	height: 46px;
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 8px;
	margin-left: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.contstart .leftlist ul .movemargin:hover {
	background: #990004;
	color: #fff;
	font-weight: bold;
}

.sp_header,
.sjj_nav {
	display: none;
}

.pc-hidden{
	display: block;
}

.wp_pdf_player {
    border: 0px;
    height: 1244px;
}

@media only screen and (max-width:1400px) {
	.bigbox {
		width: 1300px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1300px;
		margin: 20px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 145px center;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  20px 50px 20px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 400px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  20px 50px 20px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 280px;
		height: 200px;
	}
}

@media only screen and (max-width:1300px) {
	.bigbox {
		width: 1200px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1200px;
		margin: 20px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 135px center;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 400px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 260px;
		height: 190px;
	}
}

@media only screen and (max-width:1200px) {
	.bigbox {
		width: 1100px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1100px;
		margin: 15px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 130px center;
	}
	.link_box ul li a {
		padding: 20px 10px;
		font-size: 16px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 400px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 240px;
		height: 180px;
	}
}

@media only screen and (max-width:1100px) {
	.bigbox {
		width: 1000px;
		margin: 0px auto;
	}
	.mainstart {
		width: 1000px;
		margin: 15px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 120px center;
	}
	.link_box ul li a {
		padding: 15px 5px;
		font-size: 16px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 300px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.contstart .rightcont {
		width: 70%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 260px;
	}
	.contstart .rightcont {
		width: 69%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 215px;
		height: 170px;
	}
}

@media only screen and (max-width:1000px) {
	.bigbox {
		width: 900px;
		margin: 0px auto;
	}
	.mainstart {
		width: 900px;
		margin: 15px auto;
	}
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 110px center;
	}
	.mainstart dl dt img, .f_right_box dl dt img, .link_box dl dt img {
		width: 180px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 300px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 10px  10px 50px 10px;
	}
	.footerbtm .footer_top .footer_top_r p {
		padding: 7px 10px;
	}
	.link_box {
		padding: 20px 0px 0px 0px;
	}
	.link_box ul li a {
		padding: 15px 5px;
        font-size: 14px;
    }
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 76%;
	}
	.contstart .rightcont {
		width: 69%;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 190px;
		height: 150px;
	}
}

/*导航结束*/
@media only screen and (max-width:900px) {
	.bigbox {
		width: 820px;
		margin: 0px auto;
	}
	.mainstart {
		width: 820px;
		margin: 15px auto;
	}
	.move_show {
		display: block;
	}
	.pc_show {
		display: none;
	}
	.pc-hidden{
		display:none;
	}
	.wap-hidden{
		display:block !important;
	}
	.select-menu {
		margin-right: 14px;
	}
	.move_show {
		display: block;
	}
	.rightcont ul {
		margin-right: 0;
	}
	#cssmenu {
		display: none;
	}
	.sp_header,
	.nav_show,
	.sjj_nav {
		display: block;
	}
	.leftactive {
		display: none;
	}
	.leftlist {
		display: none;
	}
	.rightcont {
		float: none !important;
		width: 100% !important;
		padding-left: 0px !important;
    	border-left: 0px !important;
	}
	#wp_news_w5 .wp_article_list li a {
		padding-left: 0px;
		background: none;
	}
	#wp_news_w5 .wp_article_list .list_item span {
		margin-left: 0px;
		height: 44px;
		overflow: hidden;
	}
	.neirongye {
		color: #000;
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 30px;
	}
	.cssmenu {
		display: none;
	}
	.sp_header {
		height: 0;
		background: #fff;
		position: absolute;
		z-index: 10;
		width: 100%;
	}
	.sp_nav {
		width: 100px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: -86px;
	}
	.sp_nav span {
		display: block;
		background: #fff;
		width: 50px;
		height: 5px;
		border-radius: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s;
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: absolute;
		z-index: 109;
		width: 100%;
		height: 900px;
		font-size: 14px;
		line-height: 40px;
		top: -2000%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
		background: #fff;
	}
	.nav_show {
		top: 154px;
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999;
	}
	.sjj_nav ul li i {
		position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 38px;
        padding: 0px 7px;
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0px 15px;
		position: relative;
		line-height: 48px;
		font-size: 15px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid;
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #000;
		width: 80%
	}
	.sjj_nav ul li ul li a {
		color: #666;
		display: block;
		text-align: left;
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #999;
		margin-bottom: 2px;
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #9a0004;
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px;
	}
	.logo {
		padding-left: 30px;
	}
	.mainstart dl dt img, .f_right_box dl dt img, .link_box dl dt img {
		width: 180px;
	}
	.footerbtm .footer_top .footer_top_l {
		padding: 5px  5px 50px 5px;
	}
	.footerbtm .footer_top .footer_top_l img {
		width: 260px;
	}
	.footerbtm .footer_top .footer_top_r {
		padding: 5px  5px 50px 5px;
	}
	.footerbtm .footer_top .footer_top_r p {
		font-size: 15px;
		padding: 5px;
	}
	.link_box {
		padding: 20px 0px 0px 0px;
	}
	.link_box ul li a {
        font-size: 14px;
    }
	.tool_box ul li a span {
		font-size: 18px;
	}
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 74%;
	}

.pc_hidden {
    display: block;
}

.move_hidden {
    display: none;
}
}

@media only screen and (max-width:820px) {
	.bigbox {
		width: 750px;
		margin: 0px auto;
	}
	.mainstart {
		width: 750px;
		margin: 15px auto;
	}
	.friendlink span {
		float: left;
		font-size: 22px;
		font-weight: bold;
		margin-right: 0;
		line-height: 32px;
	}
	
	.friendlink img {
		margin-right: 12px;
	}
	.wp_article_list .i7 {
		border-bottom: 0px;
	}
	.mbxnav .right {
		display: none;
	}
	.f_btm {
		flex-direction: column;
	}
	.searchbox {
		display: none;
	}
	.select-menu-div {
		position: relative;
		height: 30px;
		width: 80%;
		line-height: 30px;
	}
	#wp_news_w11 .wp_article_list .i1 {
		display: block;
	}
	.sudynews_rili_1.rili .news_list li.news .news_title {
		height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sudynews_rili_1.rili .news_list li.news .news_text a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.dtjt8_div_img {
		width: 100% !important;
		height: auto !important;
	}
	.first_box {
		margin-bottom: 0;
		border: none;
	}
	.friendlink span {
		float: none;
	}
	.select-menu {
		float: none;
		margin-top: 20px;
	}
	.sp_nav {
		width: 80px !important;
		margin-top: -88px;
	}
	.sp_nav span {
		width: 40px;
	}
	.nav_show {
		top: 153px;
	}
	.logo {
        padding-left: 0px;
    }
	.logo img {
		width: 340px;
		display: block;
	}
	.sign img {
		width: 278px;
		display: block;
	}
	.footerbtm .footer_top {
		display: flex;
		align-items: center;
        flex-direction: column;
	}
	.footerbtm .footer_top .footer_top_l {
		width: 100%;
		display: flex;
        align-items: center;
		justify-content: center;
        padding: 0px;
		margin-bottom: 3px;
    }
	.footerbtm .footer_top .footer_top_r {
		width: 100%;
        padding: 0px;
	}
	.footerbtm .footer_top .footer_top_r p {
		display: flex;
        align-items: center;
		justify-content: center;
		width: 100%;
        font-size: 15px;
        padding: 4px 0px;
		text-align: center;
    }
	.footerbtm .footer_top .footer_top_r p:last-child {
        padding-bottom: 10px;
    }
	.footerbtm .footer_bot {
		font-size: 15px;
	}
	.link_box ul {
		width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
	}
	.link_box ul li {
        margin: 0px 0px 20px 0px !important;
    }
	.link_box ul li:nth-child(4) {
		margin-bottom: 0px !important;
	}
	.link_box ul li {
		width: 100%;
        display: flex;
        align-items: center;
		justify-content: center;
    }
	.link_box {
		padding: 20px 0px 0px 0px;
	}
	 .link_box ul li a {
        font-size: 16px;
    }
	.tool_box ul li a {
		padding: 15px 10px;
	}
	.tool_box ul li a span {
		font-size: 17px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: -12px !important;
	}
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 70%;
	}
}

@media only screen and (max-width:750px) {
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.logo {
		margin-right: 20px;
	}
	.contstart .rightcont #wp_news_w5 tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 310px;
		height: 212px;
	}
	.bigbox {
        width: 94%;
        margin: 0px auto;
    }
}

@media only screen and (max-width:700px) {
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.logo {
		margin-right: 15px;
	}
	.logo img {
		width: 300px;
		display: block;
	}
	.sign img {
		width: 240px;
		display: block;
	}
	.contstart .rightcont #wp_news_w5 tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 310px;
		height: 212px;
	}
	.contstart {
		padding-bottom: 0px;
		background: #fff;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:600px) {
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.contstart .rightcont #wp_news_w5 tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contstart .rightcont #wp_news_w5 .wp_listalbumn .albumn_info a img {
		width: 310px;
		height: 212px;
	}
	.logo {
		margin-right: 10px;
	}
	.logo img {
		width: 240px;
		display: block;
	}
	.sign img {
		width: 190px;
		display: block;
	}
}

@media only screen and (max-width:500px) {
	.logo {
		margin-right: 5px;
	}
	.logo img {
		width: 200px;
		display: block;
	}
	.sign img {
		width: 160px;
		display: block;
	}
}

@media only screen and (max-width:430px) {
	.contquyu img {
		max-width:100%;
	}
	.wp_article_list .list_item .Article_Title {
		width:100% !important;
		height: 44px;
	}
	.logo img {
		width: 100%;
	}
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 72% !important;
	}
	.contstart{
		padding:0px;
	}
	.contstart .rightcont ul {
		padding: 0px!important;
	}
	.contstart .rightcont {
		margin-top: 10px;
		padding-bottom: 0px;
        padding-left:0px;
        border-left:0px;
	}
	.contstart {
		margin-bottom: 10px;
	}
	.h_top img {
		margin-right: 8px;
		padding-top: 12px;
	}
	.h_top .ss_img {
		margin-left: 0;
	}
	.rightfix {
		display: none;
	}
	.nav_show {
		top: 70px;
	}
	.h_top {
		border-bottom: 1px solid #d7999b;
		margin-bottom: 24px;
	}
	.sp_nav {
		margin-top: -48px !important;
	}
	.head_bg {
		height: 70px;
		background: #9a0004;
	}
	.banner {
		margin-bottom: 0px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: -10px !important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 10px !important;
		height: 10px !important;
		margin: 5px !important;
	}
	.logo {
		width: 82%;
		padding-left: 0px;
	}
	.h_top .bigbox {
		width: 96%;
	}
	.h_top .ss_img {
		margin-left: 0;
	}
	.h_top input {
		width: 126px;
	}
	.head_bg .bigbox {
        width: 98%;
    }
	.head_cont {
		display: flex;
		/*flex-direction: column;*/
		align-items: center;
		justify-content: flex-start;
	}
	.f_btm .f_btm_l {
		width: 100% !important;
		border-right: 0px;
		overflow: hidden;
	}
	.div_piccontenttitle_li .c_pt_12 .c_txt {
		display: none;
	}
	.f_btm ul {
		width: 100%;
	}
	.f_right_box {
		padding-left: 0;
		width: 100%;
	}
	.bigbox {
		width: 94%;
	}
	.mainstart {
		width: 94%;
        margin: 15px auto;
    }
	.mbxnav {
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	.friendlink span {
		margin-bottom: 36px;
	}
	.select-menu-div {
		position: relative;
		height: 30px;
		width: 300px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.footerbtm .f_btm_fl {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer_bot ul {
		border-top: 1px solid #fff;
	}
	.footer_bot ul li {
		float: left;
		padding-right: 0;
		margin-right: 0;
		border-right: 1px solid #fff;
		width: calc(50% - 1px);
		text-align: center;
		line-height: 32px;
		border-bottom: 1px dashed #fff;
	}
	.footerbtm .bigbox {
		width: 100%;
	}
	.footerbtm .footer_bot {
		width: 100%;
	}
	.footer_bot p,
	.footer_bot ul {
		text-align: center;
		padding: 0px 20px;
	}
	.mbxnav .bigbox {
		width: 100% !important;
	}
	.footerbtm {
		height: 250px;
		background: #9a0004;
	}
	.footerbtm .footer_bot {
		text-align: center;
		color: #fff;
		padding: 10px 0px;
		border-top: 1px solid #e26060;
	}
	.footerbtm .footer_bot span {
		width: 100%;
		display: inline-block;
		margin-right: 0px;
		line-height: 1.8;
	}
	.link_box {
        padding: 0px 0px 10px 0px;
    }
	.link_box dl {
		padding-bottom: 5px;
	}
	.tool_box {
		padding: 15px 0px 0px 0px;
	}
	.tool_box ul {
	    flex-wrap: wrap;
		padding: 0px;
	}
	.tool_box ul li {
		flex: 0 0 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.tool_box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.tool_box ul li:nth-child(3) {
		margin-bottom: 0;
	}
	.tool_box ul li:nth-child(4) {
		margin-bottom: 0;
	}
	.logo {
		width: 54%;
		margin-right: 0px;
	}
	.logo img {
		width: 200px;
	}
	.sign {
		width: 40%;
		margin-right: 0px;
	}
	.sign img {
		width: 140px;
	}
	.sp_nav {
        width: 45px !important;
        margin-top: -88px;
    }
	.sp_nav span {
        width: 30px;
    }
	.tool_box ul li a span {
		margin-top: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	.first_box {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.f_left_box {
		float: left;
		width: 100%;
		margin-right: 0px;
		padding: 0px;
	}
	.mainstart dl dt img, .f_right_box dl dt img, .link_box dl dt img {
        width: 150px;
    }
	.center_banner {
		margin: 10px auto 20px auto !important;
		border-radius: 6px;
	}
	.link_box ul li {
        margin: 0px 0px 10px 0px !important;
    }
    .tool_box ul li a {
        padding: 10px;
    }
	#back-to-top {
		bottom: 10px;
	}
	.neirongbox {
		padding: 10px 0px;
	}
	.neirongbox .title {
		font-size: 19px;
	}
	.f_left_box .f_btm, .f_right_box .f_btm {
		margin-top: 0px;
	}
	.mainstart dl, .f_right_box dl, .link_box dl {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.wp_article_list .list_item {
		height: 40px;
		line-height: 40px;
	}
	.pb40 {
		padding-bottom: 0px;
	}
	.link_box ul {
		margin-top: 10px;
    }
}

@media only screen and (max-width:320px) {
	.mainstart dl dd, .f_right_box dl dd, .link_box dl dd {
		font-size: 14px;
	}
	.footerbtm .footer_top .footer_top_r p {
        font-size: 14px;
    }
	.footerbtm .footer_bot span {
		margin-right: 0px;
		font-size: 14px;
	}
	.center_banner {
        margin: 0px auto 10px auto !important;
        border-radius: 6px;
    }
	.tool_box ul li a img {
		width: 30px;
		height: 30px;
    }
	.tool_box ul li a span {
        font-size: 15px;
    }
	.logo {
        width: 50%;
    }
	.logo img {
        width: 150px;
    }
	.sign img {
        width: 120px;
    }
	.sp_nav {
        width: 40px !important;
        margin-top: -88px;
    }
	.sp_nav span {
        width: 25px;
    }
}