/*导航*/
.navlist{
    background: #093586;
}
.navlist ul li{
    float:left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #2256a2;
    border-top: 1px solid #2256a2;
    border-bottom: 1px solid #497dca;
    border-left: 1px solid #497dca;
}
.navlist ul li:nth-child(4n){
    border-right:0;
}
.navlist ul li a{
    display: block;
    text-align: center;
    padding:2.5vw 0;
    font-size: 1.56rem;
}
/*产品中心*/
.titlebg{
    border-bottom:2px solid #093586;
    margin-bottom: 5vw;
}
.title{
    margin-top:5vw;
    text-align: center;
    padding-bottom: 2vw;
}
.title:after{
    display: block;
    content: '';
    clear: both;
}
.title h4{
    float:left;
    color: #093586;
    font-weight: normal;
    font-size:1.625rem;
}
.title p{
    float:left;
    text-transform: uppercase;
    background: url("/pRWQT31rK1LoL1uKEOgLUzWTIyyLHEkqJSOIIxpnEIgUIyVsDy1G.jpg") no-repeat center;
    color: #fff;
    margin-top:0.5vw;
    font-size:1.375rem;
    font-weight: lighter;
    width: 274px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    text-align: left;
    font-style: italic;
}
.title a{
    float:right;
    font-size:1.375rem;
    color: #093586;
}

.product_fl{
    margin-top:3vw;
}
.product_fl ul li:nth-child(odd){
    float:left;
}
.product_fl ul li:nth-child(even){
    float: right;
}
.product_fl ul li{
    width: 48%;
    margin-bottom:3.8vw;
}
.product_fl ul li a{
    display: block;
    background: #066bc5;
    border-radius: 30px 30px;
    width:100%;
    text-align: center;
    padding:1.5vw 0;
    font-size:1.25rem;
}
.product_list ul li:nth-child(odd){
    float:left;
}
.product_list ul li:nth-child(even) {
    float:right;
}
.product_list ul li{
    width:48%;
    margin-bottom: 5vw;
}
.product_list ul li a{
    display: block;
    text-align: center;
}
.product_list ul li b{
    display: block;
    border:3px solid #093586;
    position: relative;
    width: 100%;
    height:34vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.product_list ul li b img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product_list ul li p{
    color: #093586;
    width: 100%;

    text-align: left;
    font-size:1.375rem;
    margin: 1vw 0;
    background: url("/pRWQT31rK1LoL1uKEOgLUzWTIyyLHEkqJSOIIxpnJ0LqESgJ.jpg") no-repeat right center;
}
.product_list ul li small{
    display: block;
    width: 141px;
    margin:0 auto;
    color: #000000;
    text-align: center;
    background: #fff;
    border:1px solid #d9d9d9;
    line-height: 28px;
    font-size:1rem;
}

/*company*/
.company div{
    font-size: 1.375rem;
    color: #666666;
    line-height: 35px;
    margin-bottom:3vw;
}
.img_jz{
    position: relative;
    overflow: hidden;
}
.img_jz img{
    max-width: 100%;
    height: 100%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.case li:after{
    display: block;
    content: '';
    clear: both;
}
.case li{
    margin-bottom:1vw;
}
.case li a b{
    width:30%;
    height:20vw;
    float:left;
}
.case li a div{
    float:right;
    width:70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 3%;
}
.case li a div span{
    font-size: 1.625rem;
    display: block;
    color: #093586;
    border-bottom:1px solid #093586;
}
.case li a div small{
    font-size: 1.375rem;
    color: #333333;
    line-height: 35px;
}
/*news*/
.news{
    margin-bottom:5vw;
}
.news span{
    font-weight: bold;
    color: #093586;
    font-size:1.5rem;
    margin-right: 3vw;
}
.news a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2vw 5vw;
    width: 100%;
    color: #333333;
    font-size: 1.375rem;
    background: url("/pRWQT31rK1LoL1uKEOgLUzWTIyyLHEkqJSOIIxpnJ0LqESgJ.jpg") no-repeat 96% center;
}
.news a:nth-child(even){
    background: #ececec url("/pRWQT31rK1LoL1uKEOgLUzWTIyyLHEkqJSOIIxpnJ0LqESgJ.jpg") no-repeat 96% center;
}
/*contact*/
.contactbg{
    background: #093586;
    text-align: center;
    color: #fff;
}
.contactbg h5{
    font-weight: normal;
    font-size:1.75rem;
    margin:2vw;
}
.contactbg small{
    font-size:1.25rem;
    display: block;
}
.contactbg p{
    font-size:1.5rem;
    margin-bottom:1.6vw;
}
.contactbg div div:after{
    display: block;
    content: '';
    clear: both;
}
.contactbg div div{
    border:2px solid #628ad3;
    background: #628ad3;
    width: 80%;
    display: inline-block;
    height: 8vw;
    line-height: 8vw;
    margin:1.6vw 0;
}
.contactbg div span{
    background: #f6f7e3;
    font-size: 1.75rem;
    color: #093586;
    width:59%;
    float:left;
}
.contactbg div a{
    display: block;
    width:35%;
    font-size:1.75rem;
    float:left;
    padding-left:5%;
    background: url("/pRWQT31rK1LoL1uKEOgLUzWTIyyLHEkqJSOIIxpnEIqsTxIsID.jpg") no-repeat 20px center;
}
.tegsupport{
    color: #093586;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 4.5vw;
}
<!--耗时0.00034594535827637秒-->