/*banner*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}

.banner{
    width: 100%;
    height: 360px;
    background-color: #17222B;
    margin-top: 54px;
}
.half-left{
    width: 600px;
    float: left;
}
.half-right{
    width: 600px;
    float: left;
}
.banner-title{
    font-size:36px;
    color:white;
    padding-top:77px;
    padding-bottom:40px;
}
.banner-text{
    font-size:14px;
    color:rgba(255,255,255,0.78);
    line-height:30px;
    width: 580px;
}
.half-right img{
    padding-top: 23px;
}
/*痛点*/
.spot{
    width:100%;
    height: 360px;
}
.spot-con{
    float: left;
    margin-top:60px;
    width:380px;
    height:220px;
    background:rgba(254,254,255,1);
    box-shadow:0px 0px 8px 1px rgba(0, 0, 0, 0.06);
    border-radius:10px;
    margin-bottom: 80px;
    cursor: pointer;
}
.spot-con:hover{
    transform: scale(1.1);
}
.spot-con-title{
    width: 100%;
    height:54px;
    background:#3BA5FF;
    border-radius:10px 10px 0px 0px;
}
.spot-con-title p{
    text-align: center;
    font-size:18px;
    letter-spacing:1px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:54px;
}
.spot-con-des{
    margin-top: 20px;
    margin-left: 20px;
    width: 340px;
}
.spot-con-des p{
    text-indent: 2em;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:26px;
}

/*架构*/
.framework{
    width: 100%;
    height: 540px;
    margin-bottom: 80px;
}
.framework-left{
    width:680px;
    height:540px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(242,249,255,1);
    float: left;
}
.framework-left img{
    margin-left: 15px;
}
.framework-right{
    width: 520px;
    height: 540px;
    background:rgba(246,251,255,1);
    float: left;
}
.framework-title{
    margin-left: 30px;
    font-size:28px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 48px;
}
.line{
    margin-top: 14px;
    margin-bottom: 36px;
    width:80px;
    height:3px;
    background:#3BA5FF;
}
.framework-text01{
    width: 460px;
    margin-left: 30px;
}
.framework-text01 .framework-text01-title{
    font-size:18px;
    color:rgba(51,51,51,1);
    font-weight:400;
}
.framework-text01 .framework-text01-con p{
    text-indent: 2em;
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:28px;
}
.framework-text02{
    width: 460px;
    margin-left: 30px;
}
.framework-text02 .framework-text02-title{
    margin-top: 30px;
    font-size:18px;
    color:rgba(51,51,51,1);
    font-weight: 400;
}
.framework-pro{
    margin-top: 10px;
    width: 118px;
    height:36px;
    border:1px solid rgba(230,234,236,1);
    border-radius:4px;
    text-align: center;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.framework-pro a{
    color:rgba(102,102,102,1);
    line-height:36px;
}
.framework-pro:hover{
    border: 1px solid #3BA5FF;
}
.framework-pro:hover a{
    color: #3BA5FF;
}

/*产品推荐*/
.product{
    width: 100%;
    height:554px;
    background:rgba(251,251,251,1);
}
.up{
    width: 100%;
    height:156px;
    padding-top: 60px;
}
.product-title{
    font-size:28px;
    font-weight:400;
    color:rgba(51,51,51,1);
    float: left;
}

.recon-nav{
    float: left;
}

.recon-nav #fw1,#fw2,#fw3{
    width:180px;
    height:40px;
    border:1px solid rgba(222,222,222,1);
    border-radius:4px;
    float: left;
    margin-right: 60px;
    text-align: center;
    cursor: pointer;
}
#fw1,#fw2,#fw3 p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:38px;
}
#fw1:hover{
    background:rgba(59,165,255,1);
    border:1px solid rgba(59,165,255,1);
}
#fw1:hover p{
    color:#FFFFFF ;
}
#fw2:hover{
    background:rgba(59,165,255,1);
    border:1px solid rgba(59,165,255,1);
}
#fw2:hover p{
    color:#FFFFFF ;
}
#fw3:hover{
    background:rgba(59,165,255,1);
    border:1px solid rgba(59,165,255,1);
}
#fw3:hover p{
    color:#FFFFFF ;
}
#fw1.active{
    background:rgba(59,165,255,1);
    border:1px solid rgba(59,165,255,1);
}
#fw1.active p{
    color:#FFFFFF ;
}
#fw2.active{
    background:rgba(59,165,255,1);
    border:1px solid rgba(59,165,255,1);
}
#fw2.active p{
    color:#FFFFFF ;
}
#fw3.active{
    background:rgba(59,165,255,1);
    border:1px solid rgba(59,165,255,1);
}
#fw3.active p{
    color:#FFFFFF ;
}

.pro1{
    width:590px;
    height:160px;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
.pro1:hover{
    box-shadow:0px 4px 12px 2px rgba(59,165,255,0.24);
}
.pro1-title{
    width: 100%;
    height: 60px;
}
.pro1-title p{
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-left: 30px;
    padding-top: 24px;
}
.middle{
    float: left;
}
.middle table{
    margin-left: 30px;
    margin-top: 10px;
}
.middle table .pz_t{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,0.8);
    line-height:32px;
}
.pro1 .you{
    margin-left: 30px;
    float: left;
}
.pro1 .you .price{
    font-size:24px;
    font-weight:400;
    color:rgba(243,134,29,1);
    line-height:24px;
}
.pro1 .you .consultation{
    margin-top: 16px;
    margin-left: 20px;
    width:100px;
    height:28px;
    background:rgba(59,165,255,1);
    border-radius:4px;
    text-align: center;
    cursor: pointer;
}
.consultation a{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}

/*方案优势*/
.adv{
    width: 100%;
    height:514px;
    background: white;
}
.adv-title{
    width: 100%;
    margin-top: 80px;
    font-size:28px;
    font-weight:400;
    color:rgba(51,51,51,1);
    float: left;
}
.plan-adv{
    width: 600px;
    height: 140px;
    border-radius: 4px;
    background:rgba(255,255,255,1);
    float: left;
    cursor: pointer;
}
.plan-adv:hover{
    box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.plan-adv:hover .text01{
    color: rgba(59,165,255,1);
}
.plan-adv-icon{
    width: 80px;
    height:80px;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 30px;
    float: left;
}
.plan-adv-text{
    width: 400px;
    margin-left:20px;
    float: left;
    margin-top: 28px;
}
.plan-adv-text .text01{
    font-size:18px;
    color:#333333;
    margin-bottom:10px;
}
.plan-adv-text .text02{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,0.8);;
    line-height:24px;
}

