/*brief************************************************************************************************/
.brief {
    background: url("../images/banner.png") no-repeat;
    padding-top: 110px;
    background-size: 100% 100%;
    width: 100%;
    height: 330px;
    text-align: center;
    color: #fff;
}

.brief > h3 {
    letter-spacing: 40px;
    font-size: 38px;
    padding-left: 30px;
}

.brief_hr {
    border: 1px solid #ffffff;
    width: 116px;
    height: 1px;
    background-color: #fff;
    margin: 20px auto;

}

.brief > ul li {
    font-size: 17px;
    margin-top: 10px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    #max_content {
        display: none;
    }

    #min_content {
        display: inline-block !important;
        padding-left: 5px;
    }

    .brief {
        padding-top: 55px;
    }
}

/*about***********************************************************************************************/
.about_us {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #fff;
}

.about_title {
    margin: 30px 0;
    font-size: 24px;
    color: #666;
}

.about_hr {
    border: 2px solid #0063D1;
    border-radius: 2px;
    margin: 0 auto;
    width: 130px;
    height: 0px;
    margin-bottom: 15px;
}

.about_us > .about_text li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.about_us > .about_text li:nth-child(1) {
    font-size: 40px;
    color: #666666;
    margin-top: 10px;
}

.about_us > .about_data {
    width: 900px;
    margin: 30px auto;
}

.about_us > .about_data li {
    float: left;
    width: 200px;
    height: 300px;
}

.about_us > .about_data li > div {
    width: 200px;
    height: 200px;
    border: 1px solid #e8ecf0;
    border-radius: 50%;
    font-size: 45px;
    text-align: center;
    line-height: 200px;
    color: #a0a0a0;

}

.about_us > .about_data li > div:hover {
    color: #0863ca;
    border: 1px solid #0863ca;
}

.about_us > .about_data li > p {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.about_us > .about_data li {
    margin-left: 25px;
}

.about_more > a {
    display: block;
    width: 240px;
    height: 49px;

    margin: 30px auto;
    line-height: 49px;
    color: #0863ca;
    cursor: pointer;
    border: 1px solid #0063d1;
}

.about_more > a:hover {
    background-color: #0063d1;
    color: #fff;
}

/*services***********************************************************************************************/
.services {
    width: 100%;
    margin-top: 90px;
    text-align: center;
}

.services_classes {
    margin: 30px auto;
}

.services_classes li {
    text-align: center;
    float: left;
    width: 18%;
    height: 148px;
    margin-right: 2.5%;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 5px rgba(234, 234, 236, 0.5)
}

.services_classes li:last-of-type {
    margin-right: 0;
}

.services_classes img {
    width: 65px;
    height: 58px;
}

#system:hover img {
    content: url(../images/systemC.png);
}

#develop:hover img {
    content: url(../images/developC.png);
}

#sale:hover img {
    content: url(../images/saleC.png);
}

#opinion:hover img {
    content: url(../images/opinionC.png);
}

#ai:hover img {
    content: url(../images/aiC.png);
}

@media (max-width: 992px) {
    .services_classes {
        padding-left: 6%;
    }

    .services_classes li {
        height: 128px;
        display: inline;
        margin-bottom: 10px;
        width: 45%;
    }

    .services_classes {
        /*width: 640px;*/
        margin: 30px auto;
    }

    .services {
        margin-top: 50px;
        background-size: 100% 100%;
    }

    .about_us > .about_text li:nth-child(1) {
        font-size: 27px;
    }
}

.services_classes li:hover {
    background-color: #0F4EE4;
    color: #fff;
}

.services_classes li:hover img {
    /*transform: rotate(180deg);*/
    animation: rotateIcon 0.5s linear;
}

.services_classes li > img {
    display: block;
    margin: 20px auto;

}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.services_more {
    margin-top: 60px;
}

.services_more a {
    display: block;
    width: 240px;
    height: 49px;
    border: 1px solid #fff;
    margin: 30px auto;
    line-height: 49px;
    color: #fff;
    cursor: pointer;
}

.services_more > a:hover {
    border: 1px solid #0063d1;
    background-color: #0063d1;

}

/*case******************************************************************************************************/
.case {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #fff;
}

.case_classes {
    margin: 30px auto;
}

.case_classes li {
    text-align: center;
    float: left;
    width: 49%;
    height: 207px;
    margin-right: 1.5%;
    margin-bottom: 15px;
}
.case_classes li:nth-child(even)
{
    margin-right:0px ;
}
.case_content {
    height: 100%;
    width: 50%;
    background-color: rgba(1, 72, 227, 0.8);
    text-align: center;
}

.case_content img {
    margin: 0 auto;
    padding-top: 30px;
}

.case_content p {
    padding: 40px 20px 0 20px;
    color: #fff;
}

.case_co {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.case_co li {
    width: 20%;
    height: 250px;
    float: left;
    position: relative;
}

.case_co li > div {
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.msk {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.case_co li:hover > div > .msk {
    background-color: #0863CA;
    /*background-image: none!important;*/
    opacity: 0.6;
    /*top:-5px;*/
    /*left:-5px;*/
    /*box-shadow:5px 5px 10px 0px  #72B9FE ;*/
    /*animation: bgColor 0.3s linear;*/
}

/*@keyframes bgColor {*/
/*from{opacity: 0.6}*/
/*to{opacity: 0.7}*/
/*}*/
.case_co li > div > img {
    height: 80px;
    display: block;
    margin: 30px auto;
    position: relative;
    z-index: 1;

}

.case_co li > div > p {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .case_co li {
        width: 50%;

    }

    .case_classes li {
        box-shadow: 0px 0px 5px 5px rgba(234, 234, 236, 0.5);
        /*border-radius: 4px;*/
        background-size: 101% !important;
    }

    .container {
        margin: 0;
    }

    /*.case*/
    /*{*/
    /*    padding: 0 4%;*/
    /*}*/
    .case_more {
        display: none;
    }

    .case_classes {
        white-space: nowrap;
        overflow-x: auto;
    }

    .case_classes li {
        display: inline-block;
        white-space: initial;
        float: none;
        width: 387px;
    }

}

.case_more {
    margin-top: 60px;
}

.case_more > a {
    display: block;
    width: 240px;
    height: 49px;
    margin: 30px auto;
    line-height: 49px;
    color: #0863ca;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 5px rgba(234, 234, 236, 0.5)
}

.case_more > a:hover {
    background-color: #0063d1;
    color: #fff;

}

/*management***********************************************************************************************/
.management {
    margin-top: 90px;
    text-align: center;
    border-top: 1px solid #fff;
}

.management_text {
    max-width: 620px;
    margin: 20px auto;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.management_img {
    margin-bottom: 30px;
}

.management_img > img {
    display: block;
    width: 100%;
    /*height: 450px;*/
}

/*team*********************************************************************************************************/
.team {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #fff;
}

.team_classes {
    margin: 30px auto;
}

.team_classes li {
    text-align: center;
    float: left;
    width: 23%;
    height: 430px;
    margin-right: 2.5%;
    box-shadow: 0px 0px 5px 5px rgba(234, 234, 236, 0.5);
    border-radius: 4px;
}
.team_classes li:last-of-type{
    margin-right: 0px;
}
.team_classes li img {
    width: 100%;
}

.team_content {
    font-size: 14px;
    padding: 0 10px;
    line-height: 25px;
}

.team_content p {
    text-align: left;
}

.team_hr {
    border: 2px solid #4FBE02;
    border-radius: 2px;
    margin: 0 auto;
    width: 50px;
    margin-bottom: 10px;
    height: 0px;
}

.team_text {
    margin: 30px 0;
    text-align: center;
}

.team_text li {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.team_people {
    width: 100%;
    margin: 30px 0;
}

data
.team_people li {
    width: 12.5%;
    height: 450px;
    position: relative;
    float: left;
    overflow: hidden;
    transition: width 0.4s linear;
}

.team_people li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 325px;

}

@media (min-width: 769px) {
    .team_people_small {
        display: none;
    }

    .team_people li:hover {
        width: 25%;

    }

    .team_people li:hover div {
        /*display: block;*/
        opacity: 0.5;
        animation: teamPeople 0.4s linear;
    }
}

.team_people li div {
    /*display: none;*/
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 325px;
    height: 100%;
    opacity: 0;
    background: #000000;
    color: #fff;
    animation: teamPeople1 0.4s linear;
    /*transition:opacity linear 1s;*/
}

@keyframes teamPeople {
    from {
        opacity: 0;
        top: 450px;
    }
    to {
        opacity: 0.5;
        top: 0;
    }
}

@keyframes teamPeople1 {
    from {
        opacity: 0.7;
        top: 0;
    }
    to {
        opacity: 0;
        top: 450px;
    }
}

.team_people li div > h4 {
    width: 80%;
    margin: 10px auto;
    opacity: 1;
}

.team_people li div > p {
    opacity: 1;
    width: 80%;
    margin: 10px auto;
}

.team_people li div > :nth-child(2) {
    font-size: 16px;
}

.team_people li div > :nth-child(4) {
    font-size: 14px;
}

@media (max-width: 768px) {
    .team_classes {
        padding-left: 6%;
    }

    .team_classes li {
        width: 92%;
        margin-bottom: 15px;
    }

    .team_people {
        display: none;
    }

    .team_people_small {
        display: block;
    }

    .team_people_small > li {
        width: 50%;
        height: 450px;
        position: relative;
        float: left;
        overflow: hidden;
    }

    .team_people_small li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .team_people_small li div {
        /* display: none; */
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: #000000;
        color: #fff;
        animation: teamPeople1 0.4s linear;
        /* transition: opacity linear 1s; */
    }

    .team_people_small li div > h4 {
        width: 80%;
        margin: 10px auto;
        opacity: 1;
    }

    .team_people_small li div > p {
        opacity: 1;
        width: 80%;
        margin: 10px auto;
    }

    .team_people_small li div > h4 {
        width: 80%;
        margin: 10px auto;
        opacity: 1;
    }

    .team_people_small li:hover div {
        /*display: block;*/
        opacity: 0.5;
        animation: teamPeople 0.4s linear;
    }

    .team_people_small li div > :nth-child(2) {
        font-size: 16px;
    }

    .team_people_small li div > :nth-child(4) {
        font-size: 14px;
    }

    .about_us > .about_data {
        width: 450px;
    }

    .needs {
        height: 456px !important;
    }
}

/*partner*********************************************************************************************/
.partner {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #fff;
}

.partner_cont {
    width: 100%;
    margin: 30px auto;
}

.partner_cont li {
    width: 18%;
    height: 140px;
    border: 1px solid #e8ecf0;
    float: left;
    margin: 0 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.partner_cont li:hover .border1 {

    animation: clients_border1 1s infinite linear;
    animation-delay: 0s;
}

.partner_cont li:hover .border2 {

    animation: clients_border2 1s infinite linear;
    animation-delay: 0.5s;
}

.partner_cont li:hover .border3 {

    animation: clients_border3 1s infinite linear;
    animation-delay: 1s;
}

.partner_cont li:hover .border4 {

    animation: clients_border4 1s infinite linear;
    animation-delay: 1.5s;
}

.partner_cont li > img {
    height: 90px;
    margin: 30px auto;
    display: block;
}

@media (max-width: 1200px) {

    .partner_cont li {
        width: 17%;
    }
}

@media (max-width: 992px) {
    .partner_cont {
        width: 480px;
        margin: 30px auto;
    }

    .partner_cont li {
        width: 218px;
    }
}

/*.partner_cont li:hover{*/
/*border-color: #0063d1;*/
/*}*/
/*needs***************************************************************************************/
.needs {
    width: 100%;
    background: #ebebeb;
    height: 396px;
    position: relative;
}

.needs_cont {
    /*width: 100%;*/
    border-top: 1px solid #fff;
    margin: 0 auto;
}

.needs > .needs_cont h4 {
    margin-top: 50px;
    font-size: 24px;
    color: #666;
    font-weight: 400;
}

.needs > .needs_cont textarea {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    height: 100px;
    border: none;
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 14px;
    color: #666666;
}

.needs > .needs_cont input {
    width: 220px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #666;
    outline: none;
    border: none;
    margin-top: 30px;
}

#sub_needs {
    margin-top: 30px;
    color: #fff;
    background: #0863ca;
    width: 160px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
}

#sub_needs:hover {
    background-color: #0755AE;
}

@media (max-width: 992px) {
    .needs_cont {
        width: 480px;
        margin: 0 auto;
    }

    .needs > .needs_cont textarea {
        width: 420px;
    }
}

.toTop {
    position: absolute;
    bottom: -2px;
    right: 10%;
    width: 80px;
    height: 41px;
    background: url("../images/back.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.toTop > img {
    margin: 15px auto;
}

@media (max-width: 768px) {
    .container {
        margin-top: 0px;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.client_cont li {
    background-color: #ffffff;
}

#customerId > ul:first-child > li:first-child > img {
    height: 74px;
    margin-top: 37px;
}
#customerId > ul:last-child > li:last-child > img {
    height: 115px;
    margin-top: 17px;
}
#customerId > ul:last-child > li:nth-child(2) > img
{
    height: 115px;
    margin-top: 17px;
}
#customerId > ul:last-child > li:nth-child(4) > img
{
    height: 115px;
    margin-top: 17px;
}
