* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

body {
    background: #fff;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.ui-container {
    width: 100%;
    height: auto;
    background: #F8FAFB;
}
.ui-header{
    width: 100%;
    height: 198px;
    min-width: 1200px;
}
.ui-head{
    width: 100%;
    height: 210px;
    background: #2c73d4;
    background-size:  100% 100%;
    padding-top: 58px;
    box-sizing: border-box;
    position: relative;
}
.ui-logo{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.ui-logo h3{
    display: inline-block;
    font-size: 53px;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold';
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.ui-logo p{
    font-size: 32px;
    color:rgba(255,255,255,0.61);;
    font-family: 'MicrosoftYaHei';
}
.ui-banner{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: 999;
}
.ui-banner li img{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
.ui-menu{
    width: 100%;
    height: 45px;
    background: #2060B8;
}
.ui-menu ul{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.ui-menu ul li{
    display: inline-block;
    width: auto;
    height: 100%;
    line-height: 45px;
    padding: 0px 31px;
    box-sizing: border-box;
}
.ui-menu ul .active,.ui-menu ul li:hover{
    background: #1E5198;
}
.ui-menu ul li a{
    color: #fff;
    font-size: 18px;
}
.ui-content{
    width: 1200px;
    height: auto;
    margin: auto;
}
.ui-foot{
    min-width: 1200px;
    width: 100%;
    height: 108px;
    background: #313131;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}
.ui-foot p{
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.ui-foot p a{
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}
.ui-hover{
    width: 180px;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(110,110,110,0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 116px;
    left: 85%;
}
.ui-hover h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2060B8;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.ui-item{
    width: 100%;
    height: auto;
    margin-bottom: 13px;
}
.ui-hoverCon{
    width: 100%;
    height: auto;
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 0px;
}
.ui-hoverCon img{
    width: 100%;
    height: 150px;
    /* padding: 2px;
    box-sizing: border-box;
    border: 1px solid #528BDA; */
}
.ui-hoverCon span{
    display: inline-block;
    width: 100%;
    height: 30px;
    background: #528BDA;
    color: #fff;
    font-size: 19px;
    text-align: center;
}