/* 导航 */


/* 关于我们 */
.about {
    display: flex;
    align-items: center;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.about>.outImg {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 52%;
    max-width: 52%;
}
.about>.outImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about>.container {
    flex: 0 0 48%;
    max-width: 48%;
}
.about .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
/* 关于我们结束 */

/* 产品 */
.proBox {
    margin-top: 36px;
}
.proBox .main {
    width: 1200px;
    margin: 0 auto;
}
.proBox .main ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.proBox .main li {
    /* width: 32%; */
    width: 24%;
    width: 33%;
}
.proBox .main li a .img {
    position: relative;
    height: 240px;
    /* border: 0 solid transparent; */
    border-bottom: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.proBox .main li a:hover .img {
    border: 1px solid #00a032;
    border-bottom: 0;
}
.proBox .main li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proBox .main li  a .img .look {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.proBox .main li  a:hover .img .look {
    background-color: rgba(0,0,0,0.4);
    opacity: 1;
}
.proBox .main li  a .img .look span {
    display: block;
    position: relative;
    top: 50%;
    width: 120px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: -23px;
}
.proBox .main li  a .img .look span em {
    position: absolute;
    transition: all 0.4s linear;
}
.proBox .main li  a .img .look span .top {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
}
.proBox .main li  a:hover .img .look span .top {
    width: 120px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}
.proBox .main li  a .img .look span .bottom {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transform: translateX(120px);
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
}
.proBox .main li  a:hover .img .look span .bottom {
    width: 120px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}
.proBox .main li  a .img .look span .right {
    right: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transform: translateY(-46px);
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
}
.proBox .main li  a:hover .img .look span .right {
    height: 46px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.proBox .main li  a .img .look span .left {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transform: translateY(46px);
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    -ms-transform: translateY(46px);
}
.proBox .main li  a:hover .img .look span .left {
    height: 46px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.proBox .main li a .text {
    color: #fff;
    background-color: #00a032;
    padding: 18px;
}
.proBox .main li a .text>.tit {
    font-size: 20px;
    margin-bottom: 1rem;
}
.proBox .main li a .text>p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
/* 产品结束 */

/* 新闻 */
.mt-auto, .my-auto>ul li {
    list-style-type: disc;
}
.my-auto>ul li>a {
    display: block;
    color: #1f1f1f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mt-auto, .my-auto>ul li:hover a {
    color: #00a032;
}
/* 新闻结束 */




@media screen and (max-width:1260px) {
    .proBox .main {
        width: 95%;
    }
}
@media screen and (max-width:1199px) {
    .about {
        width: 95%;
    }
}
@media screen and (max-width:991px) {
    .lookalikeH1 {
        font-size: 4.2381vw;
    }
}
@media screen and (max-width:767px) {
    .about {
        width: 100%;
    }
    .about>.container {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about>.outImg {
        display: none;
    }
    .lookalikeH1 {
        font-size: 32px;
    }
    .proBox .main {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .proBox .main ul {
        flex-wrap: wrap;
    }
    .proBox .main li {
        width: 100%;
        margin-bottom: 20px;
    }
    .proBox .main li:last-child {
        margin-bottom: 0;
    }
    .proBox .main li a .img {
        height: 82vw;
    }
}