﻿/* 公告的css */
.notice-box {
    z-index: 101;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
}


.this-is-mask {
    /* z-index: 10; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
}

marquee {
    margin: 0 auto;
    display: -webkit-box;
    border-radius: 3px;
    color: #fe4d3d;
    width: 1100px;
    height: 30px;
}

.lb-box {
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 46.87%; */
    background-color: #ddd;
    position: relative;
}

.carousel-control {
    width: 10%;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    width: 1100px;
    padding-left: 0;
    text-align: right;
    list-style: none;
}

.lb-img {
    width: 100%;
}

.carousel-indicators li {
    width: 44px;
    height: 72px;
    background-color: #cccccc;
    opacity: 0.6;
    border-radius: 0;
    margin-left: 2px;
    font-family: Nexa-Book;
    font-size: 20px;
    line-height: 72px;
    color: #fff;
    text-align: center;
}

/* .carousel-indicators li:nth-child(1) {
    margin-left: 1px !important;
} */

.carousel-indicators li.active {
    width: 44px;
    height: 72px;
    opacity: 0.6;
    border-radius: 0;
    margin-left: 2px;
    background-color: #fd775d;
}

.top {
    z-index: 999;
    width: 1100px;
    height: 100px;
    position: fixed;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: -106px;
}

.about-box {
    width: 1100px;
    padding: 30px 0;
    margin: 0 auto;
}

.about-box .container {
    padding-right: 0;
    padding-left: 0;
}

.about-img {
    width: 100%;
}

.about-box h3 {
    font-family: P acifico;
    font-size: 26px;
}

.about-box h2 {
    font-size: 30px;
    font-weight: bold;
}

.about-box p {
   /* font-weight: bold;*/
    color: #666;
    font-size: 20px;
}

.about-box button {
    margin-top: 30px;
}

.gallery-box {
    width: 1100px;
    padding: 60px 0;
    text-align: center;
    margin: 0 auto;
}

.gallery-title {
    margin-bottom: 60px;
}

.gallery-title h2 {
    color: #fff;
    font-family: Nexa-XBold;
    font-size: 30px;
    /* opacity: 0.8; */
    width: max-content;
    margin: 0 auto;
}

.gallery-title span {
    display: block;
    width: 100%;
    height: 6px;
    background: #1d4782;
    margin: -10px auto;
}

.gallery-img {
    margin: 0 36px;
}

.gallery-img-box {
    margin-bottom: 40px;
}

.gallery-img-box img {
    border-radius: 24px;
    cursor: pointer;
}

.gallery-img-box img:hover {
    transform: scale(1.05);

}

.load {
    width: 1100px;
    height: 46px;
    background-color: #ffe0c6;
    font-family: Nexa-XBold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
    line-height: 46px;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.load:hover {
    font-size: 18px;
}

.contact-box {
    width: 100%;
    overflow: hidden;
    background-color: #bbb;
}


.map {
    width: 100%;
    height: 350px;
}

.time-box {
    width: 1100px;
    padding: 30px 0 40px 0;
    margin: 0 auto;
    text-align: center;
}

.time-title {
    margin-bottom: 60px;
}

.time-title h2 {
    color: #fff;
    font-family: Nexa-XBold;
    font-size: 30px;
    /* opacity: 0.8; */
    width: max-content;
    margin: 0 auto;
}

.time-title span {
    display: block;
    width: 100%;
    height: 6px;
    background: #1d4782;
    margin: -10px auto;
}

.time-img {
    width: 150px;
    height: 95px;
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.time-box h3 {
    text-align: center;
    font-family: Pacifico;
    font-size: 26px;
    color: #fff;
    margin-bottom: 50px;
}

.time-box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.time-box h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.second-bar {
    margin-top: 15px;
}

.send-message {
    text-align: left;
    margin-bottom: 0 !important;
}

.send-message h3 {
    text-align: left;
}

.send-message input {
    background-color: #fff;
    border: solid 1px #fff;
    margin-bottom: 22px;
    color: #252a35;
    background-position: 6px;
    background-repeat: no-repeat;
    padding-left: 29px;
    border-radius: 2px;
    font-family: Nexa-Book;
}

.send-message input:nth-child(1) {
    background-image: url('/images/home/name-icon.png');
}

.send-message input:nth-child(2) {
    background-image: url('/images/home/email-icon.png');
}

.send-message input:nth-child(3) {
    background-image: url('/images/home/phone-icon.png');
}

.send-message input:active,
.send-message textarea:active {
    background-color: #fff;
}

.form-control:focus,
.send-message textarea:focus {
    background-color: #fff;
    border: solid 1px #c70c0c;
}

.send-message textarea {
    height: 160px;
    color: #252a35;
    background-color: #fff;
    border: solid 1px #fff;
    margin-bottom: 25px;
    resize: none;
    border-radius: 2px;
    font-family: Nexa-Book;
}

.send-message button {
    padding: 6px 20px;
}

.openBottom-img {
    width: 325px;
    height: 70px;
    display: block;
    margin: auto;
}

.imghe {
    display: block;
    width: 100%;
    height: auto;
}

.mid-all {
    /* background-color: #fff5ec; */
    background-image: url('/images/bg.jpg');
}

.mid-center {
    top: 0px;
    left: 0px;
    width: 100%;
}

.mid-center-width {
    width: 1100px;
    margin: auto;
}

.break-translucence {
    width: 420px;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.43);
    position: absolute;
    z-index: 5;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    opacity: 1;
}

.border {
    width: 200px;
    height: 44px;
    border-radius: 34px;
    border: solid 0px #ffffff;
    font-family: Nexa-XBold;
    font-size: 17px;
    line-height: 44px;
    letter-spacing: 0px;
    /* color: #fff; */
    margin: 0 auto;
    cursor: pointer;
    background-color: #1d4782;
}

.border1 {
    width: 200px;
    height: 44px;
    border-radius: 34px;
    border: solid 0px #ffffff;
    font-family: Nexa-XBold;
    font-size: 17px;
    line-height: 44px;
    letter-spacing: 0px;
    /* color: #fff; */
    margin: 0 auto;
    cursor: pointer;
    background-color: #1d4782;
}
.border a {
    width: 100%;
    height: 100%;
    color: #fff;
}

.border a:hover {
    background-color: #fff;
    color: #1d4782;
    text-decoration: blink;
}

.border:hover,
.border:hover>a {
    background-color: #fff;
    color: #1d4782;
    border: 0;
}

.margin-top {
    margin-top: 18px;
}

.break-border {
    top: calc(37% - 157px);
    position: relative;
    margin: 10px auto;
    line-height: 14px;
}

.break-border a {
    color: #fff;
}

.about-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 60px;
}

.about-title h2 {
    color: #fff;
    font-family: Nexa-XBold;
    font-size: 30px;
    /* opacity: 0.8; */
    width: max-content;
    margin: 0 auto;
}

.about-title span {
    display: block;
    width: 100%;
    height: 6px;
    background: #1d4782;
    margin: -10px auto;
}

.about-information-top {
    /* font-family: Nexa-XBold; */
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #c3c3c3;
    margin-left: 66px;
    margin-bottom: 23px;
    font-weight: 600;
}

.about-information {
    /* font-family: Nexa-Book; */
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #c3c3c3;
    margin-left: 66px;
}

.about-information img {
    vertical-align: middle
}

.btn-warning,
.btn-warning:hover {
    background-color: #1d4782;
    border-radius: 2px;
    font-family: Nexa-Book;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    border: 0;
}

.col-sm-7 {
    padding: 0;
    margin-bottom: 0 !important;
}

.time-box-messige {
    height: 35px;
    background-color: #ffffff;
    opacity: 0.88;
    width: auto;
    margin: -35px 29px 0 29px;
    line-height: 35px;
    font-family: Nexa-Book;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
}

.time-box-messige img {
    margin-bottom: 5px;
}

.job-box {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.job-title h2 {
    color: #fff;
    font-family: Nexa-XBold;
    font-size: 30px;
    /* opacity: 0.8; */
    width: max-content;
    margin: 20px auto 0;
}

.job-title span {
    display: block;
    width: 100%;
    height: 6px;
    background: #1d4782;
    margin: -10px auto;
}


.stroy-information {
    animation: 'fadeInRight'2s 1;
    -webkit-animation: 'fadeInRight'2s 1;
}

.stroy-information {
    /* font-family: Nexa-Book; */
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    margin-right: 66px;
}

/* PC端 */
@media (min-width: 768px) {
    .about-box {
        background: url('/images/home/shading-left.png') no-repeat;
        background-size: 100% 100%;
    }

    .special-box {
        background: url('/images/home/special_bg.jpg') no-repeat;
        background-size: 100% 100%;
    }

    .float_right {
        float: right;
        margin-right: 30px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }

    .about-box {
        background-color: #eee;
    }

    .about-box h3 {
        text-align: center;
    }

    .about-box h2 {
        text-align: center;
    }

    .special-box {
        background-color: #ddd;
        padding-top: 0px;
    }

    .special-img-box {
        width: 100%;
        padding: 20px 0;
    }

    .special-img-box h3 {
        text-align: center;
    }

    .special-img-box h2 {
        text-align: center;
    }

    .time-box h3 {
        margin-bottom: 30px;
    }

    .send-message h3 {
        text-align: center;
    }

    .time-box .one-bar {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .send-message button {
        width: 100%;
    }
}

.about-img,
.formleft {
    animation: 'fadeInLeft'2s 1;
    -webkit-animation: 'fadeInLeft'2s 1
}

/* 左到右 */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.about-information-top,
.about-information,
.formright {
    animation: 'fadeInRight'2s 1;

    -webkit-animation: 'fadeInRight'2s 1
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

}

.gallery-img-box-up {
    animation: 'fadeInDown'2s 1;
    -webkit-animation: 'fadeInDown'2s 1
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

}

.rotate-in-center {
    -webkit-animation: scale-in-center 1s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center 1s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

button:hover {
    -webkit-animation: shake-lr .7s cubic-bezier(.455, .03, .515, .955) both;
    animation: shake-lr .7s cubic-bezier(.455, .03, .515, .955) both
}

@-webkit-keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

.addthis_toolbox {
    margin-bottom: 10px;
}

.addthis_toolbox li {
    padding: 6px 0;
    display: inline-block;
}

.at-icon {
    width: 20px !important;
    height: 20px !important;
}

.addthis_toolbox .at-icon-wrapper {
    line-height: 35px !important;
    height: 25px !important;
    width: 25px !important;
    text-align: center !important;
}

/* 弹窗 */
.couModal {
    display: none;
    position: fixed;
    z-index: 8;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.15);
}

/* 弹窗内容 */

.cou-modal-content {
    position: absolute;
    background-image: radial-gradient(at 80% 20%, rgb(253, 254, 245) 40%, rgb(241, 243, 228) 85%, #eaf696 100%);
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 400px;
    height: 240px;
    /* height: max-content; */
    top: 20%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.5);
    animation: animatetop 0.5s;
}

/* 添加动画 */

@keyframes animatetop {
    from {
        top: -30%;
        opacity: 0;
    }

    to {
        top: 20%;
        opacity: 1;
    }
}

#showConfirmBtn {
    font-size: 25px;
}

#showConfirmBtn:hover,

#showConcelmBtn:hover {

    color: #8dc232;
    text-decoration: none;
    cursor: pointer;
}

h2 {
    padding: 15px 0px 10px;
}

.cou-modal-header {
    color: #747474;
    font-size: 20px;
    padding: 0px 0px 10px;
}

.cou-modal-body {
    font-size: 20px;
}

.cou-modal-footer {
    text-align: right;
    color: #fbc848;
    right: 5%;
    padding: 10px;
}

.couTime {
    color: #fbc848;
    font-family: "Times New Roman";
    font-weight: bolder;
    font-size: 19px;
}

.checkout {
    cursor: pointer;
}

.rest_black {
    transform: rotate(30deg) !important;
    display: flex;
    float: right;
    float:top;
}