/*联系WM视讯*/
.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }
.pageContact{
    width: 44%;float: left;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    padding:40px 3%;
}
.pageContact li{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.pageContactIcon{
    width:55px;float: left;
    text-align: center;
}
.pageContactIcon img{
    width:35px;
    vertical-align: middle;
}
.pageContactWord{
    float: left;
    height: auto;overflow: hidden;
    line-height: 45px;
    font-size: 16px;
}
.pageBook{
    width:50%;float: left;
}


/*关于WM视讯*/
.pageAboutWord{
    width:57%;float: left;
    margin-right: 3%;
}
.pageAboutWord h2{
    font-size: 26px;
    color:#018cd2;
    line-height: 50px;
    font-weight: 500;
}
.pageAboutWord h3{
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
}
.pageAboutWord h4{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 28px;
    color:#444;
    font-size: 15px;
    margin:30px auto;
}
.pageAboutPic{
    width:40%;float: left;
}
.pageAboutPic li{
    width:98%;
    margin:10px 1%;
}
.pageAboutPic li img{
    width:100%;
    border-radius: 20px;
}
.pageAboutContent{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 25px;
    color:#444;
    margin:20px auto;
    font-size: 16px;
}
.pageAboutContent h4{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 28px;
    color:#444;
    margin:20px auto; 
    font-size: 16px;
}
.pageOffice{
    width:100%;
    height: auto;overflow: hidden;
}
.pageOffice li{
    width:23%;float: left;
    margin:10px 1%;
}
.pageOffice li img{
    width:100%;
    border-radius: 10px;
}
.pageOfficeBanner{
    width:100%;
    height: auto;overflow: hidden;
}
.pageOfficeBanner img{
    width:100%;
}

.pageFactory{
    width:100%;
    height: auto;overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 10px solid #f1f1f1;
}
.pageFactory li{
    width:23%;float: left;
    margin:10px 1%;
}
.pageFactory li img{
    width:100%;
    border-radius: 10px;
}
.pageHonorOne{
    width:100%;
    height: auto;overflow: hidden;
}
.pageHonorOne li{
    width:31.33%;float: left;
    margin:20px 1%;
    transition: all 0.5s;
}
.pageHonorOne li:hover{
    box-shadow: 0 0 10px #153554;
}
.pageHonorOne li img{
    width:100%;
}
.pageHonorTwo{
    width:100%;
    height:auto;overflow: hidden;
}
.pageHonorTwo li{
    width:23%;float: left;
    margin:20px 1%;
    transition: all 0.5s;
}
.pageHonorTwo li:hover{
    box-shadow: 0 0 10px #153554;
}
.pageHonorTwo li img{
    width:100%;
}
/*关于WM视讯*/


@media(max-width:768px) {
   /*联系WM视讯*/
    .pageContent {
        width: 100%;
        margin: 50px auto;
    }
    .pageContact{
        width: 94%;
        padding:40px 3%;
    }
    .pageContactIcon{
        width:20%;
    }
    .pageContactIcon img{
        width:35px;
        vertical-align: middle;
    }
    .pageContactWord{
        width:80%;
        line-height: 40px;
        font-size: 14px;
    }
    .pageBook{
        width:100%;
        margin-top: 30px;
    }

    /*关于WM视讯*/
    .pageAboutWord{
        width:100%;
        margin-right: 0;
    }
    .pageAboutPic{
        width:100%;
    }
    .pageAboutPic li{
        width:98%;
        margin:10px 1%;
    }

    .pageOffice li{
        width:48%;
        margin:10px 1%;
    }
    .pageFactory li{
        width:48%;
        margin:10px 1%;
    }
    .pageHonorOne li{
        width:48%;
        margin:20px 1%;
    }
    .pageHonorTwo{
        width:100%;
        height:auto;overflow: hidden;
    }
    .pageHonorTwo li{
        width:31.33%;
        margin:20px 1%;
    }
    .pageHonorTwo li img{
        width:100%;
    }
    /*关于WM视讯*/ 
}<!--0.00020599365234375-->