@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}



ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}



input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}

.mt20 {
	margin-top: 20px;
}

.p30 {
	padding: 10px 30px 0px 30px;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: Microsoft Yahei;
}

/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.ml30 {
	margin-left: 30px;
}



* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* 内容块 */
.centerWidth {
	width: 1400px;
	margin: 0px auto;
}

.overflows a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.overflows2 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 头部 */
.head {
	height: 300px;
	background-color: #bc0000;
}

.outside,
.outside a {
	line-height: 80px;
	color: #fff;
	font-size: 18px;
}

.outside .rt a {
	margin: 0 15px;
}

.outside .rt a img {
	margin-right: 5px;
}

.logo a.clearfix {
	display: flex;
	align-items: center;
}

.logo a span {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
}

.search {
	width: 360px;
	height: 50px;
	background-color: #fff;
	border-radius: 20px;
	line-height: 50px;
}

.keyword {
	background: transparent;
	color: #333;
	font-size: 14px;
	width: 315px;
	display: block;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 10px;
}

.search span {
	width: 45px;
	line-height: 50px;
	cursor: pointer;

}

.search-body {
	margin: 5px auto;
}

.headlogosearch {
	padding-top: 60px;
}


/* 导航 */
.nav {
	background: #FFD0AE;
	line-height: 70px;
}

.nav .nav-lists>li {
	float: left;
	text-align: center;
	color: #BC0100;
	position: relative;
	line-height: 70px;
	padding: 0 20px;
	margin: 0 10px;
}

.nav .nav-lists>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #bc0100;
	font-size: 20px;
	font-weight: bold;
}

.nav .nav-lists li .sublinks {
	position: absolute;
	left: 0%;
	top: 70px;
	width: 100%;
	transform: translateY(10px);
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 999;

}

.nav .nav-lists li .sublinks a {
	display: block;
	width: 100%;
	height: 100%;
	color: #BC0100;
	text-align: center;
	line-height: 50px;
	background: #FFD0AE;
	font-size: 18px;
}

.nav .nav-lists li:hover .sublinks {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.stories {
	padding: 0 50px;
}

.head-news-title {
	display: block;
	font-size: 46px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.head-news-bottom {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.head-news-item {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.head-news-item:hover {
	color: #BC0100;
}

.head-news-title:hover {
	color: #BC0100;
}

.swiper1-pagination {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper1-pagination span {
	margin: 0 10px !important;
	border: 3px solid #e9989f;
	width: 30%;
	display: block;
	float: left;
	cursor: pointer;
	height: auto;
	border-radius: 0;
}

.swiper1-pagination span.swiper-pagination-bullet-active {

	border: 3px solid #d01122;
}

.swiper2-2 {
	position: relative;
	display: inline-block;
	width: 700px;
	height: 440px;

}



.swiper2-pagination {
	position: absolute;
	right: 13px;
	bottom: 18px !important;
	width: auto !important;
	left: auto !important;
}

.swiper2-pagination span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #fff;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999;
	position: relative;
}

.xwdt_lf .swiper2-2 .szyw_p {

	padding-right: 150px;
}

.swiper2-pagination span.swiper-pagination-bullet-active {
	background-color: #d01122;
}

.xwdt_lf .szyw_a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}


.xwdt_lf .swiper-slide .szyw_a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.6s;
}

.xwdt_lf .szyw_p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.xwdt_bank {
	margin: 30px auto;
}

.gzdt_list {
	position: relative;
	display: inline-block;
	width: calc(100% - 700px - 30px);
	margin-left: 30px;
}

.szyw_list_title {
	line-height: 60px;
	border-bottom: 1px solid #c4c4c4;
}

.szyw_list_title a {
	color: #9a9a9a;
	font-size: 24px;
	font-weight: 600;
	padding: 0 10px 13px 10px;
	margin: 0 10px;
}

.szyw_list_title>a:nth-child(1) {
	margin-left: 0;
}

.szyw_list_title a img {
	margin-right: 10px;
	visibility: hidden;
}

.szyw_list_title>a.cur {
	color: #bc0000;
	border-bottom: 5px solid #bc0000;
}

.szyw_list_title>a.cur img {
	visibility: inherit;
}

.tabcon {
	padding: 10px 15px;
}

.con2-item li {
	line-height: 45px;
}

.con2-item li a {
	padding-left: 20px;
	max-width: 80%;
	display: inline-block;
	font-size: 17px;
	color: #333333;
	background: url(lip1.png) left center no-repeat;
}

.con2-item li span {
	font-size: 14px;
	color: #999;
}

.con2-item li a:hover {
	color: #bc0000;
	padding-left: 25px;
}

.tabitem {
	display: none;
}

.tabitem.cur {
	display: block;
}

.tabcon .con2-item .more,
.accountul .more {
	position: absolute;
	top: 20px;
	right: 10px;
}

.sectorlist {
	margin: 30px auto;
}

.sectorlist_module {
	width: 32%;
	float: left;
}

.sectorlist_module-img {
	display: block;
	float: left;
	width: 116px;
	height: 82px;
	padding: 4px;
	border: 2px solid #c4c4c4;
}

.sectorlist_module-img img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.sectorlist_module-text {

	float: left;
	width: calc(100% - 116px - 10px);
	margin-left: 10px;
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;

}

.sectorlist_module-ul a {
	display: flex;
	align-items: center;
}

.sectorlist_module-ul li {
	padding: 15px 0;
	border-bottom: 1px dotted #c4c4c4;
}

.sectorlist_module-ul li:hover .sectorlist_module-img img {
	transform: scale(1.1);
}

.sectorlist_module-ul li:hover .sectorlist_module-text {
	color: #bc0000;
	padding-left: 5px;
}

.sectorlist_module-ul {
	padding: 0 15px;
}

.mlr30 {
	margin: 0 28px;
}

.module2 {
	margin-top: 30px;
}

.pagetab {
	position: relative;
}

.sectorlist_module.pagetab .tabcon {
	padding: 0;
}

.moduleul li {
	margin: 15px auto;
	background: #f2f2f2;
	padding: 0 10px;
}

.moduleul li a {
	max-width: 100%;
}

.jctp_list li {
	padding: 10px;
	background-color: #eceff4;
	width: 295px !important;
	margin: 0 10px;
	height: 270px;
	overflow: hidden;
}

.jctp_list li a {
	display: inline-block;
	width: 100%;
}

.jctp_list li a img {
	width: 275px;
	height: 190px;
}

.jctp_list li a span {
	font-size: 18px;
	line-height: 26px;
	max-width: 100%;
	text-overflow: ellipsis;
	padding: 5px 5px;
	text-align: left;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 100%;
	overflow: hidden;
	white-space: initial;
}

.WorkStyle .swiper5-5 {
	height: 280px;
	width: 1260px;
	margin: 20px auto;
}

.per5ination {
	position: absolute;
	top: 50%;

}

.swiper5-5right {
	right: 0;
}

.Solicitation {
	width: 690px;
	height: 395px;
	background: url(Solicitation.png) no-repeat;
	background-size: 100%;
}

.Solicitation-a {
	text-align: center;
	padding-top: 270px;
}

.Solicitation-a a {
	display: inline-block;
	width: 145px;
	line-height: 48px;
	color: #fff;
	background-color: #bd1819;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	position: relative;
	margin: 0 10px;
}

.WorkStyle {
	position: relative;
}

.account {
	width: calc(100% - 690px - 30px);
	margin-left: 30px;
}

.accountul {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}

.accountul li {
	padding: 10px;
	background-color: #eceff4;
	height: 150px;
	width: 145px;
	margin: 5px 8px;
	overflow: hidden;
	float: left;
}

.accountul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.accountul li img {
	height: 100px;
	display: block;
}

.accountul li span {
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 40px;
}

.accountul li .juzhen-erweima {
	display: none;

}

.accountul li.cur .juzhen-tpouxiang {
	display: none;
}

.accountul li.cur .juzhen-erweima {
	display: inline-block;
}

.account .tabcon {
	border: 1px solid #c4c4c4;
	border-top: none;
	height: 335px;
	display: flex;
	align-items: center;
}

/* 重要通知 */
.zytzgg {
	position: fixed;
	width: 225px;
	top: 50%;
	z-index: 999;
	background: #fff;
	margin: 10px;
	padding: 10px;
}

.corner-border-2 {
	position: relative;
	margin: 10px;
	padding: 10px;

	border: 1px solid #e4e4e4;
}

.corner {
	position: absolute;
	width: 15px;
	height: 15px;
}

.top-left {
	top: -2px;
	left: -2px;
	border-top: 3px solid #bc0000;
	border-left: 3px solid #bc0000;
}

.top-right {
	top: -2px;
	right: -2px;
	border-top: 3px solid #bc0000;
	border-right: 3px solid #bc0000;
}

.bottom-left {
	bottom: -2px;
	left: -2px;
	border-bottom: 3px solid #bc0000;
	border-left: 3px solid #bc0000;
}

.bottom-right {
	bottom: -2px;
	right: -2px;
	border-bottom: 3px solid #bc0000;
	border-right: 3px solid #bc0000;
}

.zytzgg_title span {
	font-size: 28px;
	line-height: 70px;
	text-align: center;
	color: #bc0000;
	display: block;
	font-weight: 600;
}

.zytzgg_title p a {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 100%;
	overflow: hidden;
	white-space: initial;
}

.zytzgg_title p:hover a {
	color: #bc0000;

}



/* 底部 */
.dczd_foot {
	height: 430px;
	background: #bc0000;
	margin-top: 30px;
}

.foot_liejie {
	padding: 30px 0;
}

.dczd_foot .main-cell {
	position: relative;
}

.drop-select {
	width: 327px;
	margin: 0 15px;
	height: 45px;
	position: static;
	cursor: pointer;
	background: #fff url(yqlj.png) 300px no-repeat;
}

.drop-select .tit {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	color: #000000;
	padding-left: 70px;
	cursor: pointer;
}

.dczd_foot .drop-select .dropdown-menu {
	overflow: hidden;
	display: none;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 1;
	text-align: left;
	font-size: 16px;
	width: 1400px;
	height: 280px;
	padding: 10px;
	background-color: #ebf6ff;
}

.dczd_foot .drop-select .dropdown-menu .container {
	padding: 20px;
	background-color: #fff;
	height: 100%;
}

.dczd_foot .drop-select .dropdown-menu ul {
	background-color: #fff;
	height: 100%;
	overflow-y: auto;
}

.dczd_foot .drop-select .dropdown-menu li {
	width: 25%;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.foot_lxt {
	display: block;
	margin: 40px auto;
}

.foot_text {
	margin-top: 15px;
}

.foot_text p {
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}

.foot_text span {
	margin: 0 5px;
}


/* 列表 */
.path {
	line-height: 60px;
	/* border-bottom: 1px solid #ddd; */
	font-size: 18px;
	background: url(path.png) no-repeat 0 25px;
	text-indent: 22px;
}

.path a {
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}

.xwdtboxlistmodule1 ul.con2-item li {
	border-bottom: 1px dashed #dedede;
	line-height: 70px;
}

.xwdtboxlistmodule1 ul.con2-item li a {
	font-size: 20px;
}

.xwdtboxlistmodule1 ul.con2-item li span {
	font-size: 16px;
	color: #999;
}


/* 内容 */
.homeboyxilan {
	border: 10px solid #F8F8F8;
	padding: 30px 30px 0;
}

.homeboyxilantitle h1 {
	color: #bc0000;
	text-align: center;
	font-size: 32px;
}

.timesou {
	text-align: center;
	background-color: #f5f5f5;
	color: #333;
	line-height: 50px;
	margin: 30px 0;
}

.timesou span {
	display: inline-block;
	margin: 0 15px;
	font-size: 16px;
}

.share-box {
	position: relative;
}

.share-box a {
	display: inline-block;
	width: 26px;
	height: 50px;
	transition: 0.4s all;
	margin-left: 13px;
	cursor: pointer;
	background-size: 100% !important;
	background-position-y: 16px !important;
}

.social-share .icon-wechatt .wechat-qrcode {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}

.social-share .icon-wechat:hover .wechat-qrcode {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.social-share .icon-wechatt .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}

.social-share .icon-wechatt .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto;
}

.social-share .icon-wechatt .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.share-box a.gwds_weixin {
	background: url(sharewechat.png) no-repeat;
}

.share-box a.gwds_tsina {
	background: url(shareweibo.png) no-repeat;
}

.share-box a.gwds_qzone {
	background: url(shareqqzone.png) no-repeat;
}

.textcontent p,
.textcontent span,
.textcontent a {
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 45px;
}

.textcontent img {
	max-width: 100% !important;
	text-align: center;
	height: auto;
}

.dczd_fj {
	padding: 20px 0;
}

.dczd_fj a {
	color: #087bce;
}

#a1 {

	width: 620px;
	height: 465px;
	margin: 20px auto 30px;

}


/* 信件提交 */
.xwdtboxlist .letter-box {
	padding: 20px;
	background: #F2F6F9;
	border-radius: 10px;

}

.xwdtboxlist .content {
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 40px;
}

.xwdtboxlist .form.info-form {
	position: relative;
	height: auto;
	border-radius: 5px;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 40px;
	font-size: 18px;
	color: #111;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb {
	margin-top: 30px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li {
	width: 480px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 27px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li span {
	display: inline-block;
	width: 95px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	margin-right: 25px;
	font-size: 16px;
	color: #333;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li span font {
	vertical-align: middle;
	color: #ee1d1d;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li input {
	width: 310px;
	padding-left: 25px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border: 1px solid #d2d2d2;
	vertical-align: top;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li input {
	background-color: #f6f8fc;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_xx_radio {
	width: 15px;
	height: 15px;
	margin-top: 14px;
	margin-right: 10px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_xx_label {
	width: 20px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.clearboth {
	clear: both;
	width: 100%;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr {
	height: 240px;
}

.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
	width: 89%;
	height: 240px;
	border: 1px solid #d2d2d2;
}

.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
	background-color: #f6f8fc;
}

.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
	padding: 15px;
	box-sizing: border-box;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.clearboth input {
	width: 89%;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_yzm_a {
	margin: 0 12px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_yzm_a2 {
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 200px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_yzm {
	width: 100%;
	margin-bottom: 50px;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.clearboth {
	clear: both;
	width: 100%;
}

.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an {
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
}

.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_btn {
	display: inline-block;
	text-align: center;
	width: 240px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background-color: #333333;
	margin-right: 30px;
}

.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_btn {
	background-color: #96a9d0;
}

.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_submit {
	background-color: #4379f5;
}

.yjzjbg {
	background: url(yjzjjy.jpg) no-repeat;
}

.tabnavwap {
	display: none;
}

.swiper5-5wap {
	display: none;
}

.menu-toggle {
	display: none;
}

.mobile-nav {
	display: none;
}

.yjzjbg .Solicitation {
	width: auto;
	height: auto;
	background: none;
	background-size: 100%;
}

.yjzjbgcontainer {
	margin-top: 170px;
}

.ln-xjlb-tabwap {
	display: none;
}

.yqs-jg {
	height: 40px;
	border: 1px solid #d2d2d2;
	padding: 0 20px;
	width: 160px;
}

.yqs-button {
	display: inline-block;
	text-align: center;
	width: 90px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
	background-color: #bc0000;
}

@media screen and (max-width: 750px) {
	.no-scroll {
		overflow: hidden;
		/* 禁止滚动 */
		position: fixed;
		/* 防止 iOS 兼容性问题 */
		width: 100%;
		/* 防止布局偏移 */
	}

	.head {
		height: auto;
		position: relative;
	}

	.centerWidth {
		width: 100%;
		margin: 0px auto;
	}

	.outside .rt {
		display: none;
	}

	.outside .lf {
		float: inherit;
	}

	.outside,
	.outside a {
		line-height: 0.8rem;
		color: #fff;
		font-size: 0.28rem;
		text-align: center;
	}

	.headlogosearch {
		padding-top: 0.4rem;
	}

	.logo a span {
		font-size: 0.5rem;
		color: #fff;
		font-weight: bold;
		margin-left: 0.2rem;
	}

	.logo a img {
		width: 0.6rem;
	}

	.logo {
		float: inherit;
		text-align: center;
	}

	.logo a.clearfix {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.search-body {
		margin: 0.5rem auto;
		float: inherit;
		display: flex;
		justify-content: center;
		margin-bottom: 0.1rem;
	}

	.search {
		width: 6rem;
		height: 0.8rem;
		background-color: #fff;
		border-radius: 0.3rem;
		line-height: 0.8rem;
	}

	.keyword {
		background: transparent;
		color: #333;
		font-size: 0.28rem;
		width: 5rem;
		display: block;
		line-height: 0.8rem;
		padding-left: 0.15rem;
		padding-right: 0.1rem;
	}

	.search span {
		width: 0.8rem;
		line-height: 0.8rem;
		cursor: pointer;
	}

	.nav {
		display: none;
	}

	.mobile-nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		width: 7.5rem;
		background: url(wap_bg1.png) no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
		overflow: auto;
		height: 100%;
		z-index: 999;
		padding: 0 .24rem 0;
	}

	.mobile-nav.active {
		display: block;

	}

	.menu-toggle.active {
		position: relative;
		z-index: 1000;
		color: #bc0100;
		top: -2.3rem;
		right: 0.2rem;
	}

	.mobile-menu .logo a span {
		font-size: 0.5rem;
		color: #bc0100;
		font-weight: bold;
		margin-left: 0.2rem;
	}

	.mobile-nav-list {
		margin-top: 0.5rem;
	}

	.menu-toggle {
		display: block;
		font-size: 0.6rem;
		background: none;
		border: none;
		padding: 0.15rem;
		color: #fff;
		float: right;
	}


	.mobile-nav-list li {
		display: block;
		line-height: 1.2rem;
		border-bottom: 1px solid #eee;
	}

	.mobile-nav-list li a {
		font-size: 0.4rem;
		color: #bc0000;
		font-weight: 600;
	}

	.container {
		width: auto;
		margin: 0 3%;
	}

	.mt20 {
		margin-top: 0.3rem;
	}

	.sectorlist {
		margin: 0.3rem auto;
	}

	.stories {
		padding: 0 0px;
	}

	.head-news-title {
		display: block;
		font-size: 0.4rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
		line-height: 0.8rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.swiper1-pagination,
	.swiper2-pagination {
		display: none;
	}

	.xwdt_bank {
		margin: 0.3rem auto;
	}

	.swiper2-2 {
		position: relative;
		display: inline-block;
		width: 7rem;
		height: 4.5rem;
	}

	.xwdt_lf .swiper2-2 .szyw_p {
		padding-right: 0px;
	}

	.xwdt_lf .szyw_p {
		width: 100%;
		height: 0.7rem;
		line-height: 0.7rem;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		bottom: 0;
		font-size: 0.35rem;
		color: #fff;
		padding: 0 0.1rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
	}

	.gzdt_list {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-left: 0;
	}

	.szyw_list_title {
		line-height: 0.8rem;
		border-bottom: 1px solid #c4c4c4;
	}

	.szyw_list_title a {
		color: #9a9a9a;
		font-size: 0.35rem;
		font-weight: 600;
		padding: 0 0.1rem 0.13rem 0.1rem;
		margin: 0 0.1rem;
	}

	.tabnavpc {
		display: none;
	}

	.tabnavwap {
		display: block;
	}

	.szyw_list_title a img {

		display: none;
	}

	.tabcon .con2-item .more {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		display: inline-block;
		background-color: #c4c4c4;
		padding: 0.1rem 0;
		text-align: center;
	}

	.tabcon .con2-item .more img {
		height: 0.5rem;
	}

	.tabcon {
		padding: 0.1rem;
	}

	.con2-item li {
		line-height: 0.9rem;
	}

	.con2-item li a {
		padding-left: 0.2rem;
		max-width: 5rem;
		display: inline-block;
		font-size: 0.3rem;
		color: #333333;
	}

	.con2-item li span {
		font-size: 0.26rem;
		color: #999;
	}

	.swiper3-3,
	.swiper3-3 .swiper-slide,
	.swiper3-3 .swiper-slide img {
		width: 100%;
		height: 1.5rem;
	}

	.sectorlist_module {
		width: 100%;
		float: left;
	}

	.sectorlist_module-ul {
		padding: 0px;
	}

	.sectorlist_module-ul li {
		padding: 0.2rem 0;
		border-bottom: 1px dotted #c4c4c4;
	}

	.sectorlist_module-img {
		display: block;
		float: left;
		width: 2rem;
		height: 1.3rem;
		padding: 0.08rem;
		border: 2px solid #c4c4c4;
	}

	.sectorlist_module-text {
		float: left;
		width: 5rem;
		margin-left: 0.15rem;
		font-size: 0.3rem;
		line-height: 0.6rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 0.1rem;
	}

	.mlr30 {
		margin: 0.3rem 0 0.3rem 0;
	}

	.moduleul li a {
		max-width: 100%;
	}

	.swiper5-5pc,
	.per5ination {
		display: none;
	}

	.swiper5-5wap {
		display: block;
	}

	.WorkStyle .swiper5-5 {
		height: 6rem;
		width: 100%;
		margin: 0.2rem auto;
	}

	.jctp_list li {
		padding: 0;
		background-color: #eceff4;
		width: 100% !important;
		margin: 0;
		height: 5.3rem;
		overflow: hidden;
	}

	.jctp_list li a img {
		width: 100%;
		height: 4.4rem;
	}

	.jctp_list li a span {
		font-size: 0.3rem;
		line-height: 0.6rem;
		max-width: 100%;
		padding: 0.1rem;
		text-align: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.Solicitation {
		width: 100%;
		height: 4.2rem;
		background-size: 100%;
	}

	.Solicitation-a {
		text-align: center;
		padding-top: 2.5rem;
	}

	.Solicitation-a a {
		display: inline-block;
		width: 1.8rem;
		line-height: 0.8rem;
		color: #fff;
		background-color: #bd1819;
		font-size: 0.26rem;
		font-weight: bold;
		text-align: center;
		border-radius: 0.15rem;
		position: relative;
		margin: 0 0.15rem;
	}

	.account {
		width: 100%;
		margin-left: 0px;
	}

	.account .tabcon {
		border: 1px solid #c4c4c4;
		border-top: none;
		height: auto;
		display: flex;
		align-items: center;
	}

	.accountul li {
		padding: 0.15rem;
		background-color: #eceff4;
		width: 1.4rem;
		margin: 0.15rem;
		height: 2rem;
		overflow: hidden;
		float: left;
	}

	.accountul li img {
		height: 1rem;
		display: block;
	}

	.accountul li span {
		font-size: 0.25rem;
		color: #333;
		text-align: center;
		line-height: 0.3rem;
		margin-top: 0.2rem;
	}

	.foot_liejie {
		display: none;
	}

	.foot_lxt {
		width: 100%;
		display: block;
		margin: 0rem auto;
		padding: 0.3rem 0;
	}

	.foot_text {
		margin-top: 0px;
	}

	.foot_text p {
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.3rem;
		color: #fff;
	}

	.dczd_foot {
		height: auto;
		background: #bc0000;
		margin: 0.3rem auto;
		padding-bottom: 0.2rem;
	}

	.zytzgg {
		display: none;
	}

	.path {
		line-height: 0.8rem;
		/* border-bottom: 1px solid #ddd; */
		font-size: 0.28rem;
		background: url(path.png) no-repeat 0 0.3rem;
		text-indent: 22px;
	}

	.homeboyxilan {
		border: 0.1rem solid #F8F8F8;
		padding: 0.1rem 0.1rem 0;
	}

	.homeboyxilantitle h1 {

		font-size: 0.45rem;
	}

	.homeboyxilantitle h2 {
		font-size: 0.36rem !important;
	}

	.timesou {

		line-height: 0.6rem;
		margin: 0.3rem 0;
	}

	.timesou span {
		display: inline-block;
		margin: 0 0.1rem;
		font-size: 0.3rem;
	}

	.share-box a {
		display: inline-block;
		width: 0.5rem;
		height: 0.6rem;
		transition: 0.4s all;
		margin-left: 0.1rem;
		cursor: pointer;
		background-size: 100% !important;
		background-position-y: 0.1rem !important;
	}

	.textcontent p,
	.textcontent span,
	.textcontent a {
		margin: 0;
		color: #333;
		font-size: 0.35rem !important;
		line-height: 0.7rem !important;
	}

	.textcontent img {
		max-width: 6rem;
		text-align: center;
		height: auto;
	}

	.yjzjbg {
		background: none !important;
	}

	.yjzjbg .Solicitation {
		background: url(Solicitation.png) no-repeat;
		background-size: 100%;
		height: 4.2rem;
	}

	.yjzjbgcontainer {
		margin-top: 0rem;
	}

	.xwdtboxlist .letter-box {
		padding: 0.2rem;
		background: #F2F6F9;
		border-radius: 0.2rem;
	}

	.xwdtboxlist .content {
		background-color: #fff;
		border-radius: 0.2rem;
		padding-bottom: 0.5rem;
	}

	.xwdtboxlist .form.info-form {
		position: relative;
		height: auto;
		border-radius: 0.15rem;
		padding-top: 0;
		padding-left: 0;
		line-height: 0.8rem;
		font-size: 18px;
		color: #111;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section p {
		font-size: 0.32rem;
		color: #333;
		font-weight: bold;
		height: auto;
		line-height: 0.8rem;
		padding-left: 0.15rem;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb {
		margin-top: 0.3rem;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li {
		width: 100%;
		height: auto;
		line-height: 0.7rem;
		margin-bottom: 0.5rem;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li span {
		display: inline-block;
		width: auto;
		height: auto;
		line-height: 0.7rem;
		text-align: right;
		margin-right: 0;
		font-size: 0.3rem;
		color: #333;
		margin: 0 0.2rem;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li input {
		width: 4.5rem;
		padding-left: 0.15rem;
		height: auto;
		line-height: 0.7rem;
		font-size: 0.3rem;
		border: 1px solid #d2d2d2;
		vertical-align: top;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.clearboth input {
		width: 4.5rem;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li input {
		width: 4.5rem;
		padding-left: 0.15rem;
		height: auto;
		line-height: 0.7rem;
		font-size: 0.3rem;
		border: 1px solid #d2d2d2;
		vertical-align: top;
	}

	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr {
		height: auto;
	}

	.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
		padding: 0.1rem;
		box-sizing: border-box;
	}

	.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
		width: 100%;
		height: auto;
		border: 1px solid #d2d2d2;
	}

	.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_btn {
		display: inline-block;
		text-align: center;
		width: 2rem;
		height: 0.8rem;
		font-size: 0.3rem;
		color: #fff;
		background-color: #333333;
		margin-right: 0.1rem;
	}

	.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_submit {
		background-color: #bd1819;
	}

	.xwdtboxlistmodule1 ul.con2-item li {
		border-bottom: 1px dashed #dedede;
		line-height: 0.9rem;
	}

	.xwdtboxlistmodule1 ul.con2-item li a {
		font-size: 0.3rem;
	}

	.xwdtboxlistmodule1 ul.con2-item li span {
		font-size: 0.26rem;
	}

	.ln-xjlb-tabwap li span:first-child {
		font-size: 0.3rem;
		display: block;
		text-align: center;
		background: #f7f7f7;
		padding: 0.3rem;
	}

	.ln-xjlb-tabwap li span {
		font-size: 0.3rem;
		display: block;
		text-align: center;
		padding: 0.1rem;
		border: 1px solid #eee;
		text-align: left;
		line-height: 0.5rem;
	}

	.ln-xjlb-tabwap {
		display: block;
	}

	.ln-xjlb-tabpc {
		display: none;
	}

	.yqs-jg {
		height: 0.8rem;
		border: 1px solid #d2d2d2;
		padding: 0 0.3rem;
		width: 3rem;
		margin: 0.2rem auto;
	}
	.yqs-button {
	    display: inline-block;
	    text-align: center;
	    width: 3rem;
	    height: 0.8rem;
	    font-size: 0.35rem;
	    color: #fff;
	    margin-right: 0;
	}
}