.load-new-item{
    padding: 0.25rem 0.84rem 0.25rem 0.66rem;
    border-bottom: 0.01rem solid #c5c5c5;
    display: flex;
    justify-content: space-between;
}
.load-new-item:hover{
    background: rgba(0,0,0,.03);
}
.load-new-right{
    font-size: 0.18rem;
    color: #333;
    display: flex;
    align-items: center;
}
.load-new-right img{
    width: 0.31rem;
    height: 0.23rem;
    margin-left: 0.17rem;
}
.load-new-tit{
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.24rem;
}
.load-new-time{
    font-size: 0.14rem;
    color: #999;
}



.about-msg {
	color: #333333;
	font-size: 18px;
	margin-top: 0.7rem;
	text-align: center;
	line-height: 2;
}

.about-wrap {
	padding: 0.9rem 0;
	/* background: url('/image/bgs2.png') no-repeat; */
	background-size: 100% 100%;
}


.about-imglist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.84rem;
}

.about-imgitem {
	width: 4.8rem;
	height: 3.2rem;
	margin-right: 0.3rem;
	overflow: hidden;
}

.about-imgitem:nth-child(3n) {
	margin-right: 0;
}

.about-imgitem:hover>img {
	transform: scale(1.05);
}

.about-imgitem img {
	width: 100%;
	height: 100%;
	transition: linear .25s;
	object-fit: cover;
}

.about-wenhua {
	background: url('../image/bgs7.jpg') no-repeat;
	background-size: 100% 100%;
	height: 6.2rem;
	padding-top: 1.1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.about-wenhua .comtitle {
	color: #fff;
}

.about-wenhua .comtitle::after {
	background: #fff;
}

.about-wenhua-row {
	display: flex;
	margin-top: 0.5rem;
}

.about-wenhua-row-item {
	flex: 1;
}

.about-wenhua-row-tit {
	color: #fff;
	font-weight: bold;
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
}

.about-wenhua-row-tit::before {
	content: '';
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	transform: rotate(45deg);
	margin-right: 0.1rem;

}

.about-wenhua-row-txt {
	color: #fff;
	font-size: 0.2rem;
}

/* width: 0.01rem;
height: 2.51rem;
border-radius: 0rem 0rem 0rem 0rem;
opacity: 0.8; */
.about-list {
	display: flex;
	margin-top: 0.5rem;
}

.about-item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0.42rem 0;
	position: relative;
}

.about-item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0.01rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, #FFFFFF 60%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
}

.about-item:hover {
	background-color: #004FA3;
	border-radius: 0.1rem;
}

.about-ico {
	width: 1rem;
	height: 1rem;
	margin-bottom: 0.36rem;
	position: relative;
}

.about-ico img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-ico2 {
	display: none;
}

.about-item:hover .about-ico2 {
	display: block;
}

.about-item:hover .about-ico1 {
	display: none;
}

.about-item-name {
	font-size: 0.24rem;
	color: #fff;
	color: #fff;
}

.about-friend-list {
	display: flex;
	flex-wrap: wrap;
}

.about-friend-item {
	width: 2.7rem;
	height: 1.54rem;
	margin-bottom: 0.5rem;
	margin-right: 0.36rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	overflow: hidden;
}

.about-friend-item:nth-child(5n) {
	margin-right: 0;
}

.about-friend-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-friend-list {
	margin-top: 0.6rem;
}

.about-friedns {
	padding: 1.1rem 0 0.9rem;
}

.yizhi-wrap {
	display: flex;
	margin-top: 0.9rem;
}

.yizhi-left {
	width: 4.2rem;
}

.yizhi-item {
	padding: 0.47rem 0.4rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.yizhi-item:last-child {
	margin-bottom: 0;
}

.yizhi-ico {
	width: 0.72rem;
	height: 0.72rem;
	position: relative;
}

.yizhi-ico img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jishu-ico2 {
	display: none;
}

.yizhi-name {
	color: #333;
	font-size: 0.26rem;
	margin-left: 0.3rem;
	font-weight: bold;
}

.yizhi-item:hover {
	background-color: #0059AB;
}

.yizhi-item:hover .yizhi-name {
	color: #fff;
}

.yizhi-item:hover .jishu-ico2 {
	display: block;
}

.yizhi-item:hover .jishu-ico1 {
	display: none;
}

.yizhi-right {
	flex: 1;
	background-color: #fff;
	margin-left: 0.3rem;
	/*padding: 1.2rem 0.75rem 0.96rem 1.1rem;*/
	padding: .2rem;
}

.yizhi-right-item {
	display: none;
	height: 100%;
}

.yizhi-right-item:nth-child(1) {
	display: block;
}

.yizhi-right-imgbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.yizhi-right-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jishu-wrap {
	padding: 0.9rem 0;
	position: relative;
	/* background: url('../image/bgs8.png') no-repeat;
	background-size: 100% 100%; */
}

.guangfu-wrap {
	padding: .88rem 0;
}

.bigimg {
	position: absolute;
	width: 100%;
	height: 120%;
	z-index: -1;
	top: 0;
	left: 0;
}

.guangfu-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.2rem;
}

.guangfu-item {
	width: 4.6rem;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	padding: 0.53rem 0.3rem;
	margin-right: 0.6rem;
	display: block;
	margin-bottom: 0.5rem;
}

.guangfu-item:nth-child(3n) {
	margin-right: 0;
}

.guangfu-imgbox {
    max-height: 5rem;
    min-height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.25rem;
}

.guangfu-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.guangfu-title {
	color: #333333;
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 0.08rem;
	text-align: center;
}

.guangfu-text {
	color: #333333;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.28rem;
}

.guangfu-many {
	width: 1.22rem;
	height: 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	border: 0.01rem solid #0255A7;
	margin: 0 auto;
	position: relative;
}

.guangfu-many img {
	width: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.guanfu-ico1 {
	display: none;
}

.guangfu-item:hover .guanfu-ico1 {
	display: block;
}

.guangfu-item:hover .guanfu-ico2 {
	display: none;
}

.guangfu-item:hover .guangfu-many {
	border: 0;
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
}

.guangfu-top {
	margin-top: 1rem;
}

.guangfu-list2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.9rem;
	justify-content: space-between;
}

.guanggu-item2 {
	display: flex;
	align-items: center;
	padding: 0.65rem 0.15rem;
	margin-bottom: 0.5rem;
	width: 6.98rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}

.guangfu-msg-title,
.guangfu-msg-text {
	color: #333333;
	font-size: 0.2rem;
	margin-bottom: 0.08rem;
	font-weight: bold;
}

.guangfu-msg-ico2 {
	margin-top: 0.28rem;
	position: relative;
	width: 1.2rem;
	height: 0.32rem;
	border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
	border: 0.01rem solid #004FA3;

}

.guangfu-msg-ico2 img {
	position: absolute;
	width: 0.3rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.guangfu-img2 {
	width: 4rem;
	height: 2.18rem;
}

.guangfu-img2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.guangfu-msg2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.guanggu-item2:hover .guangfu-msg-ico2 {
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
}

.guanggu-item2:hover .guanfu-ico1 {
	display: block;
}

.guanggu-item2:hover .guanfu-ico2 {
	display: none;
}

.pro-banner {
	height: 9.4rem;
	position: relative;
}

.pro-banner .proImg {
	width: 100%;
	height: 100%;
}

.pro-absolute {
	position: absolute;
	bottom: 1.43rem;
	left: 3rem;
}

.pro-tit {
	font-size: 0.86rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.35rem;
}

.pro-item {
	color: #fff;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}

.pro-item::before {
	content: '';
	display: block;
	width: 0.19rem;
	height: 0.19rem;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 0.2rem;
}

.scroll-img {
	margin-top: 0.6rem;
	width: 0.5rem;
	height: 0.5rem;
}

.pro-pro {
	position: absolute;
	right: 3.37rem;
	bottom: -2.8rem;
	width: 6rem;
	height: 9.5rem;
	object-fit: contain;
}

.pro-detail {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.pro-detail img {
	max-width: 100%;
}

.contact-box {
	height: 8.5rem;
	position: relative;
}

.map {
	height: 8.5rem;
    position: relative;
}

.map img {
	width: 100%;
	height: 111%;
	position: relative;
	z-index: -1;
}
.map::after{
    content: '浙江润海新能源有限公司';
    position: absolute;
    width: 3.25rem;
    height: .63rem;
    background: rgba(255,255,255,0.85);
    left: 65%;
    top: 57%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    color: #15559A;
    font-weight: bold;
    /*background: red;*/
}

.contact-content {
    width: 4.62rem;
    background: url('/assets/image/white.png') no-repeat;
    background-size: 100% 100%;
    /*background: #fff;*/
    /*box-shadow: 0rem 0.02rem 0.01rem rgba(0,0,0,.15);*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.1rem;
	padding: 0.44rem 0.32rem 0.4rem .4rem;
}

.contact-title {
	font-size: 0.3rem;
	color: #15559A;
	margin-bottom: 0.82rem;
	font-weight: bold;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.15rem;

}

.contact-item img {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.12rem;
}

.contact-txt {
	color: #333;
	font-size: 0.16rem;
}

.contact-gzh {
	width: 1.5rem;
	margin-top: 0.7rem;
}

.contact-gzh img {
	width: 100%;
	height: 1.5rem;
	object-fit: cover;
}

.contact-gzh .gzh {
	text-align: center;
	color: #333333;
	font-size: 0.14rem;
	/*margin-top: 0.15rem;*/
}


.contact-row {
	padding: 0.9rem 0 0.9rem 0;
}

.list-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

.item-item {
	width: 4.87rem;
	height: 3.63rem;
	display: block;
	overflow: hidden;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	position: relative;
	margin-right: 0.17rem;
	margin-bottom: 0.15rem;
}

.item-item:nth-child(3n) {
	margin-right: 0;
}

.item-name {
	position: absolute;
	bottom: 0.25rem;
	z-index: 2;
	font-weight: bold;
	text-align: center;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.2rem;
}

.item-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: linear .25s;
}

.item-item:hover>img {
	transform: scale(1.05);
}

.zhaopin-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
}

.zhaopin-item {
	width: 7.29rem;
	height:auto;
	padding: 0.62rem 0.56rem 0.5rem 0.4rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.5rem;
}

.zhaopin-msg {
	flex: 1;
	display: flex;
	/*align-items: center;*/
	color: #999999;
	line-height: 1.8;
	font-size: 0.18rem;
}

.zhaopin-tit {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.3rem;
}

.zhaopin-last {
	display: flex;
	justify-content: space-between;
}

.zhaopin-add {
	position: relative;
	width: 0.19rem;
	height: 0.19rem;
}

.zhaopin-add img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.add2 {
	display: none;
}

.zhaopin-last span {
	font-size: 0.18rem;
	color: #999;
}

.zhaopin-item:hover>* {
	color: #fff;
}

.zhaopin-item:hover {
	background: #0E6DBA;
}

.zhaopin-item:hover .add2 {
	display: block;
}

.zhaopin-item:hover .add1 {
	display: none;
}

.zhaopin-deta-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zhaopin-detail {
	padding: 0.59rem 0;
	background-color: #F7F9FC;
}

.zhaopin-deta-right {
	width: 1.63rem;
	height: 0.56rem;
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
	border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.24rem;
	cursor: pointer;
}

.zhaopin-deta-title strong {
	font-size: 0.38rem;
	color: #004FA3;
}

.zhaopin-deta-title span {
	font-size: 0.3rem;
	color: #333333;
	margin-left: 0.15rem;
}

.zhaopin-deta-timer {
	margin-top: 0.15rem;
	color: #666666;
	font-size: 0.16rem;
}

.zhaopin-detail-many {
	width: 100%;
	padding: 0.16rem 0.27rem;
	background-color: #F7F9FC;
	font-size: 0.2rem;
	font-weight: bold;
	color: #004FA3;
}

.zhaopin-zhiwen-list {
	margin-top: 0.7rem;
}

.zhaopin-zhiwen-item {
	margin-bottom: 0.44rem;
}

.zhaopin-zhiwen-item:last-child {
	margin-bottom: 0;
}

.zhaopin-zhiwen-title {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.zhaopin-zhiwen-mess {
	line-height: 2;
	color: #333333;
	font-size: 0.2rem;
}

.show-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.gangwen-fixed {
	width: 5.8rem;
	background: #fff;
	border-radius: 0.04rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gangwen-tops {
	padding: 0.14rem 0.3rem;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gangwen-title {
	font-size: 0.18rem;
	color: #333;
}

.closes {
	width: 0.26rem;
	height: 0.26rem;
}

.gangwen-bottoms {
	padding: 0.3rem;
	background: #fff;
}

.gangwen-item-name {
	font-size: 0.16rem;
	color: #6D6D6D;
	margin-bottom: 0.14rem;
}

.gangwen-item-item {
	margin-bottom: 0.2rem;
}

.gangwen-item-item input {
	width: 100%;
	height: 0.44rem;
	border: 0.01rem solid #D4DEE2;
	padding: 0 0.15rem;
}

.gangwen-upload {
	width: 1.6rem;
	height: 0.44rem;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	border: 0.01rem solid #004FA3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.14rem;
	color: #004FA3;
	cursor: pointer;
}

.gangwen-upload img {
	width: 0.1rem;
	height: 0.19rem;
	margin-left: 0.25rem;
}

.gangwen-upload-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .1rem 0.2rem;
	background-color: #F8F8F8;
}

.upload-close {
	width: 0.26rem;
	height: 0.26rem;
	cursor: pointer;
}

.gangwen-up-name {
	color: #6D6D6D;
	font-size: 0.14rem;
}

.btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.37rem;
	padding-bottom: 0.1rem;
}

.btn-box button,
.esc {
	width: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.44rem;
	font-size: 0.14rem;
	border-radius: 99px;
}

.btn-box button {
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
	opacity: 1;
	border: 0;
	color: #fff;
}

.btn-box .esc {
	border: 0.01rem solid #004FA3;
	color: #004FA3;
	margin-right: 0.2rem;
	cursor: pointer;
}

.about-history {
	background: url('../image/bgs9.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 1.1rem 0 0.9rem;
}

.history-swiper {
	position: relative;
	margin-top: 0.76rem;
}

.historySwiper {}

.his-year {
	text-align: center;
	font-size: 0.2rem;
	color: #333;
	margin-bottom: 0.15rem;
	font-weight: bold;
}

.his-clicle {
	width: 0.2rem;
	height: 0.2rem;
	border: 0.05rem solid #004FA3;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
}

.sjx {
	width: 0.2rem !important;
	height: 0.2rem !important;
	margin: 0.15rem auto 0 auto;
}

.his-bottom {
	margin-top: 0.1rem;
}

.his-boo-year {
	padding: 0.1rem 0;
	font-size: 0.4rem;
	color: #004FA3;
	font-weight: bold;
	border-bottom: 0.01rem solid #999999;
}

.his-boo-mess {
	margin-top: 0.2rem;
	color: #666666;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

.top-sjx {
	width: 0.14rem !important;
	height: 0.14rem !important;
	margin-right: 0.15rem;
}

.his-boo-imgbox {
	width: 100%;
	height: 1.8rem;
	overflow: hidden;
}

.his-boo-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: linear .25s;
}

.his-boo-imgbox:hover>img {
	transform: scale(1.05);
}
.history-swiper{
	position: relative;
}
.history-swiper::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 0.01rem;
	background-color: #999999;
	left: 0;
	top: 0.5rem;
}

.his-next,.his-prev{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 0.01rem solid #666666;
	transform: translateY(0) !important;
}
.his-next::after{
	color: #666;
	font-size: 0.18rem !important;
}
.his-prev::after{
	color: #666;
	font-size: 0.18rem !important;
}
.his-next{
	right: 1.1rem !important;
	top: 1.1rem !important;
}
.his-prev{
	top: 1.1rem !important;
	left: 1.1rem !important;
}
.his-prev:hover{
	background: #0559AB !important;
}
.his-prev:hover::after{
	color: #fff !important;
}
.his-next:hover{
	background: #0559AB !important;
}
.his-next:hover::after{
	color: #fff !important;
}
.download-wrap{
	padding: 0.88rem  0;
}
.load-list{
	margin-top: 0.5rem;
	display: flex;
	border-bottom: 0.01rem solid #E6E6E6;
	padding: 0 0.1rem;
}
.load-item{
	padding-bottom: 0.2rem;
	border-bottom: 0.05rem solid transparent;
	margin-right: 0.6rem;
	cursor: pointer;
}
.load-box-btit{
	font-weight: bold;
	font-size: 0.14rem;
	color: #333;
}
.load-item.active{
	font-weight: bold;
	border-color: #004FA3;
}
.load-box{
	margin-top: 0.45rem;
	border: 0.01rem solid #C5C5C5;
}
.load-box-body{
	display: flex;
	padding: 0.13rem 0.4rem;
	background: #FAFAFA;
	border-bottom: 0.01rem solid #C5C5C5;
}
.all-check,.check-son{
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.78rem;
	background-color: red;
}
.a1{
	width:3rem;
}
.a2{
	width:4.5rem;
}
.a3{
	width: 2.8rem;
}
.a4{
	width: 2rem;
}
.a5{
	width: 0.9rem;
	cursor: pointer;
}
/*.load-tit-wrap{*/
	/*padding:0 0.4rem;*/
/*	display: none;*/
/*}*/
/*.load-tit-wrap:nth-child(1){*/
/*	display: block;*/
/*}*/
.load-tit-items{
	display: flex;
	align-items: center;
	border-bottom: 0.01rem solid #E2E2E2;
	padding: 0.26rem 0 ;
}
.load-tit-items:last-child{
	margin-bottom: 0;
}
.son-item {
	color: #333333;
	font-size: 14px;
}
.a1 img{
	width: 0.4rem;
	height: 0.31rem;
}
.a4 img{
	width: 0.26rem;
	height: 0.22rem;
}
.load-lastbox{
	padding: 0.52rem 0.4rem 0 0.4rem;
}

.load-lastbox{
	display: flex;
	justify-content: space-between;
}
.load-last-left{
	display: flex;
	align-items: center;
}
.load-last-left .all-check{
	margin-right: 0.18rem;
}
.check-pages{
	font-size: 0.14rem;
	color: #333;
}
.del{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	color: #004FA3;
	margin-left: 0.24rem;
	cursor: pointer;
}
.del img{
	width: 0.17rem;
	height: 0.19rem;
	margin-right: 0.06rem;
}
.check-pages span{
	color: #004FA3;
	font-size: 0.14rem;
}
@media only screen and (max-width: 1024px) {
    .about-wrap{
        padding: 0.4rem 0;
    }
    .about-msg{
        margin-top: 0.2rem;
        font-size: 12px;
    }
    .about-imgitem{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .about-wenhua{
        padding-top: 0.6rem;
    }
    .about-wenhua-row{
        margin-left: 0;
        display: block;
    }
    .about-wenhua-row-item{
        margin-bottom: 20px;
    }
    .about-wenhua-row-txt,.his-year,.his-boo-mess{
        font-size: 12px;
    }
    .about-list{
        margin-top: 0;
    }
    .about-history{
        padding: 0.6rem 0 0.6rem;
    }
    .about-friedns{
        padding: 0.6rem 0 0.2rem;
    }
    .about-friend-item{
        margin-right: 0;
        width: 3.3rem;
        height: 1.94rem;
    }
    .about-friend-list{
        justify-content: space-between;
    }
    .jishu-wrap{
        padding: 0.3rem 0;
    }
    .yizhi-wrap{
        margin-top: 0;
        display: block;
    }
    .yizhi-left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yizhi-item{
        padding: 0.47rem 0.4rem 0.47rem 0.4rem;
        width: 49%;
    }
    .yizhi-right{
        margin-left: 0;
    }
    .guangfu-wrap{
        padding: .6rem 0;
    }
    
    .guangfu-top{
        margin-top: 0;
    }
    .guangfu-list{
        margin-top: 0.6rem;
        justify-content: space-between;
    }
    .guangfu-item{
        width: 49%;
        margin-right:0;
        margin-bottom:0;
        padding: 0.3rem 0.1rem;
    }
    .download-wrap{
        padding: 0.6rem 0 0;
    }
    .load-item{
        margin-right: 0;
        font-size: 12px;
        text-align: center;
    }
    .load-new-tit,.load-new-time,.contact-txt,.item-name,.zhaopin-msg,.zhaopin-deta-timer,.zhaopin-zhiwen-mess,.zhaopin-detail-many{
        font-size: 12px;
    }
    .contact-content{
        left: 10px;
    }
    .contact-row{
        padding: 0.6rem 0;
    }
    .contact-row .list-list{
        margin-top: 0.5rem;
    }
    .contact-row .item-item{
        width: 100%;
    }
    .zhaopin-list{
        margin-top: 0.5rem;
    }
    .zhaopin-deta-flex{
        display: block;
    }
    .zhaopin-deta-right{
        margin-top: 10px;
    }
    .yizhi-item:last-child{
        margin-bottom: 0.25rem;
    }
    .about-wenhua{
        height:auto;
    }
    .load-list{
        justify-content: space-between;
    }
}