*{
	padding:0px; margin:0px;
}
body{
	padding:0px;margin:0px;
	font-size:16px;
	background-color:#f1f1f1;
}
a {
    text-decoration: none;
}

.clearfix{
	width:0;height:0;clear:both;

}
.header{
	width: 1900px;
	height: 88px;
	margin:0px auto;
	background: #FFFFFF;
	box-shadow: 4px -1px 4px 0px rgba(0,0,0,0.25);
	border-radius: 0px	0px 0px 0px;
	position:relative;
}
.header img.logo{
	position:absolute;
	left:181px;
	top:27px;
	width:217px;
	height:42.74px;
}
.header div.nav{
	position:absolute;
	right:140px;
	width:745px;
	height: 88px;
	display:flex;
	flex-direction:row;
	line-height:88px;
}
.header div.nav .menu{
	flex:1;
}
.header div.nav .curr{
	flex:1;
}
.header div.nav .menu a{
	display:inline-block;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #191B30;

	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	height:83px;
	line-height:83px;
	border:0px;

	border-bottom:2px solid rgba(255,255,255,0);
}
.header div.nav .curr a{
	font-weight: bold;
	font-size: 16px;
	color: #112788;
	border-bottom:2px solid #B82D20;
}

.banner{
	width: 1900px;
	/*height: 866px;*/
	margin:0px auto;
}


.body{
	width: 1900px;
	margin:0 auto;
}




.footer{
	width: 1900px;
	height:697px;
	height:420px;
	margin:0 auto;
	background-image:url(../images/footer_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:0px 15px;
	
}
.footer .pad68{
	height:68px;
}
.footer .cont{
	height:522px;
	height:250px;
	position:relative;
}
.footer .cont .l{
	display:none;
	/*	
	position:absolute;
	top:120px;
	left:235px;
	*/
}
/*
.footer .cont .l .title{
	width: 144px;
	height: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.footer .cont .l .intro .t{
	width: 32px;
	height: 24px;
	margin-top:24px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.footer .cont .l .intro .i{
	width: 227px;
	height: 21px;
	margin-top:10px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.footer .cont .l .intro .qr{
	width: 122px;
	height: 122px;
	margin-top:24px;
}
.footer .cont .l .intro .qr div{
	height: 21px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
*/
.footer .cont .r{
	position:absolute;
	top:90px;
	left:300px;
}
.footer .cont .r .h5{
	display:inline-block;
	width: 150px;	
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.footer .cont .r div.info{
	display:none;
	/*
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #ADB9DB;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position:relative;
	padding-left:23px;
	*/
}
/*
.footer .cont .r div.info::before{
	content:"";
	display:block;
	position:absolute;
	width:24px;
	height:2px;
	left:0px;
	top:11px;
	background-color:#DD2020;
	
}
.footer .cont .r div.info a{
	display:inline-block;
	padding:0px 10px;
	text-align:center;
}
*/

.footer hr{
	width: 1895px;
	height: 0px;
	border: 1px solid #ADB9DB;
}
.footer .copyright{
	width: 100%;
	height: 80px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	line-height: 80px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
