@charset "UTF-8";

@font-face {
	font-family: "SourceHanSansCN";
	src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
		url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	font-family: SourceHanSansCN;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	width: 100%;
}

a {
	color: #333333;
	text-decoration: none;
}

ul {
	list-style: none;
}

.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font-size: 16px;
	font-family: SourceHanSansCN, '楷体', sans-serif, serif;
	background: #1155AF;
	color: #3E3E3E;
	padding-bottom: 60px;
	overflow-x: hidden;
}

.positionR {
	position: relative;
}

.positionA {
	position: absolute;
}

.banner {
	margin-bottom: 40px;
	min-width:1200px;
}

.banner img {
	width: 100%
}
.container{
	background: #1155AF;
	min-width: 1200px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.project-item{
	width: 1200px;
	height: 510px;
	margin:30px auto;
}
.project-item-left{
	float:left;
}
.project-item-right{
	float:left;
	background: #fff;
	margin-left:20px;
	width: 760px;
	height: 510px;
	border-radius: 10px;
}
.project-item-menu{
	margin:30px 45px 0 45px;
    border-bottom: 2px solid #144395;
}
.project-item-menu a{
	display: inline-block;
	width: 128px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #666666;
}
.project-item-menu a.active{
	background: #144395;
	color:#fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.project-item-list ul li{
    height:64px;
	line-height: 64px;
	margin:0 45px;
	border-bottom: 1px solid #EEEEEE;
}
.project-item-list ul li a{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.project-view-detail{
	float:right;
}
.menu-1-page{
	float:right;
	margin-top:10px;
	margin-right:45px;
}
.menu-1-page a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F2F2F2;
	border-radius: 2px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-left:10px;
}
.menu-1-page a.active{
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	color:#333;
	box-shadow: 0px 0px 6px 0px rgba(85,85,85,0.5);
}
.project-item-list-1 .project-list{
	display: none;
}
.project-item-list-1 .project-list.active{
	display: block;
}
.project-item-list-2 .project-list{
	display: none;
}
.project-item-list-2 .project-list.active{
	display: block;
}
.project-item-list-3 .project-list{
	display: none;
}
.project-item-list-3 .project-list.active{
	display: block;
}
.menu-project{
	display: none;
}
.menu-project.active{
	display: block;
}




