.overall{
	width: 100%;
    overflow: hidden;
}

.header{
	width: 100%;
	height: 87px;
	background: #fff;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: static;
	
}
.header .hCon{
	width: 1900px;
	margin: 0 auto;
}
.header .hCon .hcLogo{
	width: 262px;
	height: 87px;
	padding-right: 10px;
	padding-left: 80px;
	float: left;
}
.header .hCon .hcLogo a{
	width: 262px;
	height: 87px;
	display: block;
}
.header .hCon .hcLogo img{
	width: 262px;
	height: 87px;
	display: block;
	left: 5%;
}
.header .hCon .hcNav{
	float: right;
	height: 87px;
	width: 65%;
}
.header .hCon .hcNav .hcnItem{
	width: 10%;
	height: 92px;
	line-height: 92px;
	font-size: 16px;
	color: #362d29;
	position: relative;
	text-align: center;
	float: left;
}
.header .hCon .hcNav .hcnItem .title a{
	height: 92px;
	display: block;
	font-size: 16px;
	color: #362d29; 
}
.header .hCon .hcNav .activeItem .title a{
	color: #d92f16;
}
.header .hCon .hcNav .hcnItem a:hover{
	color: #d92f16;
}
.header .hCon .hcNav .hcnItem .list{
	width: 150px;
	padding-left: 18px;
	padding-right: 18px;
	background: #fff;
	position: absolute;
	z-index: 999;
	display: none;
	top: 73px;
	left: -12px;
	box-sizing: border-box;
}
.header .hCon .hcNav .hcnItem .list p{
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;	
	margin: 0 auto;
}
.header .hCon .hcNav .hcnItem .list p:last-child{
	border-bottom: 0px;
}
.header .hCon .hcNav .hcnItem .list p a{
	height: 54px;
	display: block;
	font-size: 14px;
	color: #333;
}
.header .hCon .hcNav .hcnItem .list .current a{
	color: #d92f16;
}
.header .hCon .hcNav .hcnItem .list p a:hover{
	color: #d92f16;
}




.header .hCon .hcRight{
	padding-top: 32px;
	float: right;
	overflow: hidden;
}
.header .hCon .hcRight .img{
	width: 212px;
	height: 31px;
	padding-right: 0px;
	float: left;
}
.header .hCon .hcRight .img img{
	width: 212px;
	height: 31px;
	display: block;
}
.header .hCon .hcRight .txt{
	height: 56px;
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	border-left: 1px solid #837d7b;
	padding-left: 21px;
	padding-top: 6px;
	margin-top: 10px;
	float: right;
}
.media{
	width: 100%;
	display: flex; /* 设置为flex布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
}
.media .mQuickMark{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.media .mQuickMark .mqmCon{
	display: table;
	margin: 0 auto;
}
.media .mQuickMark .mqmItem{
	width: 142px;
	float: left;
}
.media .mQuickMark .mqmItem .img{
	width: 115px;
	height: 113px;
	margin: 30px;
}
.media .mQuickMark .mqmItem .img img{
	width: 115px;
	height: 113px;
	display: block;
}
.media .mQuickMark .mqmItem .txt{
	height: 5px;
	line-height: 5px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 30px;
}
.media .mBottom{
	width: 100%;
	background: #f4f6f7;
}
.media .mBottom .mbCon{
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	padding-top: 82px;
	text-align: center;
}
.media .mBottom .mbCon .bTxt{
	line-height: 26px;
	font-size: 16px;
	color: #333333;
}
.media .mBottom .mbCon .sTxt{
	line-height: 18px;
	font-size: 12px;
	color: #acacac;
}

.footer{
	width: 100%;
	height: 270px;
	background: url(../jpg/index_bg_img_02.jpg) no-repeat center top;
}
.footer .fCon{
	width: 1200px;
	height: 159px;
	padding-top: 70px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .fCon .fcLeft{
	width: 107px;
	height: 71px;
	padding-left: 46px;
	float: left;
}
.footer .fCon .fcLeft img{
	width: 107px;
	height: 71px;
	display: block;
}
.footer .fCon .fcNav{
	float: right;
}
.footer .fCon .fcNav .fcnItem{
	width: 132px;
	float: left;
	padding-left: 12px;
}
.footer .fCon .fcNav .fcnItem .title{
	height: 26px;
	line-height: 26px;
	padding-bottom: 6px;
	font-size: 12px;
	color: #ffffff;	
	cursor: pointer;
}
.footer .fCon .fcNav .fcnItem .title a{
	font-size: 12px;
	color: #ffffff;	
	display: block;
}
.footer .fCon .fcNav .fcnItem .title a:hover{
	text-decoration: underline;
}
.footer .fCon .fcNav .fcnItem ul li{
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #939393;
}
.footer .fCon .fcNav .fcnItem ul li a{
	height: 22px;
	line-height: 22px;
	display: block;
	font-size: 12px;
	color: #939393;
}
.footer .fCon .fcNav .fcnItem ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer .fBottom{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #444;
}
.footer .fBottom .fbCon{
	width: 1200px;
	font-size: 12px;
	color: #b2b2b2;;
	margin: 0 auto;
}
.main{
	width: 100%;
	font-size:0;
}
.main .coffee5{
	width: 100%;
	height: 900px;
	display: flex; /* 设置为flex布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
	background: url(../jpg/coffee5-background.jpg) no-repeat center bottom;
}
.main .coffee5 a{
	display: block;
	float:left;
	margin-left: 100px;
	margin-top: 5px;
}
.main .coffee1{
	width: 100%;
	height: 950px;
	display: flex; /* 设置为flex布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
	background: url(../jpg/background.jpg) no-repeat center bottom;
}

.main .coffee1 a{
	display: block;
	float:left;
	margin-left: 40px;
	margin-top: 80px;
}

.main .coffee1 .coffee1-2 a{
	display: block;
	float:left;
	margin-top: 30px;
}
.main .coffee2{
	width: 100%;
	height: 950px;
	display: flex; /* 设置为flex布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
	background: url(../jpg/background-2.jpg) no-repeat center bottom;
}

.main .coffee2 a{
	display: block;
	float:left;
	margin-left: 10px;
	margin-top: 60px;
}

.main .coffee2 .coffee2-2 a{
	display: block;
	float:left;
	margin-top: 5px;
}

.main .coffee4{
	width: 100%;
	height: 900px;
	display: flex; /* 设置为flex布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
	background: url(../jpg/background-3.jpg) no-repeat center bottom;
}

.main .coffee4 a{
	display: block;
	float:left;
	margin-left: 40px;
	margin-top: 100px;
}

.main .coffee4 .coffee4-2 a{
	display: block;
	float:left;
	margin-top: 50px;
}

.main .xxdt{
	width: 100%;
	height: 1500px;
	background: url(../jpg/background-4.jpg) no-repeat center bottom;
}

.main .xxdt .row{
	width: 100%;
	display: flex; /* 将子元素水平布局 */
	align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 设置子元素之间的空白区域为等距分布 */
}


.main .xxdt .row a{
	display: block;
	float:left;
    height: auto; /* 保持高度自适应 */
	margin: 200px auto;
}

.main .xxdt .row1{
	width: 100%;
	display: flex; /* 将子元素水平布局 */
	align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 设置子元素之间的空白区域为等距分布 */
}


.main .xxdt .row1 a{
	display: block;
	float:left;
    height: auto; /* 保持高度自适应 */
	margin: 0px auto;
}

.main .xxdt .row1 a .col{
	margin-top: -30px;
}


.main .ppjj{
	width: 100%;
	height: 1700px;
	background: url(../jpg/background-5.jpg) no-repeat center bottom;
}


.main .ppjj .row{
	width: 100%;
	display: flex; /* 将子元素水平布局 */
	align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 设置子元素之间的空白区域为等距分布 */
}

.main .ppjj .row a{
	display: block;
    height: auto; /* 保持高度自适应 */
	margin: 120px auto; /* 设置链接之间的空白距离 */
}

.main .ppjj .row1{
	width: 100%;
	display: flex; /* 将子元素水平布局 */
	align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 设置子元素之间的空白区域为等距分布 */
}

.main .ppjj .row1 a{
	display: block;
    height: auto; /* 保持高度自适应 */
	margin: 0px auto; /* 设置链接之间的空白距离 */
}

.main .qyzr{
	width: 100%;
	height: 1700px;
	background: url(../jpg/background-6.jpg) no-repeat center bottom;
}

.main .qyzr .row{
	width: 100%;
	display: flex; /* 将子元素水平布局 */
	align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 设置子元素之间的空白区域为等距分布 */
}
.main .qyzr .row a{
	display: block;
    height: auto; /* 保持高度自适应 */
	margin: 120px auto; /* 设置链接之间的空白距离 */
}

.main .qyzr .row1{
	width: 100%;
	display: flex; /* 将子元素水平布局 */
	align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 设置子元素之间的空白区域为等距分布 */
}
.main .qyzr .row1 a{
	display: block;
    height: auto; /* 保持高度自适应 */
	margin: 0px auto; /* 设置链接之间的空白距离 */
}

.main .mItem{
	width: 100%;
	display: flex; /* 设置为flex布局 */
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
}