body {
    background: #F5F7FA;
}
.top-img {
    position: relative;
}
.top-img .img {
    width: 100%;
}
.top-img .join-text {
    position: absolute;
    top: 230px;
    left: 15%;
}
.top-img .join-text .text {
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: bold;
}
.top-img .join-text .text2 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}
.main {
    margin-top: -100px;
    padding-bottom: 50px;
}
.top-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}
.top-list .item {
    height: 100px;
    /*line-height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.top-list .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
}
.top-list .item.active {
    background: #0281FF;
}
.top-list .item.active .title {
    color: #fff;
}
.top-list .item.active .iconfont {
    color: #fff;
}
.top-list .item:hover {
    background: #0281FF;
}
.top-list .item:hover .title {
    color: #fff;
}
.top-list .item:hover .iconfont {
    color: #fff;
}
.top-list .iconfont {
    font-size: 34px;
    vertical-align: middle;
}
.top-list .title {
    font-size: 18px;
    font-weight: 400;
    color: #2B2B2B;
    /*line-height: 40px;*/
    vertical-align: middle;
    padding-left: 5px;
}
.product-title {
    padding-top: 50px;
}
.product-title .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
}
.product-title .search-box {
    text-align: right;
}
.product-title .search {
    width: 335px;
    height: 60px;
    background: #FFFFFF;
    display: inline-block;
    text-align: left;
}
.product-title .iconfont {
    color: #D1D1D1;
    font-size: 22px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 10px;
}
.product-title .input {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
    border: none;
    vertical-align: middle;
}
.product-list {
    padding: 50px 0;
}
.product-list .item:hover {
    transform: scale(1.1);
}
.product-list .item {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    cursor: pointer;
}
.product-list .img-box {
    
}
.product-list .img-box .img {
    width: 100%;
}
.product-list .name {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    padding: 20px 0;
}
.product-list .line {
    width: 30px;
    height: 1px;
    background: #000000;
    opacity: 0.6;
    margin: 0 auto
}
.product-list .en-text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    padding: 20px 0;
    height: 60px;
}
.product-list .iconfont {
    color: #0281FF;
    font-size: 50px;
}
.product-title a{
    color: #333;
}
@media (max-width: 1400px) {
    .top-list .title {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .top-img .join-text {
        top: 0;
    }
    .top-img .join-text .text {
        margin-bottom: 0;
    }
    .top-list .title {
        font-size: 12px;
    }
    .main {
        margin-top: 0;
    }
    .top-img .join-text .text {
        font-size: 24px;
    };
    }
}