/*about*/

.about-us-content {
    background: #fff;
}

..about-us-content > .row {
    max-width: 1200px;
}

.about-us-content .panel {
    background: #f1f1f1;
    margin: 0 0 22px 0;
    margin-bottom: 22px;
    padding: 30px 20px 40px;
    margin-top: 50%;
    margin-left: 15px;
}

.about-us-content .panel h4:first-child{
    font-size: 18px;
    font-weight: 600;
}

.about-us-content .panel h4.canada{
    margin-top: 35px;
}

.about-us-content .panel dd{
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-us-content .panel a,.support_contact .panel a{
    color: #333;
    text-decoration: underline;
}

.about-us-content .panel a:hover,.support_contact .panel a:hover{
    color: #2f7bcb;
}

.about_introduce {
    padding-bottom: 60px;
}

.about_introduce h2 {
    text-align: center;
    padding-top: 67px;
    padding-bottom: 0;
    font-size: 30px;
    font-weight: normal;
}

.about_introduce .bottom_size {
    margin-bottom: 28px;
    text-align: left;
    margin-right: 15px;
    font-size: 16px;
}

.about_introduce .d_intro {
    margin-top: 60px;
}

.about_introduce .d_intro_first {
    margin-top: 40px;
}

.about_introduce .p_intro {
    padding-left: 24px;
    border-left: 4px solid #23babc;
    min-height: 55px;
    padding-top: 3px;
}

.about_introduce .img_intro {
    float: right;
}

.about_introduce .intro_know {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #282828;
}

.about_introduce .intro_title {
    font-size: 15px;
    color: #666;
}

.about_process .columns {
    padding: 0;
}

.about_process h2 {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: normal;
}

.about_process .p_process {
    border: 4px solid #23babc;
    height: 226px;
    width: 236px;
    margin-bottom: 54px;
    background-color: white;
}

.about_process .dispear {
    border: 0;
}

.about_process .year {
    color: #23babc;
    text-align: center;
    margin-bottom: 15px;
}

.about_process .process_content {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.about_banner img {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.about_process {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 65px;
}

.about_process table {
    border: none;
}

.about_process table tr {
    background: #fff;
}

.about_process table tr td {
    padding: 0;
}


@media screen and (max-width: 1023px) {
    .about-us-content > .row > .large-9 {
        width: 100%;
    }

    .about-us-content > .row > .large-3 {
        width: 100%;
        padding: 5%;
    }

    .about-us-content .panel{
        margin-top: 0;
    }
}

@media screen and (min-width: 1125px) {
    .about_process .process_content {
        margin-bottom: 50px;
        min-height: 100px;
        font-size: 16px;
    }

    .about_process .year {
        margin-bottom: 15px;
        font-size: 28px;
    }
}

@media screen and (max-width: 1124px) and (min-width: 981px) {
    .about_process .process_content {
        min-height: 125px;
        margin-bottom: 35px;
        font-size: 15px;
    }

    .about_process .year {
        margin-bottom: 10px;
        font-size: 28px;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .about_process .process_content {
        min-height: 150px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about_process .year {
        margin-bottom: 5px;
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .about_process table tr.even {
        height: 50px;
    }

    .about_process table tr td.odd {
        width: 26%;
        height: auto;
        background: #fefcfd;
    }
}

@media screen and (max-width: 767px) {
    .about_process table tr.even {
        height: 50px;
    }

    .about_process table tr td.even {
        width: 0;
        display: none;
    }

    .about_process table tr td.odd {
        width: 33.3%;
        height: auto;
        background: #fefcfd;
    }

    .about_process .process_content {
        min-height: 200px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about_process .year {
        margin-bottom: 5px;
        font-size: 24px;
    }
}

@media screen and (max-width: 413px) {
    .about_introduce h2{
        font-size: 26px;
        padding-top: 45px;
    }
    .about_process h2{
        font-size: 26px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .about-us-content > .row > .large-9{
        padding: 0;
    }
    .about_introduce .bottom_size{
        margin-right: 0;
    }
    .about-us-content .panel{
        margin-left: 0;
    }
    .about-us-content > .row > .large-3{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.about_process .line-right-down {
    border-right: 4px solid #23babc;
    border-top: 4px solid #23babc;
    width: 50px;
    height: 125px;
    margin-top: 115px;
    margin-bottom: 0;
}

.about_process .line-right {
    border-right: 4px solid #23babc;
    width: 52px;
    height: 50px;
    margin-bottom: 0;
}

.about_process .line-right-up {
    border-right: 4px solid #23babc;
    border-bottom: 4px solid #23babc;
    width: 50px;
    height: 122px;
    margin-top: -122px;
    margin-bottom: 0;
}

.about_process .line-left-down {
    border-left: 4px solid #23babc;
    border-top: 4px solid #23babc;
    width: 50px;
    height: 123px;
    margin-top: 115px;
    margin-bottom: 0;
}

.about_process .line-left {
    border-left: 4px solid #23babc;
    width: 52px;
    height: 50px;
    margin-bottom: 0;
}

.about_process .line-left-up {
    border-left: 4px solid #23babc;
    border-bottom: 4px solid #23babc;
    width: 50px;
    height: 125px;
    margin-top: -125px;
    margin-bottom: 0;
}

.about_process table tr td.even {
    padding-left: 0;
    padding-right: 0;
}

.about_process table tr td.even hr {
    width: 55px;
    height: 4px;
    color: #23babc;
    border: none;
    border-top: 4px solid #23babc;
}

.about_process table tr td.odd {
    border: 4px solid #23babc;
}

.about-us-content h1.web-installer-title{
    color: #3b3b3b;
    font-size: 24px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    margin-bottom: 25px;
    margin-top: 0;
}


/* 4k */
@media screen and (min-width: 1921px){
    .about-us-content .row{
        max-width: 1600px;
    }
    .about_process table tr td.even hr{
        width: 70px;
    }
    .about_process .line-right{
        width: 73px;
    }
    .about_process .line-right-down,.about_process .line-left-down,
    .about_process .line-right-up,.about_process .line-left-up{
        width: 70px;
    }
    .about_process .line-left-down{
        margin-top: 113px;
    }
}