@charset "utf-8";


/*pc*/
@media (min-width: 768px) {
    .index-about-us p {line-height: 24px;}
    .index-banner .banner-tit h1{font-size: 40px; text-transform: uppercase;}
    .footer .footer-left{width: 350px;}
    .core-business ul li .tit h1{height: 36px;}
    .pc-nav li a {color: #000;}
    .join-us ul li .con{height: 564px;}
    .supplier-type .type-right .p1{height: 156px;}

}


/*兼容平板*/
@media (max-width: 1024px) and (min-width: 768px) {
    .pc-nav li{padding: 0 6px;}

    .footer .footer-left{width: 320px;}

    .index-banner .banner-tit h2{width: 90%; padding: 0 10px; height: auto; line-height: 32px;}

}

@media (width: 768px) {
    .footer .footer-left{width: 220px;}


}
/*/pc*/



/************************************************************************************************/


/*phone*/
@media (max-width: 767px) {
    .core-business ul li .tit h1{height: 1rem;}
}
/*/phone*/




