body, h1, h2, h3, h4, h5, h6, hr, p, 
blockquote, dl, dt, dd, ul, ol, li, 
pre, form, fieldset, legend, button, 
input, textarea, th, td {
     margin:0; padding:0; 
} 
button, input, textarea {
    outline: none;
} 
h1, h2, h3, h4, h5, h6{ 
    font-size:100%; 
} 
address, cite, dfn, em, var { 
    font-style:normal; 
}
small{ 
    font-size:12px; 
} 
ul, ol { 
    list-style:none; 
} 
a{ 
    text-decoration:none; 
}
sup { 
    vertical-align:text-top; 
} 
sub{ 
    vertical-align:text-bottom; 
} 
legend { 
    color:#000; 
} 
fieldset, img { 
    border:0; 
} 
button, input, select, textarea { 
    font-size:100%; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
}
body{
    font-family: sans-serif;
}
/* index头部 */
.index-header{
    width: 100%;
    min-width: 1080px;
    position: relative;
}
/* 产品导航下拉框\解决方案\关于我们导航下拉框 */
.solutionNav-Box,.productNav-Box{
    width: 25vw;
    height: min-content;
    background: rgba(0,0,0,0.8);
    padding: 0 2vw 1vw 2vw;
    position: absolute;
    top: 5vw;
    visibility: hidden;
}
/* .productNav-Box{
    width: 20vw;
} */
.solutionNav-Box>div,.productNav-Box>div{
    width: 100%;
    line-height: 1;
}
.solutionNav-Box a,.productNav-Box a{
    width: 49%;
    height: 3vw;
    font-size:1vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.7;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 3vw;
    text-align: center;
    text-decoration: none;
}
.solutionNav-Box a:hover,.productNav-Box a:hover{
    font-weight: bold;
    opacity:1;
    background: rgba(97, 107, 141, 0.5);
}
/* 经典案列、投资者关系导航下拉框 */
.aboutNav-Box,.classcaseNav-Box,.investorNav-Box{
    width: 15vw;
    height: min-content;
    background: rgba(0,0,0,0.8);
    padding: 0 2vw 1vw 2vw;
    position: absolute;
    top: 5vw;
    visibility: hidden;
}
/* .investorNav-Box{
    width: 10vw;
} */
.aboutNav-Box>div,.classcaseNav-Box>div,.investorNav-Box>div{
    width: 100%;
    line-height: 1;
}
.aboutNav-Box a,.classcaseNav-Box a,.investorNav-Box a{
    width: 100%;
    height: 3vw;
    font-size:1vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.7;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 3vw;
    text-align: center;
    text-decoration: none;
}
.aboutNav-Box a:hover,.classcaseNav-Box a:hover,.investorNav-Box a:hover{
    font-weight: bold;
    opacity:1;
    background: rgba(97, 107, 141, 0.5);
}
/* 联系方式 */
.contact-Box{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    box-shadow:0px 5px 11px 0px rgba(24,39,96,0.1);
}
.contact-Box>img{
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    border-bottom: 1px rgba(24,39,96,0.1) solid;
    position: relative;
}

.contact-Box-title{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    white-space: nowrap;
}
.contact-Box-p{
    font-size:16px;
    font-weight:bold;
    color:rgba(24,39,96,1);
    line-height: 1;
    white-space: nowrap;
}
.contact-minBox{
    visibility: hidden;
    background-color: #fff;
    box-shadow:0px 5px 11px 0px rgba(24,39,96,0.1);
    text-align: center;
    padding: 15px;
}
.contact-minBox img{
    width: 100%;
    height: 100%;
}
#phoneContact{
    position: absolute;
    top: 0px;
    right: 35px;
}
#wechatContact{
    position: absolute;
    top:25px;
    right: 35px;
}
/* /////////////////////pc //////////////////////////*/
@media screen and (min-width: 768px) {
    .h5 {
        display: none;
    }

    .pc {
        display: block;
        width: 100%;
        min-width: 1080px;
    }
}
/* 头部导航栏 */
.header-nav{   
    width: 100%;
    min-width: 1080px;
    height: 5vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;    
}
.header-nav-icon{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
}
.header-nav-icon>img{
    width: 40%;
    position: absolute;
    top: 30%;
    left: 30%;
}
.header-nav-List{
    width: 70%;
    height: 100%;
    line-height: 5vw;
    float: left;
}
.header-nav-List>ul{
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav-li{
    width: 12.5%;
    flex-grow: 1;
    height: 100%;
    text-align: center;
    float: left;
}
.header-nav-li>a{
    color: #fff;
    font-size:1.3vw;
    font-weight:400;
    opacity:0.5;
    text-decoration-line: none;
}
.header-nav-li>a:hover{
    opacity: 1;
    color: #ED7815;
    font-weight:bold;
    text-decoration: none;
}
/* index尾部 */
.index-footer{
    width: 100%;
    min-width: 1080px;
    padding-bottom: 2vw;
    background:#333333;
}
.footer-msg{
    width: 80%;
    height: 100%;
    min-height: 27vw;
    margin: 0 auto;
    display: flex;
    align-content: center;
}
.footer-msgBox{
    width: 85%;
    height: 100%;
    float: left;
}
.footer-cont-box{
    width: 90%;
    min-height: 23vw;
    padding: 4vw 0 0 0;
    margin-bottom:2vw;
    display: flex;
    justify-content: space-between;
    border-bottom: rgba(212, 210, 210,0.6) 1px solid;
}
.footercont-box-div>a,.footerCont-box-p{
    cursor: default;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size:0.85vw;
    font-weight:400;
    color:#fff;
    line-height:2vw;
}
.footercont-box-div>a,.footerCont-box-p{
    opacity: 0.7;
}
.footercont-box-div>a:hover{
    opacity: 1;
    cursor: pointer;
}
.footerCont-box-h6{
    font-size:1vw;
    font-weight:bold;
    color:#fff;
    margin-bottom: 1vw;
}
.footercont-box-div{
    padding-bottom: 2vw;
    float: left;
    width: 20%;
}
.footercont-box-div:nth-child(2){
    width: 30%;
}
.footercont-box-div:last-child{
    width: 42%;
}
.footer-msgBox>p{
    font-size:0.74vw;
    font-weight:400;
    color:#fff;
    line-height:1.48vw;
    opacity:0.4;
}
.footer-msgCode{
    width: 15%;
    height: 100%;
    float: left;
}
.footer-msgcodep{
    display: flex;
    align-items: center;
}
.footer-msgcodep>img{
    width: 1.2vw;
    height: 1.2vw;
}
.footer-msgCode>p{
    font-size:0.94vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:1.48vw;
    margin-bottom: 0.74vw;
    padding-top: 3.5vw;
}
.footer-msgCode>h6{
    font-size:1.3vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:1.48vw;
}
.footer-msgCode>img{
    width: 9vw;
    height: 9vw;
}
/*//////////////////////// h5////////////////////////// */
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .h5 {
        display: block;
        margin: 0px;
    }
}
/* h5头部导航条 */
.h5IndexHead{
    width: 100%;
    height: 11.73vw;
    background-color: #333333;
    position: fixed;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
}
.h5IdxImg{
    width: 90%;
    padding-left: 5vw;
}
.h5IdxImg-img{
    width: 33.33vw;
}
.h5IdxIcon1,.h5IdxIcon2{
    width: 5.87vw;
    margin-right: 5vw;
}
.h5IdxNav {
    position: fixed;
    top: 11.73vw;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 20;
    overflow: auto;
}
.H5head-nav-li{
    width: 100%;
    height: 10vw;
    border-top: 0.5px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333333;
}
.H5head-nav-a{
    width: 60%;
    font-size:3.2vw;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:10vw;
    opacity:0.5;
    margin-left: 6vw;
}
.H5head-a-ative{
    font-size: 3.73vw;
    font-weight: bold;
    opacity:1;
}
.h5navIcon1{
    width: 6vw;
    height: 6vw;
    margin-right: 6vw;
}
.h5sonNav{
    width: 100%;
    background-color: #222222;
}
.h5sonNav>a{
    display: block;
    padding: 4vw 10vw;
    font-size: 2.4vw;
    color:rgba(255,255,255,0.5);
    border-top: 0.5px solid rgba(255,255,255,0.3);
}
/* h5尾部 */
.h5IndexFoot{
    height: 113.33vw;
    background-color: #333333;
}
.h5IndexFoot-p{
    font-size:2.93vw;
    font-weight:500;
    color:rgba(255,255,255,1);
    opacity:0.4;
    width: 90%;
    margin: 0 auto;
    line-height: 5vw;
    margin-top: 5.33vw;
}
.h5IndexFoot-code{
    width: 90%;
    height: 42.66vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.h5IndexFoot-code-div{
    width: 70%;
    height: 26.4vw;
}
.h5IndexFoot-code-div>p{
    font-size:3.2vw;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.h5IndexFoot-code-div>h6{
    font-size:4.27vw;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.h5IndexFoot-code>img{
    width: 26.27vw;
    height: 26.4vw;
}
.h5IndexFoot-msg{
    width: 90%;
    margin: 0 auto;
}
.h5IndexFoot-msg>p{
    font-size:3.2vw;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.4;
    line-height: 5vw;
}
.h5content{
    padding-top: 11.73vw;
}
.h5Contfont-box span{
    font-size: 3vw !important;
}
.report-link-text,.report-link-text:hover{
    color: #ffffff;
    text-decoration: none;
}
.report-link-text:hover{
    color: #f90;
}