@charset "utf-8";
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 10ms;
}
body {background:#f7f7f7;}
.visualzone {padding-top:160px; }

/* .visualzone .item { height:490px; background:url(../images/main/visual01.png) no-repeat center top;  } */
.visualzone .item { height:490px;  }
/* .visualzone .item.n2 {background-image:url("../images/main/visual02.png");} */
.visualzone .item .box { max-width:1500px; margin:0 auto; padding-top:240px; color:#fff;}
.visualzone .item .box span {color:#00c5b9;}
.visualzone .item .box h2 { font-size:42px; font-weight:800; margin:10px 0 20px; line-height:1.3;}
.visualzone .item .box p {font-size:19px; color:#ddd; line-height:1.35; margin-bottom:50px;}
.visualzone .item .box a {display:flex; justify-content:space-between; align-items:center; width:210px; height:62px; line-height:60px; color:#fff; border:1px solid rgba(255,255,255,0.5); padding:0 20px; }

.visualzone .nav .box1 {position:absolute; right:50%; margin-right:-690px; bottom:30px; display:flex; gap:10px;}
.visualzone .nav .box1 .count {width:66px; height:32px; border-radius:32px; background:rgba(0,0,0,0.5); color:#fff; line-height:32px; text-align:center; font-size:14px;}
.visualzone .nav .box1 .count * {font-size:14px;}
.visualzone .nav .box1 button {width:32px; height:32px; text-align:center; border-radius:50%; background:rgba(255,255,255,0.75); display:flex; align-items: center; justify-content: center;}
.visualzone .nav .box2 button {  position:absolute; top:calc(50% + 80px); margin-top:-30px; background:none;}
.visualzone .nav .box2 button.prev {left:50%; margin-left:-780px;}
.visualzone .nav .box2 button.next {right:50%; margin-right:-780px;}


.ai_box {max-width:1380px; margin:50px auto 0;  border-radius:15px; background:#fff; position:relative;}
.ai_box:before {content:''; display:block; width:1px; position:absolute; left:215px; top:0; bottom:0; background:#eee;}
.ai_box .inr {display:flex; align-items: center;}
.ai_box .inr h2 { padding:30px 40px; text-align:center; font-size:20px;}
.ai_box .inr h2:before {content:''; display:block; width:123px; height:105px; background:url(../images/main/ai.png) no-repeat; padding-right:12px; margin-bottom:12px;}
.ai_box .inr .box {padding:40px;}
.ai_box .inr .box .m_tab {display:flex; margin-bottom:30px; gap:12px;}
.ai_box .inr .box .m_tab a {display:block; width:120px; height:40px; border-radius:60px; border:1px solid #ddd; text-align:center; line-height:38px;}
.ai_box .inr .box .m_tab a.on {background:#000; color:#fff; border-color:#000;}
.ai_box .inr .box label {display:inline-block; margin:0 26px 9px 0; position:relative; padding-left:28px; cursor:pointer;}
.ai_box .inr .box label input {width:0; height:0; position:absolute; left:0; top:0;}
.ai_box .inr .box label span {color:#333; font-size:17px;}
.ai_box .inr .box label input + span:before {content:''; display:block; width:14px; height:14px; border:3px solid #ddd; position:absolute; left:0; top:1px; border-radius:3px;}
.ai_box .inr .box label input:checked + span:before {border-color:#eb3f2e;}
.ai_box .inr .box label input:checked + span {color:#eb3f2e; font-weight:500;}
.ai_box .inr .box label input:checked + span:after {content:''; display:block; width:11px; height:6px; border-left:3px solid #eb3f2e; border-bottom:3px solid #eb3f2e; position:absolute; left:5px; top:6px; transform: rotate(-45deg);}
.ai_box .inr .box .panelWrap {display:none;}
.ai_box .inr .box .panelWrap div {display:flex; margin-top:25px; gap:10px;}
.ai_box .inr .box .panelWrap div input { height:54px; border-radius:5px; margin:0; width:100%; max-width:300px;}
.ai_box .inr .box button {display:flex; align-items: center; justify-content: center; gap:8px;  width:180px; height:54px; border-radius:5px; background:#0062ea; color:#fff; font-size:17px; padding-left:10px;}
.ai_box .inr .box #m_tab02 button {background:#02a100;}
.ai_box .inr .box #m_tab03 button {background:#ff5e00;}


.m1 {max-width:1380px; margin:50px auto; display:flex; justify-content: space-between; position:relative;}
.m1 .left {width:calc(50% - 15px); border:1px solid #ececec; background:#fff; overflow:hidden; border-radius:15px; height:325px;}
.m1 .left .tabs {display:flex;}
.m1 .left .tabs li {width:25%;}
.m1 .left .tabs li a {display:block; height:64px; border-bottom:1px solid #ececec; line-height:63px; font-size:19px; text-align:center; border-right:1px solid #ececec;}
.m1 .left .tabs li:last-child a {border-right:0;}
.m1 .left .tabs li.on a {background:#000; color:#fff; border-bottom:1px solid #000; text-decoration: underline;}
.m1 .left .panelWrap {padding:28px 32px;}
.m1 .left .panelWrap li {margin-bottom:12px;}
.m1 .left .panelWrap li a {display:flex; justify-content: space-between; position:relative; padding-left:12px;}
.m1 .left .panelWrap li a:before {content:''; display:block; width:4px; height:4px; border-radius:2px; background:#60a3ff; position:absolute; left:0; top:50%; margin-top:-2px;}
.m1 .left .panelWrap li a span {font-size:17px; display:block; width:calc(100% - 100px); overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.m1 .left .panelWrap li a em {font-size:17px; color:#888;}
.m1 .left .panelWrap .more {background:#888; color:#fff; display:block; height:32px; line-height:32px; border-radius:60px; text-align:center; margin-top:24px;}
.m1 .left .panelWrap .more em {margin-left:10px;}



.m1 .right {width:calc(50% - 15px); position:relative; overflow:hidden;}
.m1 .right .slickwrap {border-radius:15px; overflow:hidden;}
.m1 .right .nav {position:absolute; left:40px; bottom:40px; z-index:12;}
.m1 .right .nav .box1 { display:flex; gap:10px;}
.m1 .right .nav .box1 .count {width:66px; height:32px; border-radius:32px; background:rgba(0,0,0,0.5); color:#fff; line-height:32px; text-align:center; font-size:14px;}
.m1 .right .nav .box1 .count * {font-size:14px;}
.m1 .right .nav .box1 button {width:32px; height:32px; text-align:center; border-radius:50%; background:rgba(255,255,255,0.75); display:flex; align-items: center; justify-content: center;}


.m_tit { font-size:24px; margin-bottom:30px; font-weight:900;}
.m_tit strong {font-size:24px; color:#0062ea;}

.m2 { max-width:1380px; margin:0 auto; }
.m2 .job_lst li a {border:1px solid #2157e6; border-top-width:3px;}



.m3 { }
.m3 .inr { max-width:1380px; margin:30px auto 40px;}
.m3 .job_lst li a {border:1px solid #2157e6; border-top-width:3px;}

.m4 {background:#fff; padding:50px 0 40px; margin-bottom:50px;}
.m4 .inr { max-width:1380px; margin:0 auto;}
.m4 .job_lst li a {border:1px solid #d7dce5; border-top-width:3px;}

.m5 {max-width:1380px; margin:0 auto 50px;}
.mb_lst {display:flex; margin:0 -6px; flex-wrap:wrap;}
.mb_lst li {width:calc(14.2857% - 12px); margin:0 6px 12px;}
.mb_lst li a {display:flex; align-items: center; justify-content: center; text-align:center; background:#fff;  border-radius:15px; border:1px solid #d7dce5; height:80px; }
.mb_lst li a img {max-width:110px; max-height:24px;}



@media screen and (max-width:1600px){
    
    .visualzone .nav .box2 button.prev {left:30px; margin-left:0;}
    .visualzone .nav .box2 button.next {right:30px; margin-right:0;}
    .visualzone .nav .box1 {}
    
    
    .visualzone .nav .box1 {right:30px; margin-right:0; }
    
}

@media screen and (max-width:1379px){
    
    
    .ai_box , .m1 , .m2 , .m3 .inr , .m4 .inr , .m5 { margin-left:15px; margin-right:15px;}
    
    .visualzone .nav .box1 {bottom:30px; }
    .ai_box {margin:30px 15px;}
}

/* Tablet 768px ~ 1023px */
@media screen and (max-width:1279px){


    .visualzone .item {height:360px; background-size:cover !important; }

}

@media screen and (max-width:1023px){

    .visualzone {padding-top:70px;}
    .visualzone .item {height:260px;}
    .visualzone .nav .box2 button {margin-top:-60px;}
    .visualzone .nav .box2 button img { width:15px;}
    .m1 {display:block; margin-top:0;}
    .m1 .left {width:auto; margin-bottom:30px;}
    .m1 .right {width:auto;}

    .mb_lst li {width:calc(33.33333% - 20px);}
    
    
    
}

/* Mobile ~ 767px */
@media screen and (max-width:767px){

    
    .visualzone .item {height:600px;} 
    .visualzone .item:before{ content:''; display:block; width:100%; height:600px; background:#e55e40 url("../images/main/m_visual01.png") no-repeat center top; background-size:auto 600px;} 
    .visualzone .item.n2:before{  background-color:#293d95; background-image: url("../images/main/m_visual02.png"); } 
    
    .visualzone .nav .box2 { display:none;}
    .visualzone .nav .box1 {right:5px; bottom:15px; transform: scale(0.75);}
    
    .ai_box:before {display:none;}
    .ai_box .inr {display:block;}
    .ai_box .inr h2 {  height:60px; text-align:left; padding:0 0 0 70px; line-height:60px; border-bottom:1px solid #eee; }
    .ai_box .inr h2:before { width:30px; height:30px; background-size:cover; position:absolute; left:15px; top:15px;}
    .ai_box .inr .box {padding:20px 15px;}
    .ai_box .inr .box .m_tab {margin-bottom:16px; gap:7px;}
    .ai_box .inr .box .m_tab li {width:100%;}
    .ai_box .inr .box .m_tab li a {width:100%;}
    .ai_box .inr .box label {margin:0 15px 6px 0;}
    .ai_box .inr .box label span {font-size:15px;}
    .ai_box .inr .box .panelWrap div {gap:6px; margin-top:15px;}
    .ai_box .inr .box .panelWrap div input {width:calc(100% - 96px); max-width:initial; height:40px;}
    .ai_box .inr .box .panelWrap div button i {display:none;}
    .ai_box .inr .box .panelWrap div button {width:90px; font-size:15px; padding:0; height:40px;}
    .m1 {margin:24px 15px;}
    .m1 .left {height:auto; margin-bottom:20px;}
    .m1 .left .tabs li a {height:46px; line-height:45px; font-size:15px; }
    .m1 .left .panelWrap {padding:20px 20px 10px;}
    .m1 .left .panelWrap li {margin-bottom:12px;}
    .m1 .left .panelWrap li a {padding-left:9px;}
    .m1 .left .panelWrap li a span {font-size:15px; width:calc(100% - 80px);}
    .m1 .left .panelWrap li a em {font-size:15px;}
    .m1 .right .nav {transform: scale(0.75); left:5px; bottom:15px;}
    
    
    .m_tit {font-size:19px; margin-bottom:10px;}
    .m_tit strong {font-size:19px;}
    
    .m2 {margin-bottom:-70px;}
    
    .m3 {padding:54px 0 20px;}
    .m3 .inr {margin:30px 15px -90px;}
    
    .m4 { padding-top:84px; margin-bottom:16px;}
    
    .mb_lst {margin:0 -4px;}
    .mb_lst li {width:calc(33.3333% - 8px); margin:0 4px 8px;}
    .mb_lst li a {border-radius:10px; height:52px; border-radius:5px;}
    .mb_lst li a img { max-height:24px; max-width:70%;}
    
    
    
    
    
}



@media screen and (max-width:620px){
	.visualzone .item {height:500px;} 
    .visualzone .item:before {height:500px; background-size:auto 500px;}

}





@media screen and (max-width:520px){

    .visualzone .item {height:400px;} 
    .visualzone .item:before {height:400px; background-size:auto 400px;}
	
}

@media screen and (max-width:430px){

    .visualzone .item {height:320px;} 
    .visualzone .item:before {height:320px; background-size:auto 320px;}
}

