img {
	width: 100%;
	height: 100%;
}

/* 头部样式 */
.header {
	margin: 2rem 0;
	padding-right: 2rem;
}

.header_left {
	text-align: right;
}

.header_logo {
	width: 10rem;
	height: 8rem;
}

.header_right {
	font-family: 'MiSans-Bold';
	height: 8rem;
}

blockquote {
	border-left: 1px solid rgba(11, 89, 60, 1);
}

.header_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 2.5rem;
	font-weight: bold;
	color: rgba(11, 89, 60, 1);
}

.header_nav {
	background: rgb(50, 69, 58);
	color: #fff;
}

.nav {
	display: flex;
	align-items: center;
	list-style: none;
	text-align: center;
	margin: 0;
}

.nav li {
	flex: 0.5;
}

.nav li a {
	padding: 2rem 0;
	display: inline-block;
}

.active {
	background: rgb(91, 106, 97);
}

.nav li:hover {
	background: rgb(91, 106, 97);
}

.am-offcanvas-content {
	padding: 2rem 0;
}

.am-offcanvas-content ul {
	display: block;
	padding: 0;
}

.am-offcanvas-content .nav li {
	padding: 0;
}

.am-offcanvas-content a {
	color: #ccc;
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
}

.main {
	background: rgba(243, 249, 241, 1);
	height: auto;
	padding: 2rem 0;
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 3rem;
	color: #333333;
	text-decoration: underline;
}

.title h4 {
	font-size: 2rem;
}


.tech {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10%;
}

.tech_left {
	display: flex;
	align-items: center;
}

.tech_left_content {
	text-align: center;
}

.tech_left_img {
	width: 80%;
}

.tech_left_title1 {
	color: rgb(217, 190, 141);
	font-size: 3rem;
	font-weight: bold;
}

.tech_left_title2 {
	color: rgb(28, 48, 37);
	font-size: 4rem;
	font-weight: bold;
	line-height: 8rem;
}

.tech_left_title3 {
	font-size: 2rem;
	font-weight: bold;
}

.tech_left_list_item {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}

.tech_left_list_item img {
	width: 6rem;
	height: 6rem;
	margin-right: 3rem;
}

.tech_right {
	position: relative;
}

.tech_right_content_list {
	position: absolute;
	top: 25%;
	left: 10%;
}

.tech_content {
	text-align: center;
}

.tech_content_title1 {
	color: rgb(217, 190, 141);
	font-size: 3rem;
	font-weight: bold;
	margin-top: 3rem;
}

.tech_content_title2 {
	color: rgb(50, 69, 58);
	font-size: 4rem;
	font-weight: bold;
	margin: 2rem 0;
}

.tech_content_imgList {
	display: flex;
	justify-content: space-around;
}

.tech_content_imgList_item {
	width: 44%;
}

footer {
	padding: 3rem;
	height: 20rem;
	color: #fff;
	background: rgb(50, 69, 58);
}

.footerList {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footerList li {
	flex: 0.5;
}

.catagory {
	margin: 3rem 0 4rem 0;
	text-align: center;
}

.ICP {
	padding-left: 5.5rem;
}

.line {
	border-left: 1px solid #fff;
}

.myInfo {
	margin-top: 3rem;
}

.myInfo li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.myInfo li .myInfoItem {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
}

.myInfo_sm {
	text-align: center;
	line-height: 3rem;
	margin-top: 2rem;
	font-size: 1.4rem;
}

.myInfo_sm .ICP {
	padding: 0;
	margin-top: 2rem;
}

.consult_spnner {
	position: relative;
}

.consult_spnner:hover .consult_img {
	display: block;
}

.consult_img {
	display: none;
	width: 20rem;
	height: 25rem;
	position: absolute;
	bottom: 65%;
	background: #fff;
	padding: 0.5rem;
}

.consult_icon {
	position: absolute;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3%;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0 dotted;
	overflow: hidden;
}