p {
	margin-bottom: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #333333;
}

span {
	vertical-align: middle;
}

a:hover {
	color: #666666;
	text-decoration: none !important;
	-webkit-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}

body {
	background: #F0F0F0;
	color: #666666;
	font-size: 1rem;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}

.bg_fff {
	background: #FFFFFF;
}

.container-fluid .row {
	width: 100%;
	margin: 0 auto;
}

/* 字体图标 */
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 1rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

/* 单行省略属性 */
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

/* 多行省略 */
.wenzsl_2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wenzsl_3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.wenzsl_4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.wenzsl_4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.page_content_block {
	margin: 0 auto;
}

/* 减去1.8rem */
.m_m_t80 {
	margin-top: 3rem;
}

.m_m_t100 {
	margin-top: 4.2rem;
}

.m_m_b80 {
	margin-bottom: 3rem;
}

.m_m_b100 {
	margin-bottom: 4.2rem;
}

.m_t80 {
	margin-top: 4.8rem;
}
.p_t60{
	padding-top:3.6rem;
}

.m_b80 {
	margin-bottom: 4.8rem;
}

.m_t100 {
	margin-top: 6rem;
}

.m_b100 {
	margin-bottom: 6rem;
}

.p_t80 {
	padding-top: 4.8rem;
}

.p_b80 {
	padding-bottom: 4.8rem;
}

.p_t100 {
	padding-top: 6rem;
}

.p_b100 {
	padding-bottom: 6rem;
}

/* 头部 */
.page_head {
	width: 100%;
	background: #ffffff;
	height: 8.16rem;
	transition: all ease .3s;
	z-index: 120;
	position: relative;	
}

.page_head .page_content_block {
	position: relative;
	height: 100%;
}

.page_head .item_topbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 1.5rem;
	line-height: 1.62rem;
	transition: all ease .3s;
}

.page_head .item_topbox a {
	display: block;
	margin-left: 1.5rem;
	font-size: 0.84rem;
	color: #262626;
}

.page_head .item_topbox .item_icon {
	margin-right: 0.3rem;
}

.page_head .item_bottombox {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
}

.page_head .item_logo img {
	height: 3.5rem;
}

.page_head .item_headmenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 5.04rem;
	/* padding-right: 7.68rem; */
}

.page_head .item_headmenu .item_first_li {
	margin-left: 3.1rem;
	padding: 0 1rem;
	line-height: 5.04rem;	
	position: relative;
	height: 100%;
}

.page_head .item_headmenu .item_first_link {
	font-size: 1.44rem;
	font-weight: 400;
	color: #262626;
}

.page_head .item_headmenu .item_first_li:hover{
	border-bottom: 5px solid #B40F22;
}

.page_head .item_headmenu .item_first_li:hover .item_first_link {
	color: #B40F22;	
}

.page_head .item_headmenu .item_first_li.active .item_first_link {
	color: #B40F22;
}

.page_head.move {
	position: fixed;
	top: 0;
	left: 0;
	height: 5.04rem;
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.10);
}

.page_head.move .item_topbox {
	display: none;
}

.page_head .item_first_li .item_second {
	position: absolute;
	top: 4.8rem;
	left: 0;
	width: 15rem;
	z-index: -1;
	background: #FFF;
	box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
	transition: all ease .4s;
	opacity: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.page_head .item_first_li .item_second.dis_show {
	z-index: 200;
	opacity: 1;
	height: auto;
	padding: 1rem 1.8rem 0.5rem 1.8rem;
}

.page_head .item_first_li .item_second .item_second_li {
	margin: 0 0 0.2rem 0;
	line-height: 2rem;
}

.page_head .item_first_li .item_second .item_second_li .item_pic {
	width: 3.5rem;
	height: 75%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.page_head .item_first_li .item_second .item_second_link {
	font-size: 1rem;
	color: #262626;
	display: block;
}

.page_head .item_first_li .item_second .item_second_link:hover {
	color: #005BAC;
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_content_block {
		width: 100%;
	}

	.index_nav .index_nav_info_block {
		width: 49%;
	}

	.page_head .item_logo img {
		height: 1.6rem;
	}

	.page_head .item_headmenu .item_first_li {
		margin-left: 0;
	}

	.page_head .item_headmenu .item_first_link {
		font-size: 1rem;
		font-weight: 400;
		color: #262626;
	}

	.page_head .item_headmenu {
		padding-right: 5rem;
	}

}

@media screen and (min-width: 800px) and (max-width: 1200px) {
	.page_head .item_logo img {
		height: 1.8rem;
	}

	.page_head .item_headmenu {
		padding-right: 4rem;
	}

	.page_head .item_headmenu .item_first_li {
		margin-left: 0.5rem;
	}

	.page_head .item_headmenu .item_first_link {
		font-size: 1rem;
		font-weight: 400;
		color: #262626;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.page_head .item_headmenu .item_first_li {
		margin-left: 1rem;
	}

	.page_head .item_headmenu .item_first_link {
		font-size: 1.2rem;
		font-weight: 400;
		color: #262626;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
	.page_head .item_headmenu {
		padding-right: 4rem;
	}

	.page_head .item_headmenu .item_first_li {
		padding-left: 1rem;
	}

	.page_head .item_headmenu .item_first_link {
		font-size: 1.3rem;
		font-weight: 400;
		color: #262626;
	}
}

@media screen and (min-width: 1800px) and (max-width:2000px) {
	.page_head .item_headmenu .item_first_li {
		margin-left: 2rem;
	}

	.page_head .item_headmenu .item_first_link {
		font-size: 1.44rem;
		font-weight: 400;
		color: #262626;
	}
}

@media screen and (min-width: 2000px) {
	.page_head .item_headmenu .item_first_li {
		margin-left: 2rem;
	}

	.page_head .item_headmenu .item_first_link {
		font-size: 1.0rem;
		font-weight: 700;
		color: #262626;
	}
}




/* 邮件 */
.index_email .page_content_block {
	position: relative;
	height: 6.42rem;
}

.index_email .item_content {
	width: 100%;
	height: 12.84rem;
	background: #FFFFFF;
	box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
	padding: 3rem 7.2rem 3rem 6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.index_email .item_title {
	color: #666666;
}

.index_email .item_stitle {
	color: #262626;
}

.index_email .item_email {
	height: 4.2rem;
	border: 0.06rem solid #707070;
	display: flex;
	align-items: center;
	width: 100%;
}

.index_email .item_email input {
	flex: 1;
	height: 100%;
	border: none;
	padding-left: 0.5rem;
}

.index_email .item_submit {
	display: block;
	width: 4.2rem;
	height: 100%;
	border-left: 0.06rem solid #707070;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_email .item_submit i {
	font-size: 2.6rem;
	color: #666666;
}

@media screen and (max-width: 575px) {
	.index_email .item_content {
		padding: 2rem 1.2rem;
		height: 20rem;
	}

	.index_email .item_content>div {
		padding: 0;
	}
}

@media screen and (min-width:576px) and (max-width: 1200px) {
	.index_email .item_content {
		height: auto;
		padding: 3rem 5.2rem 3rem 4rem;
	}

	.index_email .item_wenz {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width:1200px) and (max-width: 1700px) {
	.index_email .item_content {
		padding: 3rem 3.2rem 3rem 3rem;
	}
}

/* 页脚 */
.page_foot .item_toparea {
	width: 100%;
	background: #164E61;
	padding-bottom: 1.72rem;
}

.page_foot .item_toparea_content {
	display: flex;
	display: -webkit-flex;
}

.page_foot .item_toparea .item_leftarea .item_logo {
	margin-top: 0.96rem;
	/* height: 1.72rem; */
}

.page_foot .item_toparea .item_leftarea .item_font1 {
	color: #ffffff;
	margin-top: 0.86rem;
}

.page_foot .item_toparea .item_leftarea .item_font2 {
	color: #ffffff;
	margin-top: 2.4rem;
	font-weight: 300;
}

.page_foot .item_leftarea .item_company_inform {
	margin-top: 0.86rem;
}

.page_foot .item_leftarea .item_company_inform li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 0.96rem;
	margin-bottom: 0.86rem;
	color: #ffffff;
}

.page_foot .item_leftarea .item_company_inform li i {
	margin-right: 0.9rem;
	transform: scale(0.8);
}

.page_foot .item_toparea .item_leftarea .item_linkbox {
	display: flex;
	display: -webkit-flex;
	margin-top: 0.76rem;
}

.page_foot .item_toparea .item_leftarea .item_linkbox li {
	margin-right: 1.2rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;

}

.page_foot .item_toparea .item_leftarea .item_linkbox i {
	color: #666666;
	font-size: 1.8rem;
}

.page_foot .item_toparea .item_leftarea .item_linkbox .icon_weixin {
	background: #666666;
}

.page_foot .item_toparea .item_leftarea .item_linkbox .icon_weixin i {
	font-size: 1rem;
	color: #FFFFFF;
}

.page_foot .item_toparea .item_right_area {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	margin-left: 10%;
}

.page_foot .item_toparea .item_right_area .item_right_list {
	width: 25%;
	padding: 0 1rem;
}

.page_foot .item_toparea .item_right_area .item_right_list .item_list_title {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0.48rem;
}

.page_foot .item_toparea .item_right_area .item_right_list .item_list_content li {
	color: #ffffff;
	margin-bottom: 0.48rem;
	font-weight: 300;
}

.item_list_content li a {
	color: #ffffff !important;
}

@media screen and (max-width: 575px) {
	.page_foot .item_toparea {
		padding-top: 2.4rem;
	}

	.page_foot .item_toparea_content {
		flex-wrap: wrap;
	}

	.page_foot .item_toparea .item_right_area {
		margin-left: 0;
		width: 100%;
		margin-top: 2.4rem;
		flex: auto;
		flex-wrap: wrap;
	}

	.page_foot .item_toparea .item_right_area .item_right_list {
		padding-right: 1.2rem;
		padding-left: 0;
		width: 50%;
		margin-bottom: 1.2rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_foot .item_toparea {
		padding-top: 2.4rem;
	}

	.page_foot .item_toparea_content {
		flex-wrap: wrap;
	}

	.page_foot .item_toparea .item_right_area {
		margin-left: 0;
		width: 100%;
		margin-top: 2.4rem;
		flex: auto;
	}

	.page_foot .item_toparea .item_right_area .item_right_list {
		padding-right: 1.2rem;
		padding-left: 0;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page_foot .item_toparea .item_right_area {
		margin-left: 3%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.page_foot .item_toparea .item_right_area {
		margin-left: 7%;
	}
}

.page_foot .item_bottomarea {
	padding-top: 0.86rem;
	padding-bottom: 0.86rem;
	color: #666666;
	font-weight: 400;
	font-size: 0.84rem;
}

.page_foot .item_bottomarea p {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	line-height: 1.8rem;
}

.page_foot .item_bottomarea a {
	margin-left: 0.96rem;
	padding-left: 0.96rem;
	color: #666666;
	position: relative;
	font-weight: 400;
	font-size: 0.84rem;
	position: relative;
}

.page_foot .item_bottomarea a::after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: #666666;
}

.page_foot .item_bottomarea a:first-child::after {
	content: none;
}


/* cookie弹框 */
.page_cookie_block {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 200;
	display: none;
}

.page_cookie {
	position: fixed;
	width: 100%;
	left: 0;
	top: 10%;
	z-index: 210;
	display: none;
}

.page_cookie .item_content {
	width: 60%;
	margin: 0 auto;
	background: #c4262e;
	padding: 1.2rem 1.8rem 1.08rem 1.8rem;
	color: #FFFFFF;
	border-radius: 0.6rem;
	max-width: 575px;
}

.page_cookie .item_title {
	margin-bottom: 0.6rem;
}

.page_cookie .item_stitle a {
	color: #FFFFFF;
}

.page_cookie .item_btnbox {
	display: flex;
	justify-content: center;
	padding: 0.9rem 0;
}

.page_cookie .item_btnbox .item_btn {
	padding: 0.72rem 0.6rem;
	background: #FFFFFF;
	color: #700006;
	min-width: 8.1rem;
	text-align: center;
	border-radius: 0.18rem;
	cursor: pointer;
}

.page_cookie .item_btnbox .btn_edit {
	margin-right: 1em;
}

.page_cookie_edit {
	position: fixed;
	top: 5%;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: 211;
	display: none;
}

.page_cookie_edit .item_content {
	position: relative;
	width: 50%;
	margin: 0 auto;
	max-width: 575px;
	background: #FFFFFF;
	border-radius: 0.6rem;
	height: 100%;
}

.page_cookie_edit .item_topbox {
	padding: 10px 30px;
	border-bottom: 0.06rem solid #e9e9e9;
}

.page_cookie_edit .item_topbox img {
	height: 40px;
}

.page_cookie_edit .item_centerbox {
	position: absolute;
	overflow-y: scroll;
	padding: 0 30px;
	top: 60px;
	width: 100%;
	height: calc(100% - 135px);
}

.page_cookie_edit .item_area {
	display: flex;
	justify-content: space-between;
}

.page_cookie_edit .item_centerbox .item_title {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #5a5d60;
	font-weight: bold;
}

.page_cookie_edit .item_centerbox .item_stitle {
	font-size: .875em;
	line-height: 1.5;
	vertical-align: middle;
	color: #5a5d60;
}

.page_cookie_edit .item_centerbox .item_tig {
	color: #3860be;
	margin: 0;
	font-size: .813em;
	line-height: 1.3;
}

.page_cookie_edit .item_centerbox .item_info {
	font-size: .812em;
	line-height: 1.5;
	margin-bottom: 25px;
	color: #5a5d60;
	margin-top: 10px;
}

.page_cookie_edit .item_centerbox .item_info a {
	margin-left: 5px;
	text-decoration: underline;
}

.page_cookie_edit .item_centerbox .item_btn {
	background-color: #c4262e;
	border-color: #c4262e;
	color: #FFFFFF;
	max-width: 150px;
	padding: 12px 30px;
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
	white-space: normal;
	font-weight: bold;
	height: auto;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.page_cookie_edit .item_bottombox {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 75px;
	border-top: 1px solid #d8d8d8;
}

.page_cookie_edit .item_bottombox .item_submit {
	background-color: #c4262e;
	border-color: #c4262e;
	color: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	font-size: .75em;
	letter-spacing: .08em;
	margin-top: 19px;
	max-width: 394px;
	padding: 12px 30px;
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
	white-space: normal;
	font-weight: bold;
	height: auto;
	margin-right: 20px;
	float: right;
	cursor: pointer;
}

@media screen and (max-width: 575px) {
	.page_cookie_edit .item_content {
		width: 90%;
	}

	.page_cookie {
		width: 90%;
		left: 5%;
	}
}

@media screen and (min-width: 575px) and (max-width: 850px) {
	.page_cookie_edit .item_content {
		width: 80%;
	}
}


/* 导航栏 */
.page_head_sub {
	width: 100%;
	min-height: 600px;
	position: fixed;
	z-index: 150;
	left: 0;
	top: 8.16rem;
	background: #164E61;
	/* transition: all ease .3s; */
	transition: transform 0.4s ease-in-out;
	padding-top: 2.16rem;
	padding-bottom: 3rem;
	display: none;
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
	/* transition: all .36s ease; */
}

.page_head_sub.move {
	top: 5.04rem;
}

.page_head_sub .item_menu_ul {
	width: 75%;
	padding-left: 30px;
	padding-right: 1.8rem;
}

.page_head_sub .item_menu_ul .item_second_li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.3rem 0.9rem;
	width: 100%;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	transition: all .36s ease;
	font-weight: 300;
}

.item_second_li .item_second_link {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	/* 	border: 1px solid #E5E5E5; */
	padding: 0.5rem;
	color:#ffffff;
	transition: all .36s ease;
}

.item_second_li .item_second_link .item_pic {
	width: 2rem;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: inline-block;
}

.item_second_li .item_second_link .item_pic img {
	max-width: 100%;
	max-height: 100%;
}

.item_second_li .item_second_link .item_content {
	width: 90%;
}

.item_second_li .item_second_link .item_content p {
	margin-left: 1.5rem;
	display: inline-block;
}
.item_second_li .item_second_link .item_content i {
	font-size: 1rem;
	color: #ffffff;
	transition: all .36s ease;
	position: absolute;
	right: 3rem;
}

.page_head_sub .item_menu_ul .item_second_li:last-child {
	/* border-bottom: 0.06rem solid #cdd9e1; */
}

.page_head_sub .item_menu_ul .item_second_li.no_sub i {
	position: absolute;
	top: 50%;
	left: 0.9rem;
	line-height: 1.44rem;
	margin-top: -0.72rem;
	display: none;
}
.page_head_sub .item_menu_ul .item_second_li:hover {
	/* background: #dfe6ed; */
}

.page_head_sub .item_menu_ul .item_second_li.no_sub:hover i {
	display: block;
}

.page_head_sub .item_menu_ul .item_second_li.no_sub:hover p {
	text-indent: 1em;
}
.page_head_sub .item_menu_ul .item_second_li.has_sub:hover p {
	/* text-decoration:underline; */
	color: #cccccc;
}

.page_head_sub .item_menu_ul .item_second_li.has_sub:hover i {
	color: #B40F22;
}

.page_head_sub .item_menu_show {
	/* background: #FFFFFF; */
	align-self: flex-start;
	transition: all .36s ease;
	width: 25%;
	padding-right: 30px;
}

.page_head_sub .item_menu_show img {
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}

.page_head_sub .item_menu_show .item_wenz {
	padding: 1.2rem 2rem 1.2rem 1.2rem;
	position: relative;
}

.item_menu_show p {
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 2rem;
}

.item_menu_show .btn {
	margin-top: 30px;
	border-radius: 30px !important;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	border: 1px solid #fff;
	transition: all 0.3s ease-in-out;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	width: 60%;
	margin: 0 auto;
	position: relative;
	padding: 5px 15px;
}

.item_menu_show .btn a {
	line-height: 22px;
	display: block;
	white-space: normal;
}

.btn-transparent:before {
	color: #fff;
}

.item_menu_show .btn i {
	font-size: 18px;
	right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn-transparent {
	color: #ffffff !important;
	background-color: transparent;
}

.page_head_sub .item_menu_show .item_wenz i {
	position: absolute;
	top: 50%;
	right: 0.6rem;
	line-height: 1.44rem;
	margin-top: -0.72rem;
	font-size: 1.2rem;
}

.page_head_sub .item_menu_show:hover {
	/* box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0,0,0,0.16); */
}

.page_head_sub .item_menu_show:hover .item_wenz p {
	color: #B40F22;
}

.page_head_sub .item_menu_show:hover .item_wenz i {
	color: #B40F22;
}

.page_head_sub .item_sub_area {
	display: none;
}

.page_head_sub .item_sun_under {
	display: none;
}

.page_head_sub .item_sun_under .item_location i {
	font-size: 1.1rem;
	color: #999999;
}

.page_head_sub .item_sun_under .item_toplink {
	color: #2387aa;

}

.page_head_sub .item_sun_under .item_toplink i {
	font-size: 1.4rem;
}

.page_head_sub .item_sun_under .item_sub_area {
	display: block !important;
	margin-top: 1.2rem;
}


/* 手机端导航栏 */
.page_head_phone {
	display: none;
}

.page_head_phone .item_flexbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5.52rem;
	padding: 0 1.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	z-index: 1000;
	background: #FFFFFF;
}

.page_head_phone .item_flexbox .item_logo {
	flex: 1;
}

.page_head_phone .item_flexbox .item_logo img {
	height: 2rem;
}

.page_head_phone .item_flexbox .item_menu {
	height: 100%;
	padding: 0 1rem;
	line-height: 5.52rem;
}

.page_head_phone .item_flexbox .item_menu i {
	font-size: 1.8rem;
	color: #B40F22;
}

.page_head_phone .item_flexbox .icon-menu {
	height: 1.44rem;
}

aside.slide-wrapper {
	display: none;
	position: fixed;
	z-index: 100;
	right: 0;
	top: 3.52rem;
	width: 100%;
	background: #FFFFFF;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

aside.slide-wrapper.moved {
	display: block;
	z-index: 600;
	position: fixed;
	top: 5.52rem;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0px 0.32rem 0.8rem 0 #e5e5e5;
	box-shadow: 0px 0.32rem 0.8rem 0 #e5e5e5;
}

.page_head_phone .page_hp_menu {
	background: #FFFFFF;
	overflow: auto;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.page_head_phone .page_hp_menu .item_headtop {
	position: relative;
	display: block;
	height: 3.52rem;
	background: #fff;
	border-bottom: 0.08rem solid #ececec;
	text-align: center;
}

.page_head_phone .page_hp_menu .item_headtop p {
	text-align: center;
	line-height: 3.52rem;
	color: #333;
	font-size: 1.28rem;
	font-weight: 400;
}

.page_head_phone .page_hp_menu {
	background: #FFFFFF;
	overflow: auto;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.page_head_phone .page_hp_menu .item_headtop {
	position: relative;
	display: block;
	height: 3.52rem;
	background: #fff;
	border-bottom: 0.08rem solid #ececec;
	text-align: center;
}

.page_head_phone .page_hp_menu .item_headtop p {
	text-align: center;
	line-height: 3.52rem;
	color: #333;
	font-size: 1.28rem;
	font-weight: 400;
}

.page_hp_menu .slide-mask {
	position: absolute;
	top: 0;
	left: 1.2rem;
	height: 3.52rem;
	line-height: 3.52rem;
}

.page_hp_menu .slide-mask i {
	font-size: 1.6rem;
}

.page_hp_menu .item_firstmenu {
	padding-bottom: 1.2rem;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li {
	width: 100%;
	position: relative;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li::after {
	content: "";
	width: 100%;
	height: 0.18rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 1.2rem;
	background: #f6f7f8;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li .item_firstmenu_link {
	font-size: 1.28rem;
	color: #333;
	display: block;
	width: 100%;
	line-height: 2.8rem;
	position: relative;
	padding: 0.5rem 1.2rem;
}

/* .page_hp_menu .item_firstmenu .item_firstmenu_li .item_firstmenu_link::after {
	content: "&#xe687;";
	width: 1rem;
	height: 1rem;
	display: block;
	background: url(../img/index_15.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -0.5rem;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li.open .item_firstmenu_link::after {
	background: url(../img/index_14.png) no-repeat center;
	background-size: cover;
} */

.page_hp_menu .item_firstmenu .item_firstmenu_li .item_firstmenu_link i {
	font-size: 1.4rem;
	color: #B40F22;
	position: absolute;
	top: 0.5rem;
	right: 1.2rem;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li .item_firstmenu_link .item_icon2 {
	display: none;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li.open .item_firstmenu_link .item_icon1 {
	display: none;
}

.page_hp_menu .item_firstmenu .item_firstmenu_li.open .item_firstmenu_link .item_icon2 {
	display: block;
}

.page_hp_menu .item_secondmenu {
	width: 100%;
	padding: 1rem 2.2rem;
	background: #f6f7f8;
	display: none;
}

.page_hp_menu .item_secondmenu .item_secondmenu_li {
	border-bottom: 0.08rem solid #f6f7f8;
}

.page_hp_menu .item_secondmenu .item_secondmenu_link {
	font-size: 1.28rem;
	color: #333;
	display: block;
	width: 100%;
	line-height: 2.8rem;
	position: relative;
}

.page_hp_menu .item_secondmenu .item_secondmenu_li.no_sub_li .item_secondmenu_link a {
	display: block;
	width: 100%;
	height: 100%;
}


/* .page_hp_menu .item_secondmenu .item_secondmenu_link::after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: block;
	background: url(../img/index_15.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5rem;
}

.page_hp_menu .item_secondmenu .item_secondmenu_li.open .item_secondmenu_link::after {
	background: url(../img/index_14.png) no-repeat center;
	background-size: cover;
} */

.page_hp_menu .item_secondmenu .item_secondmenu_link i {
	font-size: 1.4rem;
	color: #B40F22;
	position: absolute;
	top: 0;
	right: 1.2rem;
}

.page_hp_menu .item_secondmenu .item_secondmenu_link .item_icon2 {
	display: none;
}

.page_hp_menu .item_secondmenu .item_secondmenu_li.open .item_secondmenu_link .item_icon1 {
	display: none;
}

.page_hp_menu .item_secondmenu .item_secondmenu_li.open .item_secondmenu_link .item_icon2 {
	display: block;
}

.page_hp_menu .item_thirdmenu {
	padding: 0.5rem 1rem;
	display: none;
}

.page_hp_menu .item_thirdmenu .item_thirdmenu_li a {
	font-size: 1.12rem;
	color: #333;
	display: block;
	width: 100%;
	line-height: 2.4rem;
	position: relative;
}

.page_hp_menu .item_thirdmenu .item_thirdmenu_li i {
	font-size: 1.4rem;
	color: #B40F22;
	position: absolute;
	top: 0;
	right: 0;
}