body{font-size:14px; font-family:"微软雅黑"; background:#fff;}
.fr{ float:right;}
.fl{ float:left;}
.fn{ float:none;}
.f2{ font-size:12px;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration: none;}
ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#c8161d;}
div a:hover{ color:#c8161d;}
input,form,select,textarea{ margin:0px;padding:0px; outline:medium; border:0; border-radius:0; background:none; font-family:"微软雅黑"; font-size:14px;}
i,em{ font-style:normal;}
.mo{ margin: 0 auto;}
.most{ width:100%; height:auto; overflow:hidden; display:block;}
.roundBorder{border-radius: 15px;} 
.clear{ clear:both; height:0; overflow:hidden;} 
.dsk{ width:100%; height:100%; display:block; overflow:hidden;}
/*定位*/
.pr{ position: relative;}
.pa{ position: absolute;}
.pf{ position: fixed;}
/*块级转换*/
.db { display: block;}
.dn { display: none;}
.di { display: inline;}
.dib { display: inline-block;}
/*清除浮动*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}
/*首页*/
a { 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.lazy{width:100%;height:100%;background: url(../images/loading.gif) 50% no-repeat;}
.w1200 { width: 1200px; margin: 0 auto;}
.header {
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.05);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}
.header-margin {
	height: 80px;
}
.logo {
	width: 344px;
	padding-top: 10px;
}
.logo a {
	display: block;
}
.nav {
	width: 840px;
}
.nav ul {
	overflow: hidden;
}
.nav li {
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	height: 80px;
	text-align: center;
}
.nav li a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	position: relative;
}
.nav li a.active:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 4px;
	background: #c8161d;
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -50%;
}
.footer-inner {
	padding: 40px 0 58px;
	background: url(../images/footer-bg.png) no-repeat left bottom #f2f2f2;
}
.footer-logo {
	width: 145px;
	margin: 0 auto 20px;
}
.footer-logo a {
	display: block;
}
.footer-nav {
	margin-bottom: 50px;
	text-align: center;
}
.footer-nav a {
	font-size: 14px;
	color: #333;
}
.footer-nav span {
	margin: 0 55px;
	color: #c8c8c8;
}
.contact-item {
	padding: 0 30px;
	padding-top: 30px;
	height: 118px;
	background: #fff;
	border: 1px #e6e6e6 solid;
}
.contact-item h3 {
	margin-bottom: 20px;
	padding-left: 12px;
	border-left: 4px #c8161d solid;
	font-size: 16px;
	color: #333;
}
.contact-bar {
	display: flex;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
}
.contact-bar img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.footer-contact {
	position: relative;
}
.footer-contact .swiper-button-prev,.footer-contact .swiper-button-next {
	width: 40px;
	height: 40px;
}
.footer-contact .swiper-button-prev {
	left: -60px;
	background: url(../images/sleft-2.png);
}
.footer-contact .swiper-button-next {
	right: -60px;
	background: url(../images/sright-2.png);
}
.footer-btm {
	width: 100%;
	background: #ccc;
}
.footer-btm-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	font-size: 12px;
	color: #666;
}
.link a {
	color: #666;
	margin-right: 10px;
}
.copyright span {
	margin-left: 45px;
}
.banner-slide {
	width: 100%;
	max-width: 1903px;
	margin: 0 auto;
	height: 720px;
}
.banner-img {
	width: 100%;
	height: 720px;
	overflow: hidden;
	position: relative;
}
.banner-img img {
	width: 1920px;
	height: 720px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.banner-slide .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: none;
	border: 3px #fff solid;
	opacity: 1;
}
.banner-slide .swiper-pagination-bullet-active {
	border: 3px #c8161d solid;
}
.brand-wrap {
	padding: 60px 0 30px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/hill.jpg) no-repeat right center;
}
.index-tit {
	margin-bottom: 60px;
	text-align: center;
}
.brand {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/smoke.png) no-repeat center 364px;
}
.brand-left {
	width: 540px;
}
.brand-info {
	padding: 70px 0;
	background: url(../images/lajiao.png) no-repeat left top;
	font-size: 16px;
	line-height: 38px;
}
.more-btn {
	display: block;
	width: 240px;
	height: 40px;
	border: 1px #c8161d solid;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #c8161d;
}
.more-btn:hover {
	background: #c8161d;
	color: #fff;
}
.wa {
	width: 100%;
	height: 52px;
	background: url(../images/wa.png) repeat-x;
}
.pro-wrap {
	padding: 60px 0 30px;
}
.pro-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 90px;
	display: flex;
	background: url(../images/pro-bg.png) no-repeat right bottom;
}
.pro-slide {
	width: 960px;
	height: 600px;
	margin-left: 0 !important;
	margin-right: 70px !important;
}
.pro-slide img {
	width: 960px;
	height: 600px;
}
.pro-slide>.swiper-pagination {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	text-align: right;
	bottom: 30px !important;
}
.pro-slide .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: none;
	border: 3px #fff solid;
	opacity: 1;
}
.pro-slide .swiper-pagination-bullet-active {
	border: 3px #c8161d solid;
}
.pro-info {
	width: 526px;
}
.pro-con {
	padding: 40px 0 60px;
	width: 390px;
	font-size: 16px;
	line-height: 38px;
}
.pro-link {
	margin-bottom: 30px;
	display: flex;
}
.pro-link a {
	display: block;
	padding: 10px;
	width: 56px;
	height: 218px;
	margin-right: 50px;
	border: 1px #e6e6e6 solid;
}
.pro-link span {
	display: block;
	width: 20px;
	height: 174px;
	padding: 44px 18px 0;
	background: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 32px;
}
.pro-link a.active {
	border: 1px #c8161d solid;
}
.pro-link a.active span {
	background: #c8161d;
	color: #fff;
}
.pro-link a:hover {
	border: 1px #c8161d solid;
}
.pro-link a:hover span {
	background: #c8161d;
	color: #fff;
}
.pro-more {
	display: block;
	width: 25px;
	height: 14px;
	background: url(../images/right.png) no-repeat;
	transition: all 0.3s;
}
.pro-more:hover {
	transform: translateX(10px);
}
.pro-list {
	display: flex;
	justify-content: center;
}
.pro-item {
	width: 200px;
	height: 200px;
	margin: 0 15px;
	border-radius: 50%;
	overflow: hidden;
}
.pro-item img {
	width: 200px;
	height: 200px;
}
.news {
	padding: 110px 0 70px;
	background: url(../images/smoke.png) no-repeat left top;
}
.news-container {
	display: flex;
	justify-content: space-between;
}
.news-list {
	width: 610px;
}
.news-list li {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-time {
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px #e6e6e6 solid;
	color: #333;
}
.news-time h3 {
	font-size: 46px;
	font-family: '宋体';
}
.news-time p {
	font-size: 16px;
}
.news-time span {
	display: block;
	width: 60px;
	height: 1px;
	background: #e6e6e6;
}
.news-info {
	width: 490px;
}
.news-name {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-name a {
	color: #333;
}
/*.news-name a:hover {
	font-weight: bold;
}*/
.news-con {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list li:hover{
	cursor: pointer;
}
.news-list li:hover .news-time {
	background: #c8161d;
	border: 1px #c8161d solid;
	color: #fff;
}
.news-list li:hover .news-time span {
	background: #fff;
}
.news-list li:hover .news-con {
	color: #333;
}
.news-list li:hover a{
	font-weight: bold;
	color: #c8161d;
}
.news-show {
	width: 520px;
}
.news-img {
	width: 520px;
	height: 290px;
	overflow: hidden;
}
.news-img a {
	display: block;
}
.news-img img {
	width: 520px;
	height: 290px;
	transition: all 0.3s;
}
.news-show:hover{
	cursor: pointer;
}
.news-show:hover img{
	transform: scale(1.1);
}
.news-show:hover a,.news-show:hover h3{
	color: #c8161d;
}
/*.news-img:hover img {
	transform: scale(1.1);
}*/
.news-content {
	padding: 0 28px;
	height: 190px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #f2f2f2;
}
.news-content h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-content a {
	color: #333;
}
.news-p {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .more-btn {
	margin: 0 auto;
}
/* 公司简介 */
.inside-banner {
	width: 100%;
	height: 780px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/inside-bg.jpg) no-repeat center center;
	position: relative;
	overflow: hidden;
}
.inside-content {
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
	height: 450px;
	background: url(../images/smoke.png) no-repeat 17px 350px;
}
.inside-info {
	/*width: 470px;*/
	width: 491px;
	margin-left: 115px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	letter-spacing: 2px;
}
.inside-info img {
	margin-bottom: 35px;
}
.inside-img {
	padding-top: 30px;
	width: 480px;
}
.inside-img img {
	width: 480px;
	height: 270px;
}
.container {
	padding: 40px 0;
}
.stutas-bar {
	margin-bottom: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.your-position {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.your-position img {
	margin-right: 5px;
}
.your-position a {
	color: #666;
}
.sub-nav a {
	display: inline-block;
	width: 160px;
	height: 40px;
	margin-left: 20px;
	border: 1px #c8161d solid;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #c8161d;
}
.sub-nav a.active {
	background: #c8161d;
	color: #fff;
}
.about {
	padding-bottom: 20px;
	background: url(../images/about-img.jpg) no-repeat right bottom;
}
.about-inner {
	width: 600px;
}
.about-con {
	padding: 35px 0;
	margin-bottom: 35px;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 14px;
	line-height: 32px;
	color: #333;
}
.about-con p {
	margin-bottom: 35px;
}
.about-con p:last-child {
	margin-bottom: 0;
}
.about-con b {
	font-size: 18px;
}
.about-list li {
	display: flex;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.about-list li:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #c8161d;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.about-list li span {
	display: block;
	width: 127px;
}
/* 品牌历程 */
.bb-img {
	margin-bottom: 35px;
}
.story li {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	border: 1px #e6e6e6 solid;
}
.story li.fan {
	flex-direction: row-reverse;
}
.story-info {
	width: 560px;
	padding: 55px;
	padding-bottom: 0;
}
.story-info span {
	margin-bottom: 40px;
	font-size: 48px;
	color: #c8161d;
}
.story-info em {
	font-size: 14px;
}
.story-info p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.story-img {
	width: 540px;
	height: 318px;
	position: relative;
}
.story-img img {
	width: 540px;
	height: 318px;
}
.story-img i {
	display: block;
	width: 6px;
	height: 207px;
	background: url(../images/dot.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -103px;
	right: 50px;
	left: auto;
	z-index: 9;
}
.story li.fan i {
	left: 50px;
	right: auto;
}
/* 新闻列表 */
.xinwen {
	display: flex;
	justify-content: space-between;
}
.xinwen-left {
	width: 780px;
}
.xinwen-top {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.xinwen-big {
	width: 520px;
	height: 290px;
	overflow: hidden;
}
.xinwen-big a {
	display: block;
	width: 520px;
	height: 290px;
	position: relative;
}
.xinwen-big img {
	width: 520px;
	height: 290px;
	transition: all 0.3s;
	object-fit: cover;
}
.xinwen-big-info {
	width: 100%;
	height: 180px;
	padding: 25px;
	padding-bottom: 0;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	color: #fff;
	position: absolute;
	bottom: -110px;
	transition: all 0.3s;
}
.xinwen-big-info h3 {
	margin-bottom: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xinwen-big-info p {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
}
.xinwen-big:hover img {
	transform: scale(1.1);
}
.xinwen-big:hover .xinwen-big-info {
	bottom: 0;
}
.xinwen-small {
	width: 250px;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.xinwen-small-item {
	width: 250px;
	height: 140px;
	overflow: hidden;
}
.xinwen-small-item a {
	display: block;
	width: 250px;
	height: 140px;
	position: relative;
}
.xinwen-small-item img {
	width: 250px;
	height: 140px;
	transition: all 0.3s;
}
.xinwen-small-info {
	width: 100%;
	height: 70px;
	padding: 13px 19px 0;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.xinwen-small-info p {
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xinwen-small-item:hover img {
	transform: scale(1.1);
}
.xinwen .news-list {
	width: 100%;
}
.xinwen .news-info {
	width: 650px;
}
.xinwen-right {
	width: 345px;
}
.xinwen-right h4 {
	margin-bottom: 25px;
	font-size: 20px;
	color: #333;
}
.read-list li {
	padding-left: 34px;
	margin-bottom: 25px;
	position: relative;
	font-size: 15px;
	color: #333;
}
.read-list i {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: #b3b3b3;
	position: absolute;
	top: 0;
	left: 0;
}
.read-list li:nth-child(1) i {
	background: #c8161d;
}
.read-list li:nth-child(2) i {
	background: #c8161d;
}
.read-list li:nth-child(3) i {
	background: #c8161d;
}
.read-list a {
	color: #333;
}
/* 新闻详情 */
.xinwen-detail {
	padding: 50px;
	border: 1px #e6e6e6 solid;
}
.xinwen-tit {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px #e6e6e6 dashed;
	text-align: center;
}
.xinwen-tit h3 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 26px;
	color: #333;
}
.xinwen-stu {
	display: flex;
	justify-content: space-around;
	font-size: 14px;
	color: #999;
}
.xinwen-stu img {
	width: 18px;
	height: 15px;
	margin-right: 8px;
}
.xinwen-content {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px #e6e6e6 dashed;
	font-size: 14px;
	line-height:30px;
	color: #666666;
}
.xinwen-content img{max-width: 100%;height: auto;}
.xinwen-btm {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.xinwen-page {
	width: 530px;
}
.xinwen-page-bar {
	padding: 8px 0;
	padding-left: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #999;
	position: relative;
}
.xinwen-page-bar img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.xinwen-page-bar a {
	font-size: 15px;
	color: #999;
}
.back-list {
	padding-left: 27px;
	background: url(../images/list.png) no-repeat left center;
	font-size: 15px;
	color: #666;
}
/* 产品中心 */
.cp-content {
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
	align-items: center;
}
.cp-img {
	width: 660px;
	height: 410px;
}
.cp-img img {
	width: 660px;
	height: 410px;
}
.cp-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cp-list ul:after {
	display: block;
	content: '';
	width: 380px;
}
.cp-list li {
	width: 380px;
	height: 240px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.cp-list img {
	width: 380px;
	height: 240px;
}
.cp-info {
	width: 380px;
	height: 240px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 9;
	transition: all 0.3s;
}
.cp-info-box {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px #fff solid;
	color: #fff;
}
.cp-info-box h3 {
	font-size: 18px;
}
.cp-info-box p {
	font-size: 14px;
}
.cp-info-box span {
	display: block;
	width: 300px;
	margin: 20px 0;
	border-bottom: 1px #fff dashed;
}
.cp-list li:hover .cp-info {
	bottom: 0;
}
/* 直营门店 */
.shop ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shop ul:after {
	display: block;
	content: '';
	width: 380px;
}
.shop li {
	width: 380px;
	margin-bottom: 50px;
	transition: all 0.3s;
}
.shop li:hover {
	transform: translateY(-20px);
	box-shadow: 0 10px 10px rgba(0,0,0,.05);
}
.shop-img {
	width: 380px;
	height: 240px;
}
.shop-img img {
	width: 380px;
	height: 240px;
}
.shop-info {
	padding: 30px;
	border: 3px #e6e6e6 solid;
	border-top: none;
}
.shop li:hover .shop-info {
	border: 3px #fff solid;
	border-top: none;
}
.shop-tit {
	margin-bottom: 20px;
	text-align: center;
}
.shop-tit h3 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
}
.shop-tit span {
	display: block;
	width: 20px;
	height: 6px;
	margin: 0 auto;
	background: #bd1a21;
}
.shop-contact-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop-contact-bar i {
	display: block;
	width: 36px;
	height: 36px;
}
.shop-icon1 {
	background: url(../images/shop-icon1.png);
}
.shop-icon2 {
	background: url(../images/shop-icon2.png);
}
.shop-icon3 {
	background: url(../images/shop-icon3.png);
}
.shop li:hover .shop-icon1 {
	background: url(../images/shop-icon1-h.png);
}
.shop li:hover .shop-icon2 {
	background: url(../images/shop-icon2-h.png);
}
.shop li:hover .shop-icon3 {
	background: url(../images/shop-icon3-h.png);
}
.shop-contact-p {
	padding: 10px 0;
	width: 270px;
	height: 35px;
	display: flex;
	align-items: center;
	border-bottom: 1px #e6e6e6 dashed;
	font-size: 14px;
	color: #333;
}

/* 加盟声明 */
.jia {
	padding: 40px 120px;
	border: 1px #e6e6e6 solid;
}

.jia-tit {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px #d9d9d9 dashed;
	text-align: center;
	font-size: 26px;
	color: #333;
}

.jia-letter {
	margin-bottom: 70px;
	padding: 60px;
	background: #f2f2f1;
}

.jia-letter-content {
	line-height:30px;
	color: #666666;
	background: url(../images/lajiao.png) no-repeat right bottom;
}

.six {
	background: url(../images/world.jpg) no-repeat;
}

.six-tit {
	margin-bottom: 50px;
	font-size: 20px;
	color: #333;
}

.six ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.six li {
	margin-bottom: 30px;
	padding: 0 50px;
	width: 50%;
	box-sizing: border-box;
	line-height: 26px;
	position: relative;
}

.six li:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #c8161d;
	position: absolute;
	top: 7px;
	left: 37px;
}

.six li h3 {
	font-size: 16px;
	color: #333;
}

.six li p {
	font-size: 14px;
	color: #666;
}

/* 联系方式 */
.contact-map {
	margin-bottom: 70px;
	width: 1200px;
	height: 640px;
}

.contact-list {
	padding: 0 20px;
}

.contact-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-list li {
	width: 560px;
	height: 220px;
	padding-top: 47px;
	padding-left: 67px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 1px #e6e6e6 solid;
	transition: all 0.3s;
}

.contact-list li:hover {
	transform: translateX(-20px);
	border: 1px #c8161d solid;
}

.c1 {
	background: url(../images/c-bg1.jpg) no-repeat 330px 50px #fbfbfb;
}

.c2 {
	background: url(../images/c-bg2.jpg) no-repeat 330px 50px #fbfbfb;
}

.c3 {
	background: url(../images/c-bg3.jpg) no-repeat 330px 50px #fbfbfb;
}

.c4 {
	background: url(../images/c-bg4.jpg) no-repeat 330px 50px #fbfbfb;
}

.c5 {
	background: url(../images/c-bg5.jpg) no-repeat 330px 50px #fbfbfb;
}

.c6 {
	background: url(../images/c-bg6.jpg) no-repeat 330px 50px #fbfbfb;
}

.contact-list h3 {
	margin-bottom: 35px;
	padding-left: 10px;
	border-left: 6px #c8161d solid;
	font-size: 18px;
	color: #333;
}

.contact-list .contact-bar {
	align-items: center;
}

.contact-list li span {
	color: #c8161d;
}

.contact-list li:hover span {
	color: #c8161d;
	font-size: 30px;
	font-weight: bold;
}

/* 招聘信息 */
.job-tit {
	display: flex;
	background: #c8161d;
}

.job-tit span {
	display: block;
	height: 72px;
	border-right: 1px #fff solid;
	text-align: center;
	line-height: 72px;
	font-size: 15px;
	color: #fff;
}

.job-bar {
	display: flex;
	border: 1px #f2f2f2 solid;
	border-top: none;
}

.job-bb {
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #333;
}

.job-bb h3 {
	font-weight: bold;
}

.job-bb span {
	color: #999;
}

.job-btn {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/job-right.png) no-repeat;
	transition: all 0.3s;
}

.job-btn.active {
	transform: rotate(90deg);
}

.job-content {
	display: none;
	padding: 40px 60px;
	background: #f2f2f2;
    line-height: 27px;
    color: #000;
    font-size: 15px;
}

.sqnf-md{width: 336px;height: 113px;padding: 15px;}
.sqnf-md h4{font-size:17px;margin-bottom:10px;}
.sqnf-md p{font-size: 14px;line-height:28px;}


.food-slide {
	width: 1200px;
	margin: 0 auto;
}

.food-slide img {
	width: 200px;
	height: 200px;
}