@font-face {
    font-family: 'DINProBold';
    src: url('../font/DINPro-Bold.eot');
    src:
        url('../font/DINPro-Bold.woff') format('woff'),
        url('../font/DINPro-Bold.ttf') format('truetype'),
        url('../font/DINPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*banner*/
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.banner .banner-word img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    text-align: center;
}

.banner a {
    display: block;
    padding-bottom: 27.08%;
    background-size: cover;
    background-position: center;
}
.banner .swiper-button-next{
    right: 0.67rem;
}
.banner .swiper-button-prev {
   
    left: 0.67rem;
}
.banner .swiperBtn{
    width: 1.33rem;
    height: 1.33rem;
    background: rgba(0, 0, 0, 0.24);
    transition: 0.3s;
}
.banner .swiperBtn::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-size: 13px 13px;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
    background: url(../images/icon-right.svg) no-repeat center center;
}
.banner .swiper-button-prev::before{
    transform: translate(-50%, -50%) rotate(180deg);
}
.banner .swiperBtn:hover{
    background: #C09822;
}
.header{
    height: 3.33rem;
    background: #F3F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .left{
    background: url(../images/logoBg.png) no-repeat top right;
    background-size: 100% 100%;
    width: 19.4rem;
    height: 100%;
}
.header .left a{
    padding-left: 1.33rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .left a img{
    height: 2rem;
}
.header .right{
    padding-right: 2rem;
    display: flex;
    align-items: center;
}
.header .right .nav{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 1.33rem;
}
.header .right .nav::after{
    content: "";
    position: absolute;
    top: 50%;
    right:0;
    width: 1px;
    height: 0.93rem;
    background-color: #ccc;
    transform: translateY(-50%);
}
.header .right .nav>li{
    position: relative;
    line-height: 3.33rem;
    margin-right: 1.6rem;
}
.header .right .nav>li>a{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.6rem;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
}
.nav-box .nav-2nd {
    display: none;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    min-width: 4.67rem;
    padding: 0.27rem 0;
    background-color: #F3F2F2;
    border-radius: 4px;
    transform: translateX(-50%);
}


.nav-box .nav-2nd>li>a {
    position: relative;
    display: block;
    padding: 0.33rem;
    line-height: 0.53rem;
    text-align: center;
    font-size: 0.47rem;
    transition: 0.3s;
    -weblit-transition: 0.3s;
    color: #222;
}

.nav-box .nav-2nd>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    background-color: #fff;
    transition: 0.3s;
    -weblit-transition: 0.3s;
}

.nav-box .nav>li:hover>a {
    color: #C09822;
}

.nav-box .nav>li:hover>a img {
    opacity: 1;
    transform: scale(1);
}

.nav-box .nav>li.on>a {
    color: #C09822;
}

.nav-box .nav>li.on>a img {
    opacity: 1;
    transform: scale(1);
}

.nav-box .nav-2nd>li>a:hover {
    background: #C09822;
}

.nav-box .nav-2nd>li>a:hover:before {
    top: 0;
    height: 100%;
}
.header .right .headertn{
    font-size: 0.6rem;
    color: #999;
    margin-right: 1.1rem;
    display: block;
    transition: 0.3s;
}
.header .right .headertn:hover{
    color: #C09822;
}
.header .right .searchBtn{
    cursor: pointer;
    height: 0.8rem;
}

/*手机导航*/
.menu-btn {
    display: none;
    width: 24px;
    height: 24px;
    font-size: 0;
    margin-left: 24px;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #666;
    transition: 0.5s ease-out;
}

.menu-btn span:nth-child(2) {
    margin: 7px 0;
}

/*搜索弹窗*/
.popup-search-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.popup-search-wrap .text-input {
    width: 100%;
    height: 40px;
    padding: 0 1.67rem 0 0.33rem;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 0.53rem;
}

.popup-search-wrap .sub-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #b88d30 url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05NDEuNiA4NzRMNzYzLjcgNjk2LjFjMjAuNi0yNi43IDM3LjYtNTUuOSA1MC44LTg3LjIgMjAuMy00OC4zIDMwLjYtOTkuNiAzMC42LTE1Mi40cy0xMC4zLTEwNC4xLTMwLjYtMTUyLjRjLTE5LjYtNDYuNi00Ny43LTg4LjUtODMuNS0xMjQuNXMtNzcuNS02NC4yLTEyMy45LTg0QzU1OSA3NS4zIDUwNy45IDY0LjkgNDU1LjMgNjQuOVMzNTEuNiA3NS4zIDMwMy41IDk1LjhjLTQ2LjQgMTkuNy04OC4xIDQ4LTEyMy45IDg0LTM1LjggMzYtNjMuOSA3Ny44LTgzLjUgMTI0LjUtMjAuMyA0OC4zLTMwLjYgOTkuNi0zMC42IDE1Mi40czEwLjMgMTA0LjEgMzAuNiAxNTIuNGMxOS42IDQ2LjYgNDcuNyA4OC41IDgzLjUgMTI0LjVzNzcuNSA2NC4yIDEyMy45IDg0YzQ4LjEgMjAuNSA5OS4yIDMwLjggMTUxLjggMzAuOFM1NTkgODM4IDYwNy4xIDgxNy42YzMxLjctMTMuNSA2MS4yLTMwLjkgODguMS01MmwxNzcuNiAxNzcuNmMxOC45IDE4LjkgNDkuOSAxOC45IDY4LjkgMCAxOC45LTE5LjMgMTguOS01MC4zLS4xLTY5LjJ6TTQ1NS4zIDc2OC4zYy0xNzAuOSAwLTMxMC0xMzkuOC0zMTAtMzExLjdzMTM5LTMxMS43IDMxMC0zMTEuN2MxNzAuOSAwIDMxMCAxMzkuOCAzMTAgMzExLjdzLTEzOS4xIDMxMS43LTMxMCAzMTEuN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center no-repeat;
    background-size: 20px 20px;
    border: none;
}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-setwin .layui-layer-close2 {
    right: -10px;
    top: -10px;
    background-image: none;
}

body .custom-skin .layui-layer-setwin .layui-layer-close2:after {
    content: "×";
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    color: #c4c4c4;
    font-weight: bold;
}
/*手机导航*/
.menu-btn {
    display: none;
    width: 24px;
    height: 24px;
    font-size: 0;
    margin-left: 24px;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #C09822;
    border-radius: 2px;
    animation: navBtn 2s infinite ease;
}

.menu-btn span:nth-child(2) {
    margin: 6px 0;
    animation-delay: 0.5s;
}

.menu-btn span:nth-child(3) {
    animation-delay: 1.0s;
}

@keyframes navBtn {
    50% {
        width: 60%;
    }

    100% {
        width: 100%;
    }
}
/*首页*/
.indexTitle{
    padding-top: 3.33rem;
    margin-bottom: 1.33rem;
}
.indexTitle .left{
    position: relative;
}
.indexTitle .left::after{
    content: "";
    position: absolute;
    top: -0.67rem;
    left: -1.33rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url("../images/icon-title.svg") no-repeat 0 0;
    background-size: contain;
}
.indexTitle .left h2{
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #C09822;
    font-family: SimSun, 宋体, "Songti SC";
}
.indexTitle .left p{
    font-size: 0.47rem;
    line-height: 0.8rem;
    color: #999;
    text-transform: uppercase;
}
.indexTitle .right{
    width: 5.2rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: 0.53rem;
    color: #999;
    border: 1px solid #999;
    transition: 0.3s;
}
.indexTitle .right img{
    margin-left: 0.4rem;
    height: 0.27rem;
}
.indexTitle .right:hover{
    background-color: #C09822;
    border-color: #C09822;
    color: #fff;
}
.indexTitle .right:hover img{
    filter: brightness(0) invert(1);
}
.indexOne .scollBoxCon{
    max-width: 1440px;
    margin: 0 auto;
}
.indexOne .scollBox{
    position: relative;
    overflow: hidden;
    padding: 16px;
}
.indexOne .scollBox ul li a{
    display: block;
    transition: 0.3s;
    position: relative;
}
.indexOne .scollBox ul li a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #C09822;
    transition: 0.3s;
}
.indexOne .scollBox ul li a .pic{
    position: relative;
    overflow: hidden;
}
.indexOne .scollBox ul li a .pic em{
    display: block;
    padding-bottom: 140%;
}
.indexOne .scollBox ul li a .text{
    padding: 0.27rem 0 0.4rem 0;
    text-align: center;
}
.indexOne .scollBox ul li a .text h3{
    font-size: 0.67rem;
    font-weight: normal;
    line-height: 1.07rem;
    color: #222;
    transition: 0.3s;
}
.indexOne .scollBox ul li a .text p{
    font-size: 0.53rem;
    line-height: 0.8rem;
    color: #999;
}
.indexOne .scollBox ul li a:hover{
    box-shadow: 0 0 0.67rem rgba(0,0,0,0.12);
}
.indexOne .scollBox ul li a:hover::before{
    width: 100%;
}
.indexOne .scollBox ul li a:hover .text h3{
    color: #C09822;
    font-weight: bold;
}
.indexOne .btnBox{
    margin-top: 1.33rem;
    padding: 0 16px;
}
.indexOne .btnBox .center{
    width: calc(100% - 80px - 140px);
    height: 1px;
    background: #ddd;
}
.indexOne .btnBox .right{
    display: flex;
    align-items: center;
}
.indexOne .btnBox .right .btn{
    width: 1.33rem;
    height: 1.33rem;
    border: 1px #999 solid;
    cursor: pointer;
}
.indexOne .btnBox .right .btn img{
    filter: brightness(0) invert(0.6);
    transition: 0.3s;
}
.indexOne .btnBox .right .btn.btnLeft{
    margin-right: 0.4rem;
}
.indexOne .btnBox .right .btn.btnLeft img{
    transform: rotate(180deg);
}
.indexOne .btnBox .right .btn:hover{
    background: #C09822;
    border-color: #C09822;
}
.indexOne .btnBox .right .btn:hover img{
    filter: brightness(0) invert(1);
}
.indexTwo{
    background: url(../images/indexTwoBg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 3.33rem;
    padding-bottom: 3.33rem;
}
.indexTwo .box{
    display: flex;
    justify-content: space-between;
}
.indexTwo .box .left{
    width: 54.28%;

}
.indexTwo .box .left .text{
    font-size: 0.53rem;
    line-height: 0.93rem;
    color: #222;
    margin-bottom: 1rem;
  
}
.numberBox{
    padding-top: 0.67rem;
    border-top: 1px #C09822 solid;
}
.numberBox .item h3{
color: #C09822;
}
.numberBox .item h3 b{
    font-size: 1.6rem;
   
    font-family: 'DINProBold';
    font-weight: normal;
    letter-spacing: -2px;
}
.numberBox .item h3 em{
    font-size: 0.47rem;
    padding-left: 0.13rem;
}
.numberBox .item p{
    font-size: 0.47rem;
    line-height: 0.8rem;
    color: #222;
    margin-top: 0.13rem;
}
.indexTwo .box .left .aboutImg{
    width: 100%;
    display: block;
    height: auto !important;
    margin-top: 8px;
}
.indexTwo .box .right{
    width: 42.85%;
}
.indexTwo .box .right ul{
    height: 100%;
}
.indexTwo .box .right ul li{
    height: calc(33.33% - 10px);
    
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    z-index: 1;
}
.indexTwo .box .right ul li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/liBg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;

}
.indexTwo .box .right ul li:last-child{
    margin-bottom: 0;
}
.indexTwo .box .right ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.33rem;
    height: 100%;
    
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.indexTwo .box .right ul li a .text{
    display: flex;
    align-items: center;
}
.indexTwo .box .right ul li a .text .tit h3{
   font-size: 0.67rem;
   line-height: 1.07rem;
   color: #222;
   font-weight: normal;
}
.indexTwo .box .right ul li a .text .tit h5{
    font-size: 0.47rem;
    line-height: 0.8rem;
    color: #999;
}
.indexTwo .box .right ul li a .text .icon{
    width: 1.6rem;
    margin-right: 0.53rem;
}
.indexTwo .box .right ul li a .more span{
    color: #666;
    transition: 0.3s;
    padding-right: 6px;
}
.indexTwo .box .right ul li:hover a{

    filter: brightness(0) invert(1);
}
.indexTwo .box .right ul li:hover::before{
    opacity: 1;
}
.indexTitle .tabBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42.85%;
}
.indexTitle .tabBox .tab{
    font-size: 0.67rem;
    line-height: 1.07rem;
    color: #222;
    display: flex;
}
.indexTitle .tabBox .tab span{
    position: relative;
    display: block;
    margin-right: 16px;
    padding-right: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.indexTitle .tabBox .tab span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: #D8D8D8;
    transform: translateY(-50%);
}
.indexTitle .tabBox .tab span:last-child{
    margin-right: 0;
    padding-right: 0;
}
.indexTitle .tabBox .tab span.on,.indexTitle .tabBox .tab span:hover{
    color: #C09822;
    font-weight: bold;
}
.indexThree .boxScoll{
    overflow: hidden;
    padding-right: 0.2rem;
    margin-top: -0.6rem;
}
.indexThree .boxScoll>.box>.swiper-wrapper>.swiper-slide{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.indexThree .boxScoll .left{
    width: 54.28%;
    overflow: hidden;
        position: relative;
}
.indexThree .boxScoll .left .pic{
    position: relative;
    overflow: hidden;
}
.indexThree .boxScoll .left .pic .text{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.73rem;
    line-height: 1.73rem;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 0 0.67rem;
    display: flex;
    color: #fff;
    font-size: 0.6rem;
    padding-right: 3.33rem;
    box-sizing: border-box;
}
.indexThree .boxScoll .left .pic .text P span{
    padding-right: 0.4rem;
}
.indexThree .boxScoll .left .pic .text P{
    
    width: calc(100% - 3rem);
}
.indexThree .boxScoll .left .pic em{
    display: block;
    /* padding-bottom: 58.42%; */
    height: 15.7rem;
}
.indexThree .boxScoll .right{
    width: 42.85%;
    padding-top: 0.33rem;
}
.indexThree .boxScoll .right ul li{
    margin-bottom: 20px;
}
.indexThree .boxScoll .right ul li:last-child{
    margin-bottom: 0;
}
.indexThree .boxScoll .right ul li a{
    display: flex;
    background: #F8F6F2;
    padding: 0.67rem 1rem;
    transition: 0.3s;
    border-bottom: 2px #F8F6F2 solid;
}
.indexThree .boxScoll .right ul li a .time{
    position: relative;
    margin-right: 1rem;
   width: 3.1rem;
}
.indexThree .boxScoll .right ul li a .time::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 2.1rem;
    background: #ddd;
    transform: translateY(-50%);
}
.indexThree .boxScoll .right ul li a .time h3{
    font-size: 0.8rem;
    line-height: 1.6;
    color: #666;
}
.indexThree .boxScoll .right ul li a .time span{
    font-size: 0.47rem;
    color: #999;
}
.indexThree .boxScoll .right ul li a p{
    font-size: 0.6rem;
    line-height: 0.93rem;
    font-size: #222;
    width: calc(100% - 3.1rem - 1rem);
}
.indexThree .boxScoll .right ul li a:hover{
    background: #fff;
    border-color: #C09822;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.indexThree .indexTitle .imore{
    display: none;
}
.indexThree .indexTitle .imore1{
    display: block;
}
.indexThree .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.67rem;
    box-sizing: border-box;
    bottom: 0.47rem;
}
.indexThree .swiper-pagination-bullet{
    background: #fff;
    border-radius: initial;
    width: 4px;
    height: 0.27rem;
    opacity: 1;
}
.indexThree .swiper-pagination-bullet-active{
    height: 0.67rem;
    background: #C09822;
}
.footer{
    margin-top: 3.33rem;
    background: url(../images/footerBg.jpg) no-repeat center;
    background-size: cover;
    padding: 2.67rem 0 2rem 0;
}
.indexPage .footer{
    margin-top: 2.47rem;
}
.footer .footerTop{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .footerTop .left .footerLogo{
    display: block;
    margin-bottom: 1.6rem;
}
.footer .footerTop .left .footerLogo img{
    height: 2rem;
}
.footer .footerTop .left .text p{
    color: #fff;
    line-height: 0.93rem;
    margin-top: 0.4rem;
}
.footer .footerTop .left .text p img{
    margin-right: 0.13rem;
    width: 0.73rem;
}
.footer .footerTop .right{
    display: flex;
    
}
.footer .footerTop .right a{
    color: #fff;
    display: block;
    margin-left: 1.33rem;
    transition: 0.3s;
}
.footer .footerTop .right a:hover{
    color: #C09822;
}
.footer .footerBtm{
    color: #fff;
    margin-top: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footerBtm a{
    transition: 0.3s;
}
.footer .footerBtm a:hover{
    color: #C09822;
}
.footer .footerBtm .item {
    position: relative;
    margin-right: 20px;
}

.footer .footerBtm .item span {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 5.87rem;
    height: 1.47rem;
    line-height: 1.47rem;
  
border-bottom: 1px #fff solid;
    box-sizing: border-box;

    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.footer .footerBtm .select span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../images/icon-down.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.footer .footerBtm .item ul {
    display: none;
    position: absolute;
    bottom: 1.47rem;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    max-height: 200px;
    overflow-y: auto;
    padding: 0.33rem 0.33rem;
    box-sizing: border-box;
    line-height: 0.93rem;
}

.footer .footerBtm .item ul a {
    display: block;
    transition: 0.3s;
    color: #222;
    font-size: 0.47rem;
    line-height: 1.4;
    margin-bottom: 0.33rem;
}

.footer .footerBtm .item ul a:hover {
    color: #c09836;
}
/*内页*/
.inpageBanner em{
    display: block;
    padding-bottom: 27.08%;
}
.inpageNav{
    height: 2.67rem;
    background: #fff;
    box-shadow: 0 0.67rem 0.67rem rgba(0,0,0,0.12);
    margin-bottom: 2.67rem;
}
.inpageNav .box{
    height: 100%;
}
.inpageNav .box h3{
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: bold;
    color: #C09822;
}
.inpageNav .box .dz{
    color: #999;
    display: flex;
    align-items: center;
}
.inpageNav .box .dz img{
    position: relative;
    top: -1px;
    margin-right: 0.13rem;
}
.inpageNav .box .dz a{
    padding:0 0.17rem;
    transition: 0.3s;
}
.inpageNav .box .dz a:hover{
    color: #C09822;
}
/**/
.aboutTop{
    align-items: flex-start;
    margin-bottom: 0.6rem;
}
.aboutTop .left{ 
    width: 54.28%;
}
.aboutTop .left h4{
    position: relative;
    font-size: 0.93rem;
    line-height: 1.33rem;
    color: #222;
    padding-bottom: 0.4rem;
}
.aboutTop .left h4::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.6rem;
    height: 0.13rem;
    background: #C09822;
}
.aboutTop .left .text{
    padding: 1.33rem 0;
    line-height: 0.93rem;
    color: #222;
    border-bottom: 1px #C09822 solid;
}
.aboutTop .right {
    width: 40.85%;
}
.aboutTop .right img{
    width: 100%;
    height: auto;
}
.word{
    line-height: 0.93rem;
    font-size: 0.53rem;
    color: #666;
        word-wrap: break-word;
}
.word img{
    max-width: 100%;
    height: auto !important;
}
.word table{
    max-width: 100%;
}

.personList ul li{
    float: left;
    width: 48.92%;
    margin-bottom: 1rem;
}
.personList ul li:nth-child(2n){
    float: right;
}
.personList ul li a{
    position: relative;
    display: flex;
    background: #F8F6F2;
    transition: 0.3s;
}
.personList ul li a::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.73rem;
    height: 4.6rem;
    background: url(../images/icon-logo.svg) no-repeat top left;
    transition: 0.3s;
}
.personList ul li a .pic{
    width: 8.33rem;
}
.personList ul li a .pic em{
    display: block;
    padding-bottom: 140%;
}
.personList ul li a .text{
    position: relative;
    width: calc(100% - 8.33rem);
    padding: 1rem;
    box-sizing: border-box;
}
.personList ul li a .text h3{
    font-size: 0.93rem;
    line-height: 1.33rem;
    color: #222;
    transition: 0.3s;
}
.personList ul li a .text h4{
    font-size: 0.53rem;
    line-height: 0.8rem;
    color: #999;
    font-weight: normal;
    margin-top: 0.13rem;
    padding-bottom: 0.67rem;
    border-bottom: 1px #ddd solid;
    margin-bottom: 0.67rem;
    transition: 0.3s;
}
.personList ul li a .text .txt{
    height: 2.8rem;
}

.personList ul li a .text .more{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    line-height: 0.93rem;
    color: #666;
}
.personList ul li a .text .more img{
    margin-left: 0.4rem;
}
.personList ul li a:hover{
    background: #fff;
    box-shadow: 0 0 0.67rem rgba(0,0,0,0.12);
}
.personList ul li a:hover .text h3{
    color: #C09822;
}
.personList ul li a:hover .text h4{
    border-color: #C09822;
}
.personList ul li a:hover::before{
    width: 5.1rem;
    height: 4.63rem;
}
.personList .page{
    margin-top: 1.33rem;
}
.page{
    display: flex;
    margin-top: 2rem;
}
.page a{
    display: block;
    min-width: 1.33rem;
    height: 1.33rem;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.53rem;
    color: #999;
    margin-right: 12px;
    transition: 0.3s;
    font-weight: bold;
    padding:0 0.3rem;
    box-sizing:border-box
}
.page a:last-child{
    margin-right: 0;
}
.page a img{
    filter: brightness(0) invert(0.7);
    transition: 0.3s;
}
.page a.prev img{
    transform:  rotate(180deg);
}
.page a:hover,.page a.on{
    background: #C09822;
    color: #fff;
}
.page a:hover img{
    filter: brightness(0) invert(1);
}

.personCont{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.personCont .left{
    width: 8.33rem;
}
.personCont .left .img{
    width: 100%;
}
.personCont .left .text{
    margin-top: 0.53rem;
}
.personCont .left .text p{
    font-size: 0.47rem;
    line-height: 0.8rem;
    color: #222;
}
.personCont .right{
    width: calc(100% - 10.33rem);
}
.personCont .right .title h3{
    font-size: 0.93rem;
    line-height: 1.33rem;
    color: #C09822;
}
.personCont .right .title h4{
    font-size: 0.53rem;
    line-height: 0.8rem;
    color: #999;
    margin-top: 0.13rem;
    padding-bottom: 0.67rem;
    border-bottom: 1px #C09822 solid;
    margin-bottom: 1rem;
}
.projectBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.projectBox .proBox .item{
    display: none;
}
.projectBox .proBox .act{
    display: block;
}
.projectBox .left{
    width: 9.33rem;
}
.projectBox .left .item{
    background: #F8F6F2;
    padding: 0.67rem;
    display: block;
    margin-bottom: 0.53rem;
    position: relative;
    transition: 0.3s;
}
.projectBox .left .item h3{
    font-size: 0.67rem;
    line-height: 1.07rem;
    color: #222;
    transition: 0.3s;
}
.projectBox .left .item ul{
    margin-top: 0.67rem;
}
.projectBox .left .item ul li{
    margin-bottom: 0.27rem;
}
.projectBox .left .item ul li:last-child{
    margin-bottom: 0;
}
.projectBox .left .item ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.67rem;
    height: 1.73rem;
    background: #fff;
    font-size: 0.53rem;
    color: #222;
    transition: 0.3s;
}
.projectBox .left .item ul li a span img{
    width: 0.67rem;
    margin-right: 0.4rem;
}
.projectBox .left .item ul li a>img{
    filter: brightness(0) invert(0.6);
    transition: 0.3s;
}
.projectBox .left .item ul li a:hover{
    background: #C09822;

}
.projectBox .left .item ul li a:hover span,.projectBox .left .item ul li a:hover>img{
    filter: brightness(0) invert(1);
}
.projectBox .left .item ul li.on a{
    background: #C09822;

}
.projectBox .left .item ul li.on a span,
.projectBox .left .item ul li.on a>img {
    filter: brightness(0) invert(1);
}
.projectBox .left .item h4{
    font-size: 0.4rem;
    line-height: 2;
    color: #999;
    text-transform: uppercase;
}
.projectBox .left .item .add{
    margin-top: 0.93rem;
}
.projectBox .left .item.go::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.87rem;
    height: 2.8rem;
    background: url(../images/icon-yhcg.svg) no-repeat top left;
}
.projectBox .left .item.go:last-child::before{
    background: url(../images/icon-lxwm.svg) no-repeat top left;
}
.projectBox .left .item.go:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.projectBox .left .item.go:hover h3{
    color: #C09822;
}

.projectBox .right{
    width: calc(100% - 11.33rem);
}
.projectBox .right .title{
    padding-bottom: 0.33rem;
}
.projectBox .right .title h3{
    font-size: 0.93rem;
    line-height: 1.33rem;
    color: #222;
    margin-bottom: 0.4rem;
}
.projectBox .right .title .menu{
    display: flex;
    flex-wrap: wrap;
}
.projectBox .right .title .menu a{
    display: block;
    height: 1.33rem;
    line-height: 1.33rem;
    border: 0.03rem #C09822 solid;
    text-align: center;
    padding: 0 0.67rem;
    font-size: 0.53rem;
    color: #222;
    margin-right: 0.27rem;
    transition: 0.3s;
}
.projectBox .right .title .menu a.on,.projectBox .right .title .menu a:hover{
    background: #C09822;
    color: #fff;
}
.projectBox .right ul{
    margin-bottom: 2rem;
}
.projectBox .right ul li{
    float: left;
    width: 31.45%;
    margin-right: 2.825%;
    margin-top: 30px;
}
.projectBox .right ul li:nth-child(3n){
    margin-right: 0;
}
.projectBox .right ul li a{
    position: relative;
    display: block;
    background: #F8F6F2;
    padding: 0.4rem 0.4rem 0 0.4rem;
    transition: 0.3s;
}
.projectBox .right ul li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #C09822;
    width: 0;
    transition: 0.3s;
}
.projectBox .right ul li .pic{
    overflow: hidden;
}
.projectBox .right ul li .pic em{
    display: block;
    padding-bottom: 64%;
    transition: 0.5s;
}
.projectBox .right ul li p{
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.53rem;
    color: #222;
}
.projectBox .right ul li a:hover::after{
    width: 100%;
}
.projectBox .right ul li a:hover{
    background: #fff;
    box-shadow: 0 0 0.67rem rgba(0,0,0,0.16);
}
.projectBox .right ul li a:hover p{
    color: #C09822;
}
.projectBox .right ul li a:hover .pic em{
    transform: scale(1.05);
}
.projectTop{
    align-items: flex-start;
    padding-bottom: 0.47rem;
}
.projectTop .pic{
    width: 33.2%;
}
.projectTop .pic img{
    display: block;
    width: 100%;
}
.projectTop .text{
    width: 62.5%;
}
.projectTop .text .title h3{
    font-size: 0.93rem;
    line-height: 1.33rem;
    color: #222;
    margin-top: -0.2rem;
}
.projectTop .text .title h4{
    font-size: 0.67rem;
    line-height: 1.07rem;
    color: #C09822;
}
.projectTop .text .title{
    padding-bottom: 0.67rem;
    border-bottom: 1px #ddd solid;
    margin-bottom: 0.8rem;
}
.projectTop .text .tit{
    font-size: 0.67rem;
    line-height: 1.07rem;
    color: #222;
    margin-bottom: 0.27rem;
    font-weight: bold;
}
.projectTop .text .btnBox{
    margin-top: 0.8rem;
    display: flex;
}
.projectTop .text .btnBox a{
    display: flex;
    min-width: 4.47rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 0.53rem;
    color: #C09822;
    border: 1px #C09822 solid;
    height: 1.33rem;
    margin-right: 0.4rem;
    transition: 0.3s;
}
.projectTop .text .btnBox a .icon{
    margin-right: 0.2rem;
}
.projectTop .text .btnBox a:hover{
    background: #C09822;
    color: #fff;
}
.projectTop .text .btnBox a:hover img{
    filter: brightness(0) invert(1);
}
.projectBtm .tit{
    margin-top: 1rem;
    font-size: 0.67rem;
    line-height: 1.07rem;
    color: #222;
    margin-bottom: 0.27rem;
}
.projectBtm{
    font-size: 0.53rem;
    line-height: 0.93rem;
    color: #3D3D3D;
}
.projectBtm img{
    max-width: 100%;
    height: auto !important;
}
.projectBtm table{
    max-width: 100%;
}

.downList ul li{
    margin-bottom: 0.67rem;
}
.downList ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.93rem;
    background: #F8F6F2;
    padding: 0 1rem;
    transition: 0.3s;
    border-bottom: 1px #F8F6F2 solid;
}
.downList ul li a .left{
    width: calc(100% - 8.67rem);
    font-size: 0.6rem;
    color: #222;
    transition: 0.3s;
}
.downList ul li a .left img{
    position: relative;
    top: -1px;
    margin-right: 0.27rem;
    transition: 0.3s;
    filter: brightness(0) invert(0.67);
}
.downList ul li a .right{
    font-size: 0.6rem;
    color: #999;
    display: flex;
    align-items: center;
}
.downList ul li a .right span{
    display: block;
    position: relative;
    margin-left: 0.53rem;
    padding-left: 0.53rem;
}
.downList ul li a .right span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0.6rem;
    background: #ddd;
    transform: translateY(-50%);
}
.downList ul li a .right span img{
    position: relative;
    top: -2px;
    margin-right: 0.13rem;
    filter: brightness(0) invert(0.67);
}
.downList ul li a:hover{
    background: #fff;
    box-shadow: 0 0 0.67rem rgba(0,0,0,0.16);
    border-color: #C09822;
}
.downList ul li a:hover .left,.downList ul li a:hover .right span{
    color: #C09822;
}
.downList ul li a:hover .left img,.downList ul li a:hover .right span img{
    filter: initial;
}

.newsList ul li{
    margin-bottom: 0.67rem;
}
.newsList ul li a{
    position: relative;
    padding: 1rem;
    background: #F8F6F2;
    display: block;
    transition: 0.3s;
    border-bottom: 2px #F8F6F2 solid;
}
.newsList ul li a .time{
    position: relative;
    width: 116px;
    float: left;
}
.newsList ul li a .time::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px ;
    height: 2.27rem;
    background: #ddd;
    transform: translateY(-50%);
}
.newsList ul li a .time h4{
    font-size: 1rem;
    color: #666;
    line-height: 1.33rem;
    font-weight: normal;
}
.newsList ul li a .time span{
    font-size: 0.47rem;
    line-height: 0.67rem;
    color: #999;
    margin-top: 0.27rem;
}
.newsList ul li a .text{
    width: calc(100% - 10.13rem);
    padding: 0 1rem 0 1.33rem;
    box-sizing: border-box;
    float: left;
}
.newsList ul li a .text h3{
    font-size: 0.67rem;
    line-height: 1.07rem;
    color: #222;
    height: 1.07rem;
    font-weight: normal;
    transition: 0.3s;
}
.newsList ul li a .text p{
    font-size: 0.6rem;
    line-height: 0.93rem;
    height: 0.93rem;
    color: #999;
    margin-top: 0.27rem;
}
.newsList ul li a .more{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 5.27rem;
    text-align: right;
    color: #666;
    font-size: 0.53rem;
    transition: 0.3s;
}
.newsList ul li a .more img{
    margin-left: 0.27rem;
    transition: 0.3s;
    filter: brightness(0) invert(0.67);
    transition: 0.3s;
    position: relative;
    top: -2px;
}
.newsList ul li a .more::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 2.27rem;
    background: #ddd;
    transform: translateY(-50%);
}
.newsList ul li a:hover{
    background: #fff;
    border-color: #C09822;
    box-shadow: 0 0 0.67rem rgba(0,0,0,0.16);
}
.newsList ul li a:hover .time span,.newsList ul li a:hover .text h3,.newsList ul li a:hover .more{
    color: #C09822;
}
.newsList ul li a:hover .more img{
    filter: initial;
}

.newsCon .title h3{
    font-size: 0.93rem;
    line-height: 1.33rem;
    color: #222;
}
.newsCon .title .tit{
    margin-top: 0.4rem;
    line-height: 0.93rem;
    font-size: 0.53rem;
    color: #999;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 1.27rem;
}
.newsCon .title .tit span{
    display: flex;
    margin-right: 1.33rem;
    align-items: center;
}
.newsCon .title .tit span:last-child{
    margin-right: 0;
}
.newsCon .title .tit span img{
    margin-right: 4px;
}

.share{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    font-size: 0.53rem;
    line-height: 0.93rem;
    color: #999;
}
.share>img{
    margin-right: 0.27rem;
}
.share .item{
    margin-left: 0.67rem;
}

.inpageLink{
    margin-top: 1.33rem;
    border-top: 1px #CCCCCC solid;
    padding-top: 0.6rem;
    width: 77%;
}
.inpageLink .item{
    line-height: 1.2rem;
    height: 1.2rem;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.inpageLink .item i{
    border-radius: 0.6rem;
    display: block;
    border: 1px #999999 solid;
    font-size: 0.53rem;
    color: #666;
    box-sizing: border-box;
    width: 2.67rem;
    text-align: center;
}
    .inpageLink .item a {
        display: block;
        width: calc(100% - 2.67rem);
        padding-left: 0.53rem;
        box-sizing: border-box;
        font-size: 0.67rem;
        color: #222;
        font-weight: bold;
        transition: 0.3s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
        .inpageLink .item a em{
            display:none;
        }
        .inpageLink .item a:hover {
            color: #C09822;
        }

/*响应式*/

@media screen and (max-width: 1680px) {
    .header .right .nav>li{
        margin-right: 0.9rem;
    }
    .header .right .headertn{
        margin-right: 0.6rem;
    }
}
@media screen and (max-width: 1400px) {
    .header .right .nav>li {
        margin-right: 0.6rem;
    }

    .header .right .headertn {
        margin-right: 0.4rem;
    }
}
@media screen and (max-width: 1200px) {
    .header .right .nav{
        display: none;
    }
    .menu-btn{
        display: block;
    }
}
@media screen and (max-width: 1023px) {
    .projectBox .right{
        width: calc(100% - 10.5rem);
    }
    .projectBox .right .title .menu a{
        padding: 0 0.33rem;
    }
}
@media screen and (max-width: 768px) {
    .header{
        height: 2.2rem;
    }
    .header .left{
        background: none;
        width: auto;
    }
    .header .left a{
        padding-left: 0.47rem;
    }
    .header .left a img{
        height: 1rem;
    }
    .header .right{
        padding-right: 0.47rem;
    }
    .banner a{
        padding-bottom: 42.8%;
    }
    .indexTitle {
        padding-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .indexTitle .left h2{
        font-size: 0.88rem;
        line-height: 1.2rem;
    }
    .indexTitle .left p{
        font-size: 0.4rem;
    }
    .indexTitle .left::after{
        top: -0.3rem;
        left: -0.4rem;
        width: 1.8rem;
        height: 1.8rem;
    }
    .indexTitle .right{
        width: 4rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 0.47rem;
    }
    .indexTitle .right img {
        height: 0.15rem;
    }
        .indexTwo .box .right ul li a .more img{
            height: 0.15rem;
        }
    .indexOne .scollBox{
        padding: 0;
    }
    .indexOne .btnBox{
        display: none;
    }
    .indexTwo{
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    .indexTwo .box{
        display: block;
    }
    .indexTwo .box .left{
        width: 100%;
    }
    .numberBox .item h3 b{
        font-size: 1.1rem;
    }
    .indexTwo .box .right{
        width: 100%;
        margin-top: 1rem;
    }
    .indexTwo .box .right ul li{
        height: 3rem;
    }
    .indexThree .indexTitle{
        position: relative;
        padding-bottom: 2rem;
    }
    .indexTitle .tabBox .tab{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .indexTitle .tabBox{
        justify-content: flex-end;
    }
    .indexThree .boxScoll{
        margin-top: 0;
    }
    .indexThree .boxScoll>.box>.swiper-wrapper>.swiper-slide{
        display: block;
    }
    .indexThree .boxScoll .left{
        width: 100%;
        margin-top: 0;
    }
    .indexThree .boxScoll .left .pic em{
        height: 0;
        padding-bottom: 58%;
    }
    .indexThree .boxScoll .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .footer .footerTop .right{
        display: none;
    }
    .indexPage .footer{
        margin-top: 1rem;
    }
    .footer{
        margin-top: 1rem;
        padding: 1rem 0 ;
    }
    .footer .footerTop .left .footerLogo img{
        height: 1.4rem;
    }
    .footer .footerTop .left .footerLogo{
        margin-bottom: 0.8rem;
    }
    .footer .footerBtm{
        display: block;
        margin-top: 1.2rem;
    }
    .footer .footerBtm .item{
        margin-top: 0.6rem;
    }
    .footer .footerBtm .item{
        width: 100%;
    }
    .footer .footerBtm .item span{
        width: 100%;
    }
    .footer .footerBtm .item ul{
        background: #fff;
    }
    /*内页*/
    .inpageBanner em{
        padding-bottom: 42.8%;
    }
    .inpageNav{
        height: 2rem;
        margin-bottom: 1rem;
        box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05);
    }
    .inpageNav .box .dz{
        display: none;
    }
    .inpageNav .box h3{
        font-size: 0.66rem;
    }
    .aboutTop{
        display: block;
    }
    .aboutTop .left h4{
        font-size: 0.8rem;
    }
    .aboutTop .left{
        width: 100%;
    }
    .aboutTop .right{
        width: 100%;
        margin-top: 1rem;
    }
    .personList ul{
        padding-bottom: 0;
    }
    .personList ul li{
        width: 100%;
    }
    .personList ul li a .pic{
        width: 6.6rem;
    }
    .personList ul li a .text{
        width: calc(100% - 6.6rem);
        padding: 0.5rem;
    }
    .personList ul li a .text h3{
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .personList ul li a .text .more{
        left: 0.5rem;
        bottom: 0.5rem;
    }
    .personList ul li a .text .more img{
        height: 0.2rem;
    }
        .personList .page{
            margin-top: 0;
        }
    .page{
        margin-top: 1rem;
    }
    .page a{
        display: none;
    }
    .page a.btn,.page a.on{
        display: flex;
    }
    .personCont{
        display: block;
    }
    .personCont .left{
        width: 100%;
    }
    .personCont .left .img{
        width: 6.67rem;
        margin:  0 auto;
        display: block;
    }
    .personCont .right{
        width: 100%;
        margin-top: 1rem;
    }
    .projectBox{
        display: block;
    }
    .projectBox .left{
        width: 100%;
    }
    .projectBox .right{
        width: 100%;
        margin-top: 1rem;
    }
    .projectBox .left .item ul{
        display: flex;
        justify-content: space-between;
        margin-top: 0.16rem;
    }
    .projectBox .left .item ul li{
        width: 32%;
    }
    .projectBox .left .item ul li a{
        padding: 0 0.1rem;
        justify-content: center;
        height: 1.4rem;
    }
    .projectBox .left .item ul li a>img{
        display: none;
    }
    .projectBox .left .item .add{
        display: none;
    }
    .projectBox .left .item.go::before{
        width: 2rem;
        height: 2rem;
    }
    .projectBox .right .title{
        padding-bottom: 0;
    }
    .projectBox .right .title .menu a{
        margin-bottom: 0.4rem;
    }
    .projectBox .right ul li{
        width: 49.5%;
        margin-right: 0;
        margin-top: 0.6rem;
    }
    .projectBox .right ul li:nth-child(2n){
        float: right;
    }
    .projectBox .right ul{
        margin-bottom: 1rem;
    }
    .projectTop{
        display: block;
    }
    .projectTop .pic{
        width: 100%;
    }
    .projectTop .text{
        width: 100%;
        margin-top: 1rem;
    }
    .projectTop .text .title h3{
        font-size: 0.8rem;
    }
    .projectTop .text .title h4{
        font-size: 0.5rem;
    }
    .downList ul li a{
        height: 2.4rem;
        padding: 0 0.5rem;
    }
    .downList ul li a .right{
        font-size: 0.4rem;
    }
    .downList ul li a .right span img{
        height: 0.6rem;
    }
    .downList ul li a .right span em{
        display: none;
    }
    .downList ul li a .left{
        width: calc(100% - 5rem);
    }
    .downList ul li a .left img{
        display: none;
    }
    .newsList ul li a{
        padding: 0.5rem;
    }
    .newsList ul li a .time{
        width: 3.2rem;
        box-sizing: border-box;
    }
    .newsList ul li a .time h4{
        font-size: 0.8rem;
    }
    .newsList ul li a .more{
        display: none;
    }
    .newsList ul li a .text{
        width: calc(100% - 3.2rem);
        padding: 0 0 0 0.5rem;
    }
    .newsList ul li a .text h3{
        font-size: 0.6rem;
    }
    .newsList ul li a .text p{
        font-size: 0.5rem;
        line-height: 0.52rem;
        height: 0.52rem;
    }
    .newsCon .title h3{
        font-size: 0.72rem;
    }
    .newsCon .title .tit{
        margin-top: 0.2rem;
        padding-bottom: 0.6rem;
        margin-bottom: 0.8rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newsCon .title .tit span{
        font-size: 0.52rem;
        margin-right: 0;
        width: 50%;
    }
    .newsCon .title .tit span img{
        width: 0.52rem;
    }
    .share{
        margin-top: 1rem;
    }
    .inpageLink{
        width: 100%;
        margin-top: 1rem;
    }
    .inpageLink .item a{
        font-size: 0.6rem;
    }
}