.head {
	background-image: url(../imgs/bg.png);
	background-size: 100% 100%;
	height: 661px;
}

.head .head-text {
	display: block;
	margin: 0 auto;
	margin-top: 128px;
}

.head-logo img {
	margin-top: 28px;
}

.head-logo>span {
	float: right;
	margin-top: 29px;
	font-size: 0;
}

.head-logo>span a {
	color: #075A91;
	width: 114px;
	height: 36px;
	opacity: 0.8;
	background: #ffffff;
	border: 1px solid #075A91;
	border-radius: 18px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 10px;
	letter-spacing: 1px;
}

.head-logo>span a:hover {
	color: #F6F8F9;
	background-color: #075A91;
}

.main {
	margin-top: -30px;
	margin-bottom: 70px;
}

.xmqd-title, .fwxx-title, .zdjsxm-title {
	font-size: 25px;
	font-weight: 700;
	color: #303030;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 20px;
}

.xmqd-title:after, .fwxx-title:after, .zdjsxm-title:after {
	position: absolute;
	content: "";
	width: 192px;
	height: 6px;
	background-color: #0093EE;
	top: 50px;
	left: 474px;
}

.xmqd-title:before, .fwxx-title:before, .zdjsxm-title:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #2C97F9;
	top: 52.5px;
	left: 0;
}

.xmqd .xmqd-list {
	
}

.xmqd .xmqd-list>li {
	margin-top: 25px;
	padding-left: 21px;
	position: relative;
}

.xmqd .xmqd-list>li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #2C97F9;
	top: 9px;
	left: 0;
}

.xmqd .xmqd-list span.list-content {
	font-size: 16px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 53%;
}

.xmqd .xmqd-list span.list-date {
	font-size: 14px;
	color: #707070;
	float: right;
}

.xmqd .xmqd-more, .fwxx .fwxx-more {
	float: right;
	font-size: 14px;
	color: #094DA7;
	margin-top: 25px;
	position: relative;
}

.xmqd .xmqd-more:after, .fwxx .fwxx-more:after {
	position: absolute;
	content: "";
	width: 1065px;
	border: 1px dashed #094da7;
	top: 10px;
	left: -1090px;
}

.fwxx .fwxx-list {
	margin: 27px -15px 0 -15px;
}

.fwxx .fwxx-list>li {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	margin-bottom: 27px;
}

.fwxx .fwxx-list>li a {
	display: inline-block;
	width: 92%;
	height: 45px;
	line-height: 45px;
	background: #ddf2ff;
	border: 1px solid #0093ee;
	border-radius: 5px;
	box-shadow: 0px 6px 12px 0px rgba(25,78,99,0.16); 
}

.fwxx .fwxx-list>li a span {
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0B4AC8;
	font-size: 16px;
	display: inline-block;
}

.fwxx-title, .zdjsxm-title {
	margin-top: 50px;
}

.fwxx .fwxx-more {
	margin-top: 0px;
}

.project {
	margin-top: 52px;
}

.project-title {
	position: relative;
}

.project-title:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 39px;
	background-color: #094da7;
	top: 0;
	left: 0;
}

.project-title img {
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-left: 26px;
	position: relative;
}

.project-title span {
	vertical-align: middle;
	font-size: 26px;
	font-weight: 700;
	color: #094DA7;
	margin-left: 19px;
}

.project-nav {
	margin-top: 26px;
	position: relative;
	overflow: hidden;
}

.project-nav:after {
	position: absolute;
	content: "";
	width: 100%;
	border: 3px solid #137ee9;
	bottom: 0;
	left: 0;
}

.project-nav>li {
	background-repeat: no-repeat;
	height: 60px;
	float: left;
}

.project-nav>li span {
	font-size: 24px;
	text-align: center;
	color: #0F72D5;
	font-weight: 700;
	display: block;
	line-height: 60px;
	cursor: pointer;
}

.project-nav>li.active span, .project-nav>li:hover span {
	color: #FFFFFF;
}

.project-nav .banner1 {
	width: 354px;
}

.project-nav .banner2 {
	margin-left: -52px;
	width: 338px;
}

.project-nav .banner3 {
	margin-left: -52px;
	width: 333px;
}

.project-content {
	
}

.project-content ul.block>li {
	overflow: hidden;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-block;
}

.project-content ul.block>li:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0093ee;
	bottom: 0;
}

.content-lift {
	width: 400px;
	height: 240px;
	float: left;
}

.content-lift img {
	width: 100%;
	height: 100%;
	background-size: 100%;
}

.content-right {
	float: right;
	width: calc(100% - 442px);
}

.content-right .right-title {
	font-size: 22px;
	font-weight: 700;
	color: #303030;
}

.content-right .right-content {
	font-size: 16px;
	line-height: 30px;
	margin-top: 7px;
	overflow: auto;
	height: 90px;
}

.content-right>ul>li {
	width: 130px;
	height: 38px;
	margin: 18px 30px 0 0;
	float: left;
	background: #FFFFFF;
	border: 1px solid #0b57a4;
	border-radius: 5px;
}

.content-right>ul>li:hover {
	background: #92c4f6;
}

.content-right>ul>li a {
	font-size: 14px;
	font-weight: 700;
	color: #034E9A;
	line-height: 38px;
	display: block;
	text-align: center;
}

.content-right>ul>li a:hover {
	color: #FFFFFF;
}

.none {
	display: none;
}


