/* 公共样式 */
*, ::after, ::before{
	box-sizing: border-box;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after{clear: both;}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{display: table;content: '';}
.container{/* width: 100%; */padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
/*轮播图css样式*/
.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*轮播图 end*/


.contant {
    width: 1200px;
    margin: auto;
    margin-top: 100px;
}
.s-in {
    margin-bottom: 80px;
}
.s-in .ts-color {
    color: #9d9d9d;
    font-size: 26px;
    margin-bottom: 5px;
}
.s-in p {
    text-align: center;
    font-size: 30px;
    color: #bf2e27;
}
.tab {
    overflow: hidden;
}
.tab ul {
    overflow: hidden;
    margin: 0px 0px 0 15px;
}
.tab li {
    width: 170px;
    height: 140px;
    border: 1px solid #e6e6e6;
    float: left;
    border-right: none;
    cursor: pointer;
}
.tab li img {
    display: block;
    margin: auto;
    margin-top: 20px;
}
.link-suc {
    text-align: right;
    margin-top: 20px;
}
.link-suc a {
    color: #979796;
    font-size: 16px;
    margin-left: 15px;
}
.link-suc a:hover {
    color: #bf2e27 !important;
}
.link-suc span {
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 20px;
}
.xian {
    width: 45px;
    height: 1px;
    border-top: 1px solid #e6e6e6;
    margin: auto;
    margin-top: 5px;
}
.tab li span {
    display: block;
    text-align: center;
    color: #222;
    margin-top: 10px;
}
.cur span {
    color: #bf2e27 !important;
}
.cur .xian {
    border-top: 1px solid #bf2e27;
}
.tab li:nth-last-child(1) {
    border-right: 1px solid #e6e6e6;
    width: 148px;
}
.on {
    display: block;
}
.tablist {
    /* display: none; */
}
.tablist {
    width: 100%;
    margin-top: 30px;
}
.tablist .list {
    width: 595px;
    height: 335px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.tablist .list:nth-child(2n) {
    float: right;
}
.list-in {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    width: 595px;
    height: 60px;
    /* display: none; */
}
.list-nr {
    width: 450px;
    margin: auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.about {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
}
.over {
    overflow: hidden;
    margin-bottom: 30px;
}
.about-nr .ts-color {
    font-size: 26px;
    color: #9d9d9d;
    margin-bottom: 5px;
    text-align: center;
}
.about-nr {
    font-size: 30px;
    color: #bf2e27;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 750px;
    line-height: 30px;
    text-align: justify;
    height: 100%;
}
.about-nr span{
    font-size: 18px;
    color: #333;
}
.about-fr{
    width: 250px;
    float: right;
    /* border: 1px solid #000; */
    height: 250px;
    margin-right: 50px;
    margin-top: 30px;
}
.about-fr .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.ser {
    margin-bottom: 80px;
    margin-top: 80px;
}
.service {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.service li {
    float: left;
    padding: 40px;
    overflow: hidden;
}
.service-in {
    width: 200px;
    height: 300px;
    padding-top: 40px;
    position: relative;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.service-in:hover {
    top: -5px;
}
.service-in img {
    display: block;
    margin: auto;
}
.service-in p {
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
    color: #bf2e27;
    margin-bottom: 25px;
}

.service-in span {
    display: block;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}
.ser-num {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #bf2e27;
    box-shadow: 0px 0px 15px rgb(191 46 39 / 40%);
}
.kuaijie {
    background: #bf2e27;
    display: inline-block;
    width: 100%;
}
.cheng {
    margin: 8rem 0;
}
.tit {
    width: 40%;
    margin: auto;
}
.fangxian {
    text-align: center;
}
.kuaijie .fangxian ul {
    margin: 3rem;
    /* background: #fff; */
    text-align: center;
    display: inline-table;
}
.kuaijie .fangxian ul li {
    list-style: none;
    /* background: #fff; */
    /* width: 20%; */
    display: inline-table;
    margin-bottom: 2%;
    font-size: 2.6rem;
    border-radius: 1rem;
    color: #fff;
}
.neirong-fueu {
    width: 80%;
    margin: auto;
}
.kuaijie .neirong-fueu ul {
    text-align: center;
}
.kuaijie .neirong-fueu ul li {
    /* width: 15%; */
    /* display: inline-table; */
    margin: 1%;
    padding: .6rem 0;
    font-size: 1.6rem;
    border-radius: 1rem;
    /* color: #333; */
    background: #fff;
}
.neirong-fueu .col-md-2 {
    width: 16%;
    display: inline-flex;
    font-size: 1rem !important;
}
.neirong-fueu a {
    color: #333;
    width: 100%;
}
.tijiao {
    background: url(/skin/images/bj-tijiao.jpg) no-repeat center;
    overflow: hidden;
}
.w {
    width: 1200px;
    position: relative;
}
.w {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 4rem;
}
.jisuan-lf {
    float: left;
    width: 45%;
    text-align: right;
    margin-top: 4rem;
}
.jisuan-lf li {
    margin-bottom: 1rem;
}
.jisuan-lf p {
    margin: 1rem 0;
}
.red{
	color: red;
}
.jisuan-rl {
    float: right;
    width: 45%;
    text-align: left;
    margin-top: 2.4rem;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.screen-reader-response {
    display: none;
}
.jisuan-rl p:first-child {
    margin-top: 0;
}
.jisuan-rl p {
    margin: .6rem auto;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.jisuan-rl p input {
    width: 220px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #cecccc;
    background: #ffffff;
}
.jisuan-rl p input[type="submit"] {
    border: none;
    font-size: 18px;
    font-weight: bold;
    background-color: #E97C2A;
    color: white;
    opacity: 10;
}
.zixun-d {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
}
.zixun-d a img {
    width: 300px;
}
/* 移动端样式 */
@media screen and (min-width:300px) and (max-width:600px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .zbjz .zbjz-1 {
        text-align: center;
        margin-bottom: 1rem;
        width: 80%;
        margin: 0 auto;
    }
    .left_tc1{
        display: none;
    }
    .wp {
        display: none;
    }
    #newBridge .nb-icon-base .nb-icon-inner-wrap1 {
        height: 220px;
        top: 300px;
        width: 180px;
        background: url(/skin/images/cy-fixed.png);
        display: none;
    }
    body .zbjz {
        width: 100%;
        margin: 0px auto;
        margin-top: 2rem;
        overflow: hidden;
    }
    .zbjz .zbjz-1 img {
        width: 50%!important;
    }
    .zbjz-1 .zbjz-case {
        font-size: 2.3rem;
        color: #010101;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .zbjz-1 p {
        margin: 1rem auto;
        width: 100%;
        line-height: 3rem;
        font-size: 1.3rem;
        text-align: center;
        font-weight: 700;
    } 
    .zbgjal li {
        width: 50%;
        list-style: none;
        float: left;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .zbgjal .zbgjan {
        display: none;
        position: absolute;
        z-index: 999;
        top: 60%;
        left: 12%;
    }
    /* .zbgjal li+li+li{
        margin-top: 1rem;
    } */
    .contant {
        width: 320px;
        margin: auto;
        margin-top: 3rem;
    }
    .tab ul {
        overflow: hidden;
        margin: 0px 0px 0 0px;
    }
    .tab li {
        width: 33.33%;
        height: 116px;
        border: 1px solid #e6e6e6;
        float: left;
        border-right: none;
        cursor: pointer;
    }
    .tab li+li+li{
        border-right: 1px solid #e6e6e6;
    }
    .tab li:nth-last-child(1) {
        border-right: 1px solid #e6e6e6;
        width: 33.33%;
    }
    .success .s-in {
        margin-bottom: 20px;
    }
    .tablist .list {
        width: 360px;
        height: 217.78px;
        float: left;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
    }
    .list-nr {
        width: 360px;
        margin: 0;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
    .tablist .list:nth-child(2n) {
        float: left;
    }

    .tit {
        width: 80%;
        margin: auto;
    }
    .kuaijie .fangxian ul li {
        list-style: none;
        /* background: #fff; */
        /* width: 20%; */
        display: inline-table;
        margin-bottom: 2%;
        font-size: 1.3rem;
        border-radius: 1rem;
        color: #fff;
    }
    .neirong-fueu .col-md-2 {
        width: 47%;
        display: inline-flex;
        font-size: 1rem !important;
    }
    .kuaijie .neirong-fueu ul li {
        /* width: 15%; */
        /* display: inline-table; */
        margin: 1.1%;
        padding: .6rem 0;
        font-size: 1.6rem;
        border-radius: 1.5rem;
        /* color: #333; */
        background: #fff;
    }
    .about {
        width: 320px;
        margin: auto;
        overflow: hidden;
        margin-top: 60px;
    }
    .about-in {
        float: left;
        font-size: 30px;
        text-align: center;
        margin-left: 10rem;
        margin-bottom: 2rem;
        color: #bf2e27;
    }
    .about-nr {
        float: right;
        width: 100%;
        height: 100%;
        text-align: justify;
        font-size: 18px;
        line-height: 40px;
    }
    .about-fr {
        margin-right: 33px;
    }
    .service {
        width: 360px;
        margin: auto;
        overflow: hidden;
        padding-left: 38px;
        padding-right: 38px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .OnlineService_Bg {
        width: 100px;
        overflow: hidden;
        position: fixed;
        right: 35px;
        bottom: 80px;
        z-index: 999999!important;
        display: none!important;
    }
}

@media screen and (min-width:700px) and (max-width:1000px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    #newBridge .nb-icon-base .nb-icon-inner-wrap1 {
        height: 220px;
        top: 300px;
        width: 180px;
        background: url(/skin/images/cy-fixed.png);
        display: none;
    }
    .wp{
        display: none;
    }
    .zbjz {
        width: 100%;
        margin: 0px auto;
        margin-top: 2rem;
        overflow: hidden;
    }
    .zbjz .zbjz-1 img {
        width: 57%!important;
    }
    .zbjz-1 .zbjz-case {
        font-size: 4rem;
        color: #010101;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .zbjz .zbjz-1 {
        text-align: center;
        margin-bottom: 4rem;
        width: 700px;
        margin: 0 auto;
    }
    .zbjz .zbjz-1 img {
        width: 57%!important;
    }
    .zbjz-1 .zbjz-case {
        font-size: 4rem;
        color: #010101;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .zbjz-1 p {
        margin: 1rem auto;
        width: 100%;
        line-height: 4rem;
        font-size: 2rem;
    }
    .zbgjal li {
        width: 50%;
        list-style: none;
        float: left;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .zbgjal .zbgjan {
        display: none;
        position: absolute;
        z-index: 999;
        top: 64%;
        left: 31%;
    }
    .anniu {
        padding: .8rem 4rem;
        border: 1px solid#ff9f8d;
        color: #e97c2a;
        border-radius: 1rem;
        background: #eb6b52;
        color: #fff;
        font-size: 2rem;
    }
    .contant {
        width: 768px;
        margin: auto;
        margin-top: 60px;
    }
    .s-in {
        margin-bottom: 60px;
    }
    .tab ul {
        overflow: hidden;
        margin: 0px 0px 0 0px;
    }
    .tab li {
        width: 109px;
        height: 140px;
        border: 1px solid #e6e6e6;
        float: left;
        border-right: none;
        cursor: pointer;
    }
    .tab li:nth-last-child(1) {
        border-right: 1px solid #e6e6e6;
        width: 109px;
    }
    .tablist .list {
        width: 380px;
        height: 231px;
        float: left;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
    }
    .list-in {
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.15);
        width: 384px;
        height: 60px;
        /* display: none; */
    }
    .list-nr {
        width: 384px;
        margin: auto;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
    .tit {
        width: 60%;
        margin: auto;
    }
    .neirong-fueu {
        width: 100%;
        margin: auto;
    }
    .kuaijie .neirong-fueu ul li {
        /* width: 15%; */
        /* display: inline-table; */
        margin: 1%;
        padding: .6rem 0;
        font-size: 1.6rem;
        border-radius: 1.8rem;
        /* color: #333; */
        background: #fff;
    }
    .neirong-fueu .col-md-2 {
        width: 22%;
        display: inline-flex;
        font-size: 1.5rem !important;
    }
    .about {
        width: 689px;
        margin: auto;
        overflow: hidden;
        margin-top: 60px;
    }
    .about-in {
        float: left;
        margin: auto;
        margin-left: 41%;
        font-size: 30px;
        color: #bf2e27;
    }
    .about-nr {
        float: right;
        width: 689px;
        font-size: 23px;
        line-height: 47px;
        margin-top: 30px;
        text-align: justify;
    }
    .about-fr {
        margin-right: 210px;
    }
    .about-nr {
        height: 354px;
    }
    .service {
        width: 636px;
        margin: auto;
        overflow: hidden;
        padding-left: 38px;
        padding-right: 38px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px){
    html {
        overflow-y: scroll;
      }
      
      :root {
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      :root body {
        position: absolute;
      }
      
      body {
        width: 100vw;
        overflow: hidden;
      }
    .contant {
        width: 1024px;
        margin: auto;
        margin-top: 60px;
    }
    .zbjz .zbjz-1 img {
        width: 50%!important;
    }
    .zbjz-1 .zbjz-case {
        font-size: 5rem;
        color: #010101;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    .zbjz-1 p {
        margin: 1rem auto;
        width: 90%;
        line-height: 3rem;
        font-size: 2rem;
        font-weight: 700;
    }
    .zbgjal .zbgjan {
        display: none;
        position: absolute;
        z-index: 999;
        top: 61%;
        left: 27%;
    }
    .tab ul {
        overflow: hidden;
        margin: 0px 0px 0 13px;
    }
    .tablist .list {
        width: 508px;
        height: 303px;
        float: left;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
    }
    .list-in {
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.15);
        width: 508px;
        height: 60px;
        /* display: none; */
    }
    .tit {
        width: 60%;
        margin: auto;
    }
    .kuaijie .fangxian ul li {
        list-style: none;
        /* background: #fff; */
        /* width: 20%; */
        display: inline-table;
        margin-bottom: 2%;
        font-size: 3.6rem;
        border-radius: 1.5rem;
        color: #fff;
    }
    .neirong-fueu .col-md-2 {
        width: 22%;
        display: inline-flex;
        font-size: 2rem !important;
    }
    .about {
        width: 100%;
    }
    .about-in {
        float: left;
        font-size: 30px;
        color: #bf2e27;
        margin-left: 45%;
        margin-bottom: 30px;
    }
    .about-nr {
        float: right;
        /* width: 950px; */
        /* margin: 10px auto; */
        /* margin-right: 35px; */
        text-align: justify;
        font-size: 28px;
        line-height: 57px;
    }
    .about-nr {
       width: 100%;
    }
    .about-fr {
    
        margin-right: 380px;
    }
    .service {
        width: 1200px;
        margin: auto;
        overflow: hidden;
        padding-left: 0;
        padding-right: 38px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .service li {
        float: left;
        padding: 29px;
        overflow: hidden;
    }
    .tab li:nth-last-child(1) {
        border-right: 1px solid #e6e6e6;
        width: 140px;
    }
    .tab li {
        width: 144px;
        height: 140px;
        border: 1px solid #e6e6e6;
        float: left;
        border-right: none;
        cursor: pointer;
    }   
}