
/*Content CSS*/
.s_title {text-align: center; }
.s_title h2 {font-size:18px; font-weight: 500; color:#aacd06; letter-spacing: 3.6px;  border-bottom: 2px solid #aacd06; display: inline-block ; padding-bottom: 5px;
margin-bottom: 20px; text-transform: uppercase;}
.s_title h1 {font-size:36px; font-weight: 600; color:#000; }
.s_title p {font-size:16px; font-weight: 400; color:#666; word-break: keep-all; margin-top: 25px;}

.con1300 {width: 1300px; margin: 0 auto;}

.busin_table {width: 100%; margin-top: 50px;}
.busin_table table {width: 100%; border-collapse: collapse; border-top:3px solid #aacd06; }
.busin_table table thead th {font-size:18px; font-weight:500; color:#fff;  padding:14px; border:1px solid rgba(255,255,255,.2); border-bottom: 0; background: #009944;}
.busin_table table tbody th,
.busin_table table tbody td {padding: 15px; border: 1px solid #d9e8dd; font-size: 16px; font-weight: 400; letter-spacing: -0.5px; }
.busin_table table tbody th {background: #fdfff5; color:#000; font-weight: 500; }
.busin_table table tbody td {background: #fff; color: #666; word-break: keep-all;}
.busin_table table tbody th span {font-size: 13px; font-weight: 700; color:#aacd06}

/* s_list */
.s_list {width: 100%; }
.s_list li {position: relative; font-size:16px; font-weight: 300; color:#666; margin-bottom: 10px; text-align:center; line-height: 1.7; }
.s_list li::before {content: ''; display: inline-block; margin-right: 8px; position:relative; top:-4px; width: 5px; height: 5px; background-color: #aacd06; }
.s_list li:last-child {margin-bottom: 0; }


/*Content CSS*/
#solution4 {padding:85px 0 130px; position: relative ; z-index: 1; }
#solution4 .sub_p { font-size: 15px; font-weight: 300; letter-spacing: -0.75px; color: #666;  line-height: 1.6; word-break: keep-all; }
#solution4 .busin_table small { font-size:14px; font-weight: 300; display: block; margin-top: 7px; line-height: 1.5; }
.bar_tit { position:relative; text-align: left; padding-left: 20px; font-size: 26px; }
.bar_tit::before { content:""; position:absolute; left:0; width:4px; top:5px; height: 28px; background:#aacd06; }
.bar_tit span { display: inline-block; margin-left: 35px; }

/* art1 */
.art1 { margin-top: 50px; padding:0 100px; text-align: center; box-shadow: -3px 0px 18px 0 rgba(0, 0, 0, 0.09); border-radius: 5px; }
.art1 > div { padding:80px 0; border-bottom:1px solid #ddd; }
.art1 > div:last-child { border-bottom: 0; }

.art1 h3 { font-size: 30px; font-weight: bold; letter-spacing: -1.5px; color: #0e236f; }
.art1 h3 img { display: inline-block; margin-right: 13px; }
#solution4 .art1 .top p { margin: 25px 0 55px; line-height: 2.27; }
.art1 .bot .flex { margin-top: 40px; display: flex; justify-content: space-between; align-items: center; }
.art1 .bot .busin_table { width:615px; margin-top: 0; }

/* art2 */
.art2 { margin: 90px 0 70px; border-bottom: 1px solid #ddd; padding: 0 0 75px; }
.art2 .box_wrap { margin-top: 45px; }
.art2 .box_wrap .box { margin-bottom: 10px; display: flex; height: 200px; }
.art2 .box_wrap .box > div { padding:50px 40px; line-height: 1; text-align: center; }
.art2 .box_wrap .box:last-of-type { margin-bottom: 0; }

.art2 .box_wrap .box1 { position:relative; width:300px; background: #aacd06; display: flex; flex-direction: column; justify-content: center; }
.art2 .box_wrap .box1:after { content:""; position:absolute; right:-22px; top:50%; transform: translateY(-50%); width:23px; height: 34px; background:url('../img/solu4_tri.png') no-repeat center; }
.art2 .box_wrap .box1 h4 { font-size: 22px; font-weight: 900; color: #fff; }
.art2 .box_wrap .box1 p { border-top: 1px solid rgba(255,255,255,0.3); margin-top: 17px; padding: 10px 0 0 100px; position:relative; font-size: 16px; font-weight: 500; color: #fff; line-height: 1.5; text-align: left; }
.art2 .box_wrap .box1 p img { position:absolute; left:25px; top:15px; }

.art2 .box_wrap .box2 { position:relative; width:500px; background: #f7f7f7; }
.art2 .box_wrap .box2:after { content:""; position:absolute; right:0; top:50%; transform: translateY(-50%); width:1px; height: 128px; background:#000; opacity: 0.2; }
.art2 .box_wrap .box2:last-of-type:after { display: none; }
.art2 .box_wrap .box2 b { display: inline-block; position:relative; font-size: 18px; font-weight: bold; line-height: 1.67; color: #64b100; z-index: 1; }
.art2 .box_wrap .box2 b::after { content:""; position:absolute; left:50%; transform: translateX(-50%); width:calc(100% + 10px); bottom:0; height: 14px; background:#aacd06; opacity:0.23; z-index: -1; }
.art2 .box_wrap .box2 p { margin-top: 20px; }

.art2 .box_wrap .box:last-of-type .box2 > * { position:relative; top:-15px; }
