.header{
	height: 175px;
	width: 100%;
	background-color: #2367b2;
	margin: 0 auto;
}
.header_con{
	width: 1400px;
	margin: 0 auto;
}
.logo{
	width: 500px;
	padding-top: 30px;
	padding-left: 100px;
}
.con_1{
	width:100% ;
	height: auto;
	margin: auto;
}
.con_2{
	width:1200px;
	height: auto;
	margin: auto;
}
.nav_box{
	width: 100%;
	height: 42px;
	clear: both;
	position: relative;
	background-color: #fff;
	z-index: 500;
	margin: auto;
}
.menu{width:1200px;height:48px;margin: 9px auto;}
.menu ul{padding:0 0 0 9px;}
.menu li{float:left;list-style: none;}
.menu li a{
	text-decoration: none;
    color: #000;
    display: block;
    padding: 0px 42px;
    font: 18px "微软雅黑";
    list-style: none;}
.menu li a:hover{text-decoration:none;color:#2367b2;font:18px "微软雅黑";}
.menu li ul{visibility:hidden;position:absolute;list-style: none;}
a{
	text-decoration: none;
	color: #000000;
}
.top_pic img{
	width: 1200px;
	height: 300px;
	margin: auto;
}
.news_and_notice {
	width: 1200px;
	height: 440px;
	display: flex;
}
.work_and_team{
	width: 1200px;
	height: 440px;
	display: flex;
}
.work{
	width: 900px;
}
.team{
	width: 400px;
	margin-left: 50px;
}
.news{
	width: 900px;
}
.fcous_pic{
       width: 450px;
}
.news_list{
    width: 300px;
    float: right;
    position: relative;
    top: -355px;
    right: 45px;
}
.notice{
	width: 400px;
	margin-left: 50px;
}
.title{
	    border-bottom: 1px #b2b2b2 dashed;
	    margin-bottom: 20px;
		display: inline-block;
		    width: 100%;
}
.more{
	    display: inline-block;
		    line-height: 70px;
		    float: right;
}
.more a{
	color: #2367b2;
	position: relative;
	    top: 7px;
}
.title_text{
	display: inline-block;
	    font-size: 16px;
	    font-weight: normal;
	    border-bottom: 4px solid #2367b2;
	    margin-bottom: -1px;
}
.title_text img{
	    top: 7px;
	    position: relative;
}
.title_text span{
	display: inline-block;
	    margin-right: 20px;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 18px;
	    cursor: pointer;
}
.three_pics{
	display: flex;
	width: 1200px;
	height: auto;
}
.three_pics img{
	width: 282px ;
	margin-left: 80px;
	margin-right: 30px;
	margin-bottom: 20px;
border: 5px #b2b2b2 solid;
}
.links{
	display: flex;
	margin-bottom: 10px;
}
.links .prior span{
	float: left;
	    width: 87px;
	    line-height: 30px;
	    text-align: center;
	    background: #2367b2;
	    font-size: 14px;
	    color: #ffffff;
	    margin-right: 8px;
}
.items a{
	margin-left: 20px;
}
.footer{
	height: 100px;
	width: 100%;
	background-color: #2367b2;
	margin: 0 auto;
	text-align: center;
	padding: 1px;
}
.footer_text p{
	color: #FFFFFF;
	margin-top: 50px;
	display: block;
}