@charset "utf-8";

.head_page .about_item>a span {
    color: #0067B3;
}

.about_pg01 .page_desc {
    line-height: 1.67;
    margin-top: 30px;
}
.about_pg01 .page_desc p {
    margin-bottom: 20px;
}


.flash4 {
    position: relative;
}
.flash4 ul {
    overflow: hidden;
}
.flash4 ul li {
    position: relative;
    overflow: hidden;
    float: left;
}
.flash4 ul li:last-child {
    margin-right: 0;
}
.flash4 ul li .imgCen {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    word-break: break-all;
    transition: all .4s;
}
.flash4 ul li.fast {
    position: absolute;
    right: 0px;
    bottom: 0px;
}



.about_pg01 .flash4 ul li{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 20px;
}
.about_pg01 .flash4 ul li:nth-child(2n){
    margin-right: 0;
}
.about_pg01 .flash4 ul li .imgCen{
    bottom: 0;
    padding: 40px 60px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .01), #194260);
}
.about_pg01 .flash4 ul li .desc{
    line-height: 1.35;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.about_pg01 .flash4 ul li.active .imgCen{
    padding: 40px 45px;
}
.read_more{
    width: 160px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00457A;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.read_more:hover{
    color: #fff;
    background: #00457A;
}
.about_pg02 .flash4 ul li{
    width: 213px;
    height: 573px;
    margin-right: 9px;
    border-radius: 10px;
}
.about_pg02 .flash4 ul li:last-child{
    margin-right: 0;
}
.about_pg02 .flash4 ul li .imgCen{
    bottom: 40px;
    padding: 0 10px;
}
.about_pg02 .flash4 ul li .tit {
    line-height: 1.2;
}
.about_pg02 .flash4 ul li .desc {
    margin-top: 15px;
    line-height: 1.35;
    height: 48px;
    display: none;
}
.about_pg02 .flash4 ul li.first {
    width: 312px;
}
.about_pg02 .flash4 ul li.active .imgCen {
    transform: translateY(-10px);
}
.about_pg02 .flash4 ul li.active .imgCen .desc {
    display: block;
}



.about_policy_pg01 .list{
    width: 24.445%;
    height: 349px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #DADADA;
    margin-right: .74%;
    padding: 0 35px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .4s;
}
.about_policy_pg01 .list .tit{
    transition: all .4s;
}
.about_policy_pg01 .list .con{
    height: 94px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 1.47;
    margin-top: 12px;
    transition: all .4s;
}

.about_policy_pg01 .list .con::-webkit-scrollbar {
    background: rgba(0, 0, 0, .2);
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.about_policy_pg01 .list .con::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .35);
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.about_policy_pg01 .list .con::-webkit-scrollbar-track {
    border-radius: 8px;
}



.about_policy_pg01 .list .num_tit{
    font-weight: 900;
    font-size: 70px;
    color: rgba(40, 40, 40, 0.14);
    line-height: 1;
    position: absolute;
    bottom: 15px;
    right: 20px;
    transition: all .4s;
}
.about_policy_pg01 .list:nth-child(4n){
    margin-right: 0;
}
.about_policy_pg01 .list:nth-child(2n){
    background: #1D1D1D;
}
.about_policy_pg01 .list:nth-child(2n) .tit{
   color: #fff;
}
.about_policy_pg01 .list:nth-child(2n) .con{
    color: #fff;
}
.about_policy_pg01 .list:nth-child(2n) .num_tit{
    color: rgba(119, 119, 119, 0.14);
}
.about_policy_pg01 .list:hover{
    background: #0067B3;
}
.about_policy_pg01 .list:hover .tit{
    color: #fff;
}
.about_policy_pg01 .list:hover .con{
    color: #fff;
}
.about_policy_pg01 .list:hover .num_tit{
    color: rgba(255, 255, 255, .35);
}
.about_policy_pg02 .list{
    border-radius: 30px;
    position: relative;
    width: 49.35%;
    margin-right: 1.3%;
    overflow: hidden;
    margin-top: 25px;
}
.about_policy_pg02 .list img{
    transition: all .4s;
}
.about_policy_pg02 .list:last-child{
    width: 100%;
}
.about_policy_pg02 .list:nth-child(2n){
    margin-right: 0;
}
.about_policy_pg02 .list .advice{
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 3;
    box-sizing: border-box;
    word-break: break-all;
    transition: all .4s;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01), rgba(0, 0, 0, 1));
    padding: 55px 35px;
    box-sizing: border-box;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about_policy_pg02 .list .advice_con{
    line-height: 1.47;
    margin-top: 30px;
    word-break: break-word;
}
.about_policy_pg02 .list:hover img{
    transform: scale(1.08);
}

.about_story .list{
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about_story .list:last-child{
    margin-bottom: 0;
}
.about_story .list .texts{
    height: 557px;
    background: #FFFFFF;
    box-shadow: 1px 6px 18px 3px rgba(12, 30, 44, 0.05);
    border-radius: 10px;
    width: 65%;
    display: flex;
    align-items: center;
}
.about_story .list .texts_box{
    width: 66%;
    word-break: break-word;
}
.about_story .list .con{
    margin: 10px 0 28px;
}
.about_story .list .desc{
    padding-right: 15px;
    box-sizing: border-box;
    max-height: 358px;
    overflow-y: auto;
}
.about_story .list .desc::-webkit-scrollbar {
    background: rgba(0, 0, 0, .1);
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.about_story .list .desc::-webkit-scrollbar-thumb {
    background: #0067B3;
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.about_story .list .desc::-webkit-scrollbar-track {
    border-radius: 8px;
}
.about_story .list .img{
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 47%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.about_story .list:nth-child(2n){
    flex-direction: row-reverse;
}
.about_story .list:nth-child(2n) .img{
    left: 0;
    right: initial;
}
.about_story .list:nth-child(2n - 1) .texts_box{
    margin-left: 6.5%;
}
.about_story .list:nth-child(2n) .texts_box{
    margin-right: 8.5%;
    margin-left: auto;
}

.about_solution .list{
    position: relative;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about_solution .list:last-child{
    margin-bottom: 0;
}
.about_solution .list .img{
    border-radius: 30px;
    overflow: hidden;
    width: 62%;
}
.about_solution .list .tit{
    line-height: 1.15;
}
.about_solution .list .line{
    margin: 20px 0 40px;
    width: 86px;
    height: 3px;
    background: #FFFFFF;
}
.about_solution .list .desc{
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.about_solution .list .desc::-webkit-scrollbar {
    background: rgba(0, 0, 0, .1);
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.about_solution .list .desc::-webkit-scrollbar-thumb {
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.about_solution .list .desc::-webkit-scrollbar-track {
    border-radius: 8px;
}
.about_solution .list .texts{
    position: absolute;
    right: 0;
    width: 43.6%;
    top: 50%;
    z-index: 1;
    overflow: hidden;
    height: 511px;
    background: #0067B3;
    border-radius: 30px;
    word-break: break-word;
    padding: 80px 45px 80px 55px;
    box-sizing: border-box;
    margin-top: -255px;
}
.about_solution .list:nth-child(2n){
    flex-direction: row-reverse;
}
.about_solution .list:nth-child(2n) .texts{
    left: 0;
    right: initial;
}

.about_company_pg01 .texts{
    width: 54%;
}
.about_company_pg01 .texts p{
    margin-bottom: 30px;
}
.about_company_pg01 .texts p:last-child{
    margin-bottom: 0;
}
.about_company_pg01 .img{
    border-radius: 30px;
    overflow: hidden;
    width: 39.35%;
}
.about_company_pg01 .items{
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
}
.about_company_pg01 .item{
    height: 193px;
    width: 25%;
    border-right: 1px solid #D8D8D8;
}
.about_company_pg01 .item:last-child{
    border-right: none;
}
.about_company_pg01 .item .icon{
    margin-right: 35px;
}
.about_company_pg01 .item .desc{
    margin-top: 7px;
}
.about_company_pg02 .list{
    border-radius: 10px;
}
.about_company_pg02 .swiper-container {
    position: initial;
}

.contact_pg01 .list{
    width: 24.445%;
    margin-right: .74%;
    height: 349px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #DADADA;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all .4s;
}
.contact_pg01 .list:nth-child(4n){
    margin-right: 0;
}
.contact_pg01 .list .icon img{
    transition: all .4s;
}
.contact_pg01 .list .tit{
    margin: 40px 0 20px;
}
.contact_pg01 .list .con{
    height: 81px;
}
.contact_pg01 .list a.con{
    color: #0067B3;
}
.contact_pg02{
    background: #E2E3E5;
}
.contact_pg02 .page_desc {
    margin-top: 18px;
}
.contact_pg02 .form-box{
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
}
.contact_pg02 .item {
    width: 48%;
    margin-bottom: 25px;
    margin-right: 4%;
}
.contact_pg02 .item:nth-child(2n) {
    margin-right: 0;
}
.contact_pg02 .item:last-child{
    width: 100%;
    margin-right: 0;
}
.contact_pg02 .item label{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.contact_pg02 .item label::after{
    content: "*";
    display: inline-block;
    color: #474747;
    margin-left: 1px;
}
.contact_pg02 .item.active label::after{
   color: red; 
}
.contact_pg02 .item input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #5D5D5D;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #FFFFFF;
    border-radius: 7px;
}
.contact_pg02 textarea {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    color: #5D5D5D;
    height: 220px;
    border-radius: 7px;
}
.contact_pg02 .sub-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 20px auto 0;
    width: 172px;
    height: 57px;
    background: #0067B3;
    border-radius: 8px;
    text-transform: uppercase;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus{
    border-color: #0067B3;
    box-shadow: none!important;
}
.contact_pg01 .list:hover .icon img{
    transform: rotateY(180deg);
}
.contact_pg02 .sub-btn:hover {
    color: #FFFFFF;
}
.bg {
    position: relative;
    overflow: hidden;
}
.qui-warp{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.qui-imgbgn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qui-hover {
    display: block;
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.qui_homebox1 .ULLIST {
    display: flex;
}
.qui_homebox1 .ULLIST .li {
    width: 12.9%;
    transition: all .4s ease-out;
    min-height: 405px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: .6%;
}
.qui_homebox1 .ULLIST .li:last-child {
    margin-right: 0;
}
.qui_homebox1 .ULLIST .li .qui-hover {
    border-radius: 30px;
    overflow: hidden;
}
.qui_homebox1 .ULLIST .li .qui-imgbg {
    opacity: .9;
}
.qui_homebox1 .ULLIST .li .qui-imgbg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 78, 162, .7);
}
.qui_homebox1 .ULLIST .li .qui-imgbgn {
    opacity: .9;
    transition: opacity .4s ease-out;
    background-size: auto;
}
.qui_homebox1 .ULLIST .li .qui-imgbgn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 78, 162, .7);
}
.qui_homebox1 .ULLIST .li .quiinfo {
    opacity: 0;
    transform: translateY(-100%);
    display: none;
    background: #f4f6e9;
    padding: 25px 150px 25px 40px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0 0 30px 30px;
    display: none;
}
.qui_homebox1 .ULLIST .li .quittbg {
    height: 405px;
    padding: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.qui_homebox1 .ULLIST .li .quitt {
    color: #004EA2;
    line-height: 1.3;
}
.qui_homebox1 .ULLIST .li .quitxt {
    text-align: left;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}
.qui_homebox1 .ULLIST .li.hover {
    width: 19%;
}
.qui_homebox1 .ULLIST .li.hover .quiinfo {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
.qui_homebox1 .ULLIST .li.hover .qui-imgbg:after {
    opacity: 0;
}
.qui_homebox1 .ULLIST .li.hover .qui-imgbg {
    opacity: 1;
}
.qui_homebox1 .ULLIST .li.hover .qui-imgbgn:after {
    opacity: 0;
}
.qui_homebox1 .ULLIST .li.hover .qui-imgbgn {
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
.qui_homebox1 .ULLIST .li.hover .bg {
    /* padding-bottom: 442px; */
    padding-bottom: 405px;
}
.qui_homebox1 .ULLIST .li.hover .quittbg {
    display: none;
}
.qui_homebox1 .ULLIST .li.hover .quitt {
    animation: DH 1s ease both .4s;
}
.qui_homebox1 .ULLIST .li.hover .quitxt {
    animation: DH 1s ease both .5s;
}
@keyframes DH {
    from {
        transform: translateY(.8rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media only screen and (max-width: 1600px) {
    .about_story .list .desc{
        max-height: 330px;
    }
    .about_solution .list .texts{
        height: 446px;
        margin-top: -223px;
    }
    .about_solution .list .desc{
        max-height: 195px;
    }
}
@media only screen and (max-width: 1480px) {
    .about_solution .list .texts {
        height: 406px;
        margin-top: -203px;
    }
    .about_solution .list .desc {
        max-height: 138px;
    }
    .about_policy_pg01 .list{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1440px) {
    .contact_pg01 .list .icon{
        max-width: 70px;
    }
}
@media only screen and (max-width: 1366px) {
    .contact_pg01 .list{
        height: 320px;
    }
    .contact_pg01 .list .icon {
        max-width: 60px;
    }
    .about_story .list .desc {
        max-height: 248px;
    }
    .about_story .list .texts{
        height: 497px;
    }
    .about_solution .list .texts {
        height: 380px;
        margin-top: -190px;
        padding: 75px 45px 75px 55px;
    }
    .about_policy_pg02 .list .advice{
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 1280px) {
    .about_story .list .desc {
        max-height: 220px;
    }
    .about_story .list .texts {
        height: 467px;
    }
    .about_solution .list .texts{
        padding: 50px 45px 50px 55px;
        height: 350px;
        margin-top: -175px;
    }
}
@media only screen and (max-width: 1200px) {
    .about_company_pg01 .item .icon {
        margin-right: 20px;
    }
    .contact_pg01 .list .icon {
        max-width: 55px;
    }
    .contact_pg01 .list{
        padding: 40px 15px;
    }
    .about_solution .list{
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1043px) {
    .about_story .list .desc {
        max-height: 152px;
    }
    .about_story .list .texts {
        height: 378px;
    }
    .about_solution .list .texts {
        height: 270px;
        margin-top: -135px;
    }
    .about_solution .list{
        margin-bottom: 70px;
    }
    .about_solution .list .texts{
        padding: 35px 30px 35px 35px;
    }
    .about_solution .list .desc {
        max-height: 105px;
    }
    .about_solution .list .line {
        margin: 20px 0 30px;
        width: 65px;
    }
    .about_pg01 .flash4 ul li .imgCen {
        padding: 35px 25px;
    }
    .about_policy_pg01 .list .con{
        height: 64px;
    }
    .about_policy_pg01 .list .num_tit{
        font-size: 58px;
    }
}
@media only screen and (max-width: 768px) {
    .about_company_pg01 .texts {
        width: 100%;
    }
    .about_company_pg01 .img{
        width: 100%;
        margin-top: 20px;
    }
    .about_company_pg01 .item{
        width: 50%;
        height: auto;
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }
    .about_company_pg01 .item:nth-child(2n){
        border-right: none;
    }
    .about_company_pg01 .item .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about_company_pg01 .texts p {
        margin-bottom: 10px;
    }

    .contact_pg01 .list {
        padding: 30px 15px;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .contact_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .contact_pg01 .list .icon {
        max-width: 50px;
    }
    .contact_pg01 .list .tit {
        margin: 25px 0 15px;
    }
    .contact_pg01 .list .con{
        height: auto;
    }
    .contact_pg02 .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .contact_pg02 .item input{
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
    }
    .contact_pg02 .sub-btn{
        max-width: 125px;
        width: 50%;
        height: 44px;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .about_story .list{
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }
    .about_story .list:nth-child(2n){
        flex-direction: column-reverse;
    }
    .about_story .list .texts {
        height: auto;
        padding: 30px 20px;
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .about_story .list .texts_box{
        width: 100%;
    }
    .about_story .list:nth-child(2n - 1) .texts_box{
        margin-left: 0;
    }
    .about_story .list:nth-child(2n) .texts_box{
        margin-right: 0;
        margin-left: 0;
    }
    .about_story .list .con {
        margin: 10px 0 15px;
    }
    .about_story .list .desc {
        max-height: initial;
        padding-right: 0;
    }
    .about_story .list .img{
        width: 100%;
        position: initial;
        transform: translate(0);
    }
    .about_solution .list{
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .about_solution .list .img{
        width: 100%;
        border-radius: 30px 30px 0 0;
    }
    .about_solution .list .texts {
        padding: 30px 20px 30px 20px;
        width: 100%;
        position: initial;
        margin-top: 0;
        border-radius: 0 0 30px 30px;
        height: auto;
    }
    .about_solution .list:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .about_solution .list .line {
        margin: 15px 0 20px;
        width: 48px;
    }
    .about_solution .list .desc {
        max-height: initial;
        padding-right: 0;
    }
    .about_pg01 .page_desc{
        margin-top: 20px;
    }
    .about_pg01 .page_desc p {
        margin-bottom: 10px;
    }
    .about_pg01 .flash4 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about_pg01 .flash4 ul li .imgCen {
        padding: 30px 15px;
        position: initial;
    }
    .read_more{
        margin: 25px auto 0;
        width: 128px;
        height: 42px;
    }
    .about_pg01 .flash4 ul li .desc{
        margin-top: 20px;
    }

    .qui_homebox1 .ULLIST .li.hover .quittbg{
        display: flex;
    }
    .qui_homebox1 .ULLIST .li.hover{
        width: 100%;
       
    }
    .qui_homebox1 .ULLIST{
        flex-wrap: wrap;
    }
    .qui_homebox1 .ULLIST .li .quittbg{
        height: auto;
    }
    .qui_homebox1 .ULLIST .li.hover .bg{
        padding-bottom: 0;
        height: 235px;
        display: flex;
        align-items: center;
    }
    .qui_homebox1 .ULLIST .li{
        min-height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .qui_homebox1 .ULLIST .li:last-child{
        margin-bottom: 0;
    }
    .about_policy_pg02 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .about_policy_pg02 .list .advice {
        padding: 30px 15px;
        position: initial;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .01), #194260);
    }
    .about_policy_pg02 .list .advice_con{
        margin-top: 15px;
    }
    .about_policy_pg01 .list {
        padding: 35px 20px 70px 20px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .about_policy_pg01 .list .num_tit {
        font-size: 38px;
    }
    .about_policy_pg01 .list .con {
        height: auto;
    }
}