﻿h1{
    font-size: 24px;
    color: #373d41;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}
.theme{
    position: relative;
}
.theme .theme-content{
    position: absolute;
    top: 43%;
    left: 10%;
}
.theme .title{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.theme .content{
    color: #fff;
    font-size: 19px;
    margin-top: 18px;
    /* font-weight: bold; */
    margin-left: 46px;
    max-width: 750px;
}
.theme .img{
    position: absolute;
    /* top: 0px; */
    width: 300px;
    right: 10%;
    bottom: 48px;
}
.cdn-nav{
    list-style: none;
    margin: 10px auto;
    width: 5%;
    min-width: 645px;
}
.cdn-nav li{
    float: left;
    padding: 14px 0;
    /* list-style: none; */
}
.cdn-nav li a{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    color: #000;

}
.prtValue{
    padding:  50px 0;
    text-align: center;
}
.prtValue .title-1{
    font-size: 26px;
    font-weight: bold;
    color: #5f5d5d;
}
.prtValue .title-2{
    font-size: 26px;
    font-weight: bold;
    color: #353030;
    color: #0099ff;
}
.prtValue .content-1{
    font-size: 14px;
    line-height: 23px;
    margin-top: 20px;
    /* border: 2px solid #10bdec; */
    padding: 9px;
    color: #5f5d5d;
    border: 3px solid #968d8d;
}
.prtValue .content-2{
    font-size: 14px;
    line-height: 23px;
    margin-top: 20px;
    border: 3px solid #0099ff;
    padding: 9px;
     color: #5f5d5d;
}
.serFunction{
    padding:  10px 0;
}
.serFunction .item{
    border: 1px solid #7b7777;
    padding: 10px 0 10px 40px;
}
.serFunction .item:hover{
    color: #fff;
    background: #0099FF;
    cursor: pointer;
}
.serFunction .title{
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.serFunction .content{

}

.proCharacter{
    background-image: url('../image/bg-black.jpg');
    padding: 30px 0;
}
.proCharacter .row{
    margin: 25px 0;
}
.proCharacter .title{
    font-size: 20px;
    font-weight: bold;
    color: #0099FF;
    margin-bottom: 6px;

}
.proCharacter .content{
    color: #fff;
}
.proArch{
    padding: 50px 0;
    text-align: center;
}


/******游戏解决方案********/
.cusValue{
    /* background-image: url('../image/bg-black.jpg'); */
    background: #000;
    color: #fff;
    padding: 40px 0;
    margin-top: 80px;
}
.cusValue .row{
    margin: 15px 0;
}
.cusValue .title ,.customValue .title {
    font-size: 16px;
    font-weight: bold;
    color: #0099FF;
    margin-bottom: 8px;
}
.cusValue p{
    margin-bottom: 1px;
}
.cusValue h1{
    text-align: left;
    color: #fff;
    text-decoration: underline;
}
.cusCase{
    padding: 76px 0;
    text-align: center;
}
.cusCase h1{
    text-align: left;
    /* color: #fff; */
    text-decoration: underline;
}
.cusCase .row img{
    border: 3px solid #4a3e3e;
    margin:10px 0;
}

.customValue{
    color: #fff;
    background: #000;
}
.customValue h1{
    color: #fff;
    text-align: left;
}


/****************************node节点**************************************/

.node-bg{
    background-image: url(../image/bg-black.jpg);
    /* margin: 60px 0px; */
    margin-bottom: 75px;
    line-height: 31px;
    color: #fff;
    padding: 60px 0;
}
