* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
}

.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #bc9b6b;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: #bc9b6b;
    border-bottom: 2px solid #bc9b6b;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #bc9b6b;
    color: #fff;
}

a {
    display: inline-block;
    outline: none;
    color: #666;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}

header.pc {
    box-shadow: 0px 0px 10px 1px #eee;
    background: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 96px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 22;
    transition: 0.5s;
}

header.pc .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.pc .l {
    overflow: hidden;
    height: 100px;
}

header.pc .l>img {
    height: 50px;
    display: block;
    margin: 25px 0;
    transition: 0.5s;
}

header.pc .center a {
    margin: 0px 15px;
    padding-bottom: 3px;
}

header.pc.on {
    /* background: #fff0; */
    background-size: 100% 0;
    box-shadow: none;
}

header.pc .l>img:nth-of-type(1) {
    margin-top: -50px;
}

header.pc.on .l>img:nth-of-type(1) {
    margin-top: 25px;
}

header.pc.on a {
    color: #fff;
}

:root {
    --color: #bc9b6b;
    --hovercolor: #ffbc00;
}

.winw {
    width: 90%;
    margin: auto;
    height: auto;
    clear: both;
}

.winw::before {
    display: table;
    content: " "
}

.winw::after {
    display: table;
    content: " ";
    clear: both;
}

header.pc .center {
    display: flex;
    align-items: center;
}

header.pc .center .subnav {
    display: none;
    position: absolute;
    top: 85px;
    left: 50%;
    width: 150px;
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, 0%);
    line-height: 45px !important;
}

header.pc .center .subnav a {
    width: 100%;
    line-height: 45px !important;
    height: 45px !important;
    text-align: center;
    margin: 0px !important;
    color: #333;
}

header.pc .center .subnav a:hover {
    background: var(--color);
    color: #fff;
}

header.pc .center>div {
    position: relative;
}

header.pc .center>div:hover .subnav {
    display: block !important;
}

header.pc .center a {
    position: relative;
    font-size: 16px;
}

header.pc .center a::after {
    content: "";
    height: 3px;
    background: var(--color);
    border-radius: 10px;
    position: absolute;
    width: 0%;
    left: 50%;
    bottom: 0px;
    transition: 0.5s;
}

header.pc .center a:hover::after,
header.pc .center a.on::after {
    left: 0%;
    width: 100%;
}

header.pc .center a:hover,
header.pc .center a.on {
    color: var(--color);
}

header.pc .box {
    display: flex;
    align-items: center;
}

header.pc .box .r {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.pc .type {
    margin-left: 15px;
}

header.wap {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 333;
}

header.wap .wap_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0 5%;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 10px 1px #eee;
}

header.wap .wap_nav .dj {
    float: right;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
}

header.wap .wap_nav .dj span {
    height: 3px;
    width: 30px;
    background: var(--color);
    display: block;
    margin: 5px 0;
}

header.wap .wap_nav .rg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    transition: 0.5s;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
    font-size: 40px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
    text-align: center;
    background: #fff;
    line-height: 50px;
    height: 50px;
}

header.wap .wap_nav .rg.on {
    left: 0%;
}

header.wap .wap_nav .rg>a {
    display: block;
    width: 100%;
    text-align: center;
}

header.wap {
    display: none;
}

header.wap .sub {
    display: none;
}

header.wap .item a {
    padding: 0px 20px;
}

header.wap .item a {
    width: 100%;
    text-align: left;
}

header.wap .sub {
    padding-left: 20px;
}

header.wap .sub a {
    position: relative;
}

header.wap a span {
    font-size: 20px;
    float: right;
}

@media(max-width:650px) {
    header.wap {
        display: block;
    }
    header.pc {
        display: none;
    }
}

footerbox.wap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
    display: none;
    padding: 10px 0;
    z-index: 22;
    box-shadow: 0px 0px 5px 1px #eee;
}

footerbox.wap a {
    flex: 1;
    display: inline-block;
    text-align: center;
    color: var(--color);
    font-size: 14px;
}

footerbox.wap a p {
    margin: 10px 0px 0px 0px;
}

footerbox.wap img {
    width: 26px;
}

.wap {
    display: none;
}

@media(max-width:650px) {
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    footer .box {
        padding: 15px 0;
    }
    footer .box a {
        display: none;
    }
    body {
        padding-bottom: 60px;
    }
}

.hoemindex .banner {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    height: 100vh;
}

.hoemindex .banner .swiper-slide {
    position: relative;
}

.hoemindex .banner .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hoemindex .banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0%, -60%);
    color: #fff;
    z-index: 3;
}

.hoemindex .banner .swiper-slide .txt p {
    font-size: 32px;
    opacity: 0.8;
    color: #dab866;
}

.hoemindex .banner .swiper-slide .txt h3 {
    font-size: 48px;
    margin-top: 40px;
    color: #dab866;
}

.hoemindex .banner .swiper-slide .txt a {
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}

.hoemindex .banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hoemindex .banner .swiper-slide .txt a:hover {
    color: var(--color);
}

.hoemindex .banner .swiper-pagination {
    text-align: right;
    width: 80%;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: fantasy;
}

.hoemindex .banner .swiper-pagination span {
    font-size: 50px;
}

.hoemindex .item1 {
    background: url(../img/img17.png) center bottom/cover fixed;
    text-align: center;
}

.hoemindex .item1 .title p {
    font-size: 30px;
    font-weight: 800;
}

.hoemindex .item1 .title {
    margin-bottom: 40px;
}

.hoemindex .item1 .title span {
    color: var(--color);
    text-transform: uppercase;
    font-size: 20px;
}

.hoemindex .item1 .desc {
    line-height: 1.7;
    text-align: left;
}

.hoemindex .item1 .shuzi {
    margin: 50px 0;
    height: auto;
    overflow: hidden;
}

.hoemindex .item1 .shuzi>div {
    display: flex;
    align-items: center;
}

.hoemindex .item1 .shuzi>div .txt {
    text-align: left;
    margin-left: 15px;
}

.hoemindex .item1 .shuzi>div .txt h3 {
    font-size: 14px;
    display: flex;
    font-size: 18px;
}

.hoemindex .item1 .shuzi>div .txt h3 span {
    color: var(--color);
    font-weight: 800;
    font-size: 40px;
    margin-right: 10px;
}

.hoemindex .item1 .more {
    width: 150px;
    line-height: 40px;
    background: var(--color);
    color: #fff;
}

.hoemindex .item1 .more:hover {
    background: #676767;
}

.hoemindex .item2 {
    background: url(../img/2bj.png) left top/40% 100% no-repeat;
}

.hoemindex .item2 .title p {
    font-size: 30px;
    font-weight: 800;
}

.hoemindex .item2 .title {
    margin-bottom: 40px;
    margin-top: 100px;
}

.hoemindex .item2 .title span {
    color: var(--color);
    text-transform: uppercase;
    font-size: 20px;
}

.hoemindex .item2 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.hoemindex .item2 .box a {
    width: 23%;
    margin: 1%;
    display: flex;
    align-items: center;
    height: 15vh;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hoemindex .item2 .box a img {
    display: block;
    margin: 15px;
    position: relative;
}

.hoemindex .item2 .box a:hover img {
    top: -100px;
    filter: drop-shadow(0px 100px var(--color));
}

.hoemindex .item2 .box a:hover {
    color: var(--color);
}

.hoemindex .item2 .box a:hover {
    border: 1px solid var(--color);
}

.hoemindex .item2 .box a:nth-of-type(n+11) {
    display: none;
}

.hoemindex .item2 .detailsOnBox {
    position: absolute;
    bottom: 1.5%;
    right: 50%;
    width: 50vw;
    color: #fff;
}

.hoemindex .item2 .detailsOnBox .desc {
    background: var(--color);
    padding: 15px;
    border-radius: 5px;
    height: 15vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hoemindex .item3 {
    background: url(../img/3bj.png) center/cover;
}

.hoemindex .item3 .title p {
    font-size: 30px;
    font-weight: 800;
}

.hoemindex .item3 .title {
    margin-bottom: 40px;
    margin-top: 100px;
    color: #fff;
}

.hoemindex .item3 .title span {
    text-transform: uppercase;
    font-size: 20px;
}

.hoemindex .item3 .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.hoemindex .item3 .swiper-slide a {
    display: block;
    background: linear-gradient(45deg, #b2b7bb, #dfe2e4);
    border-radius: 40px 0px 40px 0;
    position: relative;
    height: 40vh;
    display: flex;
    align-items: end;
}

.hoemindex .item3 .swiper-slide a img {
    height: 90%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.hoemindex .item3 .swiper-slide a .txt {
    position: absolute;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    left: 10%;
    color: #fff;
    padding: 15px;
}

.hoemindex .item3 .swiper-slide a .txt h3 {
    margin: 0px;
    font-size: 18px;
}

.hoemindex .item3 .swiper-slide a .txt p {
    margin-top: 5px;
    opacity: 0.8;
    margin-bottom: 0px;
}

.hoemindex .item3 .swiper-container .swiper-pagination {
    bottom: 0px;
}

.hoemindex .item3 .swiper-container .swiper-pagination span {
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    transition: 0.5s;
}

.hoemindex .item3 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
}

.hoemindex .item3 .more {
    width: 150px;
    line-height: 40px;
    background: var(--color);
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.hoemindex .item3 .more:hover {
    background: #676767;
}

.hoemindex .item4 .title {
    text-align: center;
}

.hoemindex .item4 .title p {
    font-size: 30px;
    font-weight: 800;
}

.hoemindex .item4 .title {
    margin-bottom: 40px;
    margin-top: 100px;
}

.hoemindex .item4 .title span {
    color: var(--color);
    text-transform: uppercase;
    font-size: 20px;
}

.hoemindex .item4 .box img {
    width: 100%;
}

.hoemindex .item4 .box .txt {
    background: #f5f5f5;
    padding: 15px;
}

.hoemindex .item4 .box .txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hoemindex .item4 .box .txt span {
    color: var(--color);
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hoemindex .item4 .box a:hover {
    color: var(--color);
}

.hoemindex .item4 .box .rg a>img {
    width: 48%;
    height: 170px;
    object-fit: cover;
}

.hoemindex .item4 .box .rg a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hoemindex .item4 .box .rg a .txt {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.hoemindex .item4 .box .le img {
    height: 385px;
}

.hoemindex .item4 .box .rg a:nth-of-type(2n - 1) {
    flex-direction: row-reverse;
}

.hoemindex .item4 .box .txt h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 55px;
    font-size: 18px;
    width: 100%;
    white-space: initial;
    line-height: 1.7;
    margin: 0px;
}

.hoemindex .item5 {
    background: url(../img/4bj.png) center/cover;
}

.hoemindex .item5 .title {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.hoemindex .item5 img {
    width: 100%;
}

.hoemindex .item5 .desc {
    line-height: 1.7;
    margin: 20px 0;
    color: #fff;
    padding: 0px;
}

.hoemindex .item5 .swiper-container {
    width: 100%;
    overflow: hidden;
}

.hoemindex .item5 .swiper-slide a {
    padding: 15px;
    background: #fff;
    height: 130px;
}

.hoemindex .item5 .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hoemindex .item5 .more {
    width: 150px;
    line-height: 40px;
    background: var(--color);
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.hoemindex .item5 .more:hover {
    background: #676767;
}

footer {
    background: #202020;
}

footer .top {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .top::after {
    content: "";
    width: calc(100% - 300px);
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

footer .go {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .go .l {
    display: flex;
    justify-content: space-between;
}

footer .go .l>div {
    text-align: center;
    margin: 20px 0;
}

footer .go .l>div a {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0.8;
}

footer .go .l>div a:nth-of-type(1) {
    opacity: 1;
    font-size: 18px;
}

footer .go .l>div a:hover {
    color: var(--color);
}

footer .go .r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

footer .go .r img {
    width: 100px;
    margin-bottom: 10px;
}

footer .icp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.pagesbanner {
    position: relative;
    margin-top: 100px;
}

.pagesbanner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dab866;
    font-size: 30px;
    text-transform: uppercase;
}

.pagesbanner .container h3 {
    font-size: 40px;
}

.pagesbanner img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

.comeIntoOurpage .item1 {
    background: url(../img/ab.png) right top/40% auto no-repeat, url(../img/bg-h1-1.png) bottom center no-repeat;
}

.comeIntoOurpage .item1 .title {
    padding: 40px 0;
}

.comeIntoOurpage .item1 .title p {
    opacity: 0.3;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0px;
}

.comeIntoOurpage .item1 .title span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--color);
}

.comeIntoOurpage .item1 .desc {
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.comeIntoOurpage .item1 .bo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.comeIntoOurpage .item1 .shuzi {
    color: #fff;
    background: var(--color);
    height: auto;
    overflow: hidden;
    text-align: center;
}

.comeIntoOurpage .item1 .shuzi .li {
    padding: 30px 0;
}

.comeIntoOurpage .item1 .shuzi .li h3 span {
    margin: 0px;
    font-size: 32px;
    margin-right: 5px;
}

.comeIntoOurpage .item1 .shuzi .li h3 {
    font-size: 14px;
}

.comeIntoOurpage .item1 .motto h3 {
    color: var(--color);
}

.comeIntoOurpage .item2 .title {
    text-align: center;
    padding: 40px 0;
}

.comeIntoOurpage .item2 .title p {
    text-transform: uppercase;
    color: var(--color);
    font-size: 20px;
}

.comeIntoOurpage .item2 .box {
    display: flex;
    flex-wrap: wrap;
}

.comeIntoOurpage .item2 .r {
    display: flex;
    flex-wrap: wrap;
}

.comeIntoOurpage .item2 .r>div {
    margin: 20px 15px 0px 15px;
    padding: 0px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.comeIntoOurpage .item2 .r>div img {
    padding: 0px 15px 0px 0px;
    height: 100%;
}

.comeIntoOurpage .item2 .r>div a {
    display: block;
    background: #fff;
    padding: 15px;
    height: 48%;
}

.comeIntoOurpage .item2 .r>div .bb {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

.comeIntoOurpage .item2 .r>div a:hover {
    background: var(--color);
    color: #fff;
}

.comeIntoOurpage .item3 .title {
    text-align: center;
    padding: 40px 0;
}

.comeIntoOurpage .item3 .title p {
    text-transform: uppercase;
    color: var(--color);
    font-size: 20px;
}

.comeIntoOurpage .item3 {
    background: #f6f6f6 url(../img/qyry_bg.png) bottom center/cover no-repeat;
    margin-top: 80px;
}

.comeIntoOurpage .item3 .box {
    position: relative;
    padding: 0px 50px;
    margin-bottom: 40px;
}

.comeIntoOurpage .item3 .box .swiper-slide .img {
    background: url(../img/rybg.png) center/100% 100%;
    overflow: hidden;
    padding: 17px;
}

.comeIntoOurpage .item3 .box .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.comeIntoOurpage .item3 .box .swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.comeIntoOurpage .item3 .box .swiper-slide .txt {
    text-align: center;
}

.comeIntoOurpage .item3 .box .swiper-slide .txt span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: var(--color);
    border-radius: 10px;
    margin: 15px 0;
}

.comeIntoOurpage .item3 .box .tab {
    top: 40%;
}

.comeIntoOurpage .item3 .box .tab::after {
    color: var(--color);
}

.comeIntoOurpage .item3 .box .swiper-pagination span {
    transition: 0.5s;
    opacity: 1;
    background: var(--color);
    border-radius: 5px;
}

.comeIntoOurpage .item3 .box .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
}

.comeIntoOurpage .item4 .title {
    text-align: center;
    padding: 40px 0;
}

.comeIntoOurpage .item4 .title p {
    text-transform: uppercase;
    color: var(--color);
    font-size: 20px;
}

.comeIntoOurpage .item4 .swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}

.comeIntoOurpage .item4 .swiper-container .swiper-slide {
    border: 1px solid #eee;
}

.comeIntoOurpage .item4 .swiper-container .swiper-slide img {
    width: 100%;
    height: 19vh;
    object-fit: contain;
}

.comeIntoOurpage .item4 .swiper-container .swiper-slide a {
    display: block;
}

.comeIntoOurpage .item4 .swiper-container .swiper-slide:hover {
    box-shadow: 0px 0px 10px 1px #eee;
}

.comeIntoOurpage .item4 .swiper-pagination span {
    transition: 0.5s;
    opacity: 1;
    background: var(--color);
    border-radius: 5px;
}

.comeIntoOurpage .item4 .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
}

.comeIntoOurpage .item5 .title {
    text-align: center;
    padding: 40px 0;
}

.comeIntoOurpage .item5 .title p {
    text-transform: uppercase;
    color: var(--color);
    font-size: 20px;
}

.comeIntoOurpage .item5 {
    margin-top: 80px;
    background: #fcf9f4 url(../img/about_map.png ) right top/auto auto no-repeat;
    padding-bottom: 100px;
}

.comeIntoOurpage .item5 .box img {
    padding: 0px;
    height: 25vh;
    object-fit: cover;
}

.comeIntoOurpage .item5 .box div {
    display: flex;
    align-items: center;
    height: 25vh;
}

.comeIntoOurpage .item5 .box div img {
    object-fit: contain;
    width: 60%;
    height: 100%;
}

.personnelIntroduction {
    margin-top: 100px;
}

.personnelIntroduction .breadCrumbs a {
    margin: 0px 3px;
}

.personnelIntroduction .breadCrumbs a:hover {
    color: var(--color);
}

.personnelIntroduction .user {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.personnelIntroduction .user>img {
    padding: 0px;
    height: 40vh;
    object-fit: contain;
    outline: 1px solid rgba(255, 255, 255, 0.774);
    outline-offset: -10px;
    padding: 15px 10px 0px;
    background: linear-gradient(45deg, #b2b7bb, #dfe2e4);
}

.personnelIntroduction .user .aboutuser {
    padding: 15px;
}

.personnelIntroduction .user .aboutuser .name {
    font-size: 34px;
}

.personnelIntroduction .user .aboutuser i {
    opacity: 0.6;
    font-size: 18px;
}

.personnelIntroduction .user .aboutuser .position {
    margin: 10px 0;
    font-size: 18px;
}

.personnelIntroduction .user .aboutuser span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--color);
}

.personnelIntroduction .user .aboutuser .desc {
    margin-top: 20px;
    line-height: 1.7;
    color: #666;
}

.personnelIntroduction .contentuser .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: space-between;
}

.personnelIntroduction .contentuser .title::after {
    content: "";
    width: calc(100% - 120px);
    border-top: 1px solid #eee;
    display: inline-block;
}

.personnelIntroduction .contentuser .html {
    padding: 30px 0;
    line-height: 1.7;
    color: #666;
}

.personnelIntroduction .contentuser .html img {
    max-width: 100%;
}

.professionalTeam .box {
    margin: 50px 0;
}

.professionalTeam a {
    display: block;
    background: linear-gradient(45deg, #b2b7bb, #dfe2e4);
    position: relative;
    height: 50vh;
    display: flex;
    align-items: end;
    outline: 1px solid #fff;
    outline-offset: -10px;
    margin-bottom: 40px;
}

.professionalTeam a img {
    height: 90%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.professionalTeam a .txt {
    position: absolute;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    left: 10%;
    color: #fff;
    padding: 15px;
    border-radius: 15px 0px 15px 0;
}

.professionalTeam a .txt h3 {
    margin: 0px;
    font-size: 18px;
}

.professionalTeam a .txt p {
    margin-top: 5px;
    opacity: 0.8;
    margin-bottom: 0px;
}

.gonav {
    box-shadow: 0px 0px 10px 1px #eee;
    padding: 15px;
}

.gonav a {
    padding: 5px 15px;
}

.gonav a:hover,
.gonav a.on {
    background: var(--color);
    color: #fff;
}

.serviceSector>.title {
    text-align: center;
    margin: 40px 0;
}

.serviceSector>.title h3 {
    color: var(--color);
}

.serviceSector>.title p {
    color: rgb(145, 145, 145);
    text-transform: uppercase;
    font-size: 20px;
}

.serviceSector .contenthtml>.title {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.serviceSector .contenthtml>.title::after {
    content: "";
    width: 400px;
    max-width: 100%;
    border-top: 1px solid var(--color);
    margin-left: 15px;
}

.serviceSector .contenthtml .contentdetail {
    margin: 30px 0;
    line-height: 1.7;
    color: #666;
}

.serviceSector .contenthtml .contentdetail img {
    max-width: 100%;
}

.caseAnalysis .box {
    margin: 30px 0;
}

.caseAnalysis .box a {
    display: block;
    color: #666;
    transition: 0.5s;
    margin-bottom: 15px;
}

.caseAnalysis .box a img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

.caseAnalysis .box a .txt {
    padding: 15px;
}

.caseAnalysis .box a .txt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin: 0px;
}

.caseAnalysis .box a .txt .desc {
    line-height: 1.7;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 15px 0;
}

.caseAnalysis .box a .txt span {
    border: 1px solid #eee;
    padding: 3px 15px;
    display: inline-block;
    font-size: 14px;
}

.caseAnalysis .box a:hover {
    background: #f8f8f8;
}

.caseAnalysis .box a:hover span {
    background: var(--color);
    color: #fff;
}

.newsInformation .box {
    margin: 30px 0;
}

.newsInformation a {
    padding: 15px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    color: #666;
    width: 100%;
    margin-bottom: 15px;
}

.newsInformation a img {
    height: 200px;
    object-fit: cover;
    padding: 0px;
}

.newsInformation a .txt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin: 0px;
    color: #000;
}

.newsInformation a .txt .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 15px 0;
    line-height: 1.7;
    color: #666;
}

.newsInformation a .txt span {
    border: 1px solid #eee;
    padding: 3px 15px;
    display: inline-block;
    font-size: 14px;
}

.newsInformation a:hover .txt span {
    background: var(--color);
    color: #fff;
}

.newsInformation a .time {
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--color);
    text-align: center;
    color: #fff;
    padding: 5px 15px 15px;
}

.newsInformation a .time p {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 800;
}

.contactUs .box {
    margin: 30px 0;
}

.contactUs .item1 {
    display: flex;
    flex-wrap: wrap;
}

.contactUs .item1 .l {
    background: #f6f6f6;
    padding: 30px;
}

.contactUs .item1 .l h3 {
    margin: 0px;
    font-size: 24px;
}

.contactUs .item1 .l p {
    margin: 10px 0;
    padding: 0px;
}

.contactUs .item1 .l p span {
    font-size: 40px;
    color: var(--color);
}

.contactUs .item1 .l .img {
    display: flex;
    clear: both;
}

.contactUs .item1 .l .img div {
    margin: 10px 0;
    text-align: center;
    color: #666;
}

.contactUs .item1 .l .img div img {
    display: block;
    width: 100px;
    margin-bottom: 10px;
}

.contactUs .item1 .r {
    padding: 30px;
    border: 1px solid #eee;
}

.contactUs .item1 .r h3 {
    text-align: center;
    font-size: 24px;
}

.contactUs .item1 .r p {
    text-align: center;
    margin: 15px;
    color: #666;
}

.contactUs .item1 .r form input,
.contactUs .item1 .r form textarea {
    padding: 5px 10px;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 15px;
    resize: none;
}

.contactUs .item1 button {
    float: none;
    display: block;
    margin: 0px auto;
    background: var(--color);
    color: #fff;
    line-height: 35px;
    box-shadow: none;
    border: none;
}

.contactUs .item1 button:hover {
    background: red;
}

.contactUs .map {
    width: 100%;
    height: 40vh;
    background: #eee;
    margin: 30px 0;
}

.contactUs .item3 .box .li {
    margin-bottom: 20px;
    cursor: pointer;
}

.contactUs .item3 .box .li .top {
    background: #f2f2f2;
    display: flex;
    line-height: 45px;
    justify-content: space-around;
    transition: 0.5s;
}

.contactUs .item3 .box .li .top span {
    flex: 1;
    text-align: center;
}

.contactUs .item3 .box .li .desc {
    border: 1px solid #eee;
    padding: 4%;
    line-height: 1.7;
    display: none;
}

.contactUs .item3 .box .li.on .top {
    background: var(--color);
    color: #fff;
}

.contactUs .item3 .title {
    text-align: center;
}

.contactUs .item3 .title h3 {}

.contactUs .item3 .title p {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--color);
}

#myMenu {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#myMenu * {
    transition: 0.5s;
}

#myMenu li {
    list-style: none;
    margin-right: 30px;
}

#myMenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    text-decoration: none;
}

#myMenu a p {
    margin: 0px;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    opacity: 0;
}

#myMenu .active p {
    margin-right: 10px;
    color: var(--color);
    width: 85px;
    opacity: 1;
}

#myMenu .active {
    margin-right: 30px;
}

#myMenu a span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #eee;
}

#myMenu .active span {
    background: var(--color);
}

@media(max-width:650px) {
    body {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .pagesbanner {
        margin-top: 0px;
    }
    .hoemindex .banner {
        height: 50vh;
    }
    .hoemindex .banner .swiper-slide .txt {
        left: 0;
        padding: 0 25px;
    }
    .hoemindex .banner .swiper-slide .txt p {
        font-size: 16px;
    }
    .hoemindex .banner .swiper-slide .txt h3 {
        font-size: 20px;
        margin-top: 30px;
    }
    .hoemindex .banner .swiper-pagination {
        font-size: 16px;
        width: 90%;
    }
    .hoemindex .banner .swiper-pagination span {
        font-size: 20px;
    }
    .hoemindex .item2 {
        background: #fff;
    }
    .hoemindex .item2 .detailsOnBox {
        display: none;
    }
    .hoemindex .item2 .box a {
        width: 18%;
        height: 80px;
    }
    .hoemindex .item1 .shuzi>div .txt h3 span {
        font-size: 20px;
    }
    .hoemindex .item2 .title {
        text-align: center;
        margin: 15px 0;
    }
    .hoemindex .item2 .box {
        margin: 0px -15px;
    }
    .hoemindex .item2 .box a img {
        width: 20px;
    }
    .hoemindex .item3 {
        margin: 15px 0;
        padding-bottom: 15px;
    }
    .hoemindex .item3 .title {
        text-align: center;
        margin: 15px;
    }
    .hoemindex .item4 .title {
        margin: 15px;
    }
    .hoemindex .item4 .box .le img {
        height: 200px;
    }
    .hoemindex .item4 .box .rg a {
        display: block;
    }
    .hoemindex .item4 .box .rg a>img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .hoemindex .item4 .box .rg a .txt {
        width: 100%;
    }
    .hoemindex .item5 {
        padding: 15px;
    }
    footer .top,
    footer .go {
        display: none;
    }
    footer .icp {
        display: block;
    }
    #myMenu {
        display: none;
    }
    .comeIntoOurpage .item1 {
        background: #fff;
    }
    .comeIntoOurpage .item1 .title {
        text-align: center;
        padding: 15px;
    }
    .comeIntoOurpage .item1 .title p {
        font-size: 18px;
    }
    .comeIntoOurpage .item1 .bo {
        display: block;
        margin-top: 0px;
    }
    .comeIntoOurpage .item2 .box img {
        width: 100%;
        padding: 0px;
    }
    .comeIntoOurpage .item2 .r {
        padding: 0px;
    }
    .comeIntoOurpage .item2 .r>div {
        width: 100%;
    }
    .comeIntoOurpage .item2 .r>div img {
        display: none;
    }
    .comeIntoOurpage .item2 .r>div .bb {
        width: 100%;
    }
    .comeIntoOurpage .item5 .box img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .comeIntoOurpage .item5 .box div img {
        width: 100%;
    }
    .newsInformation a .txt {
        width: 100%;
        padding: 15px;
    }
    .personnelIntroduction .user>img {
        width: 100%;
        height: auto;
    }
    .personnelIntroduction {
        margin-top: 0px;
    }
    .personnelIntroduction .user .aboutuser {
        padding: 15px 0;
    }
    .contactUs .item3 .box .li .top span:nth-of-type(2),
    .contactUs .item3 .box .li .top span:nth-of-type(3),
    .contactUs .item3 .box .li .top span:nth-of-type(4),
    .contactUs .item3 .box .li .top span:nth-of-type(5) {
        display: none;
    }
    .serviceSector .contenthtml>.title::after {
        display: none;
    }
    .pagesbanner .container h3 {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .pagesbanner img {
        height: 30vh;
    }
    .hoemindex .item2 .box {
        margin: 0px;
    }
    .hoemindex .item1 .desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .hoemindex .item2 .box a {
        width: 31.3%;
    }
    footerbox.wap {
        display: flex !important;
    }
    body {
        padding-bottom: 70px;
    }
    .hoemindex .item1 .title {
        padding-top: 30px;
    }
    .hoemindex .item4 .box a {
        margin-bottom: 15px;
    }
    .gonav {
        padding: 15px 0;
    }
    .gonav a {
        padding: 5px 0;
        text-align: center;
        width: 32%;
    }
    .contactUs .item1 .l p span {
        font-size: 32px;
    }
    .contactUs .item1 .r {
        padding: 30px 5px;
    }
    .newsInformation a {
        padding: 0
    }
    .newsInformation a img {
        width: 100%;
    }
    .comeIntoOurpage .item2 .r .row {
        padding: 0;
    }
    .comeIntoOurpage .item2 .r>div {
        margin: 20px 0 0;
    }
    .comeIntoOurpage .item3 {
        margin-top: 20px;
    }
    .comeIntoOurpage .item5 {
        padding-bottom: 30px;
    }
    .professionalTeam a {
        margin-bottom: 20px;
    }
    .professionalTeam.container {
        padding: 0
    }
    .professionalTeam .box {
        margin: 30px 0;
    }
    .caseAnalysis .box>div {
        padding: 0;
    }
    .comeIntoOurpage .item1 .shuzi .li {
        border: 1px solid #fff;
    }
}

.hoemindex .banner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hoemindex .banner .swiper-slide .video_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    z-index: 2;
}