* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}
body{
    background: #e8f4fa;
}
.ui-header {
    width: 100%;
    height: 1055px;
    position: absolute;
    top: 0;

}

.ui-header-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.ui-headerother{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}
.ui-return{
    display: block;
    width: 242px;
    height: 67px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background: #3074c4;
    color: #fff;
    text-align: center;
    line-height: 67px;
    font-size: 26px;
}
.ui-logo{
    margin-top: 190px;
}
.ui-content{
    width: 1200px;
    height: auto;
    margin: 453px auto 100px;
    position: relative;
}
.ui-tout{
    width: 100%;
    height: 232px;
    background: #fff;
    overflow: hidden;
}
.ui-tout-p{
    margin: 48px 0 20px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #1475c6;

}
.ui-tout-detail{
    width: 1108px;
    height: 93px;
    margin: 0 auto;
    font-size: 24px;
    color: #6a6a6a;
    text-indent: 2em;
    line-height: 35px;
}
.ui-zybs{
    width: 100%;
    height: 530px;
}
.ui-zybs-title{
    width: 100%;
    height: 51px;
    background: url('../../images/zybs.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
    line-height: 25px;
}
.ui-zybs-p{
    width: 170px;
    height: 42px;
    margin: 0 auto;
    font-size: 32px;
    color: #1475c6;
    text-align: center;
}
.ui-zybs-p span{
    color: #333;
}
.ui-zybs-div{
    width: 100%;
    height: 183px;
    border-bottom: 1px dotted #dfdfdf;
    overflow: hidden;
}
.ui-zybs-p1{
    width: 100%;
    list-style: 35px;
    color: #333;
    text-indent: 2em;
    background: url('../../images/themedian1.png') left center no-repeat;
    margin-top: 49px;
    font-size: 26px;
    margin-bottom: 27px;
}
.ui-zybs-content{
    font-size: 18px;
    color: #6a6a6a;
    text-indent: 2em;
    line-height: 30px;
}
.ui-zybs-more{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url('../../images/more.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 25px;
}
.ui-link{
    width: 100%;
    height: 132px;
    margin-bottom: 40px;
}
.ui-commonlist{
    width: 100%;
    height: 826px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ui-commonk {
    width: 580px;
    height: 420px;
}
.ui-commonktitle{
    width: 100%;
    height:41px;
    background: url('../../images/commontitle.png') no-repeat;
    background-size: 100% 100%;
}
.ui-commonk-p{
    font-size: 30px;
    color: #1475c6;
    float: left;
    line-height: 25px;
    padding: 0 10px;
}
.ui-more{
    float: right;
    color: #1475c6;
    padding: 0 12px;
}
.ui-commonk-ul{
    width: 100%;
    height: 425px;
    margin-top: 26px;
}
.ui-commonk-li{
    width: 100%;
    height: 56px;
    background: url('../../images/themedian1.png') left center no-repeat;
}
.ui-commonk-li-a{
    display: block;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    line-height: 56px;
}
.ui-imgvideo{
    width: 100%;
    height: 473px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.ui-imglist{
    width: 578px;
    height: 100%;

}
.ui-videolist {
    width: 578px;
    height: 100%;

}
.ui-imgsc{
    width: 100%;
    height: 375px;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ui-img-a{
    display: block;
    width: 280px;
    height: 180px;
    position: relative;
    margin-bottom: 20px;
}
.ui-img-aimg{
    display: block;
    width: 100%;
    height: 100%;
}
.ui-img-title{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
.ui-video-content{
    width: 100%;
    height: 375px;
    margin-top: 37px;
    position: relative;
}
.ui-video-img{
    display: block;
    width: 100%;
    height: 100%;
}
.ui-play{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.play{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.ui-play-title{
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.6);
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    bottom: 0;
}
.ui-footer {
    width: 100%;
    height: 282px;
    background: #3074c4;
    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;
}
@media screen and (max-width:1200px) {
    .ui-header {
        width:1200px;
    }
}