.indexSearch {
    background-color: #f4f4f4;
    padding: 10px 0;
}

.indexAdvs_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexAdvs_bot p {
    /* height: 28px;
    overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    flex: 0 60%;
}

.indexAdvs_bot p span {
    text-transform: uppercase;
    font-weight: bold;
}

.indexAdvs_bot p span,
.indexAdvs_bot p a {
    position: relative;
    display: inline-block;
    color: #838383;
    font-size: 14px;
    margin-right: 10px;
    line-height: 2;
    transition: all ease 0.3s;
}

.indexAdvs_bot p a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.indexAdvs_bot p a:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.indexAdvs_search {
    flex: 0 24%;
}

.indexAdvs_search form {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.indexAdvs_search form input {
    background: transparent;
    border-radius: 18px;
    border: none;
    font-size: 15px;
    max-width: 250px;
    padding: 0 10px 0 20px;
    color: #333;
    width: 100%;
}

.indexAdvs_search form input::placeholder {
    font-size: 12px;
    color: #838383;
}

.indexAdvs_search button {
    background: #f8a300;
    padding: 2px 20px;
    border: none;
    border-radius: 18px;
    color: #333333;
}

.indexAdvs_search button i {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}

.indexTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.indexTitle h2 {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
}

.indexTitle h2::before {
    position: absolute;
    content: '';
    right: -5px;
    bottom: 0px;
    width: 60px;
    height: 10px;
    background-color: #f8a300;
    z-index: -2;

}

/* indexProduct */
.indexProduct {
    padding: 90px 0 30px;
}

.indexPro_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexPro_top h4 {
    position: relative;
    padding: 13px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #4b4b4b;

    cursor: pointer;
    /* clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 15% 0%); */
    /*background: url(../images/ipbg.png);*/
    transform: skew(-20deg);
    border: 1px solid #ccc;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.indexPro_top h4 span{
    transform: skew(20deg);
}

/*.indexPro_top h4::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 15%;*/
/*    height: 100%;*/
/*}*/

.indexPro_top h4.active {
    background: none;
    border-color: #f8a300;
    background-color: #f8a300;
    color: #fff;
}

.indexPro_bot {
    /* margin-top: 60px; */
}

.indexPro_box {
    display: none;
}

.indexPro_box.active {
    display: block;
}

.indexPro_boxl {
    height: 100%;
    padding-top: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.indexPro_des {
    margin-bottom: 90px;
}


.indexPro_des h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.indexPro_des p {
    font-weight: bold;
    font-size: 18px;
    color: #4b4b4b;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexPro_btn {
    display: flex;
    flex-direction: column;
}

.indexPro_btn a {
    width: 180px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #4b4b4b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    transition: all ease 0.3s;
}

.indexPro_btn a i {
    font-size: 12px;
    font-weight: bold;
}

.indexPro_btn a:hover {
    background-color: #f8a300;
    color: #fff;
    border-color: #f8a300;
}

.indexPro_boxr {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.indexPro_boxr img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}


.indexAbout {
    position: relative;
    background-color: #f4f4f4;
    z-index: 0;
}

.indexAbout_Img {
    display: flex;
    justify-content: end;
}

.indexAbout_Img div{
    position: relative;
}

.indexAbout_Img img{
     width: 100%; 
    height: 100%;
    object-fit: cover;
    position: relative;
}

.indexAbout_Img div::before{
 content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15%;
            height: 100%;
            background: #f4f4f4;;
            clip-path: polygon(0 0, 100% 0, 0 100%);
            z-index: 2;
            transition: all 0.5s ease;
}

.indexAbout_des {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    height: 100%;
    padding-left: 14%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

.indexAbout .indexTitle {
    justify-content: start;
    margin-bottom: 40px;
}

.indexAbout_des h6 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}

.indexAbout_des p {
    font-size: 16px;
    color: #4b4b4b;
    position: relative;
}

.indexAbout_des p::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -80px;
    width: 60px;
    height: 5px;
    background-color: #f8a300;
}


.indexIntro_top {
    padding: 80px 0;
}

.indexIntro_th4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexIntro_th4 h4 {
    position: relative;
    padding: 13px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #4b4b4b;
    cursor: pointer;
    text-align: center;
    transform: skew(-20deg);
    border: 1px solid #ccc;
    /* clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 15% 0%); */
    /*background: url(../images/ipbg.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.indexIntro_th4 h4 span{
    transform: skew(20deg);
}

/*.indexIntro_th4 h4::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 15%;*/
/*    height: 100%;*/
/*}*/

.indexIntro_th4 h4.active {
    background: none;
    border-color: #f8a300;
    background-color: #f8a300;
    color: #fff;
}

.indexIntro_bot {
    background-color: #f4f4f4;
    padding: 40px 0 30px;
}

.indexIntro_bBox {
    display: none;
}

.indexIntro_bBox.active {
    display: block;
}

.indexIntro_bBox p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4b4b;
    padding: 0 5%;
    margin-bottom: 15px;
}

.indexIntro_bBox span {
    display: block;
    width: 270px;
    height: 1px;
    background-color: #f8a300;
    margin: auto;
}

.indexContact {
    padding: 120px 0;
}

.indexContact .row>* {
    padding: 0;
}

.indexContact_img {
    height: 100%;
}

.indexContact_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.indexContact_form {
    height: 100%;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: -1;
}

.indexContact_form>div {
    position: relative;
    z-index: 9;
}

.indexContact_form .indexTitle {
    justify-content: start;
    margin-bottom: 20px;
    padding: 0 8%;
}

.indexContact_form .indexTitle h2 {
    font-size: 24px;
    text-align: left;
}

.indexContact_form .list {
    padding: 0 8%;
}

.indexContact_form .feedbackForm .line {
    padding: 0 8%;
}

.indexContact_form .feedbackForm .line p input{
    padding: 6px 5px 6px 10px;
    border: none;
    background-color: transparent;
    border-bottom: solid #dedede 1px;
    color: #666;
    box-shadow: none;
}

.indexContact_form .feedbackForm .line p input::placeholder {
    color: #bbb;
}

.indexContact_form .feedbackForm .line p textarea {
    height: 100px;
    border: none;
    color: #666;
    background-color: transparent;
    border-bottom: solid #dedede 1px;
    box-shadow: none;
}

.indexContact_form .feedbackForm .line p textarea::placeholder {
    color: #bbb;
}

.indexContact_form .feedbackForm>p>input:nth-child(1) {
    font-weight: bold;
    border: none;
    line-height: 4.5;
    font-size: 18px;
    margin-bottom: 0;
}

.indexContact_form .feedbackForm{
    background: transparent;
    padding: 0;
}

.indexNews {
    padding-bottom: 100px;
}

.indexNews_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 47%;
}

.indexNews_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.indexNews_img::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
}

.inews_topdes {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px 80px;
    opacity: 0;
    transition: all ease 0.3s;
}

.inews_topdes p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
    margin-bottom: 40px;
}

.inews_topdes a {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all ease 0.3s;
}

.inews_topdes a:hover {
    background-color: #f8a300;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.inewsSwiper .swiper-slide-active .inews_topdes {
    opacity: 1;
}

.inewsSwiper .swiper-slide-active .indexNews_img::before {
    display: none;
}

.indexNews_bot {
    margin-bottom: 60px;
}

.indexnews_bmain {
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.indexnews_bbox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 25px 10px;
    transition: all ease 0.3s;
    cursor: pointer;
    border-bottom: 1px #eee solid;
}

.indexnews_times {
    text-align: center;
    border-right: 1px #ddd solid;
    flex: 0 15%;
}


.indexnews_times span {
    transition: all ease 0.3s;
}

.indexnews_times h2 {
    margin-top: 3px;
    font-size: 22px;
    font-weight: bold;
    transition: all ease 0.3s;
}

.indexnews_title {
    flex: 0 85%;
    padding: 0 10px 0 30px;
}

.indexnews_title h2 a {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    color: #4b4b4b;
    transition: all ease 0.3s;
}

.indexnews_title span {
    margin-top: 3px;
    color: #4b4b4b;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    transition: all ease 0.3s;
}

.indexnews_bbox:hover {
    background-color: #f8a300;
    transition: all ease 0.3s;
}

.indexnews_bbox:hover a,
.indexnews_bbox:hover span,
.indexnews_bbox:hover h2 {
    color: #fff;
}

.ilogoSwiper .swiper-slide {
    padding: 10px 0;
}

.indexLogo_box {
    height: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ilogoSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

footer {
    background: #222222;
}

.footer_top {
    padding: 90px 0 10px;
}

.footer_tleft {
    margin-bottom: 50px;
}

.footer_tleft h4 {
    color: #bbb;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer_tleft p {
    margin-bottom: 20px;
}

.footer_tleft a,
.footer_tleft span {
    display: block;
    font-size: 16px;
    color: #bbb;
    margin-bottom: 15px;
    font-weight: bold;
    transition: all ease 0.3s;
}

.footer_tleft a:hover {
    color: #f8a300;
    text-decoration: underline !important;
    transition: all ease 0.3s;
}

.footer_tleft p {
    display: flex;
    align-items: center;
}

.footer_scans {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer_scan {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_scanImg {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.footer_scanImg img {
    max-width: 120px;
}

.footer_scan p {
    color: #ddd;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer_bot {
    border-top: 1px solid #444;
    padding: 15px 0;
}

.footer_bot p {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

/* shi pei */
@media (max-width:575px) {
    .indexAdvs_bot {
        flex-direction: column;
    }

    .indexAdvs_bot p {
        margin-bottom: 10px;
    }

    .indexTitle {
        margin-bottom: 30px;
    }

    .indexProduct {
        padding: 40px 0;
    }

    .indexPro_top {
        flex-direction: column;
    }

    .indexPro_top h4 {
        width: 100%;
        margin-bottom: 14px;
        padding: 10px 30px;
    }

    .indexPro_boxleft {
        order: 2;
    }

    .indexPro_boxright {
        order: 1;
    }

    .indexAbout {
        display: flex;
        flex-direction: column;
    }

    .indexAbout_des {
        position: relative;
        order: 1;
    }

    .indexPro_boxl {
        padding-top: 5%;
        padding-left: 0;
    }

    .indexAbout_Img {
        order: 2;
    }

    .indexPro_des {
        margin-bottom: 25px;
    }

    .indexPro_btn {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .indexPro_btn a {
        margin-right: 15px;
    }

    .indexAbout_des {
        width: 100%;
        padding: 40px 4%;
    }

    .indexAbout_des h6 {
        margin-bottom: 10px;
    }

    .indexIntro_top {
        padding: 40px 0;
    }

    .indexIntro_th4 {
        flex-direction: column;
    }

    .indexIntro_th4 h4 {
        width: 100%;
        margin-bottom: 14px;
        padding: 10px 30px;
    }

    .indexContact {
        padding: 0 0 50px;
    }

    .indexContact_form {
        padding-top: 35px;
    }

    .inews_topdes p {
        margin-bottom: 25px;
    }

    .inews_topdes {
        padding: 20px 15px 60px;
    }

    .indexnews_times {
        flex: 0 30%;
    }

    .indexnews_title {
        flex: 0 70%;
        padding-left: 20px;
    }

    .indexNews_bot>.row>div:nth-child(1) {
        margin-bottom: 30px;
    }

    .indexnews_bbox {
        padding: 20px 10px;
    }

    .indexNews_bot {
        margin-bottom: 40px;
    }

    .indexNews {
        padding-bottom: 50px;
    }

    .footer_top {
        padding: 50px 0 10px;
    }

    .footer_tleft {
        margin-bottom: 30px;
    }

    .footer_tleft h4 {
        margin-bottom: 12px;
    }

    .footer_tleft p {
        flex-wrap: wrap;
    }

    .footer_tleft p a,
    .footer_tleft p span {
        margin-bottom: 5px;
    }

    .footer_scans {
        flex-direction: row;
    }

    .footer_scan {
        width: 45%;
    }

    .footer_scanImg img {
        max-width: 100px;
    }

    .footer_bot p {
        font-size: 15px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .indexAdvs_search {
        flex: 0 40%;
    }

    .indexProduct {
        padding: 50px 0;
    }

    .indexPro_top h4 {
        padding: 13px 3%;
        flex: 1;
        text-align: center;
        line-height: 25px;
    }

    .indexTitle {
        margin-bottom: 35px;
    }

    .indexPro_boxl {
        padding-top: 15%;
        padding-left: 2px;
    }

    .indexPro_des {
        margin-bottom: 30px;
    }

    .indexAbout {
        display: flex;
        flex-direction: column;
    }

    .indexAbout_des {
        position: relative;
        order: 1;
        width: 100%;
        padding: 50px 4% 40px;
    }

    .indexAbout_Img {
        order: 2;
    }

    .indexAbout_des h6 {
        margin-bottom: 10px;
    }

    .indexIntro_top {
        padding: 50px 0;
    }

    .indexIntro_th4 h4 {
        padding: 13px 2%;
        flex: 1;
        text-align: center;
        line-height: 25px;
    }

    .indexContact {
        padding: 50px 0;
    }

    .indexContact .container {
        width: 90%;
    }

    .indexContact_form {
        padding-top: 40px;
    }

    .indexContact_form .yandex-form #form #submit {
        line-height: 3.5;
    }

    .inews_topdes p {
        margin-bottom: 30px;
    }

    .inews_topdes {
        padding-bottom: 50px;
    }

    .indexNews_bot>.row>div:nth-child(1) {
        margin-bottom: 40px;
    }

    .indexNews_bot {
        margin-bottom: 50px;
    }

    .indexNews {
        padding-bottom: 60px;
    }

    .footer_scans {
        flex-direction: row;
    }

    .footer_tleft p a,
    .footer_tleft p span {
        margin-bottom: 7px;
    }

    .footer_scan {
        width: 30%;
    }
    
    
    
    .indexPro_top,
    .indexIntro_th4{
        flex-wrap: wrap;
    }
    
    .indexPro_top h4,
    .indexIntro_th4 h4{
        flex: 0 0 48%;
        margin: 0 1% 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .indexAdvs_search {
        flex: 0 35%;
    }

    .indexProduct {
        padding: 50px 0;
    }

    .indexPro_top h4 {
        padding: 13px 3%;
        flex: 1;
        text-align: center;
        line-height: 25px;
    }

    .indexTitle {
        margin-bottom: 35px;
    }

    .indexPro_boxl {
        padding-top: 15%;
        padding-left: 2px;
    }

    .indexPro_des {
        margin-bottom: 30px;
    }

    .indexAbout {
        display: flex;
        flex-direction: column;
    }

    .indexAbout_des {
        position: relative;
        order: 1;
        width: 100%;
        padding: 50px 4% 40px;
    }

    .indexAbout_Img {
        order: 2;
    }

    .indexAbout_des h6 {
        margin-bottom: 10px;
    }

    .indexIntro_top {
        padding: 50px 0;
    }

    .indexIntro_th4 h4 {
        padding: 13px 2%;
        flex: 1;
        text-align: center;
        line-height: 25px;
    }

    .indexContact {
        padding: 50px 0;
    }

    .indexContact .container {
        width: 90%;
    }

    .indexContact_form {
        padding-top: 40px;
    }

    .indexContact_form .yandex-form #form #submit {
        line-height: 3.5;
    }

    .inews_topdes p {
        margin-bottom: 30px;
    }

    .inews_topdes {
        padding-bottom: 50px;
    }

    .indexNews_bot {
        margin-bottom: 50px;
    }

    .indexNews {
        padding-bottom: 60px;
    }

    .footer_scans {
        flex-direction: row;
        align-items: end;
        flex-wrap: wrap;
    }

    .footer_scan {
        width: 50%;
    }

    .footer_scanImg img {
        max-width: 110px;
    }
    
    
    
    .indexPro_top,
    .indexIntro_th4{
        flex-wrap: wrap;
    }
    
    .indexPro_top h4,
    .indexIntro_th4 h4{
        flex: 0 0 44%;
        margin: 0 3% 15px;
    }
}

@media (min-width:992px) and (max-width:1200px) {

    .indexAbout {
        display: flex;
        flex-direction: column;
    }

    .indexAbout_des {
        position: relative;
        order: 1;
        width: 100%;
        padding: 70px 4% 50px;
    }

    .indexAbout_Img {
        order: 2;
    }

    .indexContact .container {
        width: 90%;
    }

    .indexContact_form {
        padding-top: 40px;
    }

    .indexContact {
        padding: 100px 0;
    }

    .footer_scan {
        width: auto;
    }
    .indexPro_top h4,
    .indexIntro_th4 h4 {
        flex: 1;
        padding: 13px 20px;
    }
}

@media (min-width:1201px) and (max-width:1440px) {
    .head_layer .logo-fixed {
        margin-right: 50px;
    }

    .nav_wrap .head_nav > li {
        font-size: 18px;
    }

    .nav_wrap .head_nav>li>a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .indexContact .container {
        width: 90%;
    }

    .indexContact_form {
        padding-top: 50px;
    }

    .indexContact {
        padding: 100px 0;
    }

    .footer_scan {
        width: auto;
    }


    .indexAbout_Img img{
        /*width: 50%;*/
    }

    .indexAbout_des {
        width: 48%;
        padding-left: 4%;
        
    }

    .indexAbout_des p::after {
        bottom: -40px;
    }
    .indexPro_top h4,
    .indexIntro_th4 h4 {
        flex: 1;
        
    }
}

@media (min-width:1401px){
    .indexPro_top h4,
    .indexIntro_th4 h4 {
        width: 23%;
    }
    
}

@media (min-width:1201px) and (max-width:1800px) {
.indexAbout_Img div{
   width: 50%;
}
.indexAbout_des {
  width: 45%;
}
}