html,
body {
	width: 100%;
	min-width: 1200px;
	scroll-behavior: smooth;
}

header {
	width: 100%;
	min-width: 1200px;
	height: 125px;
	box-shadow: 1px 1px 0px #ccc;
	position: relative;
	z-index: 9999;
	background-color: #fff;
}

header.cur {
	position: fixed;
	top: 0;
	left: 0;
}

header .top {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
header .top .logo{
    width: 163px;
    height: 54px;
}
header .navBox {
	height: 100%;
}

header .navBox>ul {
	display: flex;
	height: 100%;
}

header .navBox li {
	position: relative;
	height: 100%;
	cursor: pointer;
}

header .navBox a {
	display: block;
	color: #7f7f7f;
	font-size: 18px;
	padding: 0 20px;
	line-height: 125px;
	position: relative;
	box-sizing: border-box;
}

header .navBox li.item>a:after {
	content: '';
	display: none;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #513824;
	left: 0;
	bottom: 0;
}

header .dropDown {
	position: absolute;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background-color: #fff;
	left: 0;
	top: 125px;
	display: none;
}

header .dropDown a {
	line-height: 2;
	margin: 0;
	width: 100%;
	text-align: center;
}

header .dropDown li:hover a {
	color: #fff;
	background-color: #513824;
}

header .topTel {
	color: #513824;
	font-size: 18px;
	font-weight: bold;
}

header .navBox li.item>a.active,
header .navBox li.item>a.active:after,
header .navBox li.item>a:hover,
header .navBox li.item:hover a:after {
	color: #513824;
	display: block;
}

header .navBox li.item:hover .dropDown {
	display: block;
}

.bannerBox {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #513824;
}

.about {
	width: 100%;
	min-width: 1200px;
	height: 794px;
	/*background: url(../images/bg01.png) no-repeat center/cover;*/
}

.container {
	width: 1200px;
	margin: auto;
}

.about .container {
	display: flex;
	height: 100%;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 184px;
	box-sizing: border-box;
}

.about .pic {
	width: 580px;
}

.about .aboutCon {
	width: 580px;
	position: relative;
}

.about .aboutCon h2 {
	color: #513824;
	/* font-weight: normal; */
	font-size: 26px;
	line-height: 1;
	margin-bottom: 50px;
	position: relative;
}

.about .aboutCon h2:after {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	background-color: #513824;
	position: absolute;
	left: 0;
	bottom: -26px;
}

.about .aboutCon>p {
	font-size: 20px;
	line-height: 1.75;
	font-weight: normal;
	border-bottom: 1px solid #76878f;
	margin-bottom: 20px;
}

.about .aboutCon>p span {
	border-bottom: 3px solid #513824;
	padding-bottom: 4px;
}

.about .aboutCon .desc {
	font-size: 18px;
	line-height: 1.75;
}

.about .aboutCon .desc p {
	text-indent: 0 !important;
	margin-bottom: 16px;
}

.history {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	/*background: url(../images/bg04.png) no-repeat center/cover;*/
}

.history .container {
	height: 100%;
	position: relative;
}

.historyBox {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 28%;
	padding: 110px 80px 0;
	box-sizing: border-box;
	background: url(../images/line.png) no-repeat center 20px;
}

.historyBox .tit {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -110px;
	font-size: 18px;
	color: #323232;
}

.historyBox .tit span:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgb(125 125 125 / 50%);
	position: absolute;
	left: calc(50% - 16px);
	top: 34px;
}

.historyBox .tit span:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 9px);
	top: 41px;
}

.historyBox .pic {
	width: 286px;
	height: 180px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}


.historyBox .pic img {
	width: 100%;
	height: 100%;
}

.historyBox .text {
	font-size: 14px;
	color: #323232;
	line-height: 1.5;
	text-align: justify;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 180px;
	left: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 16px;
	box-sizing: border-box;
	transition: 0.5s;
}
.historyBox li:hover .text{
    top: 0;
}



.historyBox h2{
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.historyBox .swiper-button-prev,
.historyBox .swiper-button-next {
	color: #715f50;
	top: 60%;
}

.historyBox .swiper-button-prev {
	left: 0;
}

.historyBox .swiper-button-next {
	right: 0;
}

.video {
	width: 100%;
	min-width: 1200px;
	height: 790px;
	padding: 130px 0;
	box-sizing: border-box;
	/*background: url(../images/bg02.png) no-repeat center;*/
}

.video .container {
	/*height: 530px;*/
}

.index_product {
	width: 100%;
	min-width: 1200px;
	height: 800px;
	/*background: url(../images/bg03.png) no-repeat center -10px;*/
	padding-top: 136px;
	padding-bottom: 136px;
	box-sizing: border-box;
}

.proNav {
	width: 874px;
	height: 80px;
	margin: auto;
	margin-bottom: 70px;
}

.proNav ul {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.proNav li {
	width: 280px;
	height: 100%;
	background-color: #dadada;
	line-height: 80px;
	text-align: center;
	color: #513824;
	font-size: 18px;
}

.proNav li.active {
	background-color: #513824;
	color: #fff;
}

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

.proList ul {
	display: none;
	justify-content: space-between;
}

.proList .text {
	font-size: 24px;
	width: 100%;
	text-align: center;
	color: #513824;
}

footer {
	width: 100%;
	min-width: 1200px;
	height: 800px;
	position: relative;
	background: #f2f2f2 url(../images/footBg.png) no-repeat center;
	padding-top: 110px;
	box-sizing: border-box;
}

.foot_tit {
	text-align: center;
	margin-bottom: 70px;
}

.foot_tit h2 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	color: #323232;
	margin-bottom: 30px;
}

.foot_tit p {
	font-size: 16px;
	color: #7d7d7d;
}

.foot_tel {
	color: #513824;
	text-align: center;
	font-size: 26px;
	margin-bottom: 120px;
}

.foot_tel p {
	font-size: 26px;
	font-weight: bold;
	margin-top: 26px;
}

.foot_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #a0a0a0;
}

.foot_cont dt {
	margin-bottom: 12px;
}

.foot_cont li img {
	display: none;
	width: 150px;
	height: 150px;
	position: absolute;
	max-width: unset;
	top: -160px;
	left: calc(50% - 75px);
	transition: .5s;
}

.foot_cont ul li:hover img {
	display: block;
}

.foot_cont ul {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.foot_cont ul li {
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin: 0 10px;
	position: relative;
}

.foot_cont ul li:first-child {
	width: auto;
	line-height: 36px;
	margin: 0;
	cursor: auto;
}

.foot_cont ul li:nth-child(2) {
	background: url(../images/douyin.png) no-repeat center;
}

.foot_cont ul li:nth-child(3) {
	background: url(../images/weixin.png) no-repeat center/cover;
}

.foot_cont ul li:nth-child(4) {
	background: url(../images/weibo.png) no-repeat center/cover;
}

.foot-wx {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	/*width: 110px;*/
	margin: 20px auto;
	color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page {
	width: 100%;
	min-width: 1200px;
	padding-top: 30px;
}

.pageNav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.pageTit h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 20px;
}

.pageTit p {
	font-size: 22px;
	color: #999;
}

.pageNavList ul ,.aboutNav ul{
	display: flex;
}

.pageNavList a ,.aboutNav a{
	display: block;
	line-height: 50px;
	padding: 0 25px;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 16px;
	margin-left: 20px;
}

.pageNavList .active a,
.pageNavList a:hover,.aboutNav a:hover,
.aboutNav .active a
{
	background-color: #513824;
	color: #fff;
}

.pageCon li {
	margin-bottom: 40px;
	width: 100%;
	height: 260px;
	background-color: #f9f8f8;
	border-bottom-left-radius: 180px;
}

.pageCon a {
	display: flex;
	width: 88%;
	margin: auto;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	margin-left: 10%;
}

.pageCon .pic {
	overflow: hidden;
	width: 270px;
	height: 190px;
	background: url(../images/proBg.png) no-repeat center;
}

.pageCon .text {
	width: 50%;
}

.pageCon .pic img {
	width: auto;
	max-width: unset;
	height: 88%;
	transition: .5s;
	margin-top: 10px;
}

.pageCon .pic:hover img {
	transform: scale(1.2);
}

.pageCon .tit h2 {
	font-size: 30px;
	color: #513824;
	line-height: 1;
	margin-bottom: 28px;
}

.pageCon .tit p {
	font-size: 20px;
	color: #898b8a;
	margin-bottom: 30px;
	line-height: 1;
}

.pageCon .desc {
	font-size: 14px;
	color: #898b8a;
	line-height: 1.5;
	text-align: justify;
}

.ewm {
	position: relative;
	/*padding: 10px;*/
	/*background-color: #fff;*/
	margin-bottom: 17px;
	width: 148px;
}

/*.ewm:after {*/
/*	content: '';*/
/*	display: block;*/
/*	width: 38px;*/
/*	height: 38px;*/
/*	position: absolute;*/
/*	background: url(../images/ewmlogo.jpg) no-repeat center;*/
/*	top: calc(50% - 19px);*/
/*	left: calc(50% - 19px);*/
/*	box-shadow: 0px 0px 0px 2px #ffffff;*/
/*	border: 1px solid #7d7d7d;*/
/*	box-sizing: border-box;*/
/*	border-radius: 4px;*/
/*}*/

.ewmBox p {
	text-align: center;
	font-size: 14px;
}

.pagesize {
	text-align: center;
	margin: 50px auto;
}

.proCon {
	padding-bottom: 240px;
}

.detail {
	width: 100%;
	/* min-height: 500px; */
	background-color: #f4f3f1;
	padding: 40px 30px 0 80px;
	position: relative;
	box-sizing: border-box;
}

.detail:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 110px;
	background-color: #f4f3f1;
	border-bottom-left-radius: 110px;
	bottom: -110px;
	left: 0;
}

.parameter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d4d3d1;
	padding-bottom: 20px;
}

.parameter .picBox {
	vertical-align: top;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 320px;
	/* height: 200px; */
}

.parameter .picBox .pic {
	position: relative;
	width: 100%;
	height: 100%;
}

.parameter .picBox .pic .magnify {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	cursor: move;
	background-color: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}

.parameter .picBox .pic img {
	width: 100%;
	height: auto;
}

.parameter .picBox .bigpic {
	display: none;
	position: absolute;
	top: 0;
	right: -330px;
	width: 320px;
	/* height: 200px; */
	z-index: 333;
	border: 1px solid #fff;
	overflow: hidden;
}

.parameter .picBox .bigpic>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	/* height: 400px; */
	max-width: unset;
}

.parameter .text {
	width: 50%;
}

.parameter .text h2 {
	font-size: 32px;
	color: #513824;
	line-height: 1.5;
	width: 80%;
	border-bottom: 1px solid #e1e0de;
	margin-bottom: 22px;
	font-weight: normal;
}

.parameter .text table {
	font-size: 16px;
	color: #666;
	width: 80%;
}

.parameter .text table td {
	padding-bottom: 24px !important;
}

.introduce h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 40px;
}

.introduce .con {
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}

.tips {
	width: 100%;
	font-size: 16px;
	line-height: 100px;
	box-shadow: 1px 1px 0px 0px #dadada;
	;
	position: relative;
	z-index: 1;
}

.tips .search {
	float: right;
	width: 281px;
	height: 44px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: url(../images/searchBox.png) no-repeat center;
	margin-top: 28px;
	font-size: 14px;
}

.tips .search form {
	display: flex;
	justify-content: space-between;
}


.tips .search input {
	border: none;
	outline: none;
}

.tips .search button {
	width: 24px;
	height: 24px;
	background: url(../images/searchBtn.png) no-repeat center/cover;
	border: none;
	outline: none;
}

#map {
	width: 100%;
	height: 660px;
	line-height: 1.5;
}

.contact .title,
.gfnz .title,
.history .title{
	text-align: center;
	font-size: 70px;
	line-height: 1;
	height: 367px;
	line-height: 367px;
}

.history .title{
    line-height: 1;
    font-size: 30px;
    height: auto;
    position: relative;
    top: 45px;
}

.contact .title span,
.gfnz .title span ,
.history .title span{
	position: relative;
	display: inline-block;
	z-index: 1;
}


.history .title span:before {
	content: 'development history';
	text-transform: uppercase;
	color: #ddd;
	position: absolute;
	z-index: -1;
	width: 692px;
	height: 70px;
	top: -15px;
	left: calc(50% - 346px);
}
.history .title span:after{
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: #513824;
    position: absolute;
    bottom: -15px;
    left: 10%;
}

.contact .title span:before {
	content: 'Welcome to taste';
	text-transform: uppercase;
	color: #eaeaea;
	position: absolute;
	z-index: -1;
	width: 720px;
	height: 70px;
	top: -36px;
	left: calc(50% - 360px);
	text-align: center;
  font-size: 60px;
  display: block;
}

.gfnz .title span:before {
	content: 'Ancient brewing';
	text-transform: uppercase;
	color: #eaeaea;
	position: absolute;
	z-index: -1;
	width: 692px;
	height: 70px;
	top: -36px;
	left: calc(50% - 346px);
}

.contact .title span:after,
.gfnz .title span:after {
	content: '';
	display: block;
	width: 60%;
	height: 5px;
	border-radius: 3px;
	background: #513824;
	position: absolute;
	bottom: 115px;
	left: 20%;
}

.contInfo {
	padding-top: 76px;
	padding-bottom: 100px;
}

.contInfo ul {
	display: flex;
	justify-content: space-between;
}

.contInfo ul li {
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.contInfo ul li .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	background-color: #513824;
	align-items: center;
	justify-content: center;
}

.contInfo ul li .icon img {
	width: 60%;
}

.contInfo ul li p:nth-child(2) {
	font-size: 20px;
}

.contInfo ul li p:last-child {
	font-size: 22px;
}

.news {
	width: 100%;
	padding-top: 38px;
	background-color: #eee;
	padding-bottom: 100px;
}

.news .container:after {
	content: '';
	display: block;
	clear: both;
}

.newsLfet {
	width: 246px;
	float: left;
}

.newsNav {
	width: 100%;
	height: 266px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 35px;
}

.navTit {
	width: 100%;
	height: 93px;
	background-color: #513824;

}

.navTit h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 93px;
	font-weight: normal;
}

.newsNav ul {
	width: 100%;
	padding: 22px 18px;
	box-sizing: border-box;
}

.newsNav a {
	display: block;
	width: 100%;
	line-height: 54px;
	text-align: center;
	background-color: #d1d1d1;
	margin-bottom: 12px;
	font-size: 18px;
	border-radius: 10px;
	color: #333;
}
.newsNav a:hover{
	background-color: #513824;
	color: #fff;
}
.proTj {
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 10px;
	color: #333;
}

.proTit {
	width: 100%;
	font-size: 22px;
	padding-left: 13px;
	position: relative;
	line-height: 1;
	margin-bottom: 40px;
}

.proTit:before {
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	background-color: #513824;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.proTj ul {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;

}

.proTj .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	height: 104px;
}

.proTj li:hover img {
	transform: scale(1.2);
}

.proTj .pic img {
	max-width: unset;
	width: 100%;
	height: 100%;
	transition: .5s;
}

.proTj h3 {
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}

.newsRight {
	float: right;
	width: 954px;

}

.newsRight .newsList ul {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly; */
}

.newsRight .newsList ul:after {
	content: '';
	display: block;
	clear: both;
}

.newsList li {
	width: 350px;
	float: left;
	margin: 0 63.5px 16px;
}

.newsList .pic {
	width: 100%;
	height: 188px;
	border-radius: 10px;
	overflow: hidden;
}

.newsList .tit {
	font-size: 18px;
	line-height: 2em;
}

.newsList .desc {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
}

.newsList .date {
	margin-top: 20px;
	width: 100%;
	height: 28px;
	border-top: 1px solid #d7d7d7;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}

.newsList .date span {
	float: right;
	color: #513824;
}

.newsCon {
	width: 95%;
	margin-left: 5%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}

.newsCon .tit {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 2em;
	margin-bottom: 20px;
}

.newsCon .tit h1 {
	font-size: 26px;
	color: #333;
	line-height: 2em;
}

.Article {
	border-top: 1px solid #666;
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	min-height: 798px;
	position: relative;
}

.Article p {
	text-indent: 2em;
}

.Article .paging {
	width: 100%;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	justify-content: space-between;
}

.Article .paging a:hover {
	color: #513824;
	text-decoration: underline;
}

a.aboutMore {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    background-color: rgb(81 56 36);
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #513824;
    color: #fff;
    font-weight: bold;
}
/*a.aboutMore:hover{*/
/*    color: #fff;*/
/*    border-color: #513824;*/
/*    background-color: #513824;*/
/*}*/
.aboutNav ul:after {
	content: '';
	display: block;
	clear: both;
}

.aboutNav {
	margin-bottom: 50px;
	margin-top: 20px;
}

/*.aboutNav li {*/
/*	float: left;*/
/*	margin-right: 50px;*/
/*}*/

/*.aboutNav a {*/
/*	font-weight: bold;*/
/*	font-size: 16px;*/
/*	color: #666;*/
/*}*/

/*.aboutNav li.active a {*/
/*	color: #513824;*/
/*}*/

.jj {
	margin-bottom: 80px;
}

.gczs {
	position: relative;
	margin-bottom: 45px;
}

.gczsList {
	width: 92%;
	overflow: hidden;
	margin: auto;
}

.gczs .swiper-button-next {
	right: 0;
}

.gczs .swiper-button-prev {
	left: 0;
}

.gczs .swiper-button-prev:after,
.gczs .swiper-button-next:after {
	color: #999;
}

#Culture {
	position: absolute;
	top: 10px;
	height: 1px;
	width: 100%;
}

div#Cul {
	padding-top: 45px;
	color: #666;
	font-size: 16px;
	padding-bottom: 126px;
}

div#Cul .title h2 {
	text-align: center;

	font-size: 28px;
	color: #333;
	margin-bottom: 60px;
}

div#Cul .title h2 span {
	position: relative;
}

div#Cul .title h2 span:after {
	content: '';
	display: block;
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: -31.5px;
	height: 3px;
	background-color: #513824;
}

.ppls {
	width: 920px;
	margin: 125px auto;
	background-image: linear-gradient(to left, transparent 50%, #513824 50%, #513824 50.1%, transparent 50.1%, transparent 100%);
}

.ppls li {
	width: 45%;
	position: relative;
	border-radius: 16px;
	background-color: #f6f6f6;
	margin-bottom: 50px;
	padding-bottom: 1px;
}

.ppls li:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #513824;
	border-radius: 50%;
	top: 30%;
	right: -13.4%;
}

.ppls li:nth-child(2n) {
	margin-left: 55%;
}

.ppls li:nth-child(2n):after {
	right: unset;
	left: -13.4%;
}

.ppls li .pic {
	position: relative;
	overflow: hidden;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
}

.ppls li .pic .tit {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #513824;
	color: #fff;
	line-height: 2;
	padding: 0 10px;
	font-size: 16px;
	border-bottom-left-radius: 18px;
}

.ppls li .desc {
	width: 90%;
	margin: 20px auto;
}

.joinList li {
	padding: 70px 0;
}

.joinList li:nth-child(2n) {
	background-color: #f9f9f9;
}

.joinList li .joinBox {
	width: 1200px;
	margin: auto;
}

.joinBox .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	color: #513824;
	border-bottom: 1px solid #e5e5e5;
	line-height: 2;
}

.joinBox .tit h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 2;
	padding-left: 51px;
	background: url(../images/joinBg.png) no-repeat left 7px;
	padding-bottom: 10px;
}

.joinCon {
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
}

.joinCon div {
	width: 48%;
}

.joinCon h3 {
	font-size: 22px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: normal;
}
.sjzs{
    margin-top: 50px;
}
.sjzs ul {
    display: flex;
    justify-content: space-between;
}
.sjzs li {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #7d7d7d;
    box-sizing: border-box;
    padding-top: 22px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    background-color: rgba(255,255,255,.5);
    cursor: pointer;
}
.sjzs li:nth-child(1):hover{
    color: #fff;
    /*background-color: #513824;*/
    border-color: #513824;
    background-image: url('../images/zdmj.png');
}
.sjzs li:nth-child(2):hover{
    color: #fff;
    /*background-color: #513824;*/
    border-color: #513824;
    background-image: url('../images/ncl.jpg');
}
.sjzs li:nth-child(3):hover{
    color: #fff;
    /*background-color: #513824;*/
    border-color: #513824;
    background-image: url('../images/ccl.jpg');
}



.sjzs li span {
    font-size: 20px;
    font-weight: bold;
}
.num-item {
    display: inline-block;
    width: 12px;
    height: 24px;
    margin: 0 0px;
    /*font-size: 50px;*/
    overflow: hidden;
    font-weight: bold;
}