.am-container {
    max-width: 1200px;
}
.am-topbar-brand {
    font-size: 16px;
    height: auto;
    line-height: 40px;
}
.get {
    background: #1E5B94;
    color: #fff;
    text-align: center;
}
.get-title {
    font-size: 36px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 20px;
    display: inline-block;
}
.get-title img {
    max-width: 100px;
}
.get-title-detail {
    font-size: 1.75rem;
    padding-top: 10px;
}
.detail-tips1 {
    font-size: 16px;
    color: #999999;
}
.detail-h2 {
    text-align: center;
    font-size: 3.25rem;
    color: #ccc;
    margin-bottom: 50px;
}
.bg-slice {
    background-color: #2d3e50 !important;
}
.hope-img img {
    max-width: 28rem;
}
.footer p {
    color: #7f8c8d;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #2d3e50;
}
.get {
    background-image: url(http://xz.bzyinxiao.com/static/images/landpage9/assets/images/bg_banner.jpg);
    background-size: cover !important;
    position: relative !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.get-mask {
    height:100%;
    width:100%;
    background-color: #2b5b84;
    opacity: 0.00;
    padding: 100px 0 100px;
}
.hov:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transition: all .3s;
}
/**defined**/
.slice {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.am-gallery-default>li {
    padding: 0.55rem 0.35rem;
}
.version_box {
    margin-bottom: 30px;
}
.version_box li {
    padding: 5px 12px;
}
.version_box .version_detail {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px;
    box-shadow: 0 0 5px 2px #a3afb7;
    border-radius: 10px;
    text-align: center;
}
.version_box .version_detail:hover {
    cursor: pointer;
    box-shadow: 0 0 6px 6px #999;
}
.version_box .version_detail img {
    width: 100%;
    margin: 2px auto 0;
}
.version_box .version_detail .info {
    padding: 10px 20px;
    color: #ddd;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.version_box .version_detail .info button {
    margin-top: 10px;
}

.service-wrapper .service-content .box {
    min-height: 185px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    background: url(http://xz.bzyinxiao.com/static/images/landpage9/assets/images/bgcrul.png) center top no-repeat;
    width: 156px;
    margin: 0 50px;
}
.service-wrapper .service-content .box h4 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 20px;
    margin-top: 80px;
    height: 22px;
    color: #666;
}
.service-wrapper .service-content .box em {
    float: left;
    width: 85px;
    height: 85px;
    margin: 0;
    padding: 0;
    margin-left: 46px;
    font-size: 30px;
    margin-top: 30px;
    background: url(http://xz.bzyinxiao.com/static/images/landpage9/assets/images/tit3bg.png) no-repeat;
}
.service-wrapper .service-content .box.b1 em{background-position:0px 0px}
.service-wrapper .service-content .box.b2 em{background-position:-262px 0px}
.service-wrapper .service-content .box.b3 em{background-position:-527px 0px}
.service-wrapper .service-content .box.b4 em{background-position:-789px 0px}

.btn_box {
    margin-top: 15px;
}
.btn_box .btn_red {
    background: linear-gradient(to bottom, #e3686d, #dc5158);
    color: #fff;
}
.btn_box .btn_blue {
    background: linear-gradient(to bottom, #7d8efa, #2b5b84);
    color: #fff;
}
.btn_box .btn_kf {
    border: 0;
    width: 233px;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px rgb(107 22 2 / 45%);
}
.headertop_btn_box .btn_blue {
    background: linear-gradient(to bottom, #7d8efa, #2b5b84);
    color: #fff;
    border: 0;
    width: 155px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px rgb(107 22 2 / 45%);
}
.product_info a{
    color: #7f8c8d;
    cursor: pointer;
    text-decoration: underline;
}