.in-gy {
    position: relative;
    background: url(/images/bg.jpg) no-repeat center center;
}
.in-gy dl {
    margin: 0;
}
.in-gy dd {
    margin: 0;
}
.in-gy .l {
    float: left;
}
.in-gy .l dl {
    overflow: hidden;
    float: left;
    margin-bottom: 96px;
}
.in-gy .l dl:last-child {
    margin-bottom: 0;
}
.in-gy .l dt {
    width: 119px;
    height: 119px;
    padding-top: 25px;
    float: left;
}
.in-gy .l dt img {
    width: 119px;
    height: 119px;
    display: block;
}
.in-gy .l dd {
    width: 397px;
    padding-right: 78px;
    height: 167px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.in-gy .l dd h3 {
    padding-left: 46px;
    padding-top: 10px;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    position: relative;
}
.in-gy .l dd p {
    line-height: 21px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}
.in-gy .l dl:nth-child(2) {
    width: 365px;
}
.in-gy .l dl:nth-child(2) dt {
    padding-top: 46px;
    float: right;
}
.in-gy .l dl:nth-child(2) dd {
    width: 234px;
    padding-right: 40px;
}
.in-gy .l dl:nth-child(1) dd h3 {
    background: url(/images/ts01.gif) no-repeat left 0;
}

.in-gy .l dl:nth-child(2) dd h3 {
    background: url(/images/ts02.gif) no-repeat left 0;
}

.in-gy .l dl:nth-child(3) dd h3 {
    background: url(/images/ts03.gif) no-repeat left 0;
}

.in-gy .r dd p {
    line-height: 21px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.in-gy .r {

    float: right;
}

.in-gy .r dl {
    overflow: hidden;
    float: right;
    margin-bottom: 96px;
}

.in-gy .r dl:last-child {
    margin-bottom: 0;
}

.in-gy .r dt {
    width: 119px;
    height: 119px;
    padding-top: 25px;
    float: left;
}

.in-gy .r dt img {
    width: 119px;
    height: 119px;
    display: block;
}

.in-gy .r dd {
    width: 397px;
    padding-left: 78px;
    height: 167px;
    box-sizing: border-box;
    float: right;
    position: relative;
}

.in-gy .r dd h3 {
    padding-right: 46px;
    padding-top: 10px;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    position: relative;
    text-align: right;
}

.gy_right dd p {
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: right;
}

.in-gy .r dl:nth-child(2) {
    width: 355px;
}

.in-gy .r dl:nth-child(2) dt {
    padding-top: 46px;
}

.in-gy .r dl:nth-child(2) dd {
    width: 235px;
    padding-right: 0;
    padding-left: 0;
}

.in-gy .r dl:nth-child(3) dt {
    padding-top: 32px;
}

.in-gy .r dl:nth-child(1) dd h3 {
    background: url(/images/ts04.gif) no-repeat right 0;
}

.in-gy .r dl:nth-child(2) dd h3 {
    background: url(/images/ts05.gif) no-repeat right 0;
}

.in-gy .r dl:nth-child(3) dd h3 {
    background: url(/images/ts06.gif) no-repeat right 0;
}

/* phone */
.s {
    position: relative;
    margin-bottom: 10px;
}

.s div {
    background-color: white;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    height: 340px;
}

.s div h3 {
    font-weight: 600;
    font-size: 22px;
}

.s div p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin: 0px;
}

.index-bg-wrap {
    height: 366px;
    background: url('/images/bg1.jpg') no-repeat center;
    display: flex;
    align-items: center;
}

.index-bg-wrap h1 {
    font-size: 38px;
    font-weight: 600;
    color: white;
    margin: 0px;
    word-break: break-all;
}

.index-bg-wrap p {
    display: flex;
    color: white;
    margin: 0px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.index-bg-wrap p span {
    font-size: 25px;
    font-weight: 550;
}

.index-bg-wrap p a {
    background-color: var(--main-color);
    color: white;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 3px 24px;
    border-radius: 20px;
    margin-left: 100px;
}

.about-us-wrap {
    padding-top: 50px;
    padding-bottom: 20px;
}

.about-us-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

}

.about-us-content::before {
    position: absolute;
    content: " ";
    height: 283px;
    width: 13px;
    left: -10px;
    top: 0px;
    background: url('/images/about-line.jpg') no-repeat;
}

.about-us-wrap img {
    width: 100%;
}

.about-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.about-title h1 {
    font-size: 24px;
    font-weight: 540;
}

.about-title span {
    font-weight: 600;
    font-size: 38px;
    color: var(--main-color);
}

.about-right {
    display: flex;
    flex-direction: column;
}

.about-right .about-name {
    font-size: 18px;
    font-weight: 550;
}

.about-right .about-desc {
    font-size: 15px;
    line-height: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.about-right div a {
    background-color: var(--main-color);
    color: white !important;
    padding: 10px 50px;
    font-size: 14px;
    border-radius: 20px;
}

/* container */
.index-news-wrap {
    padding: 50px 0px;
    background-color: #f5f5f5;
}

.index-application-wrap {
    padding: 50px 0px;
}

/* swiper */
.cor-item {
    max-width: 260px;
    min-width: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0px 12px;
}

.cor-item .cor-item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 180px;
}

.cor-item .cor-item-img img {
    max-width: 100%;
}

.cor-item-name {
    padding: 10px;
    background-color: var(--main-color);
    color: white;
    width: 100%;
    margin-top: -10px;
    z-index: 10;
    text-align: center;
}

.cor-wrap {
    display: flex;
    align-items: center;
    width: auto;
    flex-wrap: nowrap;
    transition: all .5s ease;
    height: auto !important;
}

.more-btn {
    position: absolute;
    right: 0px;
    top: 65px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 20%);
    z-index: 500;
}

.more-btn:hover {
    background-color: #f5f5f5;
}

@media screen and (max-width:576px) {
    .in-gy {
        display: none;
    }

    .in-gy-phone {
        display: flex;
    }

    .s div h3 {
        font-size: 18px;
    }

    .s {
        padding: 0px 5px;
    }

    .index-bg-wrap p a {
        margin-left: 0px;
    }

    .index-bg-wrap h1 {
        width: auto;
        font-size: 20px;
    }

    .about-us-content::before {
        content: none;
    }

    .about-us-wrap {
        padding-top: 0px;
    }
    .index-bg-wrap p span{
        font-size: 16px;
    }
}

@media screen and (min-width:576px) {
    .in-gy {
        display: none;
    }

    .in-gy-phone {
        display: flex;
    }

    .s div h3 {
        font-size: 20px;
    }

    .s {
        padding: 0px 5px;
    }

    .index-bg-wrap p a {
        margin-left: 0px;
    }

    .index-bg-wrap h1 {
        width: 400px;
        font-size: 25px;
    }

    .about-us-content::before {
        content: none;
    }

    .about-us-wrap {
        padding-top: 0px;
    }
    .index-bg-wrap p span{
        font-size: 18px;
    }
}

@media screen and (min-width:786px) {
    .s div h3 {
        font-size: 22px;
    }

    .s {
        padding: 0px 10px;
    }

    .index-bg-wrap p a {
        margin-left: 100px;
    }

    .index-bg-wrap h1 {
        width: 500px;
        font-size: 28px;
    }

    .about-us-content::before {
        content: " ";
    }

    .about-us-wrap {
        padding-top: 50px;
    }
    .index-bg-wrap p span{
        font-size: 20px;
    }
}

@media screen and (min-width:992px) {

    .index-bg-wrap h1 {
        width: auto;
        font-size: 33px;
    }
    .index-bg-wrap p span{
        font-size: 25px;
    }
}

@media screen and (min-width:1320px) {
    .in-gy {
        display: inline-block;
    }

    .in-gy-phone {
        display: none;
    }
    .index-bg-wrap h1 {
        width: auto;
        font-size: 38px;
    }
}
