
/* 联系我们 */
.contactusMain {padding: 6% 12%;display: flex;justify-content: space-between;align-items: center;overflow: hidden;background-color: #F5F5F5;}
.contactusMain .left {height: 630px;flex: 1;overflow: hidden;border: 4px solid #fff;}
.contactusMain .right {width: 500px;height: 630px;background-color: #fff;padding:60px;overflow: hidden;}
.contactusMain .right h2 {font-size: 36px;line-height: 47px;color: #fff;	font-family: MicrosoftYaHeiUISemilight;color: #1a1a1a;padding-bottom: 30px;}
.contactusMain .right .info {margin-top: 30px;	font-family: MicrosoftYaHeiUISemilight;color: #1a1a1a;border-bottom: 1px solid #e0e0e0;}
.contactusMain .right .info h6 {display: flex;align-items: center;font-size: 24px;line-height: 40px;}
.contactusMain .right .info h6 i {margin-right: 10px;color: #e62129;font-size: 30px;}
.contactusMain .right .info p {font-size: 20px;line-height: 30px;margin-bottom: 30px;}

/* 集团简介 */
.groupprofilemain {padding: 80px 12%;}
.groupprofilemain h2 {font-family: PingFang-SC-Bold;font-size: 42px;font-weight: normal;font-stretch: normal;line-height: 45px;letter-spacing: 0px;color: #333333;text-align: center;position: relative;margin-bottom: 25px;}
.groupprofilemain h2::after {content:'Company Profile';position: absolute;z-index: -1;left: 0;width: 100%;top: -20px;font-family: PingFang-SC-Bold;font-size: 60px;font-weight: normal;font-stretch: normal;line-height: 45px;letter-spacing: 0px;
color: #f2f2f2;}

/* 企业文化 */
.cultureGrid {padding: 60px 12%;display: grid;grid-template-columns: repeat(3, 1fr);gap: 38px;}
.cultureitem {height: 290px;position: relative;overflow: hidden;}
.cultureitem img {width: 100%;height: 100%;object-fit: cover;transition: all 1.0s;}
.cultureitem:hover img {transform: scale(1.2);}
.cultureitem .mask {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.35);padding: 30px;display: flex;flex-direction: column;transition: all 1.0s;}
.cultureitem .mask h1 {font-size: 24px;	font-family: PingFang-SC-Heavy;display: flex;flex-direction: column;color: #fff;}
.cultureitem .mask h1::after {content: ''; width: 39px;height: 2px;background-color: #fff;margin-top: 20px;}
.cultureitem .mask p {visibility: hidden;font-size: 18px;line-height: 45px;color: #fff;}
.cultureitem .mask {justify-content: center;align-items: center;}
.cultureitem .mask h1 {justify-content: center;align-items: center;}
.cultureitem .mask p {visibility: visible;}
.LogoMain {padding: 64px 12%;background-color: #F4F4F4;display: flex;justify-content: space-between;align-items: center;}
.LogoMain .logo {width: 410px;}
.LogoMain .right {flex: 1;margin-left: 72px;}
.LogoMain .right h2 {font-family: PingFang-SC-Bold;font-size: 36px;line-height: 45px;color: #333333;}

/* 董事长寄语 */
.sendwordMain {padding: 80px 12%;overflow: hidden;}
.sendwordMain h2 {text-align: center;font-family: PingFang-SC-Bold;	font-size: 42px;line-height: 45px;font-weight: bold;color: #333333;position: relative;}
.sendwordMain h2::after {content: 'CHAIRMAN MESSAGE';text-align: center;position: absolute;top: -20px;left: 0;width: 100%;z-index: -1;color: #f2f2f2;font-size: 60px;line-height: 45px;}
.sendwordcont {margin-top: 70px;position: relative;width: 100%;min-height: 510px;}
.sendwordcont .pic {width: 360px;height: 480px;border-radius: 12px;position: absolute;top: 30px;overflow: hidden;}
.sendwordcont .pic img {width: 100%;height: 100%;object-fit: cover;}
.sendwordcont .cont {width: calc(100% - 240px);background-color: #F3F3F3;height: auto;margin-left: 240px;padding-top: 60px;padding-left: 200px;padding-right: 60px;padding-bottom: 80px;border-radius: 12px;}
.sendwordcont .cont p {font-size: 18px;line-height: 30px;color: #333333;}
.sendwordcont .cont h4 {margin-top: 100px;font-size: 18px;line-height: 30px;color: #333333;display: flex;align-items: center;flex-direction: row-reverse;}
.sendwordcont .cont h4::after {content: '';width: 40px;height: 1px;background-color: #999999;margin-right: 10px;}

/* 社会责任 */
.dutymain {padding: 80px 12%;overflow: hidden;}
.dutymain h2 {text-align: center;font-family: PingFang-SC-Bold;	font-size: 42px;line-height: 45px;font-weight: bold;color: #333333;position: relative;}
.dutymain h2::after {content: 'SOCIAL RESPONSIBILITY';text-align: center;position: absolute;top: -20px;left: 0;width: 100%;z-index: -1;color: #f2f2f2;font-size: 60px;line-height: 45px;}
.dutymain ul {margin-top: 90px;}
.dutymain li {padding: 60px 0; border-bottom: 1px solid #d9d9d9;}
.dutymain li a {display: flex;justify-content: space-between;align-items: center;}
.dutymain li a .pic {width: 600px;overflow: hidden;}
.dutymain li a .pic img {transition: all 1.0s;}
.dutymain li .cont {flex: 1;margin-left: 60px;display: flex;flex-direction: column;}
.dutymain li .cont h4 {font-size:35px;line-height: 35px;color: #333333;display: flex;flex-direction: column;}
.dutymain li .cont p {margin-top: 20px;font-size: 18px;line-height: 30px;color: #666666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.dutymain li a:hover h4 {color: #e62129;}
.dutymain li a .pic:hover img {transform: scale(1.2);}

/* honorTop */
.honorTop {background-color: #F5F5F5;padding: 40px 12%;}
.verhonor {overflow: hidden;height: 521px;background-color: #fff;display: flex;justify-content: space-between;padding: 34px;}
.verhonor .pic {width: 40%;height: 100%;overflow: hidden;padding:54px;margin-left: 80px;text-align: center;}
.verhonor .pic img {width: 100%;height: 100%;object-fit: contain;}
.verhonor ul {flex: 1;height: 100%;overflow-y: auto;padding-right: 100px;}
.verhonor ul li {display: flex;margin-bottom: 40px;}
.verhonor ul li h2 {font-size: 36px;line-height: 45px;color: #e72129;font-weight: bold;}
.verhonor ul li .cont {margin-left: 40px;overflow: hidden;font-size: 18px;color: #666666;line-height: 36px;}

.honorMain {padding: 100px 0%;overflow: hidden;}
.honorMain h2 {text-align: center;font-family: PingFang-SC-Bold;	font-size: 42px;line-height: 45px;font-weight: bold;color: #333333;position: relative;}
.honorMain h2::after {content: 'HONOR';text-align: center;position: absolute;top: -20px;left: 0;width: 100%;z-index: -1;color: #f2f2f2;font-size: 60px;line-height: 45px;}
.honorSwiper {margin: 70px 32px;}
.honorSwiper .swiper-slide {width: 352px;height: 432px;box-shadow: 0px 5px 13px 0px rgba(147, 147, 147, 0.24);background-color: #fff;cursor: pointer;}
.honorSwiper .swiper-slide .pic {height: 290px;padding: 32px;background-color: #d9d9d9;overflow: hidden;}
.honorSwiper .swiper-slide .pic img {width: 100%;height: 100%;object-fit: contain;transition: all 1.0s;}
.honorSwiper .swiper-slide h4 {padding: 42px 32px;color: #333333;font-size: 18px;line-height: 30px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.honorSwiper .swiper-slide:hover .pic img {transform: scale(1.2);}

/* 发展历程 */
.developbg {padding: 90px 0%;background-image: url(../images/developbg.png);background-size: cover;background-repeat: no-repeat;overflow: hidden;}
.developbg h2 {text-align: center;font-family: PingFang-SC-Bold;font-size: 60px;line-height: 45px;font-weight: bold;color: #e6e6e6;position: relative;}
.developbg h2::after {content: '发展历程';text-align: center;position: absolute;top: 20px;left: 0;width: 100%;font-size: 42px;line-height: 45px; color: #333333;}
.developbg .developMain {padding: 0 12%;}
.developSwiper {height: 600px;overflow: hidden;margin-top: 80px;position: relative;}
.developSwiper .swiper-slide {display: flex;justify-content: space-between;align-items: center;}
.developSwiper .swiper-slide .pic {width: 530px;height: 530px;background-color: #fff;border-radius: 50%;padding: 20px;}
.developSwiper .swiper-slide .pic img {width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
.developSwiper .swiper-slide .right {flex: 1;margin-left: 100px;}
.developSwiper .swiper-slide .right h4 {font-size: 80px;line-height: 80px;color: #e72129;}
.developSwiper .swiper-slide .right .cont {margin-top: 40px;height: 340px;font-size: 18px;line-height: 30px;color: #333333;overflow-y: auto;margin-bottom: 100px;padding-right: 30px;}
.developSwiper .swiper-slide .right .cont p {margin-bottom: 40px;display: flex;align-items: center;color: #333333;} 
.developSwiper .buttonwrap {width: 140px;height: 50px;position: absolute;left: 630px;bottom: 10px;}
.developSwiper .buttonwrap .swiper-button-next, .developSwiper .buttonwrap .swiper-button-prev {width: 50px;height: 50px;border-radius: 50%;border: solid 1px #999999;color: #999999;}
.developSwiper .buttonwrap .swiper-button-next:after, .developSwiper .buttonwrap .swiper-button-prev:after {font-size: 16px;}

.yearSwiper {width: 100%;height: 50px;margin-top: 90px;position: relative;}
.yearSwiper .linewave {position: absolute; bottom: 11px;width: 100%;height: 1px;background-color: transparent;border-bottom: 1px dashed #e62129;}
.yearSwiper .swiper-slide {width: calc(100%/8);height: 50px;position: relative;display: flex;justify-content: center;align-items: center;}
.yearSwiper .swiper-slide .item {width: 50px;height: 50px;position: relative;display: flex;justify-content: space-between;flex-direction: column;align-items: center;text-align: center;} 
.yearSwiper .swiper-slide .item h4 {font-size: 18px;line-height: 28px;color: #1a1a1a;}
.yearSwiper .swiper-slide .item span {width: 22px;height: 22px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background-color: #e62129;border: 1px solid #e62129;}
.yearSwiper .swiper-slide .item.active h4 {color: #e62129;}
.yearSwiper .swiper-slide .item.active span {background-color: transparent;}
.yearSwiper .swiper-slide .item.active  span::after {content: ''; width: 12px;height: 12px;background-color: #e62129;border-radius: 50%;}


@media only screen and (max-width: 600px) {

    .contactusMain {padding: 6% 4%;flex-direction: column;}
    .contactusMain .left {flex: 0;width: 100%;}
    .contactusMain .right {width: 100%;height: auto;padding:20px;}
    .contactusMain .right h2 {font-size: 30px;}
    .contactusMain .right .info {margin-top: 15px;}
    .groupprofilemain {padding: 40px 4%;}
    .groupprofilemain h2 {font-size: 21px;line-height: 30px;}
    .groupprofilemain h2::after {font-size: 30px;}

    .cultureGrid {padding: 30px 4%;grid-template-columns: repeat(2, 1fr);gap: 15px;}
    .cultureitem {height: 145px;}
    .cultureitem .mask h1 {font-size: 14px;}
    .cultureitem .mask h1::after {width: 18px;margin-top: 10px;}
    .cultureitem .mask p {font-size: 12px;line-height: 24px;}

    .LogoMain {padding: 32px 4%;background-color: #F4F4F4;display: flex;flex-direction:column;}
    .LogoMain .logo {width: 100%;margin-bottom: 15px;}
    .LogoMain .right {width: 100%;margin-left: 0;}
    .LogoMain .right p {margin-top: 15px;font-size: 14px;}
    .LogoMain .right h2 {font-size: 18px;}

    .sendwordMain {padding: 40px 4%;}
    .sendwordMain h2 {font-size: 21px;}
    .sendwordMain h2::after {top: -10px;font-size: 30px;}
    .sendwordcont {margin-top: 35px;}
    .sendwordcont .pic {position: relative;width: 100%;height: 240px;top: 0;}
    .sendwordcont .cont {width: 100%;margin-left: 0;padding: 15px;margin-top: 15px;}

    .dutymain {padding: 40px 4%;}
    .dutymain h2 {font-size: 21px;}
    .dutymain h2::after {top: -10px;font-size: 30px;}
    .dutymain ul {margin-top: 45px;}
    .dutymain li {padding: 15px 0;}
    .dutymain li a .pic {width: 140px;}
    .dutymain li .cont {margin-left: 15px;}
    .dutymain li .cont h4 {font-size: 16px;line-height: 30px;}
    .dutymain li .cont p {font-size: 12px;line-height: 20px;margin-top: 0;}
    

    .honorTop {padding: 30px 4%;}
    .verhonor {padding: 10px;flex-direction: column;}
    .verhonor ul {width: 100%;padding-right: 15px;}
    .verhonor ul li {margin-bottom: 30px;}
    .verhonor ul li h2 {font-size: 18px;}
    .verhonor ul li .cont {margin-left: 20px;font-size: 14px;line-height: 30px;}
    .verhonor .pic {height: 200px;margin-left: 0;text-align: center;padding:25px;width: 100%;}

    .honorMain {padding: 50px 0%;}

    .developbg {padding: 45px 0;}
    .developbg .developMain {padding: 0 4%;}
    .developbg h2 {font-size: 30px;}
    .developbg h2::after {font-size: 21px;}
    .developSwiper {margin-top: 40px;height: auto;}
    .developSwiper .swiper-slide {flex-direction: column;width: 100%;overflow: hidden;}
    .developSwiper .swiper-slide .pic {width: 150px;height: 150px;padding: 10px;}
    .developSwiper .swiper-slide .right {flex: 0; margin-left: 0;margin-top: 30px;}
    .developSwiper .swiper-slide .right h4 {font-size: 40px;}
    .developSwiper .swiper-slide .right .cont {margin-top: 20px;font-size: 16px;margin-bottom: 0; padding-right: 15px;}
    .developSwiper .buttonwrap {display: none;}

    .yearSwiper {margin-top: 45px;}

    .honorMain h2  {font-size: 24px;}
    .honorMain h2::after {font-size: 30px;top: -15px;}
    .honorSwiper {margin: 35px;}
    .honorSwiper .swiper-slide {width: 300px;}

}


@media only screen and (min-width: 601px) and (max-width: 992px) {

    .contactusMain .left {flex: 1;}
    .contactusMain .right {flex: 1; padding:30px;}
    .cultureGrid {padding: 30px 4%;grid-template-columns: repeat(2, 1fr);gap: 15px;}
    .LogoMain {padding: 32px 4%;}

    .sendwordMain {padding: 40px 4%;}
    .sendwordcont .pic {position: relative;width: 100%;height: 480px;top: 0;}
    .sendwordcont .cont {width: 100%;margin-left: 0;padding: 30px;margin-top: 30px;}


    .honorTop {padding: 40px 4%;}
    .verhonor {padding: 10px;flex-direction: column;}
    .verhonor ul {width: 100%;padding-right: 30px;}
    .verhonor .pic {height: 200px;margin-left: 0;text-align: center;padding:25px;width: 100%;}

    .developbg .developMain {padding: 0 4%;}
    .developSwiper {margin-top: 60px;height: auto;}
    .developSwiper .buttonwrap {display: none;}
    .developSwiper .swiper-slide .pic {width: 200px;height: 200px;padding: 10px;}
    .developSwiper .swiper-slide .right {margin-left: 50px;}
    .developSwiper .swiper-slide .right h4 {font-size: 60px;line-height: 60px;}

    .yearSwiper {margin-top: 45px;}
    .honorSwiper {margin: 35px;}
    .honorSwiper .swiper-slide {width: 300px;}

    .dutymain {padding: 40px 4%;}
    .dutymain li {padding: 30px 0;}
    .dutymain li a .pic {width:300px;}
    .dutymain li .cont {margin-left: 30px;}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .contactusMain {padding: 6% 4%;}
    .cultureGrid {padding: 60px 4%;}
    .LogoMain {padding: 64px 4%;}
    .sendwordMain {padding: 80px 4%;}
    .dutymain {padding: 80px 4%;}
    .honorTop {padding: 40px 4%;}

    .developbg .developMain {padding: 0 4%;}
    .developSwiper .buttonwrap {display: none;}
    .developSwiper .swiper-slide .pic {width: 300px;height: 300px;padding: 10px;}
    .developSwiper .swiper-slide .right {margin-left: 50px;}

    .yearSwiper {margin-top: 60px;}

    .honorSwiper {margin: 35px;}
    .honorSwiper .swiper-slide {width: 300px;}

     .dutymain li {padding: 30px 0;}
    .dutymain li a .pic {width:300px;}

}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
 
    .developbg .developMain {padding: 0 4%;}

    .dutymain li {padding: 30px 0;}
    .dutymain li a .pic {width:300px;}



}