body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,th,td,div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,button,input,select,textarea {
	font: 12px/1 PingFangHK-Regular,SourceHanSansCN-Normal,"微软雅黑","Microsoft YaHei UI",Helvetica,Tahoma,Arial,"\5b8b\4f53",sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.en,body.en button,body.en input,body.en select,body.en textarea {
	font: 12px/1 "微软雅黑","Helvetica Neue",Helvetica,Tahoma,Arial,"\5b8b\4f53",sans-serif;
}

body.detail {
	overflow: hidden;
}
.footer_name{
    opacity: 0;
    margin-left: -96px;
    pointer-events: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: "微软雅黑","Microsoft YaHei UI",sans-serif;
}

p {
	font-family: PingFangSC-Regular,PingFangHK-Regular,SourceHanSansCN-Normal,"微软雅黑","Microsoft YaHei UI",Helvetica,Tahoma,Arial,"\5b8b\4f53",sans-serif;
}

address,cite,dfn,em,var,i {
	font-style: normal;
}

code,kbd,pre,samp,tt {
	font-family: "微软雅黑",Courier,monospace;
}

small {
	font-size: 12px;
}

ul,ol {
	list-style: none;
}

:focus {
	outline: 0;
}

a {
	text-decoration: none;
	outline: none
}

a:hover {
	text-decoration: none;
}

abbr[title],acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,q:after {
	content: '';
}

legend {
	color: #191919;
}

fieldset,img {
	border: none;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
}

html,body {
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

body {
	width:100%;
}

body.ohidden {
	overflow: hidden;
}

body.toolbar {
	padding: 0!important;
}

body::-webkit-scrollbar {
}

::selection {
	color: #E62511;
	background: #fff;
}

h1::selection,h2::selection,h3::selection {
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

.front-page {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: -100%;
	transition: all 1s;
	overflow: hidden;
	background-image: url(/index/bg.png);
	background-color: #E62511;
	background-repeat: repeat;
	background-size: 182px;
	z-index: 11;
}

body.full-page .front-page {
	top: 0;
}

.section-page {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: height 0.5s ease-out;
}

.section-page .video-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.section-page .video-banner video {
	height: 100%;
	width: auto;
}

.front-logo {
	position: absolute;
	top: 35%;
	left: 50%;
	width: 180px;
	height: 180px;
	text-align: center;
	margin: -90px 0 0 -90px;
	z-index: 8;
}

.video-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-wrapper video {
	width: 100%!important;
}

.front-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/index/heart.png) no-repeat center center;
	background-size: cover;
	transition: transform 0.4s ease-out;
	z-index: 4;
}

.front-mask.show {
	transform: scale(1);
}

.front-mask.hide {
	transform: scale(4);
	transition-duration: 0.4s;
}

@keyframes showmask {
	from {
		transform: scale(2.5);
	}

	to {
		transform: scale(1);
	}
}

.scroll-wheel {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -13.5px;
	bottom: 38px;
	width: 21px;
	height: 32px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	z-index: 9;
	transition: all 0.75s;
	box-shadow: 0 0 5px rgba(0,0,0,0.1),inset 0 0 5px rgba(0,0,0,0.1);
}

.foodstory .scroll-wheel {
	display: none;
}

.scroll-wheel:before {
	content: '';
	display: block;
	width: 1px;
	height: 4px;
	position: absolute;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	animation: scroll-wheel 1.75s ease-in-out infinite;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.scroll-wheel:after {
	content: '';
	display: block;
	width: 1px;
	height: 34px;
	position: absolute;
	background: #fff;
	left: 10px;
	top: 40px;
}

.scroll-wheel:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@-webkit-keyframes scroll-wheel {
	33.3% {
		top: 15px;
		height: 10px;
	}

	100% {
		top: 5px;
		height: 4px;
	}
}

@keyframes scroll-wheel {
	33.3% {
		top: 15px;
		height: 10px;
	}

	100% {
		top: 10px;
		height: 4px;
	}
}

.front-main {
	width: 100%;
	transition: all 1s;
	background: #fff;
	top: 0;
	left: 0;
	max-width: 1200px;
	margin:0 auto;
}

.front-main.fixed {
	position: fixed;
}

.front-main.static {
	position: static;
}

.front-main img {
	max-width: 100%;
	height: auto;
}

body.full-page .front-main {
	top: 100%;
}

.front1 {
	height: 580px;
	margin: 60px 0;
	overflow: hidden;
	position: relative;
	background: url(/index/bg.png) repeat center center;
	background-size: 182px;
}

.panzi {
	width: 74%;
	height: 100%;
	background-image: url(/sites/all/themes/xibei/images/panzi1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	float: left;
	position: relative;
}

.front1.niudagu .panzi {
	width: 70%;
	background-image: url(/index/panzi-niudagu.png);
}

.panzi img {
	position: absolute;
	left: -300px;
	top: 50%;
	margin-top: -500px;
	max-width: inherit;
	transform: scale(0.6);
	opacity: 0;
}

.front-main.static .panzi img {
	animation: reqi 4s linear infinite;
}

.front-main.static .panzi img.reqi2 {
	animation-delay: 2s;
}

@keyframes reqi {
	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}

.front1-content {
	width: 26%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	float: right;
	color: #fff;
	padding-left: 0px;
	position: relative;
	z-index: 5;
}

.front1.niudagu .front1-content {
	width: 30%;
}

.front1-content h2 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: left;
	margin-bottom: 20px;
}

.front1-content p {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 30px;
	padding-right: 30px;
}

a.more {
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

a.video-icon span,a.more span {
	padding-right: 23px;
	background: url(/sites/all/themes/xibei/images/arrow-more-white.svg) no-repeat right center;
}

a.video-icon {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	display: inline-block;
}

a.video-icon span {
	padding-right: 34px;
	background: url(/sites/all/themes/xibei/images/video_icon.svg) no-repeat right center;
}

.hot-point {
	position: absolute;
	z-index: 4;
	width: 72px;
	height: 72px;
	display: block;
}

.hot-point.kuaizi {
	top: 100px;
	left: 51.5%;
}

.hot-point.saozi {
	top: 440px;
	left: 8.3%;
}

.hot-point:after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}

.hot-point.kuaizi:after {
	width: 53px;
	height: 60px;
	background-image: url(/sites/all/themes/xibei/images/kuaizi.svg);
	top: -20px;
	right: -10px;
}

.hot-point.saozi:after {
	width: 60px;
	height: 56px;
	background-image: url(/sites/all/themes/xibei/images/saozi.svg);
	top: -7px;
	left: -9px;
}

.hot-point span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #FF1800;
	position: absolute;
	top: 0;
	left: 0;
}

.hot-point span.point1 {
	opacity: 0.2;
	transform: scale(1);
	animation: scalePoint1 2s linear infinite;
}

.hot-point span.point2 {
	opacity: 1;
	transform: scale(0.4);
	animation: scalePoint2 2s linear infinite;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: 0.2!important;
	cursor: not-allowed;
}

@keyframes scalePoint1 {
	100% {
		opacity: 0;
		transform: scale(1.6);
	}
}

@keyframes scalePoint2 {
	to {
		opacity: 0.2;
		transform: scale(1);
	}
}

.footer-block,.front2 {
	border: 1px solid #E3E3E3;
	overflow: hidden;
}

.footer-block {
	border-bottom: none;
}

.footer-block .block,.media-box {
	width: 50%;
	padding: 20px;
	border: 1px solid #e3e3e3;
	float: left;
	text-align: center;
}

.footer-block .block:last-of-type,.media-box:last-of-type {
}[data-src] {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}[data-src].current {
}

.media-img {
	width: 100%;
	padding-bottom: 50.5%;
	background-size: cover;
}

.media-main {
	padding-top: 50px;
}

.footer-block .block,.media-main h2 {
	font-size: 24px;
	color: #222;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer-block .block p,.media-main p {
	font-size: 14px;
	color: #8D8D8D;
	line-height: 20px;
	padding-top: 15px;
}

.media-main p span.time {
	padding-right: 15px;
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid #e3e3e3;
}

.events a.more,.news-wrapper a.more,.footer-block .block a.more,.media-box a.more {
	color: #222;
	margin-top: 50px;
}

.news-wrapper a.more span,.events a.more span,.footer-block .block a.more span,.media-box a.more span {
	background: url(/index/arrow-more.svg) no-repeat right center;
}

.events a.more {
	margin: 50px auto 0;
	display: block;
	text-align: center;
}

.news-wrapper a.more {
	margin: 0px auto 10px;
	display: block;
	text-align: center;
}

.front3 {
	padding: 60px 0;
	overflow: hidden;
}

.cate {
	height: 440px;
	position: relative;
	cursor: pointer;
}

.cate a {
	color: #fff;
}

.cate.full {
	width: 100%;
	clear: both;
}

.cate.full video {
	width: 100%;
}

.cate.half {
	width: 50%;
	float: left;
}

.cate-pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cate-main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px 0 100px;
	background: url(/index/bg.png) repeat;
	background-size: 182px;
	color: #fff;
	opacity: 0;
	transition: all 0.5s ease;
}

.cate:hover .cate-main {
	opacity: 1;
}

.cate.full .cate-main {
	width: 50%;
}

.cate-main h2 {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 10px;
}

.cate-main p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
}

.footer-block {
	overflow: hidden;
}

.footer-block .block {
	width: 50%;
	float: left;
	border-right: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #E62511;
	overflow: hidden;
	position: relative;
	margin: 0px auto 40px;
}

.icon.icon-kz:before,.icon.icon-kz:after {
	content: '';
	display: block;
	width: 44px;
	height: 3px;
	background: #fff;
	overflow: hidden;
	border-radius: 50% 0 0 50%;
	position: absolute;
	top: 60%;
	right: 0;
	transform: rotate(45deg);
	transition: all 0.5s;
}

.icon.icon-kz:before {
	transform: rotate(30deg);
}

.icon.icon-kz:after {
	transform: rotate(60deg);
}

.footer-block .block:hover .icon.icon-kz:before {
	transform: rotate(30deg);
	top: 75%;
	right: 0;
}

.footer-block .block:hover .icon.icon-kz:after {
	transform: rotate(15deg);
	right: -10px;
	top: 60%;
}

.icon-search span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.icon-search span:before,.icon-search span:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transform: rotate(-45deg);
	transition: all 0.5s;
}

.icon-search span:before {
	width: 12px;
	height: 16px;
	border-radius: 100%;
	border: 3px solid #fff;
	right: 30%;
	bottom: 30%;
}

.icon-search span:after {
	width: 3px;
	height: 19.5px;
	background: #fff;
	overflow: hidden;
	right: 18%;
	bottom: 6%;
}

.footer-block .block:hover .icon-search span {
	transform: rotate(-30deg);
	left: 2px;
	top: 5px;
}

.footer {
	background:#3c3c3c;
	font-size: 14px;
	color: #8D8D8D;
	border-top: 1px solid #e3e3e3;
	padding: 20px 7%;
}
.footer p {text-align:center;}
.footer p a{color:#fff}
body.front .footer {
	padding-right: 0;
}

.footer .fl {
	padding-top: 20px;
}

.footer p {
	font-size: 14px;
	line-height: 30px;
}

.footer span {
	margin-right: 15px;
}

.footer span.address {
	padding-left: 18px;
	background: url(/sites/all/themes/xibei/images/address.svg) no-repeat left center;
}

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

.nav-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align:center;
	border-bottom: 2px #333 solid;
	box-shadow: 0px 5px 5px #cccccc;
}

.blur {
	-webkit-filter: blur(50px);
	filter: blur(50px);
}
.nav-wrapper .left{width:20%;float:left}
.nav-wrapper .right{display: inline-block;
   }

.nav-wrapper h2 a:hover {
	color: #E62511;
}

.nav-wrapper h2 {
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
}

.nav-wrapper .block {
	text-align: center;    display: inline-block;
}
.nav-wrapper ul{display:none}
.nav-wrapper li {display: inline-block;
	font-size: 18px;

	position: relative;list-style-type: none;
}
.nav-wrapper li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        bottom: auto;
        right: auto;
        height: 22px;
        width: 1px;
        background-color: #c5c5c5;
}
.nav-wrapper li:nth-child(1):before{ content: none;}
.nav-wrapper li span{color:#c4c4c4;}
.nav-wrapper li a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	color:#333;margin: 0 10px;padding: 5px 25px;
}
.nav-wrapper .currclass a{background:#c4c4c4;border-radius:5px 5px 0 0}
.nav-wrapper li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
}

.nav-wrapper li:hover a:after {
	width: 100%;
}

.nav-wrapper li:last-of-type {
	margin-bottom: 0;
}
.nav-main .bot:hover ul{display: block;position: absolute;background:rgba(0,0,0,0.3);margin:10px 0 0 -20px ;padding:18px;z-index: 9999;}
.nav-main .bot:hover ul li{padding:0;font-size:15px;}
.nav-main .bot:hover ul li a{color: ;}
.nav-main {
	display: inline-block;
	padding: 0 7%;
	flex-direction: row;
	justify-content: space-around;
}

.nav-bar {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	text-align:center;
}
.nav-bar div{display:inline-block;vertical-align: middle;}
.nav-bar-1,.nav-bar-2,.nav-bar-3{width:30%;text-align:center;margin:30px 0}
.nav-bar-1 span{padding:5px 10px;background:#282828;color:#f5f5f5;border-radius:5px;font-size:14px}
.nav-bar .logo {
	display: inline-block;
	width:100%;
	max-width: 350px;
	overflow: hidden;
}

.nav-bar .logo img {
	width: 100%;
}

.nav-btn {
	
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	display: none;
}

.nav-btn span {
	width: 100%;
	height: 2px;
	background: #222;
	position: absolute;
	overflow: hidden;
	left: 0;
	transition: all 0.5s ease;
}

.nav-btn.close span {
	background: #333;
}

.nav-btn span.n1 {
	top: 2px;
}

.nav-btn span.n2 {
	top: 11px;
}

.nav-btn span.n3 {
	top: 20px;
}

.nav-btn.close span.n1 {
	top: 11px;
	transform: rotate(45deg);
}

.nav-btn.close span.n2 {
	opacity: 0;
}

.nav-btn.close span.n3 {
	top: 11px;
	transform: rotate(-45deg);
}

.top {
	width: 56px;
	height: 56px;
	background: #c7c7c76e  url(/index/top.svg) no-repeat center center;
	position: fixed;
	bottom: 142px;
	right: 7%;
	z-index: 8;
	display: none;
}

.top a {
	display: block;
	width: 100%;
	height: 100%;
}

.full-scroll {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out;
}

.full-scroll .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s linear!important;
}

.swiper-slide.color-black {
	color: #222;
}

.cloud {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 1s;
	background-repeat: no-repeat;
}

.cloud.lt {
	top: 0;
	left: -50%;
	background-image: url(/sites/all/themes/xibei/images/cloud_lt.png);
	background-position: 0 0;
}

.cloud.rt {
	top: 0;
	right: -50%;
	background-image: url(/sites/all/themes/xibei/images/cloud_rt.png);
	background-position: right 0;
}

.cloud.rb {
	bottom: 0;
	right: -50%;
	background-image: url(/sites/all/themes/xibei/images/cloud_rb.png);
	background-position: right bottom;
}

.swiper-slide-active .cloud.lt {
	left: 0;
}

.swiper-slide-active .cloud.rb,.swiper-slide-active .cloud.rt {
	right: 0;
}

.page-content {
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0.1;
	transition: all 1s;
	position: relative;
	top: 7%;
	z-index: 3;
}

.swiper-slide h1 {
	text-align: center;
	font-family: "HYshangweishoushuW";
	font-size: 100px;
	letter-spacing: 15px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.6);
	margin: 0px auto 40px;
}

.color-black h1 {
	text-shadow: none;
}

.top60 .page-content {
	height: auto;
	top: 60%;
}

.swiper-slide a.more span {
	font-size: 24px;
	padding-right: 34px;
	background: url(/sites/all/themes/xibei/images/arrow-more-white2.svg) no-repeat right center;
}

.swiper-slide.color-black a.more {
	color: #222;
}

.swiper-slide.color-black a.more span {
	background: url(/sites/all/themes/xibei/images/arrow-more2.svg) no-repeat right center;
}

.swiper-slide-active .page-content {
	opacity: 1;
	top: 0;
}

.top60.swiper-slide-active .page-content {
	top: 40%;
}

.full-scroll-pagination {
	left: 40px!important;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 10;
	position: absolute;
	transition: all 0.5s;
}

.full-scroll-pagination.op0 {
	opacity: 0;
}

.full-scroll-pagination span {
	display: flex!important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	opacity: 1!important;
	margin: 0 0 15px!important;
	transition: all 0.5s;
	font-family: "HYshangweishoushuW";
	font-size: 18px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.full-scroll-pagination.white-style span {
	color: #fff;
	background: rgba(255,255,255,0.2);
}

.full-scroll-pagination.black-style span {
	color: #000;
	background: rgba(0,0,0,0.12);
}

.full-scroll-pagination span:last-of-type {
	margin-bottom: 0!important;
}

.full-scroll-pagination span.swiper-pagination-bullet-active {
	background: #296f73;;
}

.full-scroll-pagination.black-style span.swiper-pagination-bullet-active {
	color: #fff;
}

.inner-pager.swiper-pagination-bullets span.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	padding: 0!important;
	margin: 10px auto!important;
	display: block;
}

.swiper-slide h2 {
	font-size: 40px;
	line-height: 50px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.20);
	margin-bottom: 34px;
}

.swiper-slide p {
	    color: #fff;
    letter-spacing: 5px;
	font-size: 30px;
	text-align: center;
	line-height: 34px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.20);
	margin-bottom: 35px;
	padding: 0 15%;
}

.swiper-slide p.main {
	padding: 0 10%;
}

.swiper-slide h2 span.big,.swiper-slide h2 span.big2 {
	font-size: 140px;
	font-family: "HYshangweishoushuW";
	letter-spacing: -20px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.swiper-slide h2 span.big2 {
	font-size: 80px;
	letter-spacing: 10px;
	position: relative;
	color: #fff;
}
.swiper-slide .cl {
	font-size: 32px;
	letter-spacing: 3px;
	position: relative;
    color: #151515;
    line-height: 60px;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.6);
}

.color-black h2,.color-black p,.color-black h2 span.big,.color-black h2 span.big2 {
	text-shadow: none;
}

.swiper-container-h  p.talk-main {
	font-size: 30px;
	line-height: 42px;
	padding: 20px 0;
}

.swiper-container-h  p.talk-source {
	font-size: 24px;
	line-height: 36px;
}

.talk-audio {
	display: block;
	background: #E62511;
	width: 60px;
	height: 60px;
	margin: 30px auto 0;
	border-radius: 100%;
	position: relative;
}

.talk-audio span {
	display: block;
	width: 5px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -2.5px;
	border-radius: 4px;
	background: #fff;
}

.talk-audio span.a3 {
	transform: scaleX(0.5);
}

.talk-audio span.a2 {
	margin-left: -7.5px;
	transform: scale(0.5,0.6);
	border-radius: 10px;
}

.talk-audio span.a1 {
	margin-left: -12.5px;
	transform: scale(0.5,0.3);
	border-radius: 10px;
}

.talk-audio span.a4 {
	margin-left: 2.5px;
	transform: scale(0.5,0.6);
	border-radius: 10px;
}

.talk-audio span.a5 {
	margin-left: 7.5px;
	transform: scale(0.5,0.3);
	border-radius: 10px;
}

.talk-audio.talking span {
	animation-name: talking;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.talk-audio.talking span.a3 {
	animation-delay: 0.1s;
}

.talk-audio.talking span.a1 {
	animation-delay: 0.2s;
}

.talk-audio.talking span.a2 {
	animation-delay: 0.3s;
}

.talk-audio.talking span.a4 {
	animation-delay: 0.4s;
}

.talk-audio.talking span.a5 {
	animation-delay: 0.5s;
}

@keyframes talking {
	0% {
		transform: scale(0.5,0.2);
	}

	20% {
		transform: scale(0.5,0.8);
	}

	40% {
		transform: scale(0.5,0.6);
	}

	80% {
		transform: scale(0.5,1.0);
	}

	100% {
		transform: scale(0.5,0.2);
	}
}

.page4 .swiper-container {
	width: 64%;
	margin: 0px auto;
}

.page4 .swiper-container .swiper-slide {
	color: #222;
}

.page4 .swiper-button-next,.page4 .swiper-button-prev {
	top: 40%;
	margin-top: 0;
	width: 44px;
	height: 44px;
	background: url(/sites/all/themes/xibei/images/arrow_big.svg) no-repeat center center;
}

.page4 .swiper-button-prev {
	transform: rotate(180deg);
	left: 12%;
}

.page4 .swiper-button-next {
	right: 12%;
}

.swiper-pagination.zan-swiper-pager {
	position: static;
	width: 100%;
	padding-top: 10px;
}

.zan-swiper-pager span {
	display: inline-block;
	margin: 0 10px;
	background: #7F7F7F;
}

.color-black .scroll-wheel {
	border: 1px solid #000;
}

.color-black .scroll-wheel:before {
	background: #000;
}

.color-black .scroll-wheel:after {
	background: #000;
}

.ms-lists {
	height: 440px;
	width: 83%;
	margin: 0px auto;
	overflow: hidden;
	display: flex;
}

.ms-list {
	flex: 1;
	height: 100%;
	position: relative;
}

.ms-list-pic {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ms-list a {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(/sites/all/themes/xibei/images/bg.png) repeat center center;
	background-size: 182px;
	transition: all 0.5s;
	text-align: left;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 20%;
}

.ms-list a h3 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
}

.ms-list a span {
	display: inline-block;
	padding-right: 23px;
	background: url(/sites/all/themes/xibei/images/arrow-more-white.svg) no-repeat right center;
}

.ms-list a:hover {
	opacity: 1;
}

.ms-list a p {
	padding: 10px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	clear: both;
	text-align: left;
}

.page6 h2 {
	text-shadow: none;
	margin-bottom: 70px;
}

.fixed-page {
	overflow: hidden;
}

.fixed-page .page-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 1s;
	padding: 0;
}

.fixed-page .page-wrapper.fixed,.fix-wrapper.fixed {
	position: fixed;
	overflow: hidden;
}

.fixed-page .page-wrapper .tabs {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.fixed-page .page-wrapper .block-system {
	height: 100%;
	position: relative;
}

.swiper-container.inner-swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 100%;
	transition: all 0.5s;
}

.swiper-container.inner-swiper-container.current {
	left: 0;
}

.inner-swiper-container .swiper-slide {
	height: 100%;
}

.page2-inner1 {
	background: #060B0E url(/sites/all/themes/xibei/images/page2_inner1.jpg) no-repeat center center;
	background-size: 100%;
	transition: all 2s;
}

.page9-inner1 {
	background: #fff url(/sites/all/themes/xibei/images/p9-inner1.jpg) no-repeat center bottom;
	background-size: 100%;
	transition: all 2s;
}

.page9-inner2 {
	background: url(/sites/all/themes/xibei/images/p9-inner2.jpg) no-repeat center center;
	background-size: cover;
}

.inner-swiper-container .page2-inner1.swiper-slide-active {
	background-size: 115%;
}

.inner-swiper-container .page9-inner1.swiper-slide-active {
	background-size: 115%;
}

.page2-inner1 a.video-icon {
	margin: 30px 0 200px;
}

.page2-inner2 {
	background: #fff;
}

.page2-inner2 h2 {
	color: #222;
	text-shadow: none;
}

.page2-inner2 p {
	text-shadow: none;
	padding: 0 20%;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 26px;
}

.page2-inner2-flexbox {
	width: 80%;
	margin: 50px auto 0;
	display: flex;
	height: 360px;
	justify-content: space-around;
}

.inner2-flex {
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.inner-niudagu .inner2-flex img {
	margin-bottom: 10px;
}

.inner2-flex span {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}

.inner2-flex span i {
	font-family: 'Roboto-ThinItalic';
	font-size: 80px;
	color: #333333;
}

.red-btn {
	background: #E62511;
	border-radius: 100px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

.btn-close {
	width: 100px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -50px;
	z-index: 8;
}

.red-btn.view-all {
	width: 160px;
	margin: 0px auto;
}

.footer-wrapper {
	width: 100%;
	position: fixed;
	top: 100%;
	left: 0;
}

.cloud2 {
	width: 100%;
	height: 50%;
	top: -50%;
	background: url(/sites/all/themes/xibei/images/cloud2.png) no-repeat center bottom;
	background-size: 100%;
	transition: all 2s;
	position: absolute;
}

.swiper-slide-active .cloud2 {
	top: 0;
}

.page8-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(/sites/all/themes/xibei/product/kaoyangpai/bg2.jpg) no-repeat right center;
	background-size: cover;
	z-index: 2;
	transition: all 1s linear;
}

.swiper-slide-active .page8-bg {
	transform: scale(1.05);
}

.page8 .page-content {
	height: auto;
	top: 54%;
}

a.aomi2,a.aomi {
	display: inline-block;
	padding-top: 47px;
	font-size: 14px;
	color: #222;
	background: url(/sites/all/themes/xibei/images/yangrou.svg) no-repeat center top;
	line-height: 24px;
}

a.aomi2 {
	padding-top: 0;
	margin: 47px auto 0;
	background: url(/sites/all/themes/xibei/images/maisui.svg) no-repeat center top;
	width: 154px;
	height: 47px;
}

a.aomi2 span {
	display: inline-block;
	line-height: 42px;
	padding-left: 35px;
}

a.aomi3 {
	width: 156px;
	height: 29px;
	margin: 0px auto;
	background: url(/sites/all/themes/xibei/images/aomi3.svg) no-repeat center center;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 29px;
	display: block;
	padding-left: 42px;
	box-sizing: border-box;
}

.top15 .page-content {
	height: auto;
	top: 15%;
}

.page9 a.more span {
	font-size: 18px;
}

span.free:before {
	content: '免费';
	width: 40px;
	height: 90px;
	position: absolute;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FB4331;
	top: 20px;
	left: -50px;
	word-wrap: break-word;
	letter-spacing: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

a.back {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 8;
	display: block;
	background-image: url(/sites/all/themes/xibei/images/arrow-back.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
}

a.back.white {
	background-image: url(/sites/all/themes/xibei/images/arrow-back-white.svg);
}

.page-wrapper {
	
}

.logged-in .page-wrapper .tabs {
	padding-top: 30px;
}

.banner {
	height: 400px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	box-sizing: border-box;
	padding: 100px 0 0 7%;
}

.banner.color-black {
	color: #222;
}

.banner h1 {
	font-family: HYshangweishoushuW;
	font-size: 76px;
	letter-spacing: 5px;
	text-align: left;
	line-height: 140px;
	margin-bottom: 15px;
}

.banner p {
	font-size: 30px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 5px;
	padding-top: 20px;

}

.banner.food-main {
	background-color: #76cec7;
	background-position: left center;
	background-size: cover;
	transition: all 0.75s linear;
}

@keyframes scrollFoodBg {
	33.33% {
		background-image: url(/sites/all/themes/xibei/images/food2.jpg);
	}

	66.67% {
		background-image: url(/sites/all/themes/xibei/images/food3.jpg);
	}

	100% {
		background-image: url(/sites/all/themes/xibei/images/food1.jpg);
	}
}

.banner.food-menu {
	background-color: #D45907;
	background-image: url(/sites/all/themes/xibei/images/food-menu-banner.jpg);
}

.banner.about {
	background-color: #D45907;
	background-image: url(/sites/all/themes/xibei/images/about.jpg);
}

.food-page {
	padding: 60px 7%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;    background: #fff;
}

.food-page h2 {
	font-size: 30px;
	color: #222;
	line-height: 72px;
	margin-bottom:0px;
}

.food-page h2 small {
	font-size: 24px;
	line-height: 34px;
}

.food-page h2 span.big {

}

.food-zhaopai {
	overflow: hidden;
	width: 100%;
	padding: 0 4%;
}

.food-zhaopai li {
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}

.food-zhaopai a {
	display: block;
	width: 100%;
	text-align: center;
}

.zhaopai-pic {
	position: relative;
    margin: 0 10px 20px;
	}

.menu-pic img {
	max-width: 100%;
	height: auto;
}

.zhaopai-pic span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.zhaopai-pic span:nth-of-type(1) {
	transform: rotate(0deg);
}

.zhaopai-pic span:nth-of-type(2) {
	transform: rotate(30deg);
	opacity: 0;
}

.zhaopai-pic span img {
	max-width: 100%;
	max-height: 100%;
}

.food-zhaopai a:hover .zhaopai-pic span:nth-of-type(1) {
	opacity: 0;
	transform: rotate(-30deg);
}

.food-zhaopai a:hover .zhaopai-pic span:nth-of-type(2) {
	opacity: 1;
	transform: rotate(0deg);
}

h3.zhaopai-name {
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	text-align: center;
}

h3.zhaopai-name.is-zhaopai span {
	position: relative;
	padding-left: 45px;
	display: inline-block;
}

h3.zhaopai-name.is-zhaopai span:before {
	content: '招牌';
	display: block;
	background: #E62511;
	font-size: 14px;
	width: 40px;
	height: 25px;
	margin-right: 4px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

h4.zhaopai-slogan {
	font-size: 14px;
	line-height: 24px;
	color: #8D8D8D;
	text-align: center;
}

.food-zhaopai h4 {
	font-size: 14px;
	color: #8D8D8D;
	transform: translate3d(0,20px,0);
	transition: all 0.5s;
	opacity: 0;
	text-align: center;
}

.food-zhaopai a:hover h4 {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.food-block {
	height: 440px;
	overflow: hidden;
}

.food-story-list {
	height: 410px;
	background: #FBD889;
	background-size: cover;
	position: relative;
	margin-bottom: 46px;
}

.food-block.t-right {
}

.food-block.t-left {
}

.food-block-main {
	width: 560px;
	height: 248px;
	position: relative;
	top: 98px;
	color: #222;
	padding-right: 60px;
}

.abimg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.abimg img {
	position: absolute;
	bottom: 0;
}

.food-story-list .food-block-main {
	height: 210px;
	z-index: 3;
}

.t-left .abimg img {
	right: 0;
}

.t-right .abimg img {
	left: 0;
}

.t-left .food-block-main {
	width: 50%;
	padding-right: 0;
}

.food-block-main.color-black {
	color: #222;
}

.food-block-main.color-white {
	color: #fff;
}

.t-right .food-block-main {
	float: right;
}

.t-left .food-block-main {
	float: left;
	left: 130px;
}

.food-block-main h2 {
	font-size: 40px;
	text-align: left;
	line-height: 64px;
}

.food-block-main.color-black h2 {
	color: #222;
}

.food-block-main.color-white h2 {
	color: #fff;
}

.food-story-list .food-block-main h2 {
	font-size: 30px;
	line-height: 48px;
}

.food-block-main p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.food-block-main a.more {
	position: absolute;
	bottom: 0;
	left: 0;
}

.food-block-main.color-black a.more {
	color: #222;
}

.food-block-main.color-black a.more span {
	background: url(/sites/all/themes/xibei/images/arrow-more.svg) no-repeat right center;
}

.more-food {
	height: 380px;
	background: url(/sites/all/themes/xibei/images/bg.png) repeat;
	background-size: 182px;
	margin: 60px 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.qiangzhi {
	width: 480px;
	height: 456px;
	background: url(/sites/all/themes/xibei/images/xibei_qz.png) no-repeat;
	background-size: cover;
	transition: all 1s;
	top: 250px;
	opacity: 0.5;
	right: -20px;
	transform: rotate(-20deg);
	transform-origin: center center;
	position: absolute;
}

.more-food.current .qiangzhi {
	transform: rotate(-43deg);
	opacity: 1;
	top: 170px;
}

.more-food h2 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 64px;
	padding-bottom: 10px;
	text-align: center;
}

.white-btn {
	width: 160px;
	height: 50px;
	background: #fff;
	font-size: 18px;
	color: #DE1803;
	text-align: center;
	line-height: 50px;
	display: block;
	margin: 0px auto;
	border-radius: 100px;
}

.scroll-top {
	transition: all 1s;
	transform: translateY(50px);
}

.scroll-top.current {
	transform: translateY(0);
}

.menu-block {
	padding: 60px 0 60px 60px;
	height: 520px;
	border-bottom: 1px solid #e3e3e3;
}

.menu-block:last-of-type {
	border-bottom: none;
}

.menu-list {
	width: 100%;
	height: 100%;
}

.menu-list.col2 li {
	width: calc((100% - 60px)/2);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #222222;
}

.menu-list.col4 li {
	width: 25%;
	height: 100%;
	float: left;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.menu-list li a {
	color: #222;
	width: 100%;
	height: 100%;
	position: relative;
}

.menu-list.col2 li a {
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

.menu-list.col4 li a {
	display: block;
	padding: 50px 0 0;
}

.menu-list li.menu-zpym {
	background-image: url(/sites/all/themes/xibei/images/menu-bg1.jpg);
	height: 100%;
}

.menu-list li.menu-yangrou,.menu-list li.menu-niurou {
	background: #222;
	height: 100%;
}

.menu-list li.menu-normal {
	height: 50%;
	border-bottom: 1px solid #E3E3E3;
}

.menu-list li.menu-normal:last-of-type {
	border-bottom: none;
}

.menu-list li.menu-normal img {
	max-height: 98%;
}

.menu-list li h2 {
	font-size: 30px;
	line-height: 40px;
	transition: all 0.75s;
	position: relative;
	z-index: 4;
	margin-bottom: 10px;
}

.menu-list li p {
	font-size: 18px;
	line-height: 25px;
	transition: all 0.75s;
	position: relative;
	z-index: 4;
	opacity: 0;
}

.menu-list li.color-white,.menu-list li.color-white a {
	color: #fff;
}

.pro-pic {
	position: absolute;
	text-align: right;
	transition: all 0.75s;
	z-index: 2;
}

.menu-list li a:hover .pro-pic {
	transform: scale(1.05);
}

.menu-list li a:hover h2 {
	transform: translateY(-10px);
}

.menu-list li a:hover p {
	opacity: 1;
	transform: translateY(-10px);
}

.menu-zpym .pro-pic {
	width: 374px;
	height: 388px;
	top: -15px;
	right: -30px;
}

.pro-pic img {
	max-width: 100%;
}

.menu-list li.menu-normal .pro-pic {
	height: 100%;
	right: 0;
	top: 0;
}

.menu-list li.menu-yangrou .pro-pic {
	width: 70%;
	bottom: -30px;
	right: -34px;
}

.menu-list li.menu-niurou .pro-pic-1 {
	top: -41px;
	right: 0;
	height: 338px;
	display: block;
	position: absolute;
	transition: all 0.75s;
}

.menu-list li.menu-niurou .pro-pic-2 {
	height: 233px;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	transition: all 0.75s;
}

.pro-pic-1 img,.pro-pic-2 img {
	max-width: 100%;
}

.menu-list li.menu-niurou a:hover .pro-pic-1 {
	top: -70px;
}

.menu-list.col4 li .pro-pic {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.menu-list.col4 li.menu-retang .pro-pic {
	background-image: url(/sites/all/themes/xibei/images/retang.jpg);
}

.menu-list.col4 li.menu-zaliang .pro-pic {
	background-image: url(/sites/all/themes/xibei/images/zaliang.jpg);
}

.menu-list.col4 li.menu-shishu .pro-pic {
	background-image: url(/sites/all/themes/xibei/images/shishu.jpg);
}

.menu-list.col4 li.menu-yinpin .pro-pic {
	background-image: url(/sites/all/themes/xibei/images/yinpin.jpg);
}

.history {
	padding: 100px 0 400px;
	background: url(/sites/all/themes/xibei/images/history.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.history h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
}

.history p {
	max-width: 830px;
	margin: 0px auto;
	font-size: 24px;
	line-height: 40px;
}

.chengguo {
	padding: 80px 0;
	text-align: center;
	color: #222;
}

.chengguo h2 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 20px;
}

.chengguo p {
	font-size: 24px;
	margin-bottom: 80px;
}

.chengguo-list {
	padding: 0 10%;
	overflow: hidden;
}

.chengguo-list li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.chengguo-list li .pic {
	height: 88px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.chengguo-list li .pic img {
}

.chengguo-list li span {
	font-size: 18px;
	color: #8D8D8D;
}

.zeren {
	height: 440px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/sites/all/themes/xibei/images/zeren.jpg);
	text-align: center;
	color: #fff;
}

.zeren h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
}

.zeren p {
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 34px;
}

.flex-colum-center,.flex-colum {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex-colum-center {
	align-items: center;
}

.events {
	padding: 60px 7%;
	background: #F3F3F3;
	margin-bottom: 60px;
}

.events-list {
	overflow: hidden;
	margin-bottom: 40px;
}

.events-list li {
	width: calc((100% - 40px)/2);
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

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

.events-list li img {
	width: 100%;
	height: auto!important;
	float: left;
}

.events-list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.events-list li a:after {
	content: '';
	display: block;
	width: 13px;
	height: 10px;
	background: url(/sites/all/themes/xibei/images/arrow-news.svg) no-repeat;
	position: absolute;
	right: 35px;
	bottom: 38px;
	transition: all 0.5s;
}

.events-list li .events-main {
	padding: 35px;
	width: 100%;
	clear: both;
	background: #fff;
}

.events-main span.link {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: block;
	height: 90px;
	margin-bottom: 10px;
}

.events-main span.time {
	font-size: 18px;
	color: #8D8D8D;
}

.contact-scroll {
	height: 100%;
}

.contact-scroll .swiper-wrapper {
	height: 100%;
}

.contact-scroll h1 {
	font-size: 100px;
	line-height: 140px;
	padding-top: 160px;
	opacity: 0;
	letter-spacing: -14.29px;
	margin-bottom: 0;
	transition: all 1s;
}

.contact-scroll .swiper-slide-active h1 {
	opacity: 1;
	padding-top: 100px;
}

.contact-scroll h2 {
	padding-top: 80px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}

.contact-scroll p {
	font-size: 24px;
	line-height: 40px;
	padding-top: 15px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}

.join-list a.more {
	padding-top: 60px;
	color: #222;
}

.contact-scroll .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}

.contact-page1 {
	background-image: url(/sites/all/themes/xibei/images/contact-page1.jpg);
}

.contact-page2 {
	background-image: url(/sites/all/themes/xibei/images/contact-page2.jpg);
}

.contact-page3 {
	background-image: url(/sites/all/themes/xibei/images/contact-page3.jpg);
}

.contact-page4 {
}

.contact-page4 h2 {
	padding-top: 0;
}

.contact-page1 .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.join {
	padding: 60px 60px 0 60px;
	overflow: hidden;
}

.join-list {
	width: calc((100% - 80px)/2);
	text-align: center;
}

.join-list img {
	width: 100%;
	float: left;
}

.join-list h3 {
	padding-top: 40px;
	clear: both;
	text-align: center;
	font-size: 24px;
	color: #222;
}

.join-list a.more span {
	font-size: 18px;
	padding-right: 23px;
	background-image: url(/sites/all/themes/xibei/images/arrow-more.svg)!important;
}

.qrcode-box {
	width: 80px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

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

.qrcode {
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #eee;
}

.qrcode.xb-wb {
	background-color: #fff;
	background-image: url(/sites/all/themes/xibei/images/wb.jpg);
	background-position: center center;
	background-size: 68px;
	background-repeat: no-repeat;
}

.qrcode img {
	width: 100%;
}

.qrcode-name {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #8D8D8D;
	line-height: 20px;
	text-align: center;
}

.more-news {
	text-align: center;
}

.page404 {
	width: 100%;
	height: 100%;
	background: url(/sites/all/themes/xibei/images/404.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.page404 .block {
	width: 100%;
	text-align: center;
}

.page404 p {
	padding-top: 113px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 40px;
	background: url(/sites/all/themes/xibei/images/logo404.svg) no-repeat center top;
	background-size: 180px;
}

h2.title {
	text-align: center;
	font-size: 50px;
	color: #222222;
	padding: 100px 0;
}

h2.title small {
	font-size: 24px;
	color: #222222;
	padding-top: 20px;
	display: inline-block;
}

.news-wrapper {
	padding: 40px 7%;
}

.news-tab {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}

.news-tab .form-type-bef-link,.news-tab li {
	float: left;
	margin: 0 60px 0 0;
}

.news-tab .form-type-bef-link:last-of-type,.news-tab li:last-of-type {
	margin-right: 0;
}

.news-tab .form-type-bef-link a,.news-tab li a {
	font-size: 18px;
	color: #000000;
	transition: all 0.5s;
}

.news-tab .form-type-bef-link a:hover,.news-tab .form-type-bef-link a.active,.news-tab li a:hover,.news-tab li a.active {
	color: #E62511;
}

.news-list li {
	width: calc((100% - 80px)/3);
	height: 274px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	border: 1px solid rgba(151,151,151,0.30);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
	position: relative;
}

.news-list li:nth-of-type(3n) {
	margin-right: 0;
}

.news-list li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/index/bg.png) repeat center center;
	opacity: 0;
	transition: all 0.5s;
}

.news-list li:hover:before {
	opacity: 1;
}

.news-list li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 4;
	color: #000;
	padding: 25px;
	overflow: hidden;
	box-sizing: border-box;
}

.news-list .time {
	font-size: 18px;
	padding-bottom: 10px;
	transition: all 0.5s;
}

.news-list h2 {
	font-size: 24px;
	line-height: 50px;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list p {
	font-size: 16px;
	line-height: 20px;

}
.news-list .time strong {
	font-size: 50px;
	color: #000;
	font-weight: normal;
	margin-right: 5px;
}

.news-list a .time {
	color: #8D8D8D;
}

.news-list a .time span {
	color: #000;
	transition: all 0.5s;
}

.news-list li a:hover {
	color: #fff;
}

.news-list li a:hover .time,.news-list li a:hover .time span {
	color: #fff;
}

.news-list li span.type {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: 90px;
	height: 34px;
	background: #E62511;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	transition: all 0.5s;
}

.news-list li a:hover span.type {
	background: rgba(0,0,0,0.10);
}

.news-list li span.type-career {
	background: #CA9551;
}

.news-list li span.type-report {
	background: #b43483;
}

.pager-load-more a,a.load-more {
	background: #E62511;
	border-radius: 100px;
	width: 160px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	display: block;
}

.news-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.news-header h2 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
}

.news-header p {
	font-size: 18px;
	text-align: center;
}

.news-main {
	padding: 40px 0;
	width:100%;
	max-width: 860px;
	margin: 0px auto;
    font-size: 16px;
    line-height: 22px;
}
.news-main .chuang {    text-align: left; }
.news-main p {
	font-size: 16px;
	color: #333;
	line-height: 150%;
	margin-bottom: 1.5em;
	text-align: justify;
	text-indent: 2em;
}

.news-main span.red {
	color: #E62511;
}

.news-main p.rtecenter {
	text-align: center;
}

.news-main p img {
	max-width: 100%!important;
	margin-left: -2em;
	height: auto!important;
}

.events-card {
	padding: 60px 7%;
	position: relative;
}

.events-card .swiper-container {
	height: 313px;
}

.events-card .swiper-slide img {
	width: 100%;
	height: auto;
}

.events-card .swiper-slide {
	width: calc((100% - 80px)/3);
	margin-right: 40px;
}

.events-card .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.events-card-prev,.events-card-next {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.events-card-prev {
	left: 2%;
	background-image: url(/sites/all/themes/xibei/images/prev.svg);
}

.events-card-next {
	right: 2%;
	background-image: url(/sites/all/themes/xibei/images/next.svg);
}

.events-card-pagination {
	text-align: center;
	padding: 30px;
}

.events-card-pagination span.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
}

.events-card-pagination span.swiper-pagination-bullet-active {
	background: #E62511;
}

.lightboxOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
}

.lightbox {
	position: fixed;
}

.lb-nav a.lb-prev,.lb-nav a.lb-next {
	width: 50%;
	height: 100%;
	opacity: 1!important;
	position: absolute;
	top: 0;
}

.lb-nav a.lb-next {
	right: -100px;
}

.lb-nav a.lb-prev {
	left: -100px;
}

.lb-dataContainer {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: -60px;
	z-index: 11;
}

.lb-dataContainer a {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
}

.store-top {
	padding: 60px 0;
	text-align: center;
	font-size: 28px;
	line-height: 48px;
	color: #000;
}

.store-top span.red {
	color: #E62511;
	font-weight: bold;
}

.store-main {
	height: 641px;
	background: url(/sites/all/themes/xibei/images/bg-world.jpg) no-repeat center center;
	background-size: 1257px;
	margin-bottom: 50px;
}

.store-china {
	width: 838px;
	height: 100%;
	margin: 0px auto;
	background: url(/index/bg-china.jpg) no-repeat;
	position: relative;
	background-size: 100%;
}

.store {
	position: absolute;
	height: 24px;
	z-index: 2;
}

.store.guangdong {
	top: 82%;
	left: 70%;
}

.store.jiangxi {
	top: 70%;
	left: 72%;
}

.store.fujian {
	top: 76%;
	left: 78%;
}

.store.zhejiang {
	top: 66%;
	left: 81%;
}

.store.shanghai {
	top: 59.5%;
	left: 83%;
}

.store.anhui {
	top: 59%;
	left: 75%;
}

.store.yunnan {
	top: 79%;
	left: 43%;
}

.store.sichuan {
	top: 62%;
	left: 45%;
}

.store.guangxi {
	top: 82%;
	left: 59%;
}

.store.guizhou {
	top: 73%;
	left: 55%;
}

.store.chongqing {
	top: 64%;
	left: 55%;
}

.store.hubei {
	top: 62%;
	left: 65%;
}

.store.hunan {
	top: 71%;
	left: 64%;
}

.store.jiangsu {
	top: 55%;
	left: 80%;
}

.store.henan {
	top: 55%;
	left: 68%;
}

.store.shanxi {
	top: 53%;
	left: 58%;
}

.store.shanxi2 {
	top: 42%;
	left: 65%;
}

.store.beijing {
	left: 71.5%;
	top: 34.5%;
}

.store.neimeng {
	left: 61.5%;
	top: 32.5%;
}

.store.liaoning {
	left: 82.5%;
	top: 30.5%;
}

.store.jilin {
	left: 87.5%;
	top: 24.5%;
}

.store.heilongjiang {
	left: 89.5%;
	top: 13.5%;
}

.store.tianjin {
	left: 73.5%;
	top: 38.5%;
}

.store.hebei {
	left: 69.5%;
	top: 43.5%;
}

.store.shandong {
	left: 76.5%;
	top: 47.5%;
}

.store span.name {
	display: inline-block;
	padding-left: 18px;
	font-size: 12px;
	line-height: 24px;
	background: url(/index/zb.svg) no-repeat left center;
	color: #000;
	cursor: pointer;
}

.store-total {
	width: 164px;
	height: 97px;
	position: absolute;
	background: url(/index/zb-bg.png) no-repeat;
	font-size: 18px;
	color: #222;
	padding-left: 78px;
	line-height: 86px;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}

.store-total span {
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	margin-right: 4px;
}

.store-total.show {
	opacity: 1;
	z-index: 9;
}

.join-page {
	padding: 60px 7%;
}

.join-page.gray {
	background: #F3F3F3;
}

.join-page h2 {
	font-family: PingFangSC-Medium;
	font-size: 50px;
	color: #222222;
	margin-bottom: 40px;
	text-align: center;
}

.join-step {
	overflow: hidden;
	width: 100%;
}

.join-step li {
	width: 20%;
	float: left;
	height: 100%;
	text-align: center;
	padding-top: 374px;
	position: relative;
}

.join-step li:before {
	content: '';
	display: block;
	width: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 432px;
}

.join-step li.j1:before {
	background-image: url(/index/con-1.png);
}

.join-step li.j2:before {
	background-image: url(/index/con-2.png);
}

.join-step li.j3:before {
	background-image: url(/index/con-3.png);
}

.join-step li.j4:before {
	background-image: url(/index/con-4.png);
}

.join-step li.j5:before {
	background-image: url(/index/con-5.png);
}

.join-step li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #222222;
}

.join-step li p {
	font-size: 14px;
	color: #8D8D8D;
	line-height: 24px;
}

.zhaopin-list {
	clear: both;
	padding-bottom: 40px;
}

.zhaopin-list:last-of-type {
	padding-bottom: 0;
}

.zhaopin-box {
	width:100%;
	float: left;
	margin-bottom: 30px;
}

.zhaopin-box:nth-of-type(2n) {
	margin-right: 0;
}

.zhaopin-box h3 {
    line-height: 50px;
    letter-spacing: 3px;
	font-size: 26px;
	color: #FFFFFF;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #296f73;
}

ul.zhaopin-type {
	color: #fff;
	padding: 20px 0;
	background: #589ca0;
}

.xuexiao h3 {
	background: #c38b34;
}

.xuexiao .zhaopin-type {
	background: #dab275;
}

.zhaopin-type li {
	float:left;
	width:25%;
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.zhaopin-type li:last-of-type {
	border-right: none;
}

.zhaopin-type li h4 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.zhaopin-type li p {
	font-size: 13px;
	color: rgba(255,255,255,0.61);
	line-height: 20px;
}

.zhaopin-info {
	background: #FFFFFF;
	border: 1px solid rgba(151,151,151,0.30);
	border-top: none;
	padding: 20px;
}

.zhaopin-info ul {
	overflow: hidden;
	display: flex;
}

.zhaopin-info li {
	flex: 1;
}

.zhaopin-info dl {
	margin-bottom: 1.5em;
}

.zhaopin-info dt {
	font-size: 16px;
	margin-bottom: 5px;
}

.zhaopin-info dd {
	font-size: 12px;
	line-height: 18px;
}

.apply-soon {
	text-align: right;
}

.apply-soon .btn {
	background: #E62511;
	border-radius: 100px;
	width: 120px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

.xuexiao .apply-soon .btn {
	background: #F49503;
}

.chandi-header {
	height: 450px;
	background-position: center top;
	background-size: 100%;
	text-align: center;
}

.chandi-header h1 {
	text-align: center;
	font-size: 100px;
	color: #222222;
	letter-spacing: -14.29px;
	line-height: 140px;
}

.chandi-header p {
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	text-align: center;
	padding: 0 10%;
}

.chandi-page {
	padding: 60px 7%;
	border-bottom: 1px solid #E3E3E3;
	overflow: hidden;
}

.chandi-page-pic {
	width: 440px;
	height: 440px;
	border-radius: 100%;
	overflow: hidden;
}

.chandi-page-pic.fr {
	float: right;
}

.chandi-page-pic img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.chandi-page-main {
	width: calc(100% - 440px);
	min-height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.chandi-page-main.fr {
	padding-left: 60px;
	float: right;
}

.chandi-page-main.fl {
	padding-right: 60px;
	float: left;
}

.chandi-page-main h2 {
	font-size: 30px;
	position: relative;
	padding-bottom: 15px;
	color: #222;
	margin-bottom: 40px;
}

.chandi-page-main h2:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #E62511;
	position: absolute;
	left: 0;
	bottom: 0;
}

.chandi-page-main p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 2em;
}

.chandi-page-main p:last-of-type {
	margin-bottom: 0;
}

.chandi-footer {
	padding: 60px 10% 285px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 60px;
}

.small-header {
	height: 300px;
	padding: 0 7%;
	width: 100%;
	color: #fff;
	background: url(/index/bj.jpg) repeat;
	
}

.small-header h1 {
	font-family: 'HYShangWeiShouShuW';
	font-size: 100px;
	color: #FFFFFF;
	letter-spacing: -14.29px;
	text-align: left;
	line-height: 200px;
}

.history-wrapper,.prize-wrapper {
	padding: 60px 7%;
}

.history-wrapper ul {
	padding-top: 40px;
}

.prize-wrapper li {
	background: url(/sites/all/themes/xibei/images/point.png) repeat-y center top;
	background-size: 6px;
	position: relative;
}

.prize-wrapper li:before,.prize-wrapper li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 100%;
	clear: both;
}

.prize-wrapper li:before {
	width: 50px;
	height: 50px;
	background: #FEF4F3;
	top: -22px;
	margin-left: -25px;
}

.prize-wrapper li:after {
	width: 6px;
	height: 6px;
	background: #E62511;
	margin-left: -3px;
}

.year {
	width: 50%;
	float: right;
	padding: 28px 0;
	padding-left: 40px;
	text-align: left;
	margin: -50px 0 50px;
}

.year span {
	display: inline-block;
	width: 254px;
	height: 254px;
	background: url(/sites/all/themes/xibei/images/metal.svg) no-repeat;
	background-size: 100%;
	text-align: center;
	font-family: "DINCond-Medium";
	font-size: 70px;
	color: #DE1803;
	letter-spacing: -1.75px;
	line-height: 254px;
}

.prize-list {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	position: relative;
	width: 50%;
	float: left;
	padding: 28px 0 50px;
	padding-right: 30px;
}

.prize-list:before {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background: #E62511;
	overflow: hidden;
	top: 3px;
	right: 0;
	position: absolute;
}

.prize-wrapper li:nth-of-type(2n) .year {
	float: left;
	padding: 0 40px 0 0;
	text-align: right;
}

.prize-wrapper li:nth-of-type(2n) .history-list,.prize-wrapper li:nth-of-type(2n) .prize-list {
	float: right;
	padding-right: 0;
	padding-left: 30px;
}

.prize-wrapper li:nth-of-type(2n) .prize-list:before {
	left: 0;
	right: inherit;
}

.prize-list dl {
	margin-bottom: 1em;
	display: flex;
}

.prize-wrapper li:nth-of-type(2n) dl {
	float: left;
}

.prize-list dt {
	width: 58px;
	float: left;
}

.prize-list dd {
	flex: 1;
}

.history-list {
	width: 50%;
	padding: 28px 0 60px;
	padding-right: 30px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
}

.prize-wrapper li:last-of-type .history-list {
	padding-bottom: 28px;
}

.history-list dl {
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.history-list dt {
	width: 118px;
	float: left;
	white-space: nowrap;
}

.history-list dd {
	float: left;
	width: calc(100% - 118px);
}

.years {
	position: absolute;
	font-family: DINCond-Medium;
	font-size: 80px;
	line-height: 80px;
	color: #DE1803;
	text-align: left;
	top: -78px;
	right: 50%;
	width: 30%;
	border-bottom: 1px solid #E62511;
}

.prize-wrapper li:nth-of-type(2n) .years {
	left: 50%;
	text-align: right;
}

.menu-wrapper {
	padding: 60px 7%;
}

.menu-wrapper ul.food-zhaopai {
	padding: 0;
}

.menu-wrapper .food-zhaopai li {
	width: 33.33%;
	display: block;
	float: left;
}

.menu-wrapper .food-zhaopai h4 {
	opacity: 1;
	transform: translate3d(0,0,0);
	height:70px;    margin: 0 10px;
	overflow: hidden;
}

.cn-list {
	padding: 0 5% 100px;
	border-bottom: 1px solid #e3e3e3;
}

.cn-list ul {
	width: 100%;
}

.cn-list li {
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #8D8D8D;
	line-height: 24px;
	width: 14.28%;
}

.cn-list li span.cn-icon {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0px auto 20px;
}

.zeren-box {
	padding-bottom: 100px;
	border-bottom: 1px solid #e3e3e3;
}

.zeren-box h3 {
	font-size: 30px;
	color: #333333;
}

.zeren-box ul {
	overflow: hidden;
}

.zeren-box li {
	height: 284px;
	margin-bottom: 10px;
	width: calc((100% - 10px)/2);
	float: left;
	background: #F7F7F7;
	position: relative;
	padding: 0;
}

.zeren-box li h3 {
	float: right;
	width: 50%;
	top: 40%;
	position: relative;
}

.zeren-box li .zeren-img {
	width: 45%;
	text-align: center;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.zeren-box li:first-of-type {
	height: 578px;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 50px;
}

.zeren-box li:first-of-type h3 {
	float: left;
	clear: both;
	margin-bottom: 100px;
	top: 0;
}

.zeren-box li:first-of-type .zeren-img {
	width: 100%;
	display: block;
}

.zeren-box .zeren-img.bottom {
	justify-content: flex-end;
}

.zeren-main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/sites/all/themes/xibei/images/bg.png) repeat;
	background-size: 182px;
	color: #fff;
	padding: 30px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s;
	overflow: hidden;
	overflow-y: auto;
}

.zeren-box li:nth-of-type(2) .zeren-main {
	display: block;
}

.zeren-box li:hover .zeren-main {
	opacity: 1;
}

.zeren-main h4 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 40px;
	position: relative;
}

.zeren-main p {
	font-size: 18px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 28px;
	position: relative;
}

.hero-list {
}

.hero-list ul {
	width: 100%;
}

.hero-list li {
	width: 20%;
	float: left;
	position: relative;
}

.hero-list li:after {
	content: '';
	display: block;
	width: 100%;
	height: 65%;
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 12%,#FFFFFF 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.hero-list li img {
	width: 100%;
	float: left;
	opacity: 0;
	transition: all 0.5s;
}

.hero-list li:hover img {
	opacity: 1;
}

.hero-list-info {
	position: absolute;
	z-index: 5;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-bottom: 56px;
}

.hero-type {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #E62511;
	line-height: 32px;
	padding-top: 10px;
	height: 45px;
	position: relative;
}

.hero-type:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #E62511;
	opacity: 0.35;
}

.hero-type:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -4px;
	background: #E62511;
	border-radius: 100%;
}

.top-time {
	position: absolute;
	width: 100%;
	left: 0;
	top: -160px;
	font-size: 24px;
	color: #E62511;
	transition: all 0.5s;
}

.top-time strong {
	font-size: 80px;
	font-weight: 100;
	transition: all 0.5s;
}

.hero-list li:hover .top-time {
	top: -40px;
}

.hero-list li:hover .top-time  strong {
	font-size: 24px;
}

.tuanjian-box {
	height: 500px;
}

.tuanjian-box h2 {
	font-family: PingFangSC-Medium;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom: 20px;
}

.tuanjian-box p {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	margin-bottom: 40px;
}

.tuanjian-box a.video-icon {
	font-size: 18px;
}

.events.hero-event {
	margin-bottom: 0;
}

.events.hero-event .news-wrapper {
	padding: 0;
}

.events h2.title {
	padding: 40px 0 60px;
	margin: 0;
}

.hero-join h2.title {
	padding-bottom: 60px;
}

.hero-join .join {
	padding-top: 0;
	padding-bottom: 100px;
}

.foodstory {
	width: 100%;
	height: 100%;
}

.foodstory-desc {
	width: 550px;
	padding: 0 10% 0 3%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #222;
	text-align: left;
}

.foodstory-desc a.link-out {
	color: #E62511;
	display: block;
	margin-top: 40px;
}

.foodstory-pic {
	width: calc(100% - 550px);
	height: 100%;
	float: left;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.foodstory-desc h2 {
	font-size: 45px;
	line-height: 64px;
	margin-bottom: 20px;
	text-shadow: none;
	letter-spacing: 5px;
}

.foodstory-desc p {
	font-size: 18px;
	color: #222222;
	text-align: left;
	line-height: 28px;
	text-shadow: none;
	margin-bottom: 10px;
}

.foodstory-desc p:last-of-type {
	margin-bottom: 0;
}

.foodstory-desc p.main {
	line-height: 30px;
	margin-bottom: 40px;
	text-shadow: none;
	padding: 0;
	text-align: left;
}

.foodstory-desc a.video-icon {
	color: #222;
}

.foodstory-desc a.video-icon span {
	background: url(/sites/all/themes/xibei/images/video_icon_black.svg) no-repeat right center;
}

.foodstory-pagination {
	position: absolute;
	bottom: 30px;
	padding-right: 7%;
	text-align: right;
	font-size: 18px;
	color: #979797;
	line-height: 30px;
	font-family: Roboto-Regular;
	z-index: 9;
}

.foodstory-pagination span.swiper-pagination-current {
	color: #E62511;
}

.foodstory-navigation {
	display: block;
	width: 30px;
	position: absolute;
	left: calc(100% - 550px + 3%);
	bottom: 0;
	z-index: 10;
}

.foodstory-next,.foodstory-prev {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.foodstory-next {
	background-image: url(/index/next2.svg);
}

.foodstory-prev {
	background-image: url(/index/prev2.svg);
}

.foodstory-navigation .swiper-button-disabled {
	opacity: 0;
}

ul.prev-next {
	overflow: hidden;
	padding-top: 20px;
}

ul.prev-next li {
	font-size: 18px;
	color: #333;
}

ul.prev-next li a {
	color: #333;
}

.user-wrapper {
	padding: 50px 7%;
}

.user-wrapper label {
	font-size: 16px;
	line-height: 26px;
}

.user-wrapper input.form-text {
	height: 40px;
	padding: 10px;
}

.user-wrapper .description {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.user-wrapper input.form-submit {
	background: #E62511;
	border-radius: 100px;
	width: 120px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
	.qrcode.xb-wb {
		background-image: url(/sites/all/themes/xibei/images/wb@2x.jpg);
	}

	.banner.food-menu {
		background-image: url(/sites/all/themes/xibei/images/food-menu-banner@2x.jpg);
	}

	.banner.about {
		background-image: url(/sites/all/themes/xibei/images/about@2x.jpg);
	}

	.menu-zpym {
		background-image: url(/sites/all/themes/xibei/images/menu-bg1@2x.jpg);
	}

	.menu-list.col4 li.menu-retang .pro-pic {
		background-image: url(/sites/all/themes/xibei/images/retang@2x.jpg);
	}

	.menu-list.col4 li.menu-zaliang .pro-pic {
		background-image: url(/sites/all/themes/xibei/images/zaliang@2x.jpg);
	}

	.menu-list.col4 li.menu-shishu .pro-pic {
		background-image: url(/sites/all/themes/xibei/images/shishu@2x.jpg);
	}

	.menu-list.col4 li.menu-yinpin .pro-pic {
		background-image: url(/sites/all/themes/xibei/images/yinpin@2x.jpg);
	}

	.history {
		background: url(/sites/all/themes/xibei/images/history@2x.jpg) no-repeat center bottom;
		background-size: cover;
	}

	.zeren {
		background-image: url(/sites/all/themes/xibei/images/zeren@2x.jpg);
	}

	.store-main {
		background: url(/sites/all/themes/xibei/images/bg-world@2x.jpg) no-repeat center center;
		background-size: 1257px;
	}

	.store-china {
		background: url(/sites/all/themes/xibei/images/bg-china@2x.jpg) no-repeat;
		background-size: 100%;
	}

	.join-step li.j1:before {
		background-image: url(/sites/all/themes/xibei/images/j1@2x.png);
	}

	.join-step li.j2:before {
		background-image: url(/sites/all/themes/xibei/images/j2@2x.png);
	}

	.join-step li.j3:before {
		background-image: url(/sites/all/themes/xibei/images/j3@2x.png);
	}

	.join-step li.j4:before {
		background-image: url(/sites/all/themes/xibei/images/j4@2x.png);
	}

	.join-step li.j5:before {
		background-image: url(/sites/all/themes/xibei/images/j5@2x.png);
	}

	.prize-wrapper li {
		background: url(/sites/all/themes/xibei/images/point@2x.png) repeat-y center top;
		background-size: 6px;
	}
}
 .jiameng {
    top: 42%;    position: fixed;
}
.jiameng a {
    padding: 15px 50px;
    margin: 30px;
    background: #de0e0e;
    color: #fff;
	font-size:15px
}
@media screen and (min-width:1900px) {
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1200px) {
	.news-list li {width: calc((100% - 80px)/2);}
	.news-list li:nth-of-type(3n) { margin-right: 40px;}
	.menu-wrapper .food-zhaopai li { width: 50%;}
	.foodstory-pic { width: 100%;}
	.foodstory-desc{ height: 30%;bottom: 0; width: 100%;top: auto; }
	.foodstory-navigation{right: 80px; left: auto; bottom: 60px;}
}

a{color: #333;}
@media screen and (max-width:786px) {
	.zhaopin-type li {width:50%;}
	.swiper-slide-active .page-content {
    opacity: 1!important;
    transform:none!important;
}
	.news-main { padding: 20px; width: 100%;    margin-top: -80px;    background: #fff;}
	.food-page
	#block-views-news-block{  margin-top: -300px;    background: #fff;}
	.news-main img{width:100%;}
	.news-wrapper { padding: 30px}
	.news-list li { width: 100%;}
	.jiameng a { padding: 10px 30px;  margin: 20px;}
	.foodstory-desc p:last-of-type{font-size: 16px;line-height: 20px;padding: 0;letter-spacing: 0;}
	.foodstory-navigation { right: 10px;}
	.menu-wrapper .food-zhaopai li { width: 100%;}
	.food-block-main.color-black h2 {
    color: #fff;
}
.swiper-slide h1{font-size: 60px;}
.swiper-slide h2 span.big2 {font-size: 40px;}
.swiper-slide p{font-size: 22px;}
.swiper-slide .cl {font-size: 26px;    line-height: 40px;}

.food-block-main.color-black {
    float: left;
    left: 130px;
}
}
.hbanner .mr_frUl ul li{}
.hbanner .mr_frUl{}
.mbanner{display:none}
.hbanner{display:block;width:100%;}
.friend.hbanner .mr_frBtnR, .friend.hbanner .mr_frBtnL {
    margin-top: 20%;
    position: absolute;
}
@media screen and (max-width:460px) {

.front-logo{display:none}
.banner{background-position: -50px;}
.zxdt.banner.current{margin-top: -80px;margin-bottom: -70px;}
.block-views{background:#fff}
.banner.food-main{background-position: -40px; margin-top: -80px;margin-bottom: -50px;}
.front1 {height: 300px;}
.section-page{display: none;}
.zhaopin-type li {width:100%;}
.banner p{letter-spacing: 2px;}
.foodstory-pic{height:70%}
.foodstory-desc h2 {font-size: 30px;    margin-bottom: 0;}
	.swiper-slide .cl {
    font-size: 20px;
    line-height: 30px;
}.news-main .csrfc{padding:0}
.contact .ppgs p{padding:0;margin: 0;}
.page-wrapper {
    padding-right: 0;
}
.nav-bar{display:block}
.mbanner{display:block;width:100%;}
.front1{margin:0 auto}
.front-main{padding:0}
.front1.niudagu .front1-content {
    width: 90%;
}
.panzi{display:none}
.media-box {width: 100%;}
.front-page,.front3 .cate.full{display:none}
.front-main.fixed{ position: static;}
.footer-block .block,.cate.half {width: 100%;}
video{display:none}
.scroll-wheel{display:none}
.cate {
    height:290px;
}
.cate.half .cate-pic{    background-size: 100%;}	
.nav-btn {
    width: 40px;
    height: 40px;
    padding: 12px;
    position: relative;
    display: block;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.5s ease;
    float: right;
	top: 0;
    left: 0;
	margin: 0;
}
.nav-bar {
    top: 10px;
    right: 10px;
    z-index: 13;
}
.nav-bar a.logo {

    float: left;
	top: 0;
    left: 0;
    margin-left: 0;
}
.nav-btn span {
    width: 16px;
    height: 2px;
    background: #222;
    position: absolute;
    overflow: hidden;
    left: 12px;
    transition: all 0.5s ease;
}
.nav-btn span.n1 {
    top: 12px;
}
.nav-btn span.n2 {
    top: 19px;
}
.nav-btn span.n3 {
    top: 26px;
}
.nav-btn.close span.n3 {
    top: 17px;
    transform: rotate(-45deg);
}
.nav-btn.close span.n2 {
    opacity: 0;
}
.nav-btn.close span.n1 {
    top: 17px;
    transform: rotate(45deg);
}
.nav-btn.close {
    background: none;
}
}
.item-list li{    float: left;list-style-type:none;}
.item-list .thisclass{margin: 0 10px;}
.item-list li a{color:#CA9551; padding: 5px 10px;margin:0}
.fl a{color:#CA9551;}
	.swiper-slide-active .page-content {
    opacity: 1!important;
    transform:none!important;
}
.nyf .media-img{padding-bottom:70%}
.contact{ max-width: 1200px;}
.ditu .BMap_bottom, .BMap_pop .BMap_center {
    box-sizing: content-box;
}
.hzlc{text-align:center}
.hzlc h3{text-align:center;font-size:26px;font-weight:600;color:#333;letter-spacing:3px;    margin:30px 0 0;}
.hzlc p {text-align:center;text-indent: 0;margin:0}
.hzlc p span{text-align:center;font-size:16px;letter-spacing:0px;}
.liucheng{ padding: 20px 0;  margin-bottom: 50px;max-width: 776px;    margin: auto;}
.liucheng li{text-align:left}
.liucheng li:nth-child(2n){text-align:right;margin: -14px 0;}
.liucheng span{border: 1px #3d7d82 solid;
    padding: 10px 20px;
    margin: 10px;
    background: #34a5ae;
    color: #fff;
    text-shadow:#0f3c40 2px 2px 2px;line-height: 3em;white-space:nowrap;  
}
.fuchi li{ width: 49%;    display: inline-block;}
.required { display: inline-block;margin: 10px;}
.required td{ display: inline-block;width:100%}
.required td input{padding:5px 10px;width:200px; }
.required2 td input{width:430px;}
.biaodan{padding: 20px; font-size: 19px;color: #444;}
.kexuan td input {
    padding: 5px 10px;  margin: 0 10px 10px 0;
}
.kexuan{display:inline-block;    margin: 10px;}
.kexuan td{width:100%;display: inline-block;}
.kexuan0 input{width:130px;}
.kexuan1 input{width:130px;}
.kexuan2 input{width:500px;}
.kexuan3 input{width:130px;}
.kexuan4 input{width:130px;}
.kexuan5 input{width:500px;}
.kexuan6 input{width:220px;}
.kexuan7{width:220px;}
table{text-align:center;    background: #f3f3f3;   margin: 20px 0;}
tbody{    width: 100%;text-align:left}
.coolbg{padding: 5px 20px;}
.yljd p{margin-bottom:5px;display:inline-block;}
.yljd img{max-width:500px;width:100%}
.yljd p b{font-size:28px;color:#296f73;}
.yljd{padding: 0 7%;  background: #fff;}
.ppjs{padding: 2%;  text-align: center;}
.ppjs p{margin:0}
.csrfc{text-align: center;    padding: 0 7%;}
.csrfc h2{font-size:16px;color:#333;}
.csrfc p{text-indent: 0em;font-size:16px;color:#333;line-height:35px;letter-spacing:1px}
.csrfc .right{float:right}
.csrfc .left{display:inline-block;    width: 40%;}
.csrfc .right img{max-width: 550px;}
.ppgs{text-align:center;    padding-bottom: 30px;}
.ppgs p{margin:10px;padding:0 7%}


.video-wrapper video {
    width: 100%!important;
    z-index: 0;
    position: relative;
	margin-top:-130px
	}
.biao{font-size:26px;    text-align: center;}
.ti{font-size:16px;    text-align: center; color: #333;line-height:25px}
.ti b{ font-size: 16px;    color: #333;}
.container{max-width:1400px;margin:auto}
.zero{
    background: #fff;
    z-index: 9999;
    position: relative;}
.zero .zero_a{float:left;width:15%;vertical-align: middle;}
.zero .zero_b{display:inline-block;vertical-align: middle;width:83%;}
.zero .zero_b li{background: #282828;padding:8px}
.zero .zero_b li img{vertical-align: middle;}
.zero .zero_b span{font-size: 20px;color:#fff;vertical-align: middle;}
.zero .zero_b p{display:inline-block;font-size:20px;padding-right:20px;color:#898989;padding-top:10px}
.zero .zero_b p i{padding:5px 10px;vertical-align: middle;    font-style: italic;}
.zero .zero_b p img{vertical-align: middle;}
.one {margin:40px}
.one h2{font-size:26px;    text-align: center;}
.one p{	font-size: 16px;    line-height: 26px;    padding: 10px 0;    color: #333; text-align:center	}

.tow {padding:60px 0;color:#333; text-align: center; background: #eeeeee}
.tow li{width:31%;display:inline-block;padding:15px; vertical-align:text-top;    background: #fff;margin:1%;box-shadow: 5px 5px 10px #cecece;}
.tow img{width:100%}
.tow h3{font-size:20px; padding:10px 0;}
.tow p{font-size:14px;line-height:20px;  padding: 10px ;  text-align: left;}
.tow p b{padding:0 25px 0 10px}
.tow p span{font-size:12px;padding: 2px 8px;    background: #ca1212;    color: #fff;}
.tow p:nth-child(1){
    border-bottom: 1px solid #dddbdb;
    text-align: right;
}
.three {padding:60px 0;text-align:center}
.three li{width:18%;display:inline-block;padding:20px; vertical-align:text-top;    background: #fff;margin:.8%;box-shadow:0px 2px 8px #b1b1b1}
.three li.active{background: #d95555!important;}

.three img{width:100%}
.three h3{text-align:center;font-size:15px;padding-top: 10px;}
.three p{font-size:15px;line-height:20px;  padding: 10px ;  text-align: left;}
.three p:nth-child(1){
    border-bottom: 1px solid #dddbdb;
    text-align: right;
}


.three p b{padding:0 25px 0 10px}
.three p span{font-size:12px;padding: 2px 8px;    background: #ca1212;    color: #fff;}

.five {padding:30px 0;color:#333; text-align: center; background: #eeeeee;margin:20px}
.five li{width:18%;display:inline-block;padding:15px; vertical-align:text-top;    background: #fff;margin:.8%;box-shadow:0px 2px 8px #b1b1b1}
.five h3{text-align:center;font-size:16px;padding-top: 10px;}

.six .news_a{width:33%;display:inline-block;}
.six .news_b{width:66%;display:inline-block;}
.six .news_b li{width:49%;display:inline-block;}
.six h2{font-size:20px;padding:15px 0}
.six li{font-size:15px;line-height:30px;border-bottom: 1px #dadada dashed; padding: 5px 0;}
.tempWrap{margin:auto}
.six{padding:40px ;}
.six img{width:33%}
.six p{font-size: 16px;
    line-height: 26px;
    padding: 20px 0;}
.footer{text-align:center}
.footer li{display:inline-block;text-align:left;vertical-align:text-top;}
.footer li a span{display:none}
.footer li a b{padding:0 5px}
.footer li a{color:#fff}.footer li .f-t{font-size:20px;padding:0}
.footer .fl-1{margin:0}
.footer .fl-5 p{text-align:left}
.footer .fl-5{width:24%;padding-left:5%}
.footer li p {text-align:center}
.footer .f-p{display:none}
.footer .f-t{text-align:center}

.banner_A{text-align:center;padding-top:10px;border-bottom: 1px #d1d1d1 solid;}
.sort a{background:none;padding:5px 10px;white-space: nowrap;border-radius: 6px 6px 0px 0px;display: inline-block;}
.sort a:hover{
    background-color: rgba(250, 70, 51, 0.15);
    color: #ca1212;    
}
.sort a.linkclass{
    background-color: rgba(250, 70, 51, 0.15);
    color: #ca1212;    
}
.article .article_left{width:70%;display:inline-block;vertical-align:text-top;}
.article .right{width:27%;display:inline-block;vertical-align:text-top;margin-left:2%}
.article .article_left .left_A{border:1px #575757 solid;}
.article .article_left .left_A h5{background:#cccccc;font-size:16px;color:#fff;padding:10px}
.article .article_left .left_A p{font-size:15px;color:#808080;padding:10px;line-height:40px}
.article .container{padding:60px 0}
.container img{max-width:100%;height:auto!important}
.article .article_left .left_B{padding:20px 0}
.article .article_left .left_B img{}
.left_C li{display:inline-block;padding:10px;width:16%;vertical-align: text-top;}
.left_C h2{font-size:20px;padding:10px 0}
.left_D h2{font-size:20px;padding:10px 0}
.left_C .aty{background:#e6e6e6;border-radius:5px;border:1px #dcdcdc solid}
.left_C h5{text-align:center;font-size:16px;padding: 10px 0; }
.left_C li img{box-shadow: 2px 2px 5px #cccccc;}
.left_D li{display:inline-block;padding:10px;width:16%;text-align:center;vertical-align: text-top;}
.left_D li img{box-shadow: 2px 2px 10px #cccccc;}
.left_D h5{text-align:center;font-size:16px;padding:10px 0 }
.article .right .right_A {text-align:left;}
.article .right .right_A img{padding:20px 0}
.article .right .right_A h3{font-size:22px;}
.article .right .right_A .right_A_m{padding:20px 0}
.article .right .right_A p{font-size:14px;line-height:40px}
.article .right .right_A p img{vertical-align: middle;}
.bdsharebuttonbox{display:inline-block;vertical-align: middle;}
.article .right .right_B h2 b a{font-size:22px;padding:15px 40px; border: 1px #c61f29 solid; display: inline-block;color:#fff;background:#c61f29;margin:20px 20px 20px 0;vertical-align: middle;}
.article .right .right_B h2 b img{display:none}
.article .right .right_B h2 span{font-size:22px;padding:13px 40px; border: 1px #d3d3d3 solid; display: inline-block;color:#666666;background:#fff;margin:20px 20px 20px 0;vertical-align: middle;}
.article .right .right_B p{font-size:20px;color:#c61f29;line-height:40px}
.article .right .right_B .p1{font-size:25px;}
.Links{ background: #f3f3f3;text-align: center;padding: 0 0 10px 0;}
.Links table{display: inline-block; width: 90%;}
.Links tbody {
    display: inline-block;
    max-width: none;
    text-align: left;
}
.Links tbody tr td{width:auto!important;display: inline-block;padding:5px;float:left;}
.Links tbody tr:first-child{float:left;}
.Links tbody tr:nth-child(n+2) td:nth-child(n+3){display:none;}
.Links span{font-size:16px;padding-top:10px;display: inline-block;}
.header{background:#fff}
@media screen and (max-width:1200px) {
	.six .news_a{width:100%}
	.six .news_b{width:100%}
}
@media screen and (max-width:1124px) { 
.nav-wrapper .left{display: none;}
.nav-wrapper .block {
    text-align: center;
    display: block;
}
.nav-main {
    padding:30px  50px;
    background:#f7f7f7;
    height: 100%;}
.nav-wrapper{
    display: none;
}
.nav-wrapper li{display:block}
.nav-btn {
    width: 60px;
    height: 50px;
    padding: 10px;
    position: relative;
    display: block;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.5s ease;
    float: right;
	top: 15px;
    left: 0;
	margin: 0;
}
.nav-bar {
	background-color:rgba(0, 0, 0, 0)!important;
    display: block;
}
.nav-bar {
    border-bottom: 1px #c5c5c5 solid;
    right: 10px;
    z-index: 13;
}
.nav-bar a.logo {

    float: left;
	top: 0;
    left: 0;
    margin-left: 0;
}
.nav-btn span {
    width: 35px;
    height: 4px;
    background: #222;
    position: absolute;
    overflow: hidden;
    left: 12px;
    transition: all 0.5s ease;
}
.nav-btn span.n1 {
    top: 10px;
}
.nav-btn span.n2 {
    top: 20px;
}
.nav-btn span.n3 {
    top: 30px;
}
.nav-btn.close span.n3 {
    top: 17px;
    transform: rotate(-45deg);
}
.nav-btn.close span.n2 {
    opacity: 0;
}
.nav-btn.close span.n1 {
    top: 17px;
    transform: rotate(45deg);
}
.nav-btn.close {
    background: none;
}
}
.linkmain tbody{max-width:100%;display:inline-block;width:100%}
.linkmain td{max-width:100%;display:inline-block;width:100%}
.linkmain tr{max-width:100%;display:inline-block;width:100%}

.link_table_title div{display:inline-block;width:20%}
.link_list{padding:20px 0}
.L_left{display:none}
.linkmain .right .tit a{ font-size: 15px;white-space:nowrap;line-height:20px}
.ClassLink{display:none}
.mainpdbox .left{width:70%;display:inline-block;vertical-align:top;}
.mainpdbox .colr{width:49%;display:inline-block;border:1px #dedede solid;    border-top: 4px #585858 solid;padding: 20px;    min-height: 320px;vertical-align:top;
    margin: 15px 0;}
.mainpdbox .coll{width:49%;display:inline-block;border:1px #dedede solid;   border-top: 4px #585858 solid;padding: 20px;    min-height: 320px;vertical-align:top;
    margin: 15px 0; margin-left:1%; }
.mainpdbox .left .t span{float:right}
.mainpdbox .left .t{font-size:16px;padding:10px }
.mainpdbox .left .imgLAreapic{width:29%;display:inline-block;min-height: 90px;}
.mainpdbox .left .imgT{width:70%;display:inline-block;float: right;}
.mainpdbox .left .imgT h3{font-size:16px;    line-height: 22px;}
.mainpdbox .left .imgT h3 a{color: #4aadff;  font-weight: 600; letter-spacing: 1px;}
.mainpdbox .left .imgT span{font-size:14px;line-height:18px}
.mainpdbox .left li{line-height:28px;font-size:15px;    list-style: disc;margin-left: 20px;}
.mainpdbox .right{width:29%;display:inline-block;vertical-align:top;padding:20px}
.mainpdbox .right .title h3{font-size:17px;border-bottom:3px #333 solid;padding-bottom:10px;margin-bottom:20px}
.mainpdbox .right .new_R{width:49%;display: inline-block;vertical-align:top;min-height: 100px; max-height: 130px; overflow: hidden;}
.mainpdbox .right .new_R01{line-height:26px;font-size:15px}
.mainpdbox .right  li{padding:20px 10px;border-bottom:1px #e8e8e8 dashed}
.mainpdbox .right  li .intro{color:#999}
.mainpdbox .lefta{width:70%;display:inline-block;vertical-align:top;  padding: 20px; border: 1px #d0d0d0 solid;}
.mainpdbox .lefta h3{font-size:20px;text-align:center;padding:10px 0}
.mainpdbox .lefta .info{text-align:center;padding:5px 0}
.mainpdbox .lefta .articlekey{font-size:15px;padding:10px 0}
.mainpdbox .lefta .articlebook{line-height:20px;font-size:14px;}
.mainpdbox .lefta .xgxw{line-height:20px;font-size:14px;}
.mainpdbox .lefta table{padding:20px 0;    display: inline-block;}
.mainpdbox .righta{width:29%;display:inline-block;vertical-align:top;}
.mainpdbox .lefta .newslist dl{line-height:20px;padding:15px;border-top:1px #d8d8d8 dashed;color:#999}
.mainpdbox .lefta .newslist h4{font-size:16px;}
.mainpdbox .lefta .fenye td a{padding:5px 10px}
.newscontent p{line-height:20px}
.quanbu{display:none}
.picnrbox .showpic .imglist span{display:block}
@media screen and (max-width:1178px) {
.mainpdbox .lefta{width:100%}
.front-main{padding:10px}
.front-logo{display:none}
.six img {  width: 32%;}
.mr_frBtnR{position: absolute!important;right: 20px;}
.zero .zero_b span{ display: block;}
.zero .zero_b{width: 78%;}
.zero .zero_a{width: 20%;vertical-align: top;}
.zero .zero_a img{min-width:170px}
.mainpdbox .right{display:none}
.mainpdbox .left{width:100%}



}
@media screen and (max-width:1000px) {
.rssmain .right{width:100%;padding:20px}
.rssmain .left{width:100%}
.article .article_left {
    width: 100%;
    display: inline-block;
    vertical-align: text-top;
	padding:0 20px
}
.article .right{width: 100%;margin:0;padding: 20px;}
.article .right .right_A .right_A_2{width: 40%;display: inline-block;padding-left:5%}

.three li,.five li{width:30%}
.mr_frBtnR{margin-top: 100px;}
.mr_frBtnL{margin: 100px 10px 0 0}
}
@media screen and (max-width:930px) {
	.tow li{width:47%}
	.one .mr_frUl ul li{width:33.33%}
}
@media screen and (max-width:800px) {
    .three p:nth-child(1){
        text-align: left;
    }
.buliao .right{display:none}
.buliao .floatl{width:100%}
.six .news_b li{width:100%}
.zero .zero_a{display:block;width:100%;text-align:center}
.zero .zero_b{width:100%}
.zero .zixun{padding:0 20px}
.nav-bar-3{width: 100%;  padding: 10px;  margin: 0;}
.nav-bar-2{  width: auto;  margin-bottom: 0;margin-top: 10px;}
.nav-bar .nav-bar-1{display:none}
.helpmain .left .title{font-size:16px}
.helpmain .left li a span{display:none}
.helpmain .left li{margin:0}
.helpmain .left .title{margin:0}
.zero .zero_b span{font-size:15px;line-height:20px}
.mainpdbox .colr,.mainpdbox .coll{width:100%}
.mainpdbox .left li{font-size:14px}
}
@media screen and (max-width:600px) {
.link_table_title .R_01,.link_table_title .R_04{display:none}
.link_table_title div{display:inline-block;width:33%}

.buliao .floatl .floatl_B li{width:100%}
.article .right .right_A .right_A_2{width: 100%;display: inline-block;padding-left:5%}
tr{width:100%!important;}
.three li,.five li{width:48%}

.tow li{width:49%;}
.helpmain .right{width:100%;}
.helpmain .left{display:none}
.picnr .p_right li{width:32%}
}
@media screen and (max-width:460px) {
.index_left{display:none}
.buliao .floatl .floatl_A{width:100%}
.buliao .floatl .floatl_B{width:100%}
.three li, .five li{width:70%}
.tow li{width:92%;margin:10px 4%}
.one .mr_frUl ul li{width:50%}
.friend.hbanner .mr_frBtnR, .friend.hbanner .mr_frBtnL{  margin-top: 15%;	}
.friend.hbanner .mr_frBtnR{right:0}
.nav-bar{text-align:left}
.nav-bar-2 {width:70%}
.food-page,.menu-wrapper{padding:0}
.csrfc .right img{max-width:100%;padding-top: 0px;
    padding-bottom: 30px;}
.liucheng span{margin:3px}
.six{    padding: 10px;}.yljd{padding:0}

}
li {list-style:none}
.shi{padding-top:30px;text-align: left;}

.guanggao1 img{width: 32%;}
.guanggao1 {width: 30%;float: left;}
@media screen and (max-width:1400px) {
.guanggao1{display:none;} 
}
	
#mvdiv_1222540_holder{display:inline-block!important}
.guanggao{padding:30px 50px;display:inline-block ;font-size: 18px;  float: right;  border: 1px #d2d2d2 solid;width: 100%;}
@media screen and (max-width:1400px) {
#mvdiv_1222540_holder,.guanggao{display:none!important}
}

.news_a a {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;    
}
.news_b a {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;    
}

.user_topc {
    text-align: center;
    line-height: 2;
    font-size: 15px;    
}
.user_topG {
    text-align: center;
    line-height: 2;
    font-size: 15px;    
}

.user_topc h2 {
    font-size: 18px; 
    color:#ca1212;
}
.user_topG h1 {
    font-size: 18px; 
    color:#ca1212;
}

.footer a {color:#8d8d8d!important}
.footer li a {color:#fff!important}
.swiper_link .swiper-slide{
    width: auto;
}
.Links{
    padding: 10px 0 !important;
}
.Links .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Links .container span{
    padding: 0 8px 0 0 !important;
    min-width: 75px;
}
.Links .container .swiper-slide{
    margin-right: 8px;
}
.Links .container a{
    font-size: 14px;
}
