#scroll_box{position:absolute;bottom:20px;left:50%;text-align:center;margin-left:-36px;z-index:100;transform: scale(0.7);transform-origin: center bottom;}
#scroll_box p {
  margin-top: 10px;
  text-indent:5px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 5px;
  color: #e44c62;
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
          animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
#scroll_box .mouse {
    display:block;margin:0 auto;
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
          animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
#scroll_box .mouse:before, #scroll_box .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#scroll_box .mouse:before {
  width: 46px;
  height: 82px;
  background-color: #222a30;
  border-radius: 100px;
}
#scroll_box .mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #e44c62;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #e44c62;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #e44c62;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #e44c62;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #e44c62;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #e44c62;
  }
}


#scroll_down{position:absolute;bottom:40px;left:50%;text-align:center;margin-left:-20px;z-index:100}
#scroll_down .b1{width:35px;border:3px solid #e21f26;border-radius:30px;height:55px;}
#scroll_down .b2{animation: down 2s infinite;width:6px;height:6px;background:#e21f26;position:absolute;top:12px;left:50%;margin-left:-3px;border-radius:50%}
#scroll_down p{color:#e21f26;font-size:13px;text-align:center;font-family: sans-serif;margin-top:5px}
@-webkit-keyframes down {
  0% {
      top:12px;
  }
  50% {
      top:20px;
  }
  100% {
      top:12px;
  }
}


.section1{position:relative;overflow:hidden;background:url('/image/site/index/sec1_bg.png')no-repeat bottom center;background-size:cover;height:100vh;text-align:center;}
.section1 .box{transform-origin: center top;}
.section1 .p1{margin:0 auto;margin-bottom:25px;margin-top:5%;display:block;font-size:22px;color:#ffc21c;border-radius:30px;background:#fff;height:50px;line-height:50px;width:410px;font-family: 'Cafe24SsurroundAir';}
.section1 .txt{font-size:83px;color:#fff;text-shadow: 0 5px 5px rgba(0,0,0,0.1);letter-spacing:-1px;line-height:1;}
.section1 .p2{margin-top:20px;font-size:32px;color:#fff}
.section1 ul{display:flex;align-items: center;justify-content: center;margin-top:30px;position:relative;z-index: 20}
.section1 ul li{width:120px;height:120px;margin:0 10px;border-radius:50%;background:#ff8c1c;font-size:16px;text-align:center;}
.section1 ul li a{color:#fff}
.section1 ul li .img_bx{position:relative;width:39px;height:40px;display:block;margin:0 auto;margin-top:25px;margin-bottom:5px}
.section1 ul li .img_bx .icon1{width:34px;opacity:1;position:absolute;top:0;left:1px;;}
.section1 ul li .img_bx .icon2{width:34px;opacity:0;position:absolute;top:0;left:1px;z-index:1}
/* .section1 ul li img{display:block;margin:5px auto;padding-top:20px} */
.section1 ul li:hover{background:#fff}
.section1 ul li:hover .icon2{opacity: 1}
.section1 ul li:hover a{color:#ff8c1c}
.section1 .img1{position:absolute;bottom:70px;height:35%;left:50%;z-index:5}
.section1 .img2{position:absolute;bottom:100px;left:50%;height:40%;z-index:10}
.section1 .img3{position:absolute;bottom:-30px;left:50%;height:40%;z-index:1}

.section2{text-align:center;background:url('/image/site/index/sec2_img1.png')no-repeat bottom center;background-size:cover;padding:65px 0 100px 0}
.section2 .p1{color:#fff;font-family: sans-serif;font-size:20px;margin-bottom:15px}
.section2 .p2{color:#fff;font-family: 'Chosunilbo_myungjo';font-size:35px;margin-bottom:50px;}
.section2 .p2 span{display:block;font-size:28px;margin-bottom:5px;}
.section2 .p2 img{display:block;margin:0 auto;}
.section2 .p3{color:#d5a425;font-size:45px;font-family: sans-serif;font-weight:bold;letter-spacing:-1px;white-space: pre-wrap;margin-bottom:40px}
.section2 a{color:#fff;font-size:18px;font-weight:bold;font-family: sans-serif;text-decoration: underline;}

.section3{position:relative;/*text-align:center;background:url('/image/site/index/sec3_img1.png')no-repeat top center;background-size:cover;height:1040px*/}
.section3 .bg{width:100%}
.section3 .box{position:absolute;top:15%;left:0;width:100%;text-align:center;z-index:1}
.section3 ul{margin-top:35px;display:flex;align-items: center;justify-content: center;}
.section3 ul li{border-radius:30px;background:#fc596e;height:40px;line-height:40px;width:122px;margin:0 5px;}
.section3 ul li a{display:block;font-size:16px;color:#fff;}
.section3 ul li:hover{opacity:0.8}
.section3 .p1{font-family: 'Cafe24SsurroundAir';font-size:22px;color:#746161;white-space:pre-wrap;line-height:1.4;margin-top:35px;}
.section3 .p2{font-family: 'Cafe24SsurroundAir';font-size:18px;color:#fc596e;margin-top:20px;}

.tit{font-size:54px;}
.tit2{font-size:34px;color:#9a9a9a;margin-top:50px;position:relative;z-index: 1}

.more_btn{font-size:18px;color:#218af6;font-family: sans-serif;font-weight:bold;display:inline-block;}

.section4{position:relative;max-width:1040px;margin:0 auto;margin-top:250px}
.section4>img{position:absolute;top:-50px;right:0;}
.section4 .p1{font-size:20px;font-family: 'Cafe24SsurroundAir';width:50%;line-height:1.4;margin-top: 50px}
.section4 .box{border-radius:10px;box-shadow:0 7px 15px rgba(0,0,0,0.1);margin-top:50px;padding:0 90px;height:140px;text-align:center}
.section4 .box ul{display:flex;align-items: center;justify-content: space-between;padding-top:45px}
.section4 .box ul li{color:#726868;font-size:18px;width:25%;text-align:left}
.section4 .box ul li img{margin-right:15px;display:inline-block;padding-left:30px}
.section4 .box ul li p{display:inline-block}

.section5{position:relative;max-width:1040px;margin:0 auto;margin-top:200px}
.section5 .tab_box{margin-top:30px;display:flex}
.section5 .tab_box li{font-size:18px;color:#a7a7a7;margin-right:30px;cursor:pointer;}
.section5 .tab_box li.act{color:#e21f26}
.section5 .lst{display:none;border-top:1px solid #e8e8e8;margin-top:20px}
.section5 .lst li{padding:25px 0;;position:relative;border-bottom:1px solid #e8e8e8}
.section5 .lst li p{vertical-align: middle;display:inline-block;width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.section5 .lst li a{color:#272121;font-family: 'Cafe24SsurroundAir';font-size:18px;}
.section5 .lst li a:hover{color:#ff8c1c}
.section5 .lst li .s1{font-size:15px;color:#fff;margin-right:5px;margin-left:15px;border-radius: 30px;height:32px;line-height:32px;text-align:center;background:#ffc21c;width:80px;display:inline-block;}
.section5 .lst li .s2{font-size:15px;color:#fff;margin-right:5px;margin-left:15px;border-radius: 30px;height:32px;line-height:32px;text-align:center;background:#fc596e;width:80px;display:inline-block;}
.section5 .lst li .s3{font-size:16px;color:#b4b4b4;position:absolute;top:50%;right:15px;margin-top:-8px;font-family: sans-serif;font-weight:500}

#content{overflow:hidden}
.section6{position:relative;max-width:1040px;margin:0 auto;margin-top:200px;padding-bottom:200px;}
.section6 .bx_wrap{height:450px;width:1700px;position:relative;overflow:hidden;margin-top:-50px}
.section6 .bx_wrap .bx{position:absolute;width: 1600px;top:80px;left:-20px;}
.section6 .bx_wrap .bx .slide{position:relative;background:#f8f8f8;border-radius:10px;padding:45px 35px;margin:0 20px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.section6 .bx_wrap .bx .slide .p1{font-size:20px;
overflow: hidden;
text-overflow: ellipsis;
height: 50px;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp:2 ;
-webkit-box-orient: vertical;
}
.section6 .bx_wrap .bx .slide .p2{font-size:16px;font-family: 'Cafe24SsurroundAir';line-height:1.5;margin-top:20px;white-space:pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
height: 97px;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.section6 .bx_wrap .bx .slide a{margin-top:40px;border-radius:50%;width:42px;height: 42px;color:#fff;background:#ffc21c;display:block;text-align:center;line-height:42px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.section6 .bx_wrap .bx .slide a i{vertical-align: middle}
.section6 .bx_wrap .bx .slide a:hover{width:80px;border-radius:30px}
.section6 .bx_wrap .bx .slide .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.6)}
.section6 .bx_wrap .slick-current{background:#ffc21c !important;box-shadow: 5px 5px 15px rgba(0,0,0,0.3);margin-top:-20px !important}
.section6 .bx_wrap .slick-current a{background:#ce9b10 !important}
.section6 .bx_wrap .slick-current .cover,
.slick-cloned .cover{display:none !important}
.slick-slider .slick-list{overflow: visible !important;}

.section6 .bx_wrap .bx .slick-prev{position:absolute;top:-65px;left:975px;width:32px;height:32px;opacity:1;background:url('/image/site/index/prev_btn.png');background-size:cover;z-index:99;overflow:hidden;text-indent:-9999px;border:none;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.section6 .bx_wrap .bx .slick-next{position:absolute;top:-65px;left:1015px;width:32px;height:32px;opacity:1;background:url('/image/site/index/next_btn.png');background-size:cover;z-index:99;overflow:hidden;text-indent:-9999px;border:none;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.section6 .bx_wrap .bx .slick-prev:hover{background:url('/image/site/index/prev_btn_act.png');background-size:cover;}
.section6 .bx_wrap .bx .slick-next:hover{background:url('/image/site/index/next_btn_act.png');background-size:cover;}

.section6 .msg_box{background:#bdd1dc;border-radius:10px;margin-top:15px;padding:90px 50px 120px 50px}
.section6 .msg_box .box,
.section6 .msg_box .box2{display:flex;align-items: end;margin-bottom:35px;font-family:sans-serif;}
.section6 .msg_box .box .chat_box{margin-left:30px;}
.section6 .msg_box .box .p1{font-size:18px;color:#474040;font-weight:500}
.section6 .msg_box .box .p2{font-weight:500;max-width:575px;position: relative;font-size:18px;color:#474040;background:#fff;border-radius:8px;padding:30px 35px;white-space:pre-wrap;line-height:1.5;margin-top:10px;}
.section6 .msg_box .box .p2:after{position:absolute;top:25px;left:-15px;width:15px;height:17px;background:url('/image/site/index/after1.png')no-repeat center;background-size:cover;content:"";display:inline-block;}

.section6 .msg_box .box2 .chat_box{font-weight:bold;font-size:18px;max-width:565px;margin-right:30px;background:#ffd308;position:relative;border-radius:8px;padding:30px;white-space:pre-wrap;line-height:1.5;}
.section6 .msg_box .box2 .chat_box:after{position:absolute;top:25px;right:-15px;width:15px;height:17px;background:url('/image/site/index/after2.png')no-repeat center;background-size:cover;content:"";display:inline-block;}
.section6 .msg_box .box2 .chat_box p{padding:0 15px;}
.section6 .msg_box .box2 .chat_box a{margin-top:30px;display:block;border-radius:8px;height:70px;line-height:70px;text-align:center;background:#ddb600;color:#373630;font-size:22px;font-weight:bold;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.section6 .msg_box .box2 .chat_box a:hover{color:#ffd308;background:#373630}
.section6 .msg_box .box2{justify-content: flex-end;}

.m_bg{display: none}

@media all and (max-width:1400px) {
    .section1 .p1{margin-top:20%}
    .section4>img{right:15px}
    .section4,.section5,.section6{padding:0 15px}

    .section6 .bx_wrap .bx .slick-prev{left:900px}
    .section6 .bx_wrap .bx .slick-next{left:945px}
    .section6 .bx_wrap .bx .slide{padding:35px 25px}
    .section6 .bx_wrap .bx .slide{margin:0 10px}
}


@media all and (max-width:1040px) {
    .tit{font-size:45px}
    .tit2{font-size:25px;margin-top:30px}
    .section2{padding:30px 0 50px 0}
    .section2 .p2{font-size:32px}
    .section2 .p2 span{font-size:25px}
    .section2 .p2 img{max-width:100%}
    .section2 .box{transform: scale(0.8);transform-origin: center center;}
    .section2 .p3{white-space:normal}

    .section3 .box{transform: scale(0.8);transform-origin: center top;}
    .section3 .box>img{width:250px}

    .section4,.section5,.section6{margin-top:100px}
    .section4>img{width:30%;top:0}
    .section4 .box{padding:0 15px;}
    .section4 .box ul{transform: scale(0.85);transform-origin: center center;}
    .section4 .box ul li img{padding-left:10px}

    .section6 .bx_wrap{width:auto}
    .section6 .bx_wrap .bx{left:50%;margin-left:-800px}
    .section6 .bx_wrap .slick-current{margin-top:0 !important}
    .section6 .bx_wrap .bx .slide .cover{display:none}
    .section6 .bx_wrap .bx .slide .cover2{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.6)}
    .section6 .bx_wrap .slick-current .cover2{display:none !important}
    .section6 .bx_wrap .bx .slick-prev{left:50%;margin-left:175px}
    .section6 .bx_wrap .bx .slick-next{left:50%;margin-left:220px}

    .section6 .msg_box{padding:50px 15px}
    .section6 .msg_box .box>img,
    .section6 .msg_box .box2>img{width:70px}
    .section6 .msg_box .box .chat_box,
    .section6 .msg_box .box2 .chat_box{padding:20px 15px}
    .section6 .msg_box .box2 .chat_box p{padding:0 5px}
    .section6 .msg_box .box .p2{padding:20px}
}


@media all and (max-width:750px) {
    .tit{font-size:28px}
    .tit2{font-size:20px;margin-top:20px}

    .section1{transform: scale(1);background: url('/image/site/index/m_sec1_bg.jpeg')no-repeat bottom center;}
    .section1 .box{padding-top:100px;}
    #scroll_box{transform: scale(0.5);}
    .section1 .p1{margin-top:0;width:280px;font-size:16px;height:36px;line-height:36px;margin-bottom:15px}
    .section1 .txt{font-size:40px}
    .section1 .p2{font-size:20px;margin-top:15px;}
    .section1 ul{margin-top:15px;}
    .section1 ul li{width:85px;height:85px;font-size:12px;margin:0 5px}
    .section1 ul li .img_bx{margin-top:15px;margin-bottom:0}
    .section1 ul li .img_bx .icon1,
    .section1 ul li .img_bx .icon2{width:28px;left:5px}

    /* .section1 .img1{margin-left:-25%;bottom:30px} */
	.section1 .img1{bottom:8%;position:unset;margin-top:17%;height:40%;}
    .section1 .img2{left:0;height:auto;width:100%;bottom:50px}
    .section1 .img3{position:absolute;bottom:0;left: 0;height: auto;width: 100%;z-index:-1;}

    .section2 .box{transform: scale(1);}
    .section2{padding:50px 15px;}
    .section2 .p1,
    .section2 .p2 span{font-size:15px}
    .section2 .p2{font-size:20px}
    .section2 .p3{font-size:22px;margin-bottom:20px}
    .m_bg{display: block;width:100%}

    .section3{margin-top:-4px;z-index:10;position: relative;background: url('/image/site/index/sec2_img1.png')no-repeat center;background-size:cover}
    .section3 .box{transform: scale(1);}
    .section3 .box>img{width:80%}
    .section3 .p1{font-size:16px;margin-top:25px;white-space:normal;padding:0 30px}
    .section3 .p2{font-size:16px}
    .section3 .bg{display:none}

    .section4>img{width:65px;top:-22px}
    .section4 .p1{width:auto;font-size:16px;margin-top:20px}
    .section4 .box{height:auto;padding:20px 15px}
    .section4 .box ul{display:block;transform: scale(1);margin-top:0;padding-top:0}
    .section4 .box ul li{float:left;display:flex;align-items: center;justify-content: center;width:49%;height:70px;font-size:15px;}

    .section5 .tab_box{margin-top:15px}
    .section5 .tab_box li{font-size:15px}
    .section5 .lst li{padding:15px 0;}
    .section5 .lst li .s1,
    .section5 .lst li .s2{margin-left:0;display:block;margin-bottom:5px;height:25px;line-height:25px;font-size:12px;width:60px;display: none;}
    .section5 .lst li a{font-size:14px}
    .section5 .lst li .s3{top:15px;margin-top:0;font-size:14px;}
    .section5 .lst li p{width:100%}

    .section6 .bx_wrap{height:auto;margin:15px 0;overflow: visible;}
    .section6 .bx_wrap .bx{width:auto;position:relative;top:auto;margin-left:0;left:0}
    .section6 .bx_wrap .bx .slide{margin:0;padding:25px 15px;box-shadow:none}
    .section6 .bx_wrap .bx .slide .p1{font-size:16px;height:38px}
    .section6 .bx_wrap .bx .slide .p2{font-size:14px;height:80px;white-space:normal;}
    .section6 .bx_wrap .bx .slide a{margin-top:20px;}
    .section6 .bx_wrap .bx .slick-prev{left:auto;width:27px;height: 27px;margin-left:0;top:-35px;right:35px}
    .section6 .bx_wrap .bx .slick-next{left:auto;width:27px;height: 27px;margin-left:0;top:-35px;right:0}

    .section6 .msg_box{padding:50px 15px 15px 15px}
    .section6 .msg_box .box>img, .section6 .msg_box .box2>img{width:40px}
    .section6 .msg_box .box .chat_box{margin-left:5px;}
    .section6 .msg_box .box .chat_box{padding:0 0 0 15px}
    .section6 .msg_box .box2 .chat_box{padding:15px}
    .section6 .msg_box .box .p1,
    .section6 .msg_box .box2 .chat_box{font-size:15px}
    .section6 .msg_box .box .p2{font-size:13px;padding:15px;margin-top:5px;}
    .section6 .msg_box .box2 .chat_box a{margin-top: 15px;height:50px;line-height:50px;font-size:18px;}
}




@media all and (max-width:750px) {
    .section1 .box{padding-top:90px;}
}
