@charset "UTF-8";

/* 通用样式 */
* {
    box-sizing: border-box;
}

p {
    margin: 0;
}


input,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
}

.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/
p {
    margin: 0;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.align-center {
    align-items: center;
}

.w1200 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

/* head */
.top_bg {
    height: 32px;
    line-height: 32px;
    background: #fafafa;
    font-size: 13px;
    color: #545454;
    background: #eeeeee;
    border-bottom: 1px solid #e1e1e1;
}

.top_con {}

.iconlist li {
    margin: 0 6px;
}

.iconlist li:last-child {
    margin-right: 0;
}

.iconlist li a {
    display: flex;
    align-items: center;
}

.iconlist li a .img1 {
    margin-right: 10px;
}

.header_main {
    padding: 28px 0;
}

.header_index .logo {
    width: 51%;
}

.header_index .logo img {
    max-width: 100%;
}

.header_index .ttel {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 67px;
    background-size: 54px 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header_index .ttel p {
    font-size: 1.35416666666667vw;
    font-weight: bold;
    color: #12b34a;
    font-family: arial;
    line-height: 1.153;
}

/*  */
.search {
    height: 61px;
    border-bottom: 1px solid #dedede;
}

.search .hot {
    line-height: 60px;
}

.search .hot a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding-right: 15px;
}

.search .ss {
    width: 25%;
    height: 38px;
    border: 1px solid #59bc2b;
    border-radius: 30px;
}

.search #formsearch {}

.hotSearch a {
    margin-right: 6px;
}

.search #formsearch input {
    outline: none;

}

.search #formsearch input#keyword {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #666;
    width: 83%;
    float: left;
}

.search #formsearch input#s_btn {
    width: 17%;
    line-height: 36px;
    float: right;
    background: #59bc2b;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-right: -2px;
}

/* about */
.about-bg {
    position: relative;
}

.about-bg::before {
    content: '';
    position: absolute;
    background: #f5f5f5;
    right: 0;
    top: 0;
    width: 50%;
    height: 440px;
    height: calc(100% - 20px);
}

.about-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.about-index {}

.about-left {
    width: 44.167%;
}

.about-left .aba {
    float: left;
    margin-top: 7.8125vw;
}

.about-left .aba img {
    max-width: 100%;
}

.about-left .abb {
    float: right;
    width: 86%;
}

.about-left .abb .abt h3 {
    color: #666;
    font-size: 2.34375vw;
    font-weight: normal;
}

.about-left .abb .abt h4 {
    color: #118c3c;
    font-size: 1.5625vw;
    margin-top: 5px;
}

.about-left .abb .aw {
    margin-top: 1vw;
}

.about-left .abb .aw p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.about-left .abb .amore {
    width: 150px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    background-image: linear-gradient(#177380, #359e63);
    margin-top: 3.125vw;
}

.about-left .abb .amore a {
    color: #fff;
}

.about-left .abb .amore:hover {
    background: #12b34a;
    transition: all .5s;
}

.about-right {
    width: 50%;
    position: relative;
}

.about-right .abt2 {
    font-size: 24px;
    color: #333;
    line-height: 80px;
    padding-left: 20px;
    margin-top: 10px;
}

.about-right img{
    max-width:100%; height:auto !important;width:auto !important;
}

/* 为什么千万家长愿意 */
.why-bg {
    background: url(../images/reasonbg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 4.1667vw;
    padding-bottom: 5.52vw;
    margin-top: 1px;
}

.in_title {
    text-align: center;
}

.in_title h3 {
    font-size: 2.34375vw;
    color: #fff;
    font-weight: normal;
    margin-bottom: 12px;
}

.in_title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.in_title h4 span {
    width: 50px;
    height: 2px;
    background: #ccc;
}

.in_title h4 b {
    font-size: 1.5625vw;
    color: #fff;
    margin: 0 2vw;
}

.whylist {
    margin-top: 1.5vw;
}

.whylist li {
    width: 24.33%;
}

.whylist li .img1 {
    position: relative;
}

.whylist li .img1 img {
    width: 100%;
}

.whylist li .img1 .wza {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/reasonbg02.png) repeat top center;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.whylist li .wzb {
    background: #fff;
    padding: 1.1vw 1.3vw;
    text-align: center;
    font-size: 14px;
    line-height: 1.785;
    color: #666666;
}

/* 案例中心 */
.case-index {
    padding-top: 4.6875vw;
}

.case-index .in_title h3 {
    color: #666;
}

.case-index .in_title h4 b {
    color: #118c3c;
}

.case-roll {
    margin-top: 5.73vw;
    position: relative;
}

.cnext {
    position: absolute;
    left: 14%;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
    cursor: pointer;
    background: url(../images/l22.png) no-repeat center center;
    width: 42px;
    height: 42px;
    background-position: 0 0;
}

.cnext:hover {
    background-position: -42px 0px;
    transition: all ease 600ms;
}

.cprev {
    position: absolute;
    right: 14%;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
    cursor: pointer;
    background: url(../images/r22.png) no-repeat center center;
    width: 42px;
    height: 42px;
    background-position: -42px 0px;
}

.cprev:hover {
    background-position: 0px 0px;
    transition: all ease 600ms;
}

.caseSwiper {
    overflow: hidden;
}

.caseSwiper .swiper-slide a {
    display: block;
    padding: 1.56vw;
    border: 1px solid #ddd;
    transition: all ease 600ms;
    transition: all ease 600ms;
}

.caseSwiper .swiper-slide .img1 img {
    width: 100%;
}

.caseSwiper .swiper-slide .wz .wza {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1vw;
}

.caseSwiper .swiper-slide .wz .wzb {
    margin-top: 0.625vw;
    font-size: 14px;
    color: #333;
}

.caseSwiper .swiper-slide .wz .wzc {
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #118c3c;
    color: #fff;
    margin-top: 5px;
}

.caseSwiper .swiper-slide a:hover {
    border: 1px solid #118c3c;
    background: #118c3c;
    transition: all ease 600ms;
}

.caseSwiper .swiper-slide a:hover .wza {
    color: #fff;
}

.caseSwiper .swiper-slide a:hover .wzb {
    color: #c1d4f1;
}

.caseSwiper .swiper-slide a:hover .wzc {
    background: #fff;
    color: #118c3c;
}

.casemore {
    margin-top: 2vw;
}

.casemore a {
    display: flex;
    align-items: center;
}

.casemore a i {
    width: calc((100% - 200px) / 2);
    height: 1px;
    background: #ccc;
}

.casemore a span {
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.casemore a:hover span {
    background: #118c3c;
    color: #fff;
    transition: all .5s;
    border: 1px solid #118c3c;
}

/* 横图 */
.index_slip {
    background: url(../images/bannerbg_1.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 2.6vw;
    padding-bottom: 2.34vw;
    margin-top: 2.34375vw;
}

.slip_tit p {
    color: #fff;
}

.slip_tit p:nth-of-type(1) {
    font-size: 32px;
    font-weight: 600;
}

.slip_tit p:nth-of-type(2) {
    font-size: 24px;

}

.slip_more {
    width: 202px;
    height: 57px;
    background: url(../images/ixbanner-btn1.png) no-repeat;
    line-height: 57px;
    text-align: center;

}

.slip_more a {
    font-size: 20px;
    font-weight: 600;
    color: #1fb153;
}

.slip_more:hover {
    background: url(../images/ixbanner-btn.png) no-repeat;
}

/*  */
.school-index {
    padding-top: 4.1667vw;
}

.school-index .in_title h3 {
    color: #666;
}

.school-index .in_title h4 b {
    color: #118c3c;
}

.scort {
    margin-top: 2.6vw;
    text-align: center;
}

.scort li {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #118c3c;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
}

.scort li a {
    display: block;
    color: #fff;
}

.scort li:hover {
    background: #12b34a;
}

.plist1 {
    margin: 0 -1.0665%;
    margin-top: 2.5vw;
}

.plist1 li {
    float: left;
    width: 31.2%;
    background: #f6f6f6;
    transition: all .5s;
    padding: 1.98vw 1.56vw;
    margin: 0 1.0665%;
    margin-bottom: 2.133%;
}

.plist1 li .img1 {
    height: 240px;
}

.plist1 li .img1 img {
    width: 100%;
    height: 100%;
}

.plist1 li .wz {
    align-items: center;
    margin-top: 12px;
}

.plist1 li .wz .wza {
    font-size: 20px;
    color: #333;
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plist1 li .wz .wzb {
    background: url(../images/em.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100px;
    height: 26px;
    transition: all .5s;
}

.plist1 li:hover {
    background: #118c3c;
}

.plist1 li:hover .wz .wza {
    color: #fff;
}

.plist1 li:hover .wz .wzb {
    background: url("../images/em1.png") no-repeat;
    transition: all .5s;
}

.promore {
    margin-top: 1vw;
}


/* 横图2 */
.index_slip2 {
    background: url(../images/bannerbg_2.jpg) no-repeat top center;
    background-size: cover;
}

/* 博恩专题 */
.zhuanti-index {
    padding-top: 4.6875vw;
}

.zhuanti-index .in_title h3 {
    color: #666;
}

.zhuanti-index .in_title h4 b {
    color: #118c3c;
}

.zsort {
    text-align: center;
    margin-top: 2.6vw;
}

.zsort li {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #118c3c;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    transition: all .3s ease-in-out 0s;
}

.zsort li a {
    color: #fff;
}

.zsort li:hover {
    background: #12b34a;
}

.news-roll {
    position: relative;
    margin-top: 2.6vw;
}


.nnext {
    position: absolute;
    left: 14%;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
    cursor: pointer;
    background: url(../images/l22.png) no-repeat center center;
    width: 42px;
    height: 42px;
    background-position: 0 0;
}

.nnext:hover {
    background-position: -42px 0px;
    transition: all ease 600ms;
}

.nprev {
    position: absolute;
    right: 14%;
    top: 50%;
    margin-top: -21px;
    z-index: 99;
    cursor: pointer;
    background: url(../images/r22.png) no-repeat center center;
    width: 42px;
    height: 42px;
    background-position: -42px 0px;
}

.nprev:hover {
    background-position: 0px 0px;
    transition: all ease 600ms;
}

.newsSwiper {
    overflow: hidden;
}

.newsSwiper .swiper-slide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    background: #f6f6f6;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding: 1.56vw;
}

.newsSwiper .swiper-slide a .date {
    width: 15.33%;
    text-align: center;
}

.newsSwiper .swiper-slide a .date .d1 {
    color: #999;
    font-size: 60px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.newsSwiper .swiper-slide a .date .d2 {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    line-height: 1;
    font-family: "Arial";
}

.newsSwiper .swiper-slide a .wz {
    width: calc(100% - 16%);
}

.newsSwiper .swiper-slide a .wz .wza {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsSwiper .swiper-slide a .wz .wzb {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsSwiper .swiper-slide a:hover {
    background: #118c3c;
    border: 1px solid #118c3c;
}

.newsSwiper .swiper-slide a:hover .date .d1 {
    color: #c1d4f1;
}

.newsSwiper .swiper-slide a:hover .date .d2 {
    color: #c1d4f1;
}

.newsSwiper .swiper-slide a:hover .wz .wza {
    color: #fff;
}

.newsSwiper .swiper-slide a:hover .wz .wzb {
    color: #c1d4f1;
}

.newsmore {
    margin-bottom: 2.34375vw;
}

/* link */
.link_bg {
    background: #118c3c;
    color: #fff;
    padding: 15px 0;
}

.link_bg h4 {
    font-size: 14px;
    float: left;
    font-weight: normal;
    width: 76px;
}

.link_bg span {
    font-size: 26px;
    display: block;
    margin-top: 4px;
}

.links_n {
    float: left;
    width: calc(100% - 90px);
}

.links_n a {
    border-right: 1px dotted #fff;
    padding: 0px 20px;
    color: #fff
}

/* foot */
.footbg {
    background: #212d3a;
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
}

.fnavlist {
    padding-bottom: 1.77vw;
    border-bottom: 1px solid #1c2632;
}

.fnavlist li {
    float: left;
    padding: 0 19px;
    border-left: 1px solid #373e46;
    border-right: 1px solid #666666;
}

.fnavlist li:nth-of-type(1) {
    border-left: none;
    padding-left: 0;
}

.fnavlist li a {
    display: block;
    color: #999999;
    font-size: 16px;
}

.footcon {
    border-top: 1px solid #2c3946;
    padding-top: 34px;
}

.footcon-left {
    width: 1200px;
}

.footcon-left dl {
    width: 25%;
    background: url(../images/footer_xian.png) no-repeat left top;
    padding-left: 18px;
}

.footcon-left dl dt {
    margin-bottom: 20px;
}

.footcon-left dl dt a {
    display: block;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.footcon-left dl dd a {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.footcon-left dl.dl5 dt {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.footcon-left dl.dl5 dd p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.footcon-right {
    width: 20%;
}

.footcon-right ul li {
    width: 41.67%;
}

.footcon-right ul li .img1 img {
    width: 100%;
}

.footcon-right ul li .wz {
    line-height: 28px;
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.footerBottom {
    background: #1d2936;
    padding: 30px 0;
}

.copindex {
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.copindex a {
    color: #999999;
}

@media(max-width:1600px) {
    .cnext {
        left: 8%;
    }

    .cprev {
        right: 8%;
    }

    .nnext {
        left: 8%;
    }

    .nprev {
        right: 8%;
    }
}

@media(max-width:1440px) {
    .cnext {
        left: 4%;
    }

    .cprev {
        right: 4%;
    }

    .nnext {
        left: 4%;
    }

    .nprev {
        right: 4%;
    }
}

@media(max-width:1366px) {
    .cnext {
        left: 2%;
    }

    .cprev {
        right: 2%;
    }

    .nnext {
        left: 2%;
    }

    .nprev {
        right: 2%;
    }
}

@media(max-width:1280px) {
    .cnext {
        left: 15px;
    }

    .cprev {
        right: 15px;
    }

    .nnext {
        left: 15px;
    }

    .nprev {
        right: 15px;
    }

    .scort li {
        font-size: 16px;
    }

    .plist1 li .wz .wza {
        font-size: 18px;
    }

    .slip_tit p:nth-of-type(1) {
        font-size: 28px;
    }

    .slip_tit p:nth-of-type(2) {
        font-size: 20px;
    }

    .zsort li {
        font-size: 16px;
    }

    .newsSwiper .swiper-slide a .date .d1 {
        font-size: 40px;
    }

    .newsSwiper .swiper-slide a .wz .wza {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .header_index .logo {
        width: 45%;
    }

    .about-right .abt2 {
        font-size: 20px;
        line-height: 50px;
    }

    .caseSwiper {
        width: 90%;
        margin: 0 auto;
    }

    .caseSwiper .swiper-slide .wz .wza {
        font-size: 18px;
    }

    .caseSwiper .swiper-slide .wz .wzb {
        font-size: 13px;
    }

    .caseSwiper .swiper-slide .wz .wzc {
        font-size: 13px;
    }

    .casemore a i {
        width: calc((100% - 150px) / 2);
    }

    .casemore a span {
        width: 150px;
        height: 46px;
        background-size: 100% 100%;
        line-height: 44px;
        font-size: 13px;
        font-size: 14px;
    }

    .slip_tit p:nth-of-type(1) {
        font-size: 24px;
    }

    .slip_tit p:nth-of-type(2) {
        font-size: 16px;
    }

    .slip_more {
        width: 150px;
        height: 46px;
        line-height: 46px;
        background-size: 100% 100%;
    }

    .slip_more a {
        font-size: 16px;
    }

    .slip_more:hover {
        width: 150px;
        height: 46px;
        line-height: 46px;
        background-size: 100% 100%;
    }

    .newsSwiper {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:1100px) {
    .about-left .aba {
        margin-top: 2vw;
    }

    .about-left .abb .aw p {
        line-height: 22px;
    }

    .about-left .abb .amore {
        margin-top: 1vw;
    }

    .about-right .abt2 {
        font-size: 18px;
    }

    .whylist li .img1 .wza {
        font-size: 16px;
    }

    .whylist li .wzb {
        font-size: 13px;
    }

    .caseSwiper .swiper-slide .wz .wzb {
        font-size: 12px;
    }

    .caseSwiper .swiper-slide .wz .wzc {
        font-size: 12px;
    }

    .scort li {
        font-size: 14px;
    }

    .plist1 li .img1 {
        height: 210px;
    }

    .plist1 li .wz .wza {
        font-size: 16px;
    }

    .zsort li {
        font-size: 14px;
    }

    .newsSwiper .swiper-slide a .date .d1 {
        font-size: 30px;
    }

    .newsSwiper .swiper-slide a .wz .wza {
        font-size: 16px;
    }

    .newsSwiper .swiper-slide a .wz .wzb {
        margin-top: 5px;
    }

    .fnavlist li a {
        font-size: 14px;
    }

    .footerBottom {
        padding: 20px 0;
    }
}

@media(max-width:991px) {
    .about-bg {
        padding: 40px 0;
    }

    .about-bg::before {
        display: none;
    }

    .about-bg::after {
        display: none;
    }

    .about-index {
        flex-wrap: wrap;
    }

    .about-left {
        width: 100%;
    }

    .about-left .aba {
        float: none;
        display: none;
    }

    .about-left .abb {
        float: none;
        width: 100%;
    }

    .about-left .abb .abt h3 {
        font-size: 24px;
    }

    .about-left .abb .abt h4 {
        font-size: 20px;
    }

    .about-right {
        width: 100%;
    }

    .about-right .abt2 {
        padding-left: 0;
    }

    .in_title h3 {
        font-size: 24px;
    }

    .in_title h4 b {
        font-size: 16px;
    }

    .whylist li .wzb {
        height: 156px;
        overflow: hidden;
    }

    .caseSwiper .swiper-slide .wz .wzb {
        height: 100px;
        overflow: hidden;
    }

    .plist1 li .img1 {
        height: 185px;
    }

    .plist1 li .wz .wzb {
        width: 80px;
        height: 21px;
    }

    .newsSwiper .swiper-slide a .date .d1 {
        font-size: 24px;
    }

    .newsSwiper .swiper-slide a .date .d2 {
        font-size: 13px;
    }

    .newsSwiper .swiper-slide a .wz .wza {
        font-size: 14px;
    }

    .newsSwiper .swiper-slide a .wz .wzb {
        font-size: 12px;
    }
}

@media(max-width:780px) {
    .why-bg {
        padding: 40px 0;
    }

    .whylist {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .whylist li {
        width: 48%;
        margin-bottom: 4%;
    }

    .whylist li .wzb {
        height: 115px;
    }

    .case-index {
        padding-top: 40px;
    }

    .case-roll {
        margin-top: 20px;
    }

    .casemore {
        margin-top: 20px;
    }

    .index_slip {
        padding: 30px 0;
        margin-top: 40px;
    }

    .slip_tit p:nth-of-type(1) {
        font-size: 20px;
    }

    .slip_tit p:nth-of-type(2) {
        font-size: 14px;
    }

    .school-index {
        padding-top: 40px;
    }

    .scort {
        margin-top: 20px;
    }

    .plist1 {
        margin: 0;
        margin-top: 20px;
    }

    .plist1 li {
        width: 48%;
        margin: 0;
        margin-bottom: 4%;
        padding: 15px 10px;
    }

    .plist1 li:nth-child(2n) {
        float: right;
    }

    .plist1 li .wz .wza {
        font-size: 14px;
    }

    .zhuanti-index {
        padding-top: 40px;
    }

    .zsort li {
        margin: 0 4px;
    }

    .footbg {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .fnavlist {
        display: none;
    }

    .footcon {
        border: none;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .footcon-left {
        width: 100%;
        display: none;
    }

    .footcon-right {
        width: 100%;
    }

    .footcon-right ul {
        justify-content: center
    }

    .footcon-right ul li {
        width: auto;
        text-align: center;
        margin: 0 10px;
    }

    .footcon-right ul li .img1 img {
        max-width: 100px;
        width: 100%;
    }

    .footerBottom {
        padding: 10px 0;
    }

    .copindex {
        font-size: 12px;
        line-height: 20px;
    }

    .x-banner {
        /*padding-top: 60px;*/
    }

    .x-banner .owl-carousel .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
}

@media(max-width:640px) {
    .about-left .abb .amore {
        margin-top: 10px;
    }

    .about-right .abt2 {
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .whylist li {
        width: 100%;
    }

    .whylist li .wzb {
        height: auto;
        padding: 15px 10px;
    }

    .caseSwiper .swiper-slide a {
        padding: 10px 10px;
    }

    .caseSwiper .swiper-slide .wz .wzb {
        height: auto;
    }

    .casemore a span {
        width: 100px;
        height: 35px;
        line-height: 33px;
        font-size: 12px;
    }

    .casemore a i {
        width: calc((100% - 100px) / 2);
    }

    .index_con {
        flex-wrap: wrap;
    }

    .slip_tit {
        width: 100%;
    }

    .slip_more {
        margin: 0 auto;
        margin-top: 10px;
    }

    .plist1 li .img1 {
        height: 120px;
    }

    .plist1 li .wz {
        flex-wrap: wrap;
    }

    .plist1 li .wz .wza {
        width: 100%;
    }

    .plist1 li .wz .wzb {
        margin-top: 10px;
    }

    .zsort {
        margin-top: 20px;
    }

    .zsort li {
        margin-bottom: 10px;
    }

    .news-roll {
        margin-top: 20px;
    }

    .newsSwiper {
        width: 74%;
    }

    .newsSwiper .swiper-slide a {
        flex-wrap: wrap;
        padding: 10px;
    }

    .newsSwiper .swiper-slide a .date {
        width: 100%;
    }

    .newsSwiper .swiper-slide a .wz {
        width: 100%;
        margin-top: 10px;
    }

    .newsmore {
        margin-bottom: 40px;
    }
}



/*内页左侧样式*/

.page-wrap{
  padding: 3% 0;
}
.container{width: 1200px!important;margin: 0 auto;padding: 0;}


.page-product-inquiry a{color: #fff;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.xypg-left-con2{margin-bottom:3%;}
 .xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xypg-left-con2 .xypg-left-nav>li {width:18%;
    position: relative;text-align:center;
    background: #f7f7f7;border-right: 1px solid #dedede;
}

.xypg-left-con2  .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}


.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;background:#12b34a;
}
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn{display: none;}


@media (max-width: 768px) {
     .xypg-left-con2 .xypg-left-nav{display:none!important;}
     .xypg-right-content img{width:100%!important;height:auto!important;}
}
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
}

.pagelist a,.pagelist span {border-style: solid;border-width: 1px;border-color: #12b34a;margin: 5px;padding: 4px 10px;}

.pagelist span.page_nowindex {background-color: #12b34a;}



