@charset "UTF-8";

.app{
	display: none !important;
}
@media(max-width:500px){
	.app{
		display: block !important;
	}
	.pc{
		display:none !important;
	}
}


/* 首页 */
/* banner */
.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 100%;
	vertical-align: middle;
}
.banner .wz{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .wz p{
	font-size: 46px;
	color: #fff;
}



.abt{
	font-size: 463px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bolder;
	position: absolute;
	top: 31%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: .6;
}
.con1 .tp .btn{
	width: 100%;
	height: 25px;
	background: linear-gradient(to right, #44cef6,#4b5dc4);
}
.con1 .tp .btn{
	width: 100%;
	position: relative;
}

.con1{
	width: 100%;
	background: #e6e6e6;
	position: relative;
	padding: 100px 0;
	z-index: 1;
	overflow: hidden;
}
.con1 .wz{
	z-index: 1;
}
.con1 .wz p{
	font-size: 48px;
	text-align: center;
	color: #666;
	padding-bottom: 16px;
}
.con1 .wz h1{
	font-size: 48px;
	text-align: center;
	color: #333;
	font-weight: bold;
}


.con1 .tp{
	margin-top: 138px;
}
.con1 .tp .top{
	width: 100%;
	position: relative;
}
.con1 .tp .top .top-img{
	width: 100%;
	overflow: hidden;
}
.con1 .tp  .top .top-img img{
	width: 100%;
	vertical-align: middle;
	transition: all .5s;

}
.con1 .tp .div1:hover .top .top-img img,
.con1 .tp .div2:hover .top .top-img img{
	transform: scale(1.05);
}



.con1 .tp .div1{
	width: 60.52%;
	float: left;
}
.con1 .tp .div1 .btn:before{
	content: '';
	width: 46px;
	height: 9px;
	background: url(../images/img5.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.con1 .tp .div1 .top-wz{
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.con1 .tp .div1 .top-wz h1{
	font-size: 36px;
}
.con1 .tp .div1 .top-wz p{
	font-size: 20px;
	padding-top: 25px;
}


.con1 .tp .div2{
	width: 35.12%;
	float: right;
}
.con1 .tp .cet{
	background: #fff;
	text-align: center;
	padding: 58px 0;
}
.con1 .tp .cet h1{
	font-size: 36px;
	color: #333;
}
.con1 .tp .cet p{
	padding-top: 15px;
	font-size: 20px;
	color: #666;
}
.con1 .tp .div2 .btn:before{
	content: '';
	width: 46px;
	height: 9px;
	background: url(../images/img5.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.con2 .div{
	width: 100%;
	background: #f8f8f8;
	padding:36px 42px;
}
.con2 .div .top{
	width: 100%;
	border-bottom:1px solid #d1d1d1;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.con2 .div .top:before{
	content: '';
	width: 142px;
	height: 3px;
	background:	linear-gradient(to right, #44cef6,#4b5dc4);
	position: absolute;
	bottom: 0;
	left: 0;

}
.con2 .lef .div:nth-child(1) .top:before{
	width: 94px;
}
.con2 .div .top h1{
	font-size: 24px;
	color: #333333;
	position: relative;
}
.con2 .div .top h1 a{
	width: auto;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 18px;
	transform: translateY(-50%);
	color: #9999;
}
.con2 .div .btn li a{
	display: block;
	font-size: 16px;
	color: #58657a;
	position: relative;
	width: 100%;
	margin-bottom: 14px;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(255,255,255,.64);
	box-sizing: border-box;
	transition: background .2s, box-shadow .2s, transform .2s;
}
.con2 .div .btn li:last-child a{
	margin-bottom: 0;
}
.con2 .div .btn li a .index-notice-title{
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 6px;
}
.con2 .div .btn li a .spantitle{
	display: block;
	flex: 1;
	width:auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #4f5b6f;
	line-height: 24px;
}
.con2 .div .btn li a .index-notice-meta{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 5px;
	color: #8e98aa;
	font-size: 12px;
	line-height: 18px;
}
.con2 .div .btn li a .index-notice-meta span{
	position: static;
	width: auto;
	font-size: 12px;
	line-height: 18px;
	color: #8e98aa;
	white-space: nowrap;
}
.con2 .div .btn li a .index-notice-meta em{
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
	color: #4b6fd8;
}
.con2 .div .btn li a:hover{
	background: #fff;
	box-shadow: 0 8px 22px rgba(65,105,216,.08);
	transform: translateY(-1px);
}
.con2 .div .btn li a:hover .spantitle{
	color: #4169d8;
}
.con2 .div .btn li a:hover .index-notice-meta span,
.con2 .div .btn li a:hover .index-notice-meta em{
	color: #6d7890;
}
.con2 .div .btn li.index-notice-empty{
	padding: 20px 0 8px;
	color: #a2abba;
	font-size: 14px;
	text-align: center;
}




.con2{
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
.con2 .lef{
 width: 29.95%;
 float: left;
}
.con2 .lef .div{
	margin-bottom: 22px;
}
.con2 .lef .div:last-child{
	margin-bottom: 0;
}
.con2 .lef .div:nth-child(2){
	margin-top: 0;
}
.con2 .cet{
	width: 30%;
	float: left;
	margin-left: 10px;
}
.con2 .cet .div .btn li a:hover{
	background-image: -webkit-gradient(linear, left 0, right 0, from( #44cef6), to(#4b5dc4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.con2 .cet .div .btn li a:hover span{	
    -webkit-text-fill-color: #999999;

}
.con2 .cet .cet-img{
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.con2 .cet .cet-img img{
	width: 100%;
	vertical-align: middle;
}
.con2 .cet .cet-img .img2{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s;
}
.con2 .cet .cet-img:hover .img2{
	opacity: 1;
}
.con2 .rig{
	width: 35.06%;
	float: right;
}

.con2 .rig .con{
	width: 100%;
	padding: 50px 48px;
	background: linear-gradient(to bottom, #44cef6,#4b5dc4);
}
.con2 .rig .con .top a{
	width: 100%;
	padding-left: 10%;
	display: block;
	height: 60px;
	border-radius: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 22px;
	color: #fff;
	position: relative;
}
.con2 .rig .con .top a i{
	width: 26px;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-50%);
}
.con2 .rig .con .top a i img{
	width: 100%;
	vertical-align: middle;
}
.con2 .rig .con .btn{
	width: 100%;
	padding-top: 30px;
}
.con2 .rig .con .btn .div1{
	width: 45%;
	height: 185px;
	float: left;
	position: relative;
}
.con2 .rig .con .btn .div1:nth-child(2n){
	float: right;
}
.con2 .rig .con .btn .div1 a{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.con2 .rig .con .btn .div1 img{
	width: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.con2 .rig .con .btn .div1 p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
.con2 .rig .con .btn .div1:nth-child(1):before,
.con2 .rig .con .btn .div1:nth-child(3):before{
	content: '';
	background: #7fafe4;
	width: 1px;
	height: 158px;
	position: absolute;
	right: -25px;
	bottom: 0;
}
.con2 .rig .con .btn .div1:nth-child(1):before{
	top: 0;
}
.con2 .rig .con .btn .div1:nth-child(1):after,
.con2 .rig .con .btn .div1:nth-child(2):after{
	content: '';
	background: #7fafe4;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);

}
.con3{
	background: #f0f0f0;
	width: 100%;
	padding-bottom: 100px;
    position: relative;
	z-index: 1;
	padding-top: 184px;
	overflow: hidden;

}
.con3 .wz h1{
	font-size: 48px;
	color: #333333;
	text-align: center;
	padding-bottom: 80px;
}
.con3 .con .div{
	width: 24.18%;
	float: left;
	margin-right: 1.093333%;
	background: #fff;
}
.con3 .con .div:nth-child(4){
	margin-right: 0;
}
.con3 .con .div .top{
	position: relative;
	width: 100%;
	height: auto;
}
.con3 .con .div .top img{
	width: 100%;
	vertical-align: middle;
}
.con3 .con .div .top .img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s;
}
.con3 .con .div .top:hover .img2{
	opacity: 1;
}
.con3 .con .div .btn{
	width: 100%;
	padding: 30px 45px 40px 40px;
}
.con3 .con .div .btn h1{
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
	transition: all .5s;
	font-weight: bold;
	line-height: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.con3 .con .div:hover .btn h1{
	background-image: -webkit-gradient(linear, left 0, right 0, from( #44cef6), to(#4b5dc4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.con3 .con .div .btn p{
	font-size: 20px;
	color: #666666;
}
@media (max-width: 1680px) {
	.con1 .tp .cet {
		padding: 41px 0;
	}
	.con2 .div .btn li a {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.con2 .div {
		padding: 36px 42px;
	}
	.con2 .div .top {
		margin-bottom: 17px;
		padding-bottom: 17px;
	}
	.con2 .div .top:before {
		width: 120px;
	}
	.con2 .lef .div:nth-child(1) .top:before{
		width: 80px;
	}
	.con2 .lef .div:nth-child(2) {
		margin-top: 0;
	}
	.con2 .cet {
		margin-left: 8px;
	}
	.con2 .div .top h1 {
		font-size: 20px;
	}
	.con2 .div .top h1 a {
		font-size: 16px;
	}
	.con2 .rig .con {
		padding: 40px 42px;
	}
	
.con2 .rig .con .top a {
    height: 52px;
    border-radius: 52px;
    line-height: 52px;
    font-size: 18px;
}
.con2 .rig .con .top a i {
    width: 22px;
}
.con2 .rig .con .btn .div1 {
    height: 161px;
}
.con2 .rig .con .btn {
    padding-top:24px;
}
.con2 .rig .con .btn .div1 p {
    font-size: 16px;
    padding-top: 8px;
}
.con2 .rig .con .btn .div1 img {
    width: 43px;
}
.con2 .rig .con .btn .div1:nth-child(1):before, .con2 .rig .con .btn .div1:nth-child(3):before {
	height: 138px;
	right: -21px;

}
}
@media (max-width: 1459px){
	.banner .wz p {
		font-size: 34px;
	}
	.con1 .wz p {
		font-size: 36px;
		padding-bottom: 12px;
	}
	.con1 .wz h1 {
		font-size: 36px;
	}
	.con1 {
		padding: 76px 0;
	}
	.abt {
		font-size: 352px;
	}
	.con1 .tp {
		margin-top: 104px;
	}
	.con1 .tp .cet h1 {
		font-size: 28px;
	}
	.con1 .tp .cet p {
		padding-top: 11px;
		font-size: 16px;
		color: #666;
	}
	.con1 .tp .div1 .top-wz h1 {
		font-size: 28px;
	}
	.con1 .tp .div1 .top-wz p {
		font-size: 16px;
		padding-top: 19px;
	}
	.con1 .tp .cet {
		padding: 33px 0;
	}

	.con2 {
		padding: 76px 0;
	}
	.con2 .div .top {
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	.con2 .div {
		padding: 34px 37px;
	}
	/* .con2 .div .top h1 {
		font-size: 18px;
	} */
	.con2 .div .btn li a {
		font-size: 14px;
		margin-bottom: 10px;

	}
	.con2 .div .top h1 a {
		font-size: 14px;
	}
	.con2 .lef .div:nth-child(2) {
		margin-top: 0;
	}
	.con2 .rig .con {
		padding: 28px 31px;
	}
	.con2 .rig .con .top a {
		height: 45px;
		border-radius: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.con2 .rig .con .top a i {
		width: 16px;
	}
	.con2 .rig .con .btn .div1 img {
		width: 38px;
	}
	.con2 .cet {
		margin-left: 6px;
	}
	.con2 .rig .con .btn .div1 p {
		font-size: 14px;
		padding-top: 6px;
	}
	.con2 .rig .con .btn {
		padding-top: 18px;
	}
	.con2 .rig .con .btn .div1 {
		height: 140px;
	}
	.con2 .rig .con .btn .div1:nth-child(1):before, .con2 .rig .con .btn .div1:nth-child(3):before {
		height: 120px;
		right: -19px;
	}










	.con3 {
		padding-bottom: 76px;
		padding-top: 139px;
	}
	.con3 .wz h1 {
		font-size: 36px;
		padding-bottom: 60px;
	}
	.con3 .con .div .btn {
		padding: 22px 34px 30px 30px;
	}
	.con3 .con .div .btn h1 {
		font-size: 18px;
		margin-bottom: 19px;
		line-height: 22px;
	}
	.con3 .con .div .btn p {
		font-size: 16px;
	}

}
@media (max-width: 1259px){
	.banner .wz p {
		font-size: 30px;
	}
	.con1 {
		padding: 49px 0;
	}
	.con1 .wz p {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.con1 .wz h1 {
		font-size: 30px;
	}
	.con1 .tp {
		margin-top: 90px;
	}
	.abt {
		font-size: 303px;
	}
	.con1 .tp .div1 .top-wz h1 {
		font-size: 24px;
	}
	.con1 .tp .div1 .top-wz p {
		font-size: 14px;
		padding-top: 16px;
	}
	.con1 .tp .cet h1 {
		font-size: 24px;
	}
	.con1 .tp .cet p {
		padding-top: 9px;
		font-size: 14px;
	}
	.con1 .tp .btn {
		height: 16px;
	}
	.con1 .tp .div2 .btn:before,.con1 .tp .div1 .btn:before {
		width: 30px;
		height: 5px;
	}
	.con1 .tp .cet {
		padding: 28px 0;
	}


	.con2 .div {
		padding: 20px 23px;
	}
	.con2 .cet .cet-img {
		margin-bottom: 12px;
	}
	.con2 .rig .con .top a {
		height: 39px;
		border-radius: 39px;
		line-height: 39px;
		font-size: 14px;
	}
	.con2 .rig .con .top a i {
		width: 14px;
	}
	.con2 .rig .con .btn .div1 img {
		width: 32px;
	}
	.con2 .rig .con .btn .div1 {
		height: 119px;
	}
	.con2 .rig .con .btn {
		padding-top: 10px;
	}
	.con2 .rig .con .btn .div1:nth-child(1):before, .con2 .rig .con .btn .div1:nth-child(3):before {
		height: 105px;
		right: -15px;
	}
	.con3 {
		padding-bottom: 65px;
		padding-top: 120px;
	}
	.con3 .wz h1 {
		font-size: 30px;
		padding-bottom: 39px;
	}
	.con3 .con .div .btn {
		padding: 19px 29px 19px 19px;
	}
	.con3 .con .div .btn p {
		font-size: 14px;
	}
	.con3 .con .div .btn h1 {
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 22px;
	}
	.con3 .con.pc{
		display: block;
	}
	.con3 .con.app{
		display: none;
	}
	
}
@media (max-width: 991px){
	.con1 {
		padding: 40px 0;
	}
	.con1 .wz p {
		font-size: 24px;
		padding-bottom: 8px;
	}
	.con1 .wz h1 {
		font-size: 24px;
	}
	.abt {
		font-size: 239px;
	}
	.con1 .tp {
		margin-top: 71px;
	}
	.con1 .tp .cet {
		padding: 17px 0;
	}
	.con1 .tp .cet h1 {
		font-size: 22px;
	}
	.con1 .tp .div1 .top-wz h1 {
		font-size: 22px;
	}
	.con2 .lef {
		width: 100%;
		float: left;
	}
	.con2 {
		padding: 40px 0;
	}
	.con2 .div {
		width: 100%;
		float: none;
		padding: 34px 37px;
		margin-right: 0;
		margin-bottom: 22px;
	}
	.con2 .lef .div:nth-child(2) {
		margin-top: 0px;
		margin-right: 0;
	}
	.con2 .lef .div:last-child{
		margin-bottom: 0;
	}
	.con2 .cet .div {
		width: 100%;
		float: left;
		padding: 34px 37px;
		margin-right: 0%;
	}
	.con2 .cet {
		width: 100%;
		margin-left: 0px;
		margin-top: 2%;
	}
	.con2 .rig {
		width: 100%;
		margin-top: 30px;
	}
	.con2 .rig .con .top a {
		height: 45px;
		border-radius: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.con2 .rig .con .top a i {
		width: 16px;
	}
	.con2 .rig .con .btn .div1 img {
		width: 38px;
	}
	.con2 .rig .con .btn .div1 p {
		font-size: 16px;
		padding-top: 8px;
	}
	.con2 .rig .con .btn .div1 {
		height: 140px;
	}
	.con2 .rig .con .btn .div1:nth-child(1):before, .con2 .rig .con .btn .div1:nth-child(3):before {
		height: 105px;
		right: -35px;
	}
	.con3 {
		padding-bottom: 65px;
		padding-top: 60px;
	}
	.con3 .wz h1 {
		font-size: 24px;
		padding-bottom: 28px;
	}
}
@media (max-width:768px){
	.con3 .con .div {
		width: 49%;
		margin-right: 2%;
	}
	.con3 .con .div:nth-child(2) {
		margin-right: 0;
	}
	.con3 .con .div:nth-child(3),
	.con3 .con .div:nth-child(4){
		margin-top: 2%;
	}
	.con3 .abt{
		top: 14%
	} ;
}
@media (max-width:500px){
	.con1 {
		padding: 30px 0;
	}
	.con1 .tp {
		margin-top: 20px;
	}
	.con1 .wz p {
		padding-bottom: 15px;
	}
	.con1 .tp .div1 {
		width: 100%;
		float: left;
	}
	.con1 .tp .div1 .top-wz p {
		padding-top: 10px;
	}
	.con1 .tp .cet p {
		padding-top: 10px;
	}
	.abt {
		font-size: 114px;
	}
	.con1 .tp .div2 {
		margin-top: 20px;
		width: 100%;
		float: right;
	}
	.con1 .tp .cet {
		padding: 15px 0;
	}
	.con2 .div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 18px;
	}
	.con2 .div {
		padding: 15px;
	}
	.con2 .cet .div {
		padding: 15px;
	}
	.con2 {
		padding: 30px 0;
	}
	.con2 .cet {
		margin-top: 10px;
	}
	.con2 .rig {
		margin-top: 20px;
	}
.con2 .rig .con .btn .div1:nth-child(1):before, .con2 .rig .con .btn .div1:nth-child(3):before {
    height: 105px;
    right: -14px;
}
.con2 .rig .con .btn .div1 img {
    width: 32px;
}
.con2 .rig .con .btn .div1 {
    height: 119px;
}
.con2 .rig .con {
    padding: 20px;
}
.con3 .wz h1 {
    padding-bottom: 20px;
}
.con3 {
    padding: 30px 0;
}
.con3 .con .div {
    width: 100%;
	margin-right: 0%;
	margin-bottom: 15px;
}
.con3 .con .div:nth-child(3), .con3 .con .div:nth-child(4) {
    margin-top: 0%;
}
.abt {
    top: 16%;
}
.con3 .con.pc{
	display:none;
}
.con3 .con.app{
	display:block;
}
.con3 .abt {
    top: 10%;
}
.banner .wz p {
    font-size: 20px;
}
}





/* 登录界面 */
/* log_con1 */
.log_con1{
	width: 100%;
	min-height: 100vh;
	background-image: linear-gradient(120deg, rgba(20,38,62,.72), rgba(72,142,218,.24)), url(../images/img100.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 90px 24px;
	overflow: hidden;
}
.login-panel{
	width: min(980px, 100%);
	display: flex;
	align-items: stretch;
	justify-content: center;
	box-shadow: 0 28px 70px rgba(14,35,62,.24);
}
.login-copy{
	width: 44%;
	min-height: 470px;
	padding: 64px 56px;
	background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(237,246,255,.9));
	color: #173b62;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-copy span{
	display: block;
	font-size: 13px;
	line-height: 1;
	color: #488eda;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 18px;
}
.login-copy h1{
	font-size: 36px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 18px;
}
.login-copy p{
	font-size: 15px;
	line-height: 1.9;
	color: #5f7287;
}
.log_con1 .rq{
	width: 56%;
	min-height: 470px;
	position: relative;
	background: #fff;
	padding: 58px 58px 48px;
	z-index: 1;
}
.log_con1 .rq::before{
	display: none;
}
.log_con1 .rq .p1{
	font-size: 28px;
	line-height: 1.2;
	color: #488eda;
	padding-bottom: 0;
	border-bottom: 0;
	font-weight: 600;
}
.log_con1 .rq .login-tips{
	font-size: 14px;
	color: #7b8794;
	margin-top: 10px;
	margin-bottom: 10px;
}
.log_con1 .rq .div{
	width: 100%;
	margin-top: 34px;
}
.log_con1 .rq .div .div1{
	width: 100%;
	height: 48px;
	border: 1px solid #dde6ef;
	border-radius: 6px;
	margin-bottom: 18px;
	padding-left: 50px;
	position: relative;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
}
.log_con1 .rq .div .div1:focus-within{
	border-color: #488eda;
	box-shadow: 0 0 0 3px rgba(72,142,218,.14);
}
.log_con1 .rq .div .div1 label{
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f4f8fb;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
}	
.log_con1 .rq .div .div1 label img{
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s;
}
.log_con1 .rq .div .div1:hover label img{
	transform: translate(-50%,-50%) scale(1.08);
}
.log_con1 .rq .div .div1 input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #1f2d3d;
	padding-left: 14px;
	background: transparent;
}
.log_con1 .rq .div .div1 input:-moz-placeholder{
	color: #a8b2bd;
}
.log_con1 .rq .div .div1 input:-ms-input-placeholder{
	color: #a8b2bd;
}
.log_con1 .rq .div .div1 input::-webkit-input-placeholder{
	color: #a8b2bd;
}
.log_con1 .rq .div .div2{
	width: 100%;
	padding-right: 150px;
	position: relative;
}
.log_con1 .rq .div .div2 .div3{
	width: 136px;
	height: 48px;
	border: 1px solid #dde6ef;
	border-radius: 6px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}
.log_con1 .rq .div .div2 .div3 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.log_con1 .rq .div button{
	display: block;
	width: 100%;
	height: 48px;
	background: #488eda;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff;
	margin-top: 8px;
	cursor: pointer;
	transition: background .2s, box-shadow .2s, transform .2s;
}
.log_con1 .rq .div button:hover{
	background: #347cc8;
	box-shadow: 0 12px 24px rgba(72,142,218,.28);
	transform: translateY(-1px);
}
.log_con1 .rq .div button:active{
	transform: translateY(0);
}
.log_con1 .rq .div p{
	text-align: right;
	margin-top: 15px;
}
.log_con1 .rq .div p a{
	font-size: 14px;
	color: #7b8794;
}
.log_con1 .rq .div p a:hover{
	color: #488eda;
}

@media(max-width:1459px){
	.login-panel{
		width: min(820px, 100%);
	}
	.login-copy{
		min-height: 400px;
		padding: 46px 42px;
	}
	.login-copy h1{
		font-size: 30px;
	}
	.log_con1 .rq{
		min-height: 400px;
		padding: 42px 42px 36px;
	}
	.log_con1 .rq .p1 {
		font-size: 24px;
	}
	.log_con1 .rq .div {
		margin-top: 26px;
	}
	.log_con1 .rq .div .div1 {
		height: 44px;
		margin-bottom: 14px;
		padding-left: 44px;
	}
	.log_con1 .rq .div .div1 label {
		width: 44px;
	}
	.log_con1 .rq .div .div1 label img {
		width: 16px;
	}
	.log_con1 .rq .div .div2 {
		padding-right: 138px;
	}
	.log_con1 .rq .div .div2 .div3 {
		width: 126px;
		height: 44px;
	}
	.log_con1 .rq .div button {
		height: 44px;
	}
}
@media(max-width:768px){
	.log_con1{
		padding: 74px 16px;
	}
	.login-panel{
		display: block;
		box-shadow: 0 18px 44px rgba(5,24,48,.22);
	}
	.login-copy{
		width: 100%;
		min-height: auto;
		padding: 30px;
	}
	.login-copy h1{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.login-copy p{
		font-size: 14px;
		line-height: 1.7;
	}
	.log_con1 .rq{
		width: 100%;
		min-height: auto;
		padding: 32px 30px;
	}
}
@media(max-width:500px){
	.log_con1{
		padding: 52px 12px;
	}
	.login-copy{
		padding: 24px 20px;
	}
	.login-copy span{
		margin-bottom: 12px;
	}
	.login-copy h1{
		font-size: 24px;
	}
	.log_con1 .rq{
		padding: 26px 18px;
	}
	.log_con1 .rq .div {
		margin-top: 22px;
	}
	.log_con1 .rq .div .div2 {
		padding-right: 0;
	}
	.log_con1 .rq .div .div2 .div3 {
		width: 100%;
		position: relative;
		margin-bottom: 14px;
	}
	.log_con1 .rq .div button {
		border-radius: 6px;
	}
}


/* mem_con1 */
.mem_con1{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 70px;
	background: rgb(243,243,243);
}
.mem_lef{
	width: 20%;
	float: left;
}
.mem_lef .div{
	width: 100%;
	background: #fff;
	padding: 28px 18px;
	margin-bottom: 5px;
}
.mem_lef .div .p{
	display: block;
	font-size: 22px;
	color: #000000;
}
.mem_lef .div .p.on{
	color: #488eda;
}
.mem_lef .div .div1{
	width: 100%;
	padding-top: 16px;
	border-top: 1px solid rgb(209,209,209);
	position: relative;
	margin-top: 10px;
}
.mem_lef .div .div1::before{
	content: '';
	width: 42px;
	height: 3px;
	background-image: url(../images/img105.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -3px;
	left: 0;
}
.mem_lef .div .div1 a{
	display: block;
	font-size: 18px;
	color: #666666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.mem_lef .div .div1 a:hover,
.mem_lef .div .div1 a.on{
	color: #488eda;
}
.mem_lef .div .div1 a:last-child{
	margin-bottom: 0;
}
.mem_lef .div .div1 a::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.mem_lef .div .div1 a:hover::before,
.mem_lef .div .div1 a.on::before{
	background: #488eda;
}

.mem_con1 .rig{
	width: 78.8%;
	float: right;
}
.mem_con1 .rig .top{
	width: 100%;
	background-image: url(../images/img106.jpg);
	background-size: cover;
	padding: 50px 48px;
	margin-bottom: 15px;
}
.mem_con1 .rig .top .div{
	width: 100%;
	padding-left: 95px;
	position: relative;
}
.mem_con1 .rig .top .div .div1{
	width: 83px;height: 83px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.mem_con1 .rig .top .div .div1 img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mem_con1 .rig .top .div .p1{
	font-size: 20px;
	color: #ffffff;
	padding-top: 10px;
}
.mem_con1 .rig .top .div a{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.mem_con1 .rig .top .div a span{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	width: 152px;
	height: 30px;
	line-height: 28px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #fff;
	transition: all .5s;
}
.mem_con1 .rig .top .div a:hover span{
	background: #45c0f0;
	border: 1px solid #45c0f0;
}
.mem_con1 .rig .bot{
	width: 100%;
}
.mem_con1 .rig .bot .div{
	padding: 10px;
	padding-top: 30px;
	background: #fff;
}
.mem_con1 .rig .bot .div .p{
	font-size: 22px;
	color: #333333;
	padding: 0px 50px;
	margin-bottom: 30px;
	position: relative;
}
.mem_con1 .rig .bot .div .p::before{
	content: '';
	width: 3px;
	height: 20px;
	background-image: url(../images/img108.png);
	background-size: cover;
	position: absolute;
	top: 6px;
	left: 40px;
}
.mem_con1 .rig .bot .div1{
	width: 100%;
}
.mem_con1 .rig .bot .div1 .div2{
	width: 33%;
	margin-right: 0.5%;
	float: left;
	padding: 28px;
	background: rgb(248,248,248);
}
.mem_con1 .rig .bot .div1 .div2 .p1{
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(209,209,209);
}
.mem_con1 .rig .bot .div1 .div2 .p1 a{
	font-size: 18px;
	color: #999999;
	float: right;
}
.mem_con1 .rig .bot .div1 .div2 .p1 a:hover{
	color: #488eda;
}
.mem_con1 .rig .bot .div1 .div2 div{
	width: 100%;
	padding-top: 18px;
}
.mem_con1 .rig .bot .div1 .div2 div a{
	display: block;
	font-size: 14px;
	color: #999999;
	position: relative;
	padding-right: 40px;
	margin-bottom: 17px;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.mem_con1 .rig .bot .div1 .div2 div a:hover{
	color: #488eda;
}
.mem_con1 .rig .bot .div1 .div2 div a:last-child{
	margin-bottom: 0;
}
.mem_con1 .rig .bot .div1 .div2 div a span{
	font-size: 14px;
	color: #999999;
	position: absolute;
	right: 0;
	top: 0;
}
.mem_con1 .rig .bot .div1 .div2.div3{
	padding: 0;
	margin-right: 0;
	position: relative;
}
.mem_con1 .rig .bot .div1 .div2.div3 img{
	width: 100%;
	vertical-align: middle;
}
.mem_con1 .rig .bot .div1 .div2.div3 p{
	font-size: 22px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* mem_con2 */
.mem_con2{
	width: 100%;
	padding: 68px 0;
}
.mem_con2 .p{
	font-size: 48px;
	color: #333333;
	text-align: center;
}
.mem_con2 .rq{
	width: 100%;
	padding-top: 32px;
}
.mem_con2 .rq .div{
	width: 100%;
}
.mem_con2 .rq .div .top{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mem_con2 .rq .div .top img{
	width: 100%;
	vertical-align: middle;
	transition: all .5s;
}
.mem_con2 .rq .div .top::before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/img110.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
	z-index: 1;
}
.mem_con2 .rq .div:hover .top::before{
	opacity: 1;
}
.mem_con2 .rq .div:hover .top img{
	transform: scale(1.05);
}
.mem_con2 .rq .div .bot{
	width: 100%;
	height: 166px;
	padding: 28px 38px;
	background: rgb(243,243,243);
}
.mem_con2 .rq .div .bot .p1{
	font-size: 24px;
	color: #333333;
	line-height: 30px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mem_con2 .rq .div:hover .bot .p1{
    background-image: -webkit-gradient(linear, left 0, right 0, from( #274496), to(#029ae3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mem_con2 .rq .div .bot .p2{
	font-size: 20px;
	color: #666666;
	margin-top: 16px;
}
.mem_con2 .swiper-pagination{
	display: none;
}

@media(max-width:1459px){
	.mem_lef .div {
		padding: 20px 14px;
	}
	.mem_lef .div .p {
		font-size: 18px;
	}
	.mem_lef .div .div1 {
		padding-top: 12px;
		margin-top: 8px;
	}
	.mem_lef .div .div1 a {
		font-size: 15px;
		margin-bottom: 6px;
		padding-left: 10px;
	}
	.mem_lef .div .div1 a::before {
		width: 3px;
		height: 3px;
	}
	.mem_con1 .rig .top {
		padding: 38px 36px;
		margin-bottom: 10px;
	}
	.mem_con1 .rig .top .div .div1 {
		width: 70px;
		height: 70px;
	}
	.mem_con1 .rig .top .div {
		padding-left: 86px;
	}
	.mem_con1 .rig .top .div .p1 {
		font-size: 16px;
		padding-top: 5px;
	}
	.mem_con1 .rig .top .div a {
		margin-top: 8px;
		font-size: 14px;
		line-height: 24px;
	}
	.mem_con1 .rig .top .div a span {
		font-size: 13px;
		width: 140px;
		height: 24px;
		line-height: 22px;
		border-radius: 26px;
	}
	.mem_con1 .rig .bot .div {
		padding: 10px;
		padding-top: 24px;
	}
	.mem_con1 .rig .bot .div .p {
		font-size: 18px;
		padding: 0px 38px;
		margin-bottom: 20px;
	}
	.mem_con1 .rig .bot .div .p::before {
		width: 3px;
		height: 18px;
		top: 3px;
		left: 26px;
	}
	.mem_con1 .rig .bot .div1 .div2 .p1 {
		font-size: 16px;
	}
	.mem_con1 .rig .bot .div1 .div2 .p1 a {
		font-size: 16px;
	}
	.mem_con1 .rig .bot .div1 .div2 div a {
		margin-bottom: 18px;
	}
	.mem_con1 {
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.mem_con2 {
		padding: 52px 0;
	}
	.mem_con2 .p {
		font-size: 36px;
	}
	.mem_con2 .rq {
		padding-top: 24px;
	}
	.mem_con2 .rq .div .bot {
		height: 140px;
		padding: 20px 26px;
	}
	.mem_con2 .rq .div .bot .p1 {
		font-size: 18px;
		line-height: 30px;
	}
	.mem_con2 .rq .div .bot .p2 {
		font-size: 16px;
		margin-top: 13px;
	}

}
@media(max-width:991px){
	.mem_con1 .rig .bot .div1 .div2 {
		padding: 10px;
	}
	.mem_con1 .rig .bot .div1 .div2 div {
		padding-top: 12px;
	}
	.mem_con1 .rig .bot .div1 .div2 div a {
		margin-bottom: 11px;
	}

}
@media(max-width:768px){
	.mem_lef{
		display: none;
	}
	.mem_con1 .rig{
		width: 100%;
	}
	.mem_con2 .p {
		font-size: 28px;
	}

}
@media(max-width:500px){
	.mem_con1 .rig .top {
		padding: 26px 18px;
		margin-bottom: 0px;
	}
	.mem_con1 .rig .top .div .p1 {
		font-size: 18px;
		padding-top: 3px;
	}
	.mem_con1 .rig .bot .div .p {
		font-size: 18px;
		padding: 0px 15px;
		margin-bottom: 15px;
	}
	.mem_con1 .rig .bot .div .p::before {
		left: 5px;
	}
	.mem_con1 .rig .bot .div1 .div2{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.mem_con1 .rig .bot .div1 .div2 .p1 {
		padding-bottom: 12px;
	}
	.mem_con1 {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.mem_con2 {
		padding: 40px 0;
	}
	.mem_con2 .p {
		font-size: 24px;
	}
	.mem_con2 .rq .div .bot {
		height: 130px;
		padding: 20px 15px;
	}
	.mem_con2 .rq .div .bot .p1 {
		font-size: 17px;
		line-height: 26px;
	}
	.mem_con2 .rq .div .bot .p2 {
		font-size: 14px;
	}
	.mem_con2 .swiper-pagination{
		display: block;
		bottom: 0;
	}
	.mem_con2 .swiper-container{
		padding-bottom: 35px;
	}

}
@media(max-width:375px){
	.mem_con1 .rig .top .div {
		padding-left: 64px;
	}
	.mem_con1 .rig .top .div .div1 {
		width: 56px;
		height: 56px;
	}

}



/* 信息管理 */
.inf_con1{
	width: 100%;
	padding-top: 20px;
    padding-bottom: 90px;
	background: rgb(243,243,243);
}
.inf_con1 .rig {
    width: 78.8%;
    float: right;
	background: #fff;
	padding: 34px 44px;
	padding-bottom: 60px;
}
.inf_con1 .rig .div{
	width: 100%;
	margin-bottom: 18px;
	padding-left: 90px;
	position: relative;
}
.inf_con1 .rig .div p{
	font-size: 18px;
	color: #666666;
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 18px;
	text-align: right;
}
.inf_con1 .rig .div span{
	font-size: 18px;
	color: #666666;
}
.inf_con1 .rig .div1{
	line-height: 45px;
}
.inf_con1 .rig .div2{
	width: 242px;
	height: 45px;
	border: 1px solid rgb(228,228,228);
	position: relative;
}
.inf_con1 .rig .div2 select{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #666666;
	padding-left: 8px;
	padding-right: 30px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.inf_con1 .rig .div2::before{
	content: '';
	width: 18px;
	height: 9px;
	background-image: url(../images/img114.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.inf_con1 .rig .div3{
	width: 100%;
}
.inf_con1 .rig .div3 input{
	width: 146px;
	height: 45px;
	font-size: 18px;
	color: #666666;
	border: 1px solid rgb(228,228,228);
	padding:0 10px;
}
.inf_con1 .rig .div4 input{
	width: 440px;
	height: 45px;
	font-size: 18px;
	color: #666666;
	border: 1px solid rgb(228,228,228);
	padding:0 10px;
}
.inf_con1 .rig .div4 button{
	font-size: 18px;
	color: #4a69ca;
	height: 45px;
}
.inf_con1 .rig .div4 textarea{
	width: 440px;
	height: 100px;
	font-size: 18px;
	color: #666666;
	border: 1px solid rgb(228,228,228);
	padding: 10px;
}
.inf_con1 .rig .div4 .div5{
    width: 300px;
    height: 150px;
	border: 1px solid rgb(228,228,228);
	display: inline-block;
	position: relative;
}
.inf_con1 .rig .div4 .div5 img{
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.inf_con1 .rig .bt{
	font-size: 18px;
	color: #fff;
	width: 120px;
	height: 45px;
	border-radius: 5px;
	background: #4a69ca;
	display: block;
	margin: 0 auto;
}

@media(max-width:1459px){
	.inf_con1 .rig {
		padding: 26px 33px;
		padding-bottom: 50px;
	}
	.inf_con1 .rig .div p {
		font-size: 15px;
		width: 80px;
		padding-right: 14px;
	}
	.inf_con1 .rig .div {
		margin-bottom: 10px;
		padding-left: 80px;
	}
	.inf_con1 .rig .div span {
		font-size: 15px;
	}
	.inf_con1 .rig .div2 select {
		font-size: 15px;
	}
	.inf_con1 .rig .div2 {
		width: 210px;
		height: 36px;
	}
	.inf_con1 .rig .div1 {
		line-height: 36px;
	}
	.inf_con1 .rig .div3 input {
		width: 128px;
		height: 36px;
		font-size: 15px;
	}
	.inf_con1 .rig .div4 input {
		width: 344px;
		height: 36px;
		font-size: 15px;
	}
	.inf_con1 .rig .div4 button {
		font-size: 15px;
		height: 36px;
	}
	.inf_con1 .rig .div4 textarea {
		width: 344px;
		height: 80px;
		font-size: 15px;
	}
	.inf_con1 .rig .bt {
		font-size: 15px;
		width: 100px;
		height: 36px;
	}
	.inf_con1 {
		padding-bottom: 70px;
	}

}
@media(max-width:768px){
	.inf_con1 .rig{
		width: 100%;
	}

}
@media(max-width:500px){
	.inf_con1 {
		padding-bottom: 40px;
	}
	.inf_con1 .rig {
		padding: 22px 15px;
		padding-bottom: 40px;
	}
	.inf_con1 .rig .div p,
	.inf_con1 .rig .div span,
	.inf_con1 .rig .div2 select,
	.inf_con1 .rig .div3 input,
	.inf_con1 .rig .div4 input,
	.inf_con1 .rig .div4 button,
	.inf_con1 .rig .div4 textarea{
		font-size: 14px;
	}
	.inf_con1 .rig .div4 textarea,
	.inf_con1 .rig .div4 input{
		width: 100%;
	}
	.inf_con1 .rig .div4 .div5{
		width: 100%;
		display: block;
	}
	.inf_con1 .rig .div p {
		width: 70px;
		padding-right: 10px;
	}
	.inf_con1 .rig .div {
		padding-left: 70px;
	}
	.inf_con1 .rig .div_1 p,
	.inf_con1 .rig .div_1 span{
		line-height: 21px;
		display: block;
	}

}
@media(max-width:375px){
	.inf_con1 .rig .div3 input {
		width: 110px;
	}

}






/* 采购项目 */
.proje_con1{
	width: 100%;
	padding-top: 20px;
    padding-bottom: 90px;
	background: rgb(243,243,243);
}
.proje_con1 .rig{
	width: 78.8%;
    float: right;
}
.proje_con1 .rig .div{
	width: 100%;
	padding: 35px 40px;
	background: #fff;
	margin-bottom: 28px;
}
.proje_con1 .rig .div .h1{
	text-align: center;
	color: #666666;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 20px;
	font-weight: bold;
}
.proje_con1 .rig .div .p{
	font-size: 18px;
	text-align: center;
	color: #666666;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(209,209,209);
}
.proje_con1 .rig .div div{
	width: 100%;
	padding-top: 22px;
}
.proje_con1 .rig .div div p{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	text-indent: 2rem;
}
.proje_con1 .rig .div div .a{
	display: block;
	font-size: 16px;color: #ffffff;
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	background: #45c0f0;
	text-align: center;
	margin-top: 50px;
	float: right;
}
.proje_con1 .rig  .btn{
	width: 100%;
	padding: 75px 50px;
	background: linear-gradient(to bottom, #4b5cc4,#44cdf6);
}

.proje_con1 .rig .btn .b-top p{
	width: auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 25%;
	float: left;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(255,255,255,.22);
}



.proje_con1 .rig .btn .b-top .on:before{
	content: '';
	width: 80px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.proje_con1 .rig .btn .b-top p:after{
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,.22);
	position: absolute;
	top: 0;
	right: 0;
}
.proje_con1 .rig .btn .b-top p:last-child:after{
	display: none;
}

.proje_con1 .rig  .btn .b-top p.on:nth-child(1):before{
	left: 0;
	transform: translateX(0);
}
.proje_con1 .rig  .btn .b-top  p.on:nth-child(4):before{
	left: 100%;
	transform: translateX(-100%);
}



.proje_con1 .rig  .btn .b-top p:nth-child(1){
	text-align: left;
	border-left: none;
}
.proje_con1 .rig  .btn .b-top p:nth-child(4){
	text-align: right;
}
.proje_con1 .rig  .btn .div1{
	display: none;
}
.proje_con1 .rig  .btn .on1{
	display: block;
}
.proje_con1 .rig  .btn .b-con{
	padding-top: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(255,255,255,.22);
}
.proje_con1 .rig  .btn .b-con h1{
	font-size: 24px;
	color: #fff;
	padding-bottom: 10px;
}
.proje_con1 .rig  .btn .b-con p{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
.proje_con1 .rig  .btn .b-btn{
	padding-top: 40px;
}
.proje_con1 .rig  .btn .b-btn p{
	width: auto;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	margin-right: 6.9%;
	margin-bottom: 5px;
}
.proje_con1 .rig  .btn .b-btn p:last-child{
	margin-right: 0;
}
.proje_con1 .rig  .btn .b-btn p span{
	display: block;
	width: 130px;
	height: 45px;
	float: right;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	border:  1px solid #fff;
	margin-left: 5px;
}
.proje_con1 .rig  .btn .b-btn p .shuaxinfont{
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.proje_con1 .rig  .btn .b-btn .b-con2{
	padding-top: 15px;
}
.proje_con1 .rig  .btn .b-btn h1{
	font-size: 22px;
	color: #fff;
}
.proje_con1 .rig  .btn .b-btn  .ip{
	width: 100%;
	margin-top: 10px;
}
.proje_con1 .rig  .btn .b-btn  .ip input{
	width: 400px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	color: #fff;
	border:  1px solid #fff;
	float: left;
}
.proje_con1 .rig  .btn .b-btn  .ip button{
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	height: 45px;
	padding:0 20px;
	border:  1px solid #fff;
	float: left;
	margin-left: 10px;
}
@media(max-width:1459px){
	.proje_con1 .rig .div {
		padding: 26px 30px;
		margin-bottom: 22px;
	}
	.proje_con1 .rig .div .h1{
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.proje_con1 .rig .div .p {
		font-size: 17px;
		padding-bottom: 10px;
	}
	.proje_con1 .rig .div div {
		padding-top: 16px;
	}
	.proje_con1 .rig .div div p {
		font-size: 15px;
		line-height: 28px;
	}
	.proje_con1 .rig .div div .a {
		font-size: 14px;
		width: 130px;
		margin-top: 22px;
	}
	.proje_con1 .rig .btn .b-top p {
		font-size: 18px;
	}
	.proje_con1 .rig .btn .b-top .on:before {
		width: 72px;
	}
	.proje_con1 .rig .btn .b-btn p span {
		font-size: 20px;
	}
	.proje_con1 .rig .btn .b-con h1 {
		font-size: 20px;
	}
	.proje_con1 .rig .btn .b-con p {
		font-size: 16px;
	}
	.proje_con1 .rig .btn .b-btn p {
		font-size: 14px;
		margin-right: 12%;
	}
	.proje_con1 .rig .btn .b-btn h1 {
		font-size: 18px;
	}
	.proje_con1 .rig .btn .b-btn .ip input {
		font-size: 20px;
		width: 400px;

	}
	.proje_con1 .rig .btn .b-btn .ip button {
		font-size: 16px;
	}
	.proje_con1 .rig .btn {
		padding: 57px 38px;
	}
	.proje_con1 .rig .btn .b-top p {
		padding-bottom: 13px;
	}
	.proje_con1 .rig .btn .b-con {
		padding-top: 48px;
		padding-bottom: 34px;
	}
	.proje_con1 .rig .btn .b-btn {
		padding-top: 30px;
	}
}
@media(max-width:1259px){
	.proje_con1 .rig .btn .b-btn p {
		margin-right: 10.8%;
	}
	.proje_con1 .rig .btn .b-btn .ip input {
		width: 350px;
	}
}
@media(max-width:991px){
	.proje_con1 .rig .div .h1 {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 5px;
	}
	.proje_con1 .rig .btn .b-btn .ip input {
		width: 280px;
		height: 40px;
		line-height: 40px;
	}
	.proje_con1 .rig .btn .b-btn p {
		font-size: 14px;
		width: 100%;
	}
	.proje_con1 .rig .btn .b-btn p span {
		height: 40px;
		line-height: 40px;
		margin-right: 50%;
	}
	.proje_con1 .rig .btn .b-btn .ip button {
		line-height: 40px;
		height: 40px;
		padding:0 5px;
	}
}
@media(max-width:768px){
	.proje_con1 .rig{
		width: 100%;
	}

}
@media(max-width:500px){
	.proje_con1 .rig .div {
		padding: 22px 15px;
		margin-bottom: 30px;
	}
	.proje_con1 .rig .div div p {
		font-size: 14px;
		line-height: 26px;
	}
	.proje_con1 .rig .btn .b-top .on:before {
		width: 56px;
	}
	.proje_con1 .rig .div div {
		padding-top: 12px;
	}
	.proje_con1 .rig .btn .div1 {
		margin-top: 25px;
	}
	.proje_con1 .rig .btn .b-con h1 {
		font-size: 16px;
	}
	.proje_con1 .rig .btn .b-con p {
		font-size: 13px;
		line-height: 22px;
	}
	.proje_con1 .rig .btn .b-top p {
		width: 25%;
		float: left;
		border: none;
	}
	.proje_con1 .rig .btn .b-top p {
		font-size: 14px;
	}
	.proje_con1 .rig .btn .b-top .on:before {
		width: 56px;
	}
	.proje_con1 .rig .btn .b-top p:after {
		display: none;
	}
	.proje_con1 .rig .btn .b-top p:nth-child(1) {
		text-align: center;

	}
	.proje_con1 .rig .btn .b-top p:nth-child(4) {
		text-align: center;
	}
	.proje_con1 .rig .btn .b-top p.on:nth-child(4):before {
		left: 50%;
		transform: translateX(-50%);
	}

	.proje_con1 .rig .btn .b-top p.on:nth-child(1):before {
		left: 50%;
		transform: translateX(-50%);
	}
	.proje_con1 .rig .btn {
		padding: 24px 10px;
	}
	.proje_con1 .rig .btn .b-top p {
		padding-bottom: 10px;
	}
	.proje_con1 .rig .btn .b-con {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.proje_con1 .rig .btn .b-btn {
		padding-top: 15px;
	}
	.proje_con1 .rig .btn .b-btn p {
		margin-right: 0%;
		width: 100%;
		line-height: 30px;
	}
	.proje_con1 .rig .btn .b-btn .ip input {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.proje_con1 .rig .btn .b-btn p span {
		height: 35px;
		line-height: 35px;
		margin-right: 15%;
	}
	.proje_con1 .rig .btn .b-btn h1 {
		font-size: 16px;
	}
	.proje_con1 .rig .btn .b-btn .ip {
		width: 100%;
		margin-top: 15px;
	}	
	.proje_con1 .rig .btn .b-btn .ip button {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.proje_con1 .rig .btn .b-btn .b-con2 {
		padding-top: 20px;
	}
	.proje_con1 .rig .btn .b-btn p span {
		font-size: 16px;
	}
	
	
}





/* 采购公告 */
.aff_con1{
	width: 100%;
	padding-top: 110px;
	padding-bottom: 90px;
}
.aff_con1 .lef{
	width: 74%;
	float: left;
}
.aff_con1 .lef .p{
	font-size: 24px;
	color: #333333;
	padding-bottom: 17px;
	border-bottom: 1px solid rgb(209,209,209);
	position: relative;
}
.aff_con1 .lef .p::before{
	content: '';
	width: 94px;
	height: 3px;
	background: linear-gradient(to right, #44cef6,#4b5dc4);
	position: absolute;
	bottom: -1px;
	left: 0;
}
.aff_con1 .lef .div{
	width: 100%;
}
.aff_con1 .lef .div a{
	display: block;
	padding: 28px 16px;
	padding-right: 60px;
	border-bottom: 1px solid rgb(209,209,209);
	position: relative;
}
.aff_con1 .lef .div a::before{
	content: '';
	width: 7px;
	height: 12px;
	background-image: url(../images/img116.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.aff_con1 .lef .div a p{
	font-size: 18px;
	color: #999999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

	transition: all .5s;
}
.aff_con1 .lef .div a:hover p{
	padding-left: 10px;
	color: #4a69ca;
}
.aff_con1 .lef .div a span{
	font-size: 18px;
	color: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.aff_con1 .lef .div .div1{
	display: block;
	width: 31px;
	height: 31px;
	margin: 0 auto;
	margin-top: 25px;
}
.aff_con1 .lef .div .div1 img{
	width: 100%;
	vertical-align: middle;
}

.aff_rig{
	width: 22.4%;
	float: right;
}
.aff_rig .div{
	width: 100%;
	margin-bottom: 32px;
}
.aff_rig .div .top{
	width: 100%;
}
.aff_rig .div .top img{
	width: 100%;
	vertical-align: middle;
}
.aff_rig .div .top p{
	font-size: 22px;
	color: #ffffff;
	line-height: 58px;
	padding-left: 30px;
	background: linear-gradient(to right, #44cef6,#4b5dc4);
}
.aff_rig .div .bot{
	width: 100%;
	padding: 30px 23px;
	background: rgb(248,248,248);
	position: relative;
}
.aff_rig .div .bot .p1{
	font-size: 18px;
	color: #666666;
}
.aff_rig .div .bot .p2{
	font-size: 34px;
	color: #666666;
}
.aff_rig .div .bot .p2 span{
    background-image: -webkit-gradient(linear, left 0, right 0, from( #274496), to(#029ae3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aff_rig .div .bot::before{
	content: '';
	width: 100%;
	height: 9px;
	background-image: url(../images/img119.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.aff_rig .div1{
	width: 100%;
	margin-bottom: 26px;
	padding: 30px 28px;
	background: linear-gradient(to bottom, #44cef6,#4b5dc4);
}
.aff_rig .div1 .a{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 42px;
	border-radius: 44px;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #fff;
	text-align: center;
	display: block;
}
.aff_rig .div1 .a i{
	width: 17px;
	height: 19px;
	display: inline-block;
	background-image: url(../images/img120.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: -2px;
	margin-right: 10px;
}
.aff_rig .div1 .rq1{
	width: 100%;
	margin-top: 14px;
}
.aff_rig .div1 .rq1 .rq2{
	width: 44%;
	float: left;
	padding-top: 35px;
	margin-right: 12%;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	position: relative;
}
.aff_rig .div1 .rq1 .rq2:nth-child(1)::before,
.aff_rig .div1 .rq1 .rq2:nth-child(3)::before{
	content: '';
	width: 1px;
	height: 80%;
	background: rgba(255,255,255,.5);
	position: absolute;
	right: -18px;
	bottom: 0;
}
.aff_rig .div1 .rq1 .rq2:nth-child(3),
.aff_rig .div1 .rq1 .rq2:nth-child(4){
	border-bottom: none;
}
.aff_rig .div1 .rq1 .rq2:nth-child(1)::before{
	top: 0;
}
.aff_rig .div1 .rq1 .rq2:nth-child(2n){
	margin-right: 0;
}
.aff_rig .div1 .rq1 .rq2 img{
	width: 32px;
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}
.aff_rig .div1 .rq1 .rq2 p{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.aff_rig .div2{
	width: 100%;
}
.aff_rig .div2 .p1{
	font-size: 24px;
	color: #333333;
	padding-bottom: 16px;
	border-bottom: 1px solid rgb(209,209,209);
	position: relative;
}
.aff_rig .div2 .p1::before{
	content: '';
	width: 142px;
	height: 3px;
	background-image: url(../images/img121.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.aff_rig .div2 .p1 a{
	font-size: 18px;
	color: #999999;
	float: right;
	line-height: 32px;
}
.aff_rig .div2 .rq1{
	width: 100%;
	padding-top: 16px;
}
.aff_rig .div2 .rq1 a{
	display: block;
	font-size: 18px;color: #999999;
	margin-bottom: 13px;
	padding-right: 60px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.aff_rig .div2 .rq1 a:hover{
	background-image: -webkit-gradient(linear, left 0, right 0, from( #274496), to(#029ae3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aff_rig .div2 .rq1 a span{
	font-size: 18px;
	color: #999999;
	position: absolute;
	right: 0;
	top: 0;
}
.aff_rig .div2 .rq1 a:hover span{
	-webkit-text-fill-color: #999999;
}

@media(max-width:1680px){
	.aff_rig .div .bot .p2 {
		font-size: 30px;
	}
}
@media(max-width:1459px){
	.aff_con1 {
		padding-top: 76px;
		padding-bottom: 70px;
	}
	.aff_con1 .lef .p {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.aff_con1 .lef .p::before {
		width: 72px;
	}
	.aff_con1 .lef .div a {
		padding: 20px 16px;
		padding-right: 50px;
	}
	.aff_con1 .lef .div a p {
		font-size: 14px;
	}
	.aff_con1 .lef .div a span {
		font-size: 14px;
	}
	.aff_con1 .lef .div a::before {
		width: 9px;
		height: 10px;
	}
	.aff_con1 .lef .div .div1 {
		width: 24px;
		height: 24px;
		margin-top: 18px;
	}
	.aff_rig .div .top p {
		font-size: 14px;
		line-height: 44px;
		padding-left: 18px;
	}
	.aff_rig .div .bot {
		padding: 22px 14px;
	}
	.aff_rig .div .bot .p1 {
		font-size: 14px;
	}
	.aff_rig .div .bot .p2 {
		font-size: 24px;
	}
	.aff_rig .div {
		margin-bottom: 18px;
	}
	.aff_rig .div1 {
		margin-bottom: 20px;
		padding: 20px 12px;
	}
	.aff_rig .div1 .a {
		height: 36px;
		line-height: 34px;
		border-radius: 36px;
		font-size: 15px;
	}
	.aff_rig .div1 .a i {
		width: 13px;
		height: 16px;
		margin-bottom: -2px;
		margin-right: 8px;
	}
	.aff_rig .div1 .rq1 .rq2 {
		padding-top: 28px;
		padding-bottom: 10px;
	}
	.aff_rig .div1 .rq1 .rq2 img {
		width: 26px;
		margin-bottom: 5px;
	}
	.aff_rig .div1 .rq1 .rq2 p {
		font-size: 15px;
	}
	.aff_rig .div2 .p1 {
		font-size: 18px;
		padding-bottom: 12px;
	}
	.aff_rig .div2 .p1::before {
		width: 110px;
	}
	.aff_rig .div2 .p1 a {
		font-size: 14px;
		line-height: 26px;
	}
	.aff_rig .div2 .rq1 {
		padding-top: 14px;
	}
	.aff_rig .div2 .rq1 a {
		font-size: 14px;
		margin-bottom: 10px;
		padding-right: 50px;
	}
	.aff_rig .div2 .rq1 a span {
		font-size: 13px;
	}

}
@media(max-width:991px){
	.aff_con1 .lef{
		width: 100%;
	}
	.aff_rig{
		display: none;
	}
	.aff_con1 {
		padding-top: 56px;
		padding-bottom: 60px;
	}
}
@media(max-width:500px){
	.aff_con1 {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.aff_con1 .lef .div a {
		padding: 14px 16px;
		padding-right: 50px;
	}

}





/* complain */
.com_con1 {
	padding: 100px 0;
}
.com_con1 .lef .p {
    font-size: 24px;
    color: #333333;
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(209,209,209);
    position: relative;
}
.com_con1 .lef {
	width: 73.54%;
	float: left;
}
.com_con1 .lef .p::before {
    content: '';
	width: 216px;
    height: 3px;
    background: linear-gradient(to right, #44cef6,#4b5dc4);
    position: absolute;
    bottom: -1px;
    left: 0;
}
.com_con1 .lef .wz{
	width: 100%;
	padding: 50px;
	background: #f8f8f8;
	margin-top: 30px;
}
.com_con1 .lef .wz p{
	font-size: 18px;
	color: #999999;
	line-height: 32px;

}
.com_con1 .lef .wz .dbg{
	margin-bottom: 46px;
}
.com_con1 .lef .wz .dbg:last-child{
	margin-bottom: 0;
}

@media (max-width: 1459px){
.com_con1 {
	padding: 76px 0;
}
.com_con1 .lef .p::before{
	width: 162px;
}
.com_con1 .lef .p {
    font-size: 22px;
    color: #333333;
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(209,209,209);
    position: relative;
}
.com_con1 .lef .p {
    font-size: 18px;
    padding-bottom: 10px;
}
.com_con1 .lef .wz {
    padding: 38px;
    margin-top: 22px;
}
.com_con1 .lef .wz p {
    font-size: 14px;    
    line-height: 24px;
}
.com_con1 .lef .wz .dbg{
	margin-bottom: 34px;
}
}
@media (max-width: 991px){
	.com_con1 .lef {
		width: 100%;
	}
}
@media (max-width:500px){
	.com_con1 .lef .wz {
		padding: 20px;
		margin-top: 30px;
	}
	.com_con1 {
		padding: 40px 0;
	}
	.com_con1 .lef .wz .dbg {
		margin-bottom: 20px;
	}
}
.con-xm {
	width: 100%;
	background: #f3f3f3;

}
.con-xm .div{
	width: 24%;
	float: left;
	margin-right: 1.333%;
	text-align: center;
	margin: 20px 0;
}
.con-xm .div:nth-child(4){
	margin-right: 0;
}
.con-xm .div a{
	display: block;
	color: #333;
}
.con-xm .div img{
	width: 30px;
	margin: 0 auto;
}
 

.login-tabs{
	display: flex;
	border: 1px solid #dde6ef;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 18px;
	background: #f7fafc;
}
.login-tabs span{
	width: 50%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #5f7287;
	cursor: pointer;
}
.login-tabs span.on{
	background: #488eda;
	color: #fff;
}
.log_con1 .rq .div .login-sms-row{
	padding-right: 116px;
}
.sms-code-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 112px!important;
	height: 48px!important;
	margin-top: 0!important;
	border-radius: 0 6px 6px 0!important;
	font-size: 13px!important;
	background: #488eda!important;
}
.sms-code-btn:disabled{
	background: #a8b2bd!important;
	cursor: not-allowed;
	box-shadow: none!important;
	transform: none!important;
}
@media(max-width:1459px){
	.sms-code-btn{
		height: 44px!important;
	}
}
@media(max-width:500px){
	.log_con1 .rq .div .login-sms-row{
		padding-right: 104px;
	}
	.sms-code-btn{
		width: 100px!important;
	}
}


.log_con1 .rq{
	padding-top: 48px;
	padding-bottom: 42px;
}
.log_con1 .rq .login-tips{
	margin-top: 8px;
	margin-bottom: 18px;
}
.log_con1 .rq .div{
	margin-top: 0;
}
.login-tabs{
	margin-bottom: 16px;
}
.log_con1 .rq .div .div1{
	margin-bottom: 14px;
}
.log_con1 .rq .div .div2 .div1{
	margin-bottom: 0;
}
.log_con1 .rq .div .login-sms-row{
	margin-bottom: 14px;
}
.log_con1 .rq .div button{
	margin-top: 4px;
}
@media(max-width:1459px){
	.log_con1 .rq{
		padding-top: 36px;
		padding-bottom: 32px;
	}
	.log_con1 .rq .login-tips{
		margin-bottom: 14px;
	}
	.login-tabs{
		margin-bottom: 14px;
	}
}
@media(max-width:500px){
	.log_con1 .rq{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.log_con1 .rq .login-tips{
		margin-bottom: 14px;
	}
	.log_con1 .rq .div .div1{
		margin-bottom: 12px;
	}
}


.register-panel{
	width: min(1040px, 100%);
}
.register-box{
	padding-top: 42px;
	padding-bottom: 36px;
}
.register-form{
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	column-gap: 14px;
}
.register-form .div2,
.register-form button,
.register-form .login-link-row{
	grid-column: 1 / -1;
}
.login-link-row{
	text-align: center!important;
	margin-top: 14px!important;
	color: #7b8794;
}
.login-link-row a{
	color: #488eda!important;
	font-weight: 600;
}
.login-link-row a:hover{
	color: #347cc8!important;
}
@media(max-width:900px){
	.register-form{
		display: block;
	}
}

/*面包屑*/
.breadcrumb {
	padding: 15px 20px;
	background: #fff;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
}
.breadcrumb a {
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover,.breadcrumb .active {
	color: #0066cc;
	text-decoration: underline;
}
.breadcrumb .sep {
	margin: 0 8px;
	color: #999;
}
.breadcrumb .cur {
	color: #999;
}

.member-quick-menu .div.on{
	background: #eef6ff;
	border-color: #488eda;
}
.member-quick-menu .div.on a{
	color: #488eda;
}


.affiche-category-panel{
    margin: 0 0 22px;
    border: 1px solid #e4ebf7;
    border-left: 4px solid #4169d8;
    border-radius: 6px;
    background: #fff;
}
.affiche-cat-filter,
.affiche-subcat-filter{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 18px;
    background: #f6f9ff;
}
.affiche-subcat-filter{
    border-top: 1px solid #e4ebf7;
    background: #fff;
}
.affiche-subcat-filter.is-hidden{
    display: none;
}
.affiche-cat-label{
    width: 74px;
    flex-shrink: 0;
    padding-top: 5px;
    color: #26364d;
    font-size: 15px;
    font-weight: bold;
}
.affiche-cat-options{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 8px;
}
.affiche-cat-options a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 13px;
    border: 1px solid #dfe7f3;
    border-radius: 15px;
    color: #5f6f86;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
}
.affiche-cat-options a.on,
.affiche-cat-options a:hover{
    color: #fff;
    border-color: #4169d8;
    background: #4169d8;
}
.affiche-search-row{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 14px;
    border-top: 1px dashed #e4ebf7;
    background: #fff;
}
.affiche-search-row input{
    flex: 1;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dfe7f3;
    border-radius: 4px;
    padding: 0 12px;
    color: #333;
    box-sizing: border-box;
}
.affiche-search-row button{
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 4px;
    padding: 0 18px;
    background: #4169d8;
    color: #fff;
    cursor: pointer;
}
.aff_con1 .lef .affiche-aggregate-list{
    border-top: 1px solid #dfe7f3;
}
.aff_con1 .lef .affiche-aggregate-list a.affiche-aggregate-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 18px;
    padding-right: 18px;
    border-bottom: 1px solid #e7edf6;
    background: #fff;
}
.aff_con1 .lef .affiche-aggregate-list a.affiche-aggregate-item::before{
    display: none;
}
.affiche-aggregate-main{
    min-width: 0;
    flex: 1;
}
.aff_con1 .lef .affiche-aggregate-list a.affiche-aggregate-item p{
    color: #2b3445;
    font-size: 17px;
    line-height: 1.5;
}
.aff_con1 .lef .affiche-aggregate-list a.affiche-aggregate-item:hover p{
    color: #4169d8;
    padding-left: 0;
}
.affiche-aggregate-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.affiche-aggregate-meta em{
    font-style: normal;
    color: #6a7891;
    background: #f2f6fc;
    border: 1px solid #e3ebf7;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 13px;
    line-height: 20px;
}
.affiche-aggregate-meta .affiche-method-tag{
    color: #1e73be;
    background: #eef7ff;
    border-color: #d8ebff;
}
.affiche-aggregate-side{
    width: 112px;
    flex-shrink: 0;
    text-align: right;
}
.affiche-aggregate-side strong{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 28px;
    padding: 0 10px;
    border-radius: 3px;
    color: #6b778c;
    background: #eef2f7;
    font-size: 13px;
    font-weight: normal;
}
.affiche-aggregate-side strong.status-0{color:#9a6b16;background:#fff5db;}
.affiche-aggregate-side strong.status-1{color:#0a8b58;background:#e6f7ef;}
.affiche-aggregate-side strong.status-2{color:#b9560b;background:#fff0df;}
.affiche-aggregate-side strong.status-3{color:#6b778c;background:#eef2f7;}
.affiche-aggregate-side strong.status-4{color:#4169d8;background:#edf3ff;}
.aff_con1 .lef .affiche-aggregate-list a.affiche-aggregate-item .affiche-aggregate-side span{
    position: static;
    display: block;
    margin-top: 9px;
    color: #95a0b3;
    font-size: 14px;
}
.affiche-aggregate-empty{
    padding: 60px 0;
    text-align: center;
    color: #95a0b3;
    border-bottom: 1px solid #e7edf6;
}
.project-method-tag{
    display: inline-block;
    margin: 8px 0 10px;
    padding: 4px 10px;
    border: 1px solid #d8ebff;
    border-radius: 4px;
    color: #1e73be;
    background: #eef7ff;
    font-size: 14px;
    line-height: 20px;
}
.index-method-tag{
    display: inline!important;
    position: static!important;
    width: auto!important;
    top: auto!important;
    right: auto!important;
    flex-shrink: 0;
    margin-right: 4px;
    color: #1e73be!important;
    font-size: 12px!important;
    line-height: inherit!important;
}
@media(max-width:991px){
    .affiche-cat-filter{
        padding: 12px;
    }
    .affiche-subcat-filter{
        padding: 12px;
    }
    .affiche-cat-label{
        width: 62px;
        font-size: 14px;
    }
    .affiche-cat-options a{
        height: 28px;
        padding: 0 10px;
        line-height: 28px;
    }
    .aff_con1 .lef .affiche-aggregate-list a.affiche-aggregate-item{
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 16px 0;
    }
    .affiche-aggregate-side{
        width: 100%;
        text-align: left;
    }
}
