body {
	/* background: #fafbff url(../../images/images/banner.png) center top / 1920px auto no-repeat; */
	padding-top: 100px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.scroll_bgc {
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	background-color: #fff;
}

.header {
	height: 70px;
	background-color: rgba(255, 255, 255, .04);
}

.header_head {
	width: 1200px;
	margin: 0 auto;
}

.header_head_left {
	float: left;
	line-height: 70px;
}

.header_head_left_deng {
	float: left;
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #ffffff;
	padding-right: 16px;
	position: relative;
}

.header_head_left_deng::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 17px;
	background-color: #ffffff;
}

.header_head_left_zhu {
	float: left;
	display: block;
	padding-left: 14px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #ffffff;
}

.header_head_right {
	float: right;
	height: 100%;
}

.header_head_right_icon,
.header_head_right_iconScroll {
	float: left;
	height: 40px;
	margin-top: 15px;
}

.header_head_right_cont {
	float: left;
	padding: 10px 0;
	margin-left: 6px;
}

.header_head_right_cont_name {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}

.header_head_right_cont_phone {
	font-family: DIN-Bold;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
}

/* headerCont */
.headerCont {
	width: 1200px;
	margin: 0 auto;
}

.headerCont_logo,
.headerCont_logoScroll {
	float: left;
	height: 46px;
	padding: 16px 0;
}

.headerCont_supermarket {
	float: left;
	margin-left: 140px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	padding: 16px 0;
	transform: translateY(2px);
}

.headerCont_supermarket_name {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	transform: translateY(-2px);
}

.headerCont_supermarket_icon {
	width: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	transition: transform 0.5s;
}

.headerCont_supermarket:hover .headerCont_supermarket_icon,
.headerCont_supermarket:hover .headerCont_supermarket_iconScroll {
	transform: rotateZ(180deg);
	transition: transform 0.5s;
}

.headerCont_list {
	float: right;
	height: 100%;
}

.headerCont_list_item {
	float: left;
	width: 130px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	position: relative;
	padding: 16px 0;
	transform: translateY(-2px);
}

.headerCont_list_itemActive {
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	position: relative;
}

.headerCont_list_itemActive::after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 4px;
	background-color: #ffffff;
}

.headerCont_list_item_name {
	display: inline-block;
	vertical-align: middle;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #ffffff;
}

.headerCont_list_item_pic,
.headerCont_list_item_picScroll,
.headerCont_list_item_selectBtmScrollBlue {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.5s;
}

.headerCont_list_item_selectBtmScrollBlue {
	display: none;
}

.headerCont_list_item:hover .headerCont_list_item_picScroll {
	display: none;
	transform: rotateZ(180deg);
	transition: transform 0.5s;
}
.headerCont_list_item:hover .headerCont_list_item_selectBtmScrollBlue {
	display: inline-block;
	transform: rotateZ(180deg);
	transition: transform 0.5s;
}

.headerCont_list_item:hover .headerCont_list_item_pic {
	transform: rotateZ(180deg);
	transition: transform 0.5s;
}

.headerCont_list_item:hover .headerCont_list_item_name {
	color: #2a5ea9;
}

.tab_hover_icon {
	width: 20px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translate(-50%, 16px);
	display: none;
}

.head_brand:hover .tab_hover_icon,
.head_copyright:hover .tab_hover_icon,
.head_patent:hover .tab_hover_icon {
	display: inline-block;
}

.scroll_bgc .header_head_left_deng::after,
.scroll_bgc .headerCont_list_itemActive::after {
	background-color: #2a5ea9;
}

.scroll_bgc .header_head_left_deng,
.scroll_bgc .header_head_left_zhu,
.scroll_bgc .header_head_right_cont_name,
.scroll_bgc .header_head_right_cont_phone,
.scroll_bgc .headerCont_supermarket_name,
.scroll_bgc .headerCont_list_item_name {
	color: #393f52;
}

.header_head_right_iconScroll,
.headerCont_logoScroll,
.headerCont_list_item_picScroll,
.headerCont_supermarket_iconScroll {
	display: none;
}

.scroll_bgc .header_head_right_iconScroll,
.scroll_bgc .headerCont_logoScroll,
.scroll_bgc .headerCont_list_item_picScroll,
.scroll_bgc .headerCont_supermarket_iconScroll {
	display: inline-block;
}

.scroll_bgc .header_head_right_icon,
.scroll_bgc .headerCont_logo,
.scroll_bgc .headerCont_list_item_pic,
.scroll_bgc .headerCont_supermarket_icon {
	display: none;
}

/* 弹窗 */
.tabPopups_copyright {
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translate(-50%,100%);
	background-color: #fff;
	display: none;
	/* border-bottom: 1px solid #eaeaea; */
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	box-sizing: border-box;
	padding-bottom: 20px;
	border-radius: 0 0 6px 6px;
}

.tabPopups_box {
	/* width: 1200px; */
	margin: 0 auto;
	display: flex;
	min-width: 500px;
}

.tabPopups_box_item {
	float: left;
	margin-left: 90px;
}

.head_supermarket_popups .tabPopups_box {
	width: 1200px;
	padding-right: 20px;
	padding-left: 130px;
	box-sizing: border-box !important;
}

 .head_supermarket_popups .tabPopups_box_item {
		margin-left: 0;
 }

 .head_supermarket_popups .tabPopups_box_item_supermarket ul {
	 width: 160px;
 }

.tabPopups_box_item_head {
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}

.tabPopups_box_item_icon {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.tabPopups_box_item_title {
	display: inline-block;
	vertical-align: middle;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #393f52;
	transform: translateY(-2px);
	margin-left: 2px;
}

.tabPopups_box_item_hot {
	display: inline-block;
	width: 48px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url(../../images/images/hotBgi.png) center center / 100% 100% no-repeat;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
	transform: translateY(-10px);
}

.tabPopups_box_item_listBox {
	padding: 8px 0 32px;
}

.tabPopups_box_item_listBox ul {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.tabPopups_box_item_supermarket ul {
	width: 170px;
	margin: 0;
}

.tabPopups_box_item_listBox ul li {
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: relative;
	white-space: nowrap;
	text-align: left;
}

.tabPopups_box_item_listBox ul li a {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #393f52;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabPopups_box_item_listBox ul li .tabPopups_box_item_listBox_hot {
	color: #ff7046;
}

.tabPopups_box_item_listBox ul li a:hover {
	color: #2a5ea9;
}

.tabPopups_box_list {
	float: left;
	padding-top: 12px;
	margin-left: 80px;
}

.tabPopups_box_list li {
	height: 60px;
	line-height: 60px;
	text-align: left;
}

.tabPopups_box_list li img {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
}

.tabPopups_box_list li span {
	display: inline-block;
	vertical-align: middle;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #393f52;
	transform: translateY(-2px);
	margin-left: 2px;
}

/* swiper_banner */
.swiper_banner {
	display: block;
	width: 1920px;
}

/* ---------------content---------------- */


.advantage {
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	border-radius: 60px;
	padding-left: 70px;
	box-sizing: border-box;
}

.advantage_item {
	float: left;
	line-height: 116px;
	margin-left: 97px;
}

.advantage_item:first-of-type {
	margin-left: 0;
}

.advantage_item img {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
}

.advantage_item span {
	display: inline-block;
	vertical-align: middle;
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: bold;
	color: #393f52;
	margin-left: 10px;
}

/* handpick */
.handpick {
	margin-top: 80px;
}

.section_head {
	text-align: center;
}

.section_head img {
	width: 44px;
	display: inline-block;
	vertical-align: middle;
}

.section_head div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-size: 30px;
	color: #2a5ea9;
}

.handpick_list {
	margin-top: 50px;
}

.handpick_list_item {
	float: left;
	width: 282px;
	margin-right: 24px;
	background-color: #ffffff;
	border: solid 1px #eaeaea;
	transition: box-shadow 0.5s;
	box-sizing: border-box;
}

.handpick_list_itemLink {
	display: block;
	padding: 56px 0 62px;
}

.handpick_list_item:hover {
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	transition: box-shadow 0.5s;
}

.handpick_list_item:last-of-type {
	margin-right: 0;
}

.handpick_list_item_pic {
	height: 68px;
	display: block;
	margin: 0 auto;
}

.handpick_list_item_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	line-height: 30px;
	color: #393f52;
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.handpick_list_item_describe {
	font-family: MicrosoftYaHeiLight;
	font-size: 24px;
	line-height: 24px;
	color: #acadb2;
	margin-top: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.handpick_list_item_more {
	margin: 36px auto 0;
	width: 152px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #666666;
	font-family: MicrosoftYaHeiLight;
	font-size: 24px;
	color: #666666;
}

.handpick_list_item:hover .handpick_list_item_more {
	border: solid 1px #5e98e1;
	color: #5e98e1;
}

/* brand */
.brand {
	margin-top: 80px;
}

.brand_list {
	margin-top: 50px;
}

.brand_list_item,
.brand_list_item2 {
	float: left;
	width: 384px;
	margin-right: 24px;
	margin-bottom: 24px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #eaeaea;
	box-sizing: border-box;
	transition: box-shadow 0.5s;
}

.brand_list_item:nth-of-type(1) {
	background: url(../../images/images/qycxfw1.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item:nth-of-type(2) {
	background: url(../../images/images/qycxfw2.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item:nth-of-type(3) {
	background: url(../../images/images/qycxfw3.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item:nth-of-type(4) {
	background: url(../../images/images/qycxfw4.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item:nth-of-type(5) {
	background: url(../../images/images/qycxfw5.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item:nth-of-type(6) {
	background: url(../../images/images/qycxfw6.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item2:nth-of-type(1) {
	background: url(../../images/images/sbfw1.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item2:nth-of-type(2) {
	background: url(../../images/images/sbfw2.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item2:nth-of-type(3) {
	background: url(../../images/images/sbfw3.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item2:nth-of-type(4) {
	background: url(../../images/images/sbfw4.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item2:nth-of-type(5) {
	background: url(../../images/images/sbfw5.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item2:nth-of-type(6) {
	background: url(../../images/images/sbfw6.svg) right 27px bottom 18px / 133px auto no-repeat;
}

.brand_list_item:nth-of-type(3n),
.brand_list_item2:nth-of-type(3n) {
	margin-right: 0;
}

.brand_list_item:hover,
.brand_list_item2:hover {
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	transition: box-shadow 0.5s;
}

.brand_list_itemLink {
	display: block;
	padding: 30px 30px 28px;
}

.brand_list_item_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	line-height: 30px;
	color: #393f52;
}

.brand_list_item_describe {
	margin-top: 10px;
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 14px;
	color: #acadb2;
}

.brand_list_item_across {
	color: #acadb2;
	font-size: 16px;
	line-height: 30px;
}

.brand_list_item_price {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	color: #ff7046;
}

.brand_list_item_price span {
	font-family: DIN-Bold;
	font-size: 30px;
	font-weight: bold;
	color: #ff7046;
	line-height: 30px;
}

.brand_list_item_price div {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #ff7046;
}

.brand_list_item_details {
	margin-top: 30px;
	width: 120px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #666666;
	color: #999999;
}

.brand_list_item_details span {
	display: inline-block;
	vertical-align: middle;
	font-family: MicrosoftYaHei;
	font-size: 14px;
}

.brand_list_item_details img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

.brand_list_item_details .brand_list_item_details_iconHover {
	display: none;
}

.brand_list_item:hover .brand_list_item_details {
	border: solid 1px #5e98e1;
	color: #5e98e1;
}

/* serve */
.copyright,
.patent {
	margin-top: 60px;
}

.serve_swiper {
	margin-top: 50px;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	position: relative;
}

.copyright_swiper_left {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translate(-100%, -50%);
	cursor: pointer;
}

.copyright_swiper_right {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translate(100%, -50%);
	cursor: pointer;
}

.copyright_swiper_left img,
.copyright_swiper_right img {
	width: 80px;
}

.copyright_swiper_left_y,
.copyright_swiper_right_n {
	display: none;
}

.patent_swiper_left {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translate(-100%, -50%);
	cursor: pointer;
}

.patent_swiper_right {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translate(100%, -50%);
	cursor: pointer;
}

.patent_swiper_left img,
.patent_swiper_right img {
	width: 80px;
}

.patent_swiper_left_y,
.patent_swiper_right_n {
	display: none;
}

.content .swiper-slide {
	width: 274px !important;
	height: 290px;
	margin-right: 13px;
	box-sizing: border-box;
}

.copyright .swiper-slide:nth-of-type(1) {
	background: url(../../images/images/ruanzhu.png) center center / 100% 100% no-repeat;
}

.copyright .swiper-slide:nth-of-type(2) {
	background: url(../../images/images/mszpbqsq.png) center center / 100% 100% no-repeat;
}

.copyright .swiper-slide:nth-of-type(3) {
	background: url(../../images/images/ysypbqsq.png) center center / 100% 100% no-repeat;
}

.copyright .swiper-slide:nth-of-type(4) {
	background: url(../../images/images/mszpbqsq.png) center center / 100% 100% no-repeat;
}

.copyright .swiper-slide:nth-of-type(5) {
	background: url(../../images/images/zsbb.png) center center / 100% 100% no-repeat;
}

.patent .swiper-slide:nth-of-type(1) {
	background: url(../../images/images/zldb.png) center center / 100% 100% no-repeat;
}

.patent .swiper-slide:nth-of-type(2) {
	background: url(../../images/images/fmzlsq.png) center center / 100% 100% no-repeat;
}

.patent .swiper-slide:nth-of-type(3) {
	background: url(../../images/images/zyzx.png) center center / 100% 100% no-repeat;
}

.patent .swiper-slide:nth-of-type(4) {
	background: url(../../images/images/zlzr.png) center center / 100% 100% no-repeat;
}

.patent .swiper-slide:nth-of-type(5) {
	background: url(../../images/images/wgzlsq.png) center center / 100% 100% no-repeat;
}

.patent .swiper-slide:nth-of-type(6) {
	background: url(../../images/images/syxxzlsq.png) center center / 100% 100% no-repeat;
}

.content .swiper-slide:last-of-type {
	margin-right: 0;
}

.serve_swiperLink {
	display: block;
	padding: 30px 0 0 20px;
}

.serve_swiper_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	line-height: 30px;
	color: #393f52;
}

.serve_swiper_describe {
	margin-top: 10px;
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 14px;
	color: #acadb2;
}

.serve_swiper_across {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #acadb2;
}

.serve_swiper_price {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	color: #ff7046;
}

.serve_swiper_price span {
	font-family: DIN-Bold;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}

.serve_swiperLink img {
	width: 28px;
	margin-top: 40px;
}

.serve_swiper_iconHover {
	display: none;
}

/* banner_advertising */
.banner_advertising {
	width: 100%;
	margin-top: 85px;
	display: block;
}

/* typeArea */
.typeArea {
	width: 1200px;
	margin: 0 auto;
}

.service {
	margin-top: 90px;
	width: 100%;
	background-color: #333;
}

.service_pic {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

/* information */
.information {
	width: 1200px;
	margin: 80px auto 0;
}

.information_cont {
	margin-top: 50px;
}

.information_cont_let {
	float: left;
	width: 714px;
	min-height: 410px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	border: solid 1px #eaeaea;
}

.information_cont_let_tab {
	height: 68px;
	margin: 0 24px;
	border-bottom: 2px solid #eaeaea;
}

.information_cont_let_tab li {
	float: left;
	height: 68px;
	line-height: 68px;
	margin-right: 48px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #393f52;
	cursor: pointer;
}

.information_cont_let_tab li:last-of-type {
	margin-right: 0;
}

.information_cont_let_tab .information_cont_let_tab_active {
	color: #4ca1fe;
	box-sizing: border-box;
	border-bottom: 3px solid #6caffe;
}

.information_cont_let_list {
	padding: 4px 24px 0;
}

.information_cont_let_list li {
	height: 46px;
	line-height: 46px;
}

.information_cont_let_list_name {
	float: left;
	display: inline-block;
	padding-left: 15px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #393f52;
	position: relative;
}

.information_cont_let_list_name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #acadb2;
}

.information_cont_let_list_name:hover::before {
	background-color: #6caffe;
}

.information_cont_let_list_time {
	float: right;
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	color: #acadb2;
}

.information_cont_let_more {
	text-align: right;
	padding: 20px 24px;
}

.information_cont_let_more a {
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	line-height: 16px;
	color: #4ca1fe;
}

.information_cont_right {
	float: right;
	width: 466px;
	min-height: 410px;
	background-color: #ffffff;
	box-shadow: 0px 10px 27px 3px rgba(40, 40, 40, 0.08);
	border: solid 1px #eaeaea;
}

.information_cont_right_title {
	height: 65px;
	line-height: 65px;
	margin: 0 20px;
	border-bottom: 2px solid #eaeaea;
	box-sizing: border-box;
}

.information_cont_right_cont {
	padding: 4px 30px 0;
}

.information_cont_right_cont_classify {
	float: left;
	padding-right: 41px;
}

.information_cont_right_cont_classify li {
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}

.information_cont_right_cont_classify li::before {
	content: '';
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translate(100%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #eaeaea;
}

.information_cont_right_cont_classify li::after {
	content: '';
	position: absolute;
	right: -21px;
	top: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 32px;
	background-color: #eaeaea;
}

.information_cont_right_cont_classify li:first-of-type::after {
	content: none;
}

.information_cont_right_cont_classify li:hover {
	color: #5e98e1;
}

.information_cont_right_cont_classify li:hover::before {
	background-color: #5e98e1;
}

.information_cont_right_cont_classify li:hover::after {
	background-color: #5e98e1;
}

.information_cont_right_cont_classifyList {
	float: left;
	width: 265px;
}

.information_cont_right_cont_classifyList li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #393f52;
}

.information_cont_right_more {
	text-align: right;
	padding: 0 24px;
	padding-bottom: 20px;
}

.information_cont_right_more a {
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	line-height: 16px;
	color: #4ca1fe;
}

/* footer */
footer {
	background-color: #2b2b2b;
}

.foot {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 80px;
}

.foot_ul {
	float: left;
	width: 160px;
}

.foot_ul li {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	margin-bottom: 16px;
}

.foot_ul li:last-of-type {
	margin-bottom: 0;
}

.foot_ul li a {
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}

.foot_erweima {
	float: left;
	width: 160px;
}

.foot_knowAboutUs {
	float: left;
	margin-left: 35px;
	padding-top: 45px;
}

.foot_knowAboutUs p {
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	margin-bottom: 14px;
}

.foot_phone {
	float: right;
	padding-top: 45px;
}

.foot_phone_num {
	font-family: DIN-Bold;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.foot_phone_time {
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}
