/*.modal-header .modal-title{*/
/*    font-size: 20px;*/
/*}*/
li.empty{
    border:none!important;
    box-shadow: none!important;
}
#masonry li{
    width: 25%;
    padding: 10px;
    margin: 0;
}

.logo-color,._mini .logo-white{
    display: none;
}
._mini .logo-color{
    display: block;
}
.inner_container{
    padding:60px 0;
}
.tips-show{
    padding: 10px;
}
.tips-show img{
    width: 120px;
    margin: 0;
}
.home_pro .item{
    padding: 40px 0 20px;
    border-bottom:1px solid #eee;
}

.title{
    text-align: center;
    color: #000;
    overflow: hidden;
}
.title h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.title h2 {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.title .t1{
    font-size: 20px;
}
.title .t2{
    font-size: 16px;
}
.title .t1:after{
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background-color: #cf040b;
    margin: 10px auto;
}
.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;
}
.web_btn{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    border: none;
    background: url('/theme/default/images/web-btn.png') 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    filter: gray;
    transition: all .5s;
}
.web_btn:hover{
    -moz-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    -o-filter: grayscale(60%);
    filter: grayscale(60%);
    opacity: 1;
}
.page-bg{
    background-color: #eee;
}
.page-bg .width{

}
.modal-body input{
    border-radius: 5px!important;
    margin-bottom: 5px!important;
}
.modal-body .form-group{
    margin-bottom: 0;
}
section{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.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: 3px;
    background: #fff;
    resize: none;
    outline: none;
}
.web_color{
    color: #9a2221;
}
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);
}
.menu .menu-name{
    font-size: 18px;
    font-weight: bold;
    border-color: #9a2221;
}
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: -105px;
    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;
}


.banner .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: 1400px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    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%;
}

.icon-type-1{
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.icon-type-1 li p{
    line-height: normal;
    font-size: 18px;
}
.icon-type-1 li span{
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    line-height: 80px;
    text-align: center;
    font-size: 42px;
    color: #666;
    border: 2px solid #666;
    border-radius: 50%;
}
.icon-type-1 li .content{
    padding-top: 20px;
    margin-left: 20px;

}
.icon-type-1 .bk{
    width: 191px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 22px;
    color: #a83019;
    font-weight: bold;
    font-family: KaiTi, MingLiU, Sans-Serif;
    background: #fff url('/theme/default/images/bk-bg.png') 0 0 no-repeat;
}
@media screen and (max-width: 1440px) {
    html, body{
        font-size: 14px;
    }
    .width{
        max-width: 1200px;
    }
    .title h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .title h2{
        font-size: 18px;
    }
}


@media screen and (max-width: 1280px) {
    html, body{
        font-size: 14px;
    }

}


.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
    }
}