.content{
    width: 100%;
}
.top{
    width: 100%;
    height: 127px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 200;
}
.shaodw{
    box-shadow: 0px 1px 10px #ccc;
}
.centerCon{
    width: 1200px;
    height: 127px;
    margin: 0 auto;
}
.logo{
    margin-left: 1px;
    margin-top: 10px;
    width: 250px;
}
.topRight{
    list-style: none;
    float: right;
}
.topRight > li{
    display: inline;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}
.topRight > li > a{
    text-decoration: none;
    color: #666666;
}
.topRight > li > a:hover{
    text-decoration: underline;
    color: rgb(8, 74, 150);
}
.topBottom{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 47px;
    margin-top: 10px;
}
.topBottom > .childOne{
    flex-grow: 1;
    font-size: 16px;
    font-weight: 900;
    height: 47px;
    text-align: center;
    line-height: 47px;
    position: relative;
}
.topBottom .childOne:nth-child(1),.topBottom .childOne:nth-child(3),.topBottom .childOne:nth-child(4),
.topBottom .childOne:nth-child(5),.topBottom .childOne:nth-child(6){
    overflow: hidden;
}
.topBottom > .childOne > .menuProduct,.menuProduct1{
    overflow: hidden;
    width: 100%;
    height: 47px;
    display: block;
    text-decoration: none;
    color: black;
}
.topBottom > .childOne:nth-child(1) > .menuProduct > .change,
.topBottom > .childOne:nth-child(3) > .menuProduct > .change,
.topBottom > .childOne:nth-child(4) > .menuProduct > .change,
.topBottom > .childOne:nth-child(5) > .menuProduct > .change,
.topBottom > .childOne:nth-child(6) > .menuProduct > .change{
    transition: margin-top  .2s;
    display: block;
}
.topBottom > div:nth-child(1) > .menuProduct:hover .change,
.topBottom > .childOne:nth-child(3) > .menuProduct:hover .change,
.topBottom > .childOne:nth-child(4) > .menuProduct:hover .change,
.topBottom > .childOne:nth-child(5) > .menuProduct:hover .change,
.topBottom > .childOne:nth-child(6) > .menuProduct:hover .change{
    margin-top: -47px;
}
.menuProduct:hover+.menu{
    height:94px;
}
.menu:hover{
    height:94px;
}
.menu{
    position: absolute;
    width: 100%;
    height: 0px;
    display: flex;
    flex-direction: column;
    top: 47px;
    left: 0px;
    background: rgb(8, 74, 150);
    transition: height .2s;
    overflow: hidden;
}
.menu > a{
    display: block;
    flex-grow: 1;
    width: 100%;
    height: 47px;
    color: #a6d7f6;
    font-size: 15px;
    text-decoration: none;
}
.menu > a:hover{
    background: rgb(5, 60, 124);
    color: #fff;
}
.replace{
    width: 100%;
    height:100%;
    background: rgb(8, 74, 150);
    color: #fff;
    display: block;
}
.bottom{
    height: auto;
    width: 100%;
    margin-top: 127px;
}
.bottomBottom{
    background:rgb(68, 68, 68);
    height: 356px;
    width: 100%;
    padding-top: 50px;
}
.bottomBottom:after{
    content:"";

    display:block;

    visibility:hidden;

    clear:both;
}
.bottomBottom > .bottomContent{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.bottomBottom > .bottomContent > .bottomLeft{
    float: left;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft1 img{
    width: 384px;
    /* height: 58px; */
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft2{
    margin-top: 44px;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft2 a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    display: block;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3{
    margin-top: 36px;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3 > .bottomLeft3-1{
    width: 88px;
    float: left;
    margin-left: 19px;
    margin-right: 19px;
    text-align: center;
}.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3:after{
    content: '';
    visibility: hidden;
    display: block;
    clear: both;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3 > .bottomLeft3-1 img{
    width: 88px;
    float: left;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3 > .bottomLeft3-1 span{
    display: inline-block;
    margin-top: 10px;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3:after{
    content: '';
    visibility: hidden;
    display: block;
    clear: both;
}
.bottomBottom > .bottomContent > .bottomLeft > .bottomLeft3 > .bottomLeft3-1 span{
    font-size: 14px;
    color: #888;
}
.bottomBottom > .bottomContent > .bottomRight{
    float: left;
    margin-left: 52px;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight1 > ul:after{
    content: '';
    visibility: hidden;
    display: block;
    clear: both;
}
.bgcolor{
    background: rgb(10, 75, 150);
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight1 > ul{
    border-bottom: 1px solid rgb(10, 75, 150);
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight1 > ul > li{
    font-size: 15px;
    color: #ccc;
    list-style: none;
    float: left;
    height: 36px;
    padding: 0 25px;
    line-height: 36px;
    cursor: pointer;
} 
.bottomBottom > .bottomContent > .bottomRight > .bottomRight1 > ul > li:hover{
    color: #fff;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight1 > ul > li:nth-child(1){
    color: #fff;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight2:after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight2 > ul{
    float: left;
    width: 245px;
    padding-left: 25px;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight2 > ul:nth-child(2){
    margin-left: 50px;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight2 > ul > li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 12px;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight2 > ul > li a:hover{
    text-decoration: underline;
}
.bottomBottom > .bottomContent > .bottomRight > .bottomRight2:nth-child(3){
    display: none;
}
.last{
    font-size: 14px;
    text-align: center;
    color: #777;
    width: 100%;
    clear: both;
    position: absolute;
    bottom: 20px;
}
.last a{
    text-decoration: none;
    color: #777;
}
.bottom > .software-title{
    width: 100%;
    height: 196px;
    background: url(../image/29551099.jpeg) no-repeat;
    background-position-x: -175px;
    background-position-y: -72px;
    padding-top: 94px;
}
.bottom > .software-title > p{
    font-size: 46px;
    font-weight: 900;
    color: rgb(8, 74, 150);
    width: 1200px;
    margin: 0 auto;
}
.bottom > .software-menu{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.bottom > .software-menu > ul{
    height: 60px;
}
.bottom > .software-menu > ul > li {
    float: left;
    list-style: none;
    font-size: 16px;
    width: 33.3%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}.bottom > .software-menu > ul > li:nth-child(2) > a{
    background: #1d4b91;
    color: #fff;
}
.bottom > .software-menu > ul > li:hover a{
    background: #1d4b91;
    color: #fff;
}
.bottom > .software-menu > ul > li > a{
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    height: 100%;
}
.bottom > .middle-content{
    width: 100%;
}
.bottom > .middle-content > div{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 47px;
    padding-top: 92px;
}
.bottom > .middle-content > div > p:nth-child(1){
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}
.bottom > .middle-content > div > p:nth-child(2){
    width: 79px;
    height: 5px;
    background: #1d4b91;
    margin: 0 auto;
    margin-top: 32px;
}
.bottom > .middle-content > div > p:nth-child(3){
    font-size: 14px;
    color: #777;
    width: 765px;
    margin: 0 auto;
    margin-top: 49px;
}
.bottom > .middle-content > div > img{
    width: 918px;
    /* height: 316px; */
    margin: 0 auto;
    display: block;
    margin-top: 36px;
}
.bottom > .middle-content > div > img:nth-child(5),.bottom > .middle-content > div > img:nth-child(6){
    margin-top: 0;
}
.bottom > .middle-content:nth-child(4){
    background: #fafafa;
}
.bottom > .middle-content > div > .middle-content-img{
    width: 1071px !important;
    height: auto !important;
}