html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{
    line-height: 1.6rem;
}
.allpage{
    overflow: hidden;
}
.container-full{
    width: 100%;
}
.container{
    max-width: 1552px;
    width: 100%;
    margin: 0 auto;
}
.header-bg{
    background-color: #0a1f54;
}
.header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
.relative{
    position: relative;
}
.fixed{
    position: fixed;
    top: 0;
    z-index: 999;
}
.absolute{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1999;
}
.logo{
    width: 200px;
}
.logo img{
    width: 100%;
}
.nav ul {
    display: flex;
}
.mini-nav{
    display: none;
}
.nav ul li {

}
.nav ul li.active a{
    margin-left: 10px;
    color: #2aa9e0;
    background-color: white;
}
.nav ul li.active a:hover{
    color: white;
    text-decoration: none;
    background-color: #2aa9e0;
}
.nav ul li a {
    position: relative;
    display: block;
    color: #140547;
    font-weight: bold;
    font-size: 1.375rem;
    padding: 10px 20px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.nav ul li a:hover{
    text-decoration: none;
}
.nav ul li a:before{
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: solid 3px #02c0f8;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
.nav ul li.active a:hover:before{
    width: 0;
}
.nav ul li a:hover:before {
    width: 100%;
}
.tr{
    text-align: right;
}
.tc{
    text-align: center;
}
.tl{
    text-align: left;
}
.tj{
    text-align: justify;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs24{
    font-size: 24px;
}
.fs32{
    font-size: 32px;
}
.b{
    font-weight: bold;
}
.flex{
    display: flex;
}
.flex-col-1{
    flex:1;
}
.row{
    flex-direction: row;
}
.row-content{
    flex-direction: row;
}
.row-content-first{
    flex-direction: row;
}
.col{
    flex-direction: column;
}
.col-center{
    align-items: center;
}
.row-center{
    justify-content: center;
}
.row-between{
    justify-content: space-between;
}
.row-end{
    justify-content: flex-end;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
.plr5{
    padding-left: 5px;
    padding-right: 5px;
}
.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pl10{
    padding-left: 10px;
}
.mb50{
    margin-bottom: 50px;
}
.color-white{
    color: #FFFFFF;
}
.color-gray{
    color: #555555;
}
.color-blue{
    color: #2aa9e0;
}
.img{
    width: 100%;
}
.img img{
    width: 100%;
}
.pt100{
    padding-top: 135px;
}
.ptb100{
    padding: 100px 0px;
}
.ptb175{
    padding: 175px 0px;
}
.ptb200{
    padding: 200px 0px;
}
.banner-r-box{
    width: calc(50% - 80px);
    padding: 200px 40px 0px 40px;
    background-color: #a1edff;
}
.banner-r-box-contact{
    width: calc(50% - 80px);
    padding: 200px 40px 0px 40px;
    background-color: #cec7e3;
}
.banner-r-box-contact-service{
    width: calc(50% - 80px);
    padding: 200px 40px 0px 40px;
    background-color: #bfe9dc;
}
.banner-r-box-contact-recr{
    width: calc(50% - 80px);
    padding: 200px 40px 0px 40px;
    background-color: #83d0f8;
}
.h-100{
    height: 100%;
}
.banner{
    width: 50%;
    height: 100%;
    background: url("../images/bg_test_shell.jpg") center no-repeat;
    background-size: cover;
}
.banner-contact{
    width: 50%;
    height: 100%;
    background: url("../images/bg_test_shell4.jpg") center no-repeat;
    background-size: cover;
}
.banner-service{
    width: 50%;
    height: 100%;
    background: url("../images/bg_test_shell2.jpg") center no-repeat;
    background-size: cover;
}
.banner-recr{
    width: 50%;
    height: 100%;
    background: url("../images/bg_test_shell3.jpg") center no-repeat;
    background-size: cover;
}
.banner img{
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.banner-h3{
    font-size: 5rem;
    color: #140547;
    letter-spacing: 0rem;
}
.banner-h4{
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: .28em;
    color: #140547;
}
.banner-p{
    margin-right: -1px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 2.15;
    letter-spacing: .05em;
    color: #140547;
    text-indent: 0rem;
}
.banner-link{
    display: inline-flex;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 180px;
    height: 64px;
    padding: 0px 15px 0px 16px;
    border-radius: 12px;
    color: #fff;
    line-height: 1;
    text-align: left;
    background: #140547;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .7;
    -webkit-box-shadow: 0 10px 32px rgba(2,98,120,.2);
    box-shadow: 0 10px 32px rgba(2,98,120,.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.banner-link:hover{
    opacity: 1;
    color: #fff;
    text-decoration: none;
    background: #694dc7;
}
.banner-link > i{
    font-size: 32px !important;
}
.mt100{
    margin-top: 100px;
}
.procdut{
    width: 50%;
}
.procdut > img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.procdut-box{
    padding: 0px 50px;
}
.procdut-box h3{
    font-size: 1.37rem;
    color: #140547;
}
.procdut2{
    width: 50%;
}
.procdut-box2 h3{
    font-size: 1.37rem;
    color: #140547;
}
.procdut2 > img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contact-bg{
    margin: 100px 0px;
    padding: 40px 0px;
    background: url("../images/a0174bd.png");
    background-size: cover;
}
.contact-text{
    color: #FFFFFF;
    font-size: 4rem;
    margin-bottom: 30px;
}
.container-footer{
    max-width: 60%;
    margin: 0 auto;
}
.contact-link{
    padding: 20px;
    border-radius: 12px;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    color: #140547;
    background: #b0f0ff;
    transition: .3s;
}
.contact-link:hover{
    color: #b0f0ff;
    background: #140547;
    text-decoration: none;
}
.contact-link > i{
    font-size: 32px;
    font-weight: bold;
    margin-left: 20px;
}
.footer-link{
    margin-bottom: 30px;
}
.footer-link a{
    color:#140547;
    outline: 0;
    opacity: 1;
    font-size: 16px;
    padding-right: 20px;
    transition: .3s;
    text-decoration: none;
}
.footer-link a:hover{
    opacity: .5;
    text-decoration: none;
}
.copyright{
    font-size: 16px;
    color: #140547;
}
.share-link a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    opacity: 1;
    margin: 0px 5px;
    background-color: #cccccc;
}
.share-link a:hover{
    text-decoration: none;
    opacity: .6;
}
.contact-title{
    padding-top: 150px;
}
.headingLine{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 485px;
    margin: 0 auto;
    height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0 0;
    position: relative;
}
.headingLine:after, .headingLine:before{
    content: "";
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
}
.headingLine:before{
    border-top: 10.3px solid #02c0f8;
    border-left: 10.3px solid #02c0f8;
    top: 0;
    left: 0;
}
.headingLine:after{
    border-bottom: 10.3px solid #02c0f8;
    border-right: 10.3px solid #02c0f8;
    bottom: 0;
    right: 0;
}
.headingTitle {
    font-size: 60px;
    line-height: 141%;
    color: #140547;
    padding: 0;
    margin: 0;
}
.headingText {
    font-size: 20px;
    font-weight: 700;
    line-height: 142.5%;
    letter-spacing: .15em;
    color: #57deff;
    text-indent: 0rem;
    padding: 0;
    margin: 0;
}
.contact {
    margin-top: 100px;
    padding: 0 24px;
    max-width: 1015px;
}
.card {
    width: 100%;
    height: auto;
    padding: 32px;
    -webkit-box-shadow: 0 23px 45px rgba(2,98,120,.212);
    box-shadow: 0 23px 45px rgba(2,98,120,.212);
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 131px;
}
#flex1, #flex2, #flex3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.form-group {
    padding-bottom: 32px;
}
.form-control-label {
    font-family: sd-metropolis;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #828282;
    display: block;
    padding-bottom: 8px;
}
.inputwidth {
    width: 435px;
    padding: 0 12px;
    height: 52px;
    border: 2px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 15px;
}
:placeholder-shown {
    color: #999;
}
#selectwidth>select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 436px;
    padding: 0 12px;
    height: 52px;
    border: 2px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41MDkgMi43MTk4TDExLjQ0OTggMTYuNjUzM0MxMC43NTA5IDE3Ljg2MjIgOS4wMDM0MyAxNy44NjIyIDguMzA1MTkgMTYuNjUzM0wwLjI0NiAyLjcxOThDLTAuNDUyODgxIDEuNTEwODYgMC40MjA1NjEgLTguNDUxMzVlLTA3IDEuODE4MzIgLTcuODQwMzdlLTA3TDE3LjkzNjEgLTcuOTUwODdlLTA4QzE5LjMzNDUgLTEuODM4MjdlLTA4IDIwLjIwNzkgMS41MTA4NiAxOS41MDkgMi43MTk4WiIgZmlsbD0iI0JEQkRCRCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 18px 19px;
    background-position: right 22px center;
    background-color: #fff;
    font-size: 15px;
    position: relative;
}
.otoiawasetext {
    width: 100%;
    height: 180px;
    border: 2px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 15px;
    line-height: 1.6;
    padding: 12px;
}
form>button {
    background: #140547;
    border-radius: 12px;
    padding: 22px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    border: none;
    color: #FFFFFF;
    font-family: sd-metropolis;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 22px;
    vertical-align: middle;
    letter-spacing: .02em;
    -webkit-box-shadow: -1px 5px 21px 0 rgba(255,255,255,.4);
    box-shadow: -1px 5px 21px 0 rgba(255,255,255,.4);
    margin-top: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 13%;
}
form>button:hover{
    background: #694dc7;
}
form > button > i{
    font-size: 32px !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px !important;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 16px !important;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 16px !important;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
    color: #666;
    font-size: 16px !important;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}
.mini-menu-box{
    display: none;
}
@media only screen and (max-width: 768px) {
    .logo{
        width: 80px;
        margin-left: 15px;
    }
    .nav{
        display: none;
    }
    .mini-nav{
        display: block;
    }
    .mini-menu-box{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: #0a1f54;
    }
    .mini-close-btn{
        float: right;
        margin: 20px 15px 0px;
    }
    .mini-close-btn > span{
        font-size: 1em;
        color: #FFFFFF;
        display: block;
        cursor: pointer;
    }
    .mini-menu-box ul{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mini-menu-box ul li{
        padding: 15px 0px;
    }
    .mini-menu-box ul li a{
        color: #FFFFFF;
    }
    .mini-nav-box{
        margin: 20px 15px 0px;
    }
    .mini-nav-box > span{
        font-size: 2em;
    }
    .h-100{
        height: auto;
    }
    .banner{
        width: 100%;
        padding: 100px 0px;
        height: 200px;
    }
    .banner-service{
        width: 100%;
        padding: 100px 0px;
        height: 200px;
    }
    .banner-recr{
        width: 100%;
        padding: 100px 0px;
        height: 200px;
    }
    .banner-contact{
        width: 100%;
        padding: 100px 0px;
        height: 200px;
    }
    .banner-p{
        margin-bottom: 20px;
    }
    .banner-r-box{
        width: calc(100% - 30px);
        padding: 50px 15px 50px 15px;
    }
    .banner-r-box-contact-recr{
        width: calc(100% - 30px);
        padding: 50px 15px 50px 15px;
    }
    .banner-r-box-contact-service{
        width: calc(100% - 30px);
        padding: 100px 15px 0px 15px;
    }
    .banner-r-box-contact{
        width: calc(100% - 30px);
        padding: 50px 15px 50px 15px;
    }
    .banner-h3{
        font-size: 2em;
    }
    .banner-h4{
        font-size: 1em;
    }
    .banner-p{
        font-size: 0.875em;
    }
    .row-content{
        flex-direction: column;
    }
    .row-content-first{
        flex-direction: column-reverse;
    }
    .procdut{
        width: calc(100% - 30px);
        padding: 0px 15px;
    }
    .procdut2{
        width: calc(100% - 30px);
        padding: 0px 15px;
    }
    .procdut-box{
        padding: 0px 15px;
    }
    .footer-link{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .footer-link a{
        font-size: 12px;
        padding-right: 0px;
    }
    .share-link{
        display: flex;
        justify-content: space-between;
    }
    .contact-title{
        padding-top: 80px;
    }
    .headingLine{
        width: 300px;
    }
    .headingTitle{
        font-size: 32px;
    }
    .contact{
        max-width: calc(100% - 48px);
    }
    .inputwidth{
        width: auto;
    }
    .card{
        width: 100%;
    }
    #flex1,#flex2,#flex3{
        flex-direction: column;
    }

    form>button{
        width: 100%;
    }
}
