@font-face {
    font-family: 'webfont';
    src: url('fonts/futurademic.eot');
    src: local('☺'), url('fonts/futurademic.woff') format('woff'), url('fonts/futurademic.ttf') format('truetype'), url('fonts/futurademic.svg') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'trmup';
    src: url('fonts/TrumpGothicEast_bold.otf');
    src: local('☺'), url('fonts/TrumpGothicEast_bold.woff') format('woff'), url('fonts/TrumpGothicEast_bold.ttf') format('truetype'), url('fonts/TrumpGothicEast_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.am-table {
    width: 100%;
    margin-bottom: 1.6rem;
    border-spacing: 0;
    border-collapse: separate
}

.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
    padding: .7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.am-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd
}

.am-table > caption + thead > tr:first-child > td, .am-table > caption + thead > tr:first-child > th, .am-table > colgroup + thead > tr:first-child > td, .am-table > colgroup + thead > tr:first-child > th, .am-table > thead:first-child > tr:first-child > td, .am-table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.am-table > tbody + tbody tr:first-child td {
    border-top: 2px solid #ddd
}

.am-table-bordered {
    border: 1px solid #ddd;
    border-left: none
}

.am-table-bordered > tbody > tr > td, .am-table-bordered > tbody > tr > th, .am-table-bordered > tfoot > tr > td, .am-table-bordered > tfoot > tr > th, .am-table-bordered > thead > tr > td, .am-table-bordered > thead > tr > th {
    border-left: 1px solid #ddd
}

.am-table-bordered > tbody > tr:first-child > td, .am-table-bordered > tbody > tr:first-child > th {
    border-top: none
}

.am-table-bordered > thead + tbody > tr:first-child > td, .am-table-bordered > thead + tbody > tr:first-child > th {
    border-top: 1px solid #ddd
}
.am-table > tbody > tr.am-active > td, .am-table > tbody > tr.am-active > th, .am-table > tbody > tr > td.am-active, .am-table > tbody > tr > th.am-active, .am-table > tfoot > tr.am-active > td, .am-table > tfoot > tr.am-active > th, .am-table > tfoot > tr > td.am-active, .am-table > tfoot > tr > th.am-active, .am-table > thead > tr.am-active > td, .am-table > thead > tr.am-active > th, .am-table > thead > tr > td.am-active, .am-table > thead > tr > th.am-active {
    background-color: #ffd
}

.am-table > tbody > tr.am-disabled > td, .am-table > tbody > tr.am-disabled > th, .am-table > tbody > tr > td.am-disabled, .am-table > tbody > tr > th.am-disabled, .am-table > tfoot > tr.am-disabled > td, .am-table > tfoot > tr.am-disabled > th, .am-table > tfoot > tr > td.am-disabled, .am-table > tfoot > tr > th.am-disabled, .am-table > thead > tr.am-disabled > td, .am-table > thead > tr.am-disabled > th, .am-table > thead > tr > td.am-disabled, .am-table > thead > tr > th.am-disabled {
    color: #999
}

.am-table > tbody > tr.am-primary > td, .am-table > tbody > tr.am-primary > th, .am-table > tbody > tr > td.am-primary, .am-table > tbody > tr > th.am-primary, .am-table > tfoot > tr.am-primary > td, .am-table > tfoot > tr.am-primary > th, .am-table > tfoot > tr > td.am-primary, .am-table > tfoot > tr > th.am-primary, .am-table > thead > tr.am-primary > td, .am-table > thead > tr.am-primary > th, .am-table > thead > tr > td.am-primary, .am-table > thead > tr > th.am-primary {
    color: #0b76ac;
    background-color: rgba(14, 144, 210, .115)
}

.am-table > tbody > tr.am-success > td, .am-table > tbody > tr.am-success > th, .am-table > tbody > tr > td.am-success, .am-table > tbody > tr > th.am-success, .am-table > tfoot > tr.am-success > td, .am-table > tfoot > tr.am-success > th, .am-table > tfoot > tr > td.am-success, .am-table > tfoot > tr > th.am-success, .am-table > thead > tr.am-success > td, .am-table > thead > tr.am-success > th, .am-table > thead > tr > td.am-success, .am-table > thead > tr > th.am-success {
    color: #5eb95e;
    background-color: rgba(94, 185, 94, .115)
}

.am-table > tbody > tr.am-warning > td, .am-table > tbody > tr.am-warning > th, .am-table > tbody > tr > td.am-warning, .am-table > tbody > tr > th.am-warning, .am-table > tfoot > tr.am-warning > td, .am-table > tfoot > tr.am-warning > th, .am-table > tfoot > tr > td.am-warning, .am-table > tfoot > tr > th.am-warning, .am-table > thead > tr.am-warning > td, .am-table > thead > tr.am-warning > th, .am-table > thead > tr > td.am-warning, .am-table > thead > tr > th.am-warning {
    color: #F37B1D;
    background-color: rgba(243, 123, 29, .115)
}

.am-table > tbody > tr.am-danger > td, .am-table > tbody > tr.am-danger > th, .am-table > tbody > tr > td.am-danger, .am-table > tbody > tr > th.am-danger, .am-table > tfoot > tr.am-danger > td, .am-table > tfoot > tr.am-danger > th, .am-table > tfoot > tr > td.am-danger, .am-table > tfoot > tr > th.am-danger, .am-table > thead > tr.am-danger > td, .am-table > thead > tr.am-danger > th, .am-table > thead > tr > td.am-danger, .am-table > thead > tr > th.am-danger {
    color: #dd514c;
    background-color: rgba(221, 81, 76, .115)
}
.am-scrollable-horizontal {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}
body{
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
.am-scrollable-horizontal {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.title h2.en{
    font-family: webfont;
    text-transform: uppercase;
}
li.empty{
    box-shadow: none!important;
    padding: 0!important;
    border: none!important;
    margin: 0!important;
}
.web_btn{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    border: none;
    -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;
    overflow: hidden;
}
.page-bg .width{

}
.modal-body input{
    border-radius: 5px!important;
    margin-bottom: 5px!important;
}
.modal-body .form-group{
    margin-bottom: 0;
}
.li_border li{
    border: 1px solid #ddd;
}
section{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.ITCAvantGardeStd{
    /*font-family: 'Conv_ITCAvantGardeStd-DemiCn';*/
    font-family: 'webfont';
}
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;
    background: #fff;
    resize: none;
    outline: none;
}
.web_color{
    color: #00643a;
}
textarea {
    height: 125px;
}

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: -130px;
    margin-bottom: 110px;
}

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;
}
.inner_container{
    padding: 60px 0;
}
.width {
    width: 80%;
    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;
}
.flex > li{
    margin-bottom: 15px;
}
.flex .ax-breadcrumb li{
    margin-bottom: 0;
}
.flex li .ax-title{
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
}
.flex li .ax-title a{
    display: block;
    line-height: inherit;
}
.flex li.empty{
    margin: 0!important;
    padding: 0!important;
    box-shadow: none!important;
    border: none!important;
    background: transparent!important;
}
.flex li.empty:before,.flex li.empty:after{
    display: none!important;
}
.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%;
}
/* Common style */
.grid{
    position: relative;
    height: 100%;
}
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 16px;
}
figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    font-size: 40px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;

}

figure.effect-bubba p {
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-bubba:hover p{
    font-size: 15px;
    padding: 30px;
}
.icon-list li{
    text-align: center;
}
.icon-list span{
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #abcd03;
    font-size: 40px;
    color: #abcd03;
    margin: 0 auto 15px;
}
.title{
    text-align:center;
    padding:0 10px;
    line-height: 50px;
    overflow: hidden;
}
.title span.iconfont{
    font-size: 16px;
}

.title h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 500;
    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;
}


.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;

}

@media screen and (max-width: 1440px) {
    html, body{
        font-size: 14px;
    }
    .title h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .title h2{
        font-size: 18px;
    }
    .width{
        width: 90%;

    }
}


@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: 24px;
        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
    }
}
.left-bg{
    height: 55px;
    width: calc(60% - 55px);
    float: left;
    background-color: #eee;
    padding-left: 10%;
    position: relative;
    margin-top: 55px;
}
.left-bg:after{
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    right: -55px;
    bottom: 0;
    display: block;
    border-top: 55px solid #eee;
    border-right: 55px solid transparent;
    background-color: #fff;
}
.right-bg{
    height: 55px;
    padding-right: 10%;
    float: right;
    width: calc(40% - 55px);
    background-color: rgba(214, 49, 42, 0.63);
    position: relative;
}
.right-bg:after{
    content:'';
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    left: -55px;
    bottom: 0;
    border-bottom: 55px solid rgba(214, 49, 42, 0.63);
    border-left: 55px solid transparent;
}
@media screen and (max-width: 1600px) {
    .width{
        width: 85%;
    }
    .left-bg{
        padding-left: 7.5%;
    }
    .right-bg{
        padding-right: 7.5%;
    }
}
@media screen and (max-width: 1440px) {
    .width{
        width: 90%;
    }
    .left-bg{
        padding-left: 5%;
    }
    .right-bg{
        padding-right: 5%;
    }

}
@media screen and (max-width: 992px) {
    .width{
        width: 94%;
    }
    .title .t1{
        padding: 0;
        line-height: normal;
    }
    .title .t1:after{
        margin: 5px auto;
    }
}