/*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: right;
}
.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;
    float: right;
}

/*优势*/
.serve-adv-title{
    text-align: center;
}
.serve-adv-title p{
    margin-top: 80px;
    margin-bottom: 40px;
    font-size:28px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.serve-adv-con{
    width: 100%;
    height: 320px;
}
.serve-adv-con-detail{
    width:400px;
    height:140px;
    background:rgba(255,255,255,1);
    float: left;
    cursor: pointer;
}
.serve-adv-con-detail-zuo{
    width: 140px;
    float: left;
}
.serve-adv-con-detail-zuo img{
    margin-top:35px;
    margin-left:40px ;
}
.serve-adv-con-detail-you{
    float: left;
    width: 240px;
}
.serve-adv-con-detail-you .text1{
    margin-top: 35px;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.serve-adv-con-detail-you .text2{
    font-size:14px;
    font-weight:400;
    color:#888888;
}




/*产品*/

.add-pro{
    padding-bottom: 60px;
    width: 100%;
    background:rgba(238,239,244,1);
}
/*侧栏*/
.add-nav{
    width:300px;
    background:rgba(255,255,255,1);
    border: 1px #eaeaea solid;
    border-radius:4px 4px 4px 4px;
    float: left;padding-bottom: 20px;
}
.nav-top{
    width: 100%;
    height:60px;
    background:rgba(59,165,255,1);
    border-radius:4px 4px 0px 0px;
    text-align: center;
    margin-bottom: 20px;
}
.nav-top p{
    font-size:18px;
    font-weight:400;
    color:rgba(254,254,254,1);
    line-height:62px;
}

.pro_fa{
    padding:5px 0 5px 0
}

.address{
    width: 100%;
    color:#333;
    font-size: 16px;
    padding: 0px 0px 10px 32px;
}
.kind{
    background-color:rgba(255,255,255,1);
    width:100%;
    /*height:40px;*/
    padding:0px 20px 12px 32px;
}
/* 分类的样式 */
.it{
    /*margin: 10px 10px 10px 20px;*/
    width: 70px;
    margin-right: 9px;
    margin-top: 3px;
    color:#666666;
    font-size: 14px;
    padding: 4px 4px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    /*float: left;*/
    border: 1px solid white;
}

/* 鼠标移上去后修改分类颜色 */
.kind .it.active{
    color:#3BA5FF;
    border: 1px solid #3BA5FF;
    border-radius: 4px;
}
.kind .it:hover{
    color:#3BA5FF;
    border: 1px solid #3BA5FF;
    border-radius: 4px;
}
.item{
    display:none;
    width: 860px;
    float: right;
}
#div1{
    display: block;
}

.pro{
    width:860px;
    height:140px;
    background:rgba(255,255,255,1);
    border: 1px #eaeaea solid;
    border-radius:4px;
    margin-bottom: 16px;
    cursor: pointer;
}
.pro:hover{
    box-shadow: 0px 0px 20px rgba(82,82,82,0.1);
}
.pro1-title{
    height: 60px;
}
.pro1-title img{
    float: left;
    margin-top: 14px;
    margin-left: 40px;
}
.pro1-title p{
    float: left;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-left: 10px;
    padding-top:20px;
}
.middle{
    float: left;
}
.middle table{
    margin-left: 44px;
    margin-top: 4px;
}
.middle table .pz_t{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,0.8);
    line-height:32px;
}
.pro-you{
    margin:48px 20px 0px 0px;
    /*padding-top: 48px;*/
    float: right;
    text-align: center;
}
.pro-you .price{
    font-size:22px;
    font-weight:400;
    color:rgba(243,134,29,1);
    line-height:24px;

}
/*.pro-you .price p{*/
    /*text-align: right!important;*/
/*}*/
.pro-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{
    text-decoration: none;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}



.box {
    width: 860px; height:712px;overflow: hidden;
}
option{
    border: none;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:#fff;
    /*加padding防止文字覆盖*/
    /*padding-right: .14rem;*/
}
/*!*清除ie的默认选择框样式清除，隐藏下拉箭头*!*/
/*select::-ms-expand {display: none;}*/

.pz_n select{
    border: none;
    width: 70px;
}
option:hover{
    background-color: white!important;
}
/*.select_box .option:hover{*/
    /*background-color: white!important;*/
/*}*/