* {
    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: 470px;
}

.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;
}

.ui-banner {
    width: 100%;
    height: 422px;

}

.ui-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ui-date {
    float: left;
    margin-top: 12px;
    color: #333;
    font-size: 16px;
}
.ui-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.ui-footer {
    width: 100%;
    height: 282px;
    background: #d1091d;
    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-tt{
    width: 100%;
    height: 158px;
    background: #f5f5f5;
    margin-top: 40px;
    overflow: hidden;
}
.ui-ttp{
    color: #d90203;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}
.ui-ttp a{
    color: #d90203;
}
.ui-tta{
    width: 125px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    color: #c81a25;
    font-size: 16px;
    text-align: center;
    border: 1px solid #c81a25;
    line-height: 30px;
}
.ui-xxjxs{
    width: 100%;
    height: 438px;
    overflow: hidden;
    margin-top: 27px;
}

.ui-xxjxs-left{
    width:554px ;
    height: 358px;
    float: left;
}
.sw-slide {
    position: relative;
}

.sw-slide-title {
    position: absolute;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.sw-slide-a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ui-xxjxs-title{
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #c81a25;
    margin-bottom: 37px;
}
.ui-xxjxs-span{
    width: 156px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background: #c81a25;
    float: left;
}

.ui-xxjxs-more{
    float: right;
    font-size: 16px;
    color: #9e9e9e;
    line-height: 42px;
}
.sw-bullet {
    position: absolute;
    bottom: 11%;
    list-style: none;
    display: block;
    width: 15%;
    text-align: center;
    padding: 0;
    margin: 0;
    right: 0%;
}
.sw-bullet li.active{
    background-color: #d1091d;
}
.ui-xxjxs-right{
    width: 608px;
    height: 359px;
    float: right;
}
.ui-xxjxs-ul{
    width: 100%;
    height: 100%;
}
.ui-xxjxs-li{
    width: 100%;
    height: 58px;
    border-bottom: 1px dotted #bcbcbc;
    background: url('../images/themedian.png') 10px center no-repeat;
}
.ui-xxjxs-a{
    line-height: 58px;
    font-size: 18px;
    color: #333;
    text-indent: 2em;
    display: block;
}
.ui-pllist{
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.ui-pllist-ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ui-pllist-li{
    width: 578px;
    height: 58px;
    border-bottom: 1px dotted #bcbcbc;
    background: url('../images/themedian.png') 10px center no-repeat;
}
.ui-pllist-a{
    line-height: 58px;
    font-size: 18px;
    color: #333;
    text-indent: 2em;
    display: block;
}
.img-link-a{
    display: block;
    width: 100%;
    height: 124px;
}
.img-link{
    display: block;
    width: 100%;
    height: 100%;
    margin: 36px 0;
}
.ui-pl{
    margin-top: 37px;
}
@media screen and (max-width:1200px) {
    .ui-cointainer {
        width:1200px;
    }
}