@import url(base.css);
.w1520 {
    max-width: 15.2rem;
    width: 95%;
    margin: 0 auto;
}
.w1720 {
    max-width: 18rem;
    width: 96%;
    margin: 0 auto;
}
.imgbox {
    overflow: hidden;
    position: relative;
}
.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
}
.section7 .imgbox span {
    padding: 5% 15%;
}
.imgbox img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}

/*pages*/
.pages {
    margin-top: 4.57%;
    font-size: 0;
    text-align: center;
}
.pages a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    color: #888;
    transition: 0.4s ease;
    box-sizing: border-box;
}
.pages a.a_first {
    margin-right: 10px;
}
.pages a.a_end {
    margin-left: 10px;
}
.pages a.anum {
    font-family: "Arial";
}
.pages a.acur,
.pages a:hover {
    color: #949375;
}
.pages a.a_prev,
.pages a.a_next {
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
}
.pages a.a_prev:hover,
.pages a.a_next:hover {
    border: 1px solid #949375;
    color: #949375;
}
.pages .nums {
    display: inline-block;
    margin: 0 10px;
}
.pages .nums .anum {
    margin-right: 10px;
}
.pages .nums .anum:last-child {
    margin-right: 0;
}
.pages .f1 {
    font-size: 14px;
    margin: 0 10px;
    color: #666;
    line-height: 42px;
}
.pages .i_text {
    display: inline-block;
    height: 40px;
    width: 80px;
    border: 1px solid #edecec;
    vertical-align: middle;
}
.pages .i_button {
    margin-left: 10px;
    padding: 0 15px;
    height: 42px;
    font-size: 14px;
    color: #666;
    border: 1px solid #edecec;
}
.pages .a_prev,
.pages .a_next {
    font-family: "宋体";
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0.3rem;
}
.prew div {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    color: #999999;
}
.prew div:last-child {
    margin-bottom: 0rem;
}
.prew div a {
    margin-left: 0.1rem;
    color: #333;
}
.prew div a:hover {
    color: #949375;
}
.Return {
    margin-left: 0.3rem;
}
.Return a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.18rem;
    color: #fff;
    background-color: #959371;
    border-radius: 0.6rem;
    box-sizing: border-box;
}
.Return a:after {
    display: block;
    content: "";
    margin-left: 0.25rem;
    width: 0.22rem;
    height: 0.16rem;
    background-image: url("../image/Return.png");
    background-size: 100%;
}
@media (max-width: 480px) {
    .pages a {
        width: 0.35rem;
        height: 0.35rem;
        line-height: 0.31rem;
    }
}
.pages .nums a:hover {
    background: #949375;
    color: #fff;
}

/*pages end*/
.column-name {
    color: #959371;
    font-weight: bold;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.6rem 0;
    z-index: 333;
}
header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 334;
    display: none !important;
    background-color: #f0efe4;
}
header nav .w1520 {
    width: 100%;
}
header nav:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url("../image/nav-bg.jpg");
    background-size: cover;
    z-index: -1;
}
header nav:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f0efe4;
    z-index: -1;
}
header .logo img {
    max-width: 0.84rem;
}
header .btn {
    cursor: pointer;
    font-size: 0;
}
header nav .close {
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-image: url("../image/close.png");
    cursor: pointer;
}
header nav .top-box {
    padding: 0.6rem 0;
}
header nav .top-box .title {
    color: #959371;
    font-weight: bold;
}
header nav .nav {
    margin-top: 11.4vh;
    transition: 0.8s ease;
    opacity: 0;
    transform: translateY(-30%);
}
header nav .nav ul li {
    margin-right: 10.4vw;
}
header nav .nav ul li:last-child {
    margin-right: 0;
}
header nav .nav ul li > a {
    color: #959371;
    font-weight: bold;
}
header nav .nav ul li dl {
    margin-top: 0.3rem;
}
header nav .nav ul li dl dd {
    margin-bottom: 0.2rem;
}
header nav .nav ul li dl dd:last-child {
    margin-bottom: 0;
}
header nav .ewm {
    margin-top: 18.75vh;
    max-width: 1.2rem;
    transition: 0.8s ease;
    opacity: 0;
    transform: translateY(30%);
}
header nav .ewm .img {
}
header nav .ewm .name {
    margin-top: 0.1rem;
    color: #959371;
    text-align: center;
}
header nav .right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 33;
}
header nav .right-img > img {
    width: 5.65rem;
    transition: 0.8s ease;
    opacity: 0;
    transform: translate(30%, 30%);
}
header nav .right-img .z {
    position: absolute;
    right: 2%;
    bottom: 15%;
    z-index: 3;
    transition: 1s ease;
    opacity: 0;
    transform: translateX(-30%);
}
header nav .right-img .z img {
    max-width: 8.89rem;
}
header nav.on .nav {
    animation: slideDown 1.5s forwards;
}
header nav.on .ewm {
    animation: slideDown 1.5s forwards;
}
header nav.on .right-img > img {
    animation: slideDown 1.5s forwards;
}
header nav.on .right-img .z {
    animation: slideDown 1.5s forwards;
}
header nav.on {
    display: flex !important;
}
.header {
    padding: 0.3rem 0;
}
.header .logo img {
    max-width: 1.5rem;
}
.header nav ul li {
    margin-right: 0.6rem;
}
.header nav ul li a {
    color: #959371;
}
.header nav ul li.on a {
    text-decoration: underline;
}
footer {
    background-color: #fafaf7;
}
footer .auto {
    padding: 0.4rem 0.4rem;
}
/* footer .top-box .nav{width:75%;} */
footer .top-box {
    justify-content: center;
}
footer .top-box .nav {
    margin-right: 1.4rem;
}
footer .top-box .nav ul {
    width: 100%;
}
footer .top-box .nav ul li {
    margin-right: 1.4rem;
}
footer .top-box .nav ul li:last-child {
    margin-right: 0;
}
footer .top-box .nav ul li > a {
    color: #959371;
    font-weight: bold;
}
footer .top-box .nav ul li dl {
    margin-top: 0.2rem;
}
footer .top-box .nav ul li dl dd {
    margin-bottom: 0.2rem;
}
footer .top-box .nav ul li dl dd:last-child {
    margin-bottom: 0;
}
footer .top-box .nav ul li dl dd a {
    color: #959371;
    font-weight: lighter;
}
footer .top-box .right-box {
    text-align: center;
}
footer .top-box .right-box .ewm {
    width: 1.3rem;
    margin: 0 auto;
}
footer .top-box .right-box .ewm .img img {
    width: 100%;
}
footer .top-box .right-box .ewm .name {
    margin-top: 0.1rem;
    text-align: center;
    color: #959371;
}
footer .top-box .right-box .share {
    margin-top: 0.3rem;
}
footer .top-box .right-box .share ul {
    justify-content: center;
}
footer .top-box .right-box .share ul li {
    margin-right: 0.3rem;
    position: relative;
}
footer .top-box .right-box .share ul li:last-child {
    margin-right: 0;
}
footer .top-box .right-box .share ul li .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
footer .top-box .right-box .share ul li .icon img {
    max-height: 0.2rem;
    max-width: 0.2rem;
}
footer .top-box .right-box .share ul li .img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 120%;
    width: 1.2rem;
    transform: translateX(-50%);
    z-index: 3;
}
footer .top-box .right-box .share ul li:hover .img {
    display: block;
}
footer .icp {
    margin-top: 0.9rem;
    padding: 0.3rem 0;
    color: #959371;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.6;
}
footer .icp a {
    color: #959371;
}
@keyframes slideDown {
    0% {
    }
    100% {
        transform: translate(0);
        opacity: 1;
    }
}
/*置业*/
.Property {
    margin-top: 0.9rem;
}
.Property .section1 .fp-tableCell {
    margin-top: 0.6rem;
}
.Property .section {
    position: relative;
}
/* .Property .section .auto{padding-top: .9rem;} */
.Property .section.section2 .auto {
    padding-top: 0.6rem;
}
.Property .section2 .column-name {
    position: absolute;
    top: 1.6rem;
    z-index: 3;
}
/* .Property .section1 .fp-tableCell{vertical-align: bottom;} */
.Property .section1 .title {
    text-align: center;
    color: #959371;
    font-weight: bold;
    opacity: 0;
    transform: translateY(0.6rem);
}
.Property .section1 .text {
    margin-top: 0.25rem;
    text-align: center;
    opacity: 0;
    transform: translateY(0.6rem);
    animation-delay: 0.5s;
    line-height: 1.68;
    margin-bottom: 0.5rem;
}
.Property .section1 .text:before {
    display: none;
    content: "";
    width: 0.3rem;
    height: 2px;
    background-color: #333;
    margin-right: 0.1rem;
}
.Property .section1 .list {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.Property .section1 .list ul li {
    width: 33.33%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30%);
}
.Property .section1 .list ul li .imgbox {
    padding-top: 118%;
}
.Property .section1 .list ul li img {
    width: 100%;
    transition: 0.8s ease;
}
/* .Property .section1 .list ul li:hover img{transform: scale(1.2)} */
.Property .section1.on .title {
    animation: slideDown 1.5s forwards;
}
.Property .section1.on .text {
    animation: slideDown 1.5s forwards;
}
.Property .section1.on .list ul li {
    animation: slideDown 1.5s forwards;
}
.Property .section1.on .list ul li:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 1.5s;
}
.Property .section1.on .list ul li:nth-of-type(3) {
    animation: slideDown 1.5s forwards;
    animation-delay: 1s;
}
.Property .section2 {
    position: relative;
}
.Property .section2 .img img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.Property .section3 {
    position: relative;
}
.Property .section3 .column-name {
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    position: static;
    transition: all 0.5s;
}
.Property .section3 .fp-tableCell,
.Property .section4 .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
}
.Property .section3 .text {
    text-align: center;
    opacity: 0;
    transform: translateY(0.6rem);
}
.Property .section3 .text span {
    font-size: 0.32rem;
    color: #959371;
    font-weight: bold;
}
.Property .section3 .list {
    margin-top: 0.4rem;
}
.Property .section3 .list ul li {
    width: 50%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30%);
}
.Property .section3 .list ul li .imgbox {
    padding-top: 65%;
}
.Property .section3 .list ul li .imgbox img {
    width: 100%;
}
/* .Property .section3 .list ul li:hover img{transform: scale(1.2)} */
.Property .section3.on .text {
    animation: slideDown 1.5s forwards;
    line-height: 1.68;
}
.Property .section3.on .list ul li {
    animation: slideDown 1.5s forwards;
}
.Property .section3.on .list ul li:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
/* .Property .section4{background-color: #f7f7f5} */
.Property .section4 .column-name {
    text-align: center;
    position: inherit;
}
.Property .section4 .fp-tableCell {
    vertical-align: middle;
}
.Property .section4 ul li {
    width: 50%;
}
.Property .section4 ul li:last-child {
    margin-right: 0;
}
.Property .section4 ul li .text {
    max-width: 77%;
    margin: 0.2rem auto 0.3rem auto;
    line-height: 1.68;
    text-align: center;
}
.Property .section4 ul li .text:before {
    display: none;
    content: "";
    width: 0.3rem;
    height: 2px;
    margin-right: 0.1rem;
    background-color: #333;
    vertical-align: middle;
}
.Property .section4 ul li .img {
    padding-top: 65%;
}
.Property .section4 ul li .img img {
    width: 100%;
    max-width: none;
    transition: 0.8s ease;
}
/* .Property .section4 ul li:nth-of-type(1) .img img{transform: translateX(-15.5%)} */
.Property .section4 ul li:nth-of-type(2) .img img {
    transform: translateX(0%);
}
.Property .section4 ul li:nth-of-type(1) {
    opacity: 0;
    transform: translateX(-30%);
}
.Property .section4 ul li:nth-of-type(2) {
    opacity: 0;
    transform: translateX(30%);
}
.Property .section4.on ul li {
    animation: slideDown 1.5s forwards;
}
/*集团*/
/* .Clique .section1{background-color: #fafaf7} */
/* .Clique{
	margin-top: .9rem;
} */
.Clique .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0.9rem;
}
.Clique .section .auto {
}
.Clique .section1 .column-name {
    text-align: center;
}
.Clique .section1 .text {
    margin-top: 0.9rem;
}
.Clique .section1 .text p {
    margin-bottom: 0.45rem;
    color: #959371;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transform: translateY(0.6rem);
}
.Clique .section1 .text p:last-child {
    margin-bottom: 0;
}
.Clique .section1.on .text p:nth-of-type(1) {
    animation: slideDown 1.5s forwards;
}
.Clique .section1.on .text p:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
.Clique .section2 .column-name {
    text-align: center;
}
.Clique .section2 .main {
    margin: 0.5rem 0 0;
}
.Clique .section2 .main li {
    width: 33.33%;
}
.Clique .section2 .main li .img {
    position: relative;
    width: 2.6rem;
    height: 1.88rem;
    padding: 0.19rem;
    margin: 0 auto;
    background-image: url("../image/Clique-section2-k.png");
    background-size: cover;
    box-sizing: border-box;
}
.Clique .section2 .main li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Clique .section2 .main li .img:after {
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    display: block;
    content: "";
    width: 3.25rem;
    height: 1.09rem;
    background-image: url("../image/Clique-section2-y.png");
    background-size: cover;
    transform: translateX(-50%);
    z-index: -1;
}
.Clique .section2 .main li .name {
    margin-top: 0.7rem;
    text-align: center;
    color: #959371;
    font-weight: bold;
}
.Clique .section2 .main ul {
    margin-bottom: 0.5rem;
}
.Clique .section2 .main ul:last-child {
    margin-bottom: 0;
}
.Clique .section2 .main .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid #888888;
    border-radius: 0.5rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Clique .section2 .main .slick-arrow:hover {
    background-color: #949375;
    border: 2px solid #949375;
}
.Clique .section2 .main .slick-arrow:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: 2px solid #888;
    border-left: 2px solid #888;
    left: 50%;
    top: 50%;
    margin-top: -0.05rem;
    margin-left: -0.025rem;
}
.Clique .section2 .main .slick-arrow:hover:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.Clique .section2 .main .slick-next:after {
    transform: rotate(135deg);
    margin-left: -0.075rem;
}
.Clique .section2 .main .slick-prev:after {
    transform: rotate(-45deg);
}
.Clique .section2 .main .slick-slide > div:not(:last-child) {
    margin-bottom: 0.5rem;
}
/*联系*/
.contain {
    padding: 1.4rem 0;
}
.contain .column-name {
    margin-bottom: 0.7rem;
}
.Contact .list ul li {
    width: 50%;
    padding: 0.6rem 0.5rem;
    background-color: #f4f4f1;
    border-radius: 0.15rem 0 0 0.15rem;
    box-sizing: border-box;
}
.Contact .list ul li:last-child {
    border-radius: 0 0.15rem 0.15rem 0;
}
.Contact .list ul li .left-box {
    width: 72%;
}
.Contact .list ul li .left-box dl {
    padding-top: 0.3rem;
}
.Contact .list ul li .left-box dl dd {
    margin-bottom: 0.45rem;
    display: flex;
    align-items: baseline;
    line-height: 1.4;
}
.Contact .list ul li .left-box dl dd {
    font-weight: bold;
}
.Contact .list ul li .left-box dl dd .name {
    position: relative;
    width: 2.1rem;
    padding-left: 0.55rem;
    color: #949375;
    box-sizing: border-box;
}
.Contact .list ul li .left-box dl dd .text {
    width: calc(100% - 2.1rem);
    color: #949375;
}
.Contact .list ul li .left-box dl dd:nth-of-type(1) .name:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.38rem;
    height: 0.38rem;
    background-image: url("../image/Contact-tel.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.Contact .list ul li .left-box dl dd:nth-of-type(2) .name:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.31rem;
    height: 0.39rem;
    background-image: url("../image/Contact-add.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.Contact .list ul li .right-box {
    width: 24%;
}
.Contact .list ul li .right-box .name {
    margin-top: 0.2rem;
    color: #949375;
    text-align: center;
}
.Contact .list ul li .right-box .img img {
    width: 100%;
}
/*新闻*/
.News .list ul {
    margin: -2%;
}
.News .list ul li {
    width: 21%;
    margin: 2%;
}
.News .list ul li .img {
    overflow: hidden;
}
.News .list ul li .img img {
    width: 100%;
    transition: 0.8s ease;
}
.News .list ul li:hover .img img {
    transform: scale(1.2);
}
.News .list ul li .time {
    margin-top: 0.25rem;
    color: #999999;
}
.News .list ul li .box {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    border-top: 1px solid #e7e7e7;
}
.News .list ul li .box .title {
    height: 0.66rem;
}
.News .list ul li .box .title a {
    color: #010000;
    line-height: 1.5;
}
.News .list ul li:hover .box .title a {
    color: #949375;
}
.News .list ul li .box .text {
    margin-top: 0.2rem;
    height: 0.54rem;
    color: #666666;
    line-height: 0.29rem;
}
.News .list ul li .box .more {
    margin-top: 0.4rem;
}
.News .list ul li .box .more a {
    display: flex;
    align-items: center;
    color: #949375;
}
.News .list ul li .box .more a:after {
    margin-left: 0.25rem;
    display: block;
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-top: 1px solid #949375;
    border-right: 1px solid #949375;
    transform: rotate(45deg);
}
.News .info .title {
    text-align: center;
    color: #1a1a1a;
    font-weight: bold;
}
.News .info .time {
    margin-top: 0.2rem;
    text-align: center;
    font-weight: lighter;
    color: #666;
}
.News .info .time span {
    color: #666;
}
.News .info .text {
    margin-top: 0.35rem;
    padding-top: 0.6rem;
    border-top: 1px solid #959371;
    line-height: 1.78;
    font-weight: lighter;
}
.News .info .bottom-box {
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px solid #d1d2e5;
}
@media (max-width: 1200px) {
    #fullpage .section {
        width: 100%;
        overflow: hidden;
    }
    .contain {
        padding: 0.4rem 0;
    }
    footer {
        padding-top: 0.4rem;
    }
    footer .top-box .nav {
        display: none;
    }
    footer .top-box .right-box {
        text-align: center;
        width: 100%;
    }
    footer .top-box .right-box .ewm {
        margin-right: auto;
    }
    footer .top-box .right-box .share ul {
        justify-content: center;
    }
    footer .icp {
        margin-top: 0.4rem;
        line-height: 1.4;
    }
    header nav .right-img {
        display: none;
    }
    header {
        padding: 0.1rem 0;
    }
    header nav .top-box {
        padding: 0.1rem 0;
    }
    header nav .close {
        top: 1.2rem;
    }
}
@media (max-width: 1024px) {
    .header nav ul li {
        margin-right: 0.2rem;
    }
    .contain .column-name {
        margin-bottom: 0.3rem;
    }
    .News .info .text {
        padding-top: 0.4rem;
    }
    #fullpage #section1 {
        padding-top: 0.4rem;
    }
    #fullpage .section {
        height: auto !important;
        padding: 0.4rem 0;
        min-height: 60vh;
    }
    #fullpage .section.fp-auto-height {
        height: auto !important;
        padding: 0;
    }
    #fullpage .section .fp-tableCell {
        height: auto !important;
    }
    .Property .section {
        min-height: 30vh !important;
    }
    .Property .section3 .text {
        opacity: 1;
        transform: translateY(0);
        line-height: 1.68;
    }
    .Property .section3 .list ul li {
        opacity: 1;
        transform: translateY(0);
    }
    .Property .section4 ul li:not(:last-child) {
        margin-bottom: 0.3rem;
    }
    .Property .section4 ul li {
        margin-right: 0;
    }
    .Property .section4 ul li .text {
        max-width: 100%;
    }
    .Property .section4 ul li:nth-of-type(1) {
        opacity: 1;
        transform: translateY(0);
    }
    .Property .section4 ul li:nth-of-type(2) {
        opacity: 1;
        transform: translateY(0);
    }
    .Property .section4 ul li .img {
        width: 100%;
    }
    .Property .section4 ul li .img img {
        width: 100%;
    }
    .Property .section.section2 .column-name {
        text-align: center;
    }
}
@media (max-width: 768px) {
    #fullpage {
        margin-top: 60px;
    }
    #fullpage .section {
        min-height: 0;
    }
    .News .list ul {
        margin: -2% -1%;
    }
    .News .list ul li {
        width: 48%;
        margin: 2% 1%;
    }
    .News .list ul li .box {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
    }
    .News .list ul li .box .title {
        height: 0.56rem;
    }
    .News .list ul li .box .text {
        margin-top: 0.1rem;
    }
    .News .list ul li .box .more {
        margin-top: 0.2rem;
    }
    .Contact .list ul li {
        width: 100%;
        padding: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .Contact .list ul li .left-box {
        width: 100%;
    }
    .Contact .list ul li .right-box {
        width: 100%;
        margin-top: 0.1rem;
    }
    .Contact .list ul li .right-box .img {
        text-align: center;
    }
    .Contact .list ul li .right-box .img img {
        max-width: 120px;
    }
    .Contact .list ul li .left-box dl {
        padding-top: 0;
    }
    .Contact .list ul li .left-box dl dd {
        margin-bottom: 0.2rem;
    }
    .Contact .list ul li .left-box dl dd .name {
        width: 1.8rem;
    }
    .Contact .list ul li .left-box dl dd .text {
        width: calc(100% - 1.6rem);
    }
    .Clique .section2 .main li .img {
        width: 1.4rem;
        height: 1rem;
        padding: 0.1rem;
    }
    .Clique .section2 .main li .img:after {
        width: 1rem;
        height: 0.35rem;
        bottom: -0.2rem;
    }
    .Clique .section2 .main li .name {
        margin-top: 0.3rem;
    }
    .Property .section1 .text:before {
        display: none;
    }
    .Property .section.section2 .auto {
        padding-top: 10px;
    }
    .Property .section1 .fp-tableCell {
        padding-top: 0;
    }
    #fullpage .section {
        padding: 20px 0 0;
    }
    .Property .section .auto {
        padding-top: 10px;
    }
    .Property .section3 .column-name {
        margin-top: 10px;
    }
    .Property .section4 .column-name {
        margin-top: 10px;
    }
    .Property .section .column-name {
        margin-bottom: 10px;
        position: initial;
    }
    .Property .section4 ul li:nth-of-type(2) {
        margin-top: 10px;
    }
    .Property .section2 .img img {
        width: 100%;
        height: auto;
    }
    .Property .section3 .text span {
        font-size: 0.26rem;
    }
    .Property .section3 .list {
        margin-top: 0.4rem;
    }
    .Property .section1 .list {
        margin-top: 0.4rem;
    }
    .Property .section4 ul li .img img {
        width: 100%;
    }
    .Property .section4 ul li:nth-of-type(1) .img img {
        transform: translateX(0);
    }
    .Property .section4 ul li:nth-of-type(2) .img img {
        transform: translateX(0);
    }
    .Property .section4 ul li {
        width: 100%;
        margin-bottom: 0.2rem;
    }
    footer .top-box .right-box .ewm .name {
        font-size: 0.16rem;
    }
    footer .icp {
        font-size: 0.16rem;
    }
    header nav .ewm .name {
        font-size: 0.16rem;
    }
    header nav.on .nav {
        font-size: 0;
    }
    .Clique .section2 {
        margin-top: 40px;
    }
    .Clique .section2 .main {
        margin-top: 0.4rem;
    }
    .Clique .section1 .text {
        margin-top: 0.4rem;
    }
    .Property .section1 .list ul li img {
        height: 100%;
        object-fit: contain;
    }
    .Clique .section1 .column-name {
        font-size: 0.4rem;
    }
    .Clique .section1 .text p {
        font-size: 0.24rem;
    }
    .Clique .fp-tableCell {
        padding-top: 10px;
    }
}

@media (max-width: 640px) {
    .header .w1720 {
        flex-wrap: wrap;
    }
    .header nav {
        width: 100%;
        margin-top: 0.4rem;
    }
    .Return a {
        width: 1.6rem;
        height: 0.42rem;
    }
    .Return a:after {
        margin-left: 0.1rem;
    }
    .Contact .list ul li .left-box dl dd .name {
        padding-left: 0.45rem;
        width: 1.68rem;
    }
    .Contact .list ul li .left-box dl dd:nth-of-type(1) .name:before {
        width: 0.28rem;
        height: 0.28rem;
    }
    .Contact .list ul li .left-box dl dd:nth-of-type(2) .name:before {
        width: 0.28rem;
        height: 0.28rem;
    }
    /* .Property .section1{margin-top:1rem;} */
}

/* 印染 */
.yingran .fp-tableCell {
    padding-top: 0.9rem;
}
.yingran .section .auto {
    overflow: hidden;
}
.yingran .section1 .auto {
    padding-top: 0.6rem;
}
.yingran .section footer .auto {
    padding-top: 0.5rem;
}
.yingran .section1 .section1-title {
    display: flex;
}
.yingran .section1 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.yingran .section1 .section1-title .text {
    margin-left: 2.2rem;
}
.yingran .section1 .slogan {
    color: #959371;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section1 .text {
    text-align: center;
    font-weight: bold;
    line-height: 1.88;
}
.yingran .section1 .text p {
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section1 .imgbox {
    width: 100%;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section1 .imgbox img {
    display: block;
    width: 100%;
    position: relative;
}
.yingran .section1.on .slogan {
    animation: slideDown 1.5s forwards;
}
.yingran .section1.on .text p:nth-of-type(1) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
.yingran .section1.on .text p:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.65s;
}
.yingran .section1.on .imgbox {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.8s;
}

/* .yingran .section2{background-color: #f7f7f5;} */
.yingran .section2 .list {
    margin-top: 0.3rem;
}
.yingran .section2 .list .item {
    width: 50%;
    text-align: center;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section2 .list .item .imgbox img {
    width: 100%;
}
.yingran .section2 .w1720.auto,
.yingran .section3 .w1720.auto {
    padding-top: 0.2rem;
}
.yingran .section2 .w1520.auto {
    padding-top: 0.3rem;
}
.yingran .section2 .list .item:nth-child(2) {
    transform: translateY(-0.6rem);
}
.yingran .section2 .list .imgbox {
    padding-top: 56%;
    margin-bottom: 0.25rem;
}
.yingran .section2 .list h2 {
    color: #949172;
    line-height: 1.53;
    margin-bottom: 0.16rem;
}
.yingran .section2 .info {
    background-color: #949172;
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0.25rem 0;
    margin: 0 1.2rem;
}
.yingran .section2 .info li {
    flex: 1;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}
.yingran .section2 .info li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    content: "";
    height: 0.48rem;
    background-color: rgba(255, 255, 255, 0.3);
}
.yingran .section2.on .list .item:nth-of-type(1) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
.yingran .section2.on .list .item:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.65s;
}

.yingran .section3 .box {
    display: flex;
    justify-content: center;
}
.yingran .section3 .info {
    text-align: center;
    margin: 0.3rem 0;
    transform: translateY(0.6rem);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
}
.yingran .section3 .info li:not(:last-child) {
    margin-bottom: 0.2rem;
}
.yingran .section3 .info li span {
    color: #959371;
    font-weight: bold;
}
.yingran .section3 .info li em {
    font-size: 0.32rem;
    font-weight: bold;
}
.yingran .section3 .list li {
    width: 50%;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section3 .list li .imgbox img {
    width: 100%;
    height: auto;
}
.yingran .section3 .list .imgbox {
    padding-top: 63%;
}
.yingran .section3.on .info {
    animation: slideDown 1.5s forwards;
}
.yingran .section3.on .info li {
    margin: 0 0.1rem;
}
.yingran .section3.on .list li:nth-of-type(1) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
.yingran .section3.on .list li:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.65s;
}

/* .yingran .section4{background-color: #f7f7f5;} */
.yingran .section4 .content {
    padding: 0 1rem;
    padding-top: 0.7rem;
}
.yingran .section4 .info .item {
    padding-left: 1.1rem;
    position: relative;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section4 .info .item:before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    content: "";
    width: 0.67rem;
    height: 0.68rem;
    background: url(../image/yn_p1.png) no-repeat center center/contain;
}
.yingran .section4 .info {
    width: 68%;
    line-height: 1.5;
}
.yingran .section4 .info h2 {
    margin-bottom: 0.1rem;
}
.yingran .section4 .info .item {
    padding-bottom: 5vw;
}
.yingran .section4 .imgbox {
    width: 29.67%;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section4.on .imgbox {
    animation: slideDown 1.5s forwards;
}
.yingran .section4.on .info .item:nth-of-type(1) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
.yingran .section4.on .info .item:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.65s;
}
.yingran .section4.on .info .item:nth-of-type(3) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.85s;
}

.yingran .section5 .list {
    margin-top: 0.5rem;
}
.yingran .section5 .item {
    width: 33.3333%;
    transform: translateY(0.6rem);
    opacity: 0;
}
.yingran .section5 .imgbox {
    padding-top: 122%;
}
.yingran .section5.on .item:nth-of-type(1) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.5s;
}
.yingran .section5.on .item:nth-of-type(2) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.65s;
}
.yingran .section5.on .item:nth-of-type(3) {
    animation: slideDown 1.5s forwards;
    animation-delay: 0.85s;
}
.yingran .section5 .imgbox span {
    align-items: unset;
}
.yingran .section5 .imgbox img {
    object-fit: contain;
}
.yingran .section6 .column-name {
    text-align: center;
}
.yingran .section7 .column-name {
    text-align: center;
    padding-top: 0.3rem;
}
.yingran .logo {
    margin: 5.208vw 0 0 -1.563vw;
}
.yingran .logo li {
    width: 20%;
    padding: 0 0 2.083vw 1.563vw;
}
.yingran .logo li:nth-child(16),
.yingran .logo li:nth-child(17),
.yingran .logo li:nth-child(18),
.yingran .logo li:nth-child(19),
.yingran .logo li:nth-child(20) {
    padding-bottom: 0;
}
.yingran .logo .imgbox {
    padding-top: 43%;
}
.yingran .logo .imgbox img {
    object-fit: contain;
}
/* .yingran .rzContainer .item:nth-child(11) {
    width: 18% !important;
} */
/* .yingran .rzContainer .item:nth-child(11) .imgbox{padding-top: 30%;}
.yingran .rzContainer .item:nth-child(12) .imgbox{padding-top: 30%;} */
/* .yingran .rzContainer .item:nth-child(13) .imgbox{padding-top: 30%;}

.yingran .rzContainer .item:nth-child(12) {
    width: 18% !important;
}
.yingran .rzContainer .item:nth-child(13) {
    width: 28% !important;
}
.yingran .rzContainer .item:nth-child(14) {
    width: 18% !important;
}
.yingran .rzContainer .item:nth-child(15) {
    width: 18% !important;
} */
.yingran .section1 br {
    display: none;
}

/*.yingran .rzContainer .item:nth-child(12) img{
	width: 33% !important;
	float:left;
}*/
/* @media(max-width:1550px){
	.yingran .section.section2 .auto{padding-top: 1rem;}
	.yingran .section.section3 .auto{padding-top: 1rem;}
	.yingran .section.section4 .auto{padding-top: 1rem;}
	.yingran .section.section5 .auto{padding-top: 1rem;}
	.yingran .section.section6 .auto{padding-top: 1rem;}
	.yingran .section.section7 .auto{padding-top: 1rem;}
} */
@media (max-width: 1024px) {
    .yingran .section .auto {
        padding-top: 0;
    }
    .yingran .section.section2 .auto {
        padding-top: 0;
    }
    .yingran .section.section3 .auto {
        padding-top: 0;
    }
    .yingran .section.section4 .auto {
        padding-top: 0;
    }
    .yingran .section.section5 .auto {
        padding-top: 0;
    }
    .yingran .section.section6 .auto {
        padding-top: 0;
    }
    .yingran .section.section7 .auto {
        padding-top: 0;
    }
    .yingran .section {
        min-height: auto !important;
    }
    .yingran .section1 .imgbox {
        position: relative;
        bottom: auto;
        margin-top: 0.3rem;
    }
    .yingran .section1 .text {
        padding-top: 0.5rem;
    }
    .yingran .section3 .column-name {
        position: static;
    }
    .yingran .section3 .auto {
        padding: 0 0.1rem;
    }
    .yingran .section3 .info {
        margin: 0.3rem 0;
    }
    .yingran .section4 .content {
        padding: 0.2rem;
    }
}
@media (max-width: 768px) {
    .yingran .fp-tableCell {
        padding-top: 10px;
    }
    .yingran .section1 .text {
        padding-top: 20px;
    }
    .yingran .section2 .list .item {
        width: 100%;
    }
    .yingran .section2 .list .item:not(:last-child) {
        margin-bottom: 0.25rem;
    }
    .yingran .section3 .list li {
        width: 100%;
    }
    .yingran .section3 .list .item:not(:last-child) {
        margin-bottom: 0.25rem;
    }
    .yingran .section3 .info {
        display: block;
        text-align: left;
    }

    .yingran .section4 .info {
        width: 100%;
    }
    .yingran .section4 .imgbox {
        width: 100%;
        display: none;
    }
    .yingran .logo li .imgbox {
        width: 100%;
    }
    .yingran .logo li .imgbox a {
        width: 100%;
    }
    .yingran .logo li .imgbox a span {
        width: 100%;
    }
    .yingran .logo li .imgbox a span img {
        display: block;
        height: 100%;
    }
    .yingran .section1 .section1-title {
        flex-wrap: wrap;
    }
    .yingran .section1 .section1-title .text {
        margin-left: 0;
        width: 100%;
    }
    .yingran .section1 .imgbox img {
        height: 250px;
        object-fit: cover;
    }
    .yingran .section1 br {
        display: block;
    }
    .yingran .section3.on .info li {
        margin: 0 0.1rem 10px;
    }
}
/* .lianxiwomen{
	margin-top: .9rem;
} */
/* .lianxiwomen .section .auto{
	padding-top: .2rem;
} */
.lianxiwomen .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0.6rem;
}
.lianxiwomen .section1 {
    position: relative;
}
.lianxiwomen .section1 .column-name {
    /* position: absolute;top: 1.4rem;z-index: 3;
	left: 0; */
    width: 100%;
    text-align: center;
    margin-bottom: 0.8rem;
}
.News {
    position: relative;
    padding-top: 1rem;
}
.News .column-name {
    position: absolute;
    top: -0.7rem;
    z-index: 3;
}

@media (max-width: 1200px) {
    #lianxiwomen .section {
        min-height: 1px !important;
    }
    .lianxiwomen .section1 .column-name {
        position: static;
        margin: 0.3rem 0;
    }
    .News {
        padding-top: 0.3rem;
    }
    .News .column-name {
        position: static;
        margin: 0.3rem 0;
    }
}

#FixMenu {
    position: fixed;
    right: 0.35rem;
    z-index: 999;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s;
}
#FixMenu li {
    display: block;
    position: relative;
    transition: all 0.5s;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
    margin: 0.1rem 0;
}
#FixMenu li:after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    width: 0.15rem;
    height: 0.15rem;
    border: 2px solid #b3b3b3;
    transition: all 0.5s;
}
#FixMenu li:before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/logo.png) no-repeat center center/contain;
    transition: all 0.5s;
}
#FixMenu li a {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#FixMenu li span {
    transition: all 0.5s;
    right: 0.45rem;
    width: 0.6rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    line-height: 1;
}
#FixMenu li.active:after {
    background-color: #959371;
}
#FixMenu li.active:before {
    width: 0.26rem;
    height: 0.26rem;
}
#FixMenu li.active:after {
    width: 0;
    height: 0;
    border: 0;
}
#FixMenu li.active {
    margin: 0.2rem 0;
}

#FixMenu.on li:after {
    border-color: rgba(255, 255, 255, 1);
}
#FixMenu.on li span {
    color: #fff;
}
#FixMenu.on ul:after {
    background-color: #fff;
}

.section {
    overflow: hidden;
    height: 100vh;
}
.container {
    max-width: 15.4rem;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .container {
        margin: 0 15px;
        max-width: 100%;
    }
    .yingran .section2 .info {
        margin: 0;
    }
    .lianxiwomen .section .auto {
        padding-top: 0;
    }
}
.header {
    width: 100%;
    height: 0.92rem;
    background: #fff;
    border-bottom: 0.025rem solid #959371;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 999;
}
.header .container {
    display: flex;
}
.header-inner {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner .header-logo a img {
    width: 1.73rem;
}
.header-inner .header-logo a img.logo-white {
    display: none;
}
.header-inner .nav-right {
    display: flex;
    align-items: center;
}
.header-inner .nav {
    display: flex;
    align-items: center;
}
.header-inner .nav .nav-item .nav-top {
    position: relative;
}
.header-inner .nav .nav-item .nav-top > dl {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1.28rem;
    border-radius: 0 0 0.05rem 0.05rem;
    text-align: center;
    background: #959371;
    padding: 0.1rem 0;
    opacity: 0;
    transition: all 0.8s;
    pointer-events: none;
}
.header-inner .nav .nav-item .nav-top:hover > dl {
    opacity: 1;
    pointer-events: unset;
}
.header-inner .nav .nav-item .nav-top > dl dd a {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    transition: all 0.3s;
}
.header-inner .nav .nav-item .nav-top > dl dd a:hover {
    color: #9a9978;
    background: #dbdbdb;
}
.header-inner .nav .nav-item .nav-top > a {
    display: block;
    color: #959371;
    font-size: 0.2rem;
    width: 1.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    background: #fff;
    margin: 0 0.1rem;
    border-bottom: 0.05rem solid transparent;
    transition: all 0.3s;
}
.header-inner .nav .nav-item:hover .nav-top > a,
.header-inner .nav .nav-item.active .nav-top > a {
    border-bottom: 0.05rem solid #959371;
}
.header-inner .header-consult {
    display: flex;
    align-items: center;
    margin-left: 0.32rem;
}
.header-inner .header-consult img {
    width: 0.42rem;
}
.header-inner .header-consult span {
    color: #959371;
    font-size: 0.18rem;
    margin-left: 0.12rem;
}
.nav_box {
    width: 100%;
    height: 100%;
    position: fixed;
    right: auto;
    top: 0;
    bottom: 0;
    left: -100%;
    overflow: auto;
    z-index: 99999999;
    background: #959371;
    z-index: 8;
}
.nav_box .box {
    /*background: #212222;*/
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.nav_box .nav-title {
    height: 60px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    visibility: hidden;
}

.nav_box .nav-title h1 {
    text-align: left;
    width: 85px;
    margin-left: 15px;
    line-height: 0;
    padding-top: 11px;
}

.nav_box .nav-title h1 img {
    width: 100%;
}

.nav_box .navlist {
    width: 100%;
    padding-bottom: 20px;
}

.nav_box .navlist ul.clearfix > li {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0 15px;
    text-transform: capitalize;
    position: relative;
}

.nav_box .navlist ul.clearfix > li > a {
    display: block;
    color: #fff;
    position: relative;
}

.nav_box .navlist ul.clearfix > li:before {
    content: ">";
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "宋体";
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
}

.nav_box .navlist ul.clearfix > li > a.cur:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 32%;
    transition: all 1s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navlist > ul.clearfix > li dl {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: block;
    padding: 0.1rem 0;
    transition: none;
}

.navlist > ul.clearfix > li dl a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-left: 15px;
}
.navlist > ul.clearfix > li dl dd:last-child a {
    border-bottom: none;
}

/* .fixed-head .navbar span,.fixed-head .navbar span:nth-of-type(2),.fixed-head .navbar span:nth-of-type(3) {background-color: #3c81da;} */
.nav_box {
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.nav_box.cur {
    left: 0;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: -1;
}
/* navbar */
.navbar {
    width: 30px;
    cursor: pointer;
    display: none;
    position: relative;
}
.navbar span:nth-of-type(1),
.navbar span:nth-of-type(2),
.navbar span:nth-of-type(3) {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
}
.navbar span:nth-of-type(2),
.navbar span:nth-of-type(3) {
    content: "";
    display: block;
}
.navbar span:nth-of-type(2) {
    top: -7px;
}
.navbar span:nth-of-type(3) {
    bottom: -7px;
}
.navbar span:nth-of-type(1) {
    top: 50%;
    margin-top: -1.5px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar span:nth-of-type(2) {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
}
.navbar span:nth-of-type(3) {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s ease;
}
.navbar.is-active span:nth-of-type(1) {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar.is-active span:nth-of-type(2) {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
}
.navbar.is-active span:nth-of-type(3) {
    bottom: 0;
    transform: rotate(-50deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
}

@media (max-width: 768px) {
    .navbar {
        display: block;
    }
}
.window-search-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}
.window-search {
    transition: all 0.3s;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.1rem);
}
.window-search .window-search-logo {
    max-width: 1.5rem;
    display: block;
    margin: 0 auto 0.25rem;
}
.close-search {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    width: 0.35rem;
    height: 0.35rem;
    cursor: pointer;
}
.close-search span {
    position: absolute;
    top: 0.17rem;
    left: 0.06rem;
    width: 0.25rem;
    height: 0.02rem;
    background-color: #e01c26;
}
.close-search span:first-child {
    transform: rotate(45deg);
}
.close-search span:last-child {
    transform: rotate(-45deg);
}
.window-searchform {
    max-width: 6rem;
    font-size: 0;
    margin: 0 auto;
    padding: 0 0.15rem;
}
.window-searchform input {
    float: left;
    display: block;
    padding-left: 0.1rem;
    width: 79%;
    border: none;
    background: none;
    border: 1px solid #e01c26;
    line-height: 0.44rem;
    color: #777;
    font-size: 0.16rem;
    outline: none;
}
.window-searchform button {
    float: left;
    display: block;
    border: 1px solid #e01c26;
    line-height: 0.46rem;
    width: 20%;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    background-color: #e01c26;
    color: #fff;
    outline: none;
}
.window-searchShow {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {
    .header {
        height: 60px;
        box-shadow: none;
    }
    .header .container {
        max-width: 100%;
        height: 60px;
    }
    .margin82 {
        margin-top: 60px;
    }
    .header-inner .nav-right {
        display: none;
    }
    .header-inner .header-consult {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-inner .header-logo a img {
        display: none;
        width: 90px;
    }
    .header-inner .header-logo a img.logo {
        display: block;
    }
}
