@charset "utf-8";
@font-face {
        font-family: "HarmonyOS_Sans_SC_Regular"; /* 定义字体名 */
        src: url("../fonts/harmonyos_sans_sc_regular.ttf"); /* 引入本体字体文件 */
}

@font-face {
        font-family: "HarmonyOS_Sans_SC_Bold"; /* 定义字体名 */
        src: url("../fonts/harmonyos_sans_sc_bold.ttf"); /* 引入本体字体文件 */
}
.header {
    font-size: 16px;
}

.header-logo {
    width: 50%;
	
}

.header-logo img {
    height: 5em;
}

.header-logo .text {
    padding-left: 1.35em;
	font-family:'HarmonyOS_Sans_SC_Regular';
	letter-spacing: 0.01em;
    font-size: 1.35em;
    line-height: 1.25;
    color: #000;
}

.header-contact {
    font-size: 1.125em;
    color: var(--title-color);
    line-height: 1.65;
}

.header-contact img {
    width: 1em;
    object-fit: contain;
    margin-right: 0.5em;
}

.header-contact a {
    color: var(--title-color);
}

.locate {
    font-family: SimSun;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    position: relative;
    color: #ffffff !important;
    display: block;
    width: 9.5em;
    height: 2em;
    line-height: 2em;
    border-radius: 0.25em;
    background: var(--theme);
    overflow: hidden;
}

.locate:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.locate:hover:before {
    animation: style1 .75s;
    z-index: 1;
}
@keyframes style1 {
    0% {
    background: rgba(0, 0, 0, .25);
    transform: translateX(-50%) translateY(-50%) scale(0)
}
to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1)
}
}

.banner {
    position: relative;
    font-size: 16px;
}

.banner .img {}

.banner .img img {
    width: 100%;
    height: auto;
}

.banner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .text .flex {
    height: 100%;
}

.banner .text .container {
    text-align: center;
    color: #ffffff;
}

.banner .text .tit {
    font-family: SimSun;
    letter-spacing: 0.01em;
    font-size: 2.85em;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.banner .text p {
    font-size: 1.25em;
    line-height: 2;
    max-width: 60em;
    margin: 0 auto 3.75em;
}

.banner .text .locate {
    margin: 0 auto;
    color: #ffffff;
    overflow: hidden;
}

.static {
    padding: 5.5em 0 7em;
    font-size: 16px;
}

.static .title {
    text-align: center;
    padding-bottom: 2.5em;
}

.static .title h2 {
    color: var(--title-color);
    font-family: SimSun;
    letter-spacing: 0.01em;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.static .title p {
    color: var(--content-color);
    font-size: 1.125em;
    line-height: 1.8;
    max-width: 60em;
    margin: 0 auto;
}

.static1 {}

.static1 .box {}

.static1 .box-list {}

.static1 .box-li {
    width: 19.25%;
}

.static1 .box-li .img {
    width: 100%;
    cursor: pointer;
}

.static1 .box-li .img img {
    width: 100%;
}

.static1 .box-li .text {
    padding: 1.25em 0;
}

.static1 .box-li .text .tit {
    text-align: center;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5;
}

.bar {
    background: url(../images/bar.jpg) no-repeat center;
    padding: 4.5em 0;
    font-size: 16px;
}

.bar .text {
    width: 70%;
}

.bar .text .tit {
    font-family: SimSun;
    font-size: 1.75em;
    color: #fff;
    line-height: 2;
}

.bar .text .tit p {}

.bar .button {}

.bar .button .locate {
    width: 12.5em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    color: #ffffff;
}

.static2 {}

.static2 .title p {
    max-width: 44em;
}

.static2 .box {}

.static2 .box-list {}

.static2 .box-li {
    width: 23.45%;
    margin-bottom: 3.65em;
}

.static2 .box-li .img {
    width: 100%;
    cursor: pointer;
}

.static2 .box-li .img img {
    width: 100%;
}

.static2 .box-li .text {
    padding: 1.25em 0 1.5em;
}

.static2 .box-li .text .tit {
    text-align: center;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
}

.static2 .box-li .button {}

.static2 .box-li .button .locate {
    font-size: 1.25em;
    margin: 0 auto;
}

.youshi {
    background: var(--background3);
    position: relative;
    font-size: 16px;
}

.youshi .youshi-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/hotel_3_0.jpg) no-repeat;
}

.youshi .box {
    padding: 4.65em 0 6em 7em;
    width: 52em;
    background: var(--background3);
}

.youshi .title {
    padding-bottom: 3.75em;
}

.youshi .title h2 {
    font-family: SimSun;
    letter-spacing: 0.01em;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #ffffff;
}

.youshi .title p {
    font-size: 1.125em;
    line-height: 1.8;
    color: #ffffff;
}

.youshi .box-list {}

.youshi .box-li {
    width: 48%;
    margin-bottom: 2.5em;
}

.youshi .box-li .img {
    width: 3.125em;
    height: 3.125em;
    margin-bottom: 1em;
}

.youshi .box-li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.youshi .box-li .text {}

.youshi .box-li .text .tit {
    color: #ffffff;
    font-size: 1.25em;
}

.youshi .container {
    position: relative;
    z-index: 1;
}

.static3 {}

.static3 .box {
    padding-bottom: 2em;
}

.static3 .box-l {
    width: 52%;
}

.static3 .box-l .h2 {
    color: var(--title-color);
    font-family: SimSun;
    letter-spacing: 0.01em;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.static3 .box-l .text {}

.static3 .box-l .text p {
    font-size: 1.125em;
    line-height: 1.65;
    margin-bottom: 1em;
}

.static3 .box-l .flex {}

.static3 .box-l .item {
    text-align: center;
    margin: 1em 0;
}

.static3 .box-l .item .num {
    font-weight: 600;
    font-size: 2.6em;
    font-family: SimSun;
    letter-spacing: 0.01em;
    color: var(--theme);
}

.static3 .box-l .item p {
    text-align: center;
    font-size: 1.25em;
    padding-top: 0.5em;
}

.static3 .box-r {
    width: 46%;
}

.static3 .box-r .img {
    width: 100%;
}

.static3 .box-r .img img {
    width: 100%;
}

.static3 .box-l .button {
    margin-top: 2em;
}

.static3 .box-l .button .locate {
    font-size: 1.25em;
    margin: 0 1em 0 auto;
}

.static3 .factory {}

.static3 .factory-swiper {
    position: relative;
}

.static3 .factory .f-label {
    font-weight: 600;
    font-size: 1.625em;
    font-family: SimSun;
    letter-spacing: 0.01em;
    line-height: 2.25em;
    height: 2.5em;
    padding-left: 1em;
    background: url(../images/hotel_5_0.jpg) no-repeat;
    background-position: left center;
    background-size: auto 2.5em;
    color: #ffffff;
}

.static3 .factory .swiper {}

.static3 .factory .swiper-slide {
    width: 21.875em;
}

.static3 .factory img {
    width: 100%;
}

.factory-swiper .swiper-button-next {
    color: var(--title-color);
    right: -2.5em;
}

.factory-swiper .swiper-button-prev {
    color: var(--title-color);
    left: -2.5em;
}

.static4 {
    background: var(--background2);
}

.static4 .title h2 {
    color: #ffffff;
}

.static4 .title p {
    color: #ffffff;
}

.static4 .box {}

.static4 .box-list {}

.static4 .box-li {
    width: 23.45%;
    margin: 1.3em 0;
}

.static4 .box-li .img {
    width: 100%;
    cursor: pointer;
}

.static4 .box-li .img img {
    width: 100%;
}

.static5 {}

.static5 .title p {
    max-width: 40em;
}

.static5 .box {}

.static5 .box-list {}

.static5 .box-li {
    width: 18.8%;
    border: 2px solid var(--border-color);
    margin-bottom: 1em;
}

.static5 .box-li .img {
    width: 100%;
}

.static5 .box-li .img img {
    width: 100%;
}

.contact {
    background: var(--background2);
    font-size: 16px;
    padding: 7em 0;
}

.contact .box {}

.contact .box-l {
    width: 52%;
}

.contact .title {
    text-align: left;
    padding-bottom: 2.5em;
}

.contact .title h2 {
    color: #ffffff;
    font-family: SimSun;
    letter-spacing: 0.01em;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding-left: 1.25em;
    background: url(../images/icon-0.png) no-repeat center left;
    background-size: 0.75em;
}

.contact .title p {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.8;
}

.contact .box-l .box-list {}

.contact .box-l .box-li {
    margin-bottom: 2em;
}

.contact .box-l .box-li p {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.5;
}

.contact .box-l .box-li a {
    color: #ffffff;
}

.contact .box-l .box-icon {
    padding-left: 2em;
    background-repeat: no-repeat;
    background-size: auto 1.5em;
    background-position: left top;
}

.contact .box-l .box-icon-1 {
    background-image: url(../images/icon-1.png);
}

.contact .box-l .box-icon-2 {
    background-image: url(../images/icon-2.png);
}

.contact .box-l .box-icon-3 {
    background-image: url(../images/icon-3.png);
}

.contact .box-l .box-icon-4 {
    background-image: url(../images/icon-4.png);
}

.contact .box-l .box-icon-5 {
    background-image: url(../images/icon-5.png);
}

.contact .box-r {
    width: 42.5%;
}

.contact .box-r form {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 4.35em;
    padding: 1.425em;
    font-size: 1em;
    color: #fff;
    background-color: var(--background1);
    background-image: none;
    border: 1px solid var(--background1);
    border-radius: 0.25em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.control-label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
    padding: 1.425em;
    transition: .1s ease-in-out;
    line-height: 1.4;
    color: #757575;
}
.checkbox-group~.control-label, .form-control:not(:placeholder-shown)~.control-label {
    padding: 1em 1.9em 0;
    font-size: 0.75em;
    opacity: .77;
}

.form-group {
    position: relative;
    margin-bottom: 1.5em;
}
.form-control:not(:placeholder-shown) {
    padding-top: 2em;
    padding-bottom: 1em;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
[aria-required]~.control-label:before {
    content: '*';
    padding-right: 5px;
    color: red;
    display: inline-block;
}

.help-block {
    display: block;
    padding: 0.5em 1em;
    color: #a94442;
}

.has-success .help-block {
    color: #3c763d;
}

textarea.form-control {
    height: auto;
}

textarea:focus {
    outline: none
}

.contact .box-r input[type="submit"] {
    font-size: 1.375em;
    background: var(--theme);
    border: none;
    width: 13.5em;
    height: 3.1em;
    color: #fff;
    border-radius: 0.35em;
    cursor: pointer;
}
::-webkit-input-placeholder{
    color:transparent;
}

.static3 .factory .swiper-wrapper,.static3-1 .swiper .swiper-wrapper{
    height: auto;
}
@media screen and (max-width: 1200px) {
.header {
    font-size: 14px;
}

.banner {
    font-size: 14px;
}

.static {
    font-size: 14px;
}

.bar {
    font-size: 14px;
}

.youshi {
    font-size: 14px;
}

.contact {
    font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
.header {
    font-size: 13px;
}

.banner {
    font-size: 13px;
}

.banner .text .tit {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.banner .text p {
    font-size: 1em;
    max-width: 50em;
    margin-bottom: 2em;
}

.static {
    font-size: 13px;
}

.factory-swiper .swiper-button-next, .factory-swiper .swiper-button-prev {
    display: none;
}

.static3 .box-l .item .num {
    font-size: 2.3em;
}

.static3 .box-l .item p {
    font-size: 1.125em;
}


.bar {
    font-size: 13px;
    background-size: auto 100%;
}

.bar .text {
    width: 100%;
    padding-bottom: 1.5em;
}

.youshi {
    font-size: 13px;
}

.youshi .youshi-bg {
    background-size: auto 100%;
}

.youshi .box {
    width: 48em;
    padding: 4.65em 0 6em 4em;
}

.contact {
    font-size: 13px;
}

}

@media screen and (max-width: 859px) {
.container {
    width:100%;
	padding:2%;
}

.header-logo {
    width: 100%;
}

.header-logo a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header-contact {
    display: none;
}

.static {
    padding: 3.5em 0 5em;
}

.static .title h2 {
    font-size: 2.15em;
}

.static1 .box-li {
    width: 48%;
}

.bar {
    padding: 3em 0;
}

.bar .text .tit {
    line-height: 1.5;
}

.static2 .box-li {
    width: 48%;
}

.youshi .youshi-bg {
    background: none;
}

.youshi .box {
    width: 100%;
    padding: 3em 0;
}

.youshi .title h2 {
    font-size: 2.15em;
}

.youshi .box-li .img {
    width: 2.5em;
    height: 2.5em;
}

.static3 .box-l {
    width: 100%;
    margin-bottom: 2em;
}

.static3 .box-r {
    width: 100%;
}

.static4 .box-li {
    width: 48%;
    margin: 1em 0;
}

.static5 .box-li {
    width: 31%;
    margin-bottom: 1.5em;
}

.contact {
    padding: 3.5em 0 5em;
}

.contact .title h2 {
    font-size: 2.15em;
}

.contact .box-l {
    width: 100%;
    margin-bottom: 2em;
}

.contact .box-r {
    width: 100%;
}

.contact .box-r input[type="submit"] {
    font-size: 1.15em;
}

}

@media screen and (max-width: 679px) {
.header-contact {
    display: none;
}

.header {
    font-size: 12px;
}

.header-logo .text {
    padding-left: 1em;
}

.header-logo .text p {
    font-size: 1.15em;
}

.header-logo img {
    height: 4em;
}

.banner .img img {
    aspect-ratio: 1;
    object-fit: cover;
}

.banner {
    font-size: 12px;
}

.banner .text .tit {
    font-size: 1.75em;
    margin-bottom: 0.75em;
}

.banner .text p {
    line-height: 1.75;
}

.static {
    padding: 3em 0 3.75em;
}

.static1 .box-li {
    width: 100%;
    margin-bottom: 1.5em;
}

.bar {
    padding: 2.5em 0;
}

.bar .text .tit {
    font-size: 1.55em;
}

.static2 .box-li {
    width: 100%;
}

.static3 .box-l .item {
    width: 100%;
    margin: 1.5em 0;
}

.static3 .box-l .button .locate {
    margin: 0 auto;
}

.static3 .factory .f-label {
    font-size: 1.35em;
    background-size: auto 2em;
}

.static4 .box-li {
    width: 48.5%;
    margin: 0.5em 0;
}

.static5 .box-li {
    width: 48%;
    margin-bottom: 1em;
}


}
.cf7ic_instructions { color: #fff; display: block; } 
.captcha-image svg { width: 50px; } 
.captcha-image svg path { fill: #fff; }

.gg-banner {
    width: 100%;
}

.gg-banner .swiper {
    width: 100%;
}

.gg-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: transparent!important;
    box-shadow: inset 0 0 0 2px rgb(255,255,255);
    width: 16px;
    height: 16px;
    opacity: 1;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.gg-banner .swiper-pagination .swiper-pagination-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255,255,255);
    box-shadow: 0 0 1px rgb(255,255,255);
    transition: height 0.3s ease
}

.gg-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    height: 100%
}

.gg-banner .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(0,0,0,.2)!important
}

.static3-1 .swiper {
    padding-bottom: 28px;
}

.static3-1 .swiper-pagination-bullet-active {
    background: var(--theme);
}

.static3-1 .swiper .image img {
    width: 100%;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s
}

.static3-1 .swiper .swiper-slide:hover img {
    transform: translateX(10px)
}

.static3-1 .text {}

.static3-1 .text .tit {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 3%;
}

.static3-1 .swiper-button-next,.static3-1 .swiper-button-prev {
    color: var(--title-color);
}
@media screen and (max-width: 679px) {
.gg-banner .swiper-slide {
    overflow: hidden;
}

.gg-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.static3-1 .text .tit {
    font-size: 14px;
}
.static3-1 .swiper-button-next,.static3-1 .swiper-button-prev {
   display: none;
}
}