
/**price begin**/

.price_c {
    width: 100%;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.price_mid {
    width: 100%;
    padding-bottom: 80px;
    background: white;
}

.container .title {
    position: relative;
    padding: 60px 0 40px;
    text-align: center;
}

.container .title strong {
    display: inline-block;
    margin-right: 0 !important;
}

.container .title strong span {
    display: inline-block;
    font-family: 'Microsoft Yahei';
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    position: relative;
}

.container .title strong span:before {
    position: absolute;
    display: block;
    content: "";
    left: -50px;
    top: 4px;
    background: url(../images/price_tit_zsl.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
}

.container .title strong span:after {
    position: absolute;
    display: block;
    content: "";
    right: -50px;
    top: 4px;
    background: url(../images/price_tit_zsr.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
}

.container .title p {
    padding-top: 5px;
    line-height: 24px;
    color: #666;
}

.why_lf {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/price_one.jpg) no-repeat center top;
    height: 600px;
    position: relative;
}

.why_lf .left_01 {
    position: absolute;
    width: 226px;
    left: 70px;
    top: 88px;
}

.why_lf .txt b {
    font-size: 20px;
    font-weight: bold;
    color: #fe9422;
    display: block;
}

.why_lf .txt p {
    font-size: 14px;
    display: block;
    line-height: 20px;
    margin-top: 5px;
}

.why_lf .left_02 {
    position: absolute;
    width: 226px;
    left: 70px;
    top: 276px;
}

.why_lf .left_03 {
    position: absolute;
    width: 226px;
    right: 70px;
    top: 88px;
}

.why_lf .left_04 {
    position: absolute;
    width: 226px;
    right: 70px;
    top: 276px;
}

.why_lf .left_05 {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: 462px;
    text-align: center;
}

.why_des {
    width: 1200px;
    margin: 0 auto;
}

.why_des .des_pic {
    width: 300px;
    height: 400px;
    background: white;
    padding-top: 60px;
    float: left;
    margin-right: 20px;
}

.why_des .des_pic .pic {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    overflow: hidden;
    margin: 0 auto;
}

.why_des .des_pic .pic img, .why_des .wy_des_case li img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.why_des .des_pic span {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    display: block;
}

.why_des .des_pic p {
    font-size: 14px;
    color: #666;
    padding: 10px 30px 0;
}

.why_des .des_pic a {
    margin: 20px auto;
    width: 160px;
    display: block;
}

.why_des .wy_des_case {
    float: left;
    display: block;
    width: 880px;
    overflow: hidden;
}

.why_des .wy_des_case li {
    display: block;
    width: 280px;
    height: 190px;
    background: white;
    float: left;
    position: relative;
}

.why_des .wy_des_case li:nth-child(1) {
    width: 580px;
    height: 400px;
    margin-right: 20px;
}

.why_des .wy_des_case li:nth-child(2) {
    margin-bottom: 20px;
}

.why_des .wy_des_case li span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: white;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.price_hc {
    background: url(../images/price_hc_bg.jpg) no-repeat center -24px;
    height: 565px;
    width: 1200px;
    margin: 0 auto;
}

.price_hc .txt {
    margin-left: 440px;
    margin-bottom: 90px;
    padding-top: 20px;
}

.price_hc .txt h4 {
    font-size: 20px;
    font-weight: bold;
}

.price_hc .txt span {
    color: #666;
    display: block;
    width: 480px;
    margin-top: 20px;
}

@-webkit-keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

.price {
    height: 788px;
    background: url(../images/price_bg.jpg) no-repeat center top;
    overflow: hidden;
    position: relative;

}
.clear::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.price .container {
    width: 1000px;
    height: 460px;
    margin-top: 238px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.price form {
    float: left;
    position: relative;
    width: 500px;
    height: 100%;
    padding: 40px 99px 40px 40px;
    border-right: 1px solid #e8e8e8;
}

.price form p.titles {
    margin-bottom: 26px;
    font-size: 12px;
    color: #666;
}

.price form p.titles i {
    margin: 0 5px;
    color: #fe9422;
    font-weight: bold;
}

.price form p.titles strong {
    font-size: 20px;
    color: #000;
    margin-right: 5px;
}

.price form .ipt-row {
    margin-top: 15px;
}

.price form .ipt-row label {
    float: left;
    display: block;
    width: 90px;
    line-height: 40px;
}

.price form .ipt-row label::after {
    content: '\002a';
    display: inline-block;
    color: #e60012;
    line-height: 25px;
    vertical-align: -2px;
}

.price form .ipt-row .ipt-row-box {
    float: right;
    width: 270px;
    height: 40px;
}

.price form .ipt-row .ipt-row-box.area {
    position: relative;
}

.price form .ipt-row .ipt-row-box.area::after {
    content: '\33a1';
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 10px;
}

.price form .ipt-row .ipt-row-box .layui-input, .price form .ipt-row .ipt-row-box .layui-select {
    height: 40px;
}

.price form .ipt-row .ipt-row-box .layui-form-select {
    float: left;
    width: 130px;
    margin-right: 10px;
}

.price form .ipt-row .ipt-row-box .layui-form-select:last-child {
    margin-right: 0;
}

.price form .ipt-row .ipt-row-box.thr {
    margin-top: 15px;
}

.price form .ipt-row .ipt-row-box.thr .layui-form-select {
    width: 82px;
}

.price form .ipt-row .ipt-row-box.thr .layui-form-select:last-child {
    width: 86px;
}

.price form p.tips {
    color: #fe9422;
    margin-top: 25px;
    text-indent: 90px;
}

.price form a.submit {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 180px;
    right: -60px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.price form a.submit::before {
    content: '\0020';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #fe9422;
    border-radius: 50%;
}

.price form a.submit:hover::after {
    content: '\0020';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #fe9422;
    border-radius: 50%;
    -webkit-animation: beat 1s infinite linear;
    animation: beat 1s infinite linear;
}

.price form a.submit cite {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-top: 41px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #000;
    z-index: 1;
}

.price .result {
    float: left;
    width: 500px;
    padding: 40px 40px 40px 100px;
}

.price .result p.total {
    font-size: 20px;
    text-align: center;
}

.price .result p.total em {
    color: #fe9422;
    margin: 0 10px;
}

.price .result dl {
    border: 1px solid #e8e8e8;
    margin: 25px 0;
    overflow: hidden;
    text-align: center;
    height: 280px;
}
.price .result dl .swiper-container{
    height: 280px;
    
}

.price .result dl dd {
    line-height: 50px;
}
.price .result dl dt {
    font-weight: bold;
}

.price .result dl em {
    display: inline-block;
    width: 75px;
    text-align: center;
    color: #fe9422;
}

.price .success {
    width: 100%;
    padding: 10px 30px;
}

.price .success .swiper-slide {
    text-align: justify;
    color: #000;
    line-height: 42px;
}

.price .success .swiper-slide span:last-child {
    float: right;
}

.price_hc_t {
    width: 100%;
}

.sale, .price_hc_t .txt, .price_suc {
    width: 1230px;
    margin: 0 auto;
}

.sale ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sale ul li {
    width: 296px;
    float: left;
    margin-right: 15px;
    background: url(../images/price_salebg.jpg) no-repeat white;
    padding: 220px 30px 30px 30px;
    text-align: center;
}

.sale ul li h4 {
    font-size: 20px;
}

.sale ul li p {
    color: #999;
    margin-bottom: 30px;
    font-size: 14px;
}

.sale ul li a {
    display: block;
    background: white;
    border: 1px solid#fe9422;
    color: #fe9422;
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 2px;
}

.sale ul li a:hover {
    color: #fe9422;
}

.sale ul li:first-child {
    background-position: 116px 30px;
}

.sale ul li:nth-child(2) {
    background-position: -196px 30px;
}

.sale ul li:nth-child(3) {
    background-position: -496px 30px;
}

.sale ul li:nth-child(4) {
    background-position: -796px 30px;
    margin-right: 0;
}

.price .result dl dt em {
    width: 45px;
    font-weight: bold;
}

.price .result p.notes {
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.price_offer {
    padding: 40px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.price_offer ul {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.price_offer ul li {
    display: block;
    width: 264px;
    float: left;
    margin-right: 47px;
    cursor: pointer;
}

.price_offer ul li:last-child {
    margin-right: 0;
}

/**price end**/

/**process begin**/

.process_banner {
    height: 800px;
    background: url(../images/single/process_banner.jpg) no-repeat center top;
}

.pro-block-1 {
    height: 520px;
    background: url(../images/single/pro_1.jpg) no-repeat center top;
}

.pro-block-2 {
    height: 850px;
    background: url(../images/single/pro_2.jpg) no-repeat center top;
}

.pro-block-31 {
    height: 484px;
    background: url(../images/single/pro_3_1.jpg) no-repeat center top;
}

.pro-block-32 {
    height: 484px;
    background: url(../images/single/pro_3_2.jpg) no-repeat center top;
}

.pro-block-3 {
    padding: 245px 0 100px;
    background: url(../images/single/pro_3_title.png) no-repeat center 80px;
}

.pro-block-3 .swiper-tab {
    margin-bottom: 55px;
}

.pro-block-3 .swiper-tab a {
    display: inline-block;
    width: 195px;
    margin-left: 6px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    background-color: #3d3d3d;
    color: #b7b7b7;
    outline: none;
}

.pro-block-3 .swiper-tab a:first-child {
    margin-left: 0;
}

.pro-block-3 .swiper-tab .tab-bullet-active {
    background-color: #ffc519;
    color: #3d3d3d;
}

.pro-block-3 strong {
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    text-indent: 12px;
    color: #3d3d3d;
    border-left: 4px solid#fe9422;
}

.pro-block-3 p {
    height: 80px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 80px;
    background-color: #efefef;
    color: #3d3d3d;
    text-indent: 16px;
}

.pro-block-3 p span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    text-indent: 0;
}

.pro-block-3 ul {
    margin-top: 24px;
}

.pro-block-3 ul li {
    float: left;
    position: relative;
    width: 440px;
    height: 290px;
    overflow: hidden;
}

.pro-block-3 ul li:nth-child(3n) {
    width: 320px;
}

.pro-block-3 ul li:not(:first-child)::before {
    visibility: hidden;
    content: '\0020';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.pro-block-3 ul li:not(:first-child):hover::before {
    visibility: visible;
    opacity: 1;
}

.pro-block-3 ul li:hover span {
    position: absolute;
    top: 125px;
    left: 50%;
    width: 170px;
    margin-left: -85px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, .8);
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    cursor: default;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.pro-block-3 ul li:hover span:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #141414;
}

.pro-material {
    height: 800px;
    padding-top: 538px;
    background: url(../images/single/pro_material.jpg);
}

.pro-material .container {
    position: relative;
}

.pro-material .swiper-container .swiper-slide img {
    float: left;
    width: 186px;
    height: 70px;
    margin: 0 17px 17px 0;
    object-fit: contain;
    background-color: #fff;
}

.pro-material .swiper-container .swiper-slide img:nth-child(6n) {
    width: 185px;
    margin-right: 0;
}

.pro-material .swiper-container .swiper-slide img:nth-child(n+7) {
    margin-bottom: 0;
}

.pro-material .prev-arrow, .pro-material .next-arrow {
    position: absolute;
    width: 26px;
    height: 50px;
    top: 60px;
    right: 50%;
    margin-right: 620px;
    background: url(../images/single/pro_arrow.png);
    outline: none;
}

.pro-material .next-arrow {
    right: auto;
    left: 50%;
    margin-right: auto;
    margin-left: 620px;
    background-position: 100% 0;
}

.pro-material .swiper-pagination {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

.pro-material .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background-color: transparent;
    margin: 0 6px;
    opacity: 1;
}

.pro-material .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fe9422;
    border-color: #fe9422;
}

.pro-block-4 {
    height: 830px;
    background: url(../images/single/pro_4.jpg) no-repeat center top;
}

.pro-block-41 {
    height: 300px;
    background: url(../images/single/process_02.jpg) no-repeat center top;
}

.pro-block-42 {
    height: 300px;
    background: url(../images/single/process_03.jpg) no-repeat center top;
}

.pro-block-43 {
    height: 300px;
    background: url(../images/single/process_04.jpg) no-repeat center top;
}

.pro-block-44 {
    height: 300px;
    background: url(../images/single/process_05.jpg) no-repeat center top;
}

.pro-block-45 {
    height: 300px;
    background: url(../images/single/process_06.jpg) no-repeat center top;
}

.pro-block-46 {
    height: 300px;
    background: url(../images/single/process_07.jpg) no-repeat center top;
}

.pro-block-47 {
    height: 300px;
    background: url(../images/single/process_08.jpg) no-repeat center top;
}

.pro-block-48 {
    height: 300px;
    background: url(../images/single/process_09.jpg) no-repeat center top;
}

.pro-block-49 {
    height: 80px;
    background: url(../images/single/process_10.jpg) no-repeat center top;
}

.pro-block-5 {
    height: 1050px;
    background: url(../images/single/pro_5.jpg) no-repeat center 65px;
    overflow: hidden;
}

.pro-block-5 .swiper-container {
    width: 930px;
    margin: 750px auto 0;
    padding-bottom: 50px;
}

.pro-block-5 .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 6px;
}

.pro-block-5 .swiper-container .swiper-pagination-bullet-active {
    background-color: #1c1713;
}

.pro-block-6 {
    height: 1240px;
    background: url(../images/single/pro_6.jpg) no-repeat center top;
    overflow: hidden;
}

.pro-block-6 .swiper-container {
    margin: 500px auto 0;
    padding: 90px 0 100px;
}

.pro-block-6 .swiper-container .swiper-slide {
    border: 10px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition-duration: 100ms;
}

.pro-block-6 .swiper-container .swiper-slide::before {
    padding: 21.5% 0;
}

.pro-block-6 .swiper-container .swiper-slide-active {
    transform: scale(1.2);
}

.pro-block-6 .swiper-container .swiper-slide img {
    border-radius: 10px;
}

.pro-block-6 .swiper-container .swiper-pagination {
    z-index: 0;
}

.pro-block-6 .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 6px;
}

.pro-block-6 .swiper-container .swiper-pagination-bullet-active {
    background-color: #1c1713;
}

.pro-block-6 .swiper-container .next, .pro-block-6 .swiper-container .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 24%;
    bottom: 0;
    background: url(../images/single/pro_6_change.png) no-repeat 0 0;
    cursor: pointer;
}

.pro-block-6 .swiper-container .next {
    left: auto;
    right: 24%;
    background-position-x: 100%;
}

/**process end**/

/*single*/

.villa_banner {
    width: 100%;
    height: 800px;
    background: url(../images/single/villa_banner.jpg) no-repeat center top;
}

.villaadv {
    background: url(../images/single/villa_adv.jpg) no-repeat center top;
    width: 100%;
    height: 140px;
    position: relative;
}

.villaform {
    width: 410px;
    height: 410px;
    background: white;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: -132px;
    margin-left: -205px;
    padding: 40px 50px 0 50px;
    z-index: 9;
}

.villaform .title {
    height: 30px;
    width: 100%;
    background: url(../images/single/villa_form_title.jpg) no-repeat center top;
}

.layui-form.price {
    margin-top: 35px;
}

.layui-form-select dl {
    padding: 0;
}

.layui-form.price input, .layui-form-select dl dd {
    font-size: 14px;
}

.layui-form-item {
    margin-bottom: 10px !important;
}

.layui-form.price .layui-input-block {
    margin-left: 0 !important;
    position: relative;
}

.layui-input-block span {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 14px;
}

.layui-form.price .layui-inline {
    margin: 0 !important;
    float: left;
}

.layui-form-item .top {
    width: 150px !important;
    margin: 0 !important;
}

.layui-form-select dl dd.layui-this {
    background: #fe9422 !important;
}

.layui-form-item .bottom {
    width: 100px !important;
    margin: 0 !important;
}

.sub_btn {
    width: 100%;
    font-size: 16px;
    background: #fe9422;
    margin: 15px 0;
}

.sub_btns {
    background: #e60012;
}

.sub_info_top {
    text-align: center;
    width: 100%;
    color: #999999;
    font-size: 12px;
    margin-top: 12px;
}

.sub_info_bottom {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.sub_info_bottom em {
    color: #009f43;
}

.content .title {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.content .title.white {
    color: #fff;
}

.content .title.golden {
    color: #f5d085;
}

.content .title.golden span {
    color: #666;
}

.content .title h4 {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}

.content .title span {
    display: block;
    width: 100%;
    color: #999;
    font-size: 14px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
}

.content .cite {
    display: table;
    text-align: center;
    margin: 36px auto 0 auto;
    font-size: 16px;
    color: #ccc;
}

.content .cite a {
    color: white;
}

.content .cite span {
    width: 100px !important;
    height: 40px !important;
    display: inline-block;
    float: left;
    margin: 0 10px !important;
    background: none;
    border: 1px solid transparent;
    color: white;
    position: relative;
    opacity: 1;
    outline: none;
}

.content .title h4 img {
    margin: 0 auto;
    display: block;
}

.design-bieshu {
    height: 1028px;
    padding-top: 200px;
    background: url(../images/single/design_bg.jpg) center bottom no-repeat;
}

.design-bieshu .title span {
    color: #666;
}

.zhixing {
    padding-top: 80px;
}

.zhixing .title span {
    color: #666;
}

.zhixing img {
    max-width: unset;
    width: 1250px;
}

.zhixing img:nth-child(2n) {
    margin-left: -50px;
}

.brand_bg01 {
    background: url(../images/single/brand_bg01.jpg) no-repeat center top;
    width: 100%;
    height: 560px;
}

.brand_bg02 {
    background: url(../images/single/brand_bg02.jpg) no-repeat center top;
    width: 100%;
    height: 436px;
}

.brand_bg03 {
    background: url(../images/single/brand_bg03.jpg) no-repeat center top;
    width: 100%;
    height: 640px;
    margin-top: 40px;
}

.brand_cooper {
    width: 1214px;
    margin: 0 auto;
}

.brand_cooper .swiper-slide {
    overflow: hidden;
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.brand_cooper .swiper-slide span {
    display: block;
    width: 202px;
    height: 82px;
    overflow: hidden;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
}

.brand_cooper .swiper-slide span img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background-color: #fff;
}

.hbzz {
    margin-top: 340px;
}

.hbzz .title span {
    color: #666;
}

.design_hbt {
    width: 100%;
    margin-top: 60px;
    height: 420px;
}

.design_hbt .design_hbt_l {
    background: url(../images/single/design_hbt01.jpg) no-repeat left top;
    width: 50%;
    height: 420px;
    background-size: cover;
    float: left;
}

.design_hbt .design_hbt_r, .design_hbb .design_hbt_r {
    width: 615px;
    float: left;
    padding: 60px;
}

.design_hbt p, .design_hbm p, .design_hbb p {
    margin-top: 60px;
}

.design_hbt a, .design_hbm a, .design_hbb a {
    display: block;
    width: 120px;
    height: 38px;
    background: #b68338;
    line-height: 36px;
    text-align: center;
    color: white;
    border-radius: 2px;
    margin-top: 60px;
    font-size: 14px;
}

.design_hbm {
    width: 100%;
    height: 420px;
}

.design_hbm .design_hbt_l {
    width: 615px;
    height: 420px;
    float: right;
    padding: 60px;
}

.design_hbm .design_hbt_r {
    background: url(../images/single/design_hbt02.jpg) no-repeat left top;
    width: 50%;
    height: 420px;
    float: right;
    background-size: cover;
}

.design_hbb {
    width: 1230px;
    margin: 0 auto;
    overflow: hidden;
}

.design_hbb .design_hbt_l {
    width: 50%;
    float: left;
    background: url(../images/single/design_hbt03.jpg) no-repeat left top;
    height: 420px;
    background-size: cover;
}

.service .title span {
    color: inherit;
}

.service ul {
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-align: center;
}

.service ul li {
    position: relative;
    display: inline-block;
    width: 200px;
    padding-bottom: 40px;
}

.service ul li::before {
    content: '\0020';
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    background: url(../images/service_icons.png) no-repeat;
}

.service ul li:nth-child(2)::before {
    background-position-x: -70px;
}

.service ul li:nth-child(3)::before {
    background-position-x: -140px;
}

.service ul li:nth-child(4)::before {
    background-position-x: -210px;
}

.service ul li:nth-child(5)::before {
    background-position-x: -280px;
}

.service ul li:nth-child(6)::before {
    background-position-x: -350px;
}

.service ul li:nth-child(7)::before {
    background-position-x: -420px;
}

.service ul li:nth-child(8)::before {
    background-position-x: 100%;
}

.service ul li b {
    display: block;
    font-size: 16px;
}

.service ul li span {
    color: #999;
}

.service ul li::after {
    content: attr(sn);
    display: block;
    width: 27px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -14.5px;
    line-height: 27px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #999;
    text-align: center;
}

.service a.layui-btn {
    display: block;
    width: 240px;
    margin: 70px auto 0;
}

/*cont4 begin*/

.team {
    background: url(../images/single/team_bg.jpg) no-repeat center top;
    height: 766px;
    padding-top: 80px;
    margin-top: 90px;
}

.team .teamjs {
    padding: 110px 0;
    width: 1230px;
    margin: 0 auto;
}

.team .teamjs ul {
    display: block;
    overflow: hidden;
    width: 100%;
}

.team .teamjs ul li {
    display: block;
    float: left;
    width: 50%;
}

.team .teamjs ul li h4 {
    color: #f5d085;
    font-size: 20px;
    border-bottom: 1px solid #999;
    line-height: 36px;
    display: block;
    width: 230px;
    font-weight: bold;
}

.team .teamjs ul li h4 span {
    font-size: 14px;
    font-weight: normal;
}

.team .teamjs ul li p {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    width: 230px;
}

.team .teamjs ul li:nth-child(odd) {
    text-align: right;
}

.team .teamjs ul li:nth-child(odd) h4 span {
    margin-right: 10px;
}

.team .teamjs ul li:nth-child(even) div {
    text-align: left;
    float: right;
}

.team .teamjs ul li:nth-child(even) h4 span {
    margin-left: 10px;
}

.team .teamjs ul li:first-child, .team .teamjs ul li:nth-child(2) {
    margin-bottom: 100px;
}

.teamadv {
    width: 100%;
    position: relative;
    height: 240px;
    background: white;
}

.teamadv ul {
    position: absolute;
    display: -webkit-flex;
    width: 1230px;
    left: 50%;
    top: -104px;
    z-index: 2;
    background: white;
    margin-left: -615px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.teamadv ul li {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    padding: 30px 30px 0 30px;
}

.teamadv ul li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/single/icon_adv.jpg) no-repeat left top;
}

.teamadv ul li:nth-child(2) i {
    background-position: -60px 0;
}

.teamadv ul li:nth-child(3) i {
    background-position: -120px 0;
}

.teamadv ul li:nth-child(4) i {
    background-position: -180px 0;
}

.teamadv ul li:nth-child(5) i {
    background-position: -240px 0;
}

.teamadv ul li span {
    font-size: 20px;
    margin: 15px 0 5px 0;
    display: block;
}

.teamadv ul li p {
    font-size: 14px;
    color: #666;
}

/*cont4 end*/

/*cont5 begin*/

.pro_js {
    background: url(../images/single/projs_bg.jpg) no-repeat center 80px #fafafa;
    padding: 120px 0;
    margin-bottom: 80px;
}

.pro_js.op {
    margin-top: 80px;
    background-position: center bottom;
}

.pro_js .title span {
    color: inherit;
}

.pro_js.op .title.sed {
    margin-top: 85px;
}

.pro_js.op .title.sed+img {
    display: block;
    margin: 0 auto;
}

.pro_js ul {
    display: -webkit-flex;
    width: 1300px;
    margin: 0 auto;
}

.pro_js.op ul {
    width: 1240px;
}

.pro_js ul li {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    position: relative;
}

.pro_js ul li img {
    display: block;
    margin: 0 auto;
}

.pro_js ul li span {
    position: absolute;
    display: block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 18px;
    background: white;
    left: 50%;
    bottom: -30px;
    margin-left: -105px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/*cont5 end*/

.cooper .title span {
    color: #666;
}

.cooper {
    width: 1230px;
    margin: 0 auto;
    padding: 80px 0;
    background: url(../images/single/package_ys.jpg) no-repeat 0 200px;
}

.cooper_cont {
    padding: 0 30px;
}

.cooper_cont h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 auto;
    width: 550px;
}

.cooper_cont p {
    font-size: 14px;
    color: #666;
    position: relative;
    display: block;
    margin: 0 0 0 auto;
    width: 550px;
}

.cooper_cont p:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: -40px;
}

#cooper-swiper {
    width: 550px;
    margin-right: 0 !important;
    margin-top: 100px;
    padding-bottom: 40px;
}

.bztx {
    width: 100%;
    height: 580px;
    background: url(../images/single/pro_6_bg.jpg) no-repeat center top;
    padding-top: 80px;
}

.bztx.op {
    margin-top: 120px;
}

.bztx_li {
    display: block;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.bztx_li li {
    display: block;
    width: 216px;
    border: 1px solid #78664a;
    margin-right: 30px;
    float: left;
    padding: 35px 20px 0;
    height: 216px;
}

.bztx_li li:last-child {
    margin-right: 0;
}

.bztx_li li span {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/single/bztx_icon.png);
    overflow: hidden;
    margin: 0 auto;
}

.bztx_li li:nth-child(2) span {
    background-position-x: 25%;
}

.bztx_li li:nth-child(3) span {
    background-position-x: 50%;
}

.bztx_li li:nth-child(4) span {
    background-position-x: 75%;
}

.bztx_li li:nth-child(5) span {
    background-position-x: 100%;
}

.bztx_li li p {
    color: #efc87e;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 25px;
    display: block;
}

.sdcn {
    margin-bottom: 30px;
    width: 100%;
}

.sdcn ul {
    display: block;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    top: -100px;
    overflow: hidden;
}

.sdcn ul li {
    float: left;
    display: block;
    width: 280px;
    margin-right: 26px;
}

.sdcn ul li:last-child {
    margin-right: 0;
}

.sdcn ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.sdcn ul li p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
}

.op-upscale {
    height: 930px;
    margin-top: 70px;
    background: url(../images/single/pro_op_upscale.jpg) no-repeat center 100px;
}

.op-upscale .title span {
    color: inherit;
}

/*.bt-offer{
padding-bottom: 200px;
background: url(../images/single/pro_offer_bt.jpg) repeat white;
}*/

.pro_banner {
    width: 100%;
    height: 760px;
    background: url(../images/single/pro_banner01.jpg) no-repeat center top;
}
.soft_banner{
	width: 100%;
    height: 1014px;
    background: url(../images/single/soft_banner.jpg) no-repeat center top;
}
.pro_banner02 {
    width: 100%;
    height: 760px;
    background: url(../images/pro_banner02.jpg) no-repeat center top;
}

.pro_banner03 {
    width: 100%;
    height: 760px;
    background: url(../images/pro_banner03.jpg) no-repeat center top;
}

.pro_container {
    width: 1440px;
    margin: 0 auto;
}

.colorf5 {
    background: #f5f5f5;
    overflow: hidden;
}

.form-box {
    position: relative;
    clear: right;
}

.form-box .form-text {
    width: 600px;
    height: 200px;
    position: absolute;
    left: -240px;
    top: 20px;
    background: #fe9422;
    color: #000;
    padding-left: 240px;
}

.form-box .form-text span {
    display: block;
}

.form-box .form-text .tit {
    font-size: 24px;
    font-weight: bold;
    padding-top: 36px;
}

.form-box .form-text .ename {
    text-transform: uppercase;
    margin-top: 10px;
}

.form-box .form-text .icon {
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: url(../images/jt.png) 240px center no-repeat;
}

.form-box .form {
    float: right;
    overflow: hidden;
    margin: 50px 0;
    width: 100%;
    padding-left: 380px;
}

.form-box .form .layui-form-item {
    float: left;
    width: 260px;
    clear: right;
    margin-left: 20px;
}

.form-box .form .layui-form-item:last-child {
    width: 160px;
}

.form-box .form .layui-form-item label {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-box .form .layui-form-item .layui-input-block {
    width: 100%;
    display: block;
    margin-left: 0;
}

.form-box .form .layui-form-item .layui-input-block input {
    height: 54px;
}

.form-box .form .layui-form-item .layui-input-block button {
    margin-top: 40px;
    width: 160px;
    height: 54px;
}

.form-box .form .layui-form-item .layui-input-block span {
    position: absolute;
    right: 10px;
    top: 50px;
}

.adv {
    background: url(../images/single/advbg.jpg) no-repeat center top #1e1e1e;
    padding-top: 60px;
    padding-bottom: 170px;
    position: relative;
    margin-top: 40px;
}

.cite span.swiper-pagination-bullet-active {
    background: #fe9422;
    border-radius: 5px;
}

.cite span:after {
    position: absolute;
    content: "\5ba2\9910\5385";
    display: block;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: white;
    line-height: 40px;
}

.cite span:nth-child(2):after {
    content: "\5367\5ba4";
}

.cite span:nth-child(3):after {
    content: "\536b\751f\95f4";
}

.cite span:nth-child(4):after {
    content: "\53a8\623f";
}

.cite span:nth-child(5):after {
    content: "\9633\53f0";
}

.slidebtns {
    width: 1230px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -615px;
    margin-top: 320px;
}

.slidebtns .swiper-button-next {
    width: 60px;
    height: 100px;
    background: url(../images/single/pic_right.png) no-repeat left top;
    z-index: 99;
    right: -80px;
    top: 0;
    margin: 0;
    outline: none;
}

.slidebtns .swiper-button-prev {
    width: 60px;
    height: 100px;
    background: url(../images/single/pic_left.png) no-repeat left top;
    z-index: 99;
    left: -80px;
    top: 0;
    margin: 0;
    outline: none;
}
.slidebtns .swiper-button-next:after,.slidebtns .swiper-button-prev:after{
	content: "";
}
.slidebtns .swiper_btns:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

#proslideBox {
    width: 1200px;
    margin: 0 auto 15px auto;
    background: white;
}

#proslideBox .swiper-slide a {
    width: 100%;
    height: 548px;
    display: block;
}

#proslideBox .swiper-slide p {
    width: 100%;
    height: 160px;
    background: #1f181f;
    padding: 25px 40px 0;
    border-bottom: 4px solid#fe9422;
    overflow: hidden;
}
#proslideBox .swiper-slide p strong {
	display: block;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
}
#proslideBox .swiper-slide p span {
    display: block;
    float: left;
    width: 280px;
    color: white;
    font-size: 14px;
    line-height: 34px;
}

.adv .pro_desc {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 100%;
    margin-top: -160px;
    background: white;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.adv .pro_desc ul {
    width: 100%;
    height: 100%;
    border: 1px dashed #dddddd;
    display: flex;
}

.adv .pro_desc ul li {
    border-right: 1px dashed #dddddd;
    padding-bottom: 20px;
    flex: 1;
}

.adv .pro_desc ul li:last-child {
    border-right: none;
}

.adv .pro_desc ul li span {
    display: block;
    color: #888;
    padding: 0 35px;
    line-height: 30px;
    font-size: 16px;
}

.adv .pro_desc ul li .tit {
    padding: 20px 35px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
    font-size: 22px;
}

.adv .pro_desc ul li .wet {
    font-weight: bold;
    color: #333;
    line-height: 36px;
}

.fwlc {
    margin-top: 60px;
}

.fwlc .title span, .backstart .title span {
    color: #666;
}

.fwlc .lc-box {
    border-bottom: 1px solid #ddd;
}

.fwlc .lc-box ul {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/single/lc.jpg) no-repeat top center;
    height: 180px;
}

.fwlc .lc-box ul li {
    width: 100px;
    margin-right: 80px;
    text-align: center;
    float: left;
    text-align: center;
    height: 180px;
    position: relative;
}

.fwlc .lc-box ul li:last-child {
    margin-right: 0;
}

.fwlc .lc-box ul li span {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #999;
    margin-top: -15px;
    border-radius: 50%;
}

.fwlc .lc-box ul li:hover span {
    background: #fe9422;
    border: 1px solid#fe9422;
    color: #fff;
}

.rztemp1 {
    margin-top: 120px;
}

.rztemp1 .cont {
    width: 100%;
    height: 1510px;
    background: #f3f3f3;
    position: relative;
}

.rztemp1 .cont .container {
    z-index: 2;
    position: relative;
    top: 80px;
}

.rztemp1 .cont .bg {
    position: absolute;
    left: 0;
    top: 80px;
    width: 960px;
    height: 1480px;
    background: url(../images/single/rztemp1.jpg) no-repeat top center;
}

.rztemp1 .cont ul {
    overflow: hidden;
    position: relative;
    top: 80px;
}

.rztemp1 .cont li {
    overflow: hidden;
    margin-top: 60px;
}

.rztemp1 .cont .box {
    float: left;
    color: #fff;
}

.rztemp1 .cont .box1 {
    width: 380px;
    padding-left: 120px;
}

.rztemp1 .cont .box1 .tit {
    font-size: 30px;
    font-weight: bold;
    margin: 60px 0 40px;
    display: block;
    position: relative;
}

.rztemp1 .cont li:nth-child(1) .box1 .tit:before {
    content: "01";
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    left: -70px;
    top: 0;
    letter-spacing: -2px;
}

.rztemp1 .cont li:nth-child(2) .box1 .tit:before {
    content: "02";
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    left: -70px;
    top: 0;
    letter-spacing: -2px;
}

.rztemp1 .cont li:nth-child(3) .box1 .tit:before {
    content: "03";
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    left: -70px;
    top: 0;
    letter-spacing: -2px;
}

.rztemp1 .cont .box1 .txt span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.rztemp1 .cont .box1 .txt .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.rztemp1 .cont .box1 .txt .circle:nth-child(5) {
    margin-top: 40px;
}

.rztemp1 .cont .box1 .txt .circle:nth-child(6) {
    background: rgba(255, 255, 255, 0.5);
}

.rztemp1 .cont .box1 .txt .circle:last-child {
    background: rgba(255, 255, 255, 0.2);
}

.rztemp1 .cont .box2 {
    width: 680px;
}

.rztemp1 .cont .box3 {
    width: 380px;
    padding-left: 50px;
    position: relative;
}

.rztemp1 .cont .box3 .tit {
    font-size: 30px;
    font-weight: bold;
    margin: 60px 0 40px;
    display: block;
    position: relative;
    color: #1f181f;
}

.rztemp1 .cont .box3 p {
    margin-bottom: 50px;
    margin-top: -10px;
    font-size: 16px;
    color: #666;
}

.rztemp1 .cont .box3 a {
    display: block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    background: #fe9522;
    color: #1f181f;
    text-align: center;
}

.rztemp1 .cont .box3 span.icon {
    display: block;
    width: 180px;
    height: 16px;
    color: #666;
    font-family: 'Century Gothic', Arial;
    /* background: url(../images/single/en_qjy.png) no-repeat top center; */
    left: 50px;
    top: 330px;
    position: absolute;
}

.contrast {
    height: 900px;
    margin-top: 120px;
    background: url(../images/single/contrast_bg.jpg) no-repeat center bottom;
}

.promise {
    height: 760px;
    margin-top: 60px;
    background: url(../images/single/promise_bg.jpg) no-repeat center bottom;
}

/*base qyjbz style begin*/

.qyj_title .title span {
    color: #666;
}

.qyjbz {
    width: 1200px;
    margin: 0 auto 120px;
    display: block;
    overflow: hidden;
}

.qyjbz li {
    display: block;
    float: left;
    width: 400px;
    position: relative;
    margin-bottom: 100px;
}

.qyjbz li img {
    display: block;
    width: 400px;
    height: 320px;
}

.qyjbz li p {
    display: block;
    width: 260px;
    height: 160px;
    position: absolute;
    left: 70px;
    bottom: -60px;
    background: white;
    z-index: 9;
    text-align: center;
    padding-top: 26px;
    font-size: 16px;
}

.qyjbz li p span {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: #009f43;
    margin-top: 26px;
}

/*base qyjbz style end*/

.service-title span{
	color:#666 ;
}


.zzadv {
    width: 100%;
    height: 800px;
    background: url(../images/zzadv.jpg) no-repeat center top;
    padding-top: 380px;
    margin-top: -210px;
}

.zzadv_btn {
    width: 300px;
    height: 60px;
    margin: 0 auto 190px;
}

.zzadv_btn a {
    border: 2px solid #1f181f;
    background: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    float: left;
    line-height: 60px;
    width: 150px;
    margin: 0 !important;
    height: 60px;
    border-radius: 0;
    color: #000;
}

.zzadv_btn a:hover {
    color: #000
}

.zzadv_btn a:last-child {
    background: #1f181f;
    color: white;
}

.zzadv ul.features{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    padding: 0;
}
.zzadv ul.features li {
    float: left;
    width: 264px;
    height: 120px;
    margin-right: 47px;
    padding: 32px 0 32px 52px;
    background-color: #fff;
    cursor: default;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
}

.zzadv ul.features li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.zzadv ul.features li b {
    display: block;
    padding-top: 4px;
    font-size: 18px;
}

.zzadv ul.features li::before {
    content: '\0020';
    display: block;
    width: 56px;
    height: 56px;
    float: left;
    margin-right: 10px;
    background: url(../images/offer_features_icons.png) no-repeat 0 0;
}

.zzadv ul.features li:nth-child(2)::before {
    background-position-x: -56px;
}

.zzadv ul.features li:nth-child(3)::before {
    background-position-x: -112px;
}

.zzadv ul.features li:nth-child(4)::before {
    background-position-x: 100%;
}

.zzadv ul.features li span {
    font-size: 12px;
    color: #666;
}

.zzadv ul.features li:last-child {
    margin-right: 0;
}

/*soft_mt begin*/
.soft_mt{
	padding: 100px 0;
}
.soft_cite{
	width: 1440px;
	margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.soft_cite ul{
	display: block;
	overflow: hidden;
}
.soft_cite ul li{
	display: block;
	float: left;
	width: 240px;
	text-align: center;
	margin-bottom:40px;
}
.soft_cite ul li img{
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto 30px auto;
}
.soft_cite ul li p{
	text-align: center;
}
.soft_cite a{
    width: 300px;
    height: 60px;
    background: #1c3636;
    color: #fff;
    border-radius: 6px;
    display: block;
    margin: 40px auto 0;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    clear: both;
}
.soft_cite .jj{width: 720px;float: left;overflow: hidden;height: 580px;}
.soft_cite .jjr{width: 720px;float: left;overflow: hidden}
.soft_cite .jjr span{
    color:#ee893f;
    font-size: 1.5rem;
}

.soft_adv{
	width: 100%;
	height: 929px;
	background: url(../images/single/soft_adv.jpg) no-repeat center top;
}
.soft_cladv{
	width: 100%;
	height: 1394px;
	background: url(../images/single/soft_cladv.jpg) no-repeat center top;
}
.soft_adv2{
	width: 100%;
	height: 740px;
	background: url(../images/single/soft_adv2.jpg) no-repeat center center;
}
.bgf5{
	background: #f5f5f5;
}
/*server start*/
.server{
    overflow: hidden;
    width: 1440px;
    margin: 0 auto;
}
.server li{
    width: 710px;
    float: left;
    margin:20px 20px 0 0;
    display: -webkit-box;
}
.server li:nth-child(2n){
    margin-right: 0;
}
.server li .pic{
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;

}
.server li .text{
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1; 
  width: 342px;
  background: #fff;
  padding: 50px 0;
}
.server li .text span{
    display: block;
    text-align: center;

}
.server li .text .num{
    font-weight: bold;
    font-size: 38px;
    margin: 0 20px 20px 20px;
}
.server li .text .ch{
    font-size: 20px;
    font-weight: bold;
}
.server li .text .en{
    font-size: 10px;
    text-transform:uppercase;
    -webkit-text-transform:uppercase;
    -moz-text-transform:uppercase;
}
.server li .text p{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.server li:hover .text{
    background: #1c2023;
    color: #fff;
}
/*server end*/

.cen-server{
    display:-webkit-box;
    width: 1440px;
    margin:  0 auto;
}
.cen-server li{
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	position: relative;
    height: 540px;
    width: 450px;
    margin-right: 44px;
    background-size: 100% !important;
}
.cen-server li:last-child{
    margin-right: 0;
}
.cen-server li div{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 172px;
}
.cen-server li div span{
    display: block;
}
.cen-server li div i{
    width: 2px;
    height: 40px;
    background: #fff;
    margin: 20px auto;
}
.cen-server li div span.tp1{
    font-weight: bold;
    font-size: 30px;
    border:2px solid #ccc;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}
.cen-server li div span.tp2{
    margin-bottom: 10px;
}

#soft_swip .swiper-slide{
height: 580px;
}
#soft_swip .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
#soft_swip .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #dd1010;
}

.soft_lc{
    width: 100%;
    height: 192px;
    background: url(../images/single/soft_lc.jpg) no-repeat center center;
}
.soft_mt .soft_fm{
    width: 100%;
    height: 640px;
    background: url(../images/single/retread_6.jpg) no-repeat center center;

}
.soft_mt .soft_fm h4{
    color: #fff;
    padding-top: 60px;
}
.soft_mt .soft_fm.content .title span{
    font-size: 16px;
    color: #fff;
}
.soft_mt .soft_fm.content .title{
    margin-bottom: 36px;
}
.soft_offer{
    width: 600px;
    height: 420px;
    background: #fff;
    border-radius: 8px;
    margin: 20px auto;
    padding:30px 50px;
}
.soft_offer strong{
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #ee893f;
    font-weight: bold;
}
.soft_offer input{
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-indent: 1em;
    margin-bottom: 25px;
    border:1px solid #ddd;
    border-radius: 8px;
    font-size: 18px;
}
.soft_offer button{
    height: 64px;
    margin-top: 20px;
    line-height: 64px;
}
.soft_offer .two{
    margin-top: 30px;
}
.soft_offer .two input{
    width: 48%;
    margin-right: 4%;
    float: left;
}
.soft_offer .two input:last-child{
    margin-right: 0;
}
.soft_end{
    width: 100%;
    height: 360px;
    text-align: center;
    color: #fff;
    background: url(../images/single/soft_end.jpg) no-repeat center center;
}
.soft_end span{
    display: block;
    padding-top: 110px;
    font-size: 36px;
    font-weight: bold;
}
.soft_end a{
    display: block;

    font-size: 24px;
    font-weight: bold;
    width: 200px;
    height: 64px;
    line-height: 64px;
    background: #ee893f;
    border-radius: 8px;
    color: #fff;
    margin: 50px auto 0;
}
/*soft_mt end*/