<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.newser,.about{background: #fff;padding:80px 0 40px 0;}
.caseleft{width:68%;float:left;overflow:hidden;}
.contactleft{width:68%;float:left;overflow:hidden;}
.newsright{width:27%;float:right;}
.caseleft ul li {float:left;width:200px;background: #F6F6F6;margin-right:17px;padding-bottom:10px;margin-bottom:30px;}
.caseleft ul li:hover{background: #04ABF1;transition:all 0.7s;}
.caseleft ul li:hover dl dd{color:#fff;transition:all 0.3s;}
.caseleft ul li dl dt img{width:100%}
.caseleft ul li dl dd h4{font-size:15px;font-weight: 700;text-align:center;margin:5px 0;padding:0 5px;}
.caseleft ul li dl dd p{padding:0 10px;font-size:14px;}
.contactleft table{text-align:center;margin:70px 0 30px 0;font-size:15px;}
.contactleft table tr{line-height:40px;}
.contactleft table tr  span{font-size:20px;color:#E40006;text-shadow: 0 0 10px #E1371B}
.contactleft table tr em{font-size:20px;font-weight: 700;}
.contactleft  h5{margin-top:30px;    font-size: 20px;font-weight: 700;border-bottom:1px dashed #ccc;padding-bottom:30px;overflow:hidden;}
.contactleft  h5 em{display:inline-block;background-position: 0 -90px;width:25px;height:25px;}
.contactleft p{margin:20px 0;font-size:14px;}
.contactleft form ul li{padding:20px 0;}
.contactleft form ul li p.mep{text-indent: 0;margin-top:-10px;}
.contactleft form input{width:50%;height:30px;}
.contactleft form textarea{width:530px;}
.contactleft form input.submit{width: 150px;
    margin-right: 80px;
    border: none;
    background: #00A7EA;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;}
    .contactleft form input.submit:hover{background: #FFDD57;color:#000;transition:background 0.4s;}
    /*about*/
.about .abimg{margin:20px 0;}
.about .abimg img{width:30%;margin-right:5%;}
.about .abimg img:nth-of-type(3){margin-right:0;}
.about .abimgt{margin:20px 0;}
.about .abimgt img{width:20%;margin-right:6.666%;}
.about .abimgt img:last-child{margin-right:0;}</pre></body></html>