﻿* {
    margin: 0;
    padding: 0;
}

.clear::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}


body {
    background-image: url(../images/bj.png);
    background-repeat: repeat;
}

.wraper {
    width: 1200px;
    margin: 0 auto;
}



header {
    height: 120px;
    padding:10px 0;
    box-sizing:border-box;
}

    header a.logo {
        /*padding-top: 20px;*/
        display: block;
        float: left;
    }

        header a.logo img {
            width: 700px;
        }

    header .call {
        width: auto;
        height: 40px;
        float: right;
        margin:30px 0;
        padding-left: 50px;
        background-image: url(../images/phone.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 40px 40px;
    }

        header .call p {
            font-size: 22px;
            color:#C7000A;
            line-height: 40px;
            font-style:oblique;
        }

        header .call a {
            font-size: 17px;
            color: #c7000a;
        }

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #c7000a;
}

    .nav .navList {
        width: 100%;
    }

        .nav .navList li {
            width: 11.11%;
            float: left;
            position: relative;
        }

            .nav .navList li .smnavList {
                position: absolute;
                width: 100%;
                background-color: #c7000a;
                z-index: 9;
                display: none;
            }

                .nav .navList li .smnavList p:hover a {
                    background-color: #c7000a;
                    cursor: pointer;
                }

            .nav .navList li a {
                display: block;
                height: 50px;
                line-height: 50px;
                color: #fff;
                font-size: 17px;
                text-align: center;
            }

            .nav .navList li.on a,
            .nav .navList li:hover a {
                background-color: #940007;
            }

#bx-side-btn-r {
    display: none;
}

/*内页*/
.banner{
    width:100%;
    display:block;
}
.banner img {
    width: 100%;
    display:block;
}
.sj-nyban{
    width:100%;
    height:200px;
    display:none;
}





.banner000{
	width: 100%;
    display:block;
}
.banner000 img{
    width:100%;
    display:block;
}
.banner000 .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
.banner000 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height:100%;
    /* 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;
}
.sj-banner{
    display:none;
}

@media (max-width: 768px) {

.banner000{
    display:none;
}
.sj-banner{
    width:100%;
    height:200px;
    display:block;
}
.sj-banner img{
    width:100%;
    display:block;
}
.sj-banner .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
.sj-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height:100%;
    /* 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;
}

/*内页*/
.banner{
    width:100%;
    display:none;
}
.sj-nyban{
    width:100%;
    display:block;
}
.sj-nyban01{
    width:100%;
    height:200px;
}



}











.title01 {
    text-align: center;
    padding-top: 50px;
}

    .title01 h2 {
        font-size: 32px;
        line-height: 50px;
        color: #333333;
        padding-top: 15px;
        border-top:2px solid #c7000a;
    }
    .title02{
        padding-top:0;
    }
    .title02 h2{
        font-size: 32px;
        line-height: 50px;
        color: #333333;
        padding-top: 40px;
        border-top:0 solid #c7000a;
    }

    .titley0{
        padding-top:0;
    }
    .titley0 h2{
        font-size: 32px;
        line-height: 50px;
        color: #333333;
        padding-top: 25px;
        border-top:0 solid #c7000a;
    }
    
    .title01 p {
        font-size: 12px;
        color: #666;
        line-height: 24px;
    }

    .title01 span {
        width: 44px;
        background-color: #3091f2;
        height: 1px;
        display: inline-block;
    }


.index01 .index01Box .index01List li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 40px 10px 0 10px;
    box-sizing: border-box;
}

    .index01 .index01Box .index01List li .img {
        width: 150px;
        height: 150px;
        background-color: #f2f2f2;
        border-radius: 150px;
        position: relative;
        margin: 10px auto;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    }

        .index01 .index01Box .index01List li .img img {
            width: 60%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .index01 .index01Box .index01List li h4 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        padding-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index01 .index01Box .index01List li p {
        font-size: 14px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

.index01 .index01Box .index01List {
    padding-bottom: 50px;
}


.index02 {
    background-image: url(../images/index02bj.png);
}

    .index02 .wraper {
        position: relative;
    }

    .index02 .swiper-container-index02 {
        padding: 40px 0px;
        box-sizing: border-box;
    }

        .index02 .swiper-container-index02 .swiper-slide {
            text-align: center;
        }

            .index02 .swiper-container-index02 .swiper-slide img {
                max-width: 100%;
                box-shadow: 1px 1px 10px 5px rgba(255,255,255,.3);
            }


.swiper-button-prev-in02,
.swiper-container-rtl .swiper-button-next-in02 {
    background-image: url(../images/left.png);
    left: -30px;
    right: auto;
}

.swiper-button-next-in02,
.swiper-container-rtl .swiper-button-prev-in02 {
    background-image: url(../images/right.png);
    right: -30px;
    left: auto;
}

.swiper-button-prev-in02, .swiper-button-next-in02 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    outline: none;
}

.title02 h2 {
    color: #fff;
}

.title02 p {
    color: #ccc;
}

.index03 .index03Box {
    padding: 40px 0 10px 0;
}

    .index03 .index03Box .index03Item {
        width: 50%;
        float: left;
    }

        .index03 .index03Box .index03Item.left {
            padding-right: 55px;
            box-sizing: border-box;
        }

        .index03 .index03Box .index03Item .swiper-container-index03 img {
            width: 100%;
        }

.in0304 .swiper-pagination {
    text-align: right;
    padding: 0 20px;
    box-sizing: border-box;
}

.in0304 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.8;
}

.in0304 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c7000a;
}

.index03 .index03Box .index03Item.right {
    overflow: auto;
    height: 384px;
}

.index03 .index03Box .index03Item .txt {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
}

.index03 .index03Box .index03Item .more {
    width: 130px;
    height: 40px;
    background-color: #c7000a;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-radius: 3px;
}

    .index03 .index03Box .index03Item .more:hover {
        background-color: #940007;
    }

.index04Item .index04List li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}


.index04Item .index04List li a {
    display: block;
}

.index04Item .index04List .tuin-time {
    width: 100px;
    height: 96px;
    color: #666;
    border-radius: 3px;
    float: left;
}

.index04Item .index04List .tuin-info {
    width: calc(100% - 110px);
    float: right;
}

    .index04Item .index04List .tuin-info h3 {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index04Item .index04List .tuin-info p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.index04Item .index04List li a:hover .tuin-time {
    background-color: #c7000a;
    color: #fff;
}

.index04Item .index04List li a:hover .tuin-info h3{
    color: #c7000a;
}
.index04Item .index04List li a:hover .tuin-info p{
    color: #c7000a;
}

.index04Item .swiper-container-index03 .swiper-slide {
    position: relative;
}

    .index04Item .swiper-container-index03 .swiper-slide p.info {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: rgba(0,0,0,.3);
        position: absolute;
        bottom: 0;
        color: #fff;
        font-size: 17px;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


.index04Box .moreBtn {
    display: block;
    margin: 30px auto 10px;
    width: 130px;
    height: 40px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    color: #666;
    border-radius: 3px;
    font-size: 16px;
}

    .index04Box .moreBtn:hover {
        background-color: #c7000a;
        color: #fff;
    }

.index03 .index04Box .index04Item.left {
    padding-right: 25px;
}

.index03 .index04Box .index04Item.right {
    height: 351px;
    overflow:auto;
}


.index04Item .index04List li .tuin-time {
    text-align: center;
}

    .index04Item .index04List li .tuin-time span {
        font-size: 28px;
        line-height: 60px;
    }


.index05Box .swiper-container-index05 .swiper-slide {
    text-align: center;
}

    .index05Box .swiper-container-index05 .swiper-slide img {
        width: 100%;
        display:block;
        box-shadow:0 0 10px #111;
        border-radius:6px;
    }

.index05Box {
    padding: 40px 0 10px 0;
}


.swiper-button-prev-in05,
.swiper-container-rtl .swiper-button-next-in05 {
    background-image: url(../images/left.png);
}

.swiper-button-next-in05,
.swiper-container-rtl .swiper-button-prev-in05 {
    background-image: url(../images/right.png);
}

.swiper-button-prev-in05, .swiper-button-next-in05 {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    outline: none;
}
.swiper-button-prev-in05{
    left:0;
    right: auto;
}
.swiper-button-next-in05{
    right: 0;
    left: auto;
}
.index05Box .swiper-container-index05 .swiper-slide a {
    display: block;
}

    .index05Box .swiper-container-index05 .swiper-slide a:hover img {
        transform: rotateY(180deg);
    }

.index05Box .swiper-container-index05 .swiper-slide {
    padding-top: 5px;
    padding:10px;
    box-sizing:border-box;
}

    .index05Box .swiper-container-index05 .swiper-slide h3 {
        font-size: 18px;
        color: #333;
        line-height: 40px;
        padding-top: 5px;
    }

    .index05Box .swiper-container-index05 .swiper-slide .info {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }

    .index05Box .swiper-container-index05 .swiper-slide .txt {
        font-size: 16px;
        color: #999;
        line-height: 26px;
        margin-top: 10px;
        height: 52px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }


.index06 {
    background-image: url(../images/index06.png);
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .index06 .index06List li {
        float: left;
        width: 20%;
        height: auto;
        padding:10px 0;
        text-align: center;
        border: 1px dashed #ccc;
        box-sizing:border-box;
    }

        .index06 .index06List li img {
            width: 94%;
            display:block;
            margin:0 auto;
        }

        /*.index06 .index06List li:nth-of-type(1) {
            border-left: 0;
        }

        .index06 .index06List li:nth-of-type(6) {
            border-left: 0;
            border-bottom: 0;
        }

        .index06 .index06List li:nth-of-type(7),
        .index06 .index06List li:nth-of-type(8),
        .index06 .index06List li:nth-of-type(9),
        .index06 .index06List li:nth-of-type(10),
        .index06 .index06List li:nth-of-type(11),
        .index06 .index06List li:nth-of-type(12) {
            border-bottom: 0;
        }*/

    .index06 .index06List {
        padding-top: 40px;
    }


footer {
    background-color: #4b4b4b;
    color: #fff;
    font-size: 16px;
}

    footer div {
        line-height: 30px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #ccc;
        }

    footer .link {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

        footer .link a {
            padding-right: 30px;
        }

    footer .foot {
        text-align: center;
        padding: 15px 0;
        padding-bottom:10px;
    }

        footer .foot p {
            line-height: 30px;
        }


/*友情链接：*/
.footer-x01{
    width:100%;
    margin:0 auto;
    padding:10px 0;
    text-align:center;
}
#Marquee_x { overflow:hidden; width: 100%; } 
#Marquee_x>ul>li>div{padding:0 10px;box-sizing:border-box;}
#Marquee_x ul li:first-child{margin-right:0!important;}
#Marquee_x ul li ,#Marquee_x ul li div{ float:left;overflow:hidden;height:20px;line-height:20px;}
#Marquee_x ul li div{ float:left; width:auto; overflow:hidden;}
#Marquee_x ul li div a{
    font-size:15px;
    color:#fff;
}
#Marquee_x ul li div a:hover{
    color:#C7000A;
}





.footgxb{
    width:43px;
    height:auto;
    margin:0 auto;
    padding-bottom:10px;
}
.footgxb a{
    display:block;
}
.footgxb img{
    width:43px;
    height:59px;
}


.title03 {
    padding-top: 0;
}

    .title03 .mian {
        height: 54px;
        line-height: 54px;
        color: #666;
        font-size: 16px;
        text-align: right;
    }

        .title03 .mian a:hover {
            color: #c7000a;
        }

.branchBox {
    padding-bottom: 70px;
}

    .branchBox .branchList {
        padding: 20px 0;
    }

        .branchBox .branchList li {
            width: 50%;
            float: left;
            font-size: 16px;
            padding: 20px 100px;
            box-sizing: border-box;
        }

            .branchBox .branchList li p {
                line-height: 30px;
                color: #666;
            }


div.mian {
    height: 54px;
    line-height: 54px;
    color: #666;
    font-size: 16px;
    text-align: right;
    border-bottom: 2px solid #c7000a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about01 .leftBox {
    width: 300px;
    float: left;
    background-color: #f6f6f6;
    text-align: center;
}

    .about01 .leftBox .aboutTit {
        height: 80px;
        line-height: 80px;
        color: #fff;
        background-color: #c7000a;
        font-size: 24px;
        font-weight: bold;
    }

    .about01 .leftBox .leftList {
        padding: 0 10px;
        box-sizing: border-box;
    }

        .about01 .leftBox .leftList p {
            height: 60px;
            line-height: 60px;
            font-size: 17px;
            color: #666;
            border-bottom: 1px solid #e4e4e4;
            background-image: url(../images/tit.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

            .about01 .leftBox .leftList p:last-child {
                border: 0;
            }

            .about01 .leftBox .leftList p a {
                display: block;
            }

            .about01 .leftBox .leftList p:hover a,
            .about01 .leftBox .leftList p.on a {
                color: #c7000a;
                font-weight: bold;
            }



.about01 {
    padding-bottom: 100px;
}

    .about01 .rightBox {
        width: 900px;
        float: right;
        padding-left: 25px;
        box-sizing: border-box;
    }

        .about01 .rightBox .tit {
            margin-top: 15px;
            line-height: 54px;
            font-size: 20px;
            color: #c7000a;
            font-weight: bold;
            text-indent: 40px;
            background-image: url(../images/tit.png);
            background-repeat: no-repeat;
            background-position: left center;
            border-bottom: 2px solid #c7000a;
        }

        .about01 .rightBox .cont {
            padding: 10px;
            box-sizing: border-box;
        }

            .about01 .rightBox .cont img {
                margin-bottom: 10px;
            }

            .about01 .rightBox .cont p {
                line-height: 30px;
                font-size: 16px;
                color: #111;
            }

    .about01 .leftBox .showMI {
        display: none;
    }

.rightBox .ryList {
    padding-top: 30px;
}

    .rightBox .ryList li {
        width: 50%;
        float: left;
        text-align: center;
    }

        .rightBox .ryList li img {
            width: 80%;
            padding-bottom: 20px;
        }


.contactBox .contList {
    padding: 50px 0;
}

    .contactBox .contList .contItem {
        width: 25%;
        float: left;
        text-align: center;
    }

        .contactBox .contList .contItem .img {
            width: 100px;
            height: 100px;
            border: 1px solid #e4e4e4;
            border-radius: 100px;
            position: relative;
            margin: 0 auto;
        }

            .contactBox .contList .contItem .img img {
                width: 60%;
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                margin: auto;
            }

        .contactBox .contList .contItem .name {
            color: #333;
            line-height: 40px;
            font-size: 16px;
        }

        .contactBox .contList .contItem .txt {
            color: #666;
            line-height: 40px;
            font-size: 16px;
        }

.contactBox .iframeBox {
    padding-bottom: 50px;
}

    .contactBox .iframeBox iframe {
        width: 100%;
    }


/*联系我们*/
.contactBox{
    width:100%;
}
.contactBox table{
    width:100%;
    margin:40px 0;
}
.contactBox table tr{
    width:100%;
}
.contactBox table tr td{
    width:32%;
    height:50px;
    border:1px solid #000;
    font-size:16px;
    color:#000;
    padding:0 10px;
    box-sizing:border-box;
}
.contactBox table tr td.lxwmbg-z{
    width:18%;
}

.lxwmxxx{
    display:block;
}
.lxwmsss{
    display:none;
}


@media (max-width: 1000px) {

.lxwmxxx{
    display:none;
}
.lxwmsss{
    display:block;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;
}
.lxwmsss table{
    width:100%;
    margin:25px 0;
}
.lxwmsss table tr{
    width:100%;
}
.lxwmsss table tr td{
    width:60%;
    line-height:40px;
    border:1px solid #000;
    font-size:14px;
    color:#000;
    padding:0 10px;
    box-sizing:border-box;
}
.lxwmsss table tr td.lxwmbg-z{
    width:40%;
    font-size:15px;
}
.lxwmsss .lxwmsss-dt{
    width:100%;
}
.lxwmsss .lxwmsss-dt iframe {
    width:100%;
    height: 200px;
    overflow:hidden;
}


/*合作客户*/
.index06 .index06List li {
    float: left;
    width: 50%;
    height: auto;
    padding:8px 0;
    text-align: center;
    border-left: 1px dashed #ccc;
    box-sizing:border-box;
}

.index06 .index06List li img {
    width: 80%;
    display:block;
    margin:0 auto;
}




}





.rightBox .newsList .newsItem {
    line-height: 36px;
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
}

.rightBox .newsList {
    padding-left: 25px;
    box-sizing: border-box;
}

    .rightBox .newsList .newsItem a {
        display: block;
    }

        .rightBox .newsList .newsItem a:hover {
            color: #c7000a;
        }

    .rightBox .newsList .newsItem p.name {
        font-size: 16px;
        width: 85%;
        float: left;
        line-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 30px;
        box-sizing: border-box;
        background-image: url(../images/newsitem.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .rightBox .newsList .newsItem span {
        float: right;
        line-height: 36px;
    }


.detail {
    padding: 30px;
}

    .detail .tit {
        font-size: 20px;
        text-align: center;
        line-height: 40px;
    }

    .detail .info {
        line-height: 30px;
        color: #999;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .detail p {
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }

.rightBox .caseTxt p {
    line-height: 26px;
}

.rightBox .caseTxt {
    font-size: 15px;
    line-height: 26px;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #666;
}

.invite {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}

    .invite .inviteList .inviItem p.head {
        height: 50px;
        line-height: 50px;
        background-color: #c7000a;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding-left: 50px;
        box-sizing: border-box;
        background-image: url(../images/zp.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 30px;
        cursor: pointer;
    }

    .invite .inviteList .inviItem .txt {
        background-color: #f0f7ff;
        padding: 10px 50px;
        display: none;
    }

    .invite .inviteList .inviItem {
        margin-bottom: 10px;
    }

        .invite .inviteList .inviItem .txt p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }

        .invite .inviteList .inviItem a.down {
            width: 20px;
            height: 20px;
            background-image: url(../images/down.png);
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            float: right;
            position: relative;
            top: 15px;
            right: 10px;
            transition: all .5s;
        }



.team {
    padding: 10px 70px 70px 70px;
}

    .team .teamList .teamItem {
        padding-top: 50px;
    }

        .team .teamList .teamItem .img {
            width: 170px;
            height: 225px;
            float: left;
            overflow: hidden;
        }

            .team .teamList .teamItem .img img {
                width: 100%;
                height: 100%;
                transition: all .5s;
            }

        .team .teamList .teamItem .txt {
            width: calc(100% - 170px);
            float: left;
            padding-left: 40px;
        }

            .team .teamList .teamItem .txt h3 {
                font-size: 24px;
                color: #333;
                font-weight: normal;
                line-height: 100px;
            }

                .team .teamList .teamItem .txt h3 span {
                    font-size: 16px;
                    color: #999;
                }

            .team .teamList .teamItem .txt p.info {
                font-size: 16px;
                line-height: 30px;
                height: 60px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                color: #666;
            }

        .team .teamList .teamItem:hover .img img {
            transform: scale(1.2);
        }


.moFoot {
    display: none;
}

.noTxt {
    display: none;
}

@media (max-width: 1000px) {
    footer {
        margin-bottom: 50px;
    }

    footer .link a {
            padding-right: 15px;
        }

    .moFoot {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        /*height: 70px;*/
        background-color: #c7000a;
        z-index: 999;
    }

        .moFoot .moFootItem {
            width: 25%;
            display: block;
            float: left;
            color: #fff;
            text-align: center;
            padding-top: 5px;
        }

            .moFoot .moFootItem:hover {
                color: #ccc;
            }

            .moFoot .moFootItem span {
                font-size: 22px;
            }

            .moFoot .moFootItem p {
                line-height: 24px;
                font-size:12px;
            }

    .noTxt {
        display: block;
        width: 12px;
        font-size: 12px;
        line-height: 16px;
        position: absolute;
        right: 36px;
        top: 12px;
        z-index: 8;
        color: #c7000a;
    }
}





@media (max-width: 1440px) {
    .wraper {
        width: 1000px;
        margin: 0 auto;
    }
    header {
        height: 100px;
        padding:10px 0;
        box-sizing:border-box;
    }
        header a.logo {
            padding-top: 0;
        }
    header a.logo img {
        width: 560px;
    }
    header .call {
        width: auto;
        height: 40px;
        float: right;
        margin:20px 0;
        padding-left: 50px;
        background-image: url(../images/phone.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 40px 40px;
    }
    .nav {
        height: 40px;
    }
    .nav .navList li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .title01 {
        padding-top: 40px;
    }
        .title01 h2 {
            font-size: 24px;
            line-height: 40px;
            padding-top: 15px;
        }
        .title01 p {
            line-height: 22px;
        }

    .titley0{
        padding-top:25px;
    }
    .titley0 h2{
       font-size: 24px;
       line-height: 40px;
       padding-top: 15px;
    }



    
    .index01 .index01Box .index01List li .img {
        width: 110px;
        height: 110px;
    }
    .index01 .index01Box .index01List li {
        padding: 20px 10px 0 10px;
    }
    .index02 .swiper-container-index02 {
        width: 90%;
    }
    .index03 .index03Box {
        padding: 30px 0 0 0;
    }
        .index03 .index03Box .index03Item .txt {
            font-size: 14px;
            line-height: 26px;
        }
        .index03 .index03Box .index03Item .more,
        .index04Box .moreBtn {
            width: 100px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
        }
    .index04Item .index04List .tuin-time {
        width: 80px;
        height: 80px;
    }

    .index04Item .index04List .tuin-info {
        width: calc(100% - 95px);
        float: right;
    }

    .index04Item .index04List li {
        padding: 6px 0;
    }
    .index04Item .index04List .tuin-info h3 {
        line-height: 34px;
    }
    .index04Item .index04List .tuin-info p {
        font-size: 13px;
    }
    .index03 .index03Box .index03Item.right {
        height: 291px;
    }

    .index05Box .swiper-container-index05 .swiper-slide img {
        width: 100%;
        display:block;
    }
    .index05Box .swiper-container-index05 .swiper-slide h3 {
        line-height: 30px;
        font-size: 16px;
    }
    .index05Box .swiper-container-index05 .swiper-slide .info {
        font-size: 14px;
        line-height: 26px;
    }
    .index05Box .swiper-container-index05 .swiper-slide .txt {
        font-size: 14px;
        line-height: 26px;
    }
    .index05Box {
        padding: 30px 0 10px 0;
    }
    .index06 .index06List {
        padding-top: 30px;
    }
    footer {
        font-size: 14px;
    }


    .about01 .leftBox {
        width: 200px;
    }
    .about01 .rightBox {
        width: 800px;
    }

    div.mian {
        height: 40px;
        line-height: 40px;
        font-size: 14px;

    }
    .about01 .leftBox .aboutTit {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .about01 .leftBox .leftList p {
        font-size: 14px;
    }

    .about01 .rightBox .tit {
        margin-top: 5px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .rightBox .ryList li img {
        width: 70%;
    }

    .title03 {
        padding-top: 0;
    }

    .team .teamList .teamItem {
        padding-top: 30px;
    }

        .team .teamList .teamItem .txt h3 {
            font-size: 20px;
            line-height: 80px;
        }
            .team .teamList .teamItem .txt h3 span {
                font-size: 14px;
            }
        .team .teamList .teamItem .img {
            width: 150px;
            height: 200px;
        }
}


@media (max-width: 1000px) {
    .wraper {
        width: 100%;
    }
}

@media (max-width: 1000px ) {
    header {
        height: 52px;
        padding:0 0;
    }

        header a.logo {
            padding: 5px;
            box-sizing: border-box;
            width: 82%;
        }

            header a.logo img {
                width: 100%;
            }

    .nav {
        display: none;
    }

    header .call {
        display: none;
    }

    #bx-side-btn-r {
        display: block;
        width: 28px;
        height: 28px;
        float: right;
        margin: 10px 5px;
        background-color: rgba(0,0,0,0);
        border: 0;
        background-image: url(../images/nav.png);
        background-size: 100%;
    }
}



@media (max-width: 1000px ) {
    .title01 {
        padding-top: 10px;
    }

    .index01 .index01Box .index01List {
        padding-bottom: 15px;
    }

    .title01 h2 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 10px;
    }
    .index01 .index01Box .index01List {
        padding: 0 10px;
        text-align:center;
    }
    .index01 .index01yq{
        padding-bottom:25px;
    }
    .index01 .index01Box .index01List li {
        width: 32.33%;
        padding: 10px 10px;
        box-sizing:border-box;
        display:inline-block;
        float:none;
    }

        .index01 .index01Box .index01List li h4 {
            font-size: 15px;
            margin: 0;
            padding-top: 5px;
        }

        .index01 .index01Box .index01List li .img {
            width: 80px;
            height: 80px;
        }
}



@media (max-width: 1000px ) {
    .index02 .swiper-container-index02 {
        padding: 20px 15px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next-in02 {
        background-image: url(../images/left.png);
        left: 0px;
        right: auto;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev-in02 {
        background-image: url(../images/right.png);
        right: 0px;
        left: auto;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
        outline: none;
    }

    .index02 .swiper-container-index02 .swiper-slide img {
        max-width: 100%;
        box-shadow: 1px 1px 8px 3px rgba(255,255,255,.2);
    }
}



@media (max-width: 1000px ) {
    .index03 .index03Box {
        padding: 20px 10px;
        box-sizing: border-box;
    }

        .index03 .index03Box .index03Item {
            width: 100%;
        }

            .index03 .index03Box .index03Item.left {
                padding: 0;
            }

            .index03 .index03Box .index03Item.right {
                height: auto;
            }
            .index03 .index03Box .index03Item.rightyq00{
                height: 279px;
                overflow:auto;
                display:none;
            }
            .rightyq01{
                display:none;
            }



            .index03 .index03Box .index03Item .txt {
                font-size: 14px;
                line-height: 26px;
                padding: 10px 0;
            }

            .index03 .index03Box .index03Item .more {
                width: 100px;
                height: 30px;
                line-height: 30px;
                font-size: 14px;
                margin: 0 auto;
            }
}

@media (max-width: 1000px ) {
    .index03 .index04Box .index04Item.left {
        padding: 0;
    }

    .index04Item .index04List .tuin-time {
        width: 80px;
        height: 80px;
    }

    .index04Item .index04List .tuin-info {
        width: calc(100% - 90px);
    }

    .index04Item .index04List li .tuin-time span {
        font-size: 20px;
        line-height: 50px;
    }

    .index04Item .index04List .tuin-info h3 {
        font-size: 15px;
        color: #333;
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index04Item .index04List .tuin-info p {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .index04Box .moreBtn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 5px auto 20px;
    }

    .index04Item .swiper-container-index03 .swiper-slide p.info {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
}



@media (max-width: 1000px ) {
    .index05Box .swiper-container-index05 .swiper-slide img {
        width: 100%;
        display:block;
    }

    .index05Box .swiper-container-index05 .swiper-slide h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .index05Box .swiper-container-index05 .swiper-slide .info {
        font-size: 14px;
    }

    .index05Box .swiper-container-index05 .swiper-slide .txt {
        font-size: 14px;
        margin-top: 5px;
    }

    .index05Box {
        padding: 20px 10px 10px 10px;
        box-sizing: border-box;
    }
}


@media (max-width: 1000px) {
    .index06 .index06List {
        padding-top: 15px;
    }

        .index06 .index06List li {
            height: auto;
        }

    .index06 {
        padding:0 10px;
        padding-bottom: 20px;
    }
}


@media (max-width: 1000px) {
    footer {
        background-color: #4b4b4b;
        color: #fff;
        font-size: 14px;
    }

        footer .link {
            padding: 15px 10px;
            box-sizing: border-box;
            border-bottom: 1px solid #ccc;
        }

        footer div {
            line-height: 26px;
        }

        footer .foot {
            padding: 15px 10px;
        }

            footer .foot p {
                line-height: 26px;
            }
}


@media (max-width: 1000px ) {
    .branchBox {
        padding-bottom: 20px;
    }

    .title03 .mian {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .branchImg {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .branchBox .branchList {
        padding: 20px 0;
    }

        .branchBox .branchList li {
            width: 100%;
            float: left;
            font-size: 16px;
            padding: 10px 10px;
            box-sizing: border-box;
        }

            .branchBox .branchList li p {
                line-height: 32px;
                color: #111;
            }
}


@media (max-width: 1000px ) {
    div.mian {
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        text-align: right;
        border-bottom: 2px solid #c7000a;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 1000px ) {
    .about01 .rightBox {
        width: 100%;
        padding: 0 10px;
    }

        .about01 .rightBox .cont {
            padding: 10px 0;
        }

            .about01 .rightBox .cont p {
                font-size: 14px;
                line-height: 26px;
            }

    .about01 {
        padding-bottom: 40px;
    }

        .about01 .leftBox .aboutTit {
            height: 60px;
            line-height: 60px;
            font-size: 18px;
        }

        .about01 .leftBox .leftList p{
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            background-size: 20px;
        }





        .about01 .rightBox .tit {
            margin-top: 5px;
            line-height: 40px;
            height: 40px;
            font-size: 16px;
            background-size: 20px;
            text-indent: 30px;
        }

    .about01 {
        position: relative;
    }

.about01 .leftBox {
    width: 100%;
    /*position: absolute;
    top: 4px;
    left: 0;*/
}
.about01 .leftBox .aboutTit{
    display:none;
}

.about01 .leftBox .showMI {
    width: 30px;
    height: 30px;
    background-color: #c7000a;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    right: -30px;
    display:none;     
}

.about01 .leftBox .leftList{
    width:100%;
    height:auto;
    padding:0 0;
    border-bottom:2px solid #C7000A!important;
    background-color:#F1F1F1;
}
.about01 .leftBox .leftList p{
    width:50%;
    border:1px solid #fff!important;
    box-sizing:border-box;
    float:left;
    background:none;
}



}


@media (max-width: 1000px ) {
    .rightBox .ryList li img {
        width: 90%;
        padding-bottom: 10px;
    }
}


@media (max-width: 1000px ) {
    .contactBox .contList .contItem .img {
        width: 70px;
        height: 70px;
    }

    .contactBox .contList .contItem .name {
        line-height: 30px;
        font-size: 14px;
    }

    .contactBox .contList .contItem .txt {
        line-height: 26px;
        font-size: 14px;
    }

    .contactBox .contList {
        padding: 20px 0;
    }

    .contactBox .iframeBox {
        padding: 0 10px 20px 10px;
    }

        .contactBox .iframeBox iframe {
            height: 200px;
        }
}



@media (max-width: 1000px ) {
    .rightBox .newsList {
        padding: 0 10px;
        box-sizing: border-box;
    }

        .rightBox .newsList .newsItem p.name {
            font-size: 14px;
            width: 75%;
        }
}


@media (max-width: 1000px) {
    .detail {
        padding: 20px 10px;
        box-sizing: border-box;
    }

        .detail p {
            font-size: 14px;
            line-height: 26px;
        }

        .detail .tit {
            font-size: 18px;
            text-align: center;
            line-height: 30px;
        }

        .detail .info {
            line-height: 26px;
            color: #999;
            font-size: 12px;
            margin-bottom: 5px;
        }
}


@media (max-width: 1000px ) {
    .rightBox .caseTxt {
        font-size: 14px;
        line-height: 26px;
        padding: 20px 0px;
        box-sizing: border-box;
        color: #666;
    }
}


@media (max-width: 1000px ) {
    .invite {
        width: 94%;
        margin: 0 auto;
        padding: 60px 0;
    }

        .invite .inviteList .inviItem .txt {
            padding: 10px;
        }

    .invite {
        padding: 20px 0 40px 0;
    }

        .invite .inviteList .inviItem p.head {
            font-size: 14px;
            padding-left: 30px;
            background-image: url(../images/zp.png);
            background-repeat: no-repeat;
            background-position: 5px center;
            background-size: 24px;
            height: 40px;
            line-height: 40px;
        }

        .invite .inviteList .inviItem .txt p {
            font-size: 14px;
            line-height: 26px;
        }

        .invite .inviteList .inviItem a.down {
            width: 16px;
            height: 16px;
            background-size: 16px;
            top: 12px;
            right: 5px;
        }
}


@media (max-width: 1000px ) {
    .team {
        padding: 10px 10px 20px 10px;
    }

        .team .teamList .teamItem {
            padding-top: 20px;
        }

            .team .teamList .teamItem .txt {
                padding-left: 10px;
            }

                .team .teamList .teamItem .txt h3 {
                    font-size: 18px;
                    line-height: 50px;
                }

                    .team .teamList .teamItem .txt h3 span {
                        font-size: 14px;
                    }

                .team .teamList .teamItem .txt p.info {
                    font-size: 14px;
                    line-height: 26px;
                    height: 130px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 5;
                    overflow: hidden;
                    color: #666;
                }


            .team .teamList .teamItem .img {
                width: 140px;
                height: 185px;
                float: left;
            }

            .team .teamList .teamItem .txt {
                width: calc(100% - 140px);
            }
}




/*案例详情*/
.alxxnr{
    width:100%;
    padding: 0 0;
    box-sizing: border-box;
}
.alxxnr h4{
    font-size:22px;
    color:#111;
    line-height:46px;
    font-weight:400;
}
.alxxnr p{
    font-size:16px;
    color:#111;
    line-height:32px;
}


/*诚邀加盟*/
.joinjmys{
    width:100%;
    padding: 0 0;
    box-sizing: border-box;
    margin-top:30px;
}
.joinjmys p{
    font-size:16px;
    color:#111;
    line-height:32px;
    text-indent:2em;
}
.joinjmys img{
    max-width:100%;
    display:block;
}
.leftList p.joinjmp1 a{
    color:#C7000A;
    font-weight:600;
}


/*矿业权评估师*/
.kyqpgs{
    width:100%;
    margin-top:30px;
}
.kyqpgs ul{
    margin-left:-3%;
}
.kyqpgs ul li{
    width:47%;
    height:auto;
    float:left;
    margin-left:3%;
    margin-bottom:25px;
    box-shadow:0px 0px 10px #333;
    border-radius:8px;
}
.kyqpgs ul li img{
    width:100%;
    display:block;
    border-radius:8px;
}


/*评估师详情*/
.tdpgs{
    width:100%;
    padding: 0 0;
    box-sizing: border-box;
    margin-top:30px;
}
.tdpgs .tdpgsbt{
    width:100%;
    text-align:center;
}
.tdpgs .tdpgsbt h3{
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.tdpgs .tdpgsbt p{
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.nodata-img img{
    max-width:100%;
    display:block;
}

/*业务范围*/
.ywfwnr{
    width:100%;
}
.ywfwnr img{
    max-width:100%;
    display:block;
}
.ywfwnr h4{
    font-size: 22px;
    color: #111;
    line-height: 46px;
    font-weight: 400;
    text-indent:2em;
}
.ywfwnr p{
    font-size: 16px;
    color: #111;
    line-height: 32px;
    text-indent:2em;
}

/*首页服务范围*/
.fwfwsy{
    width:100%;
    margin:40px 0;
}
.fwfwsy ul{
    width:100%;
    /*margin-left:-75px;*/
    text-align:center;
}
.fwfwsy ul li{
    width:180px;
    height:180px;
    float:none;
    margin:0 50px;
    /*margin-left:75px;*/
    text-align:center;
    box-shadow:0px 0px 12px #000;
    border-radius:100%;
    border:8px solid #C7000A;
    box-sizing:border-box;
    display:inline-block;
}
.fwfwsy ul li a{
    display:block;
}
.fwfwsy ul li .fwfwsy-q{
    width:140px;
    height:140px;
    text-align:center;
    padding:22px 0;
    border-radius:100%;
    border:3px solid #C7000A;
    box-sizing:border-box;
    margin-top:12px;
    margin-left:12px;
    
}
.fwfwsy ul li .fwfwsy-q .fwfwsy-im{
    width:50px;
    height:50px;
    margin:0 auto;
}
.fwfwsy ul li .fwfwsy-q .fwfwsy-im img{
    width:50px;
    height:50px;
    display:block;
}
.fwfwsy ul li .fwfwsy-q h2{
    font-size: 19px;
    line-height:96px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.fwfwsy ul li:hover{
    box-shadow:0px 0px 12px #000;
    transition:all 0.5s;
}*/
.fwfwsy ul li:hover .fwfwsy-q h2{
    color:#C7000A;
}


/*首页公司简介*/
.sy-gsjj{
    width:100%;
    float:none;
}
.sy-gsjj p{
    font-size: 16px;
    line-height: 36px;
    color:#333;
    text-indent:2em;
}
.sy-gsjj a{
    width: 130px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    background-color:#C7000A!important;
    margin:0 auto;
    margin-top:20px;
}


@media (max-width: 1440px){

/*首页服务范围*/
.fwfwsy{
    width:100%;
    margin:30px 0;
}
.fwfwsy ul{
    width:100%;
    /*margin-left:-50px;*/
    text-align:center;
}
.fwfwsy ul li{
    width:160px;
    height:160px;
    float:none;
    /*margin-left:50px;*/
    margin:0 30px;
    text-align:center;
    box-shadow:0px 0px 12px #111;
    border-radius:100%;
    border:6px solid #C7000A;
    box-sizing:border-box;
    display:inline-block;
}
.fwfwsy ul li a{
    display:block;
}
.fwfwsy ul li .fwfwsy-q{
    width:130px;
    height:130px;
    text-align:center;
    padding:20px 0;
    border-radius:100%;
    border:3px solid #C7000A;
    box-sizing:border-box;
    margin-top:9px;
    margin-left:9px;
}
.fwfwsy ul li .fwfwsy-q .fwfwsy-im{
    width:40px;
    height:40px;
    margin:0 auto;
}
.fwfwsy ul li .fwfwsy-q .fwfwsy-im img{
    width:40px;
    height:40px;
    display:block;
}
.fwfwsy ul li .fwfwsy-q h2{
    font-size: 18px;
    line-height:90px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}








}







@media (max-width: 1000px ){
.alxxnr{
    width:100%;
    padding: 0 0;
    box-sizing: border-box;
}
.alxxnr h4{
    font-size:19px;
    color:#111;
    line-height:30px;
    font-weight:600;
    margin-top:0;
    margin-bottom:0;
}
.alxxnr p{
    font-size:16px;
    color:#111;
    line-height:32px!important;
}

/*新闻动态*/
.xwdtbj{
    display:none;
}
.xwdtbj0{
    display:none;
}

/*诚邀加盟*/
.joinjmys{
    width:100%;
    padding: 0 0;
    box-sizing: border-box;
    margin-top:20px;
}
.joinjmys p{
    font-size:16px;
    color:#111;
    line-height:32px;
    text-indent:2em;
}


/*矿业权评估师*/
.kyqpgs{
    width:100%;
    margin-top:20px;
}
.kyqpgs ul{
    margin-left:0;
}
.kyqpgs ul li{
    width:100%;
    height:auto;
    float:left;
    margin-left:0;
    margin-bottom:20px;
    box-shadow:0px 0px 10px #333;
    border-radius:8px;
}
.kyqpgs ul li img{
    width:100%;
    display:block;
    border-radius:8px;
}

/*评估师详情*/
.tdpgs{
    width:100%;
    padding: 0 0;
    box-sizing: border-box;
    margin-top:20px;
}
.tdpgs .tdpgsbt{
    width:100%;
    text-align:center;
}
.tdpgs .tdpgsbt h3{
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.tdpgs .tdpgsbt p{
    line-height: 26px;
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

/*业务范围*/
.ywfwnr{
    width:100%;
}
.ywfwnr img{
    max-width:100%;
    display:block;
}
.ywfwnr h4{
    font-size:20px;
    color: #111;
    line-height: 46px;
    font-weight: 600;
    text-indent:2em;
}
.ywfwnr p{
    font-size: 17px!important;
    color: #111;
    line-height: 36px!important;
    text-indent:2em;
}

/*首页服务范围*/
.fwfwsy{
    width:100%;
    margin:0 0;
    padding:0 15px;
    box-sizing:border-box;
}
.fwfwsy ul{
    width:100%;
    margin-left:0;
}
.fwfwsy ul li{
    width:180px;
    height:180px;
    float:none;
    margin-left:0;
    margin:20px auto;
    text-align:center;
    box-shadow:0px 0px 12px #111;
    border-radius:100%;
    border:6px solid #C7000A;
    box-sizing:border-box;
}
.fwfwsy ul li a{
    display:block;
}
.fwfwsy ul li .fwfwsy-q{
    width:140px;
    height:140px;
    text-align:center;
    padding:22px 0;
    border-radius:100%;
    border:3px solid #C7000A;
    box-sizing:border-box;
    margin-top:13px;
    margin-left:13px;
}
.fwfwsy ul li .fwfwsy-q .fwfwsy-im{
    width:40px;
    height:40px;
    margin:0 auto;
}
.fwfwsy ul li .fwfwsy-q .fwfwsy-im img{
    width:40px;
    height:40px;
    display:block;
}
.fwfwsy ul li .fwfwsy-q h2{
    font-size: 18px;
    line-height:90px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:0;

}

/*首页公司简介*/
.sy-gsjj{
    width:100%;
    float:none;
}
.sy-gsjj p{
    font-size: 14px;
    line-height: 28px;
    color:#333;
    text-indent:2em;
}
.sy-gsjj a{
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    background-color:#C7000A!important;
    margin:0 auto;
    margin-top:15px;
}


.casennyq{
    display:none!important;
}




}








