.en .solution .desc {
    margin-top: -20px!important;
    line-height: 20px!important;
}

.en .footer-address,  .en .footer-phone {
    width: calc(100% - 100px);
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
}

.en .foo_container {
    padding-top: 30px;
}

.en.contact .lianxi .left,
.en.contact .lianxi .right
{
    float: left;
}

.en.contact .lianxi .left {
    width: 130px;
    text-align: center;
}

.en.contact .lianxi .right {
    width: 1040px;
    width: calc(100% - 130px);
}

.en.contact .lianxi h4 {
    margin-top: 30px;
    font-weight: bold;
    padding-left: 25px;
    font-size: 18px;
}

.en.contact .address-list {
    padding: 20px;
    position: relative;
    font-size: 16px;
}

.en.contact .address-list li{
    font-size: 18px;
}

.en.contact .lx_ul li {
    border: 0!important;
    padding: 15px 0;
}

.en.front-page .chip-list li img {
    width: 350px;
}

.en.front-page .chip-list li h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
}

.en.front-page .chip-list ul {
    width: 100%;
    float: left;
}

.en.front-page .chip-list li .latest-products {
    padding-left: 0px;
    color: #999;
}

.en.front-page .chip-list li .latest-products:before {
    display: none;
}

.en.front-page .chip-list li p {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
}
.en.front-page .chip-list li p:before {
    position: absolute;
    top: 10px;
    left: 0px;
    content: ' ';
    display: inline-block;
    line-height: 20px;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #333;
}

.en.front-page .product-type {
    line-height: 120px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.en.front-page .product-type .active {
    color: #e60021;
    position: relative;
}

.en.front-page .product-type .type {
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}

.en.front-page .product-type .glyphicon {
    display: none;
    height: 10px;
}


.en.front-page .product-type .active .glyphicon {
    display: block;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -10px;
}

.en .banner h3 {
    letter-spacing: normal;
}

.about-us .container.theme-showcase .row .desc {
    line-height: 24px;
}

.en h1,
.en h2,
.en h3,
.en h4 {
    font-weight: bold;
}

.en .switch-chn:hover {
    color: #e60021;
}

.en footer .gft img {
    margin-top: 20px;
    margin-bottom: 0;
}

.en #navbar ul.dropdown-menu.production-menu.CPU {
    width: 717px;
}

.en #navbar ul.dropdown-menu.production-menu.CPU .ihv {
    width: 300px;
}

.en.front-page .chip-list li.active img {
    float: none
}

.en.front-page .chip-list li.active .img {
    text-align: center;
}

.en .foo_container p.banquan {
    font-weight: normal;
    font-size: 16px;
}

.en.about-us .container.theme-showcase .row .desc {
    line-height: 35px;
}

@media (max-width: 1170px) {
    .en.front-page .banner h3,
    .en.front-page .banner p{
        padding: 0 30px;
    }
}

	@media (min-width: 769px) and (max-width: 860px) {
        .en.front-page .banner h3 {
            top: 30%;
        }
        .en.front-page .banner p {
            top: 45%;
        }
    }

@media (max-width: 768px) {
    .en.front-page .index-banner {
        position: relative;
        height: 370px;
    }
    .en.front-page .index-banner.leading-block {
        position: relative;
        height: auto;
    }
    .en.front-page .index-banner img {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .en.front-page .banner h3 {
        width: 100%;
        top: 10px!important;
        margin-top: 1.2rem;
        text-align: center;
        color: #fff;
        z-index: 999;
        font-size: 2.2rem;
        font-weight: bold;
        padding: 0 30px;
    }
    .en.front-page .banner p {
        top: 60px;
        font-size: 1.8rem;
        padding: 0 30px;
    }

}