
.sub_wrap img{max-width: 100%; margin: 0 auto; display: block;}
.sub_wrap p{font-size: 19px; line-height: 1.7; word-break: keep-all;}

.sub_0101{display: flex; justify-content: space-between; align-items: center;}
/* .sub_0101>div{width: 48%;} */

.sub_0101 .img img{border-radius: 25px;}
.sub_0101 .txt h1{font-size: 20px; color: #556316; margin-bottom: 15px;}
.sub_0101 .txt h2{font-size: 48px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #ddd; line-height: 1;}
.sub_0101 .txt p{font-size: 21px; }
/* .sub_0101 .txt p{text-align: justify; } */

.sub_wrap .sub_0102 {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.sub_wrap .sub_0102>div {
    width: 48%;
}
.sub_wrap .sub_0102 .right .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sub_wrap .sub_0102 .right h2 {
    font-size: 46px;
    line-height: 1.5;
    color: #556316;
    font-weight: bold;
}
.sub_wrap .sub_0102 .right ul {
    position: relative;
}
.sub_wrap .sub_0102 .right ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 33px;
    width: 2px;
    bottom: 35px;
    background-color: #e5e5e5;
}
.sub_wrap .sub_0102 .right li {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 0;
}
.sub_wrap .sub_0102 .right li .dots {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: rgba(136, 136, 136, 0.08);
    border-radius: 50%;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sub_wrap .sub_0102 .right li .dots:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: rgba(136, 136, 136, 0.14);
    border-radius: 50%;
}
.sub_wrap .sub_0102 .right li .dots:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #888;
    border-radius: 50%;
}
.sub_wrap .sub_0102 .right li h6 {
    font-size: 18px;
    line-height: 1.5;
    color: #556316;
    font-weight: 800;
}
.sub_wrap .sub_0102 .right li p {
    font-size: 18px;
    line-height: 1.5;
}

.sub_0103 h2{font-size: 28px; color: #556316; margin-bottom: 50px; text-align: center;}
.sub_0103 img{width: 800px;}

.sub_0104{display: flex; justify-content: space-between; align-items: center;}
.sub_0104>div{width: 48%;}
.sub_0104 .img img{border-radius: 25px;}
.sub_0104 .txt h1{font-size: 40px; color: #556316; margin-bottom: 30px;}
.sub_0104 .txt ul li{font-size: 18px; display: flex; position: relative; padding-left: 15px; align-items: center;}
.sub_0104 .txt ul li+li{margin-top: 15px;}
.sub_0104 .txt ul li b{white-space: nowrap; padding-right: 10px; line-height: 1; display: inline-block;}
.sub_0104 .txt ul li span{line-height: 1; display: inline-block;}
.sub_0104 .txt ul li::before{width: 5px; height: 5px; background-color: #556316; border-radius: 50%; content: ''; position: absolute; top: 8px; left: 0;}

.sub_0105 .cont h1{font-size: 18px; margin-bottom: 20px;}
.sub_0105 .cont+.cont{margin-top: 50px;}
.sub_0105 .cont table{width: 100%; border: 1px solid #ddd; border-top: 2px solid #556316; border-collapse: collapse;}
.sub_0105 .cont table th{font-size: 18px; padding: 10px; border: 1px solid #ddd; background-color: #f8f8f8;}
.sub_0105 .cont table td{font-size: 18px; padding: 10px; border: 1px solid #ddd; text-align: center;}


.sub_wrap .map_info_t {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-spacing: 15px;
}
.sub_wrap .map_info_t .map_info_icon {
    text-align: center;
    font-size: 22px;
    color: #556316;
}
.sub_wrap .map_info_t .map_info_tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #556316;
    border-right: 1px solid #556316;
}
.sub_wrap .map_info_t .map_info_con {
    font-size: 18px;
    word-break: keep-all;
}

.sub_0201 .top_img{margin-bottom: 50px;}
.sub_0201 .top_img img{border-radius: 25px;}
.sub_0201 .cont+.cont{margin-top: 50px;}
.sub_0201 .cont h1{position: relative; font-size: 28px; color: #556316; margin-bottom: 20px;}
.sub_0201 .cont ul{margin-left: 5px;}
.sub_0201 .cont ul li{position: relative; padding-left: 15px; font-size: 18px; line-height: 1.5;}
.sub_0201 .cont ul li+li{margin-top: 10px;}
.sub_0201 .cont ul li::before{width: 5px; height: 5px; background-color: #a0ab3e; border-radius: 50%; position: absolute; content: ''; top: 12px; left: 0;}
.sub_0201 .cont dl{padding-left: 20px; margin-top: 20px;}
.sub_0201 .cont dl dd{font-size: 18px; line-height: 1.5;}
.sub_0201 .cont dl dd span{width: 22px; display: inline-block;}
.sub_0201 .cont dl dd .span2{width: 0;}
.sub_0201 .cont table{width: 100%; border: 1px solid #ddd; border-top: 2px solid #556316; border-collapse: collapse;}
.sub_0201 .cont table th{font-size: 18px; padding: 10px; border: 1px solid #ddd; background-color: #f8f8f8;}
.sub_0201 .cont table td{font-size: 18px; padding: 10px; border: 1px solid #ddd; line-height: 1.5;}

.sub_0201 .cont .mini_box{display: flex; flex-wrap:wrap;}
.sub_0201 .cont .mini_box .in{box-sizing: border-box; padding: 25px 10px; display: flex; width: 50%; border-bottom: 1px dashed #ddd; align-items: center;}
.sub_0201 .cont .mini_box .in .num{width: 70px; height: 70px; min-width: 70px; margin-right: 30px; border-radius: 50%; background-color: #556316; display: flex; justify-content: center; align-items: center;}
.sub_0201 .cont .mini_box .in .num h5{color: #fff; font-size: 22px;}
.sub_0201 .cont .mini_box .in .txt h3{margin-bottom: 5px; font-size: 22px;}
.sub_0201 .cont .mini_box .in .txt p{font-size: 17px;}

@media(max-width:1200px){
    .mo_hide{display: none;}
}

@media(max-width: 900px){
    .sub_wrap p{font-size: 16px;}
    .sub_0101{flex-direction: column;}
    .sub_0101>div{width: 100%;}
    .sub_0101 .img{margin-bottom: 20px;}
    .sub_0101 .txt h1{font-size: 16px; margin-bottom: 15px;}
    .sub_0101 .txt h2{font-size: 22px; padding-bottom: 20px; margin-bottom: 20px;}
    .sub_0101 .txt p{font-size: 17px;}

    .sub_wrap .sub_0102{flex-direction: column;}
    .sub_wrap .sub_0102>div{width: 100%;}
    .sub_wrap .sub_0102 .left{margin-bottom: 30px;}
    .sub_wrap .sub_0102 .left img{height: 450px; object-fit: cover; object-position: bottom; width: 100%;}
    .sub_wrap .sub_0102 .right h2{font-size: 26px;}
    .sub_wrap .sub_0102 .right li .dots{margin-right: 20px;}
    .sub_wrap .sub_0102 .right li h6{font-size: 17px;}
    .sub_wrap .sub_0102 .right li p{font-size: 17px;}
    .sub_wrap .map_info_t .map_info_tit{font-size: 16px;}
    .sub_wrap .map_info_t .map_info_con{font-size: 16px; line-height: 1.3;}
    .sub_wrap .map_info_t .map_info_icon{width: 30px !important;}

    .sub_0103 h2{font-size: 23px; margin-bottom: 20px; }

    .sub_0104{flex-direction: column;}
    .sub_0104>div{width: 100%;}
    .sub_0104 .img{margin-bottom: 30px;}
    .sub_0104 .txt h1{font-size: 24px; margin-bottom: 20px;}
    .sub_0104 .txt ul li{font-size: 16px; align-items: flex-start;}
    .sub_0104 .txt ul li b{line-height: 1.5;}
    .sub_0104 .txt ul li span{line-height: 1.5;}
    .sub_0104 .txt ul li::before{top: 8px;}

    .sub_0201 .cont .mini_box{margin-top: 0px;}
    .sub_0201 .cont .mini_box .in{width: 100%; padding: 15px 0;}
    .sub_0201 .cont .mini_box .in .num{width: 50px; height: 50px; min-width: 50px; margin-right: 20px;}
    .sub_0201 .cont .mini_box .in .num h5{font-size: 20px;}
    .sub_0201 .cont .mini_box .in .txt{margin-top: 0;}
    .sub_0201 .cont .mini_box .in .txt h3{font-size: 18px;}
    .sub_0201 .cont .mini_box .in .txt p{font-size: 16px;}
    .sub_0201 .cont dl dd{font-size: 16px;}
    .sub_0201 .cont dl dd span{width: 7px;}
    .sub_0201 .cont dl dd .span2{width: 20px;}

    .sub_0201 .top_img{margin-bottom: 30px;}
    .sub_0201 .top_img img{ border-radius: 10px;}
    .sub_0201 .cont h1{font-size: 24px; margin-bottom: 10px;}
    .sub_0201 .cont ul li{font-size: 16px; word-break: keep-all;}
    .sub_0201 .cont ul li::before{top: 8px;}
    .sub_0201 .cont+.cont{margin-top: 30px;}
    .sub_0201 .cont table th{font-size: 15px; padding: 10px 5px; word-break: keep-all;}
    .sub_0201 .cont table td{font-size: 15px; padding: 10px 5px; word-break: keep-all;}


    .sub_0105 .cont h1{word-break: keep-all;}
    .sub_0105 .cont{width: 100%; overflow-x: auto;}
    .sub_0105 .cont table th{font-size: 15px; padding: 10px 5px; word-break: keep-all;}
    .sub_0105 .cont table td{font-size: 15px; padding: 10px 5px; word-break: keep-all;}
}






