/*顶部开始 */
.topbar .top-right{
    margin-right: 25vw;
}
.topbar .top-right .tips{
    display: none;
}

.top-content .logo{
    margin-top: 0.5vw;
    margin-left: 1.5vw;
}
.top-content .logo img {
    margin-top: 0.6vw;
    margin-left: 4vw;
}
.top-content .company{
    margin-left: 0.4vw;
}
.top-content .company .company-enname{
}
.top-content .company .slogan{
    margin-left: 1vw;
}
/*顶部结束*/

/*首页开始*/
.site-bar {
    height: 55vw;
    background-size: 140% 100%;
}
.site-bar .site-img {
    margin-top: 20vw;
}

.product-making .t-en {
    display: block;
}
.product-making .img-list{
    height: 140px;
}
.about {
    height: 32vw;
}
/*首页结束*/

/*底部开始*/
.contact-content .i1,
.contact-content .i2,
.contact-content .i3{
    display: none;
}
.contact-content .item {
    width: 100%;
}
.contact {
    height: 12vw;
}
.copy {
    height: 9vw;
}
/*底部结束*/

/*关于我们 开始*/
.aboutus-center {
    display: flex;
    width: 99%;
}
.aboutus-center-left-content {
    width: 200px;
    /*height: 500px;*/
}
.aboutus-center-left-content p:first-child {
    margin-top: 50px;
}
.aboutus-center-right {
    margin-left:90px;
}
.current-location {
    height: 30px;
}
/*关于我们 结束*/

/*产品介绍 开始*/
.aboutus-center-left {
    width: 200px;
    padding: 0;
}
.product-cate-content {
    padding-left: 0;
}

.aboutus-center-right {
    margin-left: 20px;
    width: 100%;
}
.product-list-content .product-item{
    text-align: center;
    width: 31%;
    height: 27vw;
    overflow: hidden;

}
/*产品介绍 结束*/

