*{
    margin: 0;
    padding: 0;
}
.content{
    width: 100%;
    height: 620px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}



/* 中间模块拼接 */  
.content .mainBrand{/* 左侧 */
    position: absolute;
    top: 10px;
    left: 40px;
    width:20%;
    height: 620px;
}
.content .ad{/* 中间整块 */
    position: absolute;
    top: 10px;
    left:22%;
    width:52%;
    height: 600px;
    margin-left:2%;
    /* margin-right:2%; */
    /* background-color: #9a2525; */

}
.content .ad .bannerBig{/* 中间banner */
    width:100%;
    height: 256px;
    
}
.content .ad .bannerThree{/* 中间6图优势 */
    width:100%;
    height: 110px;
    margin-top: 9px;
    text-align: center;
}
.content .ad .bannerRolling{/* 中间联系 */
    margin-top:5px;
    width:100%;
    height: 220px;

}

/* 右侧 */

.content .navConnect{
    position: relative;
    top:10px;
    left: 77%;
    width: 20%;
    height: 620px;
    border: 1px solid #989898;
    background-color: rgba(219, 238, 245, 0.77);
    overflow: hidden;
}



.indexporpertyPC{
    position: relative;
    width: 100%;
    height: 650px;
    margin-bottom:1px;
    text-align: center;
}

    .indexporpertyLeftPC{
        position: absolute;
        top: 10px;
        left:3%;
        width: 73%;
    }
    .indexHotSaleRightPC{
        position: absolute;
        top: 10px;
        left:77%;
        width: 20%;
    }


.indexTechnicalSupportBoxPC{
    width: 100%;
    height: 400px;
    position: relative;
    /* background-color: #790404; */
}
.indexApplicationSupportBoxPC{
    width: 100%;
    height: 400px;
    position: relative;
    /* background-color: #790404; */
}

.indexFooterBoxPC{
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    background-color: #4a84b373;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
   
}

/* header */
.headerindexPC{
    width: 100%;
    height: 120px;
    background-color:#f8f8f8;
    position: relative;
}
.headerLeftLogoindexPC{
    position: absolute;
    top:0;
    left: 20px;
    width: 38%;
    height: 120px;
    margin-left: 10px;
}

.headerLeftLogoindexPC img{
    position: absolute;
    width:128px;
    height:85px;
    top:17px;
    left: 20px;

}
.headerRightindexPC{
    position: absolute;
    top:10px;
    right:20px;
    width: 58%;
    height:110px;
}

    .loginindexPC{
        position: absolute;
        top:4px;
        right:20px;
        width:98%;
        height:56px;
        text-align: right;
    }
    .loginInputindexPC{
        width:68%;
        height:40px;
        padding-left: 20px;
        border-radius: 2%;
    }
    .loginButtonindexPC{
        width:28%;
        height:40px;
        border-radius:5%;
        background-color: #030b86;
        color: #ffffff;
    }

.headerNavTopindexPC{
        position: absolute;
        width:96%;
        right:20px;
        bottom: 2px;
        height:48px;
        text-align: right;
        color: #ffffff;
}
    .headerNavTopindexPC ul {
        margin-right: 0px;
    }
    .headerNavTopindexPC ul li{
        list-style: none;
        float: left;
        line-height: 58px;
        font-size: 18px;
        margin-left: 2%;
        font-weight: 550;
       
    }
    .headerNavTopindexPC ul li a{
        text-decoration: none;
        color:#6e6c6c;
       
    }
    .headerNavTopindexPC ul li a:hover{
        background-color: #0d3872;
        color: #f8f8f8;
        cursor: pointer;
        position: relative;
        top: 3px;
    }
    .headerNavTopindexPC ul li a:active{
        background-color: #0d3872;
        color: #f8f8f8;
    
    }
    .headerNavTopindexPC ul li a:hover{
        background-color: #0d3872;
        color: #f8f8f8;
    }
    .headerNavTopindexPC ul li a:active{
        background-color: #0d3872;
        color: #f8f8f8;
    
    }
    
    /* band */
    
 .TopPositionNavBand{
    position: relative;
    width: 100%;
    height: 600px;
 }
.connectNav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;

}
.connectTitleP{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #1429a0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* position: relative; */
}

.connectNavUL{

    top:110px;
    list-style: none;
    width: 100%;
    background-color: rgba(107, 146, 159, 0.316);
    overflow: hidden;
    position: relative;
}
.connectNavUlLi{
    width:100%;
    height:50px;
    line-height:50px;
    font-size: 20px;
    border-bottom: 1px solid rgb(255, 255, 255);
    box-sizing: border-box;
    /* position: relative; */


}
.connectNavUlLiLight{
    background-color: rgba(107, 146, 159, 0.416);
}


.connectNavUlLiTable{
    width:100%;
    text-align: center;
}
.connectNavUlLiTable tr{
    width:50%;
    height: 50px;
    line-height:50px;
    text-align: center;
}
.connectNavUlLiTable tr td{
    width: 50%;
    font-size: 22px;
    line-height:30px;
}
.connectNavUlLiTable tr td img{
    line-height:50px; 
    width: 70%;
    height: 40px;
}  
.menusBox{
    position:absolute;
    top: 0px;
    left: 20%;
    width:50%;
    height: 490px;
    z-index: 999;

}
.menus{
    position: absolute;
    top: 0;
    left:2%;
    width:96%;
    height:490px;
    background-color:  rgba(107, 146, 159, 0.849);
    border-left: 1px solid rgba(233, 231, 233, 0.533);
    display: none;
    color: #fcfcfc
}


.displayBlock{
    display: block;
}
.displayNone{
    display: none;
}
/* banner */

#BannerBox{
    width:100%;
    height: 242px;
    margin: auto;
   overflow: hidden; 
   position: relative;
}
#BannerBox ul{
    list-style: none;
    width: 6000px;
    position: relative;
    
   
}
#BannerBox ul li{
    float: left;
}
#bannerGoOne .liImg{
    width: 660px;
    height: 242px;
    margin: 0 auto;
}
#BannerBox .btn{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, .5);
    color: #fdfcfc;
    text-align:center;
    line-height: 40px;
    text-decoration: none;
    font-family: consolas;
    font-size: 26px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}
#BannerBox .leftbtn{
    left: 10px;

}
#BannerBox  .rightbtn{
    right: 10px;

}
#BannerBox  .rightbtn:hover{
    background-color:  rgba(51, 5, 253, 0.5);
   
}
#BannerBox  .leftbtn:hover{
    background-color:rgba(51, 5, 253, 0.5);
}


/* advantage */

.advantage{
    width: 100%;
    height: 110px;
    margin-left:3%;
    margin-right:3%;
 }
.advantage li{
    list-style: none;
    float: left;
    margin-left:2%;
    margin-right:2%;
  

}

.advantage li img{
    width:100%;
    height: 100%;
    border-radius: 1%;
    border: 0.2px solid #17016d;
}

.advantage li p{
    background-color: #1429a0;
    color: #ffffff;
    font-size: 14px;
}


.advantage li:first-child{
    list-style: none;
    float:left;
    margin-left:1%;

}

/* callUs */
.callUsBox{
    width:100%;
    height: 218px;
    border: 1px solid #999;
    position: relative;
} 
.code{
    display: none;
}
.callUsAllBuy{
    position: absolute;
    top:1%;
    left: 2%;
    width:50%;
    height: 220px;
}
.callUsAllBuy img{
    border-radius: 10%; 
    width:90%;
    height:90%;
   
}
.callUsAbout{
    position: absolute;
    top: 1%;
    right:2%;
    width:48%;
    height:99%;
    border-radius: 10%;
}
.callUsTitle{
    height: 70px;
    border-radius: 2%;
    background-color: #1429a0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 550;
}
.callUsPhone {
    width:100%;
    margin-top: 5px;
   
}
.callUsPhone tr td{
    margin-top: 5px;
    text-align: center;
  
}
.callUsPhoneImg{
 border-radius: 10%; 
    width: 58px;
    height: 58px;
}
.callUsPhoneImg:hover{
    border-radius: 50%;
    transform: scale(2); 
    border-color:1px solid #fa0303;
} 
/* applicationUp */
.applicationRight{
    width:100%;
    height: 40px;
    line-height: 34px;
    font-size: 22px;
    text-align: center;
    font-weight: 580;
    border-radius: 1%;
    color: #ffffff;
    background-color: #1429a0;
    margin-bottom: 2px;
}
#consoulUpBoxPC{
    width:100%;
    height:570px;
    overflow: hidden;
    position: relative;
}
#consoulUpBoxUlPC {
    height: 1000px;
    position: relative;
}
#consoulUpBoxUlPC li img{
    width:100%;
    height: 158px;
    margin: 0 auto;
}
/*indexProprty  */

.indexporpertyPC{
    position: relative;
    width: 100%;
    height: 650px;
    margin-bottom:1px;
    text-align: center;
}

    .indexporpertyLeftPC{
        position: absolute;
        top: 10px;
        left:3%;
        width: 73%;
    }
    .indexHotSaleRightPC{
        position: absolute;
        top: 10px;
        left:77%;
        width: 20%;
    }





.indexporpertyLeftPropotyPC{
    width: 100%;
    height: 600px;
    border: 1px solid  rgba(107, 146, 159, 0.849);
    overflow: hidden;

}
.indexporpertyLeftPropotyTitlePC{
    font-size: 28px;
    font-weight: 550;
    line-height: 60px;
    text-align: center;
    color: #ffff;
    background-color:   rgba(2, 4, 122); 
    border-radius: 1%;
}
#indexporpertyLeftPropotyUlPC{
    margin-top: 20px;
    list-style: none;
}
#indexporpertyLeftPropotyUlPC>li{
    float: left;
    width: 16%;
    margin: auto 2%;
    text-align: center;
}
#indexporpertyLeftPropotyUlPC>li>ul{
    list-style: none;
    width:100%;
    text-align: center;
    border-collapse: collapse;
  
} 

#indexporpertyLeftPropotyUlPC>li>ul>li:nth-child(1){
    width: 100%;
    line-height: 40px;
    background-color: rgba(107, 146, 159, 0.849);
    text-align: center;
    font-size: 18px;
    border: 1px solid #0f0f0f;
    margin-bottom: 15px;
   
}
#indexporpertyLeftPropotyUlPC>li>ul>li{
    width: 100%;
    margin-top: 2px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #0f0f0f;
}
.TRdispalynone{
     display: none; 
}
.TRdispalyblock{
    display: block;
} 
#indexporpertyLeftPropotyUlliMSizePC li:nth-child(1):hover{
    color: #080808;
}
#indexporpertyLeftPropotyUlliMSizePC li:hover{
    color: #fe0404;
}


/* hotsale */

.indexHotSaleRightBoxPC{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.indexHotSaleTitlePC{
    font-size: 28px;
    font-weight: 550;
    line-height: 60px;
    text-align: center;
    color: #fffb07;
    background-color: rgba(2, 4, 122); 
    border-radius: 1%;
}
#indexHotSaleBoxPC{
    overflow: hidden;
    height: 536px;
    position: relative;
}
#indexHotSaleTablePC{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    

}
#indexHotSaleTablePC tr{
    width: 98%;
    
    
}
#indexHotSaleTablePC tr td{
    width: 20%;
    font-size: 16px;
    line-height: 26px;
}
#indexHotSaleTablePC tr:nth-child(odd){
    background-color: rgba(107, 146, 159, 0.1);
    
}

/* indexPcTCnolog */

.indexTechnicalSupportNavBoxPC{
    position: absolute;
    top:0px;
    left: 0px;
    width: 98%;
    /* max-height: 600px; */
    height: 400px;
    margin: auto 1%;
    overflow: hidden;
}
.indexTechnicalSupportNavPC{
    position: absolute;
    top:0px;
    left: 0px;
    width: 98%;
    height: 40px;
    margin: auto 1%;
    overflow: hidden;
}
    .indexTechnicalSupportNavPC ul{
        position: absolute;
        top:5px;
        list-style: none;
        width: 100%;
        overflow: auto;
        margin: 0 auto;
        height: 120%;
        white-space: nowrap;
        background-color: rgba(2, 4, 122);
        padding-top: 2px;
    }
    .indexTechnicalSupportNavPC ul li{
        line-height: 36px;
        text-align: center;
        color: #f7f7f6;
        display: inline-block;
        cursor: pointer;
        margin: auto 10px;
    }
.indexTechnicalSupportListSectiondivPC{
    position: relative;
    top: 60px;
    width: 92%;
    margin: auto 4%;
    height: 360px;
    overflow: auto;
    
}

.indexTechnicalSupportTitle{
    text-align: left;

}
.indexTechnicalSupportTimer{
    text-align: right;
}
/* indexApplicationSuppor */

.indexApplicationSupportNavBoxPC{
    position: absolute;
    top:0px;
    left: 0px;
    width: 98%;
    height: 400px;
    margin: auto 1%;
    overflow: hidden;
}
.indexApplicationSupportNavPC{
    position: absolute;
    top:0px;
    left: 0px;
    width: 98%;
    height: 40px;
    margin: auto 1%;
    overflow: hidden;
}
    .indexApplicationSupportNavPC ul{
        position: absolute;
        top:5px;
        list-style: none;
        width: 100%;
        overflow: auto;
        margin: 0 auto;
        height: 120%;
        white-space: nowrap;
        background-color: rgba(2, 4, 122);
        padding-top: 2px;
    }
    .indexApplicationSupportNavPC ul li{
        line-height: 36px;
        text-align: center;
        color: #f7f7f6;
        display: inline-block;
        cursor: pointer;
        margin: auto 10px;
    }
.indexApplicationSupportListSectiondivPC{
    position: relative;
    top: 80px;
    width: 92%;
    margin: auto 4%;
    height: 360px;
    overflow: auto;
    
}

.indexApplicationSupportTitle{
    text-align: left;

}
.indexApplicationSupportTimer{
    text-align: right;
}
/* servicePC */
.codePC{
    z-index: 9999; 
    position: fixed;
    width: 500px;
    height: 300px;
    top:38%;
    left:38%;
    color: #0a0094;
    background-color:rgb(255, 255, 255);
    box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.8);
    border-radius: 10%;
   
}
.codeTitelPC{
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    padding-top: 10px;
}
.codeDetailedPC{
    width: 100%;
    height: 80%;
    text-align: center;
    padding-top:10px;
}
.codeDetailedPC tr td p{
    height: 40px;
    line-height: 40px;
    
}
.codeDetailedPC img{
    width: 80px;
    height:80px;
    background-color: #fff;
}
.addNumPC{
    background-color: rgb(182, 2, 2);
    border-radius: 20%;
    cursor: pointer;
    color: #faf607;
}
.addNumPC:hover{
    transform: scale(0.8);
}
