* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none !important;
	color: #282828;
}

li {
	list-style: none;
}

.clear {
	clear: both;
	line-height: 0;
}
html body{min-width: 1400px;}
 body {
	font-size: 18px !important;
	font-family: '微软雅黑';
	line-height: 32px;
	background-size: 1920px;
}


.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	overflow: initial
}


.i-header-icons img {
	margin-left: 50px;
	margin-top: 30px;
	width: 471px;
}

.main1 {
	position: relative;
	width: 1400px;
	margin: 370px auto 0;
}

.main2 {

	max-width: 1920px;
	min-width: 1300px;
	margin: 0 auto;
}

.main3 {
	width: 1128px;
	margin: 0 auto 46px;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 55px 40px 55px 30px;
	border-radius: 10px 0 10px 10px;
	/* box-shadow: 0px 0px 10px #e7f4ff; */
	border: 1px solid #1685f7;
	background: #fff url(/material/yjsfw/images/main3_bg.png) no-repeat top center;
	"

}

.main3:last-child {
	margin-bottom: 0;
}

.left {
	position: fixed;
	top: 85%;
	left: 2%;
	transform: translate(0, -50%);
	transition: all .2s linear;
	animation: slideInFromLeft .8s linear forwards;
	z-index: 9;
}

.left_auto {
	width: 250px;
	overflow-y: auto;
	/*height: 600px;*/
	height: auto;max-height: 600px;overflow-x: hidden;
}

.left_auto::-webkit-scrollbar {
	width: 5px;
}

.left_auto::-webkit-scrollbar-track {
	background-color: transparent;
	opacity: 0.2;
}

.left_auto::-webkit-scrollbar-thumb {
	background-color: #389ee2;
	border-radius: 5px;
}

/* 新增 */
.left2 {
	position: fixed;
	top: 50%;
	right: 2%;
	transform: translate(0, -50%);
	z-index: 999;
	background-color: rgba(255, 255, 255, .9);
	padding: 50px 30px 0 20px;
	border-radius: 30px;
	display: none;
}

.left2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #fff;
}

.close {
	display: none;
	align-items: center;
	justify-content: center;
	content: '';
	position: absolute;
	top: 30px;
	right: 15px;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background-color: #0073ff;
	border-radius: 50%
}

.close img {
	width: 20px;
	height: 20px;
}

.cbl {
	/* display: flex; */
	display: none;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 0%;
	transform: translate(0, -50%);
	padding: 20px;
	color: #fff;
	letter-spacing: 5px;
	/* height: 50px; */
	writing-mode: vertical-lr;
	background-color: #0073ff;
}

@keyframes slideInFromLeft {
	0% {
		/* transform: translatex(-100%); */
		opacity: 0;
	}

	100% {
		/* transform: translatex(0%); */
		opacity: 1;
	}
}

.left li {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
	width: 220px;
	height: 60px;
	border: 1px solid #d3eeff;
	background-color: #f8feff;

	font-size: 18px;
	cursor: pointer;
	color: #0073ff;
	border-radius: 30px;
}

.left li img {
	margin-left: 10px;
	margin-right: 6px;
}
.left li span{width: 117px;}

.left .active {
	width: 220px;
	height: 60px;
	background: linear-gradient(to right, rgba(95, 177, 254), rgba(33, 137, 255));
	color: #fff;
}

.left .active::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	width: 19px;
	height: 15px;
	background-image: url(/material/yjsfw/images/icon.png);
}

.left li::after {
	content: '';
	position: absolute;
	left: 32px;
	bottom: -18px;
	width: 0px;
	height: 15px;
	border: 1px dashed #d3eeff;
}

.left li:last-child::after {
	display: none;
}

.right {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 931px;
	min-height: 200px;
	overflow: hidden;
	/* background-color: #0073ff; */
}

/* .line{
	margin-top: 45px;
	position: relative;
	width: 931px;
	height: 1px;
	background-image: url(../image/line.png);
} */
.title {
	position: absolute;
	top: -26px;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	display: flex;
	margin-bottom: 20px;
}

.middle-title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 0 20px;
	height: 60px;
	background: linear-gradient(to right, #68b0fd, #1886f7);
	font-weight: 700;
	color: #fff;
	font-size: 24px
}

.left-title {
	margin-right: -1px;
	position: relative;
	width: 60px;
	height: 60px;
	background-image: url(/material/yjsfw/images/bt_left.png);
}

.right-title {
	margin-left: -1px;
	position: relative;
	width: 60px;
	height: 60px;
	background-image: url(/material/yjsfw/images/bt_right.png);
}

.contentbox {
	/* display: none; */
	padding: 20px;
	padding-top: 0;
}

	.btnBar {
			width: auto;
		}
		
		.wrap {
			margin: 0 auto;
			width: 100%;
			max-width: 1300px;
			overflow: initial
		}
		
		.fot {
			background-color: #f2f2f2;
		}
		
		.section {
			margin: 0 auto;
		}
		
		.footer-site {
			margin-top: 50px;
			padding-top: 20px;
			background-color: #f2f2f2;
			display: flex;
		}
		
		.fot .footer-site ul {
			display: flex;
		}
		
		.fot {
			margin-top: 50px
		}
		
		.title {
			left: 0
		}
		
		p {
			width: 1128px
		}
		
		.middle-title {
			width: auto
		}
		
		img {
			border: 0;
			max-width: 1128px;
		}
		.left li img.imgactive{display: none;}
		.left .active img.imgactive{display: block;} 
		.left .active img.imgactiveno{display: none;} 