body {
    font-size: 2vw;
}

.mHead {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    border-bottom: 1px solid #ccc;
}

.mHeadBg {
    background-color: #fff;
}

.mHeadBg .mHead_title div span {
    background-color: #333;
}

.mHead_title {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px 0 27px;
    position: relative;
}
@media (min-width:600px) {
  .mIndexbanner .banner_txt div{
    font-size: 2vw;
    margin-top: 20px;
  }
  .mHead_title{
    height: 60px;
  }
  .mHead_title img{
    width: 130px;
    height: 45px;
  }
  .mHead_title div{
    height: 16px;
  }
}

.mHead_title p {
    position: absolute;
    left: 17px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 32px);
    background-color: rgba(255, 255, 255, 0.2);
}

.mHead_title h1 {
    margin-left: -22px;
}

.mHead_title img {
    width: 110px;
    height: 35px;
    /* margin-bottom: 5px; */
}

.mHead_title div {
    display: flex;
    height: 14px;
    justify-content: space-between;
    flex-direction: column;
}

.mHead_title div span {
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.mHead_menu {
    height: 0px;
    background-color: #fff;
    transition: all 0.3s;
    overflow: hidden;
}

.mHead .show {
    height: calc(100vh - 35px);
}

.mHead_menuList>a {
    display: block;
    height: 40px;
    background: #F9F9F9;
    font-size: 14px;
    color: #999999;
    padding-left: 24px;
    line-height: 40px;
    margin-bottom: 2px;
}

.mHead_menuList>a.active {
    color: #6FA84A;
}

.mHead_menuList>div {
    height: 40px;
    background: #F9F9F9;
    font-size: 14px;
    color: #999999;
    padding-left: 24px;
    padding-right: 10px;
    line-height: 40px;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mHead_menuList>div>img {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.mHead_menuList>div>img.active {
    transform: rotate(0);
}

.mHead_menuList ul {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.mHead_menuList .about.active {
    height: 132px;
}

.mHead_menuList .product.active {
    height: 99px;
}

.mHead_menuList .news.active {
    height: 66px;
}

.mHead_menuList ul a {
    font-size: 12px;
    color: #999999;
}

.mHead_menuList ul li {
    height: 33px;
    line-height: 33px;
    padding-left: 24px;
}


/* 首页banner */

.mIndexbanner {
    position: relative;
}

.mIndexbanner img {
    width: 100%;
}

.mIndexbanner .banner_txt {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
}

.mIndexbanner .banner_txt div {
    font-weight: 600;
    font-size: 5vw;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #284A94;
    text-align: center;
}

.mIndexbanner .banner_txt p {
    font-weight: 600;
    font-size: 3vw;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(40, 74, 148, 0.39);
    margin-top: 6px;
}

.productBox {
    height: 201px;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.productBox .carouselimg {
    width: 141px;
    margin-right: 16px;
}

.productBox img {
    width: 100%;
    height: 131px;
}

.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}

.productBox .layui-carousel-ind {
    top: -26px;
}

.productBox .layui-carousel-ind ul {
    background-color: transparent;
}

.productBox .layui-carousel-ind ul li {
    width: 20px;
    height: 2px;
    background: rgba(40, 74, 148, 0.22);
    border-radius: 0;
}

.productBox .layui-carousel-ind ul li.layui-this {
    background: #284A94;
}

.productBox .carousel-name {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    margin-top: 16px;
    text-align: center;
}

.productBox .layui-carousel-arrow {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.productBox .product_application {
    width: 182px;
    height: 161px;
    position: relative;
}

.productBox .product_application>img {
    width: 100%;
    height: 100%;
}

.productBox .product_application .introduce {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 182px;
    height: 161px;
    background: rgba(40, 74, 148, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
}

.productBox .producttitle {
    font-weight: 500;
    font-size: 11px;
    color: #CED8EB;
    text-align: center;
    line-height: 20px;
    margin-bottom: 12px;
}

.productBox .introduce p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.productBox .introduce a {
    display: block;
    width: 93px;
    height: 27px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 27px;
}


/* 公司简介 */

.companyprofile {
    height: 181px;
    position: relative;
}

.companyprofile img {
    width: 100%;
    height: 100%;
}

.companyprofile .profile {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55%;
    height: 100%;
    background: #284A94;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.82;
}

.companyprofile .profile_info {
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}

.profile_info h3 {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2px;
}

.profile_info>div {
    font-weight: 400;
    font-size: 9px;
    color: #FFFFFF;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
}

.companyprofile .profile_info a {
    display: block;
    width: 81px;
    height: 28px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    text-align: center;
    line-height: 27px;
    opacity: 1;
    margin: 0 auto;
}


/* 企业新闻 */

.corporateNews .corporateNews_title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 14px;
    text-align: center;
}

.corporateNews {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.corporateNews .swiper-container {
    width: 100%;
}

.corporateNews .swiper-slide {
    width: 210px !important;
}

.corporateNews .swiper-slide img {
    width: 100%;
    height: 100px;
}

.corporateNews .corporatenewsttitle {
    display: none;
}

.corporateNews .swiper-slide-active .corporatenewsttitle {
    display: block;
}

.corporatenewsttitle h3 {
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    margin-top: 18px;
    text-align: center;
}

.corporatenewsttitle .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 11px;
}

.corporatenewsttitle a {
    width: 104px;
    height: 29px;
    margin: 0 auto;
    border: 1px solid #333333;
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 29px;
    text-align: center;
}

.corporateNews .swiper-pagination {
    top: 150px !important;
    height: 2px;
}

.corporateNews .swiper-pagination span {
    width: 20px;
    height: 2px;
    background: rgba(40, 74, 148, 0.22);
    border-radius: 0;
}

.corporateNews .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #284A94;
}


/* 联系我们 */

.contactus {
    position: relative;
    width: 100%;
    height: 132px;
}

.contactus>img {
    width: 100%;
    height: 100%;
}

.contactus .contactusinfo {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.contactusinfo h4 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.contactusinfo div {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.contactusinfo a {
    width: 26.13px;
    height: 26.13px;
    display: block;
    margin: 0 auto;
}

.contactusinfo a img {
    width: 26.13px;
    height: 26.13px;
}


/* 底部 */

.defaultfooter {
    width: 100%;
    height: 142px;
    background: #1A1D22;
    border-radius: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    padding: 7px 16px;
}

.companyinfo div {
    line-height: 24px;
    margin-bottom: 8px;
}

.companyinfo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    margin-bottom: 10px;
}

.defaultfooter a {
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
}


/* 关于我们 */

.aboutBox .classificationbanner img {
    width: 100%;
}

.aboutBox .classificationbanner {
    position: relative;
}

.aboutBox .banner_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}


/* 公司简介 */

.aboutBox_profile {
    padding: 20px 16px 27px;
}

.aboutBox_profile h4 {
    font-weight: 700;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}

.aboutBox_profile>div {
    display: flex;
    align-items: center;
}

.aboutBox_profile img {
    width: 150px;
    height: 197px;
    margin-left: 13px;
}

.aboutBox_profile>div div {
    width: calc(100% - 163px);
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}


/* 发展历程 */

.aboutBox_history {
    position: relative;
}

.aboutBox_history>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}

.historyBox {
    padding: 12px 12px 18px;
    position: relative;
    z-index: 1;
}

.historyBox h2 {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.historyBox #courseinfo {
    border-left: 1px solid #FFFFFF;
}

.historyBox #courseinfo li {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    padding-left: 6px;
}

.historyBox #courseinfo li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.historyBox #courseinfo li>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.historyBox #courseinfo li span {
    width: 64px;
    height: 22px;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 22px;
}

.historyBox #courseinfo li em {
    width: 1px;
    height: 9px;
    background-color: #fff;
    margin: 3px 0;
}

.historyBox #courseinfo li>div div {
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 0 10px;
}

.historyBox #courseinfo li img {
    width: 100%;
}

.historyBox #courseinfo li:nth-child(2n) {
    flex-direction: row-reverse;
}


/* 人才招聘 */

.talentrecruitment {
    padding: 20px 16px;
}

.talentrecruitment h2 {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    border-bottom: 1px solid #72AF39;
    text-align: center;
}

.talentrecruittitle {
    height: 40px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    align-items: center;
    justify-content: space-between;
    padding: 0 9px;
    border: 1px solid #D3D3D3;
}

#postinfolist .postinfo_title {
    height: 40px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    align-items: center;
    justify-content: space-between;
    padding: 0 9px;
    border: 1px solid #D3D3D3;
    background: #F4F6F8;
    margin-top: -1px;
}

#postinfolist .postinfo_title>div,
.talentrecruittitle div {
    width: 25%;
    text-align: center;
}

.postinfo {
    height: 0;
    overflow: hidden;
}


/* 员工风采 */

.staff {
    padding: 10px 0 8px;
    background: #192436;
}

.staff h2 {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.staff img {
    width: 100%;
    display: block;
}

.staff li {
    position: relative;
    margin-bottom: 10px;
}

.staff .staff_des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    padding: 0 18px;
    line-height: 18px;
}

.staff .staff_des h3 {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.staff .staff_des .identifying {
    width: 28px;
    height: 2px;
    background: #72AF39;
    border-radius: 0px 0px 0px 0px;
    margin: 10px 0;
}

.productsBox .classificationbanner img {
    width: 100%;
}

.productsBox .classificationbanner {
    position: relative;
}

.productsBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.productlist {
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productlist img {
    width: 168px;
    height: 168px;
    border: 1px solid #E6E6E6;
    border: 3px;
}

.productlist li {
    width: 168px;
    margin-bottom: 10px;
    margin-right: 7px;
}

.productlist .productname {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}


/* 产品详情 */

.productIntroductionBox .classificationbanner img {
    width: 100%;
}

.productIntroductionBox .classificationbanner {
    position: relative;
}

.productIntroductionBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.productIntroductionBox_details {
    padding: 20px 16px;
}

.content_details {
    display: flex;
    margin-bottom: 14px;
}

.content_details img {
    width: 150px;
    height: 140px;
}

/* .content_details>div:first-child {
    border: 1px solid #6FA84A;
    display: flex;
    align-items: center;
} */

/* .content_details>div:last-child {
    background: rgba(114, 175, 57, 0.06);
    width: calc(100% - 150px);
    padding: 15px 6px 0 10px;
} */

.content_details .productinfo h4 {
    font-weight: 700;
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}

.content_details .productinfo div {
    font-weight: 400;
    font-size: 11px;
    color: #333333;
    line-height: 19px;
}

.attributelist {
    border: 1px solid #D3D3D3;
    display: none;
}

.attributelist .detail_info {
    display: flex;
    border-bottom: 1px solid #E8E8E8;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}

.attributelist .detail_info .proattributename {
    background-color: #6FA84A;
    width: 119px;
    text-align: center;
}

.attributelist .detail_info .proattribute {
    width: calc(100% - 119px);
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    text-align: center;
}


/* 技术优势 */

.advantageBox .classificationbanner img {
    width: 100%;
}

.advantageBox .classificationbanner {
    position: relative;
}

.advantageBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.advantageBox .technicalprofile {
    margin-top: 10px;
    position: relative;
    height: 410px;
}

.advantageBox .technicalprofile img {
    width: 100%;
    height: 100%;
}

.advantageBox .technicalprofile .profile {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55%;
    height: 100%;
    background: #284A94;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.82;
}

.advantageBox .technicalprofile .profile_info {
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}


/* 项目案例 */

.projectcasesBox .classificationbanner img {
    width: 100%;
}

.projectcasesBox .classificationbanner {
    position: relative;
}

.projectcasesBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.projectcasesBox {
    overflow: hidden;
}

.projectcasesBox .caselist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    margin-right: -15px;
}

.projectcasesBox .caselist li {
    width: 164px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 8px;
}

.projectcasesBox .caselist li img {
    width: 100%;
}


/* 战略合作 */

.cooperationBox .classificationbanner img {
    width: 100%;
}

.cooperationBox .classificationbanner {
    position: relative;
}

.cooperationBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.cooperationBox .partners {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/cooperation/cooperationBgcM.png);
}

.cooperationBox .container {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.cooperationBox .container img {
    width: 144.05px;
    height: 144.05px;
    transform: scale(1.15);
}

.cooperationBox .ct {
    position: absolute;
    left: 50%;
    top: 82px;
    transform: translate(-50%, 0);
}


/* 联系我们 */

.contactUsBox .classificationbanner img {
    width: 100%;
}

.contactUsBox .classificationbanner {
    position: relative;
}

.contactUsBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.contactUsBox .otherInfo {
    padding: 13px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.contactUsBox .otherInfo_left {
    width: 192px;
}

.contactUsBox .otherInfo_left_name {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contactUsBox .otherInfo_left ul li {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    margin-bottom: 9px;
}

i {
    font-style: normal;
}

.contactUsBox .otherInfo_left ul li div {
    width: 40px;
}

.contactUsBox .otherInfo_left ul li span {
    margin-right: 6px;
    margin-top: 2px;
}

.contactUsBox .otherInfo_left ul li i {
    width: calc(100% - 60px);
    margin-top: 2px;
}

.contactUsBox .otherInfo_right {
    width: 103px;
    height: 103px;
    background-color: #ccc;
    margin-left: 34px;
}

.contactUsBox .otherInfo_right img {
    width: 100%;
    height: 100%;
}

.contactUsBox .telephoneList ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactUsBox .telephoneList ul li {
    width: 343px;
    height: 89px;
    background: #EEEEEE;
    margin-bottom: 10px;
    padding: 9px 17px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.contactUsBox .telephoneList ul li .telephoneList_img {
    width: 59px;
    height: 59px;
    background: #FFFFFF;
    position: relative;
    border-radius: 50%;
}

.contactUsBox .telephoneList ul li .telephoneList_img>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    width: 55px;
    height: 55px;
}

.contactUsBox .telephoneList ul li>span {
    margin: 0 18px 0 20px;
    height: 59px;
    width: 2px;
    background-color: #72AF39;
}

.contactUsBox .telephoneList ul li:nth-child(n) .telephoneList_img div {
    background-size: 22.89px 26.16px;
    background-image: url('../images/telephoneList_img1.png');
}

.contactUsBox .telephoneList ul li:nth-child(2n) .telephoneList_img div {
    background-size: 19.28px 26px;
    background-image: url('../images/telephoneList_img2.png');
}

.contactUsBox .telephoneList ul li:nth-child(3n) .telephoneList_img div {
    background-size: 29.55px 23px;
    background-image: url('../images/telephoneList_img3.png');
}

.contactUsBox .telephoneList ul li:nth-child(4n) .telephoneList_img div {
    background-size: 25px 25px;
    background-image: url('../images/telephoneList_img4.png');
}

.contactUsBox .telephoneList ul li .telephoneList_info {
    position: relative;
}

.contactUsBox .telephoneList ul li .telephoneList_info p {
    text-align: left;
    margin: 0;
}

.contactUsBox .telephoneList ul li .telephoneList_info p:nth-child(1) {
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.contactUsBox .telephoneList ul li .telephoneList_info p:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.contactUsBox .telephoneList ul li .telephoneList_info p:nth-child(3) {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #72AF39;
    line-height: 24px;
}


/* 公司新闻 */

.companyNewsBox .classificationbanner img {
    width: 100%;
}

.companyNewsBox .classificationbanner {
    position: relative;
}

.companyNewsBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.companyNewsBox .companyNewsHead {
    display: flex;
    width: calc(100% - 32px);
    height: 123px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    margin: 12px 16px;
}

.companyNewsBox .companyNewsHead .left {
    width: 171px;
    height: 100%;
    position: relative;
}

.companyNewsBox .companyNewsHead .left img {
    width: 100%;
    height: 100%;
}

.companyNewsBox .companyNewsHead .right {
    width: calc(100% - 171px);
    padding-left: 8px;
}

.companyNewsBox .companyNewsHead .left .left_title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 171px;
    height: 41px;
    padding: 0 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.companyNewsBox .companyNewsHead .left .left_title .fisrt_title {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.companyNewsBox .companyNewsHead .left .left_title .fisrt_time {
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 6px;
}

.companyNewsBox .companyNewsHead_list h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}

.companyNewsBox .companyNewsHead_list li {
    height: 61px;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 13px;
}

.companyNewsBox .companyNewsHead_list li:last-child {
    border-bottom: none;
}

.companyNewsBox .companyNewsHead_list li p {
    font-weight: 500;
    font-size: 10px;
    color: #284A94;
    margin-bottom: 10px;
}

.companyNewsBox .companyNewsList {
    display: flex;
    padding: 0 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
}

.companyNewsBox .companyNewsList li {
    width: 165px;
    margin-right: 12px;
    margin-bottom: 11px;
}

.companyNewsBox .companyNewsList li img {
    width: 100%;
    height: 100%;
}

.companyNewsBox .companyNewsList li .img {
    width: 100%;
    height: 107px;
    overflow: hidden;
    border-radius: 4px;
}

.companyNewsBox .companyNewsList li h5 {
    font-weight: 500;
    font-size: 13px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 8px 0 6px;
}

.companyNewsBox .companyNewsList li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 11px;
    color: #666666;
    margin-bottom: 6px;
}

.companyNewsBox .companyNewsList li .time {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.companyNewsBox .companyNewsList li .time i {
    font-size: 16px;
    color: #333;
}


/* 新闻详情 */

.companyNewsDetailsBox {
    padding-top: 35px;
}

.companyNewsDetailsBox .details {
    padding: 0 16px 16px;
    width: 100%;
}

.companyNewsDetailsBox .details h4 {
    font-weight: 600;
    font-size: 3vw;
    color: #333333;
    padding: 35px 0 20px 0;
    text-align: center;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 14px;
}

.companyNewsDetailsBox .details img {
    max-width: 100%;
}


/* 资料下载 */

.downloadBox .classificationbanner img {
    width: 100%;
}

.downloadBox .classificationbanner {
    position: relative;
}

.downloadBox .banner_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.downloadList {
    margin-top: 12px;
}

.downloadList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.downloadList ul li {
    margin-right: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    margin-bottom: 16px;
}

.downloadList ul li p {
    text-align: center;
    margin: 8px 0;
}

.downloadList ul li img {
    width: 109px;
    height: 131px;
}

.downloadList ul li a {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #72AF39;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    text-align: center;
    line-height: 20px;
}