﻿.solution{
    width: 100%;
    margin-top: 50px;
    height: auto;
    margin-bottom: 40px;
    display: inline-block;
}
.title{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.title h3{
    font-size: 29px;
    color:#000;
    margin-bottom: 15px;
}
.title p{
    font-size: 14px;
    color: #4e4f51;
    line-height: 22px;
    letter-spacing: 1px;
}
.solution-main li{
    float: left;
    margin-bottom: 18px;
}
.sm1-bottom{
    position: absolute;
    bottom: 11px;
    text-align: center;
    width: 90%;
    left: 15px;
}
.sm1-bottom h3{
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #eee;
    letter-spacing: 0px;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.sm1-bottom p{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
}
#sm1{
    width: 365px;
    height: 233px;
    border-radius: 10px;
    position: relative;
    margin-right: 15px;
}
#sm1 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#sm2{
    width: 302px;
    height: 233px;
    border-radius: 10px;
    position: relative;
    margin-right: 15px;
}
#sm2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#sm3{
    width: 413px;
    height: 233px;
    border-radius: 10px;
    position: relative;
}
#sm3 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#sm4{
    width: 365px;
    height: 233px;
    border-radius: 10px;
    position: relative;
    margin-right: 15px;
}
#sm4 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#sm5{
    width: 413px;
    height: 233px;
    border-radius: 10px;
    position: relative;
    margin-right: 15px;
}
#sm5 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#sm6{
    width: 302px;
    height: 233px;
    border-radius: 10px;
    position: relative;
}
#sm6 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#mt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,.4);
    left: 0px;
    border-radius: 10px;
    display: none;
}
.solution-main li:hover #mt{
    display: block;
}
.product{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 45px;
}
.p-main{
    width: 100%;
}
.p-main li{
    width: 349px;
    height: auto;
    display: inline-block;
    background-color: white;
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 30px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.p-main li .img{
    width: 329px;
    height: 240px;
    border: 1px solid#eeeeee;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
}
.p-main li .img img{
    padding-top: 0px;
    width: 89%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.p-main li h3{
    font-size: 21px;
    color: black;
    padding: 12px 0px 7px 19px;
}
.p-main li p{
    font-size: 14px;
    color: #454648;
    padding: 0px 0px 7px 19px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    width: 82%;
}
.about{
    width: 100%;
    height: 463px;
    background-color: white;
    position: relative;
}
.ab-left{
    background-image: url("../images/gywm.jpg");
    background-position: center center;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 45%;
}
.ab-right{
    float: right;
    width: 43%;
    position: absolute;
    padding-left: 85px;
    padding-right: 0;
    left: 45%;
    margin-top: 36px;
    font-family: "Microsoft Himalaya";
}
.ab-right h3{
    color: #db251d;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0px;
}
.ab-right i{
    padding-top: 20px;
    display: block;
    margin-left: 25px;
    font-size: 17px;
}
.ab-right p{
    padding-top: 22px;
    font-size: 15px;
    line-height: 31px;
}
.more{
    display: inline-block;
    padding: 0px 25px;
    background: #ff6d34 none repeat scroll 0 0;
    color: #fff;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 600;
    height: 35px;
    margin-top: 34px;
    float: right;
}
.more a{
    font-size: 15px;
    color: white;
    line-height: 42px;
}
.serves{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 70px;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 70px;
    margin-bottom: 30px;
}
.news-main li{
    width: 540px;
    height: auto;
    float: left;
    font-family: "Microsoft Himalaya";
    margin-right: 7px;
    margin-left: 7px;
}
.news-main li img{
    width: 540px;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}
.news-main li .time{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
}
.news-main li .time img{
    float: left;
    width: 18px;
    height: 18px;
}
.news-main li .time p{
    float: left;
    color: #4e4f51;
    line-height: 25px;
    padding-left: 10px;
    font-size: 17px;
}
.news-main li h3{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84%;
    color: black;
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 11px;
}
.news-main li p{
    color: #4e4f51;
    font-size: 15px;
    line-height: 25px;
}
