.sub_wrap p{font-size: 17px; line-height: 1.5; word-break: keep-all;}
.sub_wrap img{display: block; margin: 0 auto; max-width: 100%;}

.sub_0101{display: flex; justify-content: space-between; align-items: center;}
.sub_0101>div{width: 48%;}
.sub_0101 .txt h2{font-size: 28px; line-height: 1.4; color: #0044a6; margin-bottom: 30px;}

.sub_0102>h6{text-align: center; font-size: 16px; font-weight: 500; letter-spacing: 10px; color: #01a0c6;}
.sub_0102>h4{text-align: center; font-size: 28px; line-height: 1.4; margin: 20px 0 50px 0;}
.sub_0102 table{width: 100%; border-collapse: collapse; border: 1px solid #ddd; border-top: 3px solid #111;}
.sub_0102 table th{border: 1px solid #ddd; font-size: 17px; font-weight: 500; padding: 15px; background-color: #f7f7f7;}
.sub_0102 table td{border: 1px solid #ddd; font-size: 17px; text-align: left; font-weight: 400; padding: 15px;}
.sub_0102 table h6{font-weight: 600; position: relative; padding-left: 15px;}
.sub_0102 table h6::before{width: 6px; height: 6px; background-color: #01a0c6; content: ''; position: absolute; left: 0; top: 11px;}
.sub_0102 table b{font-weight: 600;}

.sub_0200{display: flex; justify-content: space-between;}
.sub_0200 .cont{width: 48%; padding: 30px; box-sizing: border-box; position: relative; background-position: center;}
.sub_0200 .cont::before{width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); content: ''; position: absolute; top: 0; left: 0;}
.sub_0200 .cont:nth-child(1){background-image: url(/img/0200_1.jpg); background-size: cover;}
.sub_0200 .cont:nth-child(2){background-image: url(/img/0200_2.jpg); background-size: cover;}
.sub_0200 .cont .txt{position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center;}
.sub_0200 .cont .txt h1{text-align: center; font-size: 32px; margin-bottom: 30px; color: #fff;}
.sub_0200 .cont .txt ul li{font-size: 21px; color: #fff; position: relative; padding-left: 15px; font-weight: bold;}
.sub_0200 .cont .txt ul li+li{margin-top: 7px;}
.sub_0200 .cont .txt ul li::before{width: 5px; height: 5px; background-color: #01a0c6; content: ''; left: 0; top: 12px; position: absolute;}
.sub_0200 .cont .txt .link_btn{text-align: center; margin-top: 30px;}
.sub_0200 .cont .txt a{background-color: #01a0c6; color: #fff; font-weight: bold; height: 45px; line-height: 45px; font-size: 16px; padding: 0 20px; display: inline-block;}
.sub_0200 .cont:nth-child(2) .txt .link_btn{margin-top: 50px;}




@media(max-width: 1200px){

    .sub_wrap p{font-size: 16px;}

    .sub_0101{flex-direction: column;}
    .sub_0101>div{width: 100%;}
    .sub_0101 .img{margin-bottom: 30px;}
    .sub_0101 .txt h2{font-size: 20px; word-break: keep-all;}

    .sub_0102>h6{font-size: 14px; letter-spacing: 6px;}
    .sub_0102>h4{font-size: 20px; word-break: keep-all; margin-bottom: 30px;}
    .sub_0102 table th{word-break: keep-all; padding: 10px 5px; font-size: 15px;}
    .sub_0102 table td{word-break: keep-all; padding: 10px 5px; font-size: 15px;}
    .sub_0102 table td p{font-size: 15px;}

    .sub_0200{flex-direction: column;}
    .sub_0200 .cont{width: 100%; padding: 20px;}
    .sub_0200 .cont+.cont{margin-top: 20px;}
    .sub_0200 .cont .txt h1{font-size: 20px; margin-bottom: 20px;}
    .sub_0200 .cont .txt ul li{font-size: 18px;}
    .sub_0200 .cont .txt a{height: 35px; line-height: 35px;}
    .sub_0200 .cont .txt .link_btn{margin-top: 30px !important;}
}