* {
    padding: 0;
    margin: 0;
    /* font-family:"PingFang SC", "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', Microsoft YaHei; */
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
    font-weight: normal;
}

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
}

p {
    font-size: 14px;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
    color: #272727;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

li {
    list-style: none;
}
button, input {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

i, em {
    font-style: normal;
}
img {
    max-width: 100%;
}
h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}

/* .clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
} */
.y_head_1{
    width: 100%;
}
.y_head_2{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_head_3{
    width: auto !important;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_head_3>a{
    display: block;
    height: 100%;
}
.y_head_3 img{
    height: 100%;
    object-fit: cover;
}
.y_head_5{
    width: 100%;
    height: 100%;
    max-width: 1770px;
    margin: 0 auto;
}
.y_head_6{
    height: 100%;
    display: flex;
    align-items: center;
}
.y_head_6 li:hover a{
    color: #efd038;
}
.y_head_6 .active>a{
    color: #efd038 !important; 
}
.header .y_head_6 li .dropdown_menu a{
    color: #fff !important; 
    text-align: center !important;
    transition: ease 0.5s all;
    background: #fff;
}
.dropdown_menu a:hover{
    background: #efd038;
    transition: ease 0.5s all;
}
.y_head_7{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-left: 5%;
    flex: 1;
}
.y_head_8{
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-left: 30px;
}
.y_head_9 a{
    font-size: 16px;
    color: #4cc3e8;
    font-weight: 600;
}
.y_head_10{
    width: 18px;
    height: auto;
    margin: 0px 3%;
    cursor: pointer;
}
.y_head_10 img{
    width: 100%;
    /*height: 100%;*/
}
.y_head_11{
    margin-left: 2%;
}
.y_head_11 p{
    font-size: 14px;
    color: #fff;
    padding: 0px 30px;
    border-radius: 5px;
    background: #4cc3e8;
    line-height: 48px;
}
.y_head_12{
    position: relative;
    margin-left: 40px;
    cursor: pointer;
}
.y_head_13{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_head_13 p{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.y_head_13 img{
    width: 25px;
    margin-right: 8px;
}
.y_head_14{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: ease 0.5s all;
    min-width: 90px;
}
.y_head_14 a{
    font-size: 14px;
    width: 100%;
    text-align: center;
    background: #4cc3e8;
    color: #fff;
    display: block;
    line-height: 25px;
}
.y_head_12:hover .y_head_14{
    height: 90px;
    transition: ease 0.5s all;
    min-width: 90px;
}
.y_head_15{
    margin-left: 50px;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}
.y_head_15 p{
    color: #083a65;
    font-size: 20px;
}
.y_head_15 a{
    color: #083a65;
    font-size: 20px;
}
.y_head_16{
    display: flex !important;
    justify-items: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
}
.y_head_16 p{
    font-size: 12px;
}
.y_head_16 img{
    width: 25px;
    margin-right: 5px;
    margin-left: 5px;
}
/* 搜索 */
.y_search_tc_1{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);
    display: none;
}
.y_search_tc_2{
    width: 100%;
    height: 65px;
    background: #efd038;
    max-width: 790px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.y_search_tc_3{
    padding: 0px 35px 0px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_search_tc_4{
    width: 16px;
    margin-right: 30px;
}
.y_search_tc_5{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.y_search_tc_6{
    flex: 1;
    height: 100%;
}
.y_search_tc_6 input{
    color: #fff;
    font-size: 14px;
    background: transparent;
    border:none;
    width: 100%;
    line-height: 65px;
}
.y_search_tc_6 input::placeholder{
    color: #fff;
}
.y_search_tc_7{
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
.y_search_tc_7 input{
    width: 50px; 
    color: #fff;
    font-size: 14px;
    background: transparent;
    border: none;
}
.y_search_tc_7 img{
    width: 8px;
    height: 14px;
    margin-left: 10px;
}

.y_search_tc_8{
    width: 18px;
    margin-left: 35px;
    cursor: pointer;
}
.y_search_tc_8 img{
    width: 100%;
}


/* 搜索 */

.y_index_1{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.y_index_2{
    position: relative;
    width: 100%;
    height: 100%;
}
.y_index_3{
    width: 100%;
    height: 100%;
}
.y_index_3 img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.y_index_4{
    position: absolute;
    left: 50%;     
    transform: translate(-50%,0%);     
    padding: 0px 10px;     
    display: flex;     
    flex-wrap: wrap;     
    align-content: center;
    transition: ease 1s all;
    opacity: 0;
    width: 100%;
}
.y_index_4>div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.y_index_1 .swiper-slide-active .y_index_4{
    bottom: 20px;     
    transition: ease 1s all;     
    opacity: 1;
}
.y_index_1 .y_index_banner_mySwiper{
    height: 100%;
}
.y_index_banner_1 p{
    color: #083a65;
    font-size: 24px;
    font-weight: 600;
}
.y_index_banner_2 h2{
    font-size: 56px;
    color: #083a65;
    font-weight: 600;
    margin: 10px 0px;
}
.y_index_banner_3 p{
    font-size: 16px;
    color: #083a65;
}
.y_index_banner_4 a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #efd038;
    border: 1px solid transparent;
    padding: 0px 40px;
    line-height: 60px;
    margin-top: 30px;
    transition: ease 0.5s all;
}
.y_index_banner_4 a:hover{
    background: transparent;
    border: 1px solid #efd038;
    transition: ease 0.5s all;
    color: #083a65;
}
.y_index_5{
    width: 100%;
    max-width: 1770px;
    margin: 50px auto 0px;
}
.y_index_6{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_index_7 h2{
    font-size: 48px;
    color: #083a65;
    font-weight: 600;
}
.y_index_7 p{
    margin-top: 10px;
    color: #333;
    font-size: 16px;
}
.y_index_8 a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    transition: ease 0.5s all;
    background: #efd038;
    padding: 0px 40px;
    line-height: 58px;
    border: 1px solid transparent;
}
.y_index_8 a:hover{
    border: 1px solid #efd038;
    color: #083a65;
    background: transparent;
}
.y_index_9{
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}
.y_index_10{
    width: 500px;
    flex: 1;
    height: 600px;
    margin-right: 30px;
}
.y_index_11{
    /*margin-top: 60px;*/
    width: 100%;
}
.y_mySwiper_pro_img{
    position: relative;
    overflow: hidden;
}
.y_index_11 img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.y_index_12{
    flex: 1;
}
.y_index_13{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_index_14{
    width: 33.3%;
    text-align: center;
    height: 60px;
}
.y_index_14 p{
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 34px;
    display: inline-block;
    cursor: pointer;
}
.y_index_14 p::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    transition: ease 0.5s all;
    background: #efd038;
    content: '';
    height: 2px;
}
.y_index_13 .y_index_14:nth-child(4){
    width: 50%;
}
.y_index_13 .y_index_14:nth-child(5){
    width: 50%;
}
.y_index_14_active p::after{
    width: 100%;
    transition: ease 0.5s all;
}
.y_index_13 .y_index_14:hover p::after{
    width: 100%;
    transition: ease 0.5s all;
}
.y_index_15{
    width: 100%;
}
.y_index_16{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_index_15 .y_index_16_active{
    display: flex;
}
.y_index_17{
    max-width: 32%;
    width: 100%;
    margin-right: 2%;
    height: 295px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
/*.y_index_16 .y_index_17:nth-last-child(1){*/
/*    margin-bottom: 0px;*/
/*}*/
/*.y_index_16 .y_index_17:nth-last-child(2){*/
/*    margin-bottom: 0px;*/
/*}*/
/*.y_index_16 .y_index_17:nth-last-child(3){*/
/*    margin-bottom: 0px;*/
/*}*/
.y_index_16 .y_index_17:nth-child(3n){
    margin-right: 0%;
}
.y_index_18{
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background: #eee;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_index_18 img{
    /*width: 80%;*/
    /*height: 80%;*/
    object-fit: cover;
    /*transition: ease 0.5s all;*/
    max-width: 100%;
}
.y_index_19{
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    padding-left: 15px;
    transform: translate(0%,-50%);
    display:none;
}
.y_index_19 h2{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.y_index_20{
    width: 100%;
    background: #f7f7f7;
}
.y_index_21{
    width: 100%;
    max-width: 1770px;
    margin: 0px auto;
    padding: 90px 0px;
}
.y_index_22{
    width: 100%;
    text-align: center;
}
.y_index_22 h2{
    font-size: 48px;
    color: #083a65;
    font-weight: 600;
}
.y_index_23{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}
.y_index_24{
    max-width: 32%;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
    height: 375px;
    overflow: hidden;
}
.y_index_23 .y_index_24:nth-child(3n){
    margin-right: 0%;
}
.y_index_25{
    width: 100%;
    height: 100%;
}
.y_index_25 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_26{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #000;
    transition: ease 1s all;
}
.y_index_26 h2{
    line-height: 66px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    padding: 0px 20px;
}
.y_index_27{
    width: 70%;
    bottom: -100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    height: 230px;
    background: #efd039;
    border-bottom: 4px solid #000;
    transition: ease 1s all;
}
.y_index_28{
    width: 100%;
    text-align: center;
}
.y_index_28 h2{
    font-size: 24px;
    color: #fff;
    background: #010101;
    line-height: 90px;
    padding: 0px 20px;
    display: inline-block;
}
.y_index_29{
    margin-top: 20px;
}
.y_index_29 p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.y_index_24:hover .y_index_26{
    opacity: 0;
    transition: ease 1s all;
}
.y_index_24:hover .y_index_27{
    bottom: 0%;
    transition: ease 1s all;
}
.y_index_23 .y_index_24:nth-child(2) .y_index_26{
    background: #fff;
}
.y_index_23 .y_index_24:nth-child(2) .y_index_26 h2{
    color: #000;
}
.y_index_23 .y_index_24:nth-child(5) .y_index_26{
    background: #fff;
}
.y_index_23 .y_index_24:nth-child(5) .y_index_26 h2{
    color: #000;
}
.y_index_30{
    width: 100%;
    height: 100%;
    background: #43b3cb;
    position: relative;
}
.y_index_31{
    padding: 0px 5vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}
.y_index_32{
    width: 100%;
}
.y_index_32 h2{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.y_index_33{
    width: 100%;
    margin-top: 50px;
}
.y_index_33 a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #efd038;
    padding: 0px 40px;
    line-height: 60px;
}
.y_index_34{
    width: 100%;
    height: 720px;
    position: relative;
}
.y_index_35{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.y_index_35 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_36{
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    height: 100%;
}
.y_index_36_xg{
    display: flex;
    align-items: center;
}
.y_index_37{
    padding-top: 120px;
    width: 100%;
}
.y_index_37 h2{
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}
.y_index_38{
    margin-top: 40px;
    text-align: center;
}
.y_index_38 p{
    font-size: 16px;
    color: #bbb;
    line-height: 40px;
}
.y_index_39{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    margin-top: 80px;
}
.y_index_39_xg{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /*color: #fff;*/
    font-size: 12px;
    margin-top: 20px;
     white-space: inherit;
    word-break: break-all;
}
.y_index_40{
    max-width: 22%;
    margin-right: 4%;
    width: 100%;
    text-align: center;
}
.y_index_39 .y_index_40:nth-last-child(1){
    margin-right: 0%;
}
.y_index_41{
    width: 100%;
    height: 55px;
}
.y_index_41 img{
    height: 100%;
    object-fit: cover;
}
.y_index_42{
    margin-top: 30px;
}
.y_index_42 h2{
    font-size: 18px;
    color: #fff;
    font-weight: 600; 
}
.y_index_43{
    margin-top: 25px;
}
.y_index_43 p{
    font-size: 14px;
    color: #eee;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.y_index_44{
    padding: 120px 0px;
    width: 100%;
    background: #eeeff1;
}
.y_index_45{
    width: 100%;
    max-width: 1770px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    position: relative;
    height: 600px;
    margin: 0 auto;
}
.y_index_46{
    width: 45vw;
    height: 490px;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%,-50%);
}
.y_index_46 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_47{
    width: 69vw;
    height: 100%;
    background: #fff;
}
.y_index_48{
    margin-left: 24vw;
    padding-left: 3.3vw;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    margin-right: 5vw;
}
.y_index_49{
    width: 100%;
}
.y_index_49 h2{
    font-size: 48px;
    color: #083a65;
    font-weight: 600;
}
.y_index_50{
    width: 100%;
    margin-top: 40px;
}
.y_index_50 p{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.y_index_51{
    width: 100%;
    margin-top: 80px;
}
.y_index_51 a{
    display: inline-block;
    background: #efd038;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0px 40px;
    transition: ease 0.5s all;
}
/* 公共底部 */
.y_foot_1{
    background: #2a292e;
    width: 100%;
}
.y_foot_2{
    max-width: 1770px;
    width: 100%;
    padding-top: 80px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 45px;
}
.y_foot_3{
    width: 22%;
    margin-right: 4%;
}
.y_foot_2 .y_foot_3:nth-last-child(1){
    margin-right: 0%;
}
.y_foot_4{
    height: 63px;
    width: 100%;
}
.y_foot_4 img{
    height: 100%;
    object-fit: cover;
}
.y_foot_5{
    width: 100%;
    margin-top: 20px;
}
.y_foot_5 p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.y_foot_6{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.y_foot_7{
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1vw;
    display: block;
}
.y_foot_7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_foot_8{
    width: 100%;
    margin-bottom: 35px;
}
.y_foot_8 h2{
    font-size: 20px;
    color: #fff;
}
.y_foot_9{
    width: 100%;
}
.y_foot_10{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.y_foot_11{
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 0.7vw;
}
.y_foot_11 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_foot_12{
    flex: 1;
}
.y_foot_12 p{
    font-size: 16px;
    color: #fff;
}
.y_foot_12 a{
    font-size: 16px;
    color: #fff;
}
.y_foot_13{
    width: 100%;
}
.y_foot_13 a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 50px;
}
.y_foot_13 a::after{
    position: absolute;
    width: 7px;
    height: 7px;
    background: #efd038;
    border-radius: 20px;
    top: 50%;
    left: 12px;
    transform: translate(-50%,-50%);
    content: '';
}
.y_foot_13 a:nth-last-child(1){
    margin-bottom: 0px;
}
.y_foot_14{
    width: 100%;
}
.y_foot_15{
    width: 100%;
}
.y_foot_15 p{
    font-size: 16px;
    color: #fff;
}
.y_foot_16{
    width: 100%;
    position: relative;
    height: 50px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.y_foot_17{
    width: 100%;
}
.y_foot_17 input{
    color: #090909;
    font-size: 16px;
    padding-left: 10px;
    line-height: 50px;
    width: 100%;
}
.y_foot_18{
    position: absolute;
    width: 85px;
    background: #efd038;
    height: 100%;
    border-radius: 10px;
    top: 0px;
    right: 0px;
}
.y_foot_18 input{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: transparent;
    line-height: 50px;
}
.y_foot_19{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efd038;
    padding: 0px 10px;
}
.y_foot_19 p{
    font-size: 14px;
    color: #fff;
}
/* 关于我们 */
.y_about_1{
    width: 100%;
    height: 350px;
}
.y_about_1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_about_2{
    width: 100%;
    max-width: calc(100% - 5vw*2);
    margin: 0 auto;
    padding: 100px 0px 60px;
}
.y_about_3{
    width: 100%;
}
.y_about_4{
    width: 100%;
    text-align: center;
}
.y_about_4 h2{
    font-size: 36px;
    color: #083a65;
    font-weight: 600;
}
.y_about_5{
    width: 100%;
    margin: 40px auto 110px;
    max-width: 1050px;
    white-space: inherit;
    word-break: break-all;
}
.y_about_6{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_about_7{
    width: 32%;
    margin-right: 2%;
    height: 550px;
    position: relative;
    margin-bottom: 20px;
}
.y_about_8{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.y_about_8 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease 0.5s all;
}
.y_about_9{
    position: absolute;
    top: 1.6vw;
    right: 1.8vw;
}
.y_about_9 a{
    color: #333;
    font-size: 1.88vw;
    font-weight: 600;
    display: inline-block;
    line-height: 84px;
    border: 7px solid #fff;
    background: #eee;
    padding: 0px 10px;
    transition: ease 0.5s all;
}
.y_about_9 a:hover{
    color: #fff;
    background: #efd038;
}
.y_about_6 .y_about_7:nth-child(1){
    width: 49%;
}
.y_about_6 .y_about_7:nth-child(2){
    width: 49%;
    margin-right: 0%;
}
.y_about_6 .y_about_7:nth-last-child(1){
    margin-right: 0%;
}
.y_about_10{
    width: 100%;
    height: 550px;
    position: relative;
}
.y_about_11{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -5;
}
.y_about_11 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_about_12{
    width: 100%;
    max-width: calc(100% - 5vw*2);
    margin: 0 auto;
}
.y_about_13{
    padding-top: 80px;
    text-align: center;
}
.y_about_13 h2{
    font-size: 36px;
    color: #083a65;
    font-weight: 600;
}
.y_about_14{
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 240px;
}
.y_about_15{
    width: 100%;
    max-width: 24%;
    margin-right: 1.3%;
    border: 1px solid #ccc;
    /* background: #f7f7f7; */
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
}
.y_about_16{
    width: 100%;
    margin-top: 40px;
}
.y_about_16 h2{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: ease 0.5s all;
}
.y_about_17{
    width: 100%;
}
.y_about_17 p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    transition: ease 0.5s all;
}

.y_about_14 .y_about_15:nth-last-child(1){
    margin-right: 0%;
}
.y_about_18{
    position: absolute;
    width: 4.6vw;
    height: 3.9vw;
    border-bottom-left-radius: 100%;
    background: #efd038;
    top: 0px;
    right: 0px;
    z-index: 5;
}
.y_about_19{
    width: 2.14vw;
    height: 2vw;
    top: 35%;
    position: absolute;
    left: 65%;
    transform: translate(-50%,-50%);
}
.y_about_20{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    transition: ease 0.5s all;
}
.y_about_20 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_about_21{
    background: #fff;
    z-index: -2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.y_about_15:hover .y_about_16 h2{
    color: #fff;
    transition: ease 0.5s all;
}
.y_about_15:hover .y_about_17 p{
    color: #fff;
    transition: ease 0.5s all;
}
.y_about_15:hover .y_about_20{
    transition: ease 0.5s all;
    top: 0px;
}
/* 联系我们 */
.y_contact_1{
    width: 100%;
    max-width: calc(100% - 5vw*2);
    margin: 0 auto;
}
.y_contact_2{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding-bottom: 90px;
}
.y_contact_3{
    width: 530px;
    margin-right: 50px;
    box-shadow: 0 0 5px 2px #eee;
    padding: 0px 50px;
}
.y_contact_4{
    margin-top: 50px;
    text-align: center;
}
.y_contact_4 h2{
    font-size: 36px;
    color: #083a65;
    font-weight: 600;
}
.y_contact_5{
    margin-top: 60px;
    width: 100%;
}
.y_contact_6{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.y_contact_7{
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.y_contact_8{
    flex: 1;
}
.y_contact_8 p{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
}
.y_contact_8 a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
}
.y_contact_9{
    flex: 1;
    box-shadow: 0 0 5px 2px #eee;
}
.y_contact_15{
    max-width: calc(100% - 5vw*2);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.y_contact_10{
    margin-top: 40px;
}
.y_contact_10 h2{
    font-size: 36px;
    color: #083a65;
    font-weight: 600;
}
.y_contact_11{
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_contact_12{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.y_contact_11 .y_contact_12:nth-child(2n){
    margin-right: 0%;
}
.y_contact_12 h2{
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.y_contact_12 input{
    width: 100%;
    border: 1px solid #cecece;
    line-height: 48px;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    padding-left: 20px;
}
.y_contact_12 input::placeholder{
    color: rgba(0,0,0,0.3);
}
.y_contact_13{
    width: 100%;
}
.y_contact_13 h2{
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.y_contact_13 textarea{
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    padding: 20px 10px;
    height: 150px;
}
.y_contact_13 textarea::placeholder{
    color: rgba(0,0,0,0.3);
}
.y_contact_14{
    width: 100%;
    margin-top: 45px;
}
.y_contact_14 input{
    display: inline-block;
    background: #efd038;
    color: #fff;
    font-size: 16px;
    width: 160px;
    line-height: 60px;
    text-align: center;
    height: 60px;
}
.y_contact_16{
    width: 100%;
    height: 500px;
    padding-bottom: 75px;
}
/* 产品列表 */
.y_pro_list_1{
    background: #f9f8f8;
    width: 100%;
    height: 400px;
    display: none;
}
.y_pro_list_2{
    max-width: calc(100% - 5vw*2);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*padding-top: 40px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_pro_list_3{
    width: 41vw;
    /*height: 32vw;*/
    height: 80%;
    margin-right: 6vw;
    text-align: center;
}
.y_pro_list_3 img{
    /*width: 100%;*/
    height: 100%;
    /*object-fit: cover;*/
}
.y_pro_list_4{
    flex: 1;
    display: flex;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
}
.y_pro_list_5{
    width: 100%;
}
.y_pro_list_5 h2{
    font-size: 28px;
    color: #083a65;
    font-weight: 600;
}
.y_pro_list_6{
    width: 100%;
    margin-top: 45px;
}
.y_pro_list_6 p{
    font-size: 16px;
    color: #666;
}
.y_pro_list_7{
    margin-top: 60px;
}
.y_pro_list_7 a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0px 42px;
    border: 1px solid #efd038;
    line-height: 60px;
    transition: ease 0.5s all;
    background: transparent;
}
.y_pro_list_8{
    width: 100%;
    max-width: calc(100% - 7.8vw*2);
    margin: 0 auto;
}
.y_pro_list_9{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /*margin-top: 80px;*/
    padding-bottom: 40px;
}
.y_pro_list_10{
    width: 290px;
    margin-right: 30px;
}
.y_pro_list_11{
    width: 100%;
    /*background: #43b3cb;*/
    padding: 0rem 2.5vw 45px;
}
.y_pro_list_12{
    padding-top: 30px;
    text-align: center;
}
.y_pro_list_12 h2{
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,0.4);
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.y_pro_list_13{
    width: 100%;
    margin-top: 30px;
}
.y_pro_list_14{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.y_pro_right_xg_1{
    border-bottom: 2px solid #29a2bb;
}
.y_pro_list_15{
    flex: 1;
    margin-right: 10px;
}
.y_pro_list_15 p{
    font-size: 14px;
    color: #333;
    transition: ease 0.5s all;
}
.y_pro_list_16{
    width: 5px;
    height: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_pro_list_16 img{
    width: 100%;
    object-fit: cover;
}
.y_pro_list_18{
    display: none;
}
.y_pro_list_14_active .y_pro_list_15 p{
    color: #efd038;
}
.y_pro_list_14_active .y_pro_list_17{
    display: none;
}
.y_pro_list_14_active .y_pro_list_18{
    display: block;
}
.y_pro_list_14:hover .y_pro_list_15 p{
    color: #efd038;
    transition: ease 0.5s all;
}
.y_pro_list_14:hover .y_pro_list_17{
    display: none;
}
.y_pro_list_14:hover .y_pro_list_18{
    display: block;
}
.y_pro_list_19{
    text-align: center;
    margin-top: 45px;
}
.y_pro_list_19 a{
    color: #333;
    font-size: 16px;
    border: 1px solid #d8cc4c;
    width: 90%;
    display: inline-block;
    line-height: 60px;
    transition: ease 0.5s all;
}
.y_pro_list_20{
    width: 100%;
    margin-top: 15px;
    height: 360px;
    position: relative;
}
.y_pro_list_21{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.y_pro_list_21 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_pro_list_22{
    margin: 0px 1.5vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}
.y_pro_list_23{
    text-align: center;
    width: 100%;
}
.y_pro_list_23 h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.y_pro_list_24{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.y_pro_list_24 h2{
    font-size: 18px;
    color: #fff;
}
.y_pro_list_24 a{
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.y_pro_list_25_1{
    flex: 1;
}
.y_pro_list_25{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_pro_list_26{
    width: 24%;
    margin-right: 1.3%;
    height: 350px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 0 0 5px 1px #eee;

}
.y_pro_list_25 .y_pro_list_26:nth-child(4n){
    margin-right: 0%;
}
.y_pro_list_27{
    width: 13vw;
    height: 100%;
    background: #f9f8f8;
}
.y_pro_list_28{
    width: 100%;
    max-width: calc(100% - 15px*2);
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.y_pro_list_29{
    width: 100%;
    margin-top: 20px;
}
.y_pro_list_29 h2{
    font-size: 14px;
    color: #083a65;
}
.y_pro_list_30{
    /*margin-top: 10px;*/
    height: 50px;
    text-align: center;
    width: 100%;
    background: #fff;
    transition: ease 0.5s all;
}
.y_pro_list_26:hover .y_pro_list_30{
    background: #43b3cb;
    transition: ease 0.5s all;
}
.y_pro_list_30 h3{
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.y_pro_list_31{
    position: absolute;
    left: 0px;
    bottom: 65px;
}
.y_pro_list_31 a{
    display: inline-block;
    background: #efd038;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 0px 30px;
}
.y_pro_list_32{
    /*flex: 1;*/
    width:100%;
    height: 300px;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    border-left: none;
    display: flex;
    justify-content: center;
    align-content: center;
    /*background: #f9f8f8;*/
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}
.y_pro_list_32_img{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*overflow: hidden;*/
}
.y_pro_list_32_img img{
    max-width: 150px;
}
.y_pro_list_32 img{
    width: 100%;
    max-width: 150px;
    max-height: 250px;
    object-fit: contain;
    transition: ease 0.5s all;
}
.y_pro_list_32_p{
    width: 90%;
    margin: 0 auto;
    height: 50px;
}
.y_pro_list_32_p p{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
}
/* 产品列表 */
.y_pro_date_1{
    width: 100%;
    height: 500px;
    background: #fff;
}
.y_pro_date_2{
    max-width: calc(100% - 9vw*2);
    width: 100%;
    margin: 0px auto 0px;
    padding-top: 80px;
    display: flex;
    justify-content: flex-start;
}
.y_pro_date_3{
    flex: 1;
}
.y_pro_date_4{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_pro_date_4 img{
    width: 7px;
    height: 13px;
    margin-right: 15px;
}
.y_pro_date_4 a{
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.y_pro_date_4 p{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 5px;
}
.y_pro_date_4 p:nth-last-child(1){
    display: none;
}
.y_pro_date_5{
    margin-top: 40px;
    width: 100%;
}
.y_pro_date_5 h2{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.y_pro_date_6{
    width: 100%;
    margin-top: 20px;
}
.y_pro_date_6 p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.y_pro_date_7{
    position: relative;
    margin-top: 35px;
    width: 100%;
}
.y_pro_date_7::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #efd038;
    top: -10px;
    left: 0px;
}
.y_pro_date_7 p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.y_pro_date_8{
    margin-top: 140px;
    width: 100%;
}
.y_pro_date_8 a{
    display: inline-block;
    transition: ease 0.5s all;
    color: #000;
    font-size: 16px;
    padding: 0px 35px;
    background: #efd038;
    line-height: 60px;
}
.y_pro_date_9{
    width: 790px;
    height: 400px;
    margin-left: 180px;
}
.y_pro_date_9 img{
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}
.y_pro_date_10{
    width: 100%;
    max-width: calc(100% - 5vw*2);
    margin: 65px auto 120px;
}
.y_pro_date_11{
    width: 100%;
    margin-bottom: 40px;
}
.y_pro_date_12{
    border-bottom: 1px solid #aaa;
}
.y_pro_date_12 h2{
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    background: #efd038;
    min-width: 230px;
    text-align: center;
}
.y_pro_date_13{
    width: 100%;
    margin-top: 10px;
}
.y_pro_date_13 img{
    max-width: 100%;
}
.y_pro_date_14{
    width: 100%;
}
.y_pro_date_15{
    width: 100%;
}
.y_pro_date_15 h2{
    font-size: 36px;
    color: #083a65;
    font-weight: 600;
}
.y_pro_date_16{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
}
.y_pro_date_17{
    max-width: 260px;
    margin-right: 1.6vw;
    flex: 1;
    box-shadow: 0 0 5px 2px #eee;
}
.y_pro_date_16 .y_pro_date_17:nth-last-child(1){
    margin-right: 0px;
}
.y_pro_date_18{
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.y_pro_date_18 img{
    width: 90%;
    object-fit: contain;
    height: 90%;
    transition: ease 0.5s all;
}
.y_pro_date_19{
    width: 100%;
    min-height: 180px;
    background: #f9f8f8;
    padding-bottom: 10px;
}
.y_pro_date_20{
    max-width: calc(100% - 15px*2);
    width: 100%;
    margin: 0px auto 0px;
    padding-top: 20px;
}
.y_pro_date_21{
    width: 100%;
}
.y_pro_date_21 h2{
    font-size: 14px;
    color: #083a65;
}
.y_pro_date_22{
    margin-top: 10px;
}
.y_pro_date_22 h3{
    font-size: 16px;
    color: #333;
}
.y_pro_date_23{
    margin-top: 50px;
}
.y_pro_date_23 a{
    transition: ease 0.5s all;
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 36px;
    display: inline-block;
    background: #efd038;
}
/* 密码弹窗 */
.y_password_1{
    width: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
.y_password_2{
    width: 800px;
    height: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px 2px #fff;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_password_3{
    width: 400px;
    height: 100%;
}
.y_password_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_password_4{
    flex: 1;
    height: 100%;
    position: relative;
}
.y_password_5{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px 0px;
    height: 100%;
    align-content: center;
}
.y_password_6{
    width: 100%;
}
.y_password_6 h2{
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.y_password_7 {
    width: 100%;
    margin-top: 15px;
}
.y_password_7 h3{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.y_password_8{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    height: 54px;
}
.y_password_9{
    flex: 1;
    height: 100%;
}
.y_password_9 input{
    line-height: 52px;
    border: 1px solid #9a9a9a;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    border-right: 0px;
    width: 100%;
}
.y_password_9 input::placeholder{
    color: #666;
}
.y_password_10{
    width: 110px;
    text-align: center;
    cursor: pointer;
}
.y_password_10 p{
    background: #efd038;
    color: #fff;
    font-size: 16px;
    line-height: 54px;
}
.y_password_11{
    margin-top: 15px;
}
.y_password_11 p{
    font-size: 14px;
    color: #333;
}
.y_password_12{
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
    top: 15px;
    right: 15px;
}
.y_password_12 img{
    width: 100%;
    object-fit: cover;
}







/* 分页 */
.y_page_1 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.y_page_1 li{
    min-width: 30px;
    padding: 0px 5px;
    line-height: 27px;
    height: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
    /*margin: 0px 3px;*/
    /*border: 1px solid #b5b5b5;*/
    text-align: center;
    border-radius: 5px;
}
.y_page_1 .active{
    background: #efd038;
}
.y_page_1 .active a{
    color: #fff;
}
.y_page_1 li span{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3f3f3f;
    font-size: 16px;
}
.y_page_1 li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3f3f3f;
    font-size: 16px;
}
/* 分页 */


.y_hover_a{
    border: 1px solid transparent;
    transition: ease 0.5s all;
}
.y_hover_a:hover{
    border: 1px solid #efd038;
    color: #083a65;
    background: transparent;
}
.y_hover_a_2:hover{
    background: #efd038;
    color: #fff;
    transition: ease 0.5s all;
}

.y_hover_img:hover img{
    /*transform: scale(1.1);*/
    /*transition: ease 0.5s all;*/
}
.y_comm_1{
    width: 100%;
    margin-top: 100px;
    background: transparent;
}



/*修改*/
.y_pro_right_xg_2{
    width: 100%;
    padding-left: 15px;
}
.y_pro_right_xg_2 a{
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 35px;
}
/*修改*/
.y_foot_xg_1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.y_foot_xg_2{
    width: 54px;
    height: 54px;
    margin-right: 20px;
}
.y_foot_xg_2 img{
    width: 100%;
    object-fit: center;
}
.y_foot_xg_3{
    width: 150px;
    height: 150px;
}
.y_foot_xg_3 img{
    width: 100%;
}
.y_pro_date_xg_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 400px;
}
.y_pro_date_xg_1 img{
    max-height: 100%;
    object-fit: scale-down;
}


@media screen and (max-width: 1200px){
    .header .navbar_nav li a{
        padding: 0 8px;
    }
    .y_pro_date_2 {
        max-width: calc(100% - 2vw*2);
    }
    .y_pro_date_9{
        width: 590px;
        margin-left: 80px;
    }
    .y_index_39_xg{
        max-width: 960px;
    }
}
@media screen and (max-width: 800px){
    .y_head_8{
        display: none;
    }
    #navToggle{
        position: absolute;
        top: 25px;
        right: 20px;
    }
    .y_contact_3{
        width: 350px;
    }
    .y_pro_date_2 {
        max-width: calc(100% - 2vw*2);
    }
    .y_pro_date_9{
        width: 350px;
        margin-left: 80px;
    }
    
}
@media screen and (max-width: 600px){
    .y_index_1{
        height: 400px;
    }
    .y_head_15{
        display: none;
    }
    .y_index_banner_1 p{
        font-size: 16px;
    }
    .y_index_banner_2 h2 {
        font-size: 24px;
    }
    .y_index_banner_3 p {
        font-size: 12px;
    }
    .y_index_banner_4 a{
        padding: 0px 10px;
        line-height: 40px;
        margin-top: 10px;
        font-size: 12px;
    }
    .y_index_5{
        margin: 10px auto 20px;
        width: calc(100% - 10px*2);
    }
    .y_index_7{
        flex: 1;
        margin-right: 10px;
    }
    .y_index_7 h2{
        font-size: 24px;
    }
    .y_index_7 p{
        margin-top: 0px;
        color: #333;
        font-size: 12px;
    }
    .y_index_8 a{
        padding: 0px 10px;
        line-height: 40px;
        font-size: 12px;
    }
    .y_index_10{
        display: none;
    }
    .y_index_14{
        width: 50%;
    }
    .y_index_14 p{
        font-size: 14px;
    }
    .y_index_17{
        max-width: 100%;
        margin-right: 0%;
        height: 350px;
        width: 100%;
        margin-bottom: 20px;
    }
    .y_index_19 h2{
        font-size: 16px;
    }
    .y_index_21{
        width: calc(100% - 10px*2);
        padding: 20px 0px 0px;
    }
    .y_index_22 h2{
        font-size: 24px;
    }
    .y_index_23{
        margin-top: 20px;
    }
    .y_index_24{
        max-width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .y_index_26 h2{
        line-height: 50px;
        font-size: 18px;
        padding: 0px 10px;
    }
    .y_index_27{
        height: 150px;
    }
    .y_index_28 h2{
        font-size: 16px;
        line-height: 50px;
        padding: 0px 10px;
    }
    .y_index_29 p{
        font-size: 16px;
    }
    .y_index_32 h2{
        font-size: 24px;
    }
    .y_index_33 a{
        font-size: 14px;
        padding: 0px 20px;
        line-height: 40px;
    }
    .y_index_34{
        height: auto;
    }
    .y_index_36{
        max-width: calc(100% - 10px*2);
    }
    .y_index_37{
        padding-top: 20px;
    }
    .y_index_37 h2{
        font-size: 24px;
    }
    .y_index_38{
        margin-top: 10px;
    }
    .y_index_38 p{
        font-size: 14px;
        line-height: 26px;
    }
    .y_index_39{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .y_index_40{
        max-width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .y_index_39 .y_index_40:nth-child(2n){
        margin-right: 0%;
    }
    .y_index_41{
        height: 35px;
    }
    .y_index_42 {
        margin-top: 10px;
    }
    .y_index_42 h2{
        font-size: 14px;
        height: 42px;
    }
    .y_index_43{
        margin-top: 10px;
    }
    .y_index_43 p{
        font-size: 12px;
    }
    .y_index_44{
        padding: 20px 0px;
    }
    .y_index_45{
        max-width: calc(100% - 10px*2);
        flex-wrap: wrap;
        height: auto;
    }
    .y_index_46{
        position: relative;
        width: 100%;
        height: auto;
        display: none;
    }
    .y_index_47{
        width: 100%;
        background: transparent;
        text-align: center;
    }
    .y_index_48{
        margin-left: 0px;
        padding-left: 0vw;
        margin-right: 0vw;
    }
    .y_index_49 h2{
        font-size: 24px;
    }
    .y_index_50{
        margin-top: 10px;
    }
    .y_index_50 p{
        font-size: 14px;
        line-height: 24px;
    }
    .y_index_51{
        margin-top: 20px;
    }
    .y_index_51 a{
        font-size: 14px;
        line-height: 40px;
        padding: 0px 20px;
    }
    .y_foot_2{
        max-width: calc(100% - 10px*2);
        padding-top: 20px;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .y_foot_3_1{
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .y_foot_2 .y_foot_3_2 {
        width: 49%;
        margin-right: 2%;
    }
    .y_foot_2 .y_foot_3_3{
        width: 49%;
        margin-right: 0%;
    }
    .y_foot_5 p{
        font-size: 14px;
    }
    .y_foot_6{
        margin-top: 10px;
    }
    .y_foot_7{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .y_foot_8{
        margin-bottom: 10px;
    }
    .y_foot_8 h2{
        font-size: 18px;
    }
    .y_foot_11{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .y_foot_12 p{
        font-size: 14px;
    }
    .y_foot_13 a{
        padding-left: 25px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .y_foot_15 p{
        font-size: 14px;
    }
    .y_foot_17 input{
        font-size: 14px;
    }
    .y_foot_18 input{
        font-size: 14px;
    }
    .y_about_1{
        height: 400px;
    }
    .y_about_2{
        max-width: calc(100% - 10px*2);
        padding: 20px 0px;
    }
    .y_about_4 h2{
        font-size: 24px;
    }
    .y_about_5{
        margin: 10px auto;
    }
    .y_about_7{
        width: 100% !important;
        margin-right: 0%;
        height: auto;
        margin-bottom: 10px;
    }
    .y_about_9 a{
        font-size: 14px;
        line-height: 34px;
    }
    .y_about_10{
        height: auto;
    }
    .y_about_12{
        max-width: calc(100% - 10px*2);
    }
    .y_about_13{
        padding-top: 10px;
    }
    .y_about_13 h2 {
        font-size: 24px;
    }
    .y_about_14{
        margin-top: 10px;
        flex-wrap: wrap;
        height: auto;
    }
    .y_about_15{
        max-width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        padding: 10px;
    }
    .y_about_16{
        margin-top: 0px;
    }
    .y_about_16 h2 {
        font-size: 16px;
    }
    .y_about_17 p{
        font-size: 12px;
        line-height: 20px;
    }
    .y_about_18{
        width: 40px;
        height: 40px;
    }
    .y_about_19 {
        width: 20px;
        height: 20px;
    }
    .y_contact_1{
        max-width: calc(100% - 10px*2);
    }
    .y_contact_2{
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .y_contact_3{
        width: 100%;
        padding: 0px 10px;
        margin-right: 0px;
    }
    .y_contact_4 {
        margin-top: 20px;
    }
    .y_contact_4 h2{
        font-size: 24px;
    }
    .y_contact_5{
        margin-top: 20px;
    }
    .y_contact_6{
        margin-bottom: 20px;
    }
    .y_contact_8 p {
        font-size: 14px;
    }
    .y_contact_10 {
        margin-top: 10px;
    }
    .y_contact_10 h2 {
        font-size: 24px;
        text-align: center;
    }
    .y_contact_11{
        margin-top: 10px;
    }
    .y_contact_12{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .y_contact_12 h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }   
    .y_contact_12 input{
        line-height: 36px;
        font-size: 12px;
        padding-left: 10px;
    } 
    .y_contact_13 h2{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .y_contact_13 textarea{
        font-size: 12px;
        padding: 10px;
    } 
    .y_contact_14{
        margin-top: 15px;
    }
    .y_contact_14 input{
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        height: 40px;
    }
    .y_contact_15{
        max-width: calc(100% - 10px*2);
        padding-bottom: 20px;
    }
    .y_contact_16{
        height: 400px;
        padding-bottom: 20px;
    }
    .y_pro_list_1{
        height: auto;
    }
    .y_pro_list_2{
        max-width: calc(100% - 10px*2);
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .y_pro_list_3{
        width: 100%;
        margin-right: 0%;
        height: auto;
    }
    .y_pro_list_4{
        padding-bottom: 15px;
    }
    .y_pro_list_5{
        margin-top: 10px;
    }
    .y_pro_list_5 h2{
        font-size: 24px;
    }
    .y_pro_list_6{
        margin-top: 10px;
    }
    .y_pro_list_6 p {
        font-size: 14px;
    }   
    .y_pro_list_7{
        margin-top: 20px;
    } 
    .y_pro_list_7 a {
        font-size: 12px;
        padding: 0px 12px;
        line-height: 40px;
    }
    .y_pro_list_8{
        max-width: calc(100% - 10px*2);
    }
    .y_pro_list_9{
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .y_pro_list_10{
        width: 100%;
        margin-right: 0%;
    }
    .y_pro_list_11{
        padding: 0rem 10px 15px;
    }
    .y_pro_list_12 {
        padding-top: 10px;
    }
    .y_pro_list_12 h2 {
        padding-bottom: 10px;
    }
    .y_pro_list_13{
        margin-top: 10px;
    }
    .y_pro_list_14 {
        height: 40px;
    }
    .y_pro_list_15 p {
        font-size: 12px;
    }
    .y_pro_list_19{
        margin-top: 15px;
    }
    .y_pro_list_19 a {
        font-size: 14px;
        width: 50%;
        line-height: 40px;
    }
    .y_pro_list_22{
        margin: 0px 20px;
    }
    .y_pro_list_25{
        margin-top: 20px;
        width: 100%;
        flex: none;
    }
    .y_pro_list_26{
        width: 100%;
        margin-right: 0%;
        height: 250px;
        margin-bottom: 20px;
    }
    .y_pro_list_27 {
        width: 40%;
    }
    .y_pro_list_28{
        max-width: calc(100% - 10px*2);
    }
    .y_pro_list_31{
        bottom: 30px;
    }
    .y_pro_list_31 a{
        line-height: 40px;
        font-size: 12px;
        padding: 0px 20px;
    }
    .y_pro_date_1{
        height: auto;
    }
    .y_pro_date_2{
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .y_pro_date_5 {
        margin-top: 20px;
    }
    .y_pro_date_8{
        margin-top: 20px;
    }
    .y_pro_date_8 a {
        font-size: 14px;
        padding: 0px 15px;
        line-height: 40px;
    }
    .y_pro_date_9{
        width: 100%;
        margin-left: 0px;
        height: auto;
        margin: 20px 0px;
    }
    .y_pro_date_10{
        max-width: calc(100% - 10px*2);
        margin: 20px auto;
    }
    .y_pro_date_11{
        margin-bottom: 20px;
    }
    .y_pro_date_12 h2 {
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        min-width: 200px;
    }
    .y_pro_date_15 h2 {
        font-size: 24px;
    }
    .y_pro_date_16{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .y_pro_date_17 {
        max-width: 100%;
        margin-right: 0%;
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .y_pro_date_18{
        height: auto;
    }
    .y_pro_date_19{
        min-height: auto;
    }
    .y_pro_date_23 {
        margin-top: 20px;
    }
    .y_pro_date_23 a {
        font-size: 12px;
        padding: 0px 10px;
        line-height: 30px;
    }
}