body,
p {
    margin: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
a {
    display: block;
}
a,
a:hover,
a:link {
    text-decoration: none;
}

video {
    object-fit: fill !important;
    display: block;
    border: none;
}
.overflow-none {
    overflow: hidden;
}
input {
    outline: none;
}
/* 图片模糊处理 */
img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }
ul li {
    list-style: none;
}
/**{*/
/* zoom: 0.98;     */
/*}*/
/* 首页 */
header{
    width: 100%;
    padding: 8px 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.header {
    background-color: #fff;
    box-shadow: 0px 1px 4px 1px #ccc;
}
.header a {
    color: #333 !important;
}
.main{
    width: 1400px;
    margin: 0 auto;
}
.logo {
    width: 20%;
}
.logo img{
    display: block;
}
.nav{
    flex: 1;
    justify-content: space-between;
}
.nav-li {
    padding: 0 30px;
    position: relative;
}
.nav-li:hover .navMul {
    display: block;
}
.navMul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    transition: all 0.3s ease;
}
.navMul a{
    text-align: center;
    transition: all 0.5s ease;
}
.navMul li:hover a{
    color: #d5b85b !important;
}
.nav-li a {
    color: #FFF;
    font-size: 16px;
    line-height: 61px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.display{
    display: flex;
}
.header-a{
    width: 15%;
    text-align: right;
    color: #fff;
    line-height: 61px;
}
.header-a i {
    margin-right: 5px;
}
.header-a:hover {
    color: #D4B75B;
}
.nav .nav-active .nav-a {
    color: #d5b85b !important;
}
.nav-li:hover .nav-a {
    color: #d5b85b !important;
}
.page{
    width: 100%;
}
.page-position {
    position: relative;
}
.page-position img {
    display: block;
    width: 100%;
}
.page-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
}
.page-text h4 {
    font-size: 36px;
    line-height: 77px;

}
.page-text p {
    font-size: 20px;
    line-height: 40px;
}
#swiper1{
    width: 100%;
    overflow: hidden;
    position: relative;
    /*zoom: 1;*/
}
.swiper-img{
    width: 100%;
    position: relative;
}
.swiper-img img{
    width: 100%;
}
.swiper-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.swiper-text h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
}
.swiper-text span{
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, transparent, #fff, transparent);
    margin: 15px 0;
}
.swiper-text h4{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}
.swiper-pagination{
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
#swiper1 .swiper-pagination-bullet{
    width: 77px;
    height: 7px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 0;
    margin-right: 8px;
}
#swiper1 .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
#swiper1 .swiper-pagination-bullet-active{
    background: #D5B85D;
    opacity: 1;
}
.plate1{
    width: 100%;
    position: relative;
}
.marginTop{
    margin-top: 100px;
}
.brief-bg{
    display: block;
    width: 100%;
}
.brief-cont {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
}
.area{
    top: 13%;
}
.brief_left{
    width: 50%;
}
.briefL-top{
    width: 100%;
    position: relative;
}
.briefL-top h1 {
    font-size: 100px;
    font-weight: 900;
    color: rgba(94, 94, 94, 0);
    -webkit-text-stroke: 1px #E1E1E1;
    text-stroke: 1px #E1E1E1;
    line-height: 1em;
}
.briefLTop-name{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.briefLTop-name h4 {
    font-size: 34px;
    font-weight: bold;
    color: #5E5E5E;
    line-height: 1.5em;
}
.briefLTop-name p {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 1.5em;
}
.briefL-text{
    margin-top: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 2em;
}
.briefL-a{
    width: 139px;
    height: 59px;
    background: #D4B75B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;
    text-align: center;
    margin-top: 84px;
}
.brief_right{
    width: 40%;
}
.brief_right img{
    display: block;
    width: 100%;
}
.areaTop h4{
    color: #fff;
}
.areaTop p {
    color: #fff;
}
.areaBottom{
    width: 100%;
    margin-top: 140px;
    justify-content: space-between;
}
.areaBottom a{
    width: 9.5%;
}
.areaBottom a:last-child{
    margin-right: 0;
}
.areaBottom a img{
    max-width: 100%;
}
.areaBottom a p {
    color: #fff;
    font-size: 18px;
    margin-top: 45px;
    font-weight: 400;
    text-align: center;
}
.plate2{
    padding-top: 110px;
    background: #FAFAFA;
}
.plate2-ul{
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 144px;
}
.plate2-ul li img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}
.plate2-ul li:hover img{
    transform: scale(1.1);
}
.plate2-ul .plate2TopImg1 {
    width: 33%;
    margin-bottom: 0.5%;
}
.plate2-ul .plate2TopImg2{
    width: 24.5%;
}
.plate3{
    background: #fff;
}
.plate3-page{
    padding: 0 25px;
    width: 100%;
    margin-top: 140px;
    padding-bottom: 144px;
}
#swiper2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper2-li{
    width: 100%;
    background: #FAFAFA;
}
.plate3-img {
    width: 100%;
    overflow: hidden;
}
.swiper2-li img{
    width: 100%;
    transition: all 0.5s ease;
}
.plate3-img:hover img{
    transform: scale(1.1);
}
.plate3-h4{
    margin: 8px 0 5px;
    font-size: 18px;
    font-weight: 400;
    color: #424242;
    line-height: 34px;
    text-align: center;
    transition: all 0.25s ease;
}
.plate3-h4:hover {
    color: #d4b75b;
}
.plate3-p{
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 23px;
    margin-top: 0;
    padding: 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.25s ease;
}
.plate3-p:hover {
    color: #d4b75b;
}
.plate3-kuang{
    margin-top: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    color: #5C5C5C;
    border: 1px solid rgb(192 190 190);
    transition: all 0.5s ease;
    margin-right: 10%;
    transition: all 0.5s ease;
}
.swiper2-li div {
    justify-content: flex-end;
}
.swiper2-li div:hover .plate3-kuang {
    margin-right: 0;
    border: 2px solid #d4b75b;
}
#swiper2 .swiper-button-next,
#swiper2 .swiper-button-prev{
    color: #ccc;
}
/* 关于我们 */
.current {
    width: 100%;
    height: 45px;
    box-shadow: 0px 1px 0px 0px #E6E6E6;
}
.currentText i{
    font-size: 20px;
    color: #999999;
    line-height: 45px;
    margin-right: 5px;
}
.currentText p {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 45px;
}
.currentText a {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 45px;
}
.currentText span  {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 45px;
    margin: 0 3px;
}
.about1{
    padding: 90px 0 45px;
    justify-content: space-between;
}
.about1-left {
    width: 55%;
}
.about1-left h4{
    font-size: 56px;
    font-weight: 900;
    color: rgba(94, 94, 94, 0);
    -webkit-text-stroke: 1px #E1E1E1;
}
.about1-left p{
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 26px;
    margin-top: 16px;
}
.about1-right {
    width: 40%;
}
.about1-right img{
    display: block;
    width: 100%;
}
.about1-text{
    width: 100%;
    height: 450px;
    overflow-y: auto;
    margin-top: 6%;
}
.about-bg{
    width: 100%;
    padding: 75px 0 100px;
    background-color: #FAFAFA;
}
.about2{
    justify-content: space-between;
}
.about2-left{
    width: 28%;
}
.about2-left h4{
    font-size: 36px;
    font-weight: bold;
    color: #5E5E5E;
}
.about2-left span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    margin-top: 10px;
}
.about2-left p{
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 30px;
    margin-top: 28px;
}
.about2-right{
    width: 68%;
}
.about2-right img{
    width: 100%;
}
/* 业务领域 */
.business{
    padding-bottom: 150px;
}
.business1{
    margin-top: 95px;
}
.business-img{
    width: 44%;
    max-height: 507px;
    overflow: hidden;
}
.business-img img{
    display: block;
    width: 100%;

}
.business-text{
    width: 56%;
}
.marginLeft{
    padding-left: 5%;
}
.marginRight{
    padding-right: 5%;
}
.business-text h4{
    font-size: 34px;
    font-weight: bold;
    color: #5E5E5E;
    line-height: 1.1;
}
// .business-text span {
//     display: block;
//     width: 50px;
//     height: 5px;
//     background-color: #D4B75B;
//     margin: 20px 0;
// }
.business-text p {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 30px;
}
.business-text a{
    display: inline-block;
    margin-top: 50px;
    border: 1px solid #CCCCCC;
    padding: 15px 33px;
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    transition: all 0.5s ease;
}
.business-text a:hover{
    background: #D4B75B;
    color: #FFFFFF;
    border: 1px solid #D4B75B;
}
/* 企业文化 */
.corporate{
    width: 100%;
    padding: 65px 0 130px;
}
.corporateTop{
    width: 100%;
    text-align: center;
}
.corporateTop h4{
    font-size: 34px;
    font-weight: bold;
    color: #5E5E5E;
}
.corporateTop span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    margin-top: 10px;
}
.corporateTop p {
    width: 60%;
    font-size: 15px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 30px;
    margin: 50px auto;
}
.corporateTopUl{
    width: 100%;
    justify-content: space-between;
}
.corporateTopUl li{
    width: 25%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-right: none;
    padding-top: 75px;
    padding-bottom: 100px;
}
.corporateTopUl li:last-child{
    border-right: 1px solid #CCCCCC;
}
.corporateTopUl li p {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
    margin: 50px 0 0;
}
.corporateTopUl li span {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}
.corporateBottom {
    margin: 100px 0;
    position: relative;
}
.corporateBottom h1{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: rgba(94, 94, 94, 0);
    line-height: 118px;
    -webkit-text-stroke: 1px #E1E1E1;
}
.corporateBottom-text {
    width: 50%;
    background-color: #D4B75B;
    padding: 59px 58px 0 74px;
}
.corporateBottom-text h4 {
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
}
.corporateBottom-text span {
    display: block;
    width: 50px;
    height: 5px;
    background: #FFFFFF;
    margin: 20px 0;
}
.corporateBottom-text p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
}
.corporateBottom-img {
    width: 50%;
}
.corporateBottom-img img{
    display: block;
    width: 100%;
}
/* 社会责任 */
.social-ul{
    width: 100%;
    flex-wrap: wrap;
    margin-top: 58px;
}
.social-li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.social-li:nth-child(3n){
    margin-right: 0;
}
.serial-ul{
    width: 23%;
    margin: 0 auto;
    justify-content: space-between;
}
.serial-ul li a{
   font-size: 16px;
   line-height: 26px;
   padding: 0 10px;
}
.serial-ul .serial-icon a{
    font-size: 22px;
}
.serial-ul li:hover a {
    color: #D4B75B;
}
/* 人才招聘 */
.talentTop{
    text-align: left;
}
.talentTop-h4{
    text-align: center;
}
.talentTop-span {
    text-align: center;
}
.talent-ul{
    width: 100%;
    margin-top: 50px;
}
.talent-ul li{
    width: 100%;
    justify-content: space-between;
}
.talent-ul .talent-top{
    background-color: #D4B75B;
    color: #fff;
    height: 79px;
    text-align: center;
}
.talent-item1{
    width: 16%;
}
.talent-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 79px;
}
.talent-item2{
    width: 10%;
}
.talent-item3{
    width: 19%;
}
.talent-item4{
    width: 19%;
}
.talent-item5{
    width: 16%;
}
.talent-item6{
    width: 16%;
}
.talent-text{
    line-height: 60px;
    color: #424242;
    border-bottom: 1px solid rgba(230,230,230,0.8);
    text-align: center;
}
.talent-ul li:nth-child(2n+1) .talent-text{
    background-color: #f7f7f7;
}
.talent-ul li:hover .talent-text{
    background-color: #f1f1f1;
    cursor: pointer;
}
.talentItem-text{
    display: none;
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px solid rgba(230,230,230,0.8);
}
.talentItem-text h4{
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    line-height: 30px;
}
.talentItem-text p {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    margin-left: 2%;
    line-height: 24px;
}
.talentItem-text span{
    display: inline-block;
    color: #D4B75B;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
    margin-left: 5px;
    font-weight: bold;
}
/* 联系我们 */
.contact-top{
    width: 100%;
    margin-top: 50px;
    justify-content: space-around;
}
.contact-top li {
    width: 25%;
    text-align: left;
}
.contact-top li h5 {
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    line-height: 30px;
}
.contact-top li p {
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 24px;
    width: 100%;
    margin: 0;
}
.maps{
    width: 100%;
}
.maps h5 {
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    margin: 40px 0;
    text-align: left;
}
#map{
    width: 100%;
    height: 467px;
}
.contact-bottom{
    margin-top: 70px;
}
.message{
    margin-top: 40px;
    background-color: rgba(212, 183, 91, 0.23);
    padding: 43px 41px;
}
.message-inp{
    justify-content: space-between;
    margin-bottom: 28px;
}
.message-input{
    width: 30%;
    height: 50px;
    background-color: #fff;
    padding: 15px;
}
.message-input p {
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    width: 10%;
    margin: 0;
    line-height: 20px;
}
.message-input i{
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #424242;
    margin: 0 5px;
}
.message-input input{
    flex: 1;
    border: none;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #424242;
}
.message textarea{
    width: 100%;
    height: 232px;
    background-color: #fff;
    border: none;
    padding: 21px 30px;
    color: #424242;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
}
.message-bottom{
    width: 100%;
    justify-content: space-between;
}
.messageBo-left{
    width: 30%;
    justify-content: space-between;
}
.messageBo-left .message-input{
    width: 67%;
}
.message-code{
    width: 30%;
}
.message-code img {
    display: block;
    width: 100%;
    height: 100%;
}
.messageBo-left .message-input p{
    width: 22%;
}
.messageBo-left .message-input input{
    flex: auto;
    width: 75%;
}
.messageBo-right{
    width: 10%;
}
.messageBo-right button{
    width: 100%;
    height: 100%;
    background: #D4B75B;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
/* 详情 */
.socList-top{
    padding-top: 40px;
    border-bottom: 1px dashed #ccc;
}
.socList-top h4{
    font-size: 30px;
    font-weight: 400;
    color: #424242;
    line-height: 1.2;
    text-align: center;
}
.socList-itme{
    width: 100%;
    justify-content: center;
    margin: 10px 0;
}
.socList-itme div{
    margin-right: 2%;
    color: #808080;
    font-size: 14px;
    line-height: 20px;
}
.socList-itme div:last-child{
    margin-right: 0;
}
.socList-itme div i{
    font-size: 18px;
    line-height: 20px;
    margin-right: 3px;
}
.socList-text{
    width: 100%;
    padding: 33px 0;
    border-bottom: 1px dashed #ccc;
}
.socList-bottom{
    width: 100%;
    margin-top: 33px;
    justify-content: space-between;
    margin-bottom: 100px;
}
.socList-bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.socList-bottom a:hover{
    color: #D4B75B;
}
.current-a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}








/* 底部 */
footer {
    width: 100%;
    background-color: #262626;
}
.footer{
    padding-top: 65px;
}
.footer-top{
    display: block;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #424242;
}
.footer-middle{
    width: 100%;
    padding: 50px 0;
    justify-content: space-between;
}
.footerMiddle-ul{
    width: 65%;
    justify-content: space-between;
}
.footerMiddle-li p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 20px;
}
.footerMiddle-li a {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.footerMiddle-li a:hover {
    color: #d4b75b;
}
.footer-seach{
    width: 30%;
}
.footer-seach p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: right;
    margin-bottom: 20px;
}
.footerSeach-input {
    width: 100%;
}
.footerSeach-input input {
    width: 80%;
    line-height: 38px;
    background-color: #414141;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    padding: 0 10px;
}
.footerSeach-input a {
    width: 20%;
    height: 38px;
    background-color: #d4b75b;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #424242;
}
.footer-bottom a {
    font-size: 15px;
    font-weight: 400;
    color: #525252;
    line-height: 23px;
}

/* 详情页面的布局 */
.socList-text p{
    font-size: 16px;
    line-height: 26px;
}
.socList-text img{
    display: block;
    margin: 0 auto;
}



/* 移动端头部 */
.med-index{
    display: none;
}
.sidebar{
    width: 70%;
    height: 100%;
    position: fixed;
    top: 52px;
    right: -100%;
    background-color: #fff;
    z-index: 99;
    transition: all 0.5s ease;
}
.med-head{
    width: 100%;
    height: 52px;
    background-color: #fff;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    justify-content: space-between;
}
.med-logo img{
    height: calc(100% - 6px);
    margin: 3px 10px;
}
.med-i i{
    line-height: 44px;
    font-size: 20px;
    margin-right: 20px;
}
.med-index .sidebar-bl{
    right: 0%;
}
.indexli a{
    width: 100%;
    text-align: center;
    line-height: 36px;
    color: #333333;
}
.headele1 ul .indexli:hover a{
    color: #e1cef6;
    font-weight: bold;
}
.sidebar-flex{
    padding: 1% 0;
}
.sideber-li a{
    font-size: 16px;
    line-height: 44px;
    color: #333;
}
.sideber-a {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}
.sideber-div i{
    font-size: 26px;
    line-height: 36px;
    transition: all 0.3s ease;
    transform-origin: center center;
}
.sideber-div .sideber-i{
    transform-origin: center center;
    transform: rotate(90deg);
}
.sideber-li .sideber-ind {
    color: rgb(19, 116, 47);
    font-weight: 600;
    background-color: #6666662b;
}
.sideber-li .sideber-ind a{
    color: rgb(19, 116, 47);
    font-weight: 600;
}
.sideber-li ul {
    display: none;
}
.sideber-div {
    justify-content: space-between;
    padding-right: 5%;
}