.home-ul-list-nav li {
    float: left;
    padding-right: 10px;
    color: white;
}

.homeNavContent {
    height: 560px;
    background-image: url("../img/index-bg1.jpg");
    background-size: 100% 100%;
    position: relative;
}

.homeNavContent .navList {
    width: 100%;
    position: absolute;
    top: 8px;
}

.homeContent {
    background: #182347 url("../img/icon-5.png") no-repeat;
    background-image: url("../img/icon-5.png");
    background-size: 100% 60%;
}

.videoContent {
    padding-top: 20px;
    text-align: center;
}

.serviceContent {
    height: 460px;
    margin-top: 20px;
    background: #394361;
    box-shadow: 0px 9px 8px rgba(24, 36, 58, 0.08);
    opacity: 0.74;
}
.serviceList{
    color: #FFFFFF;
    margin: auto;
    width: 900px;
    overflow: hidden;
    margin-top: 36px;
}
.serviceList>ul{
    line-height: 56px;
}
.serviceList ul li{
    list-style: square inside;
}
.serviceList>ul>li>span{
    float: right;
}
.service-head-title {
    color: #ffffff;
    position: relative;
    font-size: 30px;
    font-weight: normal;
    height: 36px;
    float: none;
    line-height: 36px;
    padding: 10px;
}

.service-head-title img {
    margin-right: 20px;
}
.service-head-title .ver-hr-left {
    width: 36%;
    height: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
    position: absolute;
    top: 26px;
    left: 93px;
}
.service-head-title .ver-hr-right {
    width: 36%;
    height: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
    position: absolute;
    top: 26px;
    right: 115px;
}
.centerContent {
    display: flex;
    justify-content: center;
}

.home-ul-list-nav a.active {
    background-color: #3B8FFE;
}

.home-ul-list-nav a {
    display: block;
    height: 35x;
    line-height: 35px;
    padding: 0px 24px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.page-region {
    display: flex;
    margin-left: -25%;
}

.page-region>a {
    width: 285px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
}

.page-region>a:first-child {
    background-color: #2672D3;
    color: white;

}

.page-region>a:last-child {
    background: #FFFFFF;
    color: black;
}

.page-region img {
    margin-top: 28px;
}

.pr-item h3 {
    margin-top: 8%;
}

.pr-item p {
    margin-top: 8%;
    line-height: 36px;
    padding: 10px;
}

.pr-item .release {
    width: 164px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    opacity: 1;
    color: #2672D3;
    border-radius: 4px;
    margin: 12% auto;
}

.pr-item .bigData {
    width: 164px;
    height: 50px;
    line-height: 50px;
    background: #2672D3;
    opacity: 1;
    color: white;
    border-radius: 4px;
    margin: auto;
}

.page-group {
    display: flex;
    flex-direction: column;
}

.page-group a {
    width: 290px;
    height: 140px;
    background-color: white;
    color: black;
    margin-bottom: 20px;
}

.gr-item {
    display: flex;
    margin-top: 12%;
    margin-left: 5%;
    padding-right: 10px;
}

.gr-item p {
    margin-left: 15px;
}

.supportGroup {
    height: 200px;
    display: flex;
}

.floatContent {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 60px;
    right: 60px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

.messagePg,
.questionPg,
#backTop {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
}

.messagePg,
.questionPg,
#backTop {
    border-bottom: 1px solid #707070;
}
.messagePg>img,
.questionPg>img,
#backTop>img {
    margin-top: 10px;
}

#backTop {
    display: none;
}

.ui-box-content {
    display: flex;
    margin-left: 8%;
    margin-top: 3%;
}

.support-part {
    margin-right: 80px;
}

.support-part li {
    list-style: square;
    margin: 12px 0;
}

.support-part>ul {
    line-height: 30px;
}
.RightserviceContent{
    margin-left: 30px;
}