	*{
		margin: 0;
		padding: 0;
	}
	html,body{
		width: 100%;
		min-width: 1400px !important;
		height: 100%;
	}
	.content{
		width: 100%;
		min-width: 1440;
		height: 100%;
	}
	.banner{
		width: 100%;
		height: 480px;
		/* background: url(../../img/banner4.jpg) no-repeat; */
		background-position: center top;
		background-size: auto 100%;
		position: relative;
	}
	.title-div{
		width: 100%;
		/* height: 50px; */
		/* background: #393D49; */
		background-color : rgba(0, 0, 0, 0);
		display: flex;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		align-items: center;
	}
	.title-div .layui-nav .layui-nav-item{
		line-height: 40px !important;
	}
	.title-div .layui-nav-child{
		background-color: rgba(0,0,0,0);
		border: none;
		top: 40px !important;
	}
	.title-div .layui-nav-child dd{
		background-color: rgba(0,0,0,0.5);
	}
	.title-div .layui-nav-child dd a{
		color: #FFFFFF !important;
	}
	.title-div .layui-nav-child dd a:hover{
		color: #000000;
		background-color: rgba(250, 250, 250, 0.5);
	}
	.title-logo{
		height: 60px;
		/* line-height: 60px; */
		display: flex;
		width: 200px;
		color: #FFFFFF;
		align-items: center;
		padding-left: 20px;
	}
	.heafer-nav {
	    width: 60%;
	}
	.heafer-nav .layui-this:after{
		/* bottom: 12px !important; */
		/* background-color: #1a67b7 !important; */
		background-color: #ffffff !important;
		height: 2px !important;
		/* width: 60% !important;
		left: 50%;
		transform: translate(-50%,0); */
	}
	.heafer-nav .layui-nav-bar{
		bottom: 12px !important;
		/* background-color: #1a67b7 !important; */
		background-color: #ffffff !important;
		height: 2px !important;
	}
	.foot-title{
		width: 100%;
		height: 220px;
		/* background: #1D1D1D; */
		/* padding: 50px 0; */
		background-color: #242424;
		display: flex;
		background: url(../../img/hzgylxwm.png) no-repeat;
		background-size: 100% 100%;
	}
	.foot-title p{
		font-size: 24px;
		color: #FFFFFF;
	}
	.foot-title>div{
		width: 60%;
		margin:  0 auto;
		display: flex;
		align-items: center;
	}
	.foot-title-btn{
		width: 120px;
		height: 40px;
		line-height: 40px;
		border-radius: 8px;
		color: #FFFFFF;
		background-color: #366AEC;
		text-align: center;
		margin-left: 10%;
	}
	.foot-title-btn:hover{
		cursor: pointer;
	}
	.foot-nav{
		width: 100%;
		padding: 80px 0;
		background: #252525;
		display: flex;
		justify-content: center;
	}
	.foot-nav-left{
		width: 60%;
		display: flex;
		justify-content: flex-end;
	}
	.nav-left-ul-div{
		width: 14%;
		padding: 10px 10px 10px 20px;
		
	}
	.nav-left-ul-div>p{
		font-size: 16px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
	.nav-left-ul-div li{
		color: #95989A;
		line-height: 40px;
		font-size: 12px;
	}
	.nav-left-ul-div li:hover{
		cursor: pointer;
	}
	.foot-fgx{
		height: 312px;
		width: 1%;
		border-right: #494949 .5px solid;
	}
	.foot-nav-right{
		width: 36%;
		padding: 50px 10px 50px 60px;
	}
	.foot-nav-right>p{
		font-size: 16px;
		color: #FFFFFF;
	}
	.foot-nav-right-txt{
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	.foot-nav-right-txt>p{
		padding-left: 10px;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 30px;
	}
	.foot-lxfs{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.foot-lxfs>img{
		margin-left: 30px;
	}
	.foot-ICP{
		width: 100%;
		background: #292A2B;
		text-align: center;
		padding: 10px 0;
	}
	.foot-ICP a{
		color: #a7a6a6 !important;
		font-size: 12px;
		text-decoration: none;
	}
	.iframe-foot-div{
		width: 100%;
		height: 548px;
		overflow: hidden;
	}
	.title-logo:hover{
		cursor: pointer;
	}