
.banner{
    width: 100%;
    /*max-width: 1980px;*/
    height: 600px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    /*background: #6894bc url(../images/p-banner-1.png) center top no-repeat;*/
    background: linear-gradient(45deg,#0d3d63,#7aa3cc);
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
}
.banner .ban-l{
    margin-top: 252px;
}
.banner .ban-l p{
    font-size: 30px;
    color: #ffffff;
}
.banner .ban-l .ban-p-2{
    margin-top: 20px;
    margin-left: 60px;
    position: relative;
}
.banner .ban-l .ban-p-2:after{
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width:100px;
    height:2px;
    background:rgba(255,255,255,1);
    opacity:1;
}
.banner .ban-r{
    height: 600px;
    margin-right: -25%;
}
.banner .ban-r img{
    height: 100%;
}

.content{
    width: 100%;
    max-width: 1920px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1200px;
}
.content .phone-product{
    background: #ffffff;
    position: relative;
}
.phone-product .device-list{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.device-list .d-lists{
    display: inline-block;
    font-size: 20px;
    color: #666666;
    width: 218px;
    height: 60px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}
.device-list .ml20{
    margin-left: 20px;
}
.device-list .active{
    border-radius: 40px;
    background-color: #0E5D9A;
    color: #ffffff;
}

.d-phone-list{
    width: 80%;
    margin: 40px auto 0px;
    display: flex;
    position: relative;
    z-index: 1;
}
.phone-list-item{
    /*width: 33.3%;*/
    width: 25%;
    text-align: center;
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
    margin-left: -2px;
    position: relative;
}
.phone-list-item:nth-child(1){
    margin-left: 0;
}
.phone-list-item:last-child{
    border-right: 2px solid #efefef;
}
.phone-list-item .item-t{
    margin-top: 50px;
}
.phone-list-item .item-t img{
    width: 105px;
    height: 105px;
}
.phone-list-item .item-t .item-name{
    font-size: 19px;
    color: #666666;
    margin-top: 26px;
}
.phone-list-item .item-b{
    margin-top: 120px;
    text-align: center;
    margin-bottom: 100px;
}
.phone-list-item .item-b .item-txt{
    width: 196px;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
}
.phone-list-item .item-b .know-more{
    display: inline-block;
    width: 110px;
    height: 35px;
    border: 1px dashed #666666;
    font-size: 15px;
    color: #666666;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -55px;
    opacity: 0;
}
.phone-list-item .item-b .know-more:hover{
    background-color: #e5e5e5;
}
.product-line{
    position: absolute;
    left: 0px;
    top: 44%;
    margin-top: -2px;
    width: 100%;
    height: 2px;
    border-top: 2px solid #efefef;
    z-index: 0;
    /*display: none;*/
}
.phone-list-item .p-line{
    position: absolute;
    left: 50%;
    top: 43%;
    margin-top: 5px;
    margin-left: -20%;
    width: 40%;
    height: 2px;
    border-top: 2px solid #efefef;
    opacity: 0;
}
.phone-list-item:hover{
    box-shadow: 0px 0px 15px #e3e3e3;
    background-color: #fff;
    /*border: none;*/
}
.phone-list-item:hover .p-line{
    opacity: 1;
}
.phone-list-item:hover .item-b .know-more{
    opacity: 1;
}

.content .banner2{
    width: 100%;
    background: url(../images/p-banner-2.png) center top no-repeat;
    height: 500px;
    overflow: hidden;
}
.banner2 .ban-r{
    margin-top: 180px;
}
.banner2 .ban-r p{
    font-size: 30px;
    color: #ffffff;
}
.banner2 .ban-r .ban-p-4{
    margin-top: 20px;
    margin-left: 60px;
    position: relative;
}
.banner2 .ban-r .ban-p-4:after{
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width:100px;
    height:2px;
    background:rgba(255,255,255,1);
    opacity:1;
}
.banner2 .ban-l{
    height: 500px;
    margin-left: -30%;
}
.banner2 .ban-l img{
    height: 100%;
    /*margin-top: 30px;*/
}

.content .web-product{
    margin-top: 90px;
}
.web-product .d-web-list{
    width: 80%;
    margin: 40px auto 60px;
}
.web-product .d-web-list ul li{
    float: left;
    width: 50%;
    height: auto;
    padding: 40px 25px 40px 40px;
    /*border-right: 2px solid #ececec;*/
    box-sizing: border-box;
}
/*.web-product .d-web-list ul li:nth-child(2n){*/
/*    margin-right: 0;*/
/*    border-left: 2px solid rgba(0,0,0,0);*/
/*    border-right: none;*/
/*}*/
.web-product .d-web-list ul li:hover{
    box-shadow: 0px 0px 10px #e3e3e3;
    /*border-right: 2px solid #0E5D9A;*/
}
/*.web-product .d-web-list ul li:nth-child(2n):hover{*/
/*    box-shadow: 5px 0px 10px #e3e3e3;*/
/*    border-left: 2px solid #0E5D9A;*/
/*    border-right:none;*/
/*}*/
.web-list-item .item-logo{
    width: 38%;
    line-height: 85px;
}
.web-list-item .item-int{
    width: 56%;
}
.web-list-item .item-logo img{
    width: 100%;
    vertical-align: middle;
}
.web-list-item .item-int .item-name{
    font-size: 22px;
    color: #333333;
    /*font-weight: bold;*/
}
.web-list-item .item-int .item-txt{
    margin-top: 10px;
    font-size: 13px;
    color: #999999;
}

.content #map{
    margin: 80px auto 0;
    /*width: 1200px;*/
    width: 100%;
    height: 420px;
}

@media (max-width: 800px) {
    .banner .w1200{
        padding: 0 50px;
    }
    .phone-list-item .item-b .item-txt{
        line-height: 30px;
    }
    .banner2 .ban-l{
        margin-left: -18%;
    }
    .banner2 .ban-r{
        margin-left: -16%;
    }
}