@media (max-width: 767px)
{
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .head-box-row {
        background: #f6f6f6;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        padding: 0 15px;
    }

    .contact-box-left {
        width: 500px;
        background: #f9f9f9;
        padding: 40px;
    }

    .contact-box-left img {
        width: 17px;
        height: auto;
    }

    .contact-box-right {
        /*width: 480px;*/
        flex: 1;
        padding-right: 100px;
    }

    .contact-box-left-row {
        display: flex;
        align-content: center;
        padding: 10px 0;
    }

    .contact-box-left-row:last-child {
        border-bottom: none;
    }

    .contact-box-left-icon {
        width: 40px;
    }

    .contact-box-left-icon img {
        width: 19px;
        height: auto;
    }

    .contact-box-left-content {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .contact-box-left-content a {
        color: #000000;
    }

    .contact-box-left-content-title {
        font-size: 18px;
        position: relative;
    }

    .contact-box-left-content-desc {
        font-size: 16px;
        color: #000000;
    }

    .contact-box-left-content-desc a {
        color: #5d5d5d;
    }

    .contact-box-right-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .contact-box-right-form{
        margin-top: 20px;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 0;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 10px;
        background: #333333;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .map-box {
        width: 100%;
        /*max-width: 1300px;*/
        margin: 50px auto 0;
        /*border-radius: 12px;*/
        overflow: hidden;
        /*margin-bottom: 50px;*/
        box-sizing: border-box;
    }

    iframe {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
        height: 450px;
        width: 100%;
        box-sizing: border-box;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .wechat {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .skype {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .row-title {
        padding: 50px 0 10px;
    }

    .row-title h1 {
        width: 100%;
        text-align: center;
        font-family: ProximaNova-Bold;
    }

    .row-sub-title {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .contact-title {
        font-size: 18px;
        font-family: ProximaNova-Regular;
    }

    .contact-desc {
        font-size: 14px;
        color: #3d3d3d;
        margin: 10px 0;
    }

    .message-us-box span {
        font-size: 14px;
        color: #1c1d1d;
    }

    .message-us-box {
        border: 1px solid #000000;
        padding: 10px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
        margin: 10px 0;
    }

    .contact-img {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        background: #eeeeee;
        overflow: hidden;
    }

    .contact-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form-box {
        width: 100%;
    }

    .contact-box-right-form p {
        text-align: center;
    }

    .contact-box-right-form strong{
        font-family: ProximaNova-Bold;
    }


    .carousel-inner{
        height: 450px;
    }

    .carousel-item{
        height: 450px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }
}

@media (min-width: 768px) and (max-width: 1365px)
{
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .head-box-row {
        background: #f6f6f6;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 15px;
        gap: 10px;
    }

    .contact-box-left {
        width: 500px;
        background: #f9f9f9;
        padding: 40px;
    }

    .contact-box-left img {
        width: 17px;
        height: auto;
    }

    .contact-box-right {
        /*width: 480px;*/
        flex: 1;
        padding-right: 100px;
    }

    .contact-box-left-row {
        display: flex;
        align-content: center;
        padding: 10px 0;
    }

    .contact-box-left-row:last-child {
        border-bottom: none;
    }

    .contact-box-left-icon {
        width: 40px;
    }

    .contact-box-left-icon img {
        width: 19px;
        height: auto;
    }

    .contact-box-left-content {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .contact-box-left-content a {
        color: #000000;
    }

    .contact-box-left-content-title {
        font-size: 18px;
        position: relative;
    }

    .contact-box-left-content-desc {
        font-size: 16px;
        color: #000000;
    }

    .contact-box-left-content-desc a {
        color: #5d5d5d;
    }

    .contact-box-right-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 0;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 10px;
        background: #333333;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .map-box {
        width: 100%;
        /*max-width: 1300px;*/
        margin: 50px auto 0;
        /*border-radius: 12px;*/
        overflow: hidden;
        /*margin-bottom: 50px;*/
        box-sizing: border-box;
    }

    iframe {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
        height: 450px;
        width: 100%;
        box-sizing: border-box;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .wechat {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .skype {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .row-title {
        padding: 50px 0 10px;
    }

    .row-title h1 {
        width: 100%;
        text-align: center;
        font-family: ProximaNova-Bold;
    }

    .row-sub-title {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .contact-title {
        font-size: 18px;
        font-family: ProximaNova-Regular;
    }

    .contact-desc {
        font-size: 14px;
        color: #3d3d3d;
        margin: 10px 0;
    }

    .message-us-box span {
        font-size: 14px;
        color: #1c1d1d;
    }

    .message-us-box {
        border: 1px solid #000000;
        padding: 10px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
        margin: 10px 0;
    }

    .contact-img {
        width: 50%;
        height: 400px;
        border-radius: 10px;
        background: #eeeeee;
        overflow: hidden;
    }

    .contact-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form-box {
        width: 400px;
    }

    .contact-box-right-form p {
        text-align: center;
    }

    .contact-box-right-form strong{
        font-family: ProximaNova-Bold;
    }


    .carousel-inner{
        height: 450px;
    }

    .carousel-item{
        height: 450px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }
}

@media (min-width: 1366px)
{
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .head-box-row {
        background: #f6f6f6;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .contact-box-left {
        width: 500px;
        background: #f9f9f9;
        padding: 40px;
    }

    .contact-box-left img {
        width: 17px;
        height: auto;
    }

    .contact-box-right {
        /*width: 480px;*/
        flex: 1;
        padding-right: 100px;
    }

    .contact-box-left-row {
        display: flex;
        align-content: center;
        padding: 10px 0;
    }

    .contact-box-left-row:last-child {
        border-bottom: none;
    }

    .contact-box-left-icon {
        width: 40px;
    }

    .contact-box-left-icon img {
        width: 19px;
        height: auto;
    }

    .contact-box-left-content {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .contact-box-left-content a {
        color: #000000;
    }

    .contact-box-left-content-title {
        font-size: 18px;
        position: relative;
    }

    .contact-box-left-content-desc {
        font-size: 16px;
        color: #000000;
    }

    .contact-box-left-content-desc a {
        color: #5d5d5d;
    }

    .contact-box-right-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 0;
        flex-direction: column;
        gap: 10px;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 10px;
        background: #333333;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .map-box {
        width: 100%;
        /*max-width: 1300px;*/
        margin: 50px auto 0;
        /*border-radius: 12px;*/
        overflow: hidden;
        /*margin-bottom: 50px;*/
        box-sizing: border-box;
    }

    iframe {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
        height: 450px;
        width: 100%;
        box-sizing: border-box;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .wechat {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .skype {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .row-title {
        padding: 50px 0 10px;
    }

    .row-title h1 {
        width: 100%;
        text-align: center;
        font-family: ProximaNova-Bold;
    }

    .row-sub-title {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .contact-title {
        font-size: 18px;
        font-family: ProximaNova-Regular;
    }

    .contact-desc {
        font-size: 14px;
        color: #3d3d3d;
        margin: 10px 0;
    }

    .message-us-box span {
        font-size: 14px;
        color: #1c1d1d;
    }

    .message-us-box {
        border: 1px solid #000000;
        padding: 10px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
        margin: 10px 0;
    }

    .contact-img {
        width: 550px;
        height: 600px;
        border-radius: 10px;
        background: #eeeeee;
        overflow: hidden;
    }

    .contact-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form-box {
        width: 450px;
    }

    .contact-box-right-form p {
        text-align: center;
    }

    .contact-box-right-form strong{
        font-family: ProximaNova-Bold;
    }


    .carousel-inner{
        height: 450px;
    }

    .carousel-item{
        height: 450px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }
}



