.cor666 {
	color: #666;
}

.cor333 {
	color: #333;
}

.cor999 {
	color: #999;
}

.corMain {
	color: #00479D;
}

.cordada {
	color: #0A0A0A;
}

.d-flex {
	display: flex;
}

.a-center {
	align-items: center;
}

.j-sb {
	justify-content: space-between;
}

.f-wrap {
	flex-wrap: wrap;
}

.w100 {
	width: 100%;
}

.hoverConBox {
	position: absolute;
	left: 3.4rem;
	width: 10.8rem;
	z-index: 2;
	top: -0.2rem;

	transform: translateX(0.3rem);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.hoverConBox .hoverConDiv {
	margin-left: 0.7rem;
	width: 9.8rem;
	padding: 0.3rem;
	background: #fff;
	box-shadow: 0px 0.06rem 0.2rem 0px rgba(0, 0, 0, 0.12);
}



.hoverConBox .hoverCon {
	width: 100%;
	max-height: 5.6rem;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 0.2rem;
}

.hoverConBox .hoverCon .item2 {
	margin-bottom: 0.2rem;
}

.hoverConBox .hoverCon .item2:last-child {
	margin-bottom: 0;
}

.hoverConBox .hoverCon .title {
	font-size: 0.16rem;
	color: #064b9f;
}

.hoverConBox .hoverCon .intro {
	font-size: 0.16rem;
	color: #666666;
	line-height: 2;
}

.hoverConBox .hoverCon .intro img {
	width: 100%;
}

.hoverConBox .hoverCon .item2 .ul {
	width: 100%;
}

.hoverConBox .hoverCon .item2 .ul .li {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	height: auto;
}

.hoverConBox .hoverCon .item2 .ul .li .imgbox {
	padding-top: 74.71%;
}

.hoverConBox .hoverCon .item2 .ul .li .imgbox img {
	object-fit: contain;
}

.hoverConBox .hoverCon .slick-arrow i {
	display: none;
}

.hoverConBox .hoverCon .slick-arrow {
	width: 0.4rem;
	height: 0.4rem;
	background: #F2F4F6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.hoverConBox .hoverCon .slick-arrow:hover {
	background: #00479D;
}

.hoverConBox .hoverCon .slick-arrow::before {
	content: '';
	display: block;
	width: 0.17rem;
	height: 0.06rem;
	background-image: url(../images/imagesNew/icon/arrowLeftBlue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.hoverConBox .hoverCon .slick-arrow:hover::before {
	background-image: url(../images/imagesNew/icon/arrowLeftW.png);
}

.hoverConBox .hoverCon .slick-arrow.slick-next:before {
	background-image: url(../images/imagesNew/icon/arrowRightBlue.png);
}

.hoverConBox .hoverCon .slick-arrow.slick-next:hover:before {
	background-image: url(../images/imagesNew/icon/arrowRightW.png);
}

@media screen and (min-width:1025px) {
	.parameterLeft .item dt:hover .hoverConBox {
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	.parameterLeft {
		width: 3.8rem !important;
	}

	.proDetail {
		width: calc(100% - 4.3rem) !important;
	}

	.hoverConDiv {
		position: relative;
	}

	.hoverConDiv::before {
		content: '';
		display: block;
		width: 0.15rem;
		height: 0.17rem;
		background-image: url(../images/imagesNew/icon/triangle.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: -0.15rem;
		top: 0.25rem;
	}

}

.ejHoverConBox {
	width: 5rem;
	background: #FFFFFF;
	box-shadow: 0px 0.06rem 0.12rem 0px rgba(0, 0, 0, 0.12);
	border: 0.01rem solid #F7F8FA;
	position: absolute;
	left: 100%;
	top: -0.18rem;
	z-index: 2;
	transform: translateX(0.3rem);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.parameterLeft .innerBox label:hover .ejHoverConBox {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

.ejHoverConBox .hoverConDiv {
	width: 100%;
	height: 100%;
	padding: 0.3rem;
}

.ejHoverConBox .hoverConDiv .item2 {
	display: flex;
	margin-bottom: 0.2rem;
	flex-wrap: wrap;
}

.ejHoverConBox .hoverConDiv .item2:last-child {
	margin-bottom: 0;
}

.ejHoverConBox .hoverConDiv .title {
	font-size: 0.16rem;
	color: #064b9f;
	line-height: 1.5;
	margin-right: 0.2rem;
}

.ejHoverConBox .hoverConDiv .intro {
	font-size: 0.16rem;
	color: #666666;
	line-height: 1.5;
}

.ejHoverConBox .hoverConDiv .intro2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ejHoverConBox .hoverConDiv .intro2 img {
	max-width: 100%;
}

.ejHoverConBox .hoverCon .item2 .ul {
	width: 100%;
}

.ejHoverConBox .hoverCon .item2 .ul .li {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}

.ejHoverConBox .hoverCon .item2 .ul .li .imgbox {
	padding-top: 49.75%;
}

.ejHoverConBox .hoverCon .item2 .ul .li .imgbox img {
	object-fit: contain;
}

.ejHoverConBox .hoverCon .slick-arrow i {
	display: none;
}

.ejHoverConBox .hoverCon .slick-arrow {
	width: 0.4rem;
	height: 0.4rem;
	background: #F2F4F6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	left: 0;
}

.ejHoverConBox .hoverCon .slick-arrow:hover {
	background: #00479D;
}

.ejHoverConBox .hoverCon .slick-arrow::before {
	content: '';
	display: block;
	width: 0.17rem;
	height: 0.06rem;
	background-image: url(../images/imagesNew/icon/arrowLeftBlue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.ejHoverConBox .hoverCon .slick-arrow:hover::before {
	background-image: url(../images/imagesNew/icon/arrowLeftW.png);
}

.ejHoverConBox .hoverCon .slick-arrow.slick-next:before {
	background-image: url(../images/imagesNew/icon/arrowRightBlue.png);
}

.ejHoverConBox .hoverCon .slick-arrow.slick-next:hover:before {
	background-image: url(../images/imagesNew/icon/arrowRightW.png);
}

.ejHoverConBox .hoverCon .slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.twoSlider {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

@media screen and (min-width:1025px) {
	.tipBtn {
		display: none;
	}

	.hoverConDiv .close {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.hoverConDiv {
		position: relative;
	}

	.hoverConDiv .close {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
		background-image: url(../images/imagesNew/icon/icon-close.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.tipBtn {
		display: block;
		position: absolute;
		right: 30px;
		width: 20px;
		height: 20px;
		background-image: url(../images/imagesNew/icon/tip.png);
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.hoverConBox {
		position: fixed;
		width: 100%;
		transform: translateX(0);
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
		height: 100vh;
		padding: 30px;
		z-index: 1000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.active .hoverConBox {
		opacity: 1;
		visibility: visible;
	}

	.hoverConBox .hoverConDiv {
		width: 100%;
		margin-left: 0;
	}

	.hoverConBox .hoverCon {
		max-height: 9rem;
	}

	.SubPage,
	.SubPage .w1440.flexbw {
		position: static !important;
	}

	.ejHoverConBox {
		position: static;
		width: 100%;
		height: auto;
		transform: translateX(0);
		margin-top: 0.1rem;
		display: none;
		opacity: 1;
		visibility: visible;
		margin-bottom: 0.1rem;
	}

	.ejHoverConBox .hoverConDiv {
		height: auto;
	}

	.parameterLeft .innerBox label .tipBtn {
		right: 0;
	}

	.ejHoverConBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10000;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 0.3rem;
		display: none;
	}

	.activeEj .ejHoverConBox {
		display: flex;
		margin-top: 0;
		margin-bottom: 0;
	}

	.ejHoverConBox .hoverConDiv {
		background-color: #fff;
	}
}

.parameterLeft .innerBox label .twoLabel input {
	top: 50% !important;
	transform: translate(0px, -50%);
	margin-top: 0 !important;
}

.parameterLeft .innerBox label .twoLabel img {
	margin-top: 0.08rem;
	margin-bottom: 0.08rem;
	margin-left: 0.11rem;
}

.SubMenu.on .w1440 {
	display: flex;
	align-items: center;
}

.searchGroup {
	background: #F3F4F4;
}

.searchGroup {}

.searchGroup .w1440 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}

.searchGroup .item {
	width: calc(50% - 0.1rem);
	background-color: #fff;
	padding: 0.4rem;
}

.searchGroup .item .title {
	font-size: 0.36rem;
	color: #333333;
}

.searchGroup .item .subTitle {
	font-size: 0.2rem;
	color: #666666;
	margin-top: 0.2rem;
}

.searchGroup .item button {
	transition: all 0.3s ease;
	border: 0.02rem solid #00479d;
}

.searchGroup .item button::after {
	content: '';
	display: block;
	width: 0.17rem;
	height: 0.06rem;
	background-image: url(../images/imagesNew/icon/arrowRightW.png);
	background-size: 0.17rem 0.06rem;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.14rem;
}

.searchGroup .item button:hover {
	background-color: transparent;
	color: #00479d;
}

.searchGroup .item button:hover::after {
	background-image: url(../images/imagesNew/icon/arrowRightBlue.png);
}

.searchGroup .proSearch .innerBox {
	border: none;
	padding: 0;
	position: relative;
	justify-content: space-between;
}

.searchGroup .proSearch .selectPull {
	width: calc(50% - 0.1rem);
	margin: 0;
}

.searchGroup .proSearch {
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
}

.searchGroup .selectPull select,
.searchGroup .selectPull .ipt {
	background-color: #F2F4F6;
}

.searchGroup .selectPull {
	border-bottom: none;
}

.searchBtn {
	width: 1.65rem;
	height: 0.48rem;
	background: #00479D;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.18rem;
	color: #FFFFFF;
}

.searchInput {
	width: 100%;
	height: 0.48rem;
	background: #F2F4F6;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.searchInput .searchIcon {
	display: block;
	width: 0.16rem;
	height: 0.14rem;
	background-image: url(../images/imagesNew/icon/searchIcon.png);
	background-size: 0.16rem 0.14rem;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 12px;
}

.searchInput input {
	flex: 1;
}

@media screen and (max-width:1024px) {
	.pt100 {
		padding-top: 0.5rem;
	}

	.pb100 {
		padding-bottom: 0.5rem;
	}

	.searchGroup .item {
		padding: 0.3rem;
	}

	.searchGroup .item .title {
		font-size: 0.24rem;
	}

	.searchGroup .item .subTitle {
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}

	.searchGroup .proSearch,
	.searchInput {
		margin-top: 0.15rem;
		margin-bottom: 0.2rem;
	}
}

@media screen and (max-width:768px) {
	.searchGroup .item {
		width: 100%;
		margin-bottom: 0.2rem;
	}

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

@media screen and (min-width:769px) {
	.tabNav ul {
		display: flex;
		justify-content: center;
		border-bottom: 1px solid #EEEEEE;
	}
}

.tabNav ul li {
	text-align: center;
	height: 0.52rem;
	line-height: 0.52rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	cursor: pointer;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 2px solid transparent;
}

.tabNav ul li.on {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 2px solid #00479D;
}

@media screen and (max-width:1024px) {
	.tabNav ul li {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.w1440.nones.flexbw {
		position: absolute !important;
	}

}

@media screen and (max-width:768px) {
	.tabNav {
		width: 100%;
		overflow-x: auto;
	}

	.tabNav ul {
		width: 100%;
		overflow-x: auto;
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		overflow-y: hidden;
		padding-bottom: 0.2rem;
	}

	.tabNav ul li {
		flex: 0 0 auto;
		border-bottom: 1px solid #EEEEEE;
	}

	.tabNav ul li.on {
		border-bottom: 1px solid transparent;
	}
}

.searchInputBox {
	padding: 0.24rem 0.29rem 0 0.29rem;
	background: #F2F4F6;
}

.parameterLeft .proSearch .innerBox {
	padding: 0;
}

.parameterLeft .proSearch {
	margin-bottom: 0;
	margin-top: 0.2rem;
}

.parameterLeft .proSearch .innerBox .selectPull:last-child {
	margin-bottom: 0;
}

.parameterLeft .searchInput {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.resultList .item {
	background: #FFFFFF;
	border: 1px solid #E5E8ED;
	padding: 0.2rem;
	margin-top: 0.3rem;
}

.resultList .item .img {
	width: 1.2rem;
	height: 1.2rem;
	background: #F6F7F7;
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.3rem;
}

.resultList .item .fontBox {
	flex: 1;
}

.resultList .item .fontBox .intro {
	margin-top: 0.1rem;
}

.resultList .item .fontBox .intro span {
	height: 0.24rem;
	background: #e5ecf5;
	display: flex;
	padding-left: 0.12rem;
	padding-right: 0.12rem;
	align-items: center;
	justify-content: center;
	margin-right: 0.1rem;
}

.resultList .item .fontBox .time {
	margin-top: 0.1rem;
}

.resultList .item .fontBox .time div {
	display: flex;
	align-items: center;
}

.resultList .item .fontBox .time div::after {
	content: '';
	display: block;
	width: 0.01rem;
	height: 0.16rem;
	background-color: #666;
	margin-left: 0.12rem;
	margin-right: 0.12rem;
}

.resultList .item .fontBox .time div:last-child::after {
	display: none;
}

.downLoadBtn {
	width: 1.15rem;
	height: 0.4rem;
	background-color: #00479D;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	color: #fff;
	border: 2px solid #00479D;
	transition: all 0.5s ease;
}

.downLoadBtn::after {
	content: '';
	display: block;
	width: 0.13rem;
	height: 0.14rem;
	background-image: url(../images/imagesNew/icon/downLoadW.png);
	background-size: 0.13rem 0.14rem;
	margin-left: 0.1rem;
}

.downLoadBtn:hover {
	background-color: transparent;
	color: #00479D;
}

.downLoadBtn:hover::after {
	background-image: url(../images/imagesNew/icon/downLoadB.png);
}

.sort .proSearch {
	margin-bottom: 0;
	width: 3.1rem;
	height: 0.46rem;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-left: 0.2rem;

}

.sort .proSearch .innerBox {
	border: none;
	padding: 0;
}

.sort .proSearch .selectPull {
	width: 100%;
	margin: 0;
}

.copy {
	color: #00479d;
	margin: 0.1rem 0 0 0.1rem;
	display: inline-block;
}

.copy:before {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: url(../images/imagesNew/icon/copy.svg) no-repeat center center/contain;
	margin-right: 10px;
}

.copy:hover {
	color: #cc0000;
}

.indexSl .title {
	display: flex;
	align-items: center;
}

.indexSl .title::before {
	content: '';
	display: block;
	width: 0.05rem;
	height: 0.2rem;
	background: #00479D;
	border-radius: 0.02rem;
	margin-right: 0.2rem;
}

.allyList {
	margin-top: 0.2rem;
}

.allyList .item {
	height: 0.44rem;
	background: #F2F4F6;
	width: 25%;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.allyList .item:nth-child(3) {
	width: 38%;
}

.allyList img {
	width: 6%;
}

.showBtn {
	cursor: pointer;
}

.projectList .item2 {
	display: flex;
	align-items: center;
	font-size: 0.18rem;
}

.projectList .item2::before {
	content: '';
	display: block;
	width: 0.08rem;
	height: 0.12rem;
	background-image: url(../images/imagesNew/icon/triangleB.png);
	background-size: 0.08rem 0.12rem;
	margin-right: 0.12rem;
}

.allyBox .parameterLeft .innerBox {
	padding: 0;
}

.allyBox .parameterLeft .item {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	border-bottom: 1px solid #728fb1;
}

.allyBox .parameterLeft .item dt {
	padding: 0.2rem;
	background: #00479D;
}

.allyBox .parameterLeft .item dt .oneDt {
	color: #fff;
}

.allyBox .parameterLeft .item dt i {
	right: 0.2rem;
}

.allyBox .parameterLeft .item dt i:after,
.allyBox .parameterLeft .item dt i:before {
	color: #fff;
}

.allyBox .parameterLeft .item:hover dt i:after,
.allyBox .parameterLeft .item:hover dt i:before {
	background: #fff;
}

.allyBox .parameterLeft .item dd {
	margin-top: 0.16rem;
	margin-bottom: 0.16rem;
}

.allyBox .parameterLeft .item dd .item2 {
	margin-top: 0.04rem;
	margin-bottom: 0.04rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	cursor: pointer;
}

.allyStep {
	padding-left: 0.2rem;
}

.allyStep .item3 {
	display: flex;
	align-items: center;
	line-height: 1;
	padding-bottom: 0.2rem;
	position: relative;
}

.allyStep .item3::before {
	content: '';
	display: block;
	width: 0.18rem;
	height: 0.18rem;
	background: #F2F4F6;
	border: 0.02rem solid #DBDBDB;
	border-radius: 50%;
	margin-right: 0.2rem;
}

.allyStep .item3::after {
	content: '';
	display: block;
	width: 0.02rem;
	height: 0.2rem;
	background: #dbdbdb;
	position: absolute;
	left: 0.08rem;
	bottom: 0;
}

.allyStep .item3:last-child {
	padding-bottom: 0;
}

.allyStep .item3:last-child::after {
	display: none;
}

.allyStep .item3.on::before {
	border: none;
	background-image: url(../images/imagesNew/icon/stepIcon.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.allyStep .item3.on::after {
	background: #00479D;
}

.allyTjList .item {
	margin-right: 0.12rem;
	margin-bottom: 0.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.allyTjList .item:last-child {
	margin-right: 0;
}

.allyTjList .itemCon {
	width: 0.8rem;
	height: 0.6rem;
	background: #FFFFFF;
	border: 0.01rem solid #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 0.27rem 0px rgba(9,21,37,0.1);
}

.allyTjList .itemCon::after {
	content: '';
	display: block;
	width: 0.2rem;
	height: 0.08rem;
	background-image: url(../images/imagesNew/icon/lianIcon.png);
	background-size: 0.2rem 0.08rem;
	background-position: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
}

.allyTjList .item .itemCon:last-child {
	margin-right: 0;
}

.allyTjList .item .itemCon.on::after {
	background-image: url(../images/imagesNew/icon/lianIconB.png);
}

.allyTjList .item.on .itemCon {
	border: 0.01rem solid #00479d;
	color: #00479d;
	background-color: #fff;
}

.allyTjList .item input[type="radio"],
.allyTjList .item input[type="checkbox"] {
	margin: 0 !important;
	margin-top: 0.1rem !important;
	display: none;
}
.allyTjList .item.checkbox-visible input[type="radio"],
.allyTjList .item.checkbox-visible input[type="checkbox"]{
	display: block;
}


.publicTitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 0.2rem;
	line-height: 1;
}

.publicList .item {
	width: calc(50% - 0.1rem);
	background: #FFFFFF;
	box-shadow: 0px 0px 0.27rem 0px rgba(9, 21, 37, 0.1);
	margin-top: 0.3rem;
	border: 0.02rem solid #fff;
	transition: all 0.3s ease;
}

.publicList .item .itemCon {
	width: 100%;
	display: flex;
	padding: 0.14rem 0.2rem;
	flex-direction: column;
	justify-content: center;
}

.publicList .item .itemCon .pdfIcon {
	width: 0.28rem;
	margin-left: 0.12rem;
}

.publicList .item .itemCon .arrow {
	width: 0.28rem;
	height: 0.28rem;
	background-color: #CCCCCC;
	border-radius: 0.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/imagesNew/icon/arrowRightLine.png);
	background-size: 0.16rem 0.14rem;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.12rem;
	transition: all 0.3s ease;
}

.publicList .item .itemCon .arrow:hover {
	background-color: #00479D;
}

.publicList .item.on,
.publicList .item:hover {
	border-color: #00479D;
}

.publicList .item.on .itemCon .arrow,
.publicList .item:hover .itemCon .arrow {
	background-color: #00479D;
}

@media screen and (max-width:768px) {
	.publicList .item {
		width: 100%;
	}
}

.publicList.publicList2 .item {
	width: 100%;
}

.publicList .item input {
	width: 0.6rem;
	height: 0.24rem;
	background: #FFFFFF;
	border-radius: 0.02rem;
	border: 0.01rem solid #666666;
	margin-left: 0.12rem;
	margin-right: 0.12rem;
	text-align: center;
}

.allyList .item {
	position: relative;
}

.allyList .item .itemCon {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.allyList .item .ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 22;
	background: #F2F4F6;
	width: 100%;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	line-height: 2;
	padding-bottom: 0.12rem;
	display: none;
}

.allyListBox {
	position: relative;
	z-index: 2;
}

.allyList .item.on div {
	color: #00479D;
}



.allyBtnGroup div {
	min-width: 0.8rem;
	height: 0.32rem;
	background: #EBEDF0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.allyBtnGroup div img {
	margin-right: 0.08rem;
	height: 0.16rem;
}

.allyBtnGroup div .img2 {
	display: none;
}

.allyBtnGroup div.on,
.allyBtnGroup div:hover {
	background-color: #00479D;
	color: #fff;
}

.allyBtnGroup div.on .img1,
.allyBtnGroup div:hover .img1 {
	display: none;
}

.allyBtnGroup div.on .img2,
.allyBtnGroup div:hover .img2 {
	display: block;
}

.allyTjList input[type="checkbox"] {
	border: 1px solid #999999 !important;
}

.allyTjList input[type="checkbox"]:checked {
	border: 1px solid #00479d !important;
}

.tableBox table,
.tableBox {
	width: 100%;
}

.tablecss .tableBox td,
.tablecss .tableBox th {
	padding: 0.2rem !important;
}

@media screen and (max-width:480px) {
	.allyTjList .itemCon {
		width: 100%;
	}

	.allyTjList .item {
		width: calc(20% - 0.08rem);
		margin-right: 0.1rem;
	}

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

	.allyTjList .itemCon {
		height: 1rem;
	}

	.allyBtnGroup div {
		min-width: 80px;
		height: 32px;
	}

	.allyBtnGroup div img {
		height: 16px;
		margin-right: 8px;
	}

	.indexSl {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 0.3rem;
	}
	
	.allyList img{
		display: none;
	}
	.allyList {
		flex-direction: column;
	}
	.allyList .item{
		width: 100% !important;
		margin-bottom: 0.2rem;
		height: 44px;
	}
	.allyList .item:last-child{
		margin-bottom: 0;
	}
}

.allyBtnGroup {
	display: none;
}
.allyBtnGroup.on{
	display: flex;
}
.publicList .item .itemCon .d-flex{
	margin-top: 0.06rem;
	margin-bottom: 0.06rem;
	line-height: 1.3;
}
.publicList .item .itemCon .f20{
	line-height: 1.5;
}
.goBack{
	width: 1.52rem;
	height: 0.42rem;
	background: #FFFFFF;
	border-radius: 0.05rem;
	border: 1px solid #DBDBDB;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	cursor: pointer;
	transition: all 0.3s ease;
}
.goBack::before{
	content:'';
	display: block;
	width: 0.23rem;
	height: 0.21rem;
	background-image: url(../images/imagesNew/icon/backIcon.png);
	background-size: 0.23rem 0.21rem;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0.1rem;
}
.goBack:hover{
	border-color: #00479D;
	background-color: #00479D;
	color: #fff;
}
.goBack:hover::before{
	background-image: url(../images/imagesNew/icon/backIconW.png);
}
#exportPop .down li:first-child{border-bottom: 0;color: #00479d;padding-bottom: 0;font-weight: bold;}
#exportPop .down li {display: flex;align-items: center;padding: 0.1rem 0;}
#exportPop .down li input{flex: 1;text-align: center;border: 1px solid rgba(0,0,0,0.08);height: 0.45rem;width: 100%;}
#exportPop .down li input:hover{border: 1px solid rgba(0,0,0,0.15);}
#exportPop .down li input:not(:last-child){margin-right: 0.1rem;}
#exportPop .down li input:not(:first-child){margin-left: 0.1rem;}
#exportPop .item{max-height: 4.3rem;overflow-y: auto;margin-bottom: 0.25rem;}

.priceFormCon{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.priceFormCon .label{
	min-width: 1.28rem;
}

.priceFormCon .dw{
	min-width: 1.28rem;
}
.publicList .item .itemCon .d-flex .selectPull{
	width: auto;
	flex: 1;
	border: 1px solid #eee;
	margin-left: 0.1rem;
}
.publicList .item .itemCon .d-flex img{
	margin: 0 auto;
}