.content{
    position: relative;
    z-index:2;
    margin-top: -50px;
}
.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}
.location ul{
    margin-left: 10px;
    height:12px;
}
.location ul li{
    margin-left:15px;
    float: left;
    height:100%;
}
.location ul li a{
    float: left;
}
.location ul li a:hover p{
    color:#e50012;
}
.location ul li p{
    color: #666666;
    float: left;
    height:100%;
    line-height: 12px;
}
.location ul li img{
    width:10px;height:12px;
    margin-left: 13px;
    float: left;
    margin-top: 1px;
}
.banner{
    width: 1920px;height: 500px;
    position: relative;
    left: 0%;
    margin-left: 0px;
    z-index:1;
    margin-top: 0px;
}
.system-tab{
    width: 100%;
    height:50px;
}
.system-tab li{
    float: left;
    width: 148px;height:48px;
    border:1px solid #e2e2e2;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    margin-left: -1px;
    background: #fff;
    color: #333;
}
.system-tab li.cur{
    /*background: #e50012;*/
    /*dill新增 20191023----------------------start*/
    background: #1955b5;
    /*dill新增 20191023----------------------end*/
    color: #fff;
}
.system-tab li:first-child{
    margin-left: 0;
}
.system-text{
    width: 100%;
    overflow:hidden;
}
.system-text>div{
    display: none;
    border-left:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    background: #f9f9f9;
    min-height:550px;
}
.system-text>div:nth-of-type(1){
    display: block;
}
.system-text>div>div:nth-child(1){
    width: 100%;
    overflow:hidden;
    margin-bottom: 15px;
}
.system-text>div>div:nth-child(1) h3{
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin:20px 0;
}
.system-text>div>div:nth-child(1) div{
    width: 130px;height: 156px;
    float: left;
    margin:0 134px;
    cursor: pointer;
    /* width: 80px;
    height: 80px;
    border:5px solid #e50012;
    border-radius: 50px;
    line-height: 80px;
    font-size: 30px;
    float: left;
    cursor: pointer;
    text-align: center;
    margin:0 154px; */
}
.system-text>div>div:nth-child(1) img{
    width: 130px;height: 130px;
    margin-bottom: 10px;
}
.system-text>div>div:nth-child(1) p{
    width: 130px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
}
.system-text>div>div:nth-child(1) div:hover p{
    color: #e50012;
}
.system-text>div>ul{
    width: 100%;height:31px;
    overflow:hidden;
}
.system-text>div>ul li{
    width: 398px;height:31px;
    float: left;
}
.system-text>div>ul li *{
    display: none;
    margin:0 auto;
}
.system-text>div>ul li.cur *{
    display: block;
}

/* .system-text>div>div:nth-child(1) p.cur{
    border:5px solid #e50012;
    background: #e50012;
    color: #fff;
} */
.system-text>div>div:nth-child(n+2){
    display: none;
    width: 927px;
    overflow:hidden;
    border:1px solid #fff;
    border-radius:20px;
    box-shadow:5px -2px 5px #ececec;
    background: #fff;
    margin:0 auto 20px;
    padding-top: 30px;
    min-height:200px;
}
.system-text>div>div:nth-of-type(2){
    display: block;
}
.system-text>div>div:nth-child(n+2)>a{
    width: 198px;height: 38px;
    line-height: 38px;
    font-size: 16px;
    float: left;
    margin:0 15px 30px;
    text-align: center;
    /*border:1px solid #e50012;
     color: #e50012;*/
    /*dill新增 20191023----------------------start*/
    border:1px solid #1955b5;
    color: #1955b5;
    /*dill新增 20191023----------------------end*/

}
.system-text>div>div:nth-child(n+2)>a:hover{
    color: #fff;
    /*background: #e50012;*/
    /*border:1px solid #e50012;*/
    /*dill新增 20191023----------------------start*/
    background: #1955b5;
    border:1px solid #1955b5;
    /*dill新增 20191023----------------------end*/
}
