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%;
}

.bList_box h2 {
	text-align: center;
}

.usLogo {
	width: 10rem;
	height: 18rem;
}

.usList_ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.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: 2%;
}

.ycPadding {
	padding: 0;
}

.ymLeft {
	padding: 2rem 4rem;
	background: rgb(50, 69, 58);
	height: 70vh;
	color: #fff;
}

.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%;
}

.ymLeft_sm {
	padding: 2rem 4rem;
	background: rgb(50, 69, 58);
	color: #fff;
	font-weight: 100;
	text-align: left;
}

.ycImg2,
.ycImg3 {
	height: 20vh;
}

.ycImg4 {
	height: 40vh;
}

.ycImg5 {
	height: 25vh;
}

.ycImg6 {
	height: 15vh;
}

.ycImg7 {
	height: 30vh;
}

.ycImg8 {
	height: 30vh;
}

.warehouse {
	background: #fff;
	padding: 2rem 0;
}

.warehouse_left {
	/* padding-left: 20%; */
}

.warehouse_right {
	/* padding-left: 10%; */
}

.warehouse_title {
	display: flex;
	align-items: center;
}

.warehouse_left .line,
.warehouse_title .line {
	width: 1rem;
	height: 3rem;
	background: rgb(50, 69, 58);
	border-radius: 10px;
	margin-right: 2rem;
}

.warehouse_list {
	margin-left: 2rem;
	color: rgb(102, 102, 102);
}

.warehouse_left_content_item {
	display: flex;
	align-items: center;
	margin: 3rem 0 3rem 5rem;
	color: rgb(102, 102, 102);
}

.warehouse_left_content_icon {
	width: 6rem;
	height: 6rem;
	margin-right: 2rem;
}

.warehouse_left_content_item_text_num {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
}

.partner {
	display: flex;
	align-items: center;
}

.partner_img {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.bto {
	display: flex;
	align-items: center;
	color: #000;
	margin-top: 3rem;
}

.bto_num {
	font-size: 2rem;
	font-weight: bold;
}

.bto_title {
	color: #909399;
	font-size: 1rem;
}

.parter_icon {
	width: 6rem;
	height: 6rem;
	margin: 0 1rem 0 4rem;
}

.intro_item {
	display: flex;
	align-items: center;
}

.intro {
	margin-top: 3rem;
}

.intro_item {
	margin-bottom: 4rem;
}

.intro_item_icon {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.delivery {
	padding: 4rem 5% 15rem 8%;
	background: url('../images/warehouse/delivery1.png') no-repeat;
	background-size: 35% 75%;
	background-position-x: 14%;
	background-position-y: bottom;
}

.delivery_sm {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.delivery_sm .delivery_item {
	display: block;
}

.delivery_title {
	font-size: 3rem;
	color: rgb(28, 47, 38);
	font-weight: bold;
	margin-bottom: 2rem;
}

.delivery_item {
	display: flex;
	align-items: center;
	color: #909399;
	margin-bottom: 1rem;
}

.delivery_item_icon {
	width: 4rem;
	height: 4rem;
	margin-right: 1rem;
}

.delivery_item_num {
	font-size: 2.5rem;
	color: #000;
	font-weight: bold;
}

.delivery_right {
	position: relative;
}


.delivery_right_item1,
.delivery_right_item2,
.delivery_right_item3,
.delivery_right_item4,
.delivery_right_item5 {
	position: absolute;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 30%;
}

.delivery_right_item1,
.delivery_right_item2 {
	top: 5%;
}

.delivery_right_item2 {
	right: 3%;
}

.delivery_right_item3,
.delivery_right_item4 {
	bottom: 25%;
}

.delivery_right_item4 {
	right: 3%;
}

.delivery_right_item5 {
	left: 50%;
	bottom: 3%;
	transform: translateX(-50%);
	width: 55%;
	color: #000;
}

.delivery_right_item5 .title {
	font-size: 1.5rem;
	font-weight: bold;
}

.delivery_right_item {
	display: flex;
}

.delivery_right_item p {
	font-size: 1.3rem;
	color: rgb(254, 88, 88);
}

.delivery_right_item5 p {
	color: #000;
}

.delivery_right_item_box {
	flex: 0.5;
}

.delivery_right_item_img {
	width: 40%;
	height: auto;
}

.delivery_right_title {
	position: absolute;
}

.delivery_right .title1 {
	font-size: 2.5rem;
	font-weight: bold;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
}

.delivery_right .title2,
.delivery_right .title3,
.delivery_right .title4,
.delivery_right .title5 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}

.delivery_right .title2 {
	top: 27%;
	left: 41%;
	transform: translateX(-50%) rotate(-48deg);
}

.delivery_right .title3 {
	top: 27%;
	right: 32.5%;
	transform: translateX(-50%) rotate(48deg);
}

.delivery_right .title4 {
	bottom: 42%;
	left: 42%;
	transform: translateX(-50%) rotate(43deg);
}

.delivery_right .title5 {
	bottom: 44%;
	right: 32%;
	transform: translateX(-50%) rotate(-43deg);
}

.effect {
	padding: 4rem 5% 4rem 5%;
	text-align: center;
}

.effect_head {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 4rem;
}

.effect_img {
	width: 80%;
}

.effect_icon {
	width: 60%;
}

.effect_list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.effect_list_item_icon {
	width: 60%;
}

.effect_title,
.effect_list_item_title {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	margin: 1rem 0;
}

.effect_list_item_des {
	font-size: 1.4rem;
	color: #000;
}

.effect_right_img {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.manage {
	background: rgb(50, 69, 58);
	color: #fff;
}

.manage_left {
	padding: 4rem 5%;
}

.manage_left_list {
	margin-top: 10%;
	line-height: 5rem;
}

.manage_img {
	height: 30rem;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #fff;
}

.manage_img_top {
	border-top: none;
	padding-top: 0;
}


.manage_img_text {
	border-bottom: none;
	padding-bottom: 0;
}

.manage_text {
	text-align: center;
	padding: 1rem 0;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.manage_img_bottom {
	border-bottom: none;
	padding-bottom: 0;
}

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;
}