.my_about_wrapper{
    width: 100%;
    padding: 20px 0 80px;
    box-sizing: border-box;
    background-image: url("/img/about_bk.jpg") ;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
}
.my_about{
    padding-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.my_about h4.my_about_tit{
    color: #333;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}
.my_about .my_about_con{
    padding: 0 20px;
    text-align: center;
}
.my_about .my_about_con span{
    color: rgb(102,102,102);
    line-height: 24px;
}
.my_about_pic{
    overflow: hidden;
    padding: 40px 0 0;

}
.swpAbout1{
    padding: 20px 0;
}
.swpAbout1 .swiper-slide{
    padding: 0 10px;
    box-sizing: border-box;
}
.swpAbout1 .swpAbout1_pic{
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all .5s;
}
.swpAbout1 .swiper-slide-active .swpAbout1_pic{
    transform: perspective(1000px) rotateY(6deg) translateZ(0);
    transform-style: preserve-3d;
}
.swpAbout1 .swiper-slide-next .swpAbout1_pic{
    transform: perspective(1000px) rotateY(-6deg) translateZ(0);
    transform-style: preserve-3d;
}
.swpAbout1 .swiper-slide .swpAbout1_pic:hover{
    transform: perspective(1000px) rotateY(0) translateZ(0);
    /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);*/
}
.swpAbout1 .swiper-slide .swpAbout1_pic:hover .myMask{
    background-color: rgba(0,0,0,0);
}
.swpAbout1 .swiper-slide .myMask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: all .5s;
}
/*.swpAbout1 .swiper-btn-p{
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}
.swpAbout1 .swiper-btn-n{
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}*/
.my_about_con2{
    overflow: hidden;
    margin-top: 80px;
    /*height: 380px;*/
    padding-top: 10px;
}
.my_about_con2_l{
    width: 50%;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    float: left;
}
.my_about_con2_r{
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    float: right;
    position: relative;
}
.my_about_con2_l p{
    margin-bottom: 10px;
    text-indent: 2em;
    color: rgb(102,102,102);
    line-height: 24px;
}
.my_about_con2_l img{
    height: 70px;
    opacity: 0.7;
    margin-top: 15px;
    margin-left: 10px;
}
.my_about_con2_r img{
    width: 100%;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
    position: relative;
    z-index: 2;
}
.my_about_con2_r .myDl_bk{
    position: absolute;
    width: 98%;
    height: 100%;
    z-index: 1;
    top: 8px;
    left: -8px;
    background-color: rgba(0,0,0,0.3);
    /*box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);*/
}

.my_culture_wrapper{
    background-color: #eee;
}
.my_culture{
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.my_culture_tit{

    color: #333;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}
.my_culture .my_culture_con{
    padding: 0 20px;
    text-align: center;
}
.my_culture .my_culture_con span{
    color: rgb(102,102,102);
}
.my_culture_pic{
    margin-top: 30px;
    text-align: center;
}
.my_culture_pic img{
    max-width: 100%;
}
.my_culture_con2{
    margin-top: 20px;
    text-align: center;
}
.my_culture .my_culture_con2 span{
    color: rgb(102,102,102);
}
.my_liCheng_wrapper{
    background-color: #fff;

}
.my_liCheng{
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.my_liCheng .my_liCheng_tit{

    color: #333;
    font-size: 32px;
    margin-bottom: 100px;
    text-align: center;
    font-weight: normal;
}


.my_liCheng_line{
    height: 10px;
    width: 100%;
    background-color: #009B4C;
    position: relative;
}
.my_liCheng_line .my_liCheng_d{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 6%;
    background-color: #fff;
     border: 5px solid #009B4C;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: -10px;
    position: relative;
    transform: translateX(-5px);
    cursor: pointer;
}
.my_liCheng_line .my_liCheng_d:nth-child(11){
    margin-right: 0;
}
.my_liCheng_line .my_liCheng_d .my_liCheng_dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-block;
    transition: all .2s;
}
.my_liCheng_line .my_liCheng_d.my_liCheng_d_in .my_liCheng_dot{
    background-color: #009B4C;
}
.my_liCheng_line .my_liCheng_d:hover .my_liCheng_dot{
    background-color: #009B4C;
}
.my_liCheng_con{
    padding: 20px 10px 20px 40px;
    margin-bottom: 80px;
}

.my_liCheng_dot_data{
    position: absolute;
    top: 38px;
    left: -8px;

    /*color: rgb(102,102,102);*/
    color: #333;
}
.my_liChen_span{
    position: absolute;
    bottom: 36px;
    left: -8px;
    width: 400px;
    display: none;
    /*background-color: #ccc;
    border: 1px solid #000;*/
    border-radius: 5px;
    padding:5px 10px;
    box-sizing: border-box;
    transform: translateX(-181px);
    text-align: center;
    color: #000;
    /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);*/
}
.my_liChen_span span{
    display: inline-block;
    background-color: #ccc;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    /*box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);*/
    border: 1px solid #009B4C;
}
.my_liChen_span img{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.my_liCheng_line .my_liCheng_d.my_liCheng_d_in .my_liChen_span{
    display: block;
}
/*.my_liCheng_line .my_liCheng_d:hover .my_liChen_span{
    display: block;
}*/
.my_liCheng_con2{
    padding: 0 20px 20px;
    text-align: center;
    /*margin-bottom: 30px;*/
}
.my_liCheng_con2 span{
    color: rgb(102,102,102);
    line-height: 24px;
}
.my_honnor_wrapper{
    /*background-color: #eee;*/
    background-position: center;
    background-size: cover;
    background-image: url("/img/honor_bk.jpg");
}
.my_honnor{
    padding: 80px 0 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.my_honnor .my_honnor_tit{
    color: #333;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}
.my_honnor .my_honnor_con{
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
}
.my_honnor .my_honnor_con span{
    color: rgb(102,102,102);
    line-height: 24px;
}
.my_kehu_wrapper{
    /*background-color: #eee;*/
}
.my_kehu{
    padding: 80px 0 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.my_kehu .my_kehu_tit{
    color: #333;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}
.swpHonnor .swiper-slide{
    padding: 20px;
    box-sizing: border-box;
    transform: scale(0.8);
    transition: all .5s;
}
.swpHonnor .swiper-slide img{
    width: 100%;
}

.swpHonnor .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: all .5s;
}
.my_kehu_list{
    overflow: hidden;
}

.my_kehu_one{
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.8;
    transition: all .5s;
}

.my_kehu_one:hover{
    opacity: 1;
}

.my_kehu_one img{
    width: 180px;
    cursor: pointer;
}
.liCheng_m{
    display: none;
}
.cpzs{
    display: none;
}
@media all  and (max-width: 787px){
    .cpzs{
        display: block;
    }
    .my_about{
        padding-top: 10px;
    }
    .my_about h4.my_about_tit{
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .swpAbout1 .swpAbout1_pic{
        height: 180px;
    }
    .swpAbout1{
        padding: 10px 0;
    }
    .my_about_con2{
        margin-top: 30px;
        height: auto;
    }
    .my_about_con2_l{
        width: 100%;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .my_about_con2_l img{
        height: 40px;
        margin-top: 0;
    }
    .my_about_con2_r{
        width: 100%;
        padding:0 20px;
    }
    .my_about_con2_r .myDl_bk{
        left: 2%;
        width:96%;
    }
    .my_culture{
        padding: 30px 0;
    }
    .my_culture h4.my_culture_tit{
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .my_culture_pic{
        margin-top: 20px;
    }
    .my_culture_con2{
        padding:0 20px;
    }
    .my_liCheng{
        padding: 30px 0;
    }
    .my_liCheng h4.my_liCheng_tit{
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .my_honnor{
        padding: 30px 0;
    }
    .my_honnor h4.my_honnor_tit{
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .swpHonnor .swiper-slide{
        padding:10px;
    }
    .my_kehu{
        padding: 30px 0;
    }
    .my_kehu h4.my_kehu_tit{
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .my_kehu_one{
        width: 33%;
        margin-bottom: 20px;
    }
    .my_kehu_one img{
        width: 80%;
        height: auto;
    }
    .my_kehu_list{
        padding: 0 10px;
    }
    .liCheng_m{
        display: block;
        max-width: 100%;
    }
    .my_liCheng_con{
        padding: 0;
        margin-bottom: 20px;
    }
    .my_liCheng_line{
        display: none;
    }
    .my_about_wrapper{
        padding-top: 0;
    }
}
#book-service-item #book-service-one{
    z-index: 3;
}

.my_culture_pic-l{
    width: 43.5%;
}
.my_culture_pic-r{
    width: 56.5%;
}
@media all and (max-width: 787px){
    img.my_culture_pic-l{
        width: 100%;
    }
    img.my_culture_pic-r{
        width: 100%;
    }
}
.my_about_btn{
    text-align: center;
}
.my_about_btn a{
    display: inline-block;
    vertical-align: top;
    width: 198px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #009B4C;
    color: #009B4C;
    font-size: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.my_about_btn a:hover{
    background-color: #009B4C;
    color: #fff;
}
.my_honor_btn{

    text-align: center;
}
.my_honor_btn a{
    display: inline-block;
    vertical-align: top;
    width: 198px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #009B4C;
    color: #009B4C;
    font-size: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.my_honor_btn a:hover{
    background-color: #009B4C;
    color: #fff;
}
.my_liCheng_pic{
    overflow: hidden;
}
.my_liCheng_pic_one{
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.my_liCheng_r{
    /*float: right;*/
    position: absolute;
    top: -10px;
    right: -10px;
}