/* 复用样式 */
.w1000 {
    width: 1000px;
    margin: 0 auto;
}

/* 版块title */
.zzzr_title {
    font-size: 33px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.zzzr_title > span {
    font-size: 33px;
    font-family: "Microsoft YaHei";
    color: #ffbe07;
}

/*  轮播  */
.banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.unslider-arrow06 img {
    width: 10px;
    height: auto;
}

#b06 {
    width: 640px;
}

#b06 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

#b06 .dots li {
    box-sizing: content-box;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b06 .dots li.active {
    background: #fff;
    opacity: 1;
}

#b06 .arrow {
    position: absolute;
    top: 200px;
}

#b06 #al {
    left: 15px;
}

#b06 #ar {
    right: 15px;
}

.bannerbox {
    position: relative;
    width: 100%;
}

/*  轮播 end  */

/* 获取精准报价 */
.quote-wrap {
    width: 260px;
    height: 360px;
    position: absolute;
    top: 20px;
    right: 100px;
    margin-top: 20px;
    overflow: hidden;
    z-index: 999;
    background: rgba(192, 203, 250, 0.5);
    padding: 10px;
    border-radius: 20px;
}

.quote-box {
    padding: 13px 15px;
}

.quote-box h2 {
    font-size: 16px;
    text-align: center;
    color: #ffc005;
    margin-bottom: 15px;
}

.quote-int {
    width: 100%;
    margin: 35px auto 15px;
}

.qualified-type {
    margin: 20px auto;
}

.qualified-type label {
    font-size: 14px;
    color: #fff;
}

.qualified-type select,
.qualified-type input {
    width: 148px;
    height: 2.5em;
    margin-left: 15px;
    border: 1px solid #eee;
}

.qualified-type select {
    color: #888;
}

.qualified-type input {
    text-indent: 1em;
    text-align: left;
}

/* 提交/重置 */
.submitbox {
    margin: 10px 0;
    text-align: center;
}

.submitbox button {
    padding: 8px 20px;
    background-color: #ffc005;
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}

.carousel-show {
    width: 100%;
    height: 3em;
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
}

.carousel-show ul {
    position: relative;
    /* transform: translateY(0,0); */
    transition: all .4s;
}

.carousel-show ul li {
    color: #fff;
}

.item li a font {
    display: inline-block;
    /* padding-left: 30px; */
}

.item li a {
    display: block;
    height: 100%;
    color: #898989;
    position: relative;
}

.item li {
    color: #4D4D4D;
    float: left;
    width: 124px;
    border-top: 1px solid #E3E6EE;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #E3E6EE;
    text-align: center;
    font-size: 14px;
}

.item {
    overflow: hidden;
    background: #F5F6FA;
    border-bottom: 1px solid #E3E6EE;
    height: 103px;
    margin-top: 10px;
}

/* 获取精准报价end */

/* 商务热线 */
.base_phone,
.base_phone-left,
.base_phone-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.base_phone {
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 50px;
}

.base_phone-left {
    width: 610px;
    height: 58px;
    background: #fff;
    border: 1px solid #ffc005;
    padding-left: 32px;
    font-size: 22px;
    color: #ffc005;
    border-radius: 29px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.base_phone-left .business-phone-number{
  font-size: 22px;
  color: #ffc005;
}
#businessSwiper1,
#businessSwiper2{
  margin: 0 !important;
}
.base_phone-left img.tel-icon {
    width: 26px;
    height: 26px;
    margin-right: 16px;
}

.base_phone-right {
    width: 236px;
    height: 60px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 192, 5) 0%, rgb(255, 157, 28) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 192, 5) 0%, rgb(255, 157, 28) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 192, 5) 0%, rgb(255, 157, 28) 100%);
    background-image: linear-gradient(90deg, rgb(255, 192, 5) 0%, rgb(255, 157, 28) 100%);
    border-radius: 29px;
    margin-left: 35px;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-left: -85px;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.base_phone-right > a {
    color: #fff;
}

.base_phone-right img.head-icon {
    width: 28px;
    height: 26px;
    margin-right: 7px;
}

/* 八重保障 */
.zzzr_guarantee {
    padding: 48px 0 68px 0;
    background-color: #f7f7f7;
}

.zzzr_guarantee ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}

.zzzr_guarantee ul > li {
    float: left;
    width: 480px;
    height: 64px;
    text-align: left;
    border: 1px solid #0852a3;
    margin-bottom: 30px;
}

.zzzr_guarantee ul > li:nth-child(odd) {
    margin-right: 30px;
}

.zzzr_guarantee ul > li > b, .zzzr_guarantee ul > li > p {
    display: inline-block;
}

.zzzr_guarantee ul > li > b {
    width: 85px;
    height: 100%;
    background-color: #0852a3;
    line-height: 62px;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
}

.zzzr_guarantee ul > li > p {
    font-size: 16px;
    color: #333333;
    padding-left: 18px;
}