.header-container{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background-color:transparent;
    z-index: 999;
    transition: all .3s;
}
.header-position-container{
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 70px;
}
.menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu ul{
    display: flex;
    align-items: center;
}
.menu a{
    display: flex;
    justify-content: center;
    padding: 0 15px;
    font-weight: bold;
    color: #fff;
    position: relative;
    transition: all .3s;
    line-height: 80px;
}
.header-container .logo{
    display: block;
    width: 270px;
    height: 52px;
    background:url("../img/logo-white.png") no-repeat center top;
    transition: all .3s;
}
.header-container .hot-tel{
    width: 151px;
    height: 35px;
    background: url("../img/hot-tel-white.png") no-repeat center center;
    background-size: contain;
    transition: all .3s;
}
.header-container .menu a:before{
    display: block;
    content: '';
    position: absolute;
    height: 4px;
    width: 24px;
    border-radius: 4px;
    background-color: #FFFFFF;
    bottom:  16px;
    opacity: 0;
    transition: all .3s;
}
.header-container .menu a:hover:before{
    opacity: 1;
    transition: all .3s;
}
.header-container.light{
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all .3s;

}
.header-container.light .menu a:before{
    display: block;
    content: '';
    position: absolute;
    height: 4px;
    width: 25px;
    border-radius: 4px;
    background-color: #024c9f;
    bottom: 16px;
    opacity: 0;
    transition: all .3s;
}
.header-container.light .menu a:hover:before{
    opacity: 1;
    transition: all .3s;
}
.header-container.light .menu a{
    color: #333;
}
.header-container.light .logo{
    width: 270px;
    height: 52px;
    background:url("../img/logo-default.png") no-repeat center top;
    transition: all .3s;
}
.header-container.light .hot-tel{
    width: 151px;
    height: 35px;
    background: url("../img/hot-tel-default.png") no-repeat center center;
    background-size: contain;
    transition: all .3s;

}
.scroll-container{
    width: 100%;
    height: calc(100vh);
    position: relative;
    overflow: hidden;
}
/* parallax_swiper */
.parallax_swiper {margin:0 auto; width:100%; height:100%; position:relative; font-family:sans-serif; overflow:hidden;}
.parallax_swiper .swiper-slide {display:flex; align-items:center;justify-content: center;}
.parallax_swiper .swiper-slide.one {background-image:-webkit-linear-gradient(120deg,rgb(144,223,200),rgb(28,173,197),rgb(1,38,143))}
.parallax_swiper .swiper-slide.two {background-image:-webkit-linear-gradient(120deg,rgb(5,169,204),rgb(2,76,159),rgb(25,17,101))}
.parallax_swiper .swiper-slide.three {background-image:-webkit-linear-gradient(120deg,rgb(255,178,155),rgb(52,30,126))}
.parallax_swiper .swiper-slide.four {background-image:-webkit-linear-gradient(120deg,#3174d5,#4f51b6)}
.parallax_swiper .swiper-slide.five {background-image:-webkit-linear-gradient(120deg,#89cbbd,#2b9c9a,#194475)}
/*.parallax_swiper .swiper-slide .text {display:flex;}
.parallax_swiper .swiper-slide h2 {font-size:180px; line-height:1;}
.parallax_swiper .swiper-slide .text .cr {display:flex; flex-direction:column; justify-content:space-between; align-items:flex-start; padding:24px 0 24px 40px;}
.parallax_swiper .swiper-slide h3 {padding:4px 8px; font-size:18px; color:#333333; background:#FFFFFF;}
.parallax_swiper .swiper-slide p {font-size:32px;}*/
.parallax_swiper .swiper-button-prev,
.parallax_swiper .swiper-button-next {position:absolute; top:0; bottom:0; width:50px; height:30px; margin:auto; outline:none; -webkit-tap-highlight-color:rgba(255,255,255,0);}
.parallax_swiper .swiper-button-prev::after,
.parallax_swiper .swiper-button-next::after {display:none;}
.parallax_swiper .swiper-button-prev i,
.parallax_swiper .swiper-button-next i {display:block; position:relative; width:20px; height:1px; background:rgba(255, 255, 255, 1); transition:all 0.3s ease 0s;}
.parallax_swiper .swiper-button-prev {left:25px;}
.parallax_swiper .swiper-button-prev i::after {content:""; position:absolute; left:-10px; top:0; bottom:0.5px; margin:auto; width:1px; height:10px; background:#FFFFFF; transition:all 0.3s ease 0s;}
.parallax_swiper .swiper-button-next {right:25px;}
.parallax_swiper .swiper-button-next i::after {content:""; position:absolute; right:-10px; top:0; bottom:0.5px; margin:auto; width:1px; height:10px; background:#FFFFFF; transition:all 0.3s ease 0s;}
.parallax_swiper .swiper-button-prev:hover i,
.parallax_swiper .swiper-button-next:hover i {width:40px;}
.parallax_swiper .swiper-button-prev:hover i::after {left:-15px;}
.parallax_swiper .swiper-button-next:hover i::after {right:-15px;}
.parallax_swiper .swiper-button-prev:hover i,
.parallax_swiper .swiper-button-next:hover i {}
.parallax_swiper .swiper-pagination {left:20%; bottom:60px;}
.parallax_swiper .swiper-pagination .swiper-pagination-bullet {margin:0 4px; width:24px; height:2px; position:relative; background:#ffffff; opacity:0.5; border-radius:0; transition:all 0.3s ease 0s;}
.parallax_swiper .swiper-pagination .swiper-pagination-bullet::before {opacity:0; content:""; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); width:200%; height:200%; transition:all 0.3s ease 0s;}
.parallax_swiper .swiper-pagination .swiper-pagination-bullet-active {opacity:1;}
.parallax_swiper .swiper-pagination .swiper-pagination-bullet-active::before {opacity:1;}

/*棣?椤佃疆???ㄥ????瀹?/
.swiper-slide-position-container{
    width: 1200px;
    height: calc(100vh - 140px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-image-one{ background: url("../img/scroll/1_1.png") no-repeat center center;}
.company-image-two{ background: url("../img/scroll/1_2.png") no-repeat center center;}
.company-image-three{ background: url("../img/scroll/1_3.png") no-repeat center center;}
.company-image-four{ background: url("../img/scroll/1_4.png") no-repeat center center;}
.company-image-five{ background: url("../img/scroll/1_5.png") no-repeat center center;}
.swiper-component{
    display: block;
    width: 1200px;
    height: calc(100vh - 140px);
    background-size: contain;
}
.main-container{
    width: 100%;
}

.flex-position{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flex-position:nth-child(2n){
    background-color: #f7f9fa;
}
.solution-container{
    padding-bottom: 48px;
}
.position-container{
    width: 1200px;
}
.title{
    margin-top: 48px;
    margin-bottom: 24px;
    width: 100%;
    font-size: 24px;
    line-height: 48px;
    color: #2D2D2D;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}
.title:before{
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 4px;
    background-color: #024c9f;
    bottom: -4px;
}
.solution-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.solution-grid-container p{
    text-align: center;
    padding-bottom: 10px;
}
.solution-grid-container div{
    width: 240px;
    height: 170px;
    transform: scale(0.9);
    transition: all .3s;

}
.solution-grid-container a:hover{
    background-color: #f7f9fa;
    border-radius: 3px;
}
.solution-grid-container a:hover div{
    transform: scale(1);
    transition: all .3s;
}
.solution-1{
    background: url("../img/solution/1.png") no-repeat center bottom;
}
.solution-2{
    background: url("../img/solution/2.png") no-repeat center bottom;
}
.solution-3{
    background: url("../img/solution/3.png") no-repeat center bottom;
}
.solution-4{
    background: url("../img/solution/4.png") no-repeat center bottom;
}
.solution-5{
    background: url("../img/solution/5.png") no-repeat center bottom;
}
.solution-6{
    background: url("../img/solution/6.png") no-repeat center bottom;
}
.solution-7{
    background: url("../img/solution/7.png") no-repeat center bottom;
}
.solution-8{
    background: url("../img/solution/8.png") no-repeat center bottom;
}
.solution-9{
    background: url("../img/solution/9.png") no-repeat center bottom;
}
.solution-10{
    background: url("../img/solution/10.png") no-repeat center bottom;
}
.solution-11{
    background: url("../img/solution/11.png") no-repeat center bottom;
}
.solution-12{
    background: url("../img/solution/12.png") no-repeat center bottom;
}
.solution-13{
    background: url("../img/solution/13.png") no-repeat center bottom;
}
.solution-14{
    background: url("../img/solution/14.png") no-repeat center bottom;
}
.solution-15{
    background: url("../img/solution/15.png") no-repeat center bottom;
}
/** ??? **/
.service-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    padding: 48px 0;
}
.service-bg{
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 16px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    background: url("../img/1_1.png") no-repeat center top;
    background-size: contain;
}
.support-bg{
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 16px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    background: url("../img/1_2.png") no-repeat center top;
    background-size: contain;
}
.position-text-bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 48px;
    box-sizing: border-box;

}
.position-text-bg p{
    padding: 14px 0;
    font-size: 20px;
    font-weight: bold;
}
/** ?伴?讳腑蹇? **/
.news-container{
    margin-bottom: 48px;
}
.new-position-container{
    width: 824px;
    margin: 0 auto;

}
.new-menu-container{
    width: 320px;
    margin: 12px auto;
}
.new-menu-container ul {
    display: flex;
    justify-content: space-between;
}
.new-menu-container ul li{
    width: 160px;
    padding:10px 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}
.new-menu-container ul li:nth-child(2){
    position: relative;
}
.new-menu-container ul li:nth-child(2):before{
    content: '';
    position: absolute;
    width: 2px;
    border-radius: 2px;
    height: 18px;
    background-color: #8c9cb1;
    top: 14px;
}
.new-menu-container ul li:nth-child(2):before{
    left: -1px;
}
/*.new-menu-container ul li:nth-child(2):after{
    right: -1px;
}*/
.new-menu{
    color: #024c9f;
    filter: grayscale(0.8);
    transition: all 0.3s;

}
.new-menu.new-active{
    filter: grayscale(0);
    transition: all 0.3s;

}
.new-main-container{
    position: relative;
    width: 824px;
    height:300px;
}
.new-box{
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}
.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
    z-index: 99;
}
.new-box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
}
.new-box-container-child{
    width: 400px;
    height: 300px;
}
.new-box-container-child li{
    display: block;
    height: 75px;
    padding: 5px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dee0ef;
}
.new-box-container-child li a span{
    display: block;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #333;
    height: 40px;
}
.new-box-container-child li a div{
    padding-top: 6px;
    font-size: 14px;
    line-height: 14px;
    color: #878686;
}
/** ???ュ???? **/
.notice-list-container{
    width: 700px;
    margin: 48px auto;
}
.notice-list-container ul li{
    display: flex;
    justify-content: space-between;
    line-height: 48px;
}
.notice-list-container ul li a{
    color:#333;
    transition: all .3s;
    letter-spacing: 0.05em;
}
.notice-list-container ul li a:hover{
    color: #024c9f;
    transition: all .3s;
}
.more-position-container{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 32px;
}
.more{
    display: block;
    width: 120px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    background-image: linear-gradient(-60deg,rgba(255,255,255,1),rgba(0,0,0,.01));
    letter-spacing: 0.05em;
    color: #333;
    transition: all .3s;
}
.more:hover{
    color: #024c9f;
    transition: all .3s;
}
