#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 2%;
	z-index: 9999;
}

#back-to-top img {
	width: 60px;
}

.head_bg {
	display: flex;
	align-items: center;
	background: url(../images/headbg.jpg) no-repeat center center;
	height: 168px;
}

.h_btm {
	display: flex;
	align-items: center;
}

.logotxt {
    margin-left: 20px;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
    letter-spacing: 4px;
}

.h_top {
	border-bottom: 1px solid #d7999b;
	margin-bottom: 25px;
}

.h_top div {
	height: 50px;
	line-height: 50px;
}

.h_top img {
	margin-right: 16px;
	padding-top: 12px;
}

.logo {
	float: left;
}

.logo img {
	width: 100%;
	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%;
	background-color:#ffffff;
}

#cssmenu ul {
	font-size: 0;
	text-align: center;
	display: block !important;
}

#cssmenu ul li {
	float: left;
}

#cssmenu ul li a {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
        font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	-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 {
	color: #ffffff;
	background: #990004;
	-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 .has-sub .after_has_a {
	background: url(../images/jiantou.png) no-repeat 155px center;
}

#cssmenu .has-sub .after_has_a:hover {
	background-color: #990004 !important;
}

#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: 40px;
}

#cssmenu ul ul li a {
	line-height: 39px;
	height: 42px;
	padding: 0px;
	width: 185px;
	font-size: 16px !important;
	background: rgba(114, 0, 8, 0.8);
	text-decoration: none;
	color: #ffffff;
	-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: #f4b681;
}

#cssmenu ul .show_ul .has-sub .after_has_a {
	background: url(../images/xiangyou.png) no-repeat 140px center, rgba(164, 2, 2, 1) ;
}

/*导航下拉结束*/


/*首页内容版块*/
.mainstart {
	background: #fff;
	width: 1300px;
	padding: 0px;
	margin: 0 auto 36px auto;
}

/*首页第一个版块*/
.f_left_box {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.f_right_box {
	float: right;
	width: 49%;
}

.f_btm .f_btm_l {
	width: calc(50% - 24px) !important;
	/* height:370px; */
	padding-right: 24px;
	border-right: 1px solid #e9e9e9;
	float: left;
}

.f_btm .f_btm_l img {
	width: 100%;
	height: 304px;
}

.first_box {
	margin-bottom: 24px;
	padding-bottom: 24px;
}

/*列表样式*/
.f_btm ul li,
.thrbox .thrbtm ul li,
.thrtop ul li,
.f_right_box ul li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #eee;
}

.f_btm ul li a,
.thrbox .thrbtm ul li a,
.thrtop ul li a,
.f_right_box ul li a {
	color: #333333;
	display: block;
}

.f_btm ul li a:hover,
.thrbox .thrbtm ul li a:hover,
.thrtop ul li a:hover,
.f_right_box ul li a:hover {
	color: #040000;
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/redline.png) no-repeat left center;
}

.addxg a {
	color: #222222 !important;
	font-weight: bold;
	padding-left: 16px;
	background: url(../images/redline.png) no-repeat left center;
}

.addxg a:hover {
	color: #040000 !important;
}

.f_btm ul li .flspan,
.thrbox .thrbtm ul li .flspan,
.thrtop ul li .flspan,
.f_right_box ul li .flspan {
	float: left;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f_btm ul li .frspan,
.thrbox .thrbtm ul li .frspan,
.thrtop ul li .frspan,
.f_right_box ul li .frspan {
	float: right;
}

/*列表样式结束*/

/*dl dt dd 样式*/
.mainstart dl,
.thr_right dl {
	margin-bottom: 8px;
	line-height: 48px;
	border-bottom: 3px solid #e9e9e9;
	position: relative;
	margin-top: 0;
	display: flex;
	align-items: center;
}

.imgbtm {
	position: absolute;
	left: 0;
	bottom: -3px;
}

.mainstart dl dt {
	flex: 1;
	display: flex;
	align-items: center;
}

.neirongbox{
	background:#fff;
	padding: 0px 30px;
	margin-bottom:30px;
}

.neirongbox .title{
	color:#000000;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:16px;
}

.shijian{
	text-align:center;
	color:#999;
	font-size:14px;
	padding-bottom:12px;
	padding-bottom:16px;
	border-bottom:1px dashed #dfdfdf;
	margin-bottom:30px;
}

.mainstart dl dd,
.thr_right dl dd {
	float: right;
	font-size: 16px;
	font-weight:bold
}

.mainstart dl dd a,
.thr_right dl dd a{
	float: right;
	font-size: 16px;
	font-weight:bold;
	color:#000;
}

.mainstart dl dd a:hover,
.thr_right dl dd a:hover{
	color:#ff0000;
}

.mainstart dl dt img,
.thr_right dl dt img {
	margin-right: 18px;
}

.mainstart dl dt span,
.thr_right dl dt span {
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.mainstart dl dt span i,
.thr_right dl dt span i {
	font-style: normal;
	font-weight:normal;
	font-size: 16px;
	color:#999999;
}

.dl1 {
	border-bottom: 3px solid #3ec6f5 !important;
}

.dl2 {
	border-bottom: 3px solid #107ce4 !important;
}
/*dl dt dd 样式*/

/* banner开始 */
.pc_banner {
	width: 100%;
}

.pc_banner img {
	width: 100%;
	vertical-align: bottom;
}

.move_show {
	display: none;
}

.ad {
	margin-bottom: 70px;
	z-index: 233;
}
/* banner结束 */

/* 信息公开栏目开始 */
.lmbox {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fef2f2 !important;
	justify-content: center;
	padding: 50px 0px 20px 0px !important;
}

.lmtitle {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
    background: url(../images/lmtitle.png) no-repeat center center;
    width: 214px;
    height: 66px;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.lmcont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 20px;
}

.lmcont ul {
	width: 100%;
	display: flex;
	align-items: center;
}

.lmcont ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 25px;
	margin: 10px;
	border-radius: 6px;
	box-shadow: 2px 4px 4px #fcd6d5;

}

.lmcont ul li a {
	display: flex;
	align-items: center;
	color: #000000;
        font-size: 18px;
        font-weight: bold;
}

.lmcont ul li a:hover {
	color: #9b0004;
}

.lmcont ul li a img {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 20px;
}

/* 信息公开栏目结束 */

/*首页第二版块开始*/
.two_box {
	display: flex;
	align-items: center;
}
.sl_lbox {
	float: left;
	width: 49%;
	margin-right: 2%;
	display: flex;
	align-items: center;
	border: 1px solid #eeeeee;
}

.sl_lbox .sl_title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 20px;
    background: #d9eeff;
    font-weight: bold;
    font-size: 18px;
    color: #0390ea;
    padding: 20px;
    letter-spacing: 2px;
}

.sl_lbox .sl_cont {
    padding: 20px;
	display: flex;
	align-items: center;
}

.sl_lbox .sl_cont ul li {
	line-height: 17px;
	border-left: 4px solid #9b0004;
	padding-left: 10px;
	margin-bottom: 13px;
}

.sl_lbox .sl_cont ul li:nth-child(4) {
	margin-bottom: 0px;
}

.sl_rbox {
	float: right;
	width: 49%;
	display: flex;
	align-items: center;
	border: 1px solid #eeeeee;
}

.sl_rbox .sl_title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 20px;
    background: #fee1cf;
    font-weight: bold;
    font-size: 18px;
    color: #ff7828;
    padding: 20px;
    letter-spacing: 2px;
}

.sl_rbox .sl_cont {
    padding: 20px;
	display: flex;
	align-items: center;
}

.sl_rbox .sl_cont ul li {
	line-height: 18px;
	border-left: 4px solid #9b0004;
	padding-left: 10px;
	margin-bottom: 13px;
}

.sl_rbox .sl_cont ul li:nth-child(4) {
	margin-bottom: 0px;
}
/*首页第二版块结束*/

/*友情链接开始*/
.friendlink {
	padding: 36px 0;
	border-top: 1px solid #990004;
}

.friendlink img {
	display: block;
}
.friendlink span {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 24px;
}

.friendlink-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.friendlink .friendlink-box .link-title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.select-menu {
	float: left;
	margin-right: 30px;
}

.select-menu-ul {
	margin-top: 50px;
	list-style: none;
	opacity: 0;
	display: none;
	width: 304px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	position: absolute;
	z-index: 1;
}

.select-menu-ul li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.select-menu-ul li:hover {
	background: #f2f2f2;
}

.select-menu-ul a {
	display: block;
	width: 100%;
}

.select-menu-div {
	position: relative;
	height: 44px;
	width: 300px;
	line-height: 44px;
}

.select-menu-div input {
	width: 100%;
}

.select-this {
	background: #990004;
	color: #fff;
}

.select-this:hover {
	background: #990004 !important;
	color: #fff;
}

.friendlink i {
	margin-right: 2px;
	position: absolute;
	right: 25px;
	top: 15px;
}

.select-menu-input {
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	border: 1px solid #990004;
	outline: none;
	border-radius: 10px;
	text-align: center;
}

.select-menu-i {
	transform: rotate(180deg);
}

i {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*友情链接结束*/


/*底部开始*/
.footerbtm {
	background: #990004;
	padding: 30px 0;
}

.footerbtm .f_btm_fl {
	float: right;
	margin-right: 0px;
}

.footerbtm .f_btm_fl img {
	width: 120px;
	height: 120px;
	display: block;
}

.footerbtm .f_btm_fr {
	float: left;
        margin-top: 20px;
}

.f_btm_fr ul li {
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #fff;
}

.f_btm_fr ul li:nth-child(7) {
	border-right: 0px;
}

.f_btm_fr ul li a {
	color: #fff;
}

.f_btm_fr p,
.f_btm_fr ul {
	color: #fff;
	margin-bottom: 14px;
}
.f_btm_fr p:nth-child(3) {
	margin-bottom: 0px;
}

/*底部结束*/
.mbxnav {
	line-height: 52px;
	background: #990004;
	padding: 0 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	color: #fff;
}

.mbxnav a {
	color: #fff;
}

.neirongye {
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 30px;
	background: #fff;
	padding: 30px 0;
}

.neirongye h2 {
	text-align: center;
	margin: 0;
}

.neirongye .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 {
	border-bottom: 1px dashed #dfdfdf;
	padding: 0 10px 30px 10px;
}

.fanye {
	padding: 0 10px;
}

.contstart {
	padding: 0px;
	background: #ffffff;
	margin-bottom: 30px;
}

.contstart .leftlist {
	float: left;
	width: 25%;
	padding-bottom: 0px;
}

.contstart .rightcont {
	float: right;
	width: 71%;
        padding-left: 2%;
	padding-bottom: 0px;
	border-left: 1px solid #e6e6e6;
}

.contstart .leftlist ul .bigtit {
	/*background: url(../images/listitbg.png) no-repeat 26px center;*/
	background: #990004;
	line-height: 56px;
	height: 56px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 24px;
}

.rightcont ul {
	margin-right: 30px;
}

.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;
}

.contstart .rightcont ul li {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 24px;
	padding-bottom: 14px;
}

.contstart .rightcont ul li .datetz {
	font-size: 14px;
	color: #990004;
	padding-right: 2px;
	float: right;
}

.contstart .rightcont ul li a .ptit {
	font-size: 16px !important;
	color: #333 !important;
	width: 60%;
	float: left;
}

.contstart .rightcont ul li a .ptit i {
	font-style: normal;
	font-weight: bold;
}

.contstart .rightcont ul li a .ptit:hover {
	color: #990004 !important;
}

.contstart .rightcont ul li a .describe:hover {
	color: #990004 !important;
}

.contstart .rightcont ul li a .ptit,
.contstart .rightcont ul li a .describe {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 15px;
}

.contstart .rightcont ul li a .describe {
	clear: both;
}

.contstart .rightcont ul p {
	margin: 12px 0;
}

.sp_header,
.sjj_nav {
	display: none;
}

.move_btm {
	display: none;
}

.pc_ban {
	display: block;
}

.move_ban {
	display: none;
}

.pc-hidden {
	display:block;
}

.wap-hidden {
	display:none;
}

@media only screen and (max-width:1500px) {
	.bigbox {
		width: calc(100% - 72px);
	}

	.mainstart {
		width: auto;
	}

	.xueyuanfengcai ul li {
		width: 16%;
	}

	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 83px center;
	}
}

@media only screen and (max-width:1340px) {
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 80px center;
	}

	.thrbox .thr_left,.xueyuanfengcai {
		width: calc(67% - 24px);
	}

	.mainstart dl dt img,
	.thrbox .thr_left .thrbtm dl dt img {
		margin-right: 8px;
	}

	.mainstart dl dt span,
	.thrbox .thr_left .thrbtm dl dt span {
		line-height: 22px;
		font-size: 18px;
		font-weight: bold;
		color: #333;
	}

	.friendlink span {
		font-size: 18px;
	}

	.zhuanti a span,
	.zhuanti a img {
		display: block;
		margin-bottom: 24px;
		color: #666666;
		width: 100%;
	}
}

@media only screen and (max-width:1300px) {
	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 82px center;
	}

	.mainstart dl dd a {
		font-size: 14px;
	}

	.logo {
		width: 34%;
		float: left;
	}

	#cssmenu {
		width: 64%;
	}
}

@media only screen and (max-width:1220px) {
	.logo {
		width: 32%;
		float: left;
		margin-top: 10px;
	}

	#cssmenu {
		width: 66%;
	}

	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 80px center;
	}

	.zhuanti a span {
		display: block;
		margin-bottom: 32px !important;
		color: #666666;
		width: 100%;
	}

	.zhuanti a img {
		display: block;
		margin-bottom: 32px !important;
		color: #666666;
		width: 80% !important;
	}
}

@media only screen and (max-width:1200px) {
	.xueyuanfengcai{
		width:100%;
	}
	.thrbox .thr_left .thrtop_l,.thrtop_r,.jl, .yd{
		position:relative;
		z-index:999;
	}
	.logo {
		width: 30%;
		float: left;
		margin-top: 14px;
	}

	#cssmenu {
		width: 68%;
	}

	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 80px center;
	}

	.jl,
	.yd {
		width: 100% !important;
		padding-right: 0;
		border-right: 0;
		margin-bottom: 24px;
	}

	.yd {
		margin-bottom: 0;
	}

	.f_left_box {
		float: none;
		width: 100%;
		border: none;
		margin: 0 0 24px 0;
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 24px;
		padding-right: 0;
	}

	.f_right_box {
		width: 100%;
		float: none;
		padding-right: 0 !important;
		border-right: 0 !important;
	}

	.thrtop {
		margin-bottom: 24px;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.thrbox .thr_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
		border-right: 0;
		padding-right: 0;
	}

	.thr_right {
		float: none;
		width: 100%;
	}

	.smallban,
	.first_box {
		margin-bottom: 24px;
	}

	.jujiao {
		margin-bottom: 24px;
		width: 100%;
		float: left;
	}

	.otherthrbox {
		width: 100% !important;
	}

	.yuandi {
		float: right;
		width: 100% !important;
		padding-top: 0;
	}

	.zhuanti a {
		display: block;
		margin-bottom: 24px;
		margin-right: 4%;
	}

	.zhuanti a span {
		display: block;
		height: 36px;
		line-height: 36px;
		background: #f0f0f0;
		color: #222;
		font-weight: bold;
	}

	.zhuanti a img {
		margin: 0 auto;
	}

	.thrbox .thr_left .thrtop_l {
		float: left;
		padding-right: 0;
		width: 100%;
		margin-bottom: 24px;
		border-right: 0;
	}

	.thrbox .thr_left .thrtop_r {
		width: 100% !important;
	}

	.first_box {
		padding-bottom: 0;
	}

	.thrbox {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.contstart .leftlist {
		float: left;
		width: calc(37% - 90px);
		border-right: 1px solid #e6e6e6;
		padding-bottom: 100px;
	}

	.contstart .leftlist ul .movemargin {
		width: 66%;
	}

	.contstart .leftlist ul .bigtit {
		background: url(../images/listitbg.png) no-repeat 26px center;
		line-height: 56px;
		background-size: 82% 100%;
		height: 58px;
		color: #fff;
		font-size: 20px;
		padding-left: 96px;
		text-align: left;
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:1100px) {
	#cssmenu {
		width: 70%;
	}

	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 78px center;
	}

	.mainstart {
		padding: 16px !important;
	}

	.logo {
		width: 26%;
		float: left;
		margin-top: 14px;
	}
}

@media only screen and (max-width:1050px) {
	#cssmenu {
		width: 100%;
	}

	.logo {
		display: none;
	}

	#cssmenu .has-sub .after_has_a {
		background: url(../images/jiantou.png) no-repeat 94px center;
	}
}

@media only screen and (max-width:1023px) {
	.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;
	}

	.btmimg img {
		height: auto;
		width: 100%;
	}

	.mainstart dl dt span i,
	.thrbox .thr_left .thrbtm dl dt span i {
		font-size: 15px;
	}

	.logo {
		display: block;
	}

	.logo {
		width: 42%;
		float: left;
		margin-top: 0;
	}

	.yuandi {
		padding-toP: 0;
	}

	.pc_ban {
		display: none;
	}

	.move_ban {
		display: block;
	}

	#cssmenu {
		display: none;
	}

	.smallban {
		width: 100%;
		margin: 0 auto 24px auto;
	}

	.thrbtm .smallban {
		margin-bottom: 0;
	}

	.thrbox {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 24px;
	}

	.sp_header,
	.nav_show,
	.sjj_nav {
		display: block;
	}

	.leftactive {
		display: none;
	}

	.tzbigbox {
		margin: 0 auto;
		padding: 0 10px;
	}

	.leftlist {
		display: none;
	}

	.contstart .rightcont {
		float: none !important;
		width: 96%!important;
		border-left: 0px;
	}
	
	.rightcont #wp_news_w5 .wp_article_list .list_item .Article_PublishDate {
		font-size: 14px;
		color: #999;
	}
	
	.rightcont #wp_news_w5 .wp_article_list li a {
		font-size: 14px;
		color: #000000;
	}
	.neirongye {
		color: #000000;
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 30px;
	}

	.cssmenu {
		display: none;
	}

	.sp_header {
		height: 0;
		/* background: #5676ba; */
		position: absolute;
		z-index: 10;
		width: 100%;
	}

	.sp_nav {
		width: 100px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: -80px;
	}

	.sp_nav span {
		display: block;
		background: #fff;
		width: 66px;
		height: 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: 9;
		width: 100%;
		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: 168px;
	}

	.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: 30px;
		padding: 0px 7px 0 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-left: 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}

	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid;
	}

	.sjj_nav ul li ul {
		display: none;
	}

	.sjj_nav ul li a {
		color: #666;
		width: 80%;
	}

	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left;
	}

	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555;
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #01559d;
	}

	.sjj_nav ul li ul li>ul {
		margin-left: 10px;
	}
	.zhuanti a span,
	.zhuanti a img {
		display: block;
		margin-bottom: 8px !important;
		color: #666666;
		width: 100%;
		margin: 0 auto;
	}
}

/*导航结束*/
@media only screen and (max-width:840px) {
	.bigbox {
		width: calc(100% - 36px);
	}
  
	.head_bg {
		height: 80px;
	}
	
	.logotxt {
		margin-left: 10px;
		font-size: 19px;
		letter-spacing: 0px;
	}
	
	.neirongbox img{
		max-width:100%;
	}
	.neirongbox .title {
		color: #000000;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 16px;
	}
	.neirongbox {
		background: #fff;
		padding: 0px;
		margin-bottom: 16px;
	}
	.contquyu {
		padding: 0px;
	}
	.ad {
		margin-bottom: 50px;
		z-index: 233;
	}
	.lmbox {
		padding: 40px 6px 10px 6px !important;
	}
	.lmcont {
		padding: 0px;
	}
	.lmcont ul li {
		padding: 8px 2px;
		margin: 4px;
	}
	.lmcont ul li a {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		color: #000000;
		font-size: 13px;
	}
	.lmcont ul li a img {
		margin-right: 0px;
		margin-bottom: 6px;
	}
	.two_box {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
                margin-top: 16px;
	}
	.sl_lbox {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.sl_rbox {
		float: left;
		width: 100%;
	}
	.sl_lbox .sl_cont ul li {
		margin-bottom: 10px;
	}
	.sl_rbox .sl_cont ul li {
		margin-bottom: 10px;
	}
	.friendlink-box {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.select-menu-div {
		position: relative;
		width: 300px;
	}
	.friendlink img {
		display: none;
	}
	.friendlink span {
		float: left;
		font-size: 22px;
		font-weight: bold;
		margin-left:0px;
		margin-right: 0;
		line-height: 32px;
	}
	.friendlink {
		position: relative;
		padding: 24px 0px 30px 0;
		border-top: 1px solid #990004;
	}
	.f_btm_fr p, .f_btm_fr ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	#back-to-top {
		position: fixed;
		bottom: 100px;
		right: 2%;
		z-index: 9999;
	}
	.footerbtm {
		background: #990004;
		padding: 20px 0;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: -12px !important;
	}
}

@media only screen and (max-width:768px) {
	.smallban,
	.first_box {
		margin-bottom: 0;
		border: none;
	}

	.friendlink span {
		float: none;
	}

	.select-menu {
		float: none;
		margin-top: 20px;
	}

	.sp_nav {
		width: 60px !important;
		margin-top: -50px;
	}

	.sp_nav span {
		width: 35px;
	}

	.nav_show {
		top: 80px;
	}

	.logo {
		width: 60%;
	}

	.zhuanti a {
		margin-bottom: 20px;
		margin-right: 4%;
	}

	.mainstart {
		padding: 20px;
		margin-bottom: 0px;
	}

	.thrbox {
		padding-bottom: 0;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 24px;
	}

	.footerbtm .f_btm_fl {
		width: 120px;
		margin: 0px auto 0px auto;
		float: none;
	}

	.footerbtm .f_btm_fr {
		float: left;
		font-size: 15px;
		margin-top: 14px;
	}
}

@media only screen and (max-width:414px) {
	.wp_article_list .list_item .Article_Title {
		width:90% !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.rightcont #wp_news_w5 .wp_article_list .list_item span {
		margin-left: 0px !important;
	}
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 74% !important;
	}
	
	.f_left_box {
		float: none;
		width: calc(100% - 34px);
		border: none;
		margin: 0 0 24px 0;
		border-bottom: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	
	.contstart {
		padding:0px;
	}
	
	.contstart .rightcont ul {
		padding: 0px!important;
	}
	
	.contstart .rightcont {
		padding-bottom: 0px;
	}
	
	.contstart {
		margin-bottom: 18px;
	}

	.h_top img {
		margin-right: 8px;
		padding-top: 12px;
	}

	.h_top .ss_img {
		margin-left: 0;
	}

	.nav_show {
		top: 80px;
	}

	.h_top {
		border-bottom: 1px solid #d7999b;
		margin-bottom: 24px;
	}

	.sp_nav {
		margin-top: -50px !important;
	}

	.head_bg {
		height: 80px;
	}

	.logo {
		width: 55%;
		padding-left: 8px;
	}

	.h_top .ss_img {
		margin-left: 0;
	}

	.h_top input {
		width: 126px;
	}

	.head_bg .bigbox {
		width: 98%;
	}

	.f_btm .f_btm_l {
		width: 100% !important;
		height: 245px !important;
		overflow:hidden;
	}

	.f_btm ul {
		width: 100%;
	}

	.zhuanti {
		margin: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.yuandi {
		float: none;
		width: 100%;
		padding-top: 0;
	}

	.zhuanti a {
		margin-right: 10%;
	}

	.f_btm .f_btm_l {
		width: 100%;
		padding-right: 0;
	}

	.thrbox .thr_left .thrtop_l {
		padding-right: 0;
		border-right: 0;
	}

	.f_left_box {
		padding-left: 0;
		width: 100%;
	}

	.f_right_box {
		padding-left: 0;
		width: 100%;
	}

	.bigbox {
		width: 96%;
	}
	
	.mbxnav {
		margin-bottom:18px;
	}

	.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;
	}

	.f_btm_fr ul {
		border-top: 1px solid #fff;
	}

	.f_btm_fr 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 solid #fff;
	}

	.f_btm_fr ul li:nth-child(2n) {
		border-right: 0px;
	}

	.footerbtm .bigbox {
		width: 100%;
	}

	.footerbtm .f_btm_fr {
		width: 100%;
	}

	.f_btm_fr p,
	.f_btm_fr ul {
		text-align: center;
		margin-bottom: 10px;
	}

	.mbxnav .bigbox {
		width: 100% !important;
	}
}

@media only screen and (max-width:320px) {
	.logo {
		padding-left: 10px;
	}

	.sp_nav {
		margin-top: -55px !important;
		top: 0px;
	}

	.thr_img {
		width: 40%;
		margin-top: 4px;
	}

	.friendlink {
		padding: 24px 0;
		border-top: 1px solid #990004;
		background: #f0f0f0;
	}

	.f_right_box {
		margin-bottom: 24px;
	}

	.mainstart {
		padding: 12px !important;
		margin-bottom: 24px;
	}

	.mainstart dl dt img {
		margin-right: 8px;
		display: none;
	}

	.mainstart dl dt span i {
		font-style: normal;
		font-size: 14px;
	}

	.f_btm ul li .flspan,
	.thrbox .thrbtm ul li .flspan,
	.thrtop ul li .flspan,
	.f_right_box ul li .flspan {
		width: 63%;
	}

	.addxg a {
		padding: 0 !important;
		background: none;
	}

	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 70%;
	}

	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 72% !important;
	}
	
	.bigbox {
		width: calc(100% - 20px);
	}
}