/*common start*/

:root {
    --primary-color: #B6A397;
    --main-color: #B6A397;
    --main-color-white: #fff;
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    /*color:#333;*/
    overflow-x: hidden;
    background: #eff1f4;
}

a {
    color: #666;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    min-width: 1000px;
}

input,
textarea,
select {
    outline: none;
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#lContent img,
#lblContent img,
.xiangxi_con img,
.xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

#lContent table {
    width: 100%;
}

@media(max-width:999px) {
    .wapper1 {
        width: 90%;
        min-width: 0;
    }
}


/*common end*/

.head {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
}

.head2bg {
    width: 100%;
}

.head2 {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head .logo {
    width: 9%;
    height: 70px;
    position: relative;
}

.head .logo img {
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}


/*menu*/

.head .menu {
    height: 70px;
    line-height: 70px;
}

.head .menu>ul {}

.head .menu>ul>li {
    float: left;
    position: relative;
    padding: 0 .78vw;
}

.head .menu>ul>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.head .menu>ul>li>a:hover,
.head .menu>ul>li:hover>a,
.head .menu>ul>li.hover>a {
    color: var(--primary-color);
}


/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}*/

.head .menu>ul>li ul {
    width: fit-content;
    min-width: 140px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: none;
}

.head .menu>ul>li ul li {
    position: relative;
}

.head .menu>ul>li ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}

.head .menu>ul>li ul li a:hover,
.head .menu>ul>li>ul li:hover>a {
    color: var(--primary-color);
    background: var(--secondary-color);
}

.head .menu>ul>li ul li ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(0);
    display: none;
}

.head .menu>ul>li ul li:hover>ul {
    display: block;
}

.head.active1 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.head_height {
    height: 70px;
}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }
    .head2 {
        height: 60px;
    }
    .head .logo {
        width: 50%;
        height: 60px;
    }
    .head .menu {
        display: none;
    }
}


/**/

.head .nav_open {
    width: 24px;
    height: 18px;
    cursor: pointer;
    display: none;
    position: relative;
    margin-left: 20px;
}

.head .nav_open i,
.head .nav_open:before,
.head .nav_open:after {
    width: 24px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    transition: all .3s ease;
}

.head .nav_open i {
    top: 50%;
    transform: translate(0, -50%);
}

.head .nav_open:before {
    content: "";
    top: 0;
}

.head .nav_open:after {
    content: "";
    bottom: 0;
}

.head .nav_open.active0 i {
    opacity: 0;
    visibility: hidden;
}

.head .nav_open.active0:before {
    transform: translateY(8px) rotate(45deg);
}

.head .nav_open.active0:after {
    transform: translateY(-8px) rotate(-45deg);
}

.head .nav_box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.head .nav_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.head .navbg {
    width: 320px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .3s ease;
    transform: translateX(-100%);
}

.head .nav_box.active1 .navbg {
    transform: translateX(0);
}

.head .nav {
    position: relative;
    padding: 60px 20px 0 20px;
}

.head .nav_close2 {
    width: 20px;
    height: 20px;
    background: url(../images/chahao2.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
}

.head .nav_list {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.head .nav_list ul {}

.head .nav_list ul li {
    padding: 5px 5%;
}

.head .nav_list>ul>li {
    border-bottom: 1px solid #eee;
    padding: 10px 5%;
}

.head .nav_list ul li span {
    display: block;
    position: relative;
}

.head .nav_list ul li span a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.head .nav_list>ul>li>span a {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.head .nav_list ul li.nav_down>span:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 6px;
    right: 0;
}

.head .nav_list ul li.nav_down.active1>span:after {
    transform: rotate(90deg);
}

.head .nav_list ul li ul {
    padding: 5px 0 0 0;
    display: none;
}

.head .nav_list ul li.active1>span>i {
    background-image: url(../images/ico_up1.png);
}

@media(max-width:999px) {
    .head .nav_open {
        display: block;
    }
}

.more1 {}

.more1 span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    transition: all .3s ease;
}

.more1 span:hover {
    opacity: .9;
}

.more1 i {
    margin-right: 5px;
}

.index_banner {
    position: relative;
}

.index_banner video {
    display: block;
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: cover;
}

.index_banner_txtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.index_banner_txt {
    color: #fff;
}

.index_banner_txt .h2 {
    font-size: 60px;
    line-height: 1.13em;
    font-weight: bold;
    margin-bottom: 5px;
}

.index_banner_txt .h3 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 30px;
}

.video1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.video1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video1bg {
    width: 90%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video1_close2 {
    width: 20px;
    height: 20px;
    background: url(../images/chahao.png) center no-repeat;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 2;
}

.video1_close2:hover {
    transform: rotate(180deg);
}

.video1 {}

.video1 video {
    display: block;
    width: 100%;
}

@media(max-width:999px) {
    .more1 span {
        font-size: 12px;
        line-height: 28px;
        padding: 0 15px;
    }
    .index_banner video {
        height: calc(100vh - 60px);
    }
    .index_banner_txt .h2 {
        font-size: 40px;
        line-height: 1.13em;
        margin-bottom: 5px;
    }
    .index_banner_txt .h3 {
        font-size: 18px;
        line-height: 1.1em;
        margin-bottom: 30px;
    }
}

.con01bg {
    position: relative;
    z-index: 2;
}

.con01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con01_lt {
    width: 47%;
    background: #fff;
    margin-top: -3.64vw;
}

.con01_lt .nr_box {
    padding: 20px;
}

.con01_lt .h2 {
    font-size: 50px;
    line-height: 1.32em;
    font-weight: bold;
}

.con01_rt {
    width: 46%;
}

.con01_rt .h3 {
    font-size: 14px;
    line-height: 1.2em;
}

@media(max-width:999px) {
    .con01bg {
        margin: 90px 0 70px 0;
    }
    .con01 {
        display: block;
    }
    .con01_lt {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .con01_lt .nr_box {
        padding: 90px 10% 70px 10%;
    }
    .con01_lt .h2 {
        font-size: 28px;
        line-height: 1.32em;
    }
    .con01_rt {
        width: 100%;
    }
    .con01_rt .h3 {
        font-size: 13px;
        line-height: 1.2em;
    }
}

.con02bg {
    margin: 80px 0;
}

.con02 {}

.con02_list1 {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con02_lt {
    width: 58%;
}

.con02_lt .nr_box {
    padding: 0 20%;
}

.con02_lt .h2 {
    font-size: 33px;
    line-height: 1.36em;
    font-weight: bold;
    margin-bottom: 15px;
}

.con02_lt .h3 {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.con02_lt .btn {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.con02_lt .btn a {
    display: inline-block;
    position: relative;
}

.con02_lt .btn a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

.con02_lt .btn a:hover:before {
    bottom: -2px;
    background: var(--primary-color);
}

.con02_rt {
    width: 42%;
}

.con02_rt .img {
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_rt p {
    padding: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.con02_rt img {
    display: block;
    width: 100%;
}

.con02_rt video {
    display: block;
    width: 100%;
    min-height: 540px;
    object-fit: cover;
}

@media(max-width:999px) {
    .con02bg {
        margin: 70px 0;
    }
    .con02_list1 {
        display: block;
    }
    .con02_lt {
        width: 100%;
    }
    .con02_lt .nr_box {
        padding: 55px 10%;
    }
    .con02_lt .h2 {
        font-size: 23px;
        line-height: 1.36em;
        margin-bottom: 20px;
    }
    .con02_lt .h3 {
        font-size: 13px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .con02_rt {
        width: 100%;
    }
    .con02_rt .img {
        min-height: 0;
    }
    .con02_rt video {
        min-height: 0;
    }
}

.con03bg {
    margin: 80px 0;
}

.con03 {}

.con03_list1 {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con03_lt {
    width: 50%;
}

.con03_lt .nr_box {
    padding: 0 23%;
}

.con03_lt .h2 {
    font-size: 33px;
    line-height: 1.36em;
    font-weight: bold;
    margin-bottom: 15px;
}

.con03_lt .h3 {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.con03_lt .btn {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.con03_lt .btn a {
    display: inline-block;
    position: relative;
}

.con03_lt .btn a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

.con03_lt .btn a:hover:before {
    bottom: -2px;
    background: var(--primary-color);
}

.con03_rt {
    width: 50%;
}

.con03_rt .img {
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_rt p {
    padding: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.con03_rt img {
    display: block;
    width: 100%;
}

.con03_rt video {
    display: block;
    width: 100%;
    min-height: 540px;
    object-fit: cover;
}

@media(max-width:999px) {
    .con03bg {
        margin: 70px 0;
    }
    .con03_list1 {
        display: block;
    }
    .con03_lt {
        width: 100%;
    }
    .con03_lt .nr_box {
        padding: 55px 10%;
    }
    .con03_lt .h2 {
        font-size: 23px;
        line-height: 1.36em;
        margin-bottom: 20px;
    }
    .con03_lt .h3 {
        font-size: 13px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .con03_rt {
        width: 100%;
    }
    .con03_rt .img {
        min-height: 0;
    }
    .con03_rt video {
        min-height: 0;
    }
}

.con03_list2 {
    margin-top: 15px;
}

.pro_swiper {
    position: relative;
}

.pro_swiper .swiper-container {
    width: 100%;
}

.pro_swiper .swiper-container .swiper-slide {
    padding: 10px 0;
}

.pro_swiper .swiper-container .swiper-slide .nr_box {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.pro_swiper .swiper-container .swiper-slide .img {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.pro_swiper .swiper-container .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.pro_swiper .swiper-container .swiper-slide .img .img2 {
    display: none;
}

.pro_swiper .swiper-container .swiper-slide:hover .img .img1 {
    display: none;
}

.pro_swiper .swiper-container .swiper-slide:hover .img .img2 {
    display: block;
}

.pro_swiper .swiper-container .swiper-slide .txt {
    text-align: center;
    padding: 20px 0 10px 0;
}

.pro_swiper .swiper-container .swiper-slide .txt .h2 {
    font-size: 14px;
    line-height: 1.2em;
    height: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro_swiper .swiper-container .swiper-slide .txt .h3 {
    font-size: 12px;
    line-height: 2.16em;
    height: 2.16em;
    color: #666;
}

.pro_swiper .swiper-pagination {
    display: none;
}

.pro_swiper .swiper-pagination .swiper-pagination-bullet {}

.pro_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.pro_swiper .swiper-button-prev,
.pro_swiper .swiper-button-next {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    background: #fff;
    color: #333;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.pro_swiper:hover .swiper-button-prev,
.pro_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.pro_swiper .swiper-button-prev:hover,
.pro_swiper .swiper-button-next:hover {
    background: var(--primary-color);
    color: #fff;
}

.pro_swiper .swiper-button-prev {
    left: 0;
}

.pro_swiper .swiper-button-next {
    right: 0;
}

.pro_swiper:hover .swiper-button-prev {
    left: -20px;
}

.pro_swiper:hover .swiper-button-next {
    right: -20px;
}

@media(max-width:999px) {
    .pro_swiper .swiper-container .swiper-slide .txt {
        padding: 20px 0 10px 0;
    }
    .pro_swiper .swiper-container .swiper-slide .txt .h2 {
        font-size: 13px;
        line-height: 1.2em;
        height: 1.2em;
        margin-bottom: 10px;
    }
    .pro_swiper .swiper-container .swiper-slide .txt .h3 {
        font-size: 12px;
        line-height: 2.16em;
        height: 2.16em;
    }
}

.foot {}

.foot1bg {
    padding: 40px 0;
    background: #fff;
}

.foot1 {}

.foot1 .list1 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    padding: 40px 0;
}

.foot1 .list1 .lt {}

.foot .f_share {}

.foot .f_share .h2 {
    font-size: 19px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot .f_social {}

.foot .f_social a {
    display: inline-block;
    border: 1px solid #eee;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.foot .f_social a:hover {
    background: var(--primary-color);
    color: #fff;
}

.foot .f_share .h3 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
}

.foot1 .list1 .rt {
    width: 50%;
}

.foot .f_newsletter {}

.foot .f_newsletter .h2 {
    font-size: 19px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot .f_newsletter .form {}

.foot .f_newsletter .form .text1 {
    border: 1px solid #ced4da;
    background: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    width: calc(100% - 22px);
    border-radius: 4px;
}

.foot .f_newsletter .form .button1 {
    border: none;
    background: #e9ecef;
    color: #333;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 95px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: uppercase;
}

.foot .f_newsletter .form .button1:hover {
    background: var(--primary-color);
    color: #fff;
}

.foot .f_newsletter .form .h3 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.foot .f_newsletter .form .h3 label {}

.foot .f_newsletter .form .h3 input {
    width: 14px;
    height: 14px;
    vertical-align: top;
}

.foot1 .list2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.foot1 .list2 .lt {}

.foot .f_contact {
    font-size: 14px;
    line-height: 24px;
}

.foot .f_contact .h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.foot .f_contact dl dt {
    margin-bottom: 10px;
}

.foot .f_contact dl dd {}

.foot1 .list2 .rt {
    width: 58%;
}

.foot .f_nav {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot .f_nav dl {}

.foot .f_nav dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.foot .f_nav dl dd {}

.foot2bg {
    padding: 30px 0;
}

.foot2 {
    text-align: center;
}

.foot .f_info {
    font-size: 13px;
    line-height: 23px;
}

.foot .f_link {
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
}

.foot .f_link a {
    display: inline-block;
    text-align: center;
    border: 1px solid #B8B9BA;
    background: #fff;
    border-radius: 4px;
    padding: 0 8px;
    margin: 0 4px;
}

@media(max-width:999px) {
    .foot1bg {
        padding: 20px 0;
    }
    .foot1 .list1 {
        display: block;
        padding: 40px 0;
    }
    .foot .f_share .h2 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 10px;
    }
    .foot .f_share .h3 {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }
    .foot1 .list1 .rt {
        width: 100%;
        margin-top: 40px;
    }
    .foot .f_newsletter .h2 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 10px;
    }
    .foot1 .list2 {
        display: block;
        padding: 40px 0;
    }
    .foot .f_contact {
        font-size: 14px;
        line-height: 24px;
    }
    .foot .f_contact .h2 {
        margin-bottom: 5px;
    }
    .foot .f_contact dl dt {
        margin-bottom: 10px;
    }
    .foot1 .list2 .rt {
        width: 100%;
    }
    .foot .f_nav {
        font-size: 14px;
        line-height: 24px;
        display: block;
    }
    .foot .f_nav dl {
        margin-bottom: 40px;
    }
    .foot .f_nav dl dt {
        margin-bottom: 5px;
    }
    .foot2bg {
        padding: 30px 0;
    }
    .foot .f_info {
        font-size: 13px;
        line-height: 23px;
    }
    .foot .f_link {
        font-size: 12px;
        line-height: 18px;
        margin-top: 30px;
    }
    .foot .f_link a {
        padding: 0 8px;
        margin: 0 4px;
    }
}


/*Add------------------------------------------------------------------------------*/

.inbanner {}

.inbanner img {
    display: block;
    width: 100%;
}

.inbarbg {
    border-bottom: 1px solid #eee;
}

.inbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weizhi {
    font-size: 14px;
    line-height: 24px;
}

.innav {}

.innav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.innav ul li {
    line-height: 36px;
    margin-left: 10px;
}

.innav ul li a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #eee;
    background: #fafafa;
    color: #333;
    padding: 0 20px;
    font-size: 16px;
}

.innav ul li:hover>a,
.innav ul li.hover>a {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

@media(max-width:999px) {
    .weizhi {
        font-size: 12px;
        line-height: 22px;
    }
    .innav {
        display: none;
    }
}

.insidebg {
    padding: 60px 0 80px 0;
}

.inside {}

.inside_lt {
    float: left;
    width: 240px;
}

.side_a {
    border: 1px solid #ccc;
    background: #fafafa;
    font-size: 14px;
    line-height: 24px;
}

.side_a .h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    background: var(--primary-color);
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

.side_a ul {}

.side_a ul li {}

.side_a>ul>li {
    border-top: 1px dashed #ccc;
}

.side_a>ul>li:nth-child(1) {
    border: none;
}

.side_a ul li span {
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
    cursor: pointer;
}

.side_a ul li span:hover {
    color: var(--primary-color);
}

.side_a ul li.hover>span {
    background: var(--primary-color);
    color: #fff;
}

.side_a ul li a {
    display: inline-block;
}

.side_a ul li span:hover a {
    color: var(--primary-color);
}

.side_a ul li.hover>span a {
    color: #fff;
}

.side_a ul li.has_sub>span:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.side_a ul li.has_sub.active1>span:after {
    content: "\f107";
}

.side_a ul li ul {
    padding: 0 10px 10px 20px;
    display: none;
}

.side_a ul li ul li span {
    padding: 5px 10px 5px 15px;
}

.side_a ul li ul li a {}

.inside_rt {
    float: right;
    width: calc(100% - 280px);
}

@media(max-width:999px) {
    .insidebg {
        padding: 40px 0 60px 0;
    }
    .inside_lt {
        display: none;
    }
    .inside_rt {
        width: 100%;
    }
}

.identity1bg {
    padding: 80px 0 0 0;
}

.identity1 {
    position: relative;
    padding: 70px 0 0 0;
}

.identity1:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.identity1 dl {
    margin-bottom: 120px;
    position: relative;
}

.identity1 dl dt {
    font-size: 30px;
    border: 2px solid #333;
    border-radius: 100%;
    background: #eff1f4;
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.identity1 dl dt span {}

.identity1 dl dd {
    display: flex;
    justify-content: space-between;
    /*align-items: center; */
}

.identity1 dl:nth-child(2n) dd {
    flex-direction: row-reverse;
}

.identity1_img {
    width: 50%;
}

.identity_swiper {
    width: 100%;
    max-width: 460px;
    height: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
    background: #fff;
    position: relative;
}

.identity1 dl:nth-child(2n-1) .identity_swiper {
    float: right;
}

.identity_swiper .swiper-container {
    width: 100%;
}

.identity_swiper .swiper-container .swiper-slide {
    padding: 10px 0;
}

.identity_swiper .swiper-container .swiper-slide .img {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.identity_swiper .swiper-container .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.identity_swiper .swiper-pagination {
    display: none;
}

.identity_swiper .swiper-pagination .swiper-pagination-bullet {}

.identity_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.identity_swiper .swiper-button-prev,
.identity_swiper .swiper-button-next {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    background: #fff;
    color: #333;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.identity_swiper:hover .swiper-button-prev,
.identity_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.identity_swiper .swiper-button-prev:hover,
.identity_swiper .swiper-button-next:hover {
    background: var(--primary-color);
    color: #fff;
}

.identity_swiper .swiper-button-prev {
    left: 0;
}

.identity_swiper .swiper-button-next {
    right: 0;
}

.identity_swiper:hover .swiper-button-prev {
    left: -20px;
}

.identity_swiper:hover .swiper-button-next {
    right: -20px;
}

.identity1_txt {
    width: 50%;
}

.identity1_txt .txtbg {
    width: 100%;
    max-width: 300px;
    height: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.identity1 dl:nth-child(2n) .txtbg {
    float: right;
}

.identity1_txt .txt {
    font-size: 14px;
    line-height: 1.2em;
    width: 90%;
}

@media(max-width:999px) {
    .identity1bg {
        padding: 80px 0 0 0;
    }
    .identity1 {
        padding: 70px 0 0 0;
    }
    .identity1:before {
        top: 10px;
        left: 40px;
        transform: translateX(-50%);
    }
    .identity1 dl {
        margin-bottom: 120px;
    }
    .identity1 dl dt {
        left: 0;
        transform: translate(0, -50%);
        z-index: 2;
    }
    .identity1 dl dd {
        display: block;
        padding-left: 42px;
    }
    .identity1_img {
        width: 100%;
    }
    .identity_swiper {
        float: none !important;
        width: 100%;
        max-width: 100%;
    }
    .identity1_txt {
        width: 100%;
    }
    .identity1_txt .txtbg {
        float: none !important;
        width: 100%;
        max-width: 100%;
    }
    .identity1_txt .txt {
        font-size: 14px;
        line-height: 1.2em;
        width: 90%;
        padding: 25px 5%;
        text-align: center;
    }
}

.spaces1bg {
    position: relative;
    z-index: 2;
    margin: 0 0 120px 0;
}

.spaces1 {}

.spaces1_list1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.spaces1_lt {
    width: 47%;
    background: #fff;
    margin-top: -3.64vw;
}

.spaces1_lt .nr_box {
    padding: 7.04vw 11% 5.2vw 11%;
}

.spaces1_lt .h2 {
    font-size: 50px;
    line-height: 1.32em;
    font-weight: bold;
}

.spaces1_rt {
    width: 49%;
}

.spaces1_rt .h3 {
    font-size: 14px;
    line-height: 1.2em;
}

.spaces1_list2 {
    margin-top: 30px;
}

.spaces1_list2 ul {
    display: flex;
    justify-content: flex-start;
    /* align-items:center;*/
    flex-wrap: wrap;
}

.spaces1_list2 ul li {
    margin: 0 10px 10px 0;
}

.spaces1_list2 ul li a {
    display: block;
    font-size: 12px;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 4px;
    background: #fff;
    transition: all .3s ease;
}

.spaces1_list2 ul li a:hover {
    box-shadow: 4px 8px 16px #dedede;
}

@media(max-width:999px) {
    .spaces1bg {
        margin: 90px 0 70px 0;
    }
    .spaces1_list1 {
        display: block;
    }
    .spaces1_lt {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .spaces1_lt .nr_box {
        padding: 90px 10% 70px 10%;
    }
    .spaces1_lt .h2 {
        font-size: 28px;
        line-height: 1.32em;
    }
    .spaces1_rt {
        width: 100%;
    }
    .spaces1_rt .h3 {
        font-size: 13px;
        line-height: 1.2em;
    }
}

.spaces2bg {
    margin: 0 0 80px 0;
}

.spaces2 {}

.spaces2_list1 {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spaces2_lt {
    width: 50%;
}

.spaces2_lt .nr_box {
    padding: 0 16%;
}

.spaces2_lt .h2 {
    font-size: 33px;
    line-height: 1.36em;
    font-weight: bold;
    margin-bottom: 15px;
}

.spaces2_lt .h3 {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.spaces2_lt .btn {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.spaces2_lt .btn a {
    display: inline-block;
    position: relative;
}

.spaces2_lt .btn a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

.spaces2_lt .btn a:hover:before {
    bottom: -2px;
    background: var(--primary-color);
}

.spaces2_rt {
    width: 50%;
}

.spaces2_rt .img {
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaces2_rt p {
    padding: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.spaces2_rt img {
    display: block;
    width: 100%;
}

.spaces2_rt video {
    display: block;
    width: 100%;
    min-height: 480px;
    object-fit: cover;
}

@media(max-width:999px) {
    .spaces2bg {
        margin: 0 0 70px 0;
    }
    .spaces2_list1 {
        display: block;
    }
    .spaces2_lt {
        width: 100%;
    }
    .spaces2_lt .nr_box {
        padding: 55px 10%;
    }
    .spaces2_lt .h2 {
        font-size: 23px;
        line-height: 1.36em;
        margin-bottom: 20px;
    }
    .spaces2_lt .h3 {
        font-size: 13px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .spaces2_rt {
        width: 100%;
    }
    .spaces2_rt .img {
        min-height: 0;
    }
    .spaces2_rt video {
        min-height: 0;
    }
}

.spaces2_list2 {
    padding: 0 2.5%;
    margin-top: -40px;
}

.spaces_swiper {
    position: relative;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    background: #eff1f4;
}

.spaces_swiper .swiper-container {
    width: 100%;
}

.spaces_swiper .swiper-container .swiper-slide {
    padding: 10px 0;
}

.spaces_swiper .swiper-container .swiper-slide .nr_box {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
    background: #fff;
    margin: 0 20px;
}

.spaces_swiper .swiper-container .swiper-slide .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.spaces_swiper .swiper-container .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.spaces_swiper .swiper-container .swiper-slide .img img:hover {
    opacity: .3;
}

.spaces_swiper .swiper-pagination {
    display: none;
}

.spaces_swiper .swiper-pagination .swiper-pagination-bullet {}

.spaces_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.spaces_swiper .swiper-button-prev,
.spaces_swiper .swiper-button-next {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    background: #fff;
    color: #333;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.spaces_swiper:hover .swiper-button-prev,
.spaces_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.spaces_swiper .swiper-button-prev:hover,
.spaces_swiper .swiper-button-next:hover {
    background: var(--primary-color);
    color: #fff;
}

.spaces_swiper .swiper-button-prev {
    left: 0;
}

.spaces_swiper .swiper-button-next {
    right: 0;
}

.spaces_swiper:hover .swiper-button-prev {
    left: -20px;
}

.spaces_swiper:hover .swiper-button-next {
    right: -20px;
}

.page_dingwei {
    padding-top: 70px;
    margin-top: -70px;
}

@media(max-width:999px) {
    .page_dingwei {
        padding-top: 60px;
        margin-top: -60px;
    }
}

.erba-world_box {
    margin: 50px 0;
}

.erba-world1bg {}

.erba-world1 {}

.erba-world1 .list1 {}

.erba-world1 .list1 img {
    display: block;
    width: 100%;
}

.erba-world1 .list2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    background: #fff;
}

.erba-world1 .list2 .box1 {
    width: 50%;
    padding: 20px 0;
}

.erba-world1 .list2 .box2 {
    width: 25%;
    padding: 20px 0;
}

.erba-world1 .list2 .box3 {
    width: 25%;
    padding: 20px 0;
}

.erba-world1 .list2 .h2 {
    font-size: 50px;
    line-height: 1.32em;
    text-align: center;
    padding: 50px 10% 0 10%;
    font-weight: bold;
}

.erba-world1 .list2 .h3 {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 12% 0 12%;
}

.erba-world1 .list2 .img {
    text-align: center;
}

.erba-world1 .list2 .img img {
    max-width: 100%;
}

@media(max-width:999px) {
    .erba-world1 .list2 {
        display: block;
    }
    .erba-world1 .list2 .box1 {
        width: 100%;
        padding: 70px 0;
    }
    .erba-world1 .list2 .box2 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world1 .list2 .box3 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world1 .list2 .h2 {
        font-size: 28px;
        line-height: 1.32em;
        padding: 0 5%;
    }
    .erba-world1 .list2 .h3 {
        font-size: 13px;
        line-height: 1.3em;
        padding: 25px 10%;
    }
}

.erba-world2bg {}

.erba-world2 {
    margin-left: 25%;
}

.erba-world2 .list1 {}

.erba-world2 .list1 img {
    display: block;
    width: 100%;
}

.erba-world2 .list2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    background: #fff;
}

.erba-world2 .list2 .box1 {
    width: 65%;
    padding: 20px 0;
}

.erba-world2 .list2 .box3 {
    width: 35%;
    padding: 20px 0;
}

.erba-world2 .list2 .h2 {
    font-size: 50px;
    line-height: 1.32em;
    text-align: center;
    padding: 50px 10% 0 10%;
    font-weight: bold;
}

.erba-world2 .list2 .h3 {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 12% 0 12%;
}

@media(max-width:999px) {
    .erba-world2 {
        margin-left: 0;
    }
    .erba-world2 .list2 {
        display: block;
    }
    .erba-world2 .list2 .box1 {
        width: 100%;
        padding: 70px 0;
    }
    .erba-world2 .list2 .box3 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world2 .list2 .h2 {
        font-size: 28px;
        line-height: 1.32em;
        padding: 0 5%;
    }
    .erba-world2 .list2 .h3 {
        font-size: 13px;
        line-height: 1.3em;
        padding: 25px 10%;
    }
}

.erba-world3bg {}

.erba-world3 {}

.erba-world3 .list1 {}

.erba-world3 .list1 img {
    display: block;
    width: 100%;
}

.erba-world3 .list2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    background: #fff;
}

.erba-world3 .list2 .box1 {
    width: 50%;
    padding: 20px 0;
}

.erba-world3 .list2 .box3 {
    width: 50%;
    padding: 20px 0;
}

.erba-world3 .list2 .h2 {
    font-size: 50px;
    line-height: 1.32em;
    text-align: center;
    padding: 50px 10% 0 10%;
    font-weight: bold;
}

.erba-world3 .list2 .h3 {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 12% 0 12%;
}

@media(max-width:999px) {
    .erba-world3 .list2 {
        display: block;
    }
    .erba-world3 .list2 .box1 {
        width: 100%;
        padding: 70px 0;
    }
    .erba-world3 .list2 .box3 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world3 .list2 .h2 {
        font-size: 28px;
        line-height: 1.32em;
        padding: 0 5%;
    }
    .erba-world3 .list2 .h3 {
        font-size: 13px;
        line-height: 1.3em;
        padding: 25px 10%;
    }
}

.erba-world4bg {}

.erba-world4 {}

.erba-world4 .list1 {
    margin-left: 25%;
    position: relative;
}

.erba-world4 .list1 img {
    display: block;
    width: 100%;
}

.erba-world4 .list1:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.erba-world4 .list1:hover:before {
    opacity: .5;
    visibility: visible;
}

.erba-world4 .list1 i {
    display: block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    cursor: pointer;
}

.erba-world4 .list1 i:hover {
    background: #000;
    color: #fff;
}

.erba-world4 .list1:hover i {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.erba-world4 .list2 {
    margin-right: 25%;
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    background: #fff;
}

.erba-world4 .list2 .box1 {
    width: 70%;
    padding: 20px 0;
}

.erba-world4 .list2 .box3 {
    width: 30%;
    padding: 20px 0;
}

.erba-world4 .list2 .h2 {
    font-size: 50px;
    line-height: 1.32em;
    text-align: center;
    padding: 50px 10% 0 10%;
    font-weight: bold;
}

.erba-world4 .list2 .h3 {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 12% 0 12%;
}

@media(max-width:999px) {
    .erba-world4 .list1 {
        margin-left: 0;
    }
    .erba-world4 .list2 {
        margin-right: 0;
        display: block;
    }
    .erba-world4 .list2 .box1 {
        width: 100%;
        padding: 70px 0;
    }
    .erba-world4 .list2 .box3 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world4 .list2 .h2 {
        font-size: 28px;
        line-height: 1.32em;
        padding: 0 5%;
    }
    .erba-world4 .list2 .h3 {
        font-size: 13px;
        line-height: 1.3em;
        padding: 25px 10%;
    }
}

.erba-world5bg {}

.erba-world5 {}

.erba-world5 .list1 {
    margin-right: 4%;
}

.erba-world5 .list1 img {
    display: block;
    width: 100%;
}

.erba-world5 .list2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    background: #fff;
}

.erba-world5 .list2 .box1 {
    width: 50%;
    padding: 20px 0;
}

.erba-world5 .list2 .box3 {
    width: 50%;
    padding: 20px 0;
}

.erba-world5 .list2 .h2 {
    font-size: 50px;
    line-height: 1.32em;
    text-align: center;
    padding: 50px 10% 0 10%;
    font-weight: bold;
}

.erba-world5 .list2 .h3 {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 12% 0 12%;
}

@media(max-width:999px) {
    .erba-world5 .list1 {
        margin-right: 0;
    }
    .erba-world5 .list2 {
        display: block;
    }
    .erba-world5 .list2 .box1 {
        width: 100%;
        padding: 70px 0;
    }
    .erba-world5 .list2 .box3 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world5 .list2 .h2 {
        font-size: 28px;
        line-height: 1.32em;
        padding: 0 5%;
    }
    .erba-world5 .list2 .h3 {
        font-size: 13px;
        line-height: 1.3em;
        padding: 25px 10%;
    }
}

.erba-world6bg {}

.erba-world6 {}

.erba-world6 .list1 {
    margin-right: 25%;
    position: relative;
}

.erba-world6 .list1 img {
    display: block;
    width: 100%;
}

.erba-world6 .list1:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.erba-world6 .list1:hover:before {
    opacity: .5;
    visibility: visible;
}

.erba-world6 .list1 i {
    display: block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    cursor: pointer;
}

.erba-world6 .list1 i:hover {
    background: #000;
    color: #fff;
}

.erba-world6 .list1:hover i {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.erba-world6 .list2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    background: #fff;
}

.erba-world6 .list2 .box1 {
    width: 70%;
    padding: 20px 0;
}

.erba-world6 .list2 .box3 {
    width: 30%;
    padding: 20px 0;
}

.erba-world6 .list2 .h2 {
    font-size: 50px;
    line-height: 1.32em;
    text-align: center;
    padding: 50px 10% 0 10%;
    font-weight: bold;
}

.erba-world6 .list2 .h3 {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 12% 0 12%;
}

@media(max-width:999px) {
    .erba-world6 .list1 {
        margin-right: 0;
    }
    .erba-world6 .list2 {
        display: block;
    }
    .erba-world6 .list2 .box1 {
        width: 100%;
        padding: 70px 0;
    }
    .erba-world6 .list2 .box3 {
        width: 100%;
        padding: 20px 0;
    }
    .erba-world6 .list2 .h2 {
        font-size: 28px;
        line-height: 1.32em;
        padding: 0 5%;
    }
    .erba-world6 .list2 .h3 {
        font-size: 13px;
        line-height: 1.3em;
        padding: 25px 10%;
    }
}