@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;
}
@font-face {
    font-family: 'Conv_KlavikaMedium-Italic';
    src: url('../fonts/KlavikaMedium-Italic.eot');
    src: local('☺'), url('../fonts/KlavikaMedium-Italic.woff') format('woff'), url('../fonts/KlavikaMedium-Italic.ttf') format('truetype'), url('../fonts/KlavikaMedium-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ITCAvantGardeStd{
    /*font-family: 'Conv_ITCAvantGardeStd-DemiCn';*/
    font-family: 'Conv_ITCAvantGardeStd-BkCn';
}
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 #ccc;
    border-radius: 1.5em;
    background: #fff;
    resize: none;
    outline: none;
}
.web_color{
    background-image: linear-gradient(#0688ff, #f72e2a);
    background-image: none\0;
    background-color: #05a3cc;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: left top;
    background-repeat: repeat;
}
textarea {
    height: 100px;
}

input[type="text"][required]:focus, textarea[required]:focus {
    border-color: rgba(16, 91, 163, 0.35);
}

input[type="text"][required]:focus + label[placeholder]:before,
textarea[required]:focus + label[placeholder]:before {
    color: #105ba3;
}
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:#666;
    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: #000;
    min-width: 320px;
    font-size: 16px;
}

a {
    color: #000;
    text-decoration: none;

}

#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:#e30202;
    margin-top: -60px;
    vertical-align: middle;
}

.width {
    max-width: 1320px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.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;
}
.list-2 li{
    width: 48%;
}

.list-3 li{
    width: 31%;
}

.list-4 li{
    width: 23%;
}

.list-5 li{
    width: 18%;
}
.list-6 li{
    width: 15%;
}
.title{
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    overflow: hidden;
}
.title h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.title h2 {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.title img{
    vertical-align:top;
}
.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 {
    padding-top: .5rem;
}

.title span.iconfont {
    font-size: 1.875rem;
    color:#e30202;
}

@media screen and (max-width: 1440px) {
    html, body{
        font-size: 14px;
    }
    .title h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .title h2{
        font-size: 18px;
    }
}


@media screen and (max-width: 1280px) {
    html, body{
        font-size: 12px;
    }

}


.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:#e30202;
}

.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:#e30202;
    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: #e35016;
    border-radius: 100px;
    display: inline-block;
}

.prodetail {
    color:#e30202;
    font-weight: 100;
    text-decoration: none;
    border: 2px solid#e30202;
    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:#e30202;
    text-align: center;
    width: 145px;
    height: 46px;
    line-height: 46px;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
}
.gPageTop{
    position: relative;
    z-index: 4;
}
.go_top{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    top: -90px;
    right: 122px;
    color: #fff;
    border-radius: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    outline: none;
    cursor: pointer;
    border: none;
    background: none;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.go_top > b {
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 34;
}
.go_top:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    position: absolute;
    z-index: 2;
    top: 23px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.go_top:after{
    content: "";
    display: block;
    background: #000;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #000;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.go_top:hover {
    color: #000;
}
.go_top:hover::before {
    border-color: #000;
}
.go_top:hover::after {
    background-color: #fff;
}
@media screen and (max-width: 992px) {
    .width{
        padding: 0;
        width: 100%;
    }
    section {
        padding: 30px 3%;
    }
    .go_top {
        width: 50px;
        height: 50px;
        top: -55px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .go_top::before {
        width: 10px;
        height: 10px;
        top: 6px;
    }
    .go_top > b {
        font-size: 12px;
    }
    .inner-mask {
        height: 50px;
        width: 100%;
        left: 0;
        background: #fff;
        /*border-top: 1px solid #eaeaea;*/
        border-bottom: 1px solid #eaeaea;
        z-index: 9;
        display: none;
        position: absolute;
        top: 60px;
    }

    .inner-mask-head {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        z-index: 99;
        padding: 0 4%;
    }

    .inner-mask-window li {
        float: left;
    }

    .inner-mask-window a {
        font-size: 14px;
        color: #555;
        display: block;
        float: left;
        padding: 10px;
        border: 1px solid #f5f5f5;
        background: #fafafa;
        border-radius: 4px;
        margin: 1%;
        width: 31.33333%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }

    .inner-mask-window {
        z-index: 99;
        padding:20px 3%;
        overflow: hidden;
        background: #fff;
        position: relative;
        top: -1px;
        border-top: 1px solid #eaeaea;
    }


    .mask-open {
        position: absolute;
        top: 10px;
        right: 0;
        width: 60px;
        height: 40px;
        z-index: 99;
        background: url('//static.westarcloud.com/5ab9f1bda624634ee3649458/images/mwb.png') no-repeat right center;
        background-size: cover;
    }
    .mask-all {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 8;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .mask-close {
        height:50px;
        width: 50px;
        background: url("/theme/default/images/heise2.png") no-repeat center;

        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
    }
}

@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: 32px;
        font-weight: 500;
        bottom: 10px;
        line-height: normal;
    }

    .title h2 {
        font-size: 22px;
        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: 32px;
    }

    .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
    }
}