.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 12px;
}
.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: 50%;
    margin-left: -960px;
    margin-bottom: 50px;
}
.banner img{
    width:100%;height: 100%;
    position: absolute;
    display: none;
    cursor: pointer;
    margin-top: 0px;
}
.banner img.current{
    display: block;
}
.banner ul{
    position: absolute;
    z-index:100;
    left:940px;bottom:20px;
    height:12px;
}
.banner ul li{
    float: left;
    margin: 0 4px;
    border-radius:100%;
    border:2px solid #fff;
    width:10px;height:10px;
    cursor: pointer;
}
.banner ul li.current{
    background: #fff;
}
.banner ul li:hover{
    background: #fff;
}
.content>img{
    width: 1200px;
}
.content>img:nth-of-type(1){
    margin:0 auto 30px;
    width: 80%;
}
.tab{
    width: 100%;
    margin-top: 80px;
    overflow:hidden;
}
.tab ul{
    margin-bottom: 45px;
}
.tab li{
    width: 120px;height: 30px;
    line-height: 30px;
    font-size: 18px;
    float: left;
    /*color: #e50012;*/
    background: #fff;
    text-align: center;
    cursor: pointer;
    /*border:2px solid #e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    border:2px solid #1955b5;
    /*dill新增 20191023----------------------end*/
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tab li:nth-of-type(2){
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tab li.current{
    color: #fff;
    /*background: #e50012;*/
    /*dill新增 20191023----------------------start*/
    background: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.content .title{
    width: 100%;
    margin-top: 60px;
    overflow:hidden;
}
.content .title p{
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    /*color: #e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.content .title p:nth-of-type(2){
    margin-left: 500px;
}