*{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
.ui-header{
	width: 100%;
	height: auto;
}
.ui-logosearch{
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.ui-logo{
	width: 476px;
	height: 76px;
	display: block;
	margin-top: 32px;
}
.ui-search{
	width: 220px;
	height: 30px;
	display: flex;
	border: 1px solid #234464;
	margin-top: 86px;
	border-radius: 5px;
}
.ui-input{
    width: 178px;
    height: 30px;
    border: 0;
    padding-left: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ui-search-button{
	display: block;
	width: 32px;
	height: 30px;
	background: url(/images/search.png) center no-repeat,#234464;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-nav{
	width: 100%;
	height: 56px;
	background: #143270;
}
.ui-banner {
	height:300px;
	overflow:hidden
}
.ui-nav-box {
	width: 1200px;
	height: 56px;
	margin: 0 auto;
}
.ui-nav-ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.ui-nav-li{
	width: 135px;
	height: 100%;
}
.ui-nav-li:hover{
	background: #fff;
	
}
.ui-nav-li:hover>.ui-nav-a{
	color: #143270;
}
.ui-nav-a{
	display: block;
	width: 135px;
	height: 100%;
	line-height: 56px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.ui-drop {
    position:relative;
    z-index:1;
}
.ui-drop-style {
    display:none;
    width: 100%;
    height: auto;
    /* display: none; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    list-style-type: none;
    background: rgba(3,80,134,0.6);
    /* border-top: 5px solid #0066cc; */
    overflow: hidden;
    z-index: 1;
}
.ui-drop-list {
    width: 100%;
    height: 50px;
    /*margin-left: 25px;*/
}
.ui-drop-link {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    /*padding-bottom: 5px;*/
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    text-align: center;
}
.ui-drop-link:hover {
    background:#143270;
    color: #fff;
}
.ui-content{
	width: 100%;
	height: auto;
	margin: 30px auto;
}
.ui-footer{
	width: 100%;
	height: 200px;
	background: #143270;
}
.ui-footerbox{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
}
.ui-footer-left{
	width: 618px;
	margin-top: 32px;
}
.ui-footer-left-p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.ui-footer-right{
	margin-top: 40px;
	width: 350px;
}
.ui-sydw-img{
	width: 56px;
	height: 68px;
	display: block;
	margin-bottom: 15px;
}
.ui-sydw-name{
	display: flex;
	font-size: 14px;
	color: #fff;
}
.ui-sydw-nameimg{
	display: block;
	width: 18px;
	height: 20px;
	margin-right: 10px;
}