﻿@charset "utf-8";
/* CSS Document */
#banner {
    position: relative;
}

body .owl-theme {
    position: relative;
    overflow: hidden;
}

body .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 46px;
    margin-top: -23px;
    transition: all 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}

body .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -100px;
    background: url("../images/left.png") no-repeat center center;
}

body .owl-theme .owl-controls .owl-nav .owl-next {
    right: -100px;
    background: url("../images/right.png") no-repeat center center;
}

body .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

body .owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
}

body .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
}

body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
    background: #d80000;
}

body .owl-theme:hover .owl-controls .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

body .owl-theme:hover .owl-controls .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ban-left {
    float: left;
}

.ban-form {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 8;
    background-image: url("../images/icon/hsbg.png");
}

.myform1 {
    float: right;
    margin: 7px auto;
}

.myform1 .form-item {
    width: 230px;
    height: 55px;
    overflow: hidden;
    float: left;
    border: 1px solid #e9e9e9;
    border-right: none;
    position: relative;
}

.myform1 .form-item:nth-child(3) {
    border-right: 1px solid #e9e9e9;
}

.myform1 .form-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    text-align: center;
}

.myform1 .form-label .iconfont {
    font-size: 24px;
    color: #999;
    line-height: 53px;
    height: 53px;
}

.myform1 .form-inner {
    padding-left: 60px;
    background: #fff;
}

.myform1 .form-inner input {
    width: 100%;
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    border: none;
}

.myform1 .form-submit {
    margin-left: 14px;
    border: none;
    width: 180px;
}

.myform1 .form-submit .btn-form {
    font-size: 16px;
    color: #fff;
    line-height: 53px;
    height: 55px;
    text-align: center;
    background: #c0000b;
    border: none;
    width: 100%;
}

.myform1 .form-submit .btn-form img {
    margin-left: 10px;
}

.colse-btn {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    background: url("../images/colse.png") no-repeat center;
    background-size: 100%;
}

.section {
    padding: 30px 0 40px;
}

.Title {
    text-align: center;
    margin-bottom: 20px;
}

.Title h2 {
    font-size: 26px;
    color: #d80000;
    line-height: 50px;
}

.Title p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

/****** advantage ******/
#advantage {
    background: #f5f5f5;
    padding: 10px 0;
}

.adv-ul {
    margin: 0 -5px;
}

.adv-ul li {
    float: left;
    width: 25%;
}

.adv-ul .Item {
    background: #fff;
    margin: 0 5px;
    padding: 30px 15px 15px;
    text-align: center;
    transition: all 0.3s linear;
}

.adv-ul .Item h3 {
    font-size: 20px;
    color: #000;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 500;
    overflow: hidden;
}

.adv-ul .Item p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.adv-ul .Item .iconfont {
    font-size: 36px;
    color: #999;
}

.adv-ul .Item:hover {
    box-shadow: 0 0 5px 1px #e1e1e1;
    transform: translateY(-3px);
}

.adv-ul .Item:hover h3 {
    color: #df0000;
}

.adv-ul .Item:hover .iconfont {
    color: #df0000;
}

/****** case ******/
#case {
    padding-top: 10px;
}

.case-Tab-Tit {
    margin-bottom: 40px;
    text-align: center;
}

.case-Tab-Tit li {
    display: inline-block;
    margin: 0 5px;
}

.case-Tab-Tit li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    line-height: 48px;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    background: #f9f8f8;
}

.case-Tab-Tit li.cur a {
    background: #d80000;
    color: #fff;
    border: 1px solid #d80000;
}

.case-Box {
    position: relative;
}

.case-ul li {
    width: 24%;
}

.case-ul li{
    float: left;
    margin-right: 1.333%;
}



.case-Box .Item {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.case-Box .Item img {
    transition: all 0.3s linear;
    width: 100%;
}

.case-Box .Item h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-image: url("../images/icon/black.png");
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
}

.case-Box .Item:hover img {
    transform: scale(1.1);
}

.case-owl {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/****** Quotation ******/
#Quotation {
    background: #e2e2e2 url("../images/bjbg.png") no-repeat center center;
}

.check-house, .check-time, .choosebjway li, .ele_bt {
    cursor: pointer;
}

.con h1, .con h3 {
    font-weight: 400;
}

i {
    font-style: normal;
}

.con_t {
    font-size: 24px;
    padding-bottom: 15px;
}

.con_bj {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    background-image: url("../images/bsbg.png");
}

.con_bj h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.con_bj_cal {
    position: relative;
    width: 50%;
    padding: 80px 40px 80px 200px;
    border-right: 1px solid #eee;
    float: left;
}

.bj_form {
    width: 370px;
    font-size: 14px;
}

.bj_form .label {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-left: 0;
}

.mod_form .label {
    width: 100px;
    padding-right: 8px;
    float: left;
    text-align: right;
    line-height: 34px;
}

.bj_res_t, .bj_res_t b, .calc-btn em, .ele_bt {
    text-align: center;
}

.bj_form .element {
    width: 370px;
    position: relative;
    padding-bottom: 18px;
    height: 49px;
}

.bj_form .select {
    width: 320px;
    padding-left: 5px;
    height: 36px;
}

.bj_form .select_s {
    width: 260px;
}

.bj_form .select_s_s {
    width: 78px;
    margin-bottom: 10px;
}

.bj_form .text {
    width: 260px;
    border: 1px solid #cccccc;
}

.bj_form .area_text {
    width: 260px;
    padding: 7px 20px 7px 10px;
    color: #000000;
}

.bj_form .text_wrap {
    position: static;
}

.bj_form .text_wrap .text_lbl {
    left: 11px;
}

.bj_form .text_wrap .unit {
    margin-left: -32px;
    color: #bbb;
}

.bj_form .form_error {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
}

.ele_b {
    margin-left: -10px;
}

.ele_bt {
    float: left;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.ele_bt_on {
    color: #f36f20;
    border-color: #f36f20;
}

.calc-btn {
    position: absolute;
    top: 155px;
    right: -65px;
    display: block;
    width: 130px;
    height: 130px;
    background: #db0000;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 15;
}

.calc-btn-ie, .ico-line-btn {
    width: 140px;
    height: 140px;
    right: -71px;
    display: block;
    position: absolute;
}

.calc-btn-ie, .ico-line-btn {
    width: 140px;
    height: 140px;
    right: -71px;
    display: block;
    position: absolute;
}

.calc-btn em {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 44px;
    height: 60px;
    margin: 40px auto 0;
}

.circle-animate {
    position: absolute;
    top: 145px;
    right: -75px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fdcc9a;
    z-index: 12;
    -webkit-animation: scale-three2 1.5s ease infinite;
    -moz-animation: scale-three2 1.5s ease infinite;
    -o-animation: scale-three2 1.5s ease infinite;
    animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: both;
}

/*右边*/
.result-wechat-hotad {
    width: 50%;
    float: right;
    padding: 80px 0;
}

.result-wechat-hotad .calputer_tit {
    width: 380px;
    margin: 10px auto;
}

.result-wechat-hotad .num {
    font-size: 30px;
    color: #db0000;
}

.result-wechat-hotad .bj_res_ul {
    width: 380px;
    height: 250px;
    padding: 40px 0;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.result-wechat-hotad .bj_res_ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.calputer_tit span {
    margin-left: 10px;
    color: #db0000;
    font-size: 14px;
}

@keyframes scale-three2 {
    0% {
        transform: scale(1);
        opacity: .8;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes scale-three2 {
    0% {
        -webkit-transform: scale(1);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes scale-three2 {
    0% {
        -moz-transform: scale(1);
        opacity: .7;
    }
    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes scale-three2 {
    0% {
        -o-transform: scale(1);
        opacity: .7;
    }
    100% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
}

/****** Aboutus ******/
#Aboutus {
    background: #000 url("../images/aboutbg.jpg") no-repeat center;
    padding: 40px 0;
}

#Aboutus .left {
    width: 63%;
    float: left;
}

#Aboutus .right {
    width: 33%;
    float: right;
}

.about-intro {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.about-ul {
    border-bottom: 1px solid #2f2e2f;
}

.about-ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px 0;
}

.about-ul strong {
    display: block;
    font-weight: 500;
}

.about-ul .number {
    font-size: 72px;
    color: #df0000;
    line-height: 80px;
    font-family: Arial;
}

.about-ul .jia {
    font-size: 72px;
    color: #df0000;
    line-height: 80px;
    font-family: Arial;
}

.about-ul .year {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}

.about-ul p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.about-list {
    padding-top: 60px;
    margin: 0 -20px;
}

.about-list li {
    float: left;
    width: 25%;
}

.about-list .Item {
    padding: 20px;
    text-align: center;
    background-image: url("../images/about_bs.png");
    margin: 0 20px;
    transition: all 0.3s linear;
}

.about-list .Item h3 {
    font-size: 16px;
    color: #adadad;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 500;
}

.about-list li .Item:hover {
    background: #df0000;
}

.about-list li .Item:hover h3 {
    color: #fff;
}

.aboout-form {
    background: url("../images/formbg.png") no-repeat;
    padding: 35px 50px;
    height: 460px;
}

.aboout-form h2 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.aboout-form h2 .line {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 3px;
    background: #9a9b9c;
}

.myform2 .form-item {
    margin-bottom: 20px;
}

.myform2 .form-label {
    font-size: 14px;
    color: #bdbcbc;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

.myform2 .form-inner {
    border: 1px solid #7d7d7d;
}

.myform2 .form-inner input {
    width: 100%;
    height: 53px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0.13);
    border: none;
    color: #fff;
}

.myform2 .form-submit {
    margin-top: 30px;
}

.myform2 .btn-form {
    background: #df0000;
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border: none;
}

/****** Team ******/
.Team-Item {
    margin: 10px;
    position: relative;
}

.Team-pic {
    overflow: hidden;
}

.Team-pic img {
    transition: all 0.3s linear;
    width: 100%;
}

.Team-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: url("../images/icon/black.png");
    color: #fff;
    overflow: hidden;
    transition: all 0.3s linear;
}

.Team-intro h3 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
}

.Team-intro h3 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.Team-intro .text {
    height: 156px;
}

.Team-intro p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.Team-intro a {
    margin-top: 25%;
    width: 47%;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s linear;
}

.Team-intro .btn_sj {
    float: left;
}

.Team-intro .btn_zp {
    float: right;
}

.Team-Item:hover .Team-intro {
    height: 100%;
    padding: 30px 20px;
}

.Team-Item:hover .Team-intro h3 span {
    display: inline-block;
}

.Team-Item:hover .Team-intro h3 {
    font-size: 24px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

.Team-intro a:hover {
    background: #d80000;
    border-color: #d80000;
}

#Team .owl-theme {
    overflow: initial;
}

#Team .owl-theme .owl-controls .owl-nav [class*=owl-] {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 40px;
    height: 40px;
}

#Team .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -75px;
    background: #525252 url("../images/iconL.png") no-repeat center;
}

#Team .owl-theme .owl-controls .owl-nav .owl-next {
    right: -75px;
    background: #525252 url("../images/iconR.png") no-repeat center;
}

/****** Promise ******/
#Promise {
    background: #f2f2f2 url("../images/promisebg.jpg") no-repeat center;
}

.Promise-ul li {
    float: left;
    width: 25%;
}

.Promise-Item {
    transition: all 0.3s linear;
    background: #fff;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px #e8e8e8;
    text-align: center;
    padding: 40px 35px 30px;
}

.Promise-img {
    margin-bottom: 15px;
    transition: all 0.3s linear;
}

.Promise-Item h3 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.Promise-Item p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.Promise-Item:hover {
    transform: translateY(-10px);
}

.Promise-Item:hover h3 {
    color: #df0000;
}

.Promise-Item:hover .Promise-img {
    transform: scale(1.1);
}

.Promise-ul .last-li {
    float: right;
    width: 50%;
}

.Promise-Intro {
    margin: 20px;
}

.Promise-Intro h3 {
    font-size: 26px;
    color: #1a1a1a;
    line-height: 40px;
    margin-bottom: 15px;
}

.Promise-Intro h3 .en {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    display: block;
    font-weight: 500;
    font-family: Arial;
}

.Promise-Intro p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 30px;
}

.Promise-Intro .Hotline {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    float: left;
    margin-right: 30px;
}

.Promise-Intro strong {
    font-size: 24px;
    color: #e1331b;
    line-height: 40px;
    display: block;
    font-family: Arial;
}

.Promise-Intro .Promise-btn {
    background: #e1331b;
    padding: 0 30px;
    font-size: 14px;
    margin-top: 7px;
    line-height: 43px;
    height: 43px;
    display: block;
    float: left;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.Promise-btn .icon-goutong {
    float: left;
    font-size: 22px;
    margin-right: 10px;
}

.Promise-Intro .Promise-btn:hover {
    box-shadow: 0 0 6px 1px #aaa;
}

/****** Promise ******/
#Serviceflow {
    background: url("../images/lcbg.jpg") no-repeat center bottom;
    height: 594px;
    position: relative;
    padding-top: 90px;
    overflow: hidden;
}

#Serviceflow .Title h2 {
    color: #fff;
}

#Serviceflow .Title p {
    color: #fff;
}

.flow-list {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -595px;
    bottom: 0;
    height: 365px;
    overflow: hidden;
}

.flow-list .flow-Item {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 0 35px;
}

.flow-list .flow-Item h3 {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
}

.flow-list .flow-Item p {
    font-size: 14px;
    color: #ececec;
    line-height: 20px;
    text-align: center;
    display: none;
}

.flow-list .flow-Item:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 64px;
    height: 1px;
    width: 120px;
    display: block;
    background: #595858;
}

.flow-list .flow-Item.Item04:after {
    display: none;
}

/****** News ******/
#News {
    padding-bottom: 0;
}

.news-nav {
    margin: 0 auto 20px;
    text-align: center;
}

.news-nav li {
    width: 150px;
    height: 46px;
    text-align: center;
    display: inline-block;
}

.news-nav li a {
    display: block;
    color: #000;
    line-height: 46px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
}

.news-nav li.cur a {
    background: #e1331b;
    color: #fff;
    border: none;
}

.news-box-ul {
    margin: 0 -6px;
}

.news-box-ul li {
    float: left;
    width: 33.33%;
}

.news-box-ul .Item {
    margin: 6px;
    position: relative;
}

.Item-text {
    background: #f7f7f7;
    padding: 30px 25px 10px;
    transition: all 0.3s linear;
}

.Item-text h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Item-text p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 66px;
}

.Item-text .Intro {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.Item-text .date {
    float: left;
}

.Item-text .date strong {
    font-size: 36px;
    color: #868686;
    display: block;
    line-height: 1;
    font-family: 'PingFangSCB1183c7671f5a8d';
}

.Item-text .date span {
    font-size: 12px;
    color: #868686;
    line-height: 33px;
    display: block;
}

.Item-text .icon-right01 {
    float: right;
    font-size: 30px;
    color: #999;
    margin-top: 10px;
    font-weight: bold;
}

.Item-text:hover h3, .Item-text:hover .icon-right01 {
    color: #e11b00;
}

.Item-text:hover {
    box-shadow: 0 0 5px 1px #e1e1e1;
}

.HostNews .Intro {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px 25px;
    background-image: url("../images/icon/black.png");
}

.HostNews .Intro h3 {
    width: 60%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
}

.HostNews .icon-right01 {
    float: right;
    color: #fff;
    font-size: 30px;
}

.HostNews .pic {
    overflow: hidden;
}

.HostNews .pic img {
    width: 100%;
    transition: all 0.3s linear;
}

.HostNews:hover .pic img {
    transform: scale(1.1);
}

.news-more {
    transition: all 0.3s linear;
    box-shadow: 0 0 5px 1px #ededed;
    font-size: 16px;
    color: #e61d01;
    line-height: 60px;
    display: block;
    background: #fff;
    width: 240px;
    padding: 0 40px;
    margin: 40px auto 20px;
}

.news-more .iconfont {
    font-size: 16px;
    float: right;
    font-weight: bold;
}

.news-more:hover {
    background: #df0000;
    color: #fff;
}

#Brand {
    background: #efeeed;
    padding: 30px 0 50px;
}

#Brand .Title {
    margin-bottom: 20px;
}

.Brandlist {
    margin: 0 -7px;
}

.Brandlist li {
    float: left;
    width: 14.28%;
}

.Brandlist .pic {
    overflow: hidden;
    margin: 7px;
}

.qindian {
    height: 625px;
    background-position: top center;
}

.qindian .container {
    position: relative;
    height: 625px;
}

.qindian .jine {
    position: absolute;
    left: 123px;
    bottom: 115px;
}

.qindian .btn-js {
    position: absolute;
    left: 730px;
    bottom: 112px;
    display: block;
    background: #d31a22;
    width: 110px;
    height: 90px;
    border-radius: 20px;
    text-align: center;
    padding: 15px 25px;
    font-size: 24px;
    color: #ffefcd;
    line-height: 30px;
}

.qindian form {
    width: 310px;
    position: absolute;
    right: 78px;
    top: 308px;
}

.qindian form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border: none;
}

.qindian form button {
    background: #fbe1bc;
    border-radius: 25px;
    font-size: 18px;
    color: #a31a0f;
    line-height: 50px;
    text-align: center;
    width: 100%;
    border: none;
    margin: 30px 0;
}

.qindian form p {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    margin-left: -15px;
}

#Choice {
    padding-top: 30px;
    padding-bottom: 40px;
}

.Choice-list {
    margin: 0 -15px;
}

.Choice-list > ul > li {
    float: left;
    width: 33.33%;
}

.Choice-list .Item {
    margin: 15px;
    box-shadow: 0 0 5px 1px rgba(4, 0, 0, 0.09);
}

.Choice-list .Item .pic {
    overflow: hidden;
}

.Choice-list .Item .pic img {
    width: 100%;
    transition: all 0.3s linear;
}

.Choice-list .Item .Intro {
    padding: 20px 25px;
    height: 220px;
}

.Choice-list .Item h3 {
    font-size: 18px;
    color: #1d1d1d;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.Choice-list .Item p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.Choice-list .Item li {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 20px;
    background: url("../images/dit.jpg") no-repeat left top 7px;
}

.Choice-list .Item li p {
    font-size: 14px;
    color: #666;
}

.Choice-list .Item:hover .pic img {
    transform: scale(1.1);
}

.Choice-list .Item:hover h3 {
    color: #df0000;
}

#topform {
    padding: 30px 0;
}

#topform .main {
    border-top: 2px solid #e50606;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

#topform .main .content {
    float: left;
    width: 690px;
    padding: 30px 50px;
    background: #f1f1f1;
}

#topform .right {
    width: 340px;
    padding: 40px 30px;
    box-sizing: border-box;
    float: right;
}

#topform .content p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
}

#topform .content p span {
    color: #e50606;
}

#topform .content .w50 {
    width: 49%;
}

#topform .content .w100 {
    width: 100%;
    margin: 12px 0;
}

#topform .content .fr {
    float: right;
}

#topform .content .myform1 .form-submit {
    margin: 0;
    width: 100%;
}

.Home-link li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 15px 0;
}

.Home-link li p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

/****** pc端样式结束 ******/

@media (max-width: 1600px) {
    .Title h2 {
        font-size: 24px;
    }

    .con_bj_cal {
        padding-left: 100px;
    }

    .result-wechat-hotad .bj_res_ul {
        margin-right: 100px;
    }

    .result-wechat-hotad .calputer_tit {
        margin-right: 100px;
    }

    .aboout-form h2 {
        font-size: 26px;
    }

    .Item-text {
        padding-top: 15px;
    }

    .Item-text p {
        padding-bottom: 10px;
    }

    .Item-text .date strong {
        font-size: 32px;
    }

    .about-ul .number {
        font-size: 66px;
    }


    #topform .main .left {
        width: 27%;
    }

    #topform .main .content {
        width: 46%;
        padding: 12px 20px;
    }

    #topform .main .right {
        width: 27%;
        padding: 20px 10px;
    }

    .qindian {
        height: 525px;
        background-size: auto 100%;
    }

    .qindian .container {
        height: 525px;
    }

    .qindian .jine {
        width: 150px;
        bottom: 100px;
    }

    .qindian .btn-js {
        left: 590px;
        bottom: 90px;
    }

    .qindian form {
        width: 260px;
        top: 250px;
    }

    .qindian form p {
        white-space: normal;
        font-size: 16px;
    }

    .qindian form button {
        margin-bottom: 10px;
    }

    .Choice-list .Item .Intro {
        height: 250px;
    }

    .myform1 .form-item {
        width: 200px;
    }

    .ban-left .img1 {
        width: 150px;
    }

    .ban-left .img2 {
        width: 230px;
    }

    .myform1 .form-submit {
        width: 160px;
    }
}

@media (max-width: 1360px) {
    .section {
        padding: 50px 0 60px;
    }

    .Title h2 {
        font-size: 22px;
    }

    .Title p {
        font-size: 16px;
    }

    .aboout-form h2 {
        font-size: 20px;
    }

    .myform2 .form-inner input {
        line-height: 40px;
        height: 40px;
    }

    .about-ul .number {
        font-size: 56px;
    }

    .about-ul .jia {
        font-size: 56px;
    }

    .about-ul .year {
        font-size: 18px;
    }

    .Promise-Item {
        margin: 5px;
        padding: 40px 10px 30px;
    }

    .Promise-Intro {
        margin: 5px;
    }

    .Promise-Intro h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .Promise-Intro p {
        margin-bottom: 15px;
    }

    .flow-list {
        width: 800px;
        margin-left: -394px;
    }

    .flow-list .flow-Item {
        margin-right: 0;
    }

    .flow-list .flow-Item .cn {
        font-size: 16px;
    }

    .Item-text h3 {
        margin-bottom: 20px;
    }

    .Item-text p {
         
    }

    .con_bj_cal {
        padding-left: 50px;
    }

    .bj_form .select_s {
        width: 200px;
    }

    .bj_form .area_text {
        width: 200px;
    }

    .result-wechat-hotad .bj_res_ul {
        width: 300px;
        margin-right: 50px;
    }

    .result-wechat-hotad .calputer_tit {
        width: 300px;
        margin-right: 50px;
    }

    .HostNews .Intro {
        padding: 10px;
    }

    .HostNews .Intro h3 {
        font-size: 14px;
    }

    .news-more {
        margin: 30px auto;
    }

    #Aboutus {
        padding: 60px 0;
    }

    #topform .main .content .myform1 {
        width: 100%;
    }

    .Home-link li p {
        font-size: 12px;
    }

    .Choice-list .Item h3 {
        font-size: 18px;
    }

    .Choice-list .Item .Intro {
        padding: 10px;
    }

    .qindian {
        height: 425px;
    }

    .qindian .container {
        height: 425px;
    }

    .qindian .jine {
        width: 120px;
        left: 100px;
        bottom: 80px;
    }

    .qindian .btn-js {
        left: 500px;
        left: 470px;
        bottom: 68px;
        width: 90px;
        height: 80px;
        padding: 10px 20px;
        font-size: 20px;
    }

    .qindian form {
        width: 210px;
        top: 200px;
        right: 68px;
    }

    .qindian form p {
        font-size: 14px;
    }

    .qindian form button {
        margin-top: 10px;
        line-height: 40px;
    }

    .Choice-list .Item .Intro {
        height: 250px;
    }

    .myform1 .form-item {
        width: 180px;
    }

    .ban-left {
        padding-top: 10px;
    }

    .ban-left .img1 {
        width: 120px;
    }

    .ban-left .img2 {
        width: 160px;
    }

    .myform1 .form-label {
        width: 40px;
    }

    .myform1 .form-inner {
        padding-left: 40px;
    }

    .myform1 .form-submit {
        width: 140px;
    }

    .myform1 .form-inner input {
        font-size: 14px;
    }
}

@media (max-width: 1025px) {
    .Title {
        margin-bottom: 20px;
    }

    .Title h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .Title p {
        font-size: 14px;
        line-height: 1.5;
    }

    .section {
        padding: 30px 0 40px;
    }

    .myform1 {
        width: 100%;
    }

    .myform1 .form-item {
        width: 25%;
    }

    .myform1 .form-submit {
        margin: 0;
        width: 23%;
        float: right;
    }

    .adv-ul .Item h3 {
        font-size: 18px;
    }

    .adv-ul .Item p {
        line-height: 25px;
        height: 50px;
    }

    .case-Tab-Tit {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        margin-bottom: 20px;
    }

    .case-Tab-Tit ul {
        width: max-content;
    }

    .Promise-ul li {
        width: 33.33%;
    }

    .Promise-ul .last-li {
        width: 100%;
    }

    #Serviceflow .container {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .flow-list {
        width: max-content;
    }

    #Aboutus {
        background-position: center bottom;
    }

    .about-list {
        padding-top: 30px;
        margin: 0 -5px;
    }

    .about-list .Item {
        margin: 0 5px;
    }

    .aboout-form {
        padding: 15px 20px;
    }

    .Team-Item {
        margin: 0 5px;
    }

    .con_bj_cal {
        padding: 40px 20px;
    }

    .result-wechat-hotad {
        padding: 40px 0;
    }

    .result-wechat-hotad .calputer_tit {
        margin-right: 20px;
        width: 260px;
    }

    .result-wechat-hotad .bj_res_ul {
        margin-right: 20px;
        width: 260px;
    }

    #Aboutus {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .Title {
        margin-bottom: 10px;
    }

    .news-nav {
        margin: 20px auto;
    }

    .ban-form {
        position: relative;
        display: none;
    }

    .myform1 .form-item {
        width: 50%;
    }

    .adv-ul .Item {
        padding: 15px 0 10px;
    }

    .adv-ul .Item h3 {
        font-size: 16px;
    }

    .adv-ul .Item p {
        display: none;
    }

    .about-ul .number {
        font-size: 40px;
    }

    .about-ul .jia {
        font-size: 36px;
    }

    .about-ul .year {
        font-size: 16px;
    }

    .case-ul li:nth-child(2n+1) {
        width: 49%;
    }

    .case-ul li:nth-child(2n) {
        width: 49%;
    }

    .case-owl {
        position: relative;
        width: 100%;
    }

    .about-ul li {
        padding: 10px 0 20px;
    }

    .aboout-form {
        background-size: 100%;
        height: auto;
    }

    #Aboutus .left {
        width: 100%;
    }

    #Aboutus .right {
        width: 100%;
    }

    .news-box-ul li {
        width: 100%;
    }

    .Item-text {
        padding: 10px;
    }

    .Item-text h3 {
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    .Item-text .Intro {
        
    }

    .Item-text .date {
        
    }

    .Item-text .icon-right01 {
        
    }

    .result-wechat-hotad {
        display: none;
    }

    .con_bj_cal {
        width: 100%;
        padding: 15px;
    }

    .bj_form {
        width: 100%;
    }

    .form_line {
        width: 100%;
        position: relative;
    }

    .calputer_tit span {
        display: block;
    }

    .mod_form .label {
        float: none;
        display: block;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }

    .bj_form .element {
        width: 100%;
    }

    .bj_form .select_s, .bj_form .area_text {
        width: 100%;
    }

    .calc-btn {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
    }

    .circle-animate {
        display: none;
    }

    .calc-btn {
        width: 100%;
        border-radius: 0;
        right: auto;
        line-height: 46px;
        height: 46px;
    }

    .calc-btn em {
        margin: 0;
        width: 100%;
        line-height: 46px;
        font-size: 16px;
    }

    .bj_form .text_wrap .unit {
        display: none;
    }

    #Aboutus {
        padding: 40px 0;
    }

    .flow-list {
        display: none;
    }

    .Service_flow_img {
        display: block;
    }

    .case-Box .Item {
        margin-bottom: 8px;
    }

    .qindian {
        display: none;
    }

    #Promise, #Serviceflow {
        display: none;
    }

    #topform .main .left, #topform .main .content, #topform .main .right {
        width: 100%;
    }

    #topform .main .content {
        padding: 10px;
    }
}
@media (max-width: 768px) {
    .Choice-list > ul > li {
        width: 50%;
    }
    .Choice-list .Item{
        margin:8px
    }
    .Choice-list .Item p {
        font-size: 14px;
        color: #555;
        line-height: 24px;
    }
    .case-ul li {
        float: left;
        margin-right: 1.5%;
    }
    .case-ul li:nth-child(2n){
        margin-right: 0;
    }
    .flow-list .flow-Item:after{
        display: none;
    }
    #Serviceflow{
        padding-top:30px;
    }
}
@media (max-width: 640px) {

    .myform1 .form-item {
        width: 100%;
    }

    .Promise-ul li {
        width: 50%;
    }

    .about-list .Item {
        padding: 10px;
    }

    .case-Box .Item h3 {
        font-size: 14px;
        line-height: 30px;
    }

    #Aboutus {
        padding: 30px 0;
    }

    .Promise-Item {
        padding: 15px 10px;
    }

    .news-more {
        margin: 15px auto;
    }

    .case-Tab-Tit li a {
        font-size: 14px;
        padding: 0 10px;
    }

    body .owl-theme .owl-controls .owl-nav [class*=owl-] {
        display: none;
    }
}

@media (max-width: 480px) {
    #advantage{
        display: none;
    }
    .news-nav {
        width: 90%;
    }

    .news-nav li {
        width: 33.33%;
    }
    .Choice-list .Item .Intro{
        height: 200px;
    }
    .Fot-nav li{
        width: 25%;
    }
    .Fot-nav li a{
        margin-right: 0;
        text-align: center;
    }
    .Promise-Item p{
        height: 60px;
    }
    .flow-list .flow-Item{
        padding: 0 15px;
        width: 50%;
        margin-bottom: 15px;
    }
    .flow-list .flow-Item img{
        width: 60%;
    }
}

@media (max-width: 380px) {
    .about-list li {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media (max-width: 640px) {
    .myform1 .form-item {
        width: 100%;
    }

    .Promise-ul li {
        width: 50%;
    }

    .about-list .Item {
        padding: 10px;
    }

    .case-Box .Item h3 {
        font-size: 14px;
        line-height: 30px;
    }

    #Aboutus {
        padding: 30px 0;
    }

    .Promise-Item {
        padding: 15px 10px;
    }

    .news-more {
        margin: 15px auto;
    }

    .case-Tab-Tit li a {
        font-size: 14px;
        padding: 0 10px;
    }

    body .owl-theme .owl-controls .owl-nav [class*=owl-] {
        display: none;
    }
}

@media (max-width: 480px) {
    .news-nav {
        width: 90%;
    }

    .news-nav li {
        width: 33.33%;
    }
}

@media (max-width: 380px) {
    .Promise-ul li {
        width: 100%;
    }

    .about-list li {
        width: 50%;
        margin-bottom: 10px;
    }
}

