@import url(./reset.css);
@import url(./common.css?2bc);
@import url(./header.css?2ab);
@import url(./footer.css?2aa);

.mb{
    background-image: url(/images/business/mb.jpg);
    background-size: auto 130%;
}
.mb.ec{
    background-image: url(/images/business/ecommer_mb.jpg);
}
.mb.mo{
    background-image: url(/images/business/mobility_mb.jpg);
}
.mb.town{
    background-image: url(/images/business/2h_town_mb.jpg);
}
/* .mb.on{
    animation: mb_bg_ani 2s ease-out forwards;
}
@keyframes mb_bg_ani{
    0%{
        background-size: auto 130%;
    }
    100%{
        background-size: auto 100%;
    }
} */

h2{
    font-size: 36px;
}
h3{
    font-size: 24px;
}

.common_tab_sub>li>a{
    width: 285px;
}

.dep2_tab>div{
    width: 1140px;
    margin: 0px auto;;
    margin-top: 50px;
    margin-bottom: 60px;
}
.dep2_tab>div>ul{
    display: flex;
}
.dep2_tab>div>ul>li{
    position: relative;
    width: 20%;
}
.dep2_tab>div>ul>li>a{
    display: block;
    height: 81px;
    line-height: 81px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #f1f3f5;
}
.dep2_tab>div>ul>li>a.on{
    font-weight: bold;
    border-top: 1px solid var(--primary);
    color: var(--primary);
    background-color: #fff;
}

.items{
    display: none;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
}
.items:first-of-type{
    display: block;
}
.items>div>img{
    width: 100%;
}
.items>div>h2{
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 50px;
    color: var(--primary);
}
.items>div>h3{
    font-weight: 500;
    margin-bottom: 10px;
}
.items>div>p{
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
}
.items>div>p{
    margin-bottom: 50px;
}
.items>div>ul{
    display: flex;
    justify-content: space-between;
}
.items>div>ul>li{
    text-align: center;
    width: 370px;
    height: 220px;
    padding: 25px 0px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.13);
}
.wrap .ul_50>li{
    height: 160px;
    border-top: 4px solid var(--primary);
    margin-right: 15px;
}
.ul_50>li:last-of-type{
    margin-right: 0px;
}
.wrap .ul_50>li>h3{
    margin-bottom: 15px;
}
.wrap .ul_50>li>p{
    font-size: 14px;
}
.items>div>ul>li:nth-of-type(5)>div{
    display: flex;
    width: fit-content;
    margin: 0px auto;
}
.items>div>ul>li:nth-of-type(5)>div>p:first-of-type{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--primary);
}
.items>div>ul>li>img{
    margin-bottom: 30px;
}
.items>div>ul>li>h3{
    font-weight: 500;       
}   
.items>div>ul>li>p{
    font-size: 18px;
    font-weight: 500;
}

.slide_ul{
    display: flex;
    justify-content: space-between;
}
.slide_ul>li{
    text-align: center;
    width: 370px;
    height: 220px;
    padding: 25px 0px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.13);
}
.slide_ul>li>img{
    margin-bottom: 30px;
}
.slide_ul>li>h3{
    font-weight: 500;       
}   
.slide_ul>li>p{
    font-size: 18px;
    font-weight: 500;
}

.busin_item1>div>ul>li:nth-of-type(2)>img{
    margin-bottom: 35px;
}

.busin_item2>div>ul>li:nth-of-type(2)>img{
    margin-bottom: 45px;
}
.busin_item2>div>ul>li:nth-of-type(3)>img{
    margin-bottom: 42px;
}

.slide_ul{
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.slide_ul>li{
    width: 282px;
    height: 173px;
    text-align: left;
    padding: 15px 25px;
}
.slide_ul:first-of-type>li:last-of-type{
    opacity: 0;
}
.slide_ul>li>h3{
    margin-bottom: 25px;
}
.slide_ul>li>h3>span{
    font-size: 18px;
    padding-left: 10px;
}
.two_child{
    display: flex;
}
.two_child>div{
    width: 50%;
}
.two_child>div:first-of-type{
    border-right: 1px solid var(--primary);
}
.two_child>div:first-of-type>h4,
.two_child>div:first-of-type>p{
    padding-left: 0px;
}
.two_child>div>h4{
    font-size: 18px;
    border-bottom: 1px solid var(--primary);
    padding:0px 0px 7px 15px;
    padding-left: 15px;
}
.two_child>div>p{
    padding:7px 0px 0px 15px;
}

.own_child>h4{
    font-size: 18px;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 7px;
}
.own_child>p{
    font-size: 14px;
    padding-top: 7px;
}
.two_child h4, .two_child p,
.own_child>h4, .own_child>p{
    font-weight: 500;
}
.two_child p,
.own_child>p{
    line-height: 22px;
    font-size: 14px;
}

.slide_ul:nth-of-type(2)>li{
    width: 225px;
    height: 165px;
    text-align: center;
    border-top: 5px solid var(--primary);
    padding: 0px;
}
.slide_ul:nth-of-type(2)>li>h3{
    margin-top: 30px;
    margin-bottom: 10px;
}
.slide_ul:nth-of-type(2)>li>p{
    line-height: 24px;
    font-size: 14px;
}

.busin_item4>div>ul{
    margin-bottom: 90px;
}
.busin_item4>div>ul>li{
    height: 225px;
    border-top: 5px solid var(--primary);
    padding: 0px;
}
.busin_item4>div>ul>li>h3{
    font-weight: bold;
    margin: 50px 0px 30px 0px;
    margin-bottom: 30px;
    color: var(--primary);
}
.busin_item4>div>ul>li>p{
    width: 300px;
    line-height: 24px;
    font-size: 14px;
    border-top: 1px solid var(--primary);
    padding-top: 15px;
    margin: 0px auto;
    color: var(--secondary-dark-gray);
}

.busin_item5>div>ul{
    margin-bottom: 90px;
}
.busin_item5>div>ul:first-of-type>li{
    border-top: 5px solid var(--primary);
    padding: 0px;
}
.busin_item5>div>ul:first-of-type>li>h3{
    font-weight: bold;
    margin: 50px 0px 30px 0px;
    color: var(--primary);
}
.busin_item5>div>ul:first-of-type>li>p{
    width: 300px;
    font-size: 14px;
    border-top: 1px solid var(--primary);
    padding-top: 20px;
    margin: 0px auto;
    color: var(--secondary-dark-gray);
}
.busin_item5>div>ul:last-of-type{
    margin-bottom: 0px;
}
.busin_item5>div>ul:last-of-type>li{
    border-top: 5px solid var(--primary);
    padding: 0px;
    margin-right: 10px;
}
.busin_item5>div>ul:last-of-type>li:last-of-type{
    margin-right: 0px;
}
.busin_item5>div>ul:last-of-type>li:last-of-type>div{
    display: flex;
    width: 160px;
    margin: 0px auto;
}
.busin_item5>div>ul:last-of-type>li:last-of-type>div>p:first-of-type{
    border-right: 1px solid var(--primary);
    padding-right: 20px;
}
.busin_item5>div>ul:last-of-type>li:last-of-type>div>p:last-of-type{
    padding-left: 20px;
}
.busin_item5>div>ul:last-of-type h3{
    margin: 25px 0px;
}
.busin_item5>div>ul:last-of-type p{
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}
.busin_item5>div>div:last-of-type{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: var(--primary);
}

.items .ter_img{
    display: block;
    width: 714px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.content2,
.content3,
.content4{
    display: none;
}

.main_contents{
    margin-bottom: 130px;
}

.content2 h2{
    font-weight: bold;
    margin: 80px 0px 100px 0px;
    color: var(--primary);
}

.content2>div{
    width: 1140px;
    margin: 0px auto;
}
.content2>div>div:first-of-type{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 360px;
    margin-top: 100px;
    background-color: #F6F6F6;
}
.content2>div>div:first-of-type>img{
    width: 260px;
}
.content2>div>div:nth-of-type(2){
    text-align: center;
}
.content2>div>div:nth-of-type(2)>img{
    height: 58px;
}
.content2>div>div:nth-of-type(2)>p{
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--primary);
}

.content2 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    margin-bottom: 65px;
}
.content2 ul:first-of-type{
    margin-bottom: 130px;
}
.content2 ul>li{
    width: 355px;
    height: 333px;
    text-align: center;
    border: 1px solid var(--primary);
    padding: 15px 20px;
}
.content2 ul>li>img{
    height: 43px;
    margin-bottom: 10px;
}
.content2 ul>li>img+p{
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--primary);
}
.content2 ul>li h4{
    font-weight: 500;
    margin-bottom: 15px;
}
.content2 ul>li>div{
    display: flex;
    text-align: left;
}
.content2 ul>li>p{
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
}
.content2 ul>li>div>p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.content2 ul>li>div>p:first-of-type{
    margin-right: 15px;
}

.content2 .ecommer_ul2{
    margin-top: 60px;
    margin-bottom: 150px;
}
.content2 .ecommer_ul2>li{
    width: auto;
    height: auto;
    border: 0px none;
}
.content2 .ecommer_ul2>li>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: var(--primary);
}
.content2 .ecommer_ul2>li>div>img{
    height: 75px;
}
.content2 .ecommer_ul2>li:nth-of-type(5)>div>img{
    height: 65px;
}
.content2 .ecommer_ul2>li:last-of-type>div>img{
    height: 70px;
}
.content2 .ecommer_ul2>li:nth-of-type(2n){
    display: flex;
    justify-content: center;
    align-items: center;
}
.content2 .ecommer_ul2>li:nth-of-type(2n)>img{
    width: 48px;
    height: auto;
    margin-bottom: 50px;
}
.content2 .ecommer_ul2>li>p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--primary);
}

.content2>div>h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 7px;
}
.content2>div>p{
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 215px; */
}

.ecommer_ul3{
    flex-wrap: wrap;
    justify-content: space-between;
}
.content2 .ecommer_ul3>li{
    width: 540px;
    height: 200px;
    text-align: left;
    border-radius: 7px;
    padding: 45px 30px;
    margin-bottom: 60px;
    color: #fff;
    background: linear-gradient(90deg, #3966F4 0%, #6B6EEC 100%);
}
.content2 .ecommer_ul3>li>h4{
    font-weight: bold;
    margin-bottom: 25px;
}
.content2 .ecommer_ul3>li>p{
    line-height: 24px;
    font-size: 16px;
}

.content3>div{
    width: 1140px;
    margin: 0px auto;
}
.content3>div>img{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
}
.content3>div>h2{
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--primary);
}
.content3>div>div{
    display: flex;
}
.content3>div>div>img{
    height: 510px;
    margin-right: 35px;
}
.content3>div>div>div>p{
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 45px;
}
.mob_first_ul{
    display: flex;
    justify-content: space-between;
    width: 475px;
}
.mob_first_ul>li>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    font-size: 24px;
    font-weight: bold;
    border: 5px solid var(--primary);
    border-radius: 50%; 
}
.mob_first_ul>li:first-of-type>div{
    color: var(--primary);
}
.mob_first_ul>li:nth-of-type(2)>div{
    color: #1e1e1e;
    border-color: #1e1e1e;
}
.mob_first_ul>li:nth-of-type(3)>div{
    color: #487230;
    border-color: #487230;
}
.mob_first_ul>li>p{
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    color: var(--primary);
}
.mob_first_ul>li:nth-of-type(2)>p{
    color: #1e1e1e;
}
.mob_first_ul>li:nth-of-type(3)>p{
    color: #487230;
}

.mob_2_ul{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.mob_2_ul>li{
    width: 370px;
    height: 240px;
    text-align: center;border-top: 5px solid var(--primary);
    padding-top: 25px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.13)
}
.mob_2_ul>li:nth-of-type(2){
     border-color: #1e1e1e;
}
.mob_2_ul>li:nth-of-type(3){
    border-color: #487230;
}
.mob_2_ul>li>h3{
    width: 300px;
    font-weight: bold;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 15px;
    margin: 0px auto;
}
.mob_2_ul>li:first-of-type>h3{
    color: var(--primary);
}
.mob_2_ul>li:nth-of-type(2)>h3{
    border-color: #1e1e1e;
    color: #1e1e1e;
}
.mob_2_ul>li:nth-of-type(3)>h3{
    border-color: #487230;
    color: #487230;
}
.mob_2_ul>li>h4{
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
}
.mob_2_ul>li>p{
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}


.content4>div{
    width: 1140px;
    margin: 0px auto;
}
.content4>div>img{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.content4>div>h2{
    font-weight: bold;
    margin-bottom: 35px;
    color: var(--primary);
}
.content4>div>h3{
    font-weight: 500;
}
.content4>div>p{
    line-height: 36px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 80px;
}
.content4>div>ul{
    display: flex;
    justify-content: space-between;
}
.content4>div>ul>li{
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 565px;
    height: 355px;
    background-size: contain;
}
.content4>div>ul>li:first-of-type{
    background-image: url(/images/business/town/gold.jpg)
}
.content4>div>ul>li:nth-of-type(2){
    background-image: url(/images/business/town/blue.jpg)
}
.content4>div>ul>li>div{
    text-align: center;
    color: #fff;
}
.content4>div>ul>li>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content4>div>ul>li>div>img{
    width: 30px;
    margin-top: 15px;
}

.content4>div>ul>li>div:nth-of-type(2){
    opacity: 0;
    position: relative;
    top: 200px;
    left: 0px;
    transform: translate(0px, 0px);
    transition: 0.5s;
    transition-timing-function: ease-out;
}
.content4>div>ul>li>div:nth-of-type(2).on{
    opacity: 1;
    top: 0px;
}
.content4>div>ul>li>div:nth-of-type(2)::after{
    content: '';
    display: block;
    clear: both;

    z-index: -10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 565px;
    height: 355px;
    background-color: rgba(0,0,0,0.7);
}

.content4>div>ul>li>div:nth-of-type(2)>h2{
    position: relative;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 20px;
}
.content4>div>ul>li>div:nth-of-type(2)>h2::after{
    content: '';
    display: block;
    clear: both;
    
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 1px;
    background-color: #fff;
}
.content4>div>ul>li>div:nth-of-type(2)>p{
    width: 510px;
    margin: 0px auto;
}