#spanner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(52, 58, 65, 0.600000);
	padding: 0 2rem;
	color: #fff;
	border-radius: 5px;
	z-index: 9999999;
}

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;
}

.bList {
	height: 34rem !important;
}

.am-thumbnail {
	height: 80% !important;
}

.bList_box {
	height: 100%;
	position: relative;
}

.bList_des {
	display: none;
	position: absolute;
	top: 0;
	background: rgba(11, 89, 60, 0.6313725490196078);
	height: 80% !important;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 25% 2% 20% 2%;
}

.bList_box1:hover .bList_des1,
.bList_box2:hover .bList_des2,
.bList_box3:hover .bList_des3,
.bList_box4:hover .bList_des4 {
	display: block;
}

.bList_box h2 {
	text-align: center;
	color: #000;
}

.usLogo {
	width: 60%;
	height: 40%;
}

/* .usList{
			height: 10rem !important;
		} */
.usList_box {
	text-align: center;
}

.usList_box h2 {
	color: #000;
}

.usList_box p {
	font-size: 1.4rem;
}

.usList_box_img {
	width: 40%;
	height: auto;
	margin-bottom: 5%;
}

.ycPadding {
	padding: 0;
}

.ymLeft {
	padding: 2rem 4rem;
	background: rgb(50, 69, 58);
	height: 70vh;
	color: #fff;
	text-align: center;
}

.ymLeft h2 {
	text-align: left;
}

.ymLeft_sm {
	padding: 2rem 4rem;
	background: rgb(50, 69, 58);
	color: #fff;
	font-weight: 100;
	text-align: left;
}

.ycLine {
	margin-top: 1rem;
	margin-bottom: 2rem;
	width: 25rem;
	height: 0.4rem;
	background: #fff;
}

.ycImg1 {
	background: url('../images/index/yc1.png') no-repeat;
	height: 100%;
	background-size: 80% 60%;
	flex: 1;
	background-position-x: 60%;
	background-position-y: 10%;
	position: relative;
}

.ymLeft_content {
	position: absolute;
	bottom: 5%;
}

.ycImg2,
.ycImg3 {
	height: 20vh;
}

.ycImg4 {
	height: 40vh;
}

.ycImg5 {
	height: 25vh;
}

.ycImg6 {
	height: 15vh;
}

.ycImg7 {
	height: 30vh;
}

.ycImg8 {
	height: 30vh;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: right;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.6);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.slider-desc {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2rem;
}

.slider-desc h4 {
	text-align: left;
}

.am-btn-primary {
	font-size: 1.3rem;
}

.swiper-button-next,
.swiper-button-prev {
	color: #000;
}

.mySwiper {
	position: relative;
}

.consult h2 {
	text-align: center;
	margin-bottom: 1rem;
}

.consult .myDetail {
	font-size: 1.5rem;
	background-color: rgba(242, 242, 242, 1);
	padding: 4rem;
	line-height: 4rem;
	box-shadow: 0 0 20px #f7f7f7;
	border-radius: 10px;
}

.consult .userInfo {
	padding: 2rem;
	box-shadow: 0 0 20px #f7f7f7;
	text-align: center;
}

.consult .userInfo .tip {
	margin: 1rem;
}

.submit {
	display: inline-block;
	margin-bottom: 0;
	padding: 0.5em 1em;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 0;
	user-select: none;
	color: #fff;
	background-color: #0e90d2;
	border-color: #0e90d2;
}

.submit:active {
	opacity: .8;
}

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;
}