﻿﻿* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

.ui-header {
    width: 100%;
    height: 350px;
}

.ui-header-top {
    width: 100%;
    height: 49px;
    background: #f3f3f3;
    overflow: hidden;
}

.ui-header-top-k {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}

.ui-search {
    width: 283px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #cecece;
    float: right;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.ui-searchinput {
    width: 190px;
    height: 30px;
    border: 0;
    padding-left: 10px;
    border-radius: 50px;
}

.ui-search-a {
    /*display: block;*/
    width: 67px;
    height: 30px;
    background: url('../images/search.png') left center no-repeat;
    color: #1475c6;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-indent: 10px;
    border:none;
}

.ui-banner {
    width: 100%;
    height: 246px;
    position: relative;
}

.ui-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

.ui-nav {
    width: 100%;
    height: 55px;
    background: #1475c6;

}

.ui-nav-ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ui-nav-li {
    width: 123px;
    height: 55px;
}

.ui-nav-a {
    font-size: 20px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

.ui-nav-li:hover {
    background: #0e528a;
}
.ui-content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ui-footer{
    width: 100%;
    height: 326px;
    background: #093961;
    margin-top: 15px;
    overflow: hidden;
}
.ui-footer-p{
    font-size: 16px;
    color: #fff;
    margin-top: 24px;
    text-align: center;
}
.ui-footer-img{
    display: block;
    width: 58px;
    height: 70px;
    margin: 15px auto 0;
}
.ui-nav-twoul{
    width: 1200px;
    height: 55px;
    background: #fff;
    box-shadow: 0 3px 10px #cecece;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    display: none;
    z-index: 1
}
.ui-nav-twoli{
    width: 150px;
    text-align: center;
    float: left;
}
.ui-nav-twoa{
    font-size: 18px;
    color: #333;
    line-height: 55px;
}
.ui-nav-twoa:hover{
    color: #1475c6;
}
.ui-date {
    float: left;
    margin-top: 12px;
    color: #333;
    font-size: 16px;
}
.ui-webname{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}
.tsjjw{
    display: block;
    width: 422px;
    height: 109px;
    position: relative;
    top: 66px;
}
.jcwyh{
    display: block;
    width: 576px;
    height: 134px;
    position: relative;
    top: 66px;
}
@media screen and (max-width:1200px){
    .ui-container{
        width: 1200px;
    }
}
