/***************/
	.head{
		height: 80px;
		width: 100%;
		position: fixed;
		z-index: 100;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		background-color: #ffffff;
	}
	.head-con{
		width: 1200px;
		margin: 0px auto;
		height: 100%;
	}
	.head-logo{
		height: 47px;
		margin: 16.5px 0px;
		width: auto;
		
	}
	.head-nav>ul{
		margin-left: 230px;
	}
	.head-nav>ul>li{
		width: 120px;
		line-height: 80px;
		text-align: center;
		font-size: 14px;
	}
	.head-nav>ul>li{
		color:#333333;
		cursor: pointer;
	}
		.head-nav>ul>li>a{
			color:#444444;
		}
	.head-nav>ul>li:hover{
		color:#004089;
		font-weight: bolder;
	}
	.head-nav>ul>li.active{
		color:#004098;
		font-weight: bolder;
	}
	.head-nav>ul>li.active>a{
		color:#004098;
		font-weight:bold;
	}
	.head-btn>a{
		display: inline-block;
		height: 26px;
		width: 80px;
		font-size: 0.75rem;
		background-color: #004098;
		color:#FFFFFF;
		text-align: center;
		line-height: 26px;
		margin: 27px 0px 0px 0px;
		border-radius: 4px;
	}
	.head-btn>a:hover{
		cursor:pointer;
	}
	.foot{
		width: 100%;
		background-color: #00132c;
	}
	.foot>.foot-con{
		width: 1200px;
		margin: 0px auto;
	}
	.foot>.foot-con>.search{
		text-align: center;
		border-bottom: 1px solid #002454;
	}
	.foot>.foot-con>.search>form{
		padding: 20px;
	}
	.foot>.foot-con>.search>form>.input{
		border-radius: 4px;
		border:1px solid #CCCCCC;
		height: 50px;
		line-height: 50px;
		color: #CCCCCC;
		padding-left: 20px;
		box-sizing: border-box;
		width: 500px;
	}
	.foot>.foot-con>.search>form>.botton{
		height: 50px;
		line-height: 50px;
		width: 130px;
		text-align: center;
		color:#FFFFFF;
		margin-left: 10px;
		background-color: #004098;
		border:none;
		border-radius: 4px;
	}
		.foot>.foot-con>.con{
			border-top:1px solid #000914;
			border-bottom: 1px solid #002454;
		}
	.foot>.foot-con>.con>.list{
		border-right: 1px solid #002454;
		height: 208px;
	}
	.foot>.foot-con>.con>.list>ul>li{
		margin-right: 60px;
	}
	.foot>.foot-con>.con>.list>ul>li>.title{
		color:#a8a8a8;
		font-size: 14px;
		line-height: 86px;
		cursor: pointer;
	}
	.foot>.foot-con>.con>.list>ul>li>.title>a{
		color:#a8a8a8;
		font-size: 14px;
		cursor: pointer;
	}
	.foot>.foot-con>.con>.list>ul>li>.title:hover{
		color: #F5F5F5;
	}
	.foot>.foot-con>.con>.list>ul>li>.list>ul>li>a{
		color:#666666;
		line-height: 24px;
		font-size: 12px;
		cursor: pointer;
	}
	.foot>.foot-con>.con>.list>ul>li>.list>ul>li>a:hover{
		color: #999999;
	}
	.foot>.foot-con>.con>.img{
		    margin-right: 50px;
		    padding: 36px 0px 0px 20px;
			border-left:1px solid #000914;
		    box-sizing: border-box;
	}
	.foot>.foot-con>.con>.img>img{
		width: 100%;
		height: auto;
	}
	.foot>.foot-con>.con>.img>.title>img{
		width: 26px;
		margin: 0px 9px;
	}
	.foot>.foot-con>.con>.img>.title>span{
		color:#999999;
		font-size: 12px;
		line-height: 40px;
		position: relative;
		top:-8px;
	}
	.foot>.foot-con>.con>.tel{
		padding-top: 36px;
	}
	.foot>.foot-con>.con>.tel>ul>li{
		color:#A8A8A8;
		line-height: 36px;
	}
	.foot>.foot-con>.copyright{
		border-top: 1px solid #000914;
		text-align: center;
		color: #999999;
	}
	.foot>.foot-con>.copyright>span{
		line-height: 60px;
		color: #444444;
		padding: 0 20px;
		font-size: 12px;
	}
	.foot>.foot-con>.copyright>.s2{
		color: #747474;
	}
	.foot>.foot-con>.copyright>i{
		display: inline-block;
		    height: 12px;
		    margin: 0 20px;
			border-right: 1px solid #000914;
			border-left: 1px solid #002454;
		    vertical-align: middle;
	}
	.window-pop{
		display:none;
		position:fixed;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		background:rgba(0,0,0,0.4);
		z-index:100;
	}
	.window{
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 300px;
		width: 300px;
		background: #ffffff;
		margin: auto;
		border-radius: 6px;
	}
	#id10{
		background-position: 150px center;
	}
	#head{
		text-align:right;
		padding-right:10px;
		box-sizing:border-box;
	}
	#head>span:hover{
		cursor:pointer;
	}