/*public*/
.pc{
    display: block;
}
.mobile{
    display: none;
}
.all-boxes{
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1200px){
    .all-boxes{
        width: 1200px;
    }
}
.content-boxes{
    width: 1200px;
    margin: auto;
}
h2{
    margin: 0;
}
.title{
    text-align: center;
    margin-bottom: 10px;
}
.title-line{
    height: 1px;
    width: 400px;
    margin: 0 10px;
}
.contents{
    font-size: 20px;
}
.bg-boxes{
    width: 100%;
}
@media screen and (max-width: 1920px){
    .bg-boxes{
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }
}



.nav-box{
    padding: 15px 10%;
}
.logo{
    width: 16%;
}
.nav-box-img1{
    margin-left: 10%;
    width: 54%;
}
.banner img{
    width: 100%;
}
.nav{
    margin-top: 60px;
}
.nav a{
    text-decoration:none;
}
.nav-title-box{
    width: 80%;
    margin: auto;
    border: 1px solid #858585;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    font-size: 24px;
    color: #040404;
}
.nav-title-box:hover{
    border: 1px solid #EB6F00;
    background: #EB6F00;
    color: white;
}
.bg-boxes1{
    background: url("../images/bg-boxes1.png") no-repeat;
    background-size: cover;
}
.title1{
    color: #040404;
}
.title-txt-boxes{
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-line1{
    background: #ADADAD;
}
.project{
    padding: 60px 0;
}
.project-contents{
    color: #545454;
    text-align: justify;
    line-height: 40px;
}
.project-contents-txt{
    text-indent: 2em;
}
.project-img-boxes{
    margin-top: 30px;
    text-align: center;
    color: #0c0a07;
}
.link{
    text-align: center;
}
.link-title{
    font-size: 24px;
    color: #686868;
    line-height: 50px;
}
.link-contents-txt{
    font-size: 20px;
    text-align: justify;
    text-indent: 2em;
    color: #6F6F6F;
    line-height: 35px;
}
.link h3{
    margin: 10px 0 0 0;
    background: url("../images/button.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: white;
    transition: all .2s;
    text-align: center;
}
.link h3:active{
    transform: scale(0.95);
}
.bg-boxes2{
    background: #8082E8;
    height: 473px;
    margin-bottom: 120px;
}
.advantage{
    padding: 20px 0;
}
.title2{
    color: #fafafb;
}
.title-line2{
    background: #CCCBF4;
}
.advantage-boxes-bg{
    background: url("../images/advantage-boxes-bg.png") no-repeat;
    width: 1444px;
    margin-left: -40px;
}
.advantage-boxes{
    width: 1200px;
    margin-left: 40px;
    margin-top: -20px;
    padding-top: 25px;
}
.advantage-boxes-title{
    color: #fafafb;
    text-align: center;
    margin: 0;
}
.advantage-contents-boxes{
    background: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
}
.advantage-contents-box{
    border: 1px solid #9cecdc;
    padding: 40px 2% 0 2%;
    margin-top: -35px;
    height: 320px;
}
.advantage-contents-box img{
    margin: 10px 0 20px;
}
.advantage-contents-box p{
    text-align: justify;
    margin: 0;
    line-height: 40px;
}
.advantage-picture{
    margin-top: 0;
}
.advantage-picture img{
    width: 100%;
}
.bg-boxes3{
    background: url("../images/bg-boxes3.png") no-repeat;
    background-size: 100% 100%;
    height: 158px;
}
.client{
    padding: 50px 0;
}
.client-boxes{
    width: 90%;
    margin: 50px auto 0;
    overflow: hidden;
}
.client-txt-box{
    float: left;
}
.client-txt-box1{
    width: 48%;
    margin-top: 30px;
}
.client-txt-box2{
    width: 60%;
    margin-top: 30px;
}
.client-txt-box3{
    width: 60%;
    margin-top: 30px;
}
.client-txt-box4{
    width: 50%;
    margin-top: 30px;
}
.client-img-box{
    float: left;
}
.client-img-box img{
    width: 101%;
}
.client-img-box3 img{
    width: 110%;
    margin-left: -10%;
}
.client-img-box4 img{
    width: 108%;
}
.client-img-box1{
    width: 52%;
}
.client-img-box2{
    width: 40%;
}
.client-img-box3{
    width: 40%;
}
.client-img-box4{
    width: 50%;
}
.client-boxes-title{
    color: #787575;
    text-align: center;
    margin: 0;
}
.client-title-txt-box{
    width: 290px;
    text-align: center;
    position: relative;
    padding-top: 2px;
}
.client-title-txt-box1{
    float: left;
}
.client-title-txt-box2{
    float: right;
}
.client-title-txt-box3{
    float: left;
}
.client-title-txt-box4{
    float: right;
}
.client-title-txt-box h3{
    margin: 0;
}
.client-title-txt-box img{
    width: 100%;
}
.client-txt{
    color: #6b6b6b;
}
.client-txt1{
    background: url("../images/client-txt-bg01.png") no-repeat;
    background-size: 100% 100%;
    width: 94%;
    float: right;
    margin-top: -10px;
    padding: 8%;
}
.client-txt2{
    background: url("../images/client-txt-bg02.png") no-repeat;
    background-size: 100% 100%;
    width: 94%;
    float: left;
    margin-top: -10px;
    padding: 8% 5% 8% 18%;
}
.client-txt3{
    background: url("../images/client-txt-bg03.png") no-repeat;
    background-size: 100% 100%;
    width: 94%;
    float: right;
    margin-top: -10px;
    padding: 8% 18% 8% 5%;
}
.client-txt4{
    background: url("../images/client-txt-bg04.png") no-repeat;
    background-size: 100% 100%;
    width: 94%;
    float: left;
    margin-top: -10px;
    padding: 8% 5% 8% 18%;
}
.bg-boxes4{
    background: url("../images/bg-boxes4.png") no-repeat;
    background-size: cover;
}
.lib{
    padding-top: 50px;
}
.lib-title{
    text-align: center;
    color: #040404;
}
.lib-title h2{
    margin: 25px 0;
}
.lib-input-box{
    width: 100%;
    border: 1px solid #827A74;
    height: 60px;
    border-radius: 10px;
    padding: 0 5px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.lib-input-box img{
    margin: 0 5px;
}
.lib-input{
    height: 100%;
    width: 88%;
    text-indent: 1em;
    border: none;
    outline: none;
    background: none;
}
.submit-boxes{
    text-align: center;
    margin-top: 80px;
}
.submit-box{
    background: url("../images/submit-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 30px;
    font-size: 28px;
    color: white;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
}
.submit-box:active{
    transform: scale(0.95);
}
.copyright-boxes{
    text-align: center;
    margin: 70px 0 40px;
    color: #201c1c;
}
.copyright-boxes span{
	margin: 0 20px;
}