.banner-img{
    width : 100%;
    height:auto;
    min-width:1200px;
}
.nav.outIndex{
    background: #1875f0;
}
.nav.outIndex .nav-container ul li.active {
    background: #1569d8;
}
.nav.outIndex .nav-container ul li:hover {
    background: #1569d8;
}
body{
    background: url("../images/outIndex/outbg.png") repeat center center;
    background-size: 100% auto;
}
.banner-img img{
    width:100%;
}
.out-salesmatch .main-content{
    width:1200px;
    margin: 0 auto;
}
.out-salesmatch .list-item{
    width:100%;
    padding:20px 0;
}
.out-salesmatch .list-item-title{
    width:100%;
    height:100px;
    padding-left: 100px;
    box-sizing: border-box;
    background: url("../images/outIndex/num0.png") no-repeat left 22px;
}
.out-salesmatch .list-item-title p{
    width:100%;
    height:100px;
    line-height: 70px;
    padding:15px 30px;
    box-sizing: border-box;
    font-size: 35px;
    color:#394771;
    font-weight: bold;
    background: url("../images/outIndex/title-star.png") no-repeat 5px 5px;
}
.out-salesmatch .list-item-title p span{
    border-bottom: 4px solid #2074ea;
    color:#394771;
    padding:8px 0px;
}
.out-salesmatch .list-item-detail{
    width:100%;
    padding:25px 40px;
    background: #fff;
    box-shadow: 0 2px 10px 2px rgba(184,212,253,0.36);
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
}
.out-salesmatch .list-item-detail:after{
    content: '';
    display: block;
    width:46px;
    height:88px;
    position: absolute;
    left:38px;
    top:-78px;
}
.out-salesmatch .list-item-detail.num1:after{
    background: url("../images/outIndex/num1.png") no-repeat center center;
}
.out-salesmatch .list-item-detail.num2:after{
    background: url("../images/outIndex/num2.png") no-repeat center center;
}
.out-salesmatch .list-item-detail.num3:after{
    background: url("../images/outIndex/num3.png") no-repeat center center;
}
.out-salesmatch .list-item-detail.num4:after{
    background: url("../images/outIndex/num4.png") no-repeat center center;
}
.out-salesmatch .list-item-detail p{
    color:#394572;
    line-height:35px;
}
.out-salesmatch .box-item{
    width:100%;
    padding:30px 0;
    margin-top: 30px;
}
.out-salesmatch .box-item-title{
    width:100%;
    height:100px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.out-salesmatch .box-item-title:after{
    display: block;
    content: '';
    width:75px;
    height:10px;
    background: #2074ea;
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin: auto;
}
.out-salesmatch .box-item-title span{
    display: inline-block;
    width:auto;
    padding: 0 30px;
    background: url("../images/outIndex/title-bg.png") no-repeat left top;
    font-size: 40px;
    font-weight: bold;
    color:#394771;
    line-height: 100px;
}
.out-salesmatch .box-item-detail{
    width:100%;
    box-sizing: border-box;
    font-size: 18px;
    color:#394572;
    line-height: 30px;
}
.out-salesmatch .box-item-detail p{
    font-size: 18px;
    color:#394572;
    line-height: 30px;
}
.out-salesmatch .box-item-detail.blue-bg{
    padding:25px 40px;
    background: url("../images/outIndex/blue-bg1.png") no-repeat center center;
    background-size: 100% 100%;
    color:#fff;
}
.out-salesmatch .box-item-detail.blue-bg p{
    color:#fff;
}
.box-shadow{
    box-shadow: 0 2px 10px 2px rgba(184,212,253,0.36);
}
.out-salesmatch .para-list{
    width:100%;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.out-salesmatch .para-list .list-num{
    position: absolute;
    top:5px;
    left:0;
    width:20px;
    height:20px;
    background: url("../images/outIndex/num-bg.png") no-repeat center center;
    font-size: 16px;
    color:#fff;
    line-height: 20px;
    text-align: center;
}
.out-salesmatch .para-list .list-remark{
    position: absolute;
    top:6px;
    left:0;
    width:80px;
    height:20px;
    font-size: 18px;
    color:#394572;
    line-height: 20px;
    text-align: center;
}
.out-salesmatch .para-list .list-text{
    display: inline-block;
    width:100%;
    line-height: 30px;
    color:#394572;
    font-size: 18px;
}
.awards-setting-table{
    width:100%;
    border-collapse: collapse;
    border-spacing:0;
    margin-top: 20px;
}
.awards-setting-table thead{
    height:50px;
    background: #ececee;
}
.awards-setting-table thead th{
    line-height: 50px;
    font-size: 18px;
    color:#394572;
    text-align: center;
}
.awards-setting-table tbody{
    border:1px solid #ececee;
}
.awards-setting-table tbody td{
    line-height: 35px;
    font-size: 18px;
    color:#394771;
    text-align: center;
    border:1px solid #ececee;
    padding:5px;
}
.out-salesmatch .apply-btn{
    width:394px;
    height:84px;
    display: block;
    margin: 30px auto;
    background: url("../images/outIndex/register-btn-bg.png") no-repeat;
    text-align: center;
    line-height: 84px;
    color:#fff;
    font-size: 35px;
    font-weight: bold;
}
.underlineColor{
    border-bottom: 4px solid #f9d895;
    border-radius: 2px
}