
.about{
    width: 100%;
    height: auto;
    margin-top: 0px;
    display:none;
}
.about-img{
    width: 100%;
}
.about-img img{
    width: 100%;
}
.about-text{
    width: 95%;
    margin: 0 auto;
}
.about-text h3 {
    color: black;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 0;
    margin-top: 16px;
}
.about-text span{
    width: 100px;
    height: 1px;
    display: inline-block;
    background-color: #444;
}
.about-text p{
    color: #444;
    font-size: 13px;
    line-height: 30px;
}
.about .more a{
    color: #444;
    width: 139px;
    border: 1px solid;
    text-align: center;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-right: 28px;
    margin-top: 12px;
    margin-bottom: 18px;
    float: right;
}
.product{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0px;
}
.pro-box{
    width: 95%;
    margin: 0 auto;
}
.product-text{
    width: 100%;
    height: auto;
    text-align: center;
}
.product-text h3{
    color: #444;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 0;
    margin-top: 16px;
}
.product-text span{
    width: 100px;
    height: 1px;
    margin-top: 10px;
    display: inline-block;
    background-color: #444;
}
.pro-bex{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 24px;
}
.pro-bex li{
    width: 48%;
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
    display: inline-block;
    margin-bottom: 15px;
}
.pro-bex li img{
    width: 100%;
    border: 1px solid#8c8c8c;
}
.pro-bex li p{
    color: #444;
    font-size: 17px;
    text-align: center;
}
.technology{
    width: 100%;
    height: auto;
    display: none;
}
.technology-box{
    width: 95%;
    margin: 0 auto;
}
.technology ul{
    margin-top: 30px;
}
.technology li{
    width: 47%;
    float: left;
    margin-right: 7px;
    margin-bottom: 14px;
    border: 1px solid#eaeaea;
}
.technology li h3{
    font-size: 15px;
    color: #444;
    font-weight: normal;
    margin-bottom: 3px;
    padding-left: 3px;
    padding-top: 6px;
}
.technology li p{
    font-size: 10px;
    margin-bottom: 10px;
    color: #444!important;
    padding-left: 3px;
    line-height: 23px;
}
.technology li img{
    width: 100%;
}
.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* margin-top: 30px; */
    position: relative;
    background-color: #083493;
}
.contact-text{
    width: 100%;
    top: 28%;
    height: 100%;
    display: inline-block;
    left: 5%;
    margin-bottom: 30px;
}
.contact-text h3{
    color: #fff;
    height: auto!important;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
}
.contact-text .line{
    background-color: #e3120b;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
}
.contact-text .details{
    text-align: center;
    margin-top: 32px;
}
.contact-text .details li{
    font-size: 23px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 8px;
    text-align: left;
}
.contact-text .details .mark{
    font-size: 12px;
}
.map img{
    display:none;
}
