.row{
	/* display: flex; */
	/* align-items: center; */
	/* align-self: center; */
	/* justify-content: space-between; */
	height: auto;
	overflow-y: auto;
	/* border-top: 1px solid #999999; */
	/* border-bottom: 1px solid silver; */
	margin: auto 5%;
	/* width: 80%; */
	/* background: yellowgreen; */
	
}
.picR{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 80%;
	/* overflow: inherit; */
}
.picL{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	width: 80%;
	/* overflow: inherit; */
}
.bp{
	object-fit: cover; /* 使img元素自适应div大小，同时保持其纵横比 */
	width: 500px;
	height: 500px;
}
.midbp{
	object-fit: contain; /* 使img元素自适应div大小，同时保持其纵横比 */
	width: 100%;
	height: 100%;
	/* background-color: aqua; */
}
.textbox{
	background-color: white;
	text-align: left;
	font-size: 1.25rem;
	font-family: 'Courier New', Courier, monospace;
	padding: 100px 80px;
	/* background-color: pink; */
	width: calc(100% - 400px);
	/* height: 400px; */
}
.banner2{
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 100%;
	height: 600px;
	background-color: rgba(74,151,193,0.7);
	margin: auto;
}
.bannerfit{
	width: 100%;
	height: 100%;
	object-fit: cover; /* 使img元素自适应div大小，同时保持其纵横比 */ 
	/* background-color: rgba(220,80,20,0.7); */
}
.banTip{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 3rem;
	margin: auto;
	/* padding: 20px; */
	text-align: center;
	/* border: 1px solid yellow; */
}
.banPic{
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 100%;
	height: 100%;
}
.banner_icon{
	display: inline;
	padding: 40px;
	font-size: 20px;
	left: 20px;
	margin: 0px 20px;
	text-align: left;
}
.banner_license{
	padding: 40px;
	font-size: 20px;
	right: 20px;
	margin: 0px 20px;
	text-align: right;
}
.banner_title{
	font-size: 48px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
}
.banner_exp{
	font-size: 20px;
	text-align: center;
}
.itext{
	font-family: var(--chinese-font-family);
	font-size: 1.25rem;
	line-height: 1.8;
	text-align: justify;
	color: #2d3748;
	margin: 0 auto 1.5rem auto;
	padding: 2rem;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	border: 1px solid #e2e8f0;
	max-width: 1080px;
	width: 100%;
	box-sizing: border-box;
}

.itext:hover {
	background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	border-color: #cbd5e0;
}

.itext:first-of-type {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a202c;
	background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
	border-left: 6px solid #2196f3;
}

.itext:nth-of-type(2) {
	background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
	border-left: 6px solid #9c27b0;
}

.itext:last-of-type {
	background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
	border-left: 6px solid #4caf50;
}

.title1{
	font-family: var(--chinese-font-family);
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a202c;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 2rem auto;
	padding: 2rem;
	background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
	border-radius: 12px;
	border-left: 6px solid #2196f3;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	max-width: 1080px;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.title1:hover {
	background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	border-left: 6px solid #1976d2;
}
.danluM {  
	display: none;
	flex-direction: row;
	/* align-items: center; */
	/* align-self: center; */
	/* position: absolute; */
	/* top: 100%;  */
	/* left: 0;  */
	background-color: #ffffff;
	color: black;
	width: 180px;
	padding: auto;
	margin: auto;
	border: 1px solid black;
	border-radius: 5px;
}  

.danludownload:hover .danluM{
	display: flex;
}
.danludownload {
	display: block;
	color: white;
	/* background-color: yellow; */
	width: 200px;
	height: 300px;
	margin: auto;
	/* border: 1px solid #ffffff; */
	padding: 5px 10px;
	/* text-decoration: none; */
	/* font-family: 微软雅黑; */
	border-radius: 30px;
}
.item2{
	display: block;
	color: white;
	/* background-color: yellow; */
	width: 100%;
	margin: 10px auto;
	font-size: 26px;
	padding: auto;
	text-decoration: none;
	font-family: 微软雅黑;
}
