@font-face {
    font-family: 'Conv_ITCAvantGardeStd-BkCn';
    src: url('../fonts/ITCAvantGardeStd-BkCn.eot');
    src: local('☺'), url('../fonts/ITCAvantGardeStd-BkCn.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-BkCn.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-BkCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ITCAvantGardeStd-XLtCn';
    src: url('../fonts/ITCAvantGardeStd-XLtCn.eot');
    src: local('☺'), url('../fonts/ITCAvantGardeStd-XLtCn.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-XLtCn.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-XLtCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ITCAvantGardeStd-Bold';
    src: url('../fonts/ITCAvantGardeStd-Bold.eot');
    src: local('☺'),
    url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ITCAvantGardeStd-Demi';
    src: url('../fonts/ITCAvantGardeStd-Demi.eot');
    src: local('☺'), url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Demi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ITCAvantGardeStd-DemiCn';
    src: url('../fonts/ITCAvantGardeStd-DemiCn.eot');
    src: local('☺'), url('../fonts/ITCAvantGardeStd-DemiCn.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-DemiCn.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-DemiCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ITCAvantGardeStd-DemiObl';
    src: url('../fonts/ITCAvantGardeStd-DemiObl.eot');
    src: local('☺'), url('../fonts/ITCAvantGardeStd-DemiObl.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-DemiObl.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-DemiObl.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type="text"], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: -webkit-calc(3em + 2px);
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid rgba(17, 50, 101, 0.35);
    border-radius: 1.5em;
    background: #fff;
    resize: none;
    outline: none;
}

textarea {
    height: 100px;
}

input[type="text"][required]:focus, textarea[required]:focus {
    border-color: rgba(76, 175, 80, 0.35);
}

input[type="text"][required]:focus + label[placeholder]:before,
textarea[required]:focus + label[placeholder]:before {
    color: #000;
}
input[type="text"][required]:focus + label[placeholder]:before,
input[type="text"][required]:valid + label[placeholder]:before,
textarea[required]:focus + label[placeholder]:before,
textarea[required]:valid + label[placeholder]:before {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
    -ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

input[type="text"][required]:invalid + label[placeholder][alt]:before,
textarea[required]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}

input[type="text"][required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1em;
    font-weight: normal;
    margin-top: -webkit-calc(-3em - 2px);
    margin-top: calc(-3em - 2px);
    margin-bottom: -webkit-calc((3em - 1em) + 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}

textarea[required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1em;
    font-weight: normal;
    margin-top: -100px;
    margin-bottom: 80px;
}

input[type="text"][required] + label[placeholder]:before, textarea[required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 -webkit-calc(1em + 2px);
    margin: 0 calc(1em + 2px);
    padding: 0 2px;
    color: #000;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    -webkit-background-size: 100% 5px;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

html, body {
    color: #5b5b5b;
    min-width: 320px;
    font-size: 16px;
}

a {
    color: #666;
    text-decoration: none;
    transition: all .4s;
}

#myloader {

    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    text-align: center;
    display: flex; /*采用flex布局*/
    justify-content: center; /*loading-box中的内容 水平居中*/
    align-items: center; /*loading-box中的内容 垂直居中*/

}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex; /*采用flex布局*/
    justify-content: center; /*loading-box中的内容 水平居中*/
    align-items: center; /*loading-box中的内容 垂直居中*/
}

.swiper-slide img {
    width: 100%;
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 20000;
    top: 50%;
    right: 50%;
    height: 5rem;
    margin-top: 10px;
}

.pace .pace-progress:after {
    display: block;
    position: absolute;
    top: 0;
    right: -1rem;
    content: attr(data-progress-text);
    font-family: "ITCAvantGardeStd-XLtCn", sans-serif;
    font-weight: 100;
    font-size: .8rem;
    line-height: 1;
    text-align: center;
    color: #a5845f;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    line-height: 100vh;
    text-align: center;
}

.loadingcontainer {
    display: inline-block !important;
    vertical-align: middle;
}

.loadingcontainer img {
    width: 70%;
    margin-top: -40px;
    vertical-align: middle;
}

.loadingcontainer i {
    font-size: 50px;
    color: #000;
    margin-top: -60px;
    vertical-align: middle;
}

section {
    padding: 100px;
    overflow: hidden;
}

.width {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

ul.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
    html, body{
        font-size: 14px;
    }
    header {
        padding: 0 60px;
    }

    section {
        padding: 60px;
    }

    .title h1 {
        font-size: 4rem;
    }
}


@media screen and (max-width: 1280px) {
    html, body{
        font-size: 12px;
    }

    section {
        padding: 60px;
    }
}


.title {
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
}

.width50 {
    width: 50%
}

.width50new {
    width: 50%
}

.title h1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 6rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
    font-family: "Conv_ITCAvantGardeStd-BkCn"
}

.title h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.title h3 {
    font-size: 1.875rem;
    font-weight: 400;
    padding-bottom: .5rem;
}

.title h4 {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: .5rem;
    margin: 8px 0;
}

.title p {
    color: #999;
    padding-top: .5rem;
}

.title span.iconfont {
    font-size: 1.875rem;
    color: #000;
}

.pc {
    display: block;
}

.mb {
    display: none;
}


.probtn a.am-btn {
    color: #fff;
}

.protextbox {
    padding-top: 30px;
    padding-left: 70px;
}

.protitle h1 {
    font-family: ITCAvantGardeStd, "Noto Sans SC";
    font-weight: 100;
    font-size: 50px;
    line-height: normal;
    display: block;
}

.protitle span {
    font-weight: 500;
    font-size: 32px;
}

.protitle span .proPhone {
    display: inline-block;
    font-size: 14px;
    width: 122px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #eee;
    background-color: #fafafa;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
    color: #000;
}

.subtitle {
    font-family: "Noto Sans SC";
    font-weight: 100;
    font-size: 28px;
    padding: 40px 0 20px;
}

.procotext p {
    color: #848484;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 100;
}

.probtn {
    padding-top: 40px;
}

.mbuy {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    width: 145px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
}

.mbuy:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 145px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    background: #b9966f;
    border-radius: 100px;
    display: inline-block;
}

.prodetail {
    color: #000;
    font-weight: 100;
    text-decoration: none;
    border: 2px solid #000;
    background: #ffffff;
    text-align: center;
    width: 145px;
    height: 46px;
    line-height: 46px;
    border-radius: 100px;
    display: inline-block;
}

.prodetail:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #000;
    text-align: center;
    width: 145px;
    height: 46px;
    line-height: 46px;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
}



@media screen and (max-width: 992px) {
    section {
        padding: 30px 3%;
    }
}

@media (max-width: 768px) {
    .pc, .protitle span .proPhone {
        display: none;
    }

    .mb {
        display: block;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .title {
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .title h1 {
        font-size: 50px;
        line-height: normal;
    }

    .title p {
        color: #999;
        font-size: 0.8rem;
        padding: 1rem 0;
    }

    .title h2 {
        font-size: 32px;
        border-bottom: 0px #f6f6f6 solid
    }

    .title h3 {
        font-size: 22px;
        border-bottom: 0px #f6f6f6 solid
    }

    .protitle h1 {
        font-family: ITCAvantGardeStd;
        font-weight: 100;
        font-size: 40px;
    }

    .protitle span {
        font-family: "Noto Sans SC";
        font-size: 24px;
        font-weight: 500;
    }

    .subtitle {
        font-family: "Noto Sans SC";
        font-weight: 100;
        font-size: 22px;
        padding: 0.5rem 0;
    }

    .procotext {
        color: #848484;
        font-size: 14px;
        line-height: 20px;
    }

    .title h4 {
        font-size: .85rem;
        border-bottom: 0px #f6f6f6 solid
    }
}