/* 通用头部导航 */
.header{
	height: 100px;
	background: #fff;
	/* box-shadow: 0px 2px 8px #f2f2f2; */
	box-shadow: 0 2px 4px 0 hsla(0,0%,40%,.2);
	margin-bottom: 0;
	z-index: 10000;
	/* position: relative; */
	
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	
}


.header .logo{
	position: absolute;
	top: 10px;
	left: 0;
	width: 260px;
	height: 80px;
	line-height: 80px;
	font-family: '微软雅黑';
	font-size:30px;
	color: #c9020c;
	/* background: url(../image/logo.png) no-repeat; */
}
.header .nav{
	width: 840px;
	height: 100px;
	margin-left: 300px;
	text-align: left;
	font-size: 0;
	position: relative;
	
}

.header .block {
    width: 50px;
    height: 4px;
    background: #c9020c;
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 99;
	border-radius:200px;
}

.header .nav a{
	display: inline-block;
	text-align: center;
	width: 80px;
	margin-right: 20px;
	margin-left:20px;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333;
	vertical-align: top;
}
.header .nav a.curr{
	color: #c9020c;
	font-weight:500;
}

.header .nav a:hover{
	/* color: #c9020c; */
	/* transition: 0.1s; */
}

.header .tel{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 100px;
}

.header .tel .tip{
	color: #333;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 4px;
}

.header .tel .num{
	color: #cfa052;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

.con-box{
	 font-size: 0;
	 text-align: center;
}
.con-box img{
	width: 100%;
	/* max-width: 1920px; */
	height: auto;
	vertical-align: middle;
	text-align: center;
}

.footer {
	height: 262px;
	background: #111a2b;
	color: #fff;
	overflow: hidden;
}

.footer .txt1 {
	padding-top: 60px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing:2px;
	padding-bottom: 14px;
}

.footer .left-cot .txt2 {
	font-size: 14px;
}
.footer .left-cot .txt2 .tip{
	padding: 0 2px 0 0;
}
.footer .left-cot .txt2 .num{
	font-size: 24px;
	font-weight: 600;
	padding-right: 10px;
}


.footer .copy-right {
	height: 49px;
	border-top: 1px solid #525252;
	text-align: center;
	line-height: 50px;
	margin-top: 24px;
}

.footer .copy-right a{
	color: #fff;
}
.footer .copy-right a:hover{
	text-decoration: underline;
}

.footer .right-cot {}

.qr-code {
	padding-top: 30px;
	width: 130px;
	text-align: center;
}

.footer .right-cot .img {
	width: 130px;
	height: 131px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 14px;
}

.footer .right-cot .img img {
	width: 100%;
	height: 100%;
}

.footer .right-cot .tel {
	font-size: 18px;
	padding-top: 104px;
	margin-right: 20px;
}

.footer .right-cot .tel .num {
	display: inline-block;
	font-size: 20px;
	padding-top: 4px;
	color: #ce2a20;
}
