﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Microsoft YaHei" ! important;
}
i,
em{
    font-style:normal;
}
img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    vertical-align: top;
}
body{
    background: #fff;
}
.left{
    float: left;
}
.right{
    float: right;
}
select::-ms-expand { 
    display: none;
}

.header{
    width: 100%;
    height: 100px;
    z-index: 20;
    background-color: #fff;
    /*overflow: hidden;*/
}
.logo{
    float: left;
    width: auto;
}
.logo a{
    float: left;
}
.logo-img{
    margin-right: 20px;
}
.logo-img img{
    width: 100%;
    vertical-align: middle;    
}
.logo .logo-text{
    float: left;
    margin-top: 25px;
}
.logo-text h3{
    font-size: 24px;
    color: #ff7a17;
}


.header-top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #f1f1f1;
}
.header-top p{
    color: #888;
    font-size: 12px;
    line-height: 30px;
}
.had-text{
    color: #888;
}
.had-text a{
    display: inline-block;
    color: #888;
    font-size: 12px;
    line-height: 30px;
    margin: 0 8px;
}



.head-nav{
    background: #fff;
    border-bottom: 2px solid #ff7a18;
}
.had-nav{
    width: auto;
    height: 50px;
}
.had-nav li{
    position: relative;
    width: 14%;
    height: 100%;
    float: left;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}
.had-nav li a{
    position: relative;
    display: block;
    width: 130px;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 50px;
    margin: auto;
    font-weight: 700;
}
.had-nav li:hover > a{
    color: #fff;
    background: #ff7a18;
    font-weight: 700;
}
.had-nav li:hover .nav-tab{
    height: 320px;
    overflow-y:auto;

}
.had-nav li a.active{
    color: #fff;
    background: #ff7a18;
    font-weight: 700;
    white-space:nowrap;    
}
.nav-tab{
    position: absolute;
    top: 50px;
    left: 19px;
    width: 130px;
    height: 0px;
    background-color: #ff7a18;
    z-index: 9;
    transition: all 0.3s;
    overflow: hidden;
    z-index:9999;
}

.nav-tab .nav-list{
    width: 100%;
    line-height: 35px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.nav-tab .nav-list:hover{
    background-color: #fff;
    color: #333;
}

.banner{
    position: relative;
    width: 100%;
}

.banner .form{
    position: absolute;
    right: 25%;
    top: 15%;
    width: 16%;
    height: auto;
    background: #fff;
    padding: 30px 20px 15px;
    z-index:999;
}
.form h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.form select{
    width: 100%;
    height: 35px;
    line-height: 30px;
    color: #757575;
    font-size: 16px;
    padding-right: 35px;
    padding-left: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: none;
    background: url(../images/sele.png)right 12px center no-repeat;
    background-size: 18px auto;
    margin-bottom: 15px;
}
.form .inp1{
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    line-height: 33px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #757575;
    outline: none;
    font-size: 16px;
}
.form .yzm{
    width: 100%;
    line-height: 33px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.yzm input{
    outline: none;
    border: none;
}
.yzm .inp2{
    width: 50%;
    height: auto;
    font-size: 16px;
}
.yzm .inp3{
    width: 40%;
    background: #fff;
    height: auto;
    color: #ff7a18;
    font-size: 16px;
}
.form .inp4{
    width: 100%;
    height: 35px;
    background: #fff;
    font-size: 18px;
    color: #fff;
    background: #ff7a18;
    border: none;
    outline: none;
    border-radius: 5px;
}







/*轮播图按钮样式*/
.swiper-container1 .swiper-pagination1 {
    width: 100%;
    bottom: 25px;
    z-index: 6;
}
.swiper-container1 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 20px !important;
}
.swiper-container1 .swiper-slide{
    position: relative;
}
.swiper-container1 .swiper-slide span{
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -192px;
    display: inline-block;
    color: #fff;
    font-size: 48px;
}
.swiper-container1 .swiper-pagination-bullet-active{
    background-color: #bc8465;
}
.swiper-pagination-bullet{
    background-color: #ccc;
    opacity: 0.8;
}

.contact{
    overflow: hidden;
    margin-top: 25px;
}
.phone{
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.phone img{
    width: auto;
}
.texts{
    float: right;
}
.texts span{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.texts span i{
    font-size: 19px;
    color: #ff7a18;
    font-weight: 700;
    /* font-family: "Impact"; */
}
.texts span em{
    color: #333;
}

.banner-hf{
    margin: 20px auto 0;
    text-align: center;
}
.banner-hf img{
    width: 500px;
}

/*主体内容*/

/* 代办的好处 */
.daiban{
    margin-top: 70px;
}
.daiban h3{
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: 400;
    background: url(../images/bgc-01.png) center bottom no-repeat;
    padding: 0 0 55px 0;
}
.daiban h3 i{
    color: #3388e2;
}
.daiban-box{
    margin-top: 40px;
}
.dai-left{
    width: 50%;
    padding: 30px 25px 20px 75px;
    color: #fff;
    background: -webkit-linear-gradient(top, #d69009, #f6ab1c);
}
.dai-left img{
    width: auto;
    float: right;
}
.dai-left p{
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.dai-left span{
    font-size: 18px;
    line-height: 25px;
    display: block;
}

.dai-right{
    width: 50%;
    padding: 30px 80px 20px 20px;
    color: #333;
    background: -webkit-linear-gradient(top, #dcdcdc, #f5f5f5);
}
.dai-right img{
    width: auto;
    float: left;
}
.dai-right p{
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.dai-right span{
    font-size: 18px;
    line-height: 25px;
    display: block;
}


/* 为什么选择我们 */
.select{
    background: url(../images/bgc-02.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
    padding-bottom: 70px;
}
.select h3{
    font-size: 32px;
    color: #333;
    font-weight: 700;
    text-align: center
}
.sele-box{
    margin-top: 20px;
}
.sele-box dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sele-box dl dd{
    width: 40%;
}
.sele-box dl dt img{
    width: auto;
}
.sele-box dl dd .bt{
    background: #e5e5e5;
    font-size: 26px;
    padding: 20px 0;
    padding-left: 60px;
    font-weight: 700;
    border-radius: 0 30px 30px 0;
}
.sele-box dl dd:first-of-type .bt{
    background: #f6ab1c;
    color: #fff;
    padding-right: 60px;
    text-align: right;
    border-radius: 30px 0 0 30px;
}
.sele-box .td {
    margin-top: 25px;
}
.sele-box dl dt span{
    width: 110px;
    height: 100px;
    background: url(../images/ico-22.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 700;
    padding: 20px 30px;
    line-height: 25px;
}

.sele-box dl dd .box img{
    width: auto;
}
.box .zan{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10px;
}
.box .zans{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 10px;
}


.sele-box dl dd .box {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 12px;
    padding: 10px 30px 10px 70px;
    position: relative;
    color: #5a5a5a;
}
.sele-box dl dd:first-of-type .box{
    margin-right: 0;
    margin-left: 12px;
    padding: 10px 70px 10px 30px;
}
dl dd .box::before{
    display: block;
    position: absolute;
    left: -13px;
    width: 13px;
    height: 14px;
    background: url(../images/invstip.png) no-repeat;
    content: "";
    top: 50%;
    margin-top: -7px;
    z-index: 5;
}
dl dd:first-of-type .box::before{
    left: auto;
    right: -13px;
    transform: rotate(180deg);
}


/* 服务范围 */
.fuwu{
    background: url(../images/bgc-03.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}
.fw-left{
    position: relative;
}
.fw-left h3{
    font-size: 50px;
    color: #666;
    padding: 38px 0 0 0;
    background: url(../images/tit.png) center no-repeat;
    text-align: center;
}
.fw-left p{
    background: #f8ab32;
    color: #fff;
    padding: 15px 25px;
    font-size: 22px;
    margin: 20px 0 30px 0;
    border-radius: 100px;
}
.fw-left img{
    width: auto;
}

.fw-right{
    position: relative;
    margin-top: 100px;
}
.fw-right img{
    width: auto;
}
.fw-right .fw-text{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.fw-text p{
    font-size: 28px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
}
.fw-text span{
    color: #f8ab32;
    font-size: 30px;
}
.fw-text span i{
    color: #3388e2;
    font-weight: 700;
}

/* 热门资质 */
.zizhi{
    padding: 60px 0;
}
.zizhi h3{
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 700;
}
.zz-list{
    margin-top: 50px;
    border: 1px solid #e5e5e5;
}
.zz-list li{
    float: left;
    width: 16.666%;
    min-height: 125px;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s;
}
.zz-list li:nth-child(6n){
    border-right: none;
}
.zz-list li:nth-child(n+7){
    border-bottom: none;
}
.zz-list li img{
    width: auto;
    margin-bottom: 15px;
}
.zz-list li a{
    display: block;
}
.zz-list li p{
    font-size: 18px;
    color: #646464;
    line-height: 20px;
    transition: all 0.3s;
}
.zz-list li:hover p{
    color: #ff7a18;
}
.zz-list li:hover{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.zz-xia{
    margin: 35px -8px 0;
}
.zz-xia li{
    float: left;
    width: 20%;
    padding: 0 8px;
    overflow: hidden;
    transition: all 0.3s;
}
.zz-xia li a{
    display: block;
    background: rgb(238, 242, 246);
    padding: 25px 15px 35px;
    border-radius: 5px;
}
.zz-xia li a:hover{
    background: linear-gradient( 45deg, rgb(255,138,79) 0%, rgb(255,108,78) 100%);
}
.zz-xia li a:hover .zz-img{
    background: #fff;
}
.zz-xia li a:hover .zz-text b{
    color: #fff;
}
.zz-xia li a:hover .zz-text span{
    color: #fff;
}

.zz-xia li .zz-img{
    border-radius: 50%;
    width: 54px;
    height: 54px;
    border: 1px solid #ff7a18;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 50px;
    transition: all 0.3s;
}
.zz-img img{
    width: auto;
    vertical-align: middle;
}

.zz-text b{
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.zz-text span{
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

/* 施工总承包 */
.z-shigong{
    background: #dce3e8;
    padding: 60px 0;
}
.sg-bgc{
    width: 23%;
    height: 280px;
    background: url(../images/bgc-04.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 45px;
    margin-right: 10px;
}
.sg-bgc b{
    font-size: 28px;
    color: #fff;
    line-height: 35px;
}
.sg-bgc a{
    width: 150px;
    height: 50px;
    line-height: 48px;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 70px auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
}

.sg-list{
    width: 76%;
    float: left;
    margin: 0 -3px;
}
.sg-list li{
    float: left;
    width: 25%;
    padding: 0 3px;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.sg-list li a{
    display: block;
    height: 134px;
    text-align: center;
    padding: 30px 0 0;
    background: #fff;
    transition: all 0.3s;
}
.sg-list li:hover i{
    margin-top: -10px;
    transition: all 0.3s;
}
.sg-list li:hover span{
    color: #fe7d02;
}
.sg-list li a:hover{
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
.sg-list li span{
    font-size: 18px;
    color: #565656;
    line-height: 25px;
}
.sg-list li i{
    display: block;
    width: 60px;
    height: 52px;
    background: url(../images/jlt-01.png) no-repeat;
    margin: 0 auto 10px;
}
.sg-list li:nth-child(2) i{
    background-position-x: -60px;
}
.sg-list li:nth-child(3) i{
    background-position-x: -120px;
}
.sg-list li:nth-child(4) i{
    background-position-x: -182px;
}
.sg-list li:nth-child(5) i{
    background-position: 0 -76px;
}
.sg-list li:nth-child(6) i{
    background-position: -60px -76px;
}
.sg-list li:nth-child(7) i{
    background-position: -120px -76px;
}
.sg-list li:nth-child(8) i{
    background-position: -180px -76px;
}

.zixun{
    position: relative;
    width: 500px;
    height: 50px;
    margin: 40px auto 0;
    border: 1px solid #fe7d02;
    background: #fff;
    padding-left: 30px;
}
.zixun:hover .zx{
    transform: rotateY(360deg);
}
.zixun .zx{
    position: absolute;
    width: auto;
    left: -19px;
    top: 4px;
}
.zixun span{
    display: inline-block;
    width: 30px;
    font-size: 14px;
    color: #fe7d02;
    line-height: 20px;
    margin-right: 10px;
}
.zixun b{
    font-size: 36px;
    color: #fe7d02;
    line-height: 48px;
}
.zixun a{
    display: block;
    float: right;
    width: 150px;
    height: 100%;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient( 45deg, rgb(255,138,79) 0%, rgb(255,108,78) 100%);
    text-align: center;
}
.zixun a img{
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}


/* 施工专业承包 */
.zy-shigong{
    padding: 60px 0;
}
.zy-bgc{
    width: 23%;
    height: 560px;
    background: url(../images/bgc-05.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 190px;
    padding-bottom: 45px;
    margin-right: 10px;
}
.zy-bgc b{
    font-size: 28px;
    color: #fff;
    line-height: 35px;
}
.zy-bgc a{
    width: 150px;
    height: 50px;
    line-height: 48px;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 70px auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
}

.sg-list.wire li a{
    border: 1px solid #e5e5e5;
}
.sg-list.wire li i{
    display: block;
    width: 60px;
    height: 52px;
    background: url(../images/jlt-02.png) no-repeat;
    margin: 0 auto 10px;
    background-position-x: 6px;
}
.sg-list.wire li:nth-child(2) i{
    background-position-x: -60px;
}
.sg-list.wire li:nth-child(3) i{
    background-position-x: -124px;
}
.sg-list.wire li:nth-child(4) i{
    background-position-x: -186px;
}
.sg-list.wire li:nth-child(5) i{
    background-position: 4px -60px;
}
.sg-list.wire li:nth-child(6) i{
    background-position: -58px -60px;
}
.sg-list.wire li:nth-child(7) i{
    background-position: -124px -60px;
}
.sg-list.wire li:nth-child(8) i{
    background-position: -186px -60px;
}
.sg-list.wire li:nth-child(9) i{
    background-position: 4px -120px;
}
.sg-list.wire li:nth-child(10) i{
    background-position: -58px -120px;
}
.sg-list.wire li:nth-child(11) i{
    background-position: -124px -120px;
}
.sg-list.wire li:nth-child(12) i{
    background-position: -186px -120px;
}
.sg-list.wire li:nth-child(13) i{
    background-position: 5px -180px;
}
.sg-list.wire li:nth-child(14) i{
    background-position: -58px -180px;
}
.sg-list.wire li:nth-child(15) i{
    background-position: -124px -180px;
}
.sg-list.wire li:nth-child(16) i{
    background-position: -186px -180px;
}
.sg-list.wire li:hover i{
    margin-top: -10px;
    transition: all 0.3s;
}


/* 设计资质 */
.sg-bgc.sj{
    background: url(../images/bgc-06.jpg) no-repeat;
}
.sg-list.sj li i{
    background: url(../images/jlt-03.png) no-repeat;
}
.sg-list.sj li:nth-child(2) i{
    background-position-x: -60px;
}
.sg-list.sj li:nth-child(3) i{
    background-position-x: -120px;
}
.sg-list.sj li:nth-child(4) i{
    background-position-x: -177px;
}
.sg-list.sj li:nth-child(5) i{
    background-position: 0 -76px;
}
.sg-list.sj li:nth-child(6) i{
    background-position: -60px -76px;
}
.sg-list.sj li:nth-child(7) i{
    background-position: -120px -76px;
}
.sg-list.sj li:nth-child(8) i{
    background-position: -180px -76px;
}

/* 资质办理流程 */
.flow{
    margin: 60px 0;
}
.flow-left{
    width: 68%;
    height: 450px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}
.flow-left h3{
    font-size: 28px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
.flow-list{
    padding: 30px;
    margin-top: 50px;
}
.flow-list li{
    position: relative;
    float: left;
    width: 23%;
    height: 290px;
    background: #f6f6f6;
    margin-right: 15px;
    text-align: center;
    padding-top: 50px;
}
.flow-list li:nth-last-child(1){
    margin-right: 0;
}
.flow-list li i{
    font-size: 16px;
    color: #888;
}
.flow-list li p{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.flow-list li span{
    display: inline-block;
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}
.flow-list li img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}

.flow-right{
    width: 30%;
    height: 450px;
    padding: 30px 25px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.form.sy{
    
    width: 100%;
}
.form.sy h3{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}
.roll-box{
    position: relative;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.roll-box .swiper-container2{
    position: relative;
    overflow: hidden;
}
.roll-box span{
    display: block;
    line-height: 20px;
}


/* 为什么找顶呱呱资质服务 */
.content1{
    background: url(../images/bgc-07.png) no-repeat;
    background-size: 100% 100%;
    padding: 55px 0;
}
.content1 h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.con1-list{
    margin: 40px -10px 0;
}
.con1-list li{
    width: 25%;
    float: left;
    padding: 0 10px;
    text-align: center;
    transition: all 0.3s;
}
.con1-list li:hover p{
    color: #fe7d02;
}
.con1-list li:hover span{
    color: #fe7d02;
}
.con1-list li a{
    height: 390px;
    display: block;
    background: #fff;
    padding: 35px 20px 0;
}
.con1-list li img{
    width: auto;
    margin-bottom: 20px;
}
.con1-list li p{
    font-size: 18px;
    color: #333;
    line-height: 35px;
}
.con1-list li span{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}


/* 合作部分案例 */
.content2{
    margin: 50px 0 30px;
}
.content2 h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.con2{
    position: relative;
    margin-top: 50px;
}
.con2 .swiper-container3{
    position: relative;
    overflow: hidden;
}
.con2 .swiper-button-next{
    width: 50px;
    height: 50px;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    right: -50px;
}
.con2 .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    left: -50px;
}
.con2 .swiper-slide{
    text-align: center;
}
.con2 img{
    width: 100%;
}
.con2 p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

/* 新闻动态 */
.news{
    background: #eff4f6;
    padding: 60px 0 50px;
}
.news h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.new-box{
    margin-top: 40px;
    padding: 30px 60px;
    background: #fff;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.1);
}
.new-hy{
    width: 40%;
}
.new-hy b{
    font-size: 24px;
    color: #333;
    border-left: 4px solid #fe7d02;
    padding-left: 10px;
    line-height: 25px;
}
.new-hy .link{
    font-size: 14px;
    color: #666;
    float: right;
}
.new-hy .link:hover{
    color: #f8ab32;
}
.new-hy img{
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.new-hy li p{
    float: left;
    font-size: 18px;
    color: #333;
}
.new-hy li{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.new-hy li:nth-last-child(1){
    border: none;
}
.new-hy li i{
    float: right;
    font-size: 12px;
    color: #888;
}
.new-hy li span{
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-text{
    margin-bottom: 10px;
}
.new-r{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.new-hy li:hover p{
    color: #ef7d02;
}

.con2 .swiper-container4{
    position: relative;
    overflow: hidden;
}
.con2 .swiper-pagination{
    width: 100%;
    bottom: -30px;
    text-align: center;
}
.con2 .swiper-pagination span{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.con2.ny{
    margin-bottom: 50px;
}
.con2 .swiper-pagination-bullet-active{
    background-color: #f97a57;
}

/* 公司实力分布 */
.streng{
    margin: 80px 0 50px;
}
.text{
    text-align: center;
}
.text h3{
    font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.text p{
    font-size: 24px;
    color: #999;
    background: url(../images/title.png) center no-repeat;
}
.str-map{
    text-align: center;
    margin-top: 50px;
}
.str-map img{
    width: auto;
}


/* 为什么顶呱呱领先于资质服务市场 */
.dgg-way{
    margin: 70px 0 60px;
}
.dgg-way h3{
    font-size: 30px;
    color: #333;
    font-weight: 700;
    text-align: center;
}
.way-list{
    margin-top: 50px;
}
.way-list li{
    width: 45%;
    float: left;
    margin-bottom: 25px;
    margin-right: 70px;
}
.way-list li:nth-child(2n){
    margin-right: 0;
}
.way-list li:hover p{
    color: #ff7800;
}
.way-list li:hover span{
    color: #ff7800;
}
.way-list li img{
    width: auto;
    float: left;
    margin-right: 25px;
}
.way-list li p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    transition: all 0.3s;
}
.way-list li span{
    font-size: 16px;
    color: #888;
    line-height: 25px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.con2s{
    display: none;
}




.footer{
    background: #3c3c3c;
    padding: 25px 0 30px;
}
.fot-tit span{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.271);
}
.fot-tit a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.271);
    border-right: 2px solid rgba(255, 255, 255, 0.271);
    margin-right: 25px;
    padding-right: 25px;
}
.fot-tit a:nth-last-child(1){
    border-right: none;
}
.fot-tit a:hover{
    color: #dfdfdf;
}
.fot-bot{
    overflow: hidden;
    margin-top: 50px;
}
.fot-bot p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.271);
}
.fot-r{
    text-align: center;
}
.fot-r img{
    width: auto;
}
.fot-r span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.271);
    line-height: 35px;
}



.ny-nav{
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ny-nav li{
    float: left;
    width: 25%;
}
.ny-nav li img{
    width: auto;
    float: left;
    margin-right: 10px;
}
.ny-nav li p{
    font-size: 18px;
    color: #333;
    line-height: 35px;
}
.ny-nav li span{
    font-size: 18px;
    color: #666;
}

.ny-zcb{
    margin: 60px 0 60px;
}
.ny-zcb h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.zcb-list{
    margin-top: 80px;
}
.zcb-list li{
    width: 16.666%;
    float: left;
    padding-top: 25px;
    text-align: center;
}
.zcb-list li:hover{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.zcb-list li img{
    width: auto;
}
.zcb-list li p{
    font-size: 18px;
    color: #646464;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}


.ny-select{
    background: url(../images/bgc-09.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}
.ny-select h3{
    font-size: 30px;
    color: #f7f7f7;
    text-align: center;
    font-weight: 700;
}
.dgg{
    width: 100%;
    background: url(../images/lyz-2.png) no-repeat;
    margin-top: 40px;
    padding-top: 140px;
    padding-bottom: 60px;
}
.dgg b{
    display: block;
    font-size: 20px;
    color: #ff7800;
    text-align: center;
    line-height: 25px;
}
.dgg-bao{
    width: 1050px;
    margin: auto;
    padding-top: 35px;
}
.dgg-bao ul:nth-child(1){
    float: left;
    padding-left: 75px;
}
.dgg-bao ul:nth-child(2){
    float: left;
    padding-left: 90px;
}
.dgg-bao ul:nth-child(3){
    float: left;
    padding-left: 105px;
}

.dgg-bao ul:nth-child(1)>li{
    text-align: left;
    line-height: 55px;
}
.dgg-bao ul:nth-child(1)>li>b{
    display: inline-block;
    color: #ff7800;
    font-size: 18px;
}
.dgg-bao ul:nth-child(1)>li>i{
    display: none;
}
.dgg-bao ul:nth-child(1)>li>span{
    color: #333;
    font-size: 18px;
}

.dgg-bao ul:nth-child(2)>li{
    width: 100px;
    height: 35px;
    border: 2px solid #ff7800;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #ff7800;
    margin-top: 15px;
}

.dgg-bao ul:nth-child(3)>li{
    text-align: left;
    line-height: 52px;
}
.dgg-bao ul:nth-child(3)>li>b{
    display: inline-block;
    font-size: 18px;
    color: #888;
}
.dgg-bao ul:nth-child(3)>li>i{
    display: none;
}
.dgg-bao ul:nth-child(3)>li>span{
    font-size: 18px;
    color: #888;
    line-height: 50px;
}

.zycb-list{
    margin: 20px -5px 0;
}
.zycb-list li{
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 15px;
    text-align: center;
}
.zycb-list li .ny-wire{
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 10px;
}
.zycb-list li img{
    width: auto;
    margin-bottom: 10px;
}
.ny-wire p{
    font-size: 18px;
    color: #646464;
    line-height: 30px;
    transition: all 0.3s;
}
.zycb-list li:hover p{
    color: #fe7d02;
}
.zycb-list li:hover .ny-wire{
    box-shadow: 0px 0px 14.56px 1.44px rgba(174, 174, 174, 0.17);
}
.ny-select.bgc{
    background: url(../images/bgc-10.jpg) no-repeat;
    background-size: 100% 100%;
}
.ny-select.bgc h3{
    color: #333;
}

.ny-sheji{
    padding: 60px 0 40px;
    background: #E8EEF6;
}   
.ny-sheji h3{
    font-size: 30px;
    color: #333;
    text-align: center;
}
.design-list{
    margin: 55px -15px 0;
}
.design-list li{
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 15px;
    transition: all 0.3s;
}
.design-list li .design-box{
    background: #fff;
    padding-bottom: 35px;
    min-height: 550px;
}
.design-box p{
    padding-top: 30px;
    background: linear-gradient(to right,#149BFF,#37BCE6);
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
}
.sj-img{
    width: 160px;
    height: 160px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -65px;
    padding: 15px;
}
.sj-text{
    padding: 0 10px 0 50px;
    margin-top: 10px;
}
.sj-text span{
    width: 45%;
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
    margin-right: 30px;
}
.sj-text span:nth-child(2n){
    margin-right: 0;
}
.sj-text span img{
    width: auto;
    vertical-align: unset;
    margin-right: 5px;
}   
.design-box .sj-zx{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 48px;
    color: #FF6C4E;
    font-size: 16px;
    border: 1px solid #FF6C4E;
    text-align: center;
}
.sj-zx .bb{
    display: none;
}
.sj-zx img{
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.design-list li:hover .sj-zx{
    background: linear-gradient(to right,#FF8A4F,#FF6C4E);
    color: #fff;
}


/* 在线疑难解答 */
.answer{

}
.answer-list{
    margin-top: 70px;
}
.answer-list li{
    width: 43%;
    float: left;
    overflow: hidden;
    margin-right: 80px;
    margin-bottom: 60px;
    transition: all 0.3s;
}
.answer-list li:hover .jieda{
    color: #fff;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #f28e23, #fc644d);
    box-shadow: 0px 10px 20px rgba(252, 100, 77, .3);
}
.answer-list li img{
    width: auto;
    float: left;
    vertical-align: middle;
    margin-right: 35px;
}
.answer-list li p{
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.answer-list li .jieda{
    font-size: 16px;
    float: right;
    width: 120px;
    line-height: 42px;
    display: inline-block;
    border-radius: 6px;
    color: #ff7b06;
    border: 1px solid #ff7b06;
    text-align: center;
}

/* 新闻动态 */
.prod-nav{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.prod-nav li{
    width: 160px;
    height: 40px;
    color: #666;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 20px;
}
.prod-nav li a {
    display: block;
    line-height: 40px;
    transition: all 0.3s;
    font-size: 16px;
    border-radius: 20px;
}
.prod-nav li a:hover{
    background-color: #ff7b06;
    color: #fff;
}
.prod-nav li a.active{
    background-color: #ff7b06;
    color: #fff;
}

.nynews{
    margin-top: 20px;
    padding-top: 20px;
}
.nynews li{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.nynews li p {
    float: left;
    font-size: 18px;
    color: #333;
}
.nynews li i {
    float: right;
    font-size: 12px;
    color: #888;
}
.nynews li span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.nynews li:hover p {
    color: #ef7d02;
}

/* 关于我们 */
.dgg-what{
    margin: 20px 0 110px;
}
.what-sw{
    width: 50%;
    position: relative;
    margin-top:80px;
}
.what-sw .swiper-container6{
    position: relative;
    overflow: hidden;
}
.what-sw .swiper-pagination {
    width: 100%;
    bottom: -30px;
    text-align: center;
}
.what-sw .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.what-sw .swiper-pagination-bullet-active {
    background-color: #f97a57;
}
.what-sw img{
    width: 100%;
}
.what-sw h3{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.what-sw p{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;    
}

.what-text{
    position: relative;
    width: 45%;
    padding-top: 150px;
}
.jieshao{
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    background: url(../images/bgc-13.png) no-repeat;
    padding-top: 60px;
    text-align: center;
}
.jieshao p{
    font-size: 18px;
    color: #333;
    margin: 20px 0 0 40px;
    line-height: 30px;
}
.jieshao i{
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-left: 40px;
}
.map3 {
    position: absolute;
    right: 80px;
    top: 15px;
    width: 280px;
}
.what-text span{
    color:#000;
    /*inline-block;
    text-indent: 20px;
    font-size: 14px;
    color: #666;
    line-height: 30px;*/
}

/* 顶呱呱发展历程 */

.about-big-bg{
    background: url(../images/7.jpg) no-repeat fixed center center;
    width: 100%;
    min-width: 1200px;
    height: 600px;
}
.ter-box-time{
    position: relative;
}
.w1180 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ter-content-time {
    position: absolute;
    top: -450px;
    left: 50%;
}
#top {
    width: 100%;
    height: 90px;
    float: left;
    position: relative;
    background: url(../images/top-bg.png) no-repeat;
}
#top .small {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 56px;
    display: inline;
    margin: 0 auto;
}
#top .small ul {
    margin: 0;
    padding: 0px;
}
#top .small li.hove {
    color: #ffea00;
}
#top .small li {
    position: relative;
    height: 60px;
    line-height: 90px;
    float: left;
    top: -35px;
    display: inline;
    margin: 3px 0 0 3px;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    margin-left: 52px;
}
#top .small li.hove span {
    font-size: 18px;
}
#top .small li span {
    position: absolute;
    color: #fff;
    width: 300px;
    text-align: center;
    font-size: 0;
    line-height: 30px;
}
#top .small li span.text {
    position: absolute;
    top: -60px;
    left: 385px;
    color: #fff;
    width: 300px;
    text-align: center;
    line-height: 30px;
}
#top .small li span.text-01 {
    position: absolute;
    top: -90px;
    left: 400px;
    color: #fff;
    width: 300px;
    text-align: center;
    font-size: 0;
    line-height: 30px;
}

#top .small li span.text-02 {
    top: -90px;
    left: 300px;
}
#top .small li span.text-03 {
    top: -90px;
    left: 200px;
}
#top .small li span.text-04 {
    top: -90px;
    left: 100px;
}
#top .small li span.text-05 {
    top: -90px;
    left: 0;
}
#top .small li span.text-06 {
    top: -90px;
    left: -100px;
}
#top .small li span.text-07 {
    top: -90px;
    left: -200px;
}
#top .small li span.text-08 {
    top: -90px;
    left: -300px;
}
#top .small li span.text-09 {
    top: -90px;
    left: -420px;
}
#top .small li span.text-010 {
    top: -90px;
    left: -520px;
}
#top .small li span.text-011 {
    top: -90px;
    left: -628px;
}

#top .small li.hove span {
    font-size: 18px;
}
#top .small li.hove img {
    display: block;
    width: auto;
}
#top .small li>img {
    position: absolute;
    display: none;
    top: 7px;
    left: 7px;
}
#top .small li span {
    position: absolute;
    color: #fff;
    width: 300px;
    text-align: center;
    font-size: 0;
    line-height: 30px;
}
#top .small li span.text-10 {
    top: -70px;
    left: -628px;
}

#box {
    width: 100%;
    height: 400px;
    float: left;
    overflow: hidden;
    position: relative;
}
#list {
    width: 830px;
    height: 446px;
    position: absolute;
    top: 0;
    left: 50%;
    display: inline;
    margin-left: -410px;
    overflow: hidden;
}
#box a {
    width: 60px;
    height: 60px;
    text-decoration: none;
    position: absolute;
    z-index: 20;
    top: 50%;
    margin-top: -30px;
}
#box a.next {
    right: 0;
    background: url(../images/about-xiang-right.png) no-repeat;
}
#box a.prev {
    left: 0;
    background: url(../images/about-xiang-left.png) no-repeat;
}
#list ul {
    margin: 0px;
    padding: 0px;
    float: left;
}
#list li {
    border: 3px solid #000;
    position: absolute;
    list-style-type: none;
    cursor: pointer;
    overflow: hidden;
}
#list li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#list li .b_tit {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 1;
    bottom: -100%;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
#list li div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}
#list li .opacity {
    width: 100%;
    height: 40px;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}
#list li .tit {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
}
#list li .tit span {
    width: 100%;
    height: 40px;
    font-weight: normal;
    float: left;
    line-height: 30px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #2f2f2c;
    text-align: center;
    left: 0px;
    margin: 0px;
    padding: 0px;
}







/* 致辞 */
.zhici{
    margin: 100px 0 80px;
    padding: 0 140px;
}
.zhic-top img{
    width: auto;
    float: left;
    margin-right: 10px;
}
.zhic-top p{
    float: left;
    font-size: 24px;
    color: #333;
    position: relative;
    width: 200px;
    line-height: 40px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.zhic-top p::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 1px;
    background: #004b92;
}
.zhic-bot{
    margin-top: 40px;
    text-align: center;
}
.zhic-bot span{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.zhic-img{
    margin-top: 20px;
}
.zhic-img span{
    font-size: 18px;
    color: #333;
}
.zhic-img img{
    width: auto;
    vertical-align: middle;
}

/* 企业文化 */
.wenhua{
    background: url(../images/bgc-11.jpg) no-repeat;
    padding: 70px 0 130px;
}
.wenhua h3{
    font-size: 24px;
    color: #fff;
}
.wenhua p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.wenhua-list{
    position: relative;
    margin-top: 100px;
    padding: 0 100px;
    margin-bottom: 130px;
}
.wenhua-list li{
    position: relative;
    display: inline-block;
    width: 215px;
    height: 215px;
    margin: 5px;
    border: 1px solid #fff;
    transform:rotate(45deg);
    margin-right: 90px;
    transition: all 0.3s;
    overflow: hidden;
}
.wenhua-list li span{
    width: 150px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.wenhua-list li:nth-last-child(1){
    position: absolute;
    top: 160px;
    right: 320px;
}
.wenhua-list li:nth-last-child(2){
    position: absolute;
    top: 160px;
    right: 633px;
}
.wenhua-list li:hover{
    background: #004b92;
    border: 1px solid transparent;
}
.wenhua-list li:hover .pos{
    top: 106%;
}

.topf{
    position: absolute;
    bottom: 0;
    width: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    text-align: center;
}
.topf i{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.pos{
    width: 100%;
    position: absolute;
    top: 210%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}


/* 顶呱呱愿景 */
.yuanjin{
    margin: 40px 0;
}
.yuanjin h3{
    position: relative;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.yuanjin h3::before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 120px;
    height: 2px;
    background: #002b92;
}
.yuanjin p{
    color: #666;
    font-size: 16px;
}
.jyuan-list{
    margin: 30px -15px 0;
}
.jyuan-list li{
    float: left;
    width: 20%;
    height: 300px;
    padding: 0 15px;
}
.jyuan-list li:hover .jy-box{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.jy-box{
    background: #eee;
}
.jy-text{
    padding: 20px;
}
.jy-text span{
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.rongyu{
    padding-bottom: 50px;
}
.rongyu img{
    width: auto;
}
.ry-lx{
    float: left;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 200px;
}
.ry-lx p{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    font-weight: 700;
}
.ry-lx span{
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.ry-lx i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/rongyu.png);
    vertical-align: middle;    
}

.base_scoll_top {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 122, 24)!important;
    position: fixed;
    right: 13px;
    top: 60%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    padding-top: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    text-align: center;
    padding-top: 15px;
}
.base_scoll_top img{
    width: auto;
}
.base_scoll_top>p {
    font-size: 18px;
    color: #FFFFFF;
}
.celan li span{
    display: inline-block;
    font-size: 14px;
    color: #16519f;
    line-height: 55px;
}
.celan li:hover i{
    color: #fff;
}
.celan li:hover span{
    color: #fff;
}
.tan{
    display: none;
}
.login1{
    display: none;
}
.yd-sjz{
    display: none;
}
.yddgg-box{
    display: none;
}
.pk{
    display: none;
}
.dgg-bao ul:nth-child(1)>li.name{
    display: none;
}
.dgg-bao ul:nth-child(3)>li.name{
    display: none;
}
.bd img{
    width: auto;
}
.about-img img{
    display: none;
}






























@media (max-width: 1700px){
    .yzm .yz-btns {
        background: transparent;
        color: #ff7800;
    }
    .yzm .yz-inp{
        float:left;
        color:#666;
    }



    .banner .form {
        top: 5%;
        right: 20%;
    }
    .form select{
        font-size: 14px;
    }
    .form .inp1{
        font-size: 14px;
    }
    .form .inp2{
        font-size: 14px;
    }
    .form .inp3{
        font-size: 14px;
    }
    .form .inp4{
        font-size: 16px;
    }
}
@media (max-width: 1550px){
    .form h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .banner .form{
        top: 5%;
        right: 15%;
        padding: 20px 10px 10px;
    }
}
@media (max-width: 1440px){
    .banner .form{
        top: 5%;
        right: 15%;
        padding: 10px 5px;
    }
    .form select{
        margin-bottom: 5px;
    }
    .form .inp1{
        margin-bottom: 5px;
    }
    .form .yzm{
        margin-bottom: 10px;
    }
    .yzm .inp2{
        margin-bottom: 0;
    }
    .yzm .inp3{
        margin-bottom: 0;
    }
}
@media (max-width: 1200px){
    .banner .form{
        top: 5%;
    }
    .form select{
        height: 30px;
    }
    .form .inp1{
        line-height: 28px;
    }
    .form .yzm{
        line-height: 28px;
    }
    .form .inp4{
        height: 30px;
    }
}


@media (max-width: 1000px) {
    .about-img {
        width: 90px;
        float: left;
        margin-top: 12px;
    }
    .about-img img{
        display: inline-block;
        width: auto;
    }

    .pks{
        display: none;
    }

    .swiper-container1 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .new-hy li i{
        float: left;
        line-height: 25px;
        margin-top: 5px;
    }
    .new-text{
        margin-bottom: 5px;
    }
    .fw-left h3{
        font-size: 40px;
    }
    .fw-right{
        margin-top: 30px;
    }
    .bx-sideBar{
        
    }
    .bx-sideBar ul li{
        width:100px !important;
    }
    .bx-sideBar ul li i{
        
    }
    .base_scoll_top {
        right: 7px;
        background-color: rgba(255, 122, 24, 0.6) !important;
    }
    .map3{
        display:none;
    }
    .con2 {
        display: none;
    }
    .con2s{
        display: block;
        position: relative;
        margin-top: 20px;
    }
    .con2s .swiper-container5{
        position: relative;
        overflow: hidden;
    }

    .two-nav{
        display: none;
    }
    .two-nav a{
        display: block;
        font-weight: 400;
        line-height: 25px;
        color: #666;
    }
    .contact{
        display: none;
    }


    .menu {
        width: 36px;
        height: 26px;
        float: right;
        margin-top: 18px;
        margin-right: 10px;
        display: block;
    }
    .menu span {
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 8px;
        background: #044b91;
        border-radius: 2px;
    }
    .header-top .k1200{
        width: 100%;
        padding: 0 10px;
    }
    .header-top{
        height: 30px;
    }
    .header-top span{
        line-height: 30px;
    }
    .header-top ul{
        float: right;
        margin-top: 6px;
    }

    .had-nav {
        display: none
    }
    .k1200 p{
        width: 100%;
        display: none;
    }
    .header-top ul li{
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo{
        margin-top: 0;
    }
    .logo img{
        width: 100%;
    }
    .logo a{
        width: 100%;
    }
    .logo-img{
        float: left;
        max-width: 100px;
        margin-right: 10px;
    }
    .header{
        position: static;
        height: 60px;
        overflow: hidden;
        padding-left: 10px;
    }

    .swiper-container1 .swiper-pagination{
        bottom: 4px;
    }
    .swiper-container1 .swiper-pagination-bullet{
        margin-right: 5px !important;
    }

    .logo-text h3{
        font-size: 16px;
    }
    .logo .logo-text{
        display: none;
        float: none;
        margin-top: 19px;
    }
    .banner .form{
        display: none;
    }
    .tan{
        display: block;
        margin-right: 20px;
    }
    .tan span{
        font-size: 14px;
        color: #666;
        line-height: 60px;
    }

/*弹窗*/
.login1 {
    width: 90%;
    height: auto;
    position: fixed;
    left: 5%;
    bottom: 35%;
    background: #fff;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
    padding: 10px;
}
.login-title span {
    position: absolute;
    font-size: 12px;
    right: 3px;
    top: 2px;
    background: #cbcbcb;
    border: #ebebeb solid 1px;
    width: 20px;
    height: 20px;
}
.login-title span a i {
    position: absolute;
    top: 4px;
    right: 2px;
    color: #fff;
    font-size: 12px;
}

.daiban {
    margin-top: 20px;
    padding: 0 10px;
}
.daiban h3{
    font-size: 18px;
    padding: 0 0 50px 0;
}
.daiban-box {
    margin-top: 0;
}
.dai-left{
    width: 100%;
}
.dai-right{
    width: 100%;
}
.dai-left p{
    font-size: 20px;
    margin-bottom: 15px;
}
.dai-left span {
    font-size: 16px;
}
.dai-right p{
    font-size: 20px;
    margin-bottom: 15px;
}
.dai-right span {
    font-size: 16px;
}
.select{
    margin-top: 20px;
    padding: 0 10px 20px;
}
.sele-box dl{
    display: initial;
}
.sele-box dl dd{
    width: 100%;
    text-align: center;
}
dt {
    text-align: center;
    margin-bottom: 20px !important;
}
.sele-box dl dd .bt{
    border-radius: 0%;
    padding-left: 0;
    margin-bottom: 20px;
}
.sele-box dl dd:first-of-type .bt{
    border-radius: 0%;
    padding-right: 0;
    text-align: center;
}
.sele-box dl dt span{
    margin: auto;
}
dl dd .box::before{
    display: none;
}
.select h3{
    font-size: 20px;
}
.sele-box dl dd .box{
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    margin-right: 0;
}
.sele-box dl dd:first-of-type .box{
    margin-left: 0;
    padding: 10px 50px 10px 10px;
}
.fuwu{
    padding: 20px 10px 20px;
}
.fw-left p{
    font-size: 18px;
}
.fw-text p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.fw-text span{
    font-size: 16px;
}
.zizhi {
    padding: 20px 10px;
}
.zizhi h3{
    font-size: 20px;
}
.zz-list {
    margin-top: 20px;
    border: none;
}
.zz-list li{
    width: 25%;
    border: none;
}
.zz-list li p{
    font-size: 14px;
}
.zixun{
    width: 80%;
    margin: 20px auto 0;
}
.zixun b{
    height: 50px;
    font-size: 18px;
    vertical-align: top;
}
.zixun a{
    width: 30%;
    font-size: 12px;
}
.zixun span{
    margin-top: 5px;
    font-size: 12px;
}
.zz-xia {
    margin: 20px 0 0;
}
.zz-xia li {
    width: 100%;
    margin-bottom: 10px;
}
.zz-xia li a {
    padding: 20px 15px 20px;
}
.zz-text b{
    font-size: 20px;
}
.z-shigong {
    padding: 20px 10px;
}
.sg-bgc{
    width: 100%;
    height: auto;
}
.sg-bgc b{
    font-size: 20px;
}
.sg-bgc a{
    font-size: 18px;
    height: 40px;
    line-height: 38px;
}
.sg-list{
    width: 100%;
    margin-top: 10px;
}
.sg-list li span{
    font-size: 14px;
    line-height: 20px;
}
.zy-shigong {
    padding: 20px 10px;
}
.zy-bgc{
    width: 100%;
    height: auto;
    padding-top: 90px;
}
.zy-bgc b{
    font-size: 20px;
}
.zy-bgc a{
    font-size: 18px;
    height: 40px;
    line-height: 38px;
}
.sg-bgc.sj{
    background-size: 100% 100%;
}
.flow {
    margin: 20px 0;
    padding: 0 10px;
}
.flow-left{
    width: 100%;
    height: auto;
}
.flow-list{
    padding: 0 0 0 10px;
    margin: 20px -3px 0;
}
.flow-right{
    width: 100%;
    height: auto;
}
.flow-list li{
    width: 48%;
    height: 250px;
    margin-right: 5px;
    padding: 10px 3px 0;
    margin-bottom: 10px;
}
.flow-list li:nth-child(2n){
    margin-right: 0;
}
.flow-left h3{
    font-size: 20px;
}
.form.sy h3{
    font-size: 20px;
}
.content1 {
    padding: 20px 10px;
}
.content1 h3{
    font-size: 20px;
}
.con1-list {
    margin: 20px -3px 0;
}
.con1-list li{
    width: 50%;
    height: auto;
    padding: 0 3px;
    margin-bottom: 10px;
}
.con1-list li a{
    height: 460px;
    padding: 35px 20px 10px;
}
.content2 {
    margin: 20px 0;
}
.content2 h3{
    font-size: 20px;
}
.con2s .swiper-slide p{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.news {
    padding: 20px 10px;
}
.news h3{
    font-size: 20px;
}
.new-box{
    margin-top: 20px;
    padding: 20px 10px;
}
.new-hy {
    width: 100%;
    margin-bottom: 20px;
}
.new-hy b{
    font-size: 20px;
}
.footer{
    padding: 20px 10px;
}
.fot-tit a{
    line-height: 25px;
}
.fot-r{
    float: none;
}
.fot-bot{
    margin-top: 20px;
    text-align: center;
}
.fot-bot p{
    line-height: 25px;
}
.yd-col li.active{
    font-weight: 700;
}
.ny-nav{
    padding: 20px 10px;
}
.ny-nav li{
    width: 50%;
    margin-bottom: 10px;
}
.ny-nav li p{
    font-size:16px;
    line-height:25px;
    margin-top:8px;
}
.ny-nav li span{
    font-size:14px;
}


.ny-zcb {
    margin: 20px 10px;
}
.ny-zcb h3{
    font-size: 20px;
}
.zcb-list {
    margin-top: 20px;
}
.zcb-list li{
    width: 33.333%;
}
.zcb-list li p{
    font-size: 14px;
}
.ny-select{
    padding: 20px 10px;
}
.ny-select h3{
    font-size: 20px;
}
.dgg b{
    color: #fff;
}
.dgg{
    background: none;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dgg-bao ul:nth-child(1)>li>b{
    color: #fff;
    font-size: 16px;
}
.dgg-bao ul:nth-child(1)>li>i{
    display: inline-block;
    width: 35px;
    height: 30px;
    border: 1px solid #ff7800;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #ff7800;
    margin-top: 10px;
    padding: 2px;
    margin-right: 5px;
}
.pk{
    display: block;
    text-align: center;
}
.pk img{
    width: auto;
    margin: auto;
}

.dgg-bao ul:nth-child(1)>li>span{
    font-size: 16px;
    color: #fff;
}
.dgg-bao ul:nth-child(3)>li>b{
    font-size: 16px;
    color: #fff;    
}
.dgg-bao ul:nth-child(3)>li>i{
    display: inline-block;
    width: 35px;
    height: 30px;
    border: 1px solid #ff7800;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #ff7800;
    margin-top: 10px;
    padding: 2px;
    margin-right: 5px;
}
.dgg-bao ul:nth-child(3)>li>span{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.dgg-bao{
    width: 100%;
    padding-top: 20px;
}
.dgg-bao ul:nth-child(1)>li{
    line-height: 35px;
}
.dgg-bao ul:nth-child(1)>li.pk{
    text-align: center;
}

.dgg-bao ul:nth-child(1){
    float: none;
    width:100%;
    padding-left: 8px;
}
.dgg-bao ul:nth-child(1)>li.name{
    display: block;
    font-size: 16px;
    color: #ff7800;
    font-weight: 700;
}
.dgg-bao ul:nth-child(3)>li.name{
    display: block;
    font-size: 16px;
    color: #ff7800;
    font-weight: 700;
}


.dgg-bao ul:nth-child(2){
    width:100%;
    padding-left: 30px;
}
.dgg-bao ul:nth-child(3){
    width:100%;
    padding-left: 8px;
}
.text h3{
    font-size: 20px;
}
.text p{
    font-size: 18px;
}
.streng {
    margin: 30px 0;
    padding: 0 10px;
}
.dgg-way {
    margin: 20px 0;
    padding: 0 10px;
}
.dgg-way h3{
    font-size: 20px;
}
.way-list{
    margin-top: 20px;
}
.way-list li{
    width: 100%;
}
.way-list li p{
    font-size: 18px;
}
.ny-select.bgc{
    background: url(../images/bgc-09.jpg) no-repeat;
    background-size: cover;
}
.ny-select.bgc h3 {
    color: #fff;
}
.zycb-list li{
    width: 50%;
}
.ny-wire p{
    font-size: 14px;
}
.dgg-bao ul:nth-child(3)>li{
    line-height: 35px;
}
.ny-sheji {
    padding: 20px 10px;
}
.ny-sheji h3{
    font-size: 20px;
    font-weight: 700;
}
.design-list {
    margin-top: 20px;
}
.design-list li{
    width: 100%;
}
.answer{
    padding: 0 10px;
}
.answer-list {
    margin-top: 20px;
}
.answer-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.answer-list li img{
    margin-right: 15px;
}
.answer-list li p{
    font-size: 16px;
}
.dgg-what {
    margin: 15px 0;
    padding: 0 10px;
}
.what-sw{
    width: 100%;
    margin-top: 0px;
}
.what-sw h3{
    font-size: 20px;
}
.what-text{
    width: 100%;
    padding-top: 155px;
}
.zhic-bot{
    margin-top: 20px;
}
.zhic-bot span{
    line-height:25px;
}
.jieshao{
    margin-top:10px;
}
.zhici {
    margin: 20px 0;
    padding: 0 10px;
}
.wenhua{
    padding: 20px 10px;
}
.wenhua-list{
    margin-top: 20px;
    padding: 0 10px;
    margin-bottom: 0;
}
.wenhua-list li{
    float:left;
    width: 49%;
    height: auto;
    transform: initial;
    padding: 10px;
    margin:0 5px 10px 0;
    min-height: 125px;
    text-align:center;
}
.wenhua-list li:nth-last-child(1){
    width:100%;
}
.wenhua-list li:nth-child(2n){
    margin-right:0;
}
.wenhua-list li span{
    font-size: 20px;
    position: static;
    transform: initial;    
}
.wenhua-list li:nth-last-child(2){
    position: static;
}
.wenhua-list li:nth-last-child(1){
    position: static;
}
.topf{
    width: 100%;
    position: static;
    transform: initial;
    text-align: center;
    margin-top: 15px;
}
.pos{
    position: initial;
    transform: initial;
}
.yuanjin{
    margin: 20px 0;
    padding: 0 10px;
}
.yuanjin h3{
    font-size: 20px;
}
.jyuan-list {
    margin: 20px 0 0;
}
.jyuan-list li {
    float: none;
    width: 60%;
    height: auto;
    padding: 0;
    margin: 0 auto 10px;
}
.rongyu {
    padding-bottom: 20px;
}
.ry-lx{
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 10px;
    text-align: left;
}
.ry-lx p{
    margin-bottom: 20px;
}
.ter-box-time{
    display: none;
}
.yd-sjz{
    display: block;
    padding: 0 10px;
}
.yd-sjz li{
    margin-bottom: 20px;
}
.yd-sjz li p{
    font-size: 18px;
    color: #333;
}
.yd-sjz li span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about-big-bg{
    display: none;
}
.yddgg-box{
    display: block;
    padding: 0 10px;
}
.yddgg-box h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.design-list li .design-box{
    min-height: 460px;
}












}