@charset "UTF-8";
body{
    position: relative;
}


.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height: 500px;*/
}
h1{
    font-size:36px;
    text-align:center;
    padding-top: 60px;
    padding-bottom:40px;
    color: #3e3a39;
}
.market-support img{
    display: block;
    margin: 0 auto;
    padding-bottom: 86px;
}
.staff-support,.operation-support{
    width: 100%;
    background: #dee7f8;
}
.staff-support ul,.operation-support ul,.channel-support ul{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.staff-support ul li,.operation-support ul li,.channel-support ul li{
    list-style: disc;
    font-size: 18px;
    margin-left: 20px;
    line-height: 2.2;
}
.staff-support img,.operation-support img,.channel-support img{
    display: block;
    margin: 0 auto;
    padding-bottom: 70px;
}
.technical-support .technical-nav{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.technical-nav{
    position: relative;
}
.technical-nav #num{
    width: 960px;
    height: 64px;
    background: #28a7e1;
    border-radius: 4px;
    margin: 0 auto;
    box-sizing: border-box;
}
.technical-nav li{
    display: block;
    float: left;
    position: relative;
    text-align: center;
}
.technical-nav li a{
    cursor:pointer;
    display: block;
    width: 480px;
    font-size: 18px;
    line-height: 3.6;
    color: #fff;
}
.tab{
    height: 62px;
    background: #fff;
    border: 1px solid #cfd0d0;
    border-radius: 4px 0 0 4px;
}
li.tab>a{
    color: #3e3a39;
}
.technical-nav .line:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 29px;
    background: url('/other/Channel/images/line.jpg') no-repeat;
    top:18px;
    right:0px;
}
.technical-nav img{
    display: block;
    margin: 0 auto;
    padding-top: 70px;
}
