* {
    padding: 0;
    margin: 0;
}

html {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow-x: hidden;
}

body {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

ul,
a,
li {
    list-style: none;
    text-decoration: none !important;
}

.max {
   max-width: 1560px;
    box-sizing: border-box;
    margin: auto;
}

.header {
    background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header>img {
    width: 100%;
}

.header>.pho {
    cursor: pointer;
    position: relative;
    width: 1.4815rem;
    height: 1.2963rem;
    position: absolute;
    right: 0;
    background-image: url('../images/rect.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pho>div {
    position: absolute;
    left: 57%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pho b {
    width: 40px;
    display: block;
    height: 5px;
    background-color: #fff;
    margin: 7px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.new_navpanle {
    display: none;
    padding-top: 30px !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
}

.new-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-title img {
    width: 5%;
    min-width: 25px;
    cursor: pointer;
}
.new-title img:last-child{
    max-width: 30px;
}

.new-title img:first-child {
    min-width: 210px;
    width: 30%;
}

.search {
    width: 7.8rem;
    height: 45px;
    float: left;
    border: 1px rgba(255, 255, 255, .5) solid;
    margin: 30px 0;
}

.search div {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.search div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search  input {
    display: block;
    height: 100%;
    width: 90%;
    color: #fff;
    border: none;
    outline: none;
    background-color: transparent;
    line-height: .5rem;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
}

.new-box {
    display: flex;
    flex-direction: column;
}

.new-box ul {
    display: flex;
}

.new-box ul li {
    width: calc(100% / 10);
}

.new-box ul li a {
    position: relative;
    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 48px;
    padding-bottom: 10px;
    transition: .6s all;
}

.new-box ul li>a {
    font-size: .3704rem;
    font-weight: bold;
}

.new-box ul li a::after {
    width: 0;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #045C49;
    transition: .6s all;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
}

.new-box ul li a:hover::after {
    width: 100%;
}

.new-box ul li:hover a {
    color: #fff;
    cursor: pointer;
}

.header-box {
    /* background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%); */
}

.header-box,
.header-right ul {
    width: 95%;
    display: flex;
    height: 1.2963rem;
    justify-content: space-around;
    margin-top: 10px;
}
.header-right ul{
  width:100%;
  justify-content: space-between;
}

.header-left {
    width: 25%;
}

.header-left img {
    width: 100%;
    min-width: 217px;
}

.header-right {
    width: 80%;
    margin-left: 3%;

}

.header-right ul>li a {
    font-size: .3333rem;
    color: #fff;
    line-height: 1.2963rem;
}

.header-right ul>li {
    position: relative;
}

.header-right ul>li::before,.header-right .active::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #C29453;
    transition: .3s;
}

.header-right ul>li::after,.header-right .active::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0px solid #C29453;
    transition: all .5s;
}

.header-right ul>li:hover::before,.header-right .active::before {
    width: 100%;
}

.header-right ul>li:hover::after,.header-right .active::after{
    border-bottom: 8px solid #C29453;
}

.header-right ul>li .op {
    display: none;
    padding: 0 .1852rem;
    min-width: 1.4815rem;
    text-align: center;
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.header-right ul>li .op>p {
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    padding: .1852rem 0;

}

.header-right ul>li .op>p>a {
    padding-bottom: 5px;
    line-height: .5556rem;
    color: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header-right ul>li .op>p:hover>a {
    border-bottom: 1px solid #ccc;
}

.phone-menu {
    display: none;
    position: absolute;
    width: 50%;
    height: 100vh;
    overflow: scroll;
    background-color: #EAE8E1;
    right: 0;
    padding: 20px;
}

.phone-menu ul li {
    padding: 10px 0;
}

.phone-menu ul li>a {
    cursor: pointer;
    color: #000;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    text-decoration: none !important;
    transition: all.5s;
    -webkit-transition: all.5s;
    -moz-transition: all.5s;
    -ms-transition: all.5s;
    -o-transition: all.5s;
    -webkit-transition: all .5s;
}

.phone-menu ul li>a:hover,
.phone-menu ul li>div a:hover {
    border-bottom: 1px solid orange;
}

.phone-menu .op {
    padding: 20px;
    display: none;
}

.phone-menu ul li>div a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.banner {
    overflow-x: hidden;
    position: relative;
}
.news-left .swiper-slide{
  max-height:456px;
  height:auto;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    
    object-fit: cover;

}


.swiper .swiper-pagination {
    bottom: 50px;
    left: 90px;

}

.swiper .swiper-pagination-bullet {
    width: 28px;
    height: 16px;
    background-image: url('../images/top.png');
    background-size: 100% 100%;
    margin: 0 10px;
    background-color: transparent;
}

.swiper .swiper-pagination-bullet-active {
    background-color: transparent;
}

.banner-slide {
    width: 90%;
    height: 66vh;
    position: absolute;
    bottom: .5556rem;
    left: 90px;
    z-index: 99;
}

.banner-slide>p {
    font-family: FZL2JW;
    font-weight: normal;
    font-size: 1.1111rem;
    color: #FFFFFF;
    line-height: 1.3333rem;
}

.banner-img {
    position: absolute;
    bottom: 60px;
    right: 5%;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.banner-img img {
border-radius:10px;
    width: 10.4167vw;
    height: 10.4167vw;
    margin: 0 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.banner-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner-img>div img {
    margin: 10px 0;
}

.banner-img>img:last-child {
    margin-top: 100px;
}

.news {
    /* overflow-x: hidden; */
    background-image: url('../images/news.png');
    background-repeat: no-repeat;
    padding: 1.8519rem 0;
    background-size: cover;
}

.news-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    font-family: STSongti;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 55px;
    background-color: rgba(0, 0, 0, .2);
}

.news-text>p {
    max-width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-text span{
  font-size:14px;
}
.news-title h2 {
    font-family: FZQKBYSJW;
    font-weight: normal;
    font-size: 36px;
    color: #045C49;
    line-height: 1.0185rem;
    margin-right: 1.0741rem;
}

.news-title,
.title-left,
.title-left>ul {
    display: flex;
    align-items: center;
    font-family: FZQKBYSJW;
    font-weight: normal;
    font-size: 24px;
    line-height: 55px;
}

.title-left>ul li {
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.title-left>ul li:hover {
    color: #045C49;
}

.news-title {
    justify-content: space-between;
    margin-bottom: 52px;
}

.title-right {
    text-align: center;
    width: 1.6667rem;
    height: .5556rem;
    background-image: url('../images/gen.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.title-right p {
    cursor: pointer;
    height: 100%;
    line-height: .5556rem;
    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #045C49;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.title-right p:hover {
    background-color: #fff;
    color: #045C49;
}

.active {
    color: #045C49;
}

.news-left {
    width: 45%;
    max-height: 500px;
    overflow: hidden;
}

.news-left,
.news-right {
    width: 40%;
}
.swiper-wrapper{height:auto;}

/* .news-left .swiper-wrapper {
    height: auto !important;
} */

.swiper-slide img {
    width: 100%;
    height: 100%;
    
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.zhuan  img{
    max-height:220px;
}
.zhuan img,
.jian-item img {
    transition: all .5s;
}

.news-left .swiper-slide img:hover,
.zhuan img:hover,
 {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-right {
    width: 70%;
    margin-left: 40px;
}

.news-right .date {
    min-width: 70px;
    min-height: 70px;
    width: 1.2963rem;
    height: 1.537rem;
    background-image: url('../images/date.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 23px;
}

.news-right-title {
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #E0DFDE;
    padding-bottom: 25px;
    align-items:center;
}

.news-right .date>p {
    font-family: STSongti;
    font-weight: bold;
    color: #2D7665;
    text-align: center;
    line-height: 32px;
}

.news-right .date>p:first-child {
    font-size: 24px;
    padding-top: 7px;
}

.news-right .date>p:last-child {
    font-size: 14px;
    color: #2D7665;
}

.news-right-title a p:first-child {
    font-family: PingFang;
    font-weight: bold;
    font-size: 16px;
    color: #000000;

}

.news-right-title a p:last-child {
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-right ul>li {
    display: flex;
    align-items: baseline;
    border-bottom: 1px dashed #E0DFDE;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.news-right ul>li>a {
    margin-top: 25px;
    padding-bottom: 40px;
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    color: #000000;


}

.news-right ul>li::before {
    content: "";
    display: inline-block;
    font-size: 14px;
    height: 10px;
    width: 20px;
    background-image: url("../images/yuan.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.news-right ul>li>a>span {
    color: #999999;
}

.news-right ul>li:hover>a,
.news-right ul>li:hover>a>span {
    /* border-bottom: 1px solid #000 */
    color: #045C49;
}

.department {
    padding: 50px 0;
    background-image: url('../images/ho-bg.png');
    background-size: cover;
}

.department-title>h2 {
    font-family: FZQKBYSJW;
    font-weight: normal;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    margin-bottom: 30px;
}

.department-list,
.department-item {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.department-item>p {
    width: 90px;
}

.department-list>div:not(.department-list>div:nth-child(2)) {
    width: 50%;
    border-top: 1px solid #fff;
}

/* .department-item{
    width: 30%;
} */
.department-item>p {
    position: relative;
    text-align: center;
    font-family: PingFang;
    font-weight: bold;
    font-size: 18px;
    color: #ababab;
    line-height: 0px;
    /* opacity: 0.5; */
    cursor: pointer;
}

.department-item>p::after {
    width: 50%;
    position: absolute;
    bottom: -20px;
    left: 60%;
    transform: translate(-50%);
    content: "";
    border: 0px solid #C29453;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.department-item>p::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -28px;
    left: 60%;
    transform: translate(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0px solid #C29453;
    transition: all .5s;
}

.department-item>p:hover::after {
    border: 1px solid #C29453;
}

.department-item>p:hover::before {
    border-top: 8px solid #C29453;
}

.department-item>p:hover {
    color: #fff;
}

.department-item span {
    display: inline-block;
    border-top: 1px solid #fff;
    width: 20px;
    vertical-align: middle;
    opacity: 1;
}

.department-item>p:first-child {
    /* height: 15px; */
    /* line-height: 15px; */
    line-height: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.department-item .active {
    color: #fff;
    font-size: 18px;
    opacity: 1;
}

.department-item .active::after {
    border: 1px solid #C29453;
}

.department-item .active::before {
    border-top: 8px solid #C29453;
}

.department-cont {
    padding-top: 100px;
}

.department-cont ul,
.department-cont ul li>a {
    display: flex;
    flex-wrap: wrap;
    <!--justify-content: center;-->
    align-items: center;
}

.department-cont ul>li {
    /* margin: 2% 4%; */
    margin: 2% 0;
    width: calc(100% / 6);
}

.department-cont ul li>a>div:first-child {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/l1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.department-cont ul li>a>div:first-child img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.department-cont ul li>a>div:last-child>p {
    font-family: PingFang;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.department-cont ul li>a>div:last-child>p:last-child {
    font-size: 14px;
    color: #ccc;
}

.department-cont ul li>a>div:last-child {
    width: 50%;
}

.department-foot {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.department-cont ul li>a>div {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.department-cont ul li>a:hover>div:nth-child(1) {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.department-foot>.title-right {
    background-image: url('../images/gen-w.png');
}

.department-foot>.title-right>p>a {
    display: block;
    width: 100%;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.department-foot>.title-right>p>a:hover {
    background-color: #fff;
    color: #045C49;
    overflow: hidden;
}



.yuan-title,
.yuan-title-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-left>h2 {
    font-family: FZQKBYSJW;
    font-weight: normal;
    font-size: 36px;
    color: #045C49;
    line-height: 55px;
}

.yuan {
    padding-top: 90px;
    padding-bottom: 20px;
    background-image: url('../images/yuan-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.yuan-title-right>.opct>p {
    cursor: pointer;
    position: relative;
    height: 40px;
    width: 172px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url('../images/gen.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #045C49;
    line-height: 40px;
}

.yuan-title-right>.opct>p::after {
    content: "";
    border-top: 10px solid #2D7665;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 10px;
}

.yuan-title-right>.opct>p>input {
    height: 100%;
    width: 100%;
    border: 0;
    color: #045C49;
    margin-left: 10px;
    padding-left: 10px;
    background-color: transparent;
}

.yuan-title-right>.opct:last-child>p::after {
    border: 0;
}

.opct:nth-child(2n) {
    margin: 0 20px;
}

.opct {
    position: relative;
}

.opct ul {
    width: 100%;
    position: absolute;
    display: none; 
    z-index: 999;
    background-color: #fff;
    box-sizing: border-box;
}

.opct ul>li {
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.opct ul>li:hover {
    background-color: #EBE8E2;
}

.opct:last-child>p {
    width: 70px;

    background-image: url('../images/opcts.png');
}

.opct:last-child>p a {
    color: #fff;
}

.opct:last-child>p::after,
.opct:nth-child(3)>p::after {
    display: none;
}

.yuan-swiper {
    overflow-x: hidden;
    overflow-y: clip;
    position: relative;
    margin-top: 80px;
}

.yuan-swiper .swiper-wrapper {
    height: auto !important;
}

.zhuan {
    width: 95%;
    height: 300px;
    box-sizing: border-box;
    display: flex;
    background-color: #FFFCF7;
    padding: 30px;
}

.zhuan-right {
    width:52%;
    margin-left: 30px;
}
.tong .zhuan-right{
  width:52%;
}

.zhuan-right>p:nth-child(1) {
    font-family: PingFang;
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    line-height: 36px;
}

.zhuan-right>p:nth-child(2),
.zhuan-right>p:nth-child(3) {
    font-family: PingFang;
    font-weight: 500;
    font-size: 14px;
    color: #C29453;
    line-height: 34px;
}

.zhuan-right>p:nth-child(4) {
    font-family: PingFang;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 3em;
    text-overflow: ellipsis;
}

.zhuan-right>p:last-child>a {
    display: block;
    height: 29px;
    width: 80px;
    background-color: #045C49;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.zhuan-right>p:last-child>a:hover {
    background-color: #fff;
    color: #045C49;
}

.zhuan-right>p:last-child {
    float: right;
}

.yuan-swiper .swiper-pagination {
    position: relative;
}

.yuan-swiper .swiper-pagination-bullet {
    background: #045C49;
    width: 12px;
    height: 12px;
    margin: 20px 5px;
}

.yuan-swiper .swiper-wrapper {
    margin-bottom: 70px;
}

.yuan-swiper.swiper-pagination-bullet-active {
    color: #045C49;
}

.yuan-swiper .swiper-button-prev,
.yuan-swiper .swiper-button-next {
    position: relative;
    bottom: 30px;
    left: 40%;
    background-image: url('../images/left.png');
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.yuan-swiper .swiper-button-next {
    left: 60%;
    bottom: 50px;
    background-image: url('../images/right.png');
}

.jian {
   
    padding: 60px 0;
    background-image: url('../images/jian-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.jian{
    padding-bottom:160px;
  }

.jian-item {
    width: 36%;
     max-width: 560px; 
    box-sizing: border-box;
    padding: 20px;
    background-color: #F2E9E0;
}
.jian-item>div {
  padding-right:40px;
}
.jian-item:last-child>div{
  padding-right:10px;
}

.jian-item img {
    width: 100%;
}

.jian-title {
    max-width: 500px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jian-title>p,
.jian-title>a {
    font-family: FZQKBYSJW;
    font-weight: normal;
    font-size: 36px;
    color: #045C49;
    line-height: 55px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.jian-title>a {
    display: block;
    height: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #045C49;
}

.jian-title>a:hover {
    background-color: #fff;
    color: #045C49;
}

.jian-item ul li {
    max-width: 500px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dotted #E9DCC6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

/* .jian-item ul li:hover {
    border-bottom: 1px solid #000;
    background-color: #fff;
} */
.jian-item ul li:hover>a,
.jian-item ul li:hover>a>p {
    color: #000;
    font-weight: bold;
}

.jian-item ul li>a {
    display: block;
    width: 100%;
    font-family: PingFang;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.jian-item ul li p {
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    /*line-height: 55px;
    */
}

.jian-item ul li>a p::before {
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    background-image: url('../images/shijian-2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.jian>.max {
position:relative;
    display: flex;
    <!--justify-content: center;-->

}

.dang {
    background-color: #045C49;
    position: absolute;
    top: 65px;
    left: 530px;
    <!--transform: translate(-35px, 70px);-->
}

.dang ul li>a,
.dang ul li p,
.dang .jian-title>p {
    color: #fff
}

.ren {
    width: 500px;
    background-color: #DAC8AB;
   
    position: absolute;
    top: 35px;
    right: 0;
}

.ren ul li {
    border-color: #B69566;
}

.foot {
    background-color: #292522;
    padding: 20px 0 50px 0;
}

.foot .lian {
    border-bottom: 1px solid #594D4C;
}

.lian ul {
    margin-bottom: 20px;
    display: flex;
    color: #fff;
    line-height: 36px;
}

.lian .max {
    display: flex;
    justify-content: space-between;
}


.lian ul li a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #9E9692;
    line-height: 36px;
    margin: 0 10px;
}

.lian ul li:hover>a {
    color: #fff;
}

.page {
    width: 100px;
}

.page li a {
    font-size: 20px !important;
    margin: 0 5px;
}

.foot .text {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .text .zi {
    display: flex;
    align-items: center;
}

.foot .text .zi img {
    width: 47px;
    height: 47px;
    margin-right: 15px;
}

.foot .text p,.foot .text p a {
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #9E9692;
    line-height: 36px;
}

.foot .text .xiao img {
    width: 100px;
    height: 100px;
}

.news-right ul>li>a>p {
    max-width: 410px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.img-bg {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.hide {
    float: right;
    margin-top: 50px;
    margin-right: 50px;
    cursor: pointer;
}

.img-cont {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 24px;
    color: #fff;
}

.img-cont img {

    width: 50%;
    height: 50%;
    object-fit: contain;
}

.img-cont p {
    margin-top: 40px;   
}